|
|
|
1 | 2024-12-13T19:57:08.645Z | job assigned to worker 01JF0SDTVK8YQ98Q1W4P7MPWNS [factory aws, i-0e8800511593ea846] (queued for 1 m 57 s) |
|
2 | 2024-12-13T19:57:15.923Z | starting task 0: "setup" |
3 | 2024-12-13T19:57:15.935Z | ++ uname -s |
4 | 2024-12-13T19:57:15.937Z | + kern=SunOS |
5 | 2024-12-13T19:57:15.937Z | + case "$kern" in |
6 | 2024-12-13T19:57:15.937Z | + groupadd -g 12345 build |
7 | 2024-12-13T19:57:15.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T19:57:15.944Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T19:57:16.041Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T19:57:16.043Z | + home_fs=zfs |
11 | 2024-12-13T19:57:16.043Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T19:57:16.043Z | + mkdir -p /home/build |
13 | 2024-12-13T19:57:16.046Z | + chown build:build /home/build /work |
14 | 2024-12-13T19:57:16.049Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T19:57:16.051Z | process exited: duration 128 ms, exit code 0 |
|
16 | 2024-12-13T19:57:16.056Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T19:57:16.062Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T19:57:16.062Z | ' 1.81.0 |
19 | 2024-12-13T19:57:16.062Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-13T19:57:16.062Z | ' default |
21 | 2024-12-13T19:57:16.062Z | * toolchain channel = "1.81.0" |
22 | 2024-12-13T19:57:16.062Z | * toolchain profile = "default" |
23 | 2024-12-13T19:57:16.065Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T19:57:16.065Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T19:57:16.181Z | info: downloading installer |
26 | 2024-12-13T19:57:17.338Z | info: profile set to 'default' |
27 | 2024-12-13T19:57:17.338Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T19:57:17.341Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T19:57:17.496Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T19:57:17.496Z | info: downloading component 'cargo' |
31 | 2024-12-13T19:57:18.335Z | info: downloading component 'clippy' |
32 | 2024-12-13T19:57:18.645Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T19:57:19.811Z | info: downloading component 'rust-std' |
34 | 2024-12-13T19:57:21.628Z | info: downloading component 'rustc' |
35 | 2024-12-13T19:57:28.136Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T19:57:28.382Z | info: installing component 'cargo' |
37 | 2024-12-13T19:57:29.191Z | info: installing component 'clippy' |
38 | 2024-12-13T19:57:29.552Z | info: installing component 'rust-docs' |
39 | 2024-12-13T19:57:31.205Z | info: installing component 'rust-std' |
40 | 2024-12-13T19:57:32.924Z | info: installing component 'rustc' |
41 | 2024-12-13T19:57:38.699Z | info: installing component 'rustfmt' |
42 | 2024-12-13T19:57:39.021Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T19:57:39.021Z | |
44 | 2024-12-13T19:57:39.393Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T19:57:39.393Z | |
46 | 2024-12-13T19:57:39.397Z | |
47 | 2024-12-13T19:57:39.397Z | Rust is installed now. Great! |
48 | 2024-12-13T19:57:39.397Z | |
49 | 2024-12-13T19:57:39.397Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T19:57:39.397Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T19:57:39.397Z | |
52 | 2024-12-13T19:57:39.397Z | To configure your current shell, you need to source |
53 | 2024-12-13T19:57:39.397Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T19:57:39.397Z | |
55 | 2024-12-13T19:57:39.397Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T19:57:39.397Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T19:57:39.397Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T19:57:39.471Z | + rustc --version |
59 | 2024-12-13T19:57:39.539Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T19:57:39.542Z | process exited: duration 23478 ms, exit code 0 |
|
61 | 2024-12-13T19:57:39.548Z | starting task 2: "authentication" |
62 | 2024-12-13T19:57:39.570Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-13T19:57:39.577Z | starting task 3: "clone repository" |
64 | 2024-12-13T19:57:39.583Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T19:57:39.586Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T19:57:39.621Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T19:57:46.745Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T19:57:46.745Z | + git fetch origin 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
69 | 2024-12-13T19:57:47.063Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T19:57:47.063Z | * branch 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 -> FETCH_HEAD |
71 | 2024-12-13T19:57:47.075Z | + [[ -n john/sled-editor-decommissioned ]] |
72 | 2024-12-13T19:57:47.079Z | ++ git branch --show-current |
73 | 2024-12-13T19:57:47.080Z | + current=main |
74 | 2024-12-13T19:57:47.080Z | + [[ main != john/sled-editor-decommissioned ]] |
75 | 2024-12-13T19:57:47.080Z | + git branch -f john/sled-editor-decommissioned 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
76 | 2024-12-13T19:57:47.082Z | + git checkout -f john/sled-editor-decommissioned |
77 | 2024-12-13T19:57:47.188Z | Switched to branch 'john/sled-editor-decommissioned' |
78 | 2024-12-13T19:57:47.192Z | + git reset --hard 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
79 | 2024-12-13T19:57:47.325Z | HEAD is now at 51ce5fbae Merge remote-tracking branch 'origin/main' into john/sled-editor-decommissioned |
80 | 2024-12-13T19:57:47.330Z | process exited: duration 7721 ms, exit code 0 |
|
81 | 2024-12-13T19:57:47.339Z | starting task 4: "build" |
82 | 2024-12-13T19:57:47.345Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T19:57:47.349Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T19:57:47.349Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T19:57:47.349Z | + cargo --version |
86 | 2024-12-13T19:57:47.421Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T19:57:47.445Z | + rustc --version |
88 | 2024-12-13T19:57:47.488Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T19:57:47.539Z | + cargo tree --locked |
90 | 2024-12-13T19:57:47.765Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-13T19:57:48.055Z | Updating crates.io index |
92 | 2024-12-13T19:57:48.125Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-13T19:57:48.635Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-13T19:57:48.952Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-13T19:57:49.231Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-13T19:57:49.486Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-13T19:57:50.443Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-13T19:57:51.938Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-13T19:57:53.040Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-13T19:57:53.784Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-13T19:57:54.153Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-13T19:57:54.484Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-13T19:57:55.130Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-13T19:57:55.428Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-13T19:57:55.703Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-13T19:57:56.008Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-13T19:57:56.243Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-13T19:57:56.645Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-13T19:57:56.895Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-13T19:57:57.233Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-13T19:57:57.547Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-13T19:57:57.974Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-13T19:57:58.434Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-13T19:57:58.799Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-13T19:57:59.181Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-13T19:57:59.631Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-13T19:57:59.897Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-13T19:58:00.208Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-13T19:58:00.468Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-13T19:58:02.146Z | Downloading crates ... |
121 | 2024-12-13T19:58:02.282Z | Downloaded atty v0.2.14 |
122 | 2024-12-13T19:58:02.290Z | Downloaded async-object-pool v0.1.5 |
123 | 2024-12-13T19:58:02.290Z | Downloaded async-stream-impl v0.3.6 |
124 | 2024-12-13T19:58:02.309Z | Downloaded atomicwrites v0.4.4 |
125 | 2024-12-13T19:58:02.313Z | Downloaded cfg_aliases v0.1.1 |
126 | 2024-12-13T19:58:02.321Z | Downloaded cfg_aliases v0.2.1 |
127 | 2024-12-13T19:58:02.321Z | Downloaded ascii-canvas v3.0.0 |
128 | 2024-12-13T19:58:02.321Z | Downloaded anstyle-parse v0.2.5 |
129 | 2024-12-13T19:58:02.321Z | Downloaded array-init v0.0.4 |
130 | 2024-12-13T19:58:02.328Z | Downloaded aead v0.5.2 |
131 | 2024-12-13T19:58:02.328Z | Downloaded errno v0.3.9 |
132 | 2024-12-13T19:58:02.328Z | Downloaded adler2 v2.0.0 |
133 | 2024-12-13T19:58:02.339Z | Downloaded async-stream v0.3.6 |
134 | 2024-12-13T19:58:02.339Z | Downloaded ciborium v0.2.2 |
135 | 2024-12-13T19:58:02.339Z | Downloaded async-signal v0.2.10 |
136 | 2024-12-13T19:58:02.339Z | Downloaded block-buffer v0.10.4 |
137 | 2024-12-13T19:58:02.339Z | Downloaded arrayref v0.3.9 |
138 | 2024-12-13T19:58:02.341Z | Downloaded block-padding v0.3.3 |
139 | 2024-12-13T19:58:02.341Z | Downloaded bitfield-struct v0.6.2 |
140 | 2024-12-13T19:58:02.347Z | Downloaded bcrypt-pbkdf v0.10.0 |
141 | 2024-12-13T19:58:02.347Z | Downloaded anes v0.1.6 |
142 | 2024-12-13T19:58:02.347Z | Downloaded approx v0.5.1 |
143 | 2024-12-13T19:58:02.347Z | Downloaded expectorate v1.1.0 |
144 | 2024-12-13T19:58:02.355Z | Downloaded fallible-iterator v0.3.0 |
145 | 2024-12-13T19:58:02.355Z | Downloaded escape8259 v0.5.3 |
146 | 2024-12-13T19:58:02.355Z | Downloaded async-attributes v1.1.2 |
147 | 2024-12-13T19:58:02.355Z | Downloaded fallible-iterator v0.2.0 |
148 | 2024-12-13T19:58:02.356Z | Downloaded base16ct v0.2.0 |
149 | 2024-12-13T19:58:02.356Z | Downloaded event-listener-strategy v0.5.2 |
150 | 2024-12-13T19:58:02.356Z | Downloaded bitflags v1.3.2 |
151 | 2024-12-13T19:58:02.363Z | Downloaded async-channel v2.3.1 |
152 | 2024-12-13T19:58:02.363Z | Downloaded autocfg v1.4.0 |
153 | 2024-12-13T19:58:02.363Z | Downloaded bit-vec v0.6.3 |
154 | 2024-12-13T19:58:02.371Z | Downloaded blowfish v0.9.1 |
155 | 2024-12-13T19:58:02.371Z | Downloaded bb8 v0.8.5 |
156 | 2024-12-13T19:58:02.371Z | Downloaded async-channel v1.9.0 |
157 | 2024-12-13T19:58:02.371Z | Downloaded assert_matches v1.5.0 |
158 | 2024-12-13T19:58:02.371Z | Downloaded event-listener v2.5.3 |
159 | 2024-12-13T19:58:02.371Z | Downloaded async-recursion v1.1.1 |
160 | 2024-12-13T19:58:02.400Z | Downloaded cassowary v0.3.0 |
161 | 2024-12-13T19:58:02.406Z | Downloaded fixedbitset v0.4.2 |
162 | 2024-12-13T19:58:02.406Z | Downloaded fancy-regex v0.13.0 |
163 | 2024-12-13T19:58:02.414Z | Downloaded flume v0.11.1 |
164 | 2024-12-13T19:58:02.419Z | Downloaded fnv v1.0.7 |
165 | 2024-12-13T19:58:02.419Z | Downloaded cfg-if v1.0.0 |
166 | 2024-12-13T19:58:02.419Z | Downloaded float-cmp v0.9.0 |
167 | 2024-12-13T19:58:02.419Z | Downloaded flagset v0.4.6 |
168 | 2024-12-13T19:58:02.419Z | Downloaded fastrand v2.1.1 |
169 | 2024-12-13T19:58:02.419Z | Downloaded addr2line v0.24.2 |
170 | 2024-12-13T19:58:02.419Z | Downloaded fd-lock v4.0.2 |
171 | 2024-12-13T19:58:02.419Z | Downloaded num_enum_derive v0.5.11 |
172 | 2024-12-13T19:58:02.419Z | Downloaded flate2 v1.0.34 |
173 | 2024-12-13T19:58:02.419Z | Downloaded oso-derive v0.27.3 |
174 | 2024-12-13T19:58:02.419Z | Downloaded fragile v2.0.0 |
175 | 2024-12-13T19:58:02.419Z | Downloaded fxhash v0.2.1 |
176 | 2024-12-13T19:58:02.419Z | Downloaded buf-list v1.0.3 |
177 | 2024-12-13T19:58:02.420Z | Downloaded futures-task v0.3.31 |
178 | 2024-12-13T19:58:02.420Z | Downloaded backoff v0.4.0 |
179 | 2024-12-13T19:58:02.437Z | Downloaded async-bb8-diesel v0.2.1 |
180 | 2024-12-13T19:58:02.437Z | Downloaded gethostname v0.5.0 |
181 | 2024-12-13T19:58:02.437Z | Downloaded glob v0.3.1 |
182 | 2024-12-13T19:58:02.437Z | Downloaded futures-sink v0.3.31 |
183 | 2024-12-13T19:58:02.437Z | Downloaded futures-macro v0.3.31 |
184 | 2024-12-13T19:58:02.437Z | Downloaded futures-io v0.3.31 |
185 | 2024-12-13T19:58:02.437Z | Downloaded camino v1.1.9 |
186 | 2024-12-13T19:58:02.437Z | Downloaded cancel-safe-futures v0.1.5 |
187 | 2024-12-13T19:58:02.437Z | Downloaded getrandom v0.2.15 |
188 | 2024-12-13T19:58:02.437Z | Downloaded bitfield v0.14.0 |
189 | 2024-12-13T19:58:02.437Z | Downloaded base64ct v1.6.0 |
190 | 2024-12-13T19:58:02.446Z | Downloaded bzip2 v0.4.4 |
191 | 2024-12-13T19:58:02.447Z | Downloaded guppy-workspace-hack v0.1.0 |
192 | 2024-12-13T19:58:02.447Z | Downloaded blake2b_simd v1.0.2 |
193 | 2024-12-13T19:58:02.447Z | Downloaded async-process v2.3.0 |
194 | 2024-12-13T19:58:02.447Z | Downloaded castaway v0.2.3 |
195 | 2024-12-13T19:58:02.447Z | Downloaded chrono-tz-build v0.4.0 |
196 | 2024-12-13T19:58:02.447Z | Downloaded ahash v0.8.11 |
197 | 2024-12-13T19:58:02.539Z | Downloaded globset v0.4.15 |
198 | 2024-12-13T19:58:02.539Z | Downloaded http-body v1.0.1 |
199 | 2024-12-13T19:58:02.539Z | Downloaded num-iter v0.1.45 |
200 | 2024-12-13T19:58:02.539Z | Downloaded headers-core v0.3.0 |
201 | 2024-12-13T19:58:02.539Z | Downloaded futures-timer v3.0.3 |
202 | 2024-12-13T19:58:02.539Z | Downloaded anyhow v1.0.93 |
203 | 2024-12-13T19:58:02.539Z | Downloaded ghash v0.5.1 |
204 | 2024-12-13T19:58:02.539Z | Downloaded generic-array v0.14.7 |
205 | 2024-12-13T19:58:02.539Z | Downloaded async-io v2.3.4 |
206 | 2024-12-13T19:58:02.539Z | Downloaded http-range v0.1.5 |
207 | 2024-12-13T19:58:02.539Z | Downloaded hash32 v0.3.1 |
208 | 2024-12-13T19:58:02.539Z | Downloaded parking v2.2.1 |
209 | 2024-12-13T19:58:02.539Z | Downloaded group v0.13.0 |
210 | 2024-12-13T19:58:02.540Z | Downloaded cbc v0.1.2 |
211 | 2024-12-13T19:58:02.540Z | Downloaded cargo_metadata v0.18.1 |
212 | 2024-12-13T19:58:02.540Z | Downloaded hex-literal v0.4.1 |
213 | 2024-12-13T19:58:02.540Z | Downloaded heck v0.5.0 |
214 | 2024-12-13T19:58:02.549Z | Downloaded heck v0.4.1 |
215 | 2024-12-13T19:58:02.549Z | Downloaded camino-tempfile v1.1.1 |
216 | 2024-12-13T19:58:02.549Z | Downloaded bitflags v2.6.0 |
217 | 2024-12-13T19:58:02.550Z | Downloaded pem v3.0.4 |
218 | 2024-12-13T19:58:02.550Z | Downloaded hashlink v0.9.1 |
219 | 2024-12-13T19:58:02.550Z | Downloaded pbkdf2 v0.11.0 |
220 | 2024-12-13T19:58:02.550Z | Downloaded hubpack_derive v0.1.1 |
221 | 2024-12-13T19:58:02.550Z | Downloaded hash32 v0.2.1 |
222 | 2024-12-13T19:58:02.550Z | Downloaded cfg-expr v0.17.0 |
223 | 2024-12-13T19:58:02.550Z | Downloaded plain v0.2.3 |
224 | 2024-12-13T19:58:02.550Z | Downloaded fs-err v2.11.0 |
225 | 2024-12-13T19:58:02.550Z | Downloaded humantime v2.1.0 |
226 | 2024-12-13T19:58:02.550Z | Downloaded allocator-api2 v0.2.18 |
227 | 2024-12-13T19:58:02.550Z | Downloaded sigpipe v0.1.3 |
228 | 2024-12-13T19:58:02.550Z | Downloaded radium v0.7.0 |
229 | 2024-12-13T19:58:02.550Z | Downloaded progenitor-macro v0.8.0 |
230 | 2024-12-13T19:58:02.550Z | Downloaded sync_wrapper v1.0.1 |
231 | 2024-12-13T19:58:02.550Z | Downloaded powerfmt v0.2.0 |
232 | 2024-12-13T19:58:02.550Z | Downloaded want v0.3.1 |
233 | 2024-12-13T19:58:02.550Z | Downloaded httpdate v1.0.3 |
234 | 2024-12-13T19:58:02.550Z | Downloaded cstr-argument v0.1.2 |
235 | 2024-12-13T19:58:02.550Z | Downloaded base64 v0.13.1 |
236 | 2024-12-13T19:58:02.550Z | Downloaded waitgroup v0.1.2 |
237 | 2024-12-13T19:58:02.550Z | Downloaded vte_generate_state_changes v0.1.2 |
238 | 2024-12-13T19:58:02.550Z | Downloaded scheduled-thread-pool v0.2.7 |
239 | 2024-12-13T19:58:02.550Z | Downloaded same-file v1.0.6 |
240 | 2024-12-13T19:58:02.550Z | Downloaded serde_regex v1.1.0 |
241 | 2024-12-13T19:58:02.552Z | Downloaded rustc_version v0.4.1 |
242 | 2024-12-13T19:58:02.552Z | Downloaded slog-stdlog v4.1.1 |
243 | 2024-12-13T19:58:02.552Z | Downloaded olpc-cjson v0.1.4 |
244 | 2024-12-13T19:58:02.552Z | Downloaded strum_macros v0.25.3 |
245 | 2024-12-13T19:58:02.552Z | Downloaded sync-ptr v0.1.1 |
246 | 2024-12-13T19:58:02.552Z | Downloaded hubpack v0.1.2 |
247 | 2024-12-13T19:58:02.552Z | Downloaded hashbrown v0.12.3 |
248 | 2024-12-13T19:58:02.552Z | Downloaded parking_lot v0.11.2 |
249 | 2024-12-13T19:58:02.552Z | Downloaded blake2 v0.10.6 |
250 | 2024-12-13T19:58:02.552Z | Downloaded bytes v1.8.0 |
251 | 2024-12-13T19:58:02.552Z | Downloaded endian-type v0.1.2 |
252 | 2024-12-13T19:58:02.552Z | Downloaded rand_chacha v0.3.1 |
253 | 2024-12-13T19:58:02.552Z | Downloaded doc-comment v0.3.3 |
254 | 2024-12-13T19:58:02.552Z | Downloaded http-body-util v0.1.2 |
255 | 2024-12-13T19:58:02.564Z | Downloaded pin-project-internal v1.1.6 |
256 | 2024-12-13T19:58:02.564Z | Downloaded rtoolbox v0.0.2 |
257 | 2024-12-13T19:58:02.564Z | Downloaded thread-id v4.2.2 |
258 | 2024-12-13T19:58:02.564Z | Downloaded thiserror v1.0.69 |
259 | 2024-12-13T19:58:02.564Z | Downloaded postgres-types v0.2.8 |
260 | 2024-12-13T19:58:02.564Z | Downloaded spki v0.7.3 |
261 | 2024-12-13T19:58:02.564Z | Downloaded tokio-macros v2.4.0 |
262 | 2024-12-13T19:58:02.569Z | Downloaded spin v0.5.2 |
263 | 2024-12-13T19:58:02.569Z | Downloaded simd-adler32 v0.3.7 |
264 | 2024-12-13T19:58:02.569Z | Downloaded twox-hash v1.6.3 |
265 | 2024-12-13T19:58:02.569Z | Downloaded hyper-rustls v0.26.0 |
266 | 2024-12-13T19:58:02.576Z | Downloaded zerovec-derive v0.10.3 |
267 | 2024-12-13T19:58:02.577Z | Downloaded thread_local v1.1.8 |
268 | 2024-12-13T19:58:02.577Z | Downloaded tokio-native-tls v0.3.1 |
269 | 2024-12-13T19:58:02.594Z | Downloaded cipher v0.4.4 |
270 | 2024-12-13T19:58:02.594Z | Downloaded curve25519-dalek-derive v0.1.1 |
271 | 2024-12-13T19:58:02.594Z | Downloaded newtype_derive v0.1.6 |
272 | 2024-12-13T19:58:02.594Z | Downloaded rustls-pemfile v2.2.0 |
273 | 2024-12-13T19:58:02.594Z | Downloaded ciborium-ll v0.2.2 |
274 | 2024-12-13T19:58:02.594Z | Downloaded half v2.4.1 |
275 | 2024-12-13T19:58:02.594Z | Downloaded hyper-rustls v0.27.3 |
276 | 2024-12-13T19:58:02.594Z | Downloaded defmt-parser v0.3.4 |
277 | 2024-12-13T19:58:02.594Z | Downloaded snafu-derive v0.8.5 |
278 | 2024-12-13T19:58:02.594Z | Downloaded httptest v0.16.1 |
279 | 2024-12-13T19:58:02.599Z | Downloaded oso v0.27.3 |
280 | 2024-12-13T19:58:02.599Z | Downloaded unicase v2.7.0 |
281 | 2024-12-13T19:58:02.628Z | Downloaded typify-macro v0.2.0 |
282 | 2024-12-13T19:58:02.628Z | Downloaded clap_lex v0.7.2 |
283 | 2024-12-13T19:58:02.628Z | Downloaded base64 v0.22.1 |
284 | 2024-12-13T19:58:02.667Z | Downloaded precomputed-hash v0.1.1 |
285 | 2024-12-13T19:58:02.668Z | Downloaded plotters-svg v0.3.7 |
286 | 2024-12-13T19:58:02.668Z | Downloaded unarray v0.1.4 |
287 | 2024-12-13T19:58:02.668Z | Downloaded openssl-probe v0.1.5 |
288 | 2024-12-13T19:58:02.668Z | Downloaded openssl-macros v0.1.1 |
289 | 2024-12-13T19:58:02.668Z | Downloaded backtrace v0.3.74 |
290 | 2024-12-13T19:58:02.668Z | Downloaded dyn-clone v1.0.17 |
291 | 2024-12-13T19:58:02.668Z | Downloaded enum-as-inner v0.5.1 |
292 | 2024-12-13T19:58:02.668Z | Downloaded dunce v1.0.5 |
293 | 2024-12-13T19:58:02.668Z | Downloaded dof v0.3.0 |
294 | 2024-12-13T19:58:02.668Z | Downloaded hmac v0.12.1 |
295 | 2024-12-13T19:58:02.668Z | Downloaded progenitor-impl v0.8.0 |
296 | 2024-12-13T19:58:02.668Z | Downloaded pin-project-lite v0.2.14 |
297 | 2024-12-13T19:58:02.668Z | Downloaded phf_codegen v0.11.2 |
298 | 2024-12-13T19:58:02.668Z | Downloaded lazy_static v1.5.0 |
299 | 2024-12-13T19:58:02.668Z | Downloaded indent_write v2.2.0 |
300 | 2024-12-13T19:58:02.668Z | Downloaded lazycell v1.3.0 |
301 | 2024-12-13T19:58:02.668Z | Downloaded wait-timeout v0.2.0 |
302 | 2024-12-13T19:58:02.683Z | Downloaded lru v0.12.5 |
303 | 2024-12-13T19:58:02.683Z | Downloaded mockall v0.13.0 |
304 | 2024-12-13T19:58:02.683Z | Downloaded darling v0.20.10 |
305 | 2024-12-13T19:58:02.683Z | Downloaded sqlformat v0.2.6 |
306 | 2024-12-13T19:58:02.684Z | Downloaded headers v0.4.0 |
307 | 2024-12-13T19:58:02.684Z | Downloaded swrite v0.1.0 |
308 | 2024-12-13T19:58:02.684Z | Downloaded socket2 v0.5.7 |
309 | 2024-12-13T19:58:02.684Z | Downloaded termtree v0.4.1 |
310 | 2024-12-13T19:58:02.684Z | Downloaded tokio-rustls v0.26.0 |
311 | 2024-12-13T19:58:02.684Z | Downloaded tokio-rustls v0.25.0 |
312 | 2024-12-13T19:58:02.684Z | Downloaded memmap v0.7.0 |
313 | 2024-12-13T19:58:02.684Z | Downloaded bumpalo v3.16.0 |
314 | 2024-12-13T19:58:02.684Z | Downloaded phf v0.11.2 |
315 | 2024-12-13T19:58:02.684Z | Downloaded tokio-rustls v0.24.1 |
316 | 2024-12-13T19:58:02.684Z | Downloaded serde_with_macros v3.11.0 |
317 | 2024-12-13T19:58:02.684Z | Downloaded rand_xorshift v0.3.0 |
318 | 2024-12-13T19:58:02.684Z | Downloaded rand_seeder v0.3.0 |
319 | 2024-12-13T19:58:02.684Z | Downloaded base64 v0.21.7 |
320 | 2024-12-13T19:58:02.684Z | Downloaded ppv-lite86 v0.2.20 |
321 | 2024-12-13T19:58:02.684Z | Downloaded der_derive v0.7.3 |
322 | 2024-12-13T19:58:02.989Z | Downloaded crossbeam-deque v0.8.5 |
323 | 2024-12-13T19:58:02.989Z | Downloaded usdt-macro v0.5.0 |
324 | 2024-12-13T19:58:02.989Z | Downloaded cc v1.1.30 |
325 | 2024-12-13T19:58:02.989Z | Downloaded icu_locid_transform v1.5.0 |
326 | 2024-12-13T19:58:02.989Z | Downloaded predicates-core v1.0.8 |
327 | 2024-12-13T19:58:02.990Z | Downloaded rustfmt-wrapper v0.2.1 |
328 | 2024-12-13T19:58:02.990Z | Downloaded rustc-hash v2.0.0 |
329 | 2024-12-13T19:58:02.990Z | Downloaded semver v0.1.20 |
330 | 2024-12-13T19:58:02.990Z | Downloaded ipnet v2.10.1 |
331 | 2024-12-13T19:58:02.990Z | Downloaded yoke-derive v0.7.4 |
332 | 2024-12-13T19:58:02.990Z | Downloaded typenum v1.17.0 |
333 | 2024-12-13T19:58:02.990Z | Downloaded clang-sys v1.8.1 |
334 | 2024-12-13T19:58:02.990Z | Downloaded icu_provider_macros v1.5.0 |
335 | 2024-12-13T19:58:02.991Z | Downloaded ident_case v1.0.1 |
336 | 2024-12-13T19:58:02.992Z | Downloaded dtrace-parser v0.2.0 |
337 | 2024-12-13T19:58:02.993Z | Downloaded serde_urlencoded v0.7.1 |
338 | 2024-12-13T19:58:02.993Z | Downloaded slog-dtrace v0.3.0 |
339 | 2024-12-13T19:58:02.993Z | Downloaded slab v0.4.9 |
340 | 2024-12-13T19:58:02.993Z | Downloaded similar v2.6.0 |
341 | 2024-12-13T19:58:02.993Z | Downloaded tinystr v0.7.6 |
342 | 2024-12-13T19:58:02.993Z | Downloaded string_cache v0.8.7 |
343 | 2024-12-13T19:58:02.993Z | Downloaded diesel_table_macro_syntax v0.2.0 |
344 | 2024-12-13T19:58:02.993Z | Downloaded synstructure v0.13.1 |
345 | 2024-12-13T19:58:02.993Z | Downloaded smf v0.2.3 |
346 | 2024-12-13T19:58:02.993Z | Downloaded is_ci v1.2.0 |
347 | 2024-12-13T19:58:02.993Z | Downloaded memmap2 v0.9.5 |
348 | 2024-12-13T19:58:02.993Z | Downloaded num-integer v0.1.46 |
349 | 2024-12-13T19:58:02.993Z | Downloaded tokio-stream v0.1.16 |
350 | 2024-12-13T19:58:02.993Z | Downloaded tui-tree-widget v0.22.0 |
351 | 2024-12-13T19:58:02.993Z | Downloaded predicates v3.1.2 |
352 | 2024-12-13T19:58:02.993Z | Downloaded diff v0.1.13 |
353 | 2024-12-13T19:58:02.993Z | Downloaded owo-colors v4.1.0 |
354 | 2024-12-13T19:58:02.993Z | Downloaded newline-converter v0.3.0 |
355 | 2024-12-13T19:58:02.994Z | Downloaded clap v4.5.21 |
356 | 2024-12-13T19:58:02.994Z | Downloaded number_prefix v0.4.0 |
357 | 2024-12-13T19:58:02.994Z | Downloaded untrusted v0.7.1 |
358 | 2024-12-13T19:58:02.994Z | Downloaded icu_locid v1.5.0 |
359 | 2024-12-13T19:58:02.994Z | Downloaded zip v0.6.6 |
360 | 2024-12-13T19:58:02.995Z | Downloaded new_debug_unreachable v1.0.6 |
361 | 2024-12-13T19:58:02.995Z | Downloaded cobs v0.2.3 |
362 | 2024-12-13T19:58:02.996Z | Downloaded pretty-hex v0.4.1 |
363 | 2024-12-13T19:58:02.996Z | Downloaded debug-ignore v1.0.5 |
364 | 2024-12-13T19:58:02.996Z | Downloaded pretty-hex v0.2.1 |
365 | 2024-12-13T19:58:02.996Z | Downloaded log v0.4.22 |
366 | 2024-12-13T19:58:02.996Z | Downloaded tinytemplate v1.2.1 |
367 | 2024-12-13T19:58:02.996Z | Downloaded convert_case v0.4.0 |
368 | 2024-12-13T19:58:02.996Z | Downloaded smallvec v1.13.2 |
369 | 2024-12-13T19:58:02.996Z | Downloaded mockall_derive v0.13.0 |
370 | 2024-12-13T19:58:02.996Z | Downloaded icu_normalizer v1.5.0 |
371 | 2024-12-13T19:58:02.996Z | Downloaded rstest v0.23.0 |
372 | 2024-12-13T19:58:02.996Z | Downloaded defmt-macros v0.3.9 |
373 | 2024-12-13T19:58:02.996Z | Downloaded defmt v0.3.8 |
374 | 2024-12-13T19:58:02.996Z | Downloaded kv-log-macro v1.0.7 |
375 | 2024-12-13T19:58:02.996Z | Downloaded hashbrown v0.13.2 |
376 | 2024-12-13T19:58:02.996Z | Downloaded linear-map v1.2.0 |
377 | 2024-12-13T19:58:02.997Z | Downloaded aes v0.8.4 |
378 | 2024-12-13T19:58:02.997Z | Downloaded toolchain_find v0.4.0 |
379 | 2024-12-13T19:58:02.997Z | Downloaded take_mut v0.2.2 |
380 | 2024-12-13T19:58:02.997Z | Downloaded try-lock v0.2.5 |
381 | 2024-12-13T19:58:02.997Z | Downloaded toml_datetime v0.6.8 |
382 | 2024-12-13T19:58:03.051Z | Downloaded yasna v0.5.2 |
383 | 2024-12-13T19:58:03.051Z | Downloaded mime v0.3.17 |
384 | 2024-12-13T19:58:03.051Z | Downloaded peg v0.8.4 |
385 | 2024-12-13T19:58:03.051Z | Downloaded ryu v1.0.18 |
386 | 2024-12-13T19:58:03.051Z | Downloaded icu_locid_transform_data v1.5.0 |
387 | 2024-12-13T19:58:03.051Z | Downloaded hickory-server v0.24.1 |
388 | 2024-12-13T19:58:03.051Z | Downloaded crc32fast v1.4.2 |
389 | 2024-12-13T19:58:03.052Z | Downloaded serde v1.0.215 |
390 | 2024-12-13T19:58:03.052Z | Downloaded sec1 v0.7.3 |
391 | 2024-12-13T19:58:03.052Z | Downloaded rfc6979 v0.4.0 |
392 | 2024-12-13T19:58:03.052Z | Downloaded quinn-udp v0.5.5 |
393 | 2024-12-13T19:58:03.052Z | Downloaded yoke v0.7.4 |
394 | 2024-12-13T19:58:03.052Z | Downloaded vsss-rs v3.3.4 |
395 | 2024-12-13T19:58:03.052Z | Downloaded ref-cast-impl v1.0.23 |
396 | 2024-12-13T19:58:03.052Z | Downloaded predicates-tree v1.0.11 |
397 | 2024-12-13T19:58:03.052Z | Downloaded paste v1.0.15 |
398 | 2024-12-13T19:58:03.052Z | Downloaded dhcproto-macros v0.1.0 |
399 | 2024-12-13T19:58:03.052Z | Downloaded darling_macro v0.20.10 |
400 | 2024-12-13T19:58:03.052Z | Downloaded rpassword v7.3.1 |
401 | 2024-12-13T19:58:03.052Z | Downloaded rand_distr v0.4.3 |
402 | 2024-12-13T19:58:03.052Z | Downloaded signal-hook-tokio v0.3.1 |
403 | 2024-12-13T19:58:03.052Z | Downloaded env_logger v0.10.2 |
404 | 2024-12-13T19:58:03.052Z | Downloaded tabwriter v1.4.0 |
405 | 2024-12-13T19:58:03.052Z | Downloaded unicode-properties v0.1.3 |
406 | 2024-12-13T19:58:03.052Z | Downloaded tinyvec v1.8.0 |
407 | 2024-12-13T19:58:03.052Z | Downloaded zerocopy-derive v0.8.10 |
408 | 2024-12-13T19:58:03.052Z | Downloaded num-conv v0.1.0 |
409 | 2024-12-13T19:58:03.058Z | Downloaded opaque-debug v0.3.1 |
410 | 2024-12-13T19:58:03.058Z | Downloaded p256 v0.13.2 |
411 | 2024-12-13T19:58:03.058Z | Downloaded slog-scope v4.4.0 |
412 | 2024-12-13T19:58:03.058Z | Downloaded rand v0.8.5 |
413 | 2024-12-13T19:58:03.058Z | Downloaded usdt v0.5.0 |
414 | 2024-12-13T19:58:03.058Z | Downloaded untrusted v0.9.0 |
415 | 2024-12-13T19:58:03.058Z | Downloaded parking_lot_core v0.8.6 |
416 | 2024-12-13T19:58:03.058Z | Downloaded num-complex v0.4.6 |
417 | 2024-12-13T19:58:03.058Z | Downloaded unicode-linebreak v0.1.5 |
418 | 2024-12-13T19:58:03.058Z | Downloaded aes-gcm v0.10.3 |
419 | 2024-12-13T19:58:03.058Z | Downloaded xattr v1.3.1 |
420 | 2024-12-13T19:58:03.058Z | Downloaded xz2 v0.1.7 |
421 | 2024-12-13T19:58:03.059Z | Downloaded wyz v0.5.1 |
422 | 2024-12-13T19:58:03.059Z | Downloaded peg-macros v0.8.4 |
423 | 2024-12-13T19:58:03.059Z | Downloaded ena v0.14.3 |
424 | 2024-12-13T19:58:03.059Z | Downloaded zerocopy v0.6.6 |
425 | 2024-12-13T19:58:03.059Z | Downloaded icu_provider v1.5.0 |
426 | 2024-12-13T19:58:03.059Z | Downloaded vte v0.11.1 |
427 | 2024-12-13T19:58:03.059Z | Downloaded embedded-io v0.6.1 |
428 | 2024-12-13T19:58:03.059Z | Downloaded sqlparser_derive v0.2.2 |
429 | 2024-12-13T19:58:03.059Z | Downloaded openssl-sys v0.9.103 |
430 | 2024-12-13T19:58:03.059Z | Downloaded enum-as-inner v0.6.1 |
431 | 2024-12-13T19:58:03.059Z | Downloaded ipnetwork v0.20.0 |
432 | 2024-12-13T19:58:03.059Z | Downloaded idna_adapter v1.2.0 |
433 | 2024-12-13T19:58:03.059Z | Downloaded env_logger v0.11.5 |
434 | 2024-12-13T19:58:03.059Z | Downloaded nom v7.1.3 |
435 | 2024-12-13T19:58:03.059Z | Downloaded nanorand v0.7.0 |
436 | 2024-12-13T19:58:03.059Z | Downloaded libefi-sys v0.1.0 |
437 | 2024-12-13T19:58:03.059Z | Downloaded write16 v1.0.0 |
438 | 2024-12-13T19:58:03.059Z | Downloaded piper v0.2.4 |
439 | 2024-12-13T19:58:03.059Z | Downloaded time-macros v0.2.18 |
440 | 2024-12-13T19:58:03.059Z | Downloaded parking_lot v0.12.3 |
441 | 2024-12-13T19:58:03.059Z | Downloaded oorandom v11.1.4 |
442 | 2024-12-13T19:58:03.059Z | Downloaded stringprep v0.1.5 |
443 | 2024-12-13T19:58:03.059Z | Downloaded strip-ansi-escapes v0.2.0 |
444 | 2024-12-13T19:58:03.060Z | Downloaded stringmetrics v2.2.2 |
445 | 2024-12-13T19:58:03.060Z | Downloaded pest_generator v2.7.14 |
446 | 2024-12-13T19:58:03.060Z | Downloaded zerocopy-derive v0.7.35 |
447 | 2024-12-13T19:58:03.060Z | Downloaded ref-cast v1.0.23 |
448 | 2024-12-13T19:58:03.060Z | Downloaded pkcs1 v0.7.5 |
449 | 2024-12-13T19:58:03.060Z | Downloaded typed-path v0.9.3 |
450 | 2024-12-13T19:58:03.060Z | Downloaded instant v0.1.13 |
451 | 2024-12-13T19:58:03.060Z | Downloaded nodrop v0.1.14 |
452 | 2024-12-13T19:58:03.060Z | Downloaded equivalent v1.0.1 |
453 | 2024-12-13T19:58:03.060Z | Downloaded proc-macro-crate v1.3.1 |
454 | 2024-12-13T19:58:03.060Z | Downloaded steno v0.4.1 |
455 | 2024-12-13T19:58:03.060Z | Downloaded scrypt v0.11.0 |
456 | 2024-12-13T19:58:03.060Z | Downloaded dsl_auto_type v0.1.2 |
457 | 2024-12-13T19:58:03.060Z | Downloaded ron v0.7.1 |
458 | 2024-12-13T19:58:03.060Z | Downloaded pathdiff v0.2.2 |
459 | 2024-12-13T19:58:03.060Z | Downloaded normalize-line-endings v0.3.0 |
460 | 2024-12-13T19:58:03.060Z | Downloaded diesel_derives v2.2.3 |
461 | 2024-12-13T19:58:03.060Z | Downloaded tap v1.0.1 |
462 | 2024-12-13T19:58:03.060Z | Downloaded tabled_derive v0.7.0 |
463 | 2024-12-13T19:58:03.060Z | Downloaded supports-color v3.0.1 |
464 | 2024-12-13T19:58:03.060Z | Downloaded secrecy v0.8.0 |
465 | 2024-12-13T19:58:03.060Z | Downloaded progenitor-client v0.8.0 |
466 | 2024-12-13T19:58:03.060Z | Downloaded phf_shared v0.10.0 |
467 | 2024-12-13T19:58:03.061Z | Downloaded num_threads v0.1.7 |
468 | 2024-12-13T19:58:03.061Z | Downloaded rustyline v14.0.0 |
469 | 2024-12-13T19:58:03.061Z | Downloaded thiserror-no-std v2.0.2 |
470 | 2024-12-13T19:58:03.061Z | Downloaded structmeta v0.3.0 |
471 | 2024-12-13T19:58:03.061Z | Downloaded siphasher v0.3.11 |
472 | 2024-12-13T19:58:03.061Z | Downloaded quinn v0.11.5 |
473 | 2024-12-13T19:58:03.061Z | Downloaded shell-words v1.1.0 |
474 | 2024-12-13T19:58:03.061Z | Downloaded pin-utils v0.1.0 |
475 | 2024-12-13T19:58:03.061Z | Downloaded libtest-mimic v0.7.3 |
476 | 2024-12-13T19:58:03.061Z | Downloaded scroll_derive v0.12.0 |
477 | 2024-12-13T19:58:03.061Z | Downloaded libsw v3.3.1 |
478 | 2024-12-13T19:58:03.061Z | Downloaded which v4.4.2 |
479 | 2024-12-13T19:58:03.061Z | Downloaded universal-hash v0.5.1 |
480 | 2024-12-13T19:58:03.061Z | Downloaded libloading v0.8.5 |
481 | 2024-12-13T19:58:03.061Z | Downloaded once_cell v1.20.2 |
482 | 2024-12-13T19:58:03.075Z | Downloaded crc-any v2.5.0 |
483 | 2024-12-13T19:58:03.075Z | Downloaded toml v0.8.19 |
484 | 2024-12-13T19:58:03.075Z | Downloaded rust-argon2 v2.1.0 |
485 | 2024-12-13T19:58:03.075Z | Downloaded rstest_macros v0.23.0 |
486 | 2024-12-13T19:58:03.075Z | Downloaded env_filter v0.1.2 |
487 | 2024-12-13T19:58:03.075Z | Downloaded guppy v0.17.8 |
488 | 2024-12-13T19:58:03.075Z | Downloaded is-terminal v0.4.13 |
489 | 2024-12-13T19:58:03.075Z | Downloaded internet-checksum v0.2.1 |
490 | 2024-12-13T19:58:03.075Z | Downloaded multimap v0.10.0 |
491 | 2024-12-13T19:58:03.075Z | Downloaded is_terminal_polyfill v1.70.1 |
492 | 2024-12-13T19:58:03.075Z | Downloaded instability v0.3.2 |
493 | 2024-12-13T19:58:03.076Z | Downloaded psl-types v2.0.11 |
494 | 2024-12-13T19:58:03.076Z | Downloaded phf_shared v0.11.2 |
495 | 2024-12-13T19:58:03.076Z | Downloaded packed_struct_codegen v0.10.1 |
496 | 2024-12-13T19:58:03.076Z | Downloaded packed_struct v0.10.1 |
497 | 2024-12-13T19:58:03.076Z | Downloaded sct v0.7.1 |
498 | 2024-12-13T19:58:03.076Z | Downloaded textwrap v0.16.1 |
499 | 2024-12-13T19:58:03.076Z | Downloaded der v0.7.9 |
500 | 2024-12-13T19:58:03.076Z | Downloaded progenitor v0.8.0 |
501 | 2024-12-13T19:58:03.076Z | Downloaded yansi v1.0.1 |
502 | 2024-12-13T19:58:03.080Z | Downloaded jobserver v0.1.32 |
503 | 2024-12-13T19:58:03.080Z | Downloaded test-strategy v0.3.1 |
504 | 2024-12-13T19:58:03.093Z | Downloaded downcast v0.11.0 |
505 | 2024-12-13T19:58:03.093Z | Downloaded cookie_store v0.21.0 |
506 | 2024-12-13T19:58:03.093Z | Downloaded plotters v0.3.7 |
507 | 2024-12-13T19:58:03.097Z | Downloaded structmeta-derive v0.2.0 |
508 | 2024-12-13T19:58:03.097Z | Downloaded shlex v1.3.0 |
509 | 2024-12-13T19:58:03.097Z | Downloaded hashbrown v0.14.5 |
510 | 2024-12-13T19:58:03.108Z | Downloaded rustc-demangle v0.1.24 |
511 | 2024-12-13T19:58:03.108Z | Downloaded omicron-zone-package v0.11.1 |
512 | 2024-12-13T19:58:03.108Z | Downloaded russh-keys v0.45.0 |
513 | 2024-12-13T19:58:03.116Z | Downloaded derive_builder_core v0.20.2 |
514 | 2024-12-13T19:58:03.116Z | Downloaded pretty_assertions v1.4.1 |
515 | 2024-12-13T19:58:03.116Z | Downloaded rsa v0.9.6 |
516 | 2024-12-13T19:58:03.119Z | Downloaded ciborium-io v0.2.2 |
517 | 2024-12-13T19:58:03.127Z | Downloaded target-triple v0.1.3 |
518 | 2024-12-13T19:58:03.127Z | Downloaded thiserror-impl v2.0.3 |
519 | 2024-12-13T19:58:03.127Z | Downloaded thiserror-impl v1.0.69 |
520 | 2024-12-13T19:58:03.127Z | Downloaded hyper v1.5.0 |
521 | 2024-12-13T19:58:03.137Z | Downloaded zerofrom v0.1.4 |
522 | 2024-12-13T19:58:03.268Z | Downloaded concurrent-queue v2.5.0 |
523 | 2024-12-13T19:58:03.268Z | Downloaded libxml v0.3.3 |
524 | 2024-12-13T19:58:03.268Z | Downloaded ctr v0.9.2 |
525 | 2024-12-13T19:58:03.268Z | Downloaded toml_edit v0.22.22 |
526 | 2024-12-13T19:58:03.268Z | Downloaded display-error-chain v0.2.2 |
527 | 2024-12-13T19:58:03.268Z | Downloaded trybuild v1.0.101 |
528 | 2024-12-13T19:58:03.268Z | Downloaded toml v0.7.8 |
529 | 2024-12-13T19:58:03.268Z | Downloaded unicode-segmentation v1.12.0 |
530 | 2024-12-13T19:58:03.269Z | Downloaded num v0.4.3 |
531 | 2024-12-13T19:58:03.269Z | Downloaded lalrpop-util v0.19.12 |
532 | 2024-12-13T19:58:03.269Z | Downloaded rusqlite v0.32.1 |
533 | 2024-12-13T19:58:03.282Z | Downloaded parse-size v1.1.0 |
534 | 2024-12-13T19:58:03.282Z | Downloaded proc-macro-error-attr v1.0.4 |
535 | 2024-12-13T19:58:03.282Z | Downloaded pbkdf2 v0.12.2 |
536 | 2024-12-13T19:58:03.282Z | Downloaded semver v1.0.23 |
537 | 2024-12-13T19:58:03.282Z | Downloaded lru-cache v0.1.2 |
538 | 2024-12-13T19:58:03.282Z | Downloaded slog-async v2.8.0 |
539 | 2024-12-13T19:58:03.282Z | Downloaded hyper-staticfile v0.10.1 |
540 | 2024-12-13T19:58:03.282Z | Downloaded darling_core v0.20.10 |
541 | 2024-12-13T19:58:03.282Z | Downloaded target-spec v3.2.2 |
542 | 2024-12-13T19:58:03.282Z | Downloaded subtle v2.6.1 |
543 | 2024-12-13T19:58:03.283Z | Downloaded similar-asserts v1.6.0 |
544 | 2024-12-13T19:58:03.373Z | Downloaded rand_core v0.6.4 |
545 | 2024-12-13T19:58:03.373Z | Downloaded r2d2 v0.8.10 |
546 | 2024-12-13T19:58:03.373Z | Downloaded strum v0.26.3 |
547 | 2024-12-13T19:58:03.373Z | Downloaded colorchoice v1.0.2 |
548 | 2024-12-13T19:58:03.373Z | Downloaded tokio-tungstenite v0.23.1 |
549 | 2024-12-13T19:58:03.373Z | Downloaded dropshot_endpoint v0.13.0 |
550 | 2024-12-13T19:58:03.373Z | Downloaded toml_edit v0.19.15 |
551 | 2024-12-13T19:58:03.373Z | Downloaded impl-trait-for-tuples v0.2.2 |
552 | 2024-12-13T19:58:03.373Z | Downloaded deranged v0.3.11 |
553 | 2024-12-13T19:58:03.373Z | Downloaded goblin v0.8.2 |
554 | 2024-12-13T19:58:03.373Z | Downloaded keccak v0.1.5 |
555 | 2024-12-13T19:58:03.373Z | Downloaded displaydoc v0.2.5 |
556 | 2024-12-13T19:58:03.373Z | Downloaded csv-core v0.1.11 |
557 | 2024-12-13T19:58:03.373Z | Downloaded crossbeam-utils v0.8.20 |
558 | 2024-12-13T19:58:03.374Z | Downloaded matches v0.1.10 |
559 | 2024-12-13T19:58:03.374Z | Downloaded parse-display-derive v0.10.0 |
560 | 2024-12-13T19:58:03.374Z | Downloaded parse-display v0.10.0 |
561 | 2024-12-13T19:58:03.375Z | Downloaded itoa v1.0.11 |
562 | 2024-12-13T19:58:03.375Z | Downloaded percent-encoding v2.3.1 |
563 | 2024-12-13T19:58:03.375Z | Downloaded rustls-pki-types v1.9.0 |
564 | 2024-12-13T19:58:03.376Z | Downloaded lock_api v0.4.12 |
565 | 2024-12-13T19:58:03.376Z | Downloaded litemap v0.7.3 |
566 | 2024-12-13T19:58:03.376Z | Downloaded target-lexicon v0.12.16 |
567 | 2024-12-13T19:58:03.376Z | Downloaded pest_derive v2.7.14 |
568 | 2024-12-13T19:58:03.376Z | Downloaded colored v2.1.0 |
569 | 2024-12-13T19:58:03.376Z | Downloaded term v0.7.0 |
570 | 2024-12-13T19:58:03.376Z | Downloaded structmeta v0.2.0 |
571 | 2024-12-13T19:58:03.376Z | Downloaded slog-envlogger v2.2.0 |
572 | 2024-12-13T19:58:03.376Z | Downloaded nested v0.1.1 |
573 | 2024-12-13T19:58:03.376Z | Downloaded serde_path_to_error v0.1.16 |
574 | 2024-12-13T19:58:03.376Z | Downloaded rustls-pemfile v1.0.4 |
575 | 2024-12-13T19:58:03.376Z | Downloaded rustls-native-certs v0.7.3 |
576 | 2024-12-13T19:58:03.376Z | Downloaded console v0.15.8 |
577 | 2024-12-13T19:58:03.376Z | Downloaded strum_macros v0.24.3 |
578 | 2024-12-13T19:58:03.376Z | Downloaded async-std v1.13.0 |
579 | 2024-12-13T19:58:03.394Z | Downloaded zone_cfg_derive v0.3.0 |
580 | 2024-12-13T19:58:03.394Z | Downloaded bitvec v1.0.1 |
581 | 2024-12-13T19:58:03.394Z | Downloaded mirai-annotations v1.12.0 |
582 | 2024-12-13T19:58:03.394Z | Downloaded zone_cfg_derive v0.1.2 |
583 | 2024-12-13T19:58:03.394Z | Downloaded difflib v0.4.0 |
584 | 2024-12-13T19:58:03.394Z | Downloaded russh-cryptovec v0.7.3 |
585 | 2024-12-13T19:58:03.394Z | Downloaded crucible-workspace-hack v0.1.0 |
586 | 2024-12-13T19:58:03.394Z | Downloaded either v1.13.0 |
587 | 2024-12-13T19:58:03.394Z | Downloaded ed25519 v2.2.3 |
588 | 2024-12-13T19:58:03.394Z | Downloaded nu-ansi-term v0.50.1 |
589 | 2024-12-13T19:58:03.394Z | Downloaded pest v2.7.14 |
590 | 2024-12-13T19:58:03.394Z | Downloaded poly1305 v0.8.0 |
591 | 2024-12-13T19:58:03.394Z | Downloaded snafu v0.8.5 |
592 | 2024-12-13T19:58:03.394Z | Downloaded num-derive v0.4.2 |
593 | 2024-12-13T19:58:03.394Z | Downloaded bindgen v0.69.5 |
594 | 2024-12-13T19:58:03.394Z | Downloaded time-core v0.1.2 |
595 | 2024-12-13T19:58:03.394Z | Downloaded tls_codec_derive v0.4.1 |
596 | 2024-12-13T19:58:03.394Z | Downloaded rustversion v1.0.17 |
597 | 2024-12-13T19:58:03.394Z | Downloaded topological-sort v0.2.2 |
598 | 2024-12-13T19:58:03.394Z | Downloaded sha1 v0.10.6 |
599 | 2024-12-13T19:58:03.395Z | Downloaded pin-project v1.1.6 |
600 | 2024-12-13T19:58:03.395Z | Downloaded tracing-attributes v0.1.27 |
601 | 2024-12-13T19:58:03.395Z | Downloaded derive-where v1.2.7 |
602 | 2024-12-13T19:58:03.395Z | Downloaded portable-atomic v1.9.0 |
603 | 2024-12-13T19:58:03.433Z | Downloaded num_enum v0.5.11 |
604 | 2024-12-13T19:58:03.433Z | Downloaded num_cpus v1.16.0 |
605 | 2024-12-13T19:58:03.433Z | Downloaded usdt-attr-macro v0.5.0 |
606 | 2024-12-13T19:58:03.433Z | Downloaded serde-big-array v0.5.1 |
607 | 2024-12-13T19:58:03.433Z | Downloaded relative-path v1.9.3 |
608 | 2024-12-13T19:58:03.433Z | Downloaded embedded-io v0.4.0 |
609 | 2024-12-13T19:58:03.433Z | Downloaded papergrid v0.11.0 |
610 | 2024-12-13T19:58:03.475Z | Downloaded match_cfg v0.1.0 |
611 | 2024-12-13T19:58:03.475Z | Downloaded thiserror-impl-no-std v2.0.2 |
612 | 2024-12-13T19:58:03.475Z | Downloaded multer v3.1.0 |
613 | 2024-12-13T19:58:03.475Z | Downloaded criterion v0.5.1 |
614 | 2024-12-13T19:58:03.475Z | Downloaded serde_spanned v0.6.8 |
615 | 2024-12-13T19:58:03.475Z | Downloaded hyper-tls v0.6.0 |
616 | 2024-12-13T19:58:03.475Z | Downloaded indoc v2.0.5 |
617 | 2024-12-13T19:58:03.475Z | Downloaded serde-hex v0.1.0 |
618 | 2024-12-13T19:58:03.475Z | Downloaded sha2 v0.10.8 |
619 | 2024-12-13T19:58:03.475Z | Downloaded publicsuffix v2.2.3 |
620 | 2024-12-13T19:58:03.475Z | Downloaded minimal-lexical v0.2.1 |
621 | 2024-12-13T19:58:03.475Z | Downloaded russh v0.45.0 |
622 | 2024-12-13T19:58:03.476Z | Downloaded crunchy v0.2.2 |
623 | 2024-12-13T19:58:03.476Z | Downloaded plotters-backend v0.3.7 |
624 | 2024-12-13T19:58:03.476Z | Downloaded git2 v0.19.0 |
625 | 2024-12-13T19:58:03.476Z | Downloaded dirs-sys-next v0.1.2 |
626 | 2024-12-13T19:58:03.476Z | Downloaded strsim v0.11.1 |
627 | 2024-12-13T19:58:03.476Z | Downloaded static_assertions v1.1.0 |
628 | 2024-12-13T19:58:03.476Z | Downloaded stable_deref_trait v1.2.0 |
629 | 2024-12-13T19:58:03.476Z | Downloaded indoc v1.0.9 |
630 | 2024-12-13T19:58:03.476Z | Downloaded libm v0.2.8 |
631 | 2024-12-13T19:58:03.476Z | Downloaded utf16_iter v1.0.5 |
632 | 2024-12-13T19:58:03.476Z | Downloaded dirs-next v2.0.0 |
633 | 2024-12-13T19:58:03.476Z | Downloaded digest v0.10.7 |
634 | 2024-12-13T19:58:03.498Z | Downloaded diesel-dtrace v0.4.0 |
635 | 2024-12-13T19:58:03.498Z | Downloaded scopeguard v1.2.0 |
636 | 2024-12-13T19:58:03.498Z | Downloaded resolv-conf v0.7.0 |
637 | 2024-12-13T19:58:03.498Z | Downloaded polling v3.7.3 |
638 | 2024-12-13T19:58:03.498Z | Downloaded tower-service v0.3.3 |
639 | 2024-12-13T19:58:03.498Z | Downloaded tinyvec_macros v0.1.1 |
640 | 2024-12-13T19:58:03.498Z | Downloaded utf-8 v0.7.6 |
641 | 2024-12-13T19:58:03.498Z | Downloaded rcgen v0.12.1 |
642 | 2024-12-13T19:58:03.498Z | Downloaded slog-bunyan v2.5.0 |
643 | 2024-12-13T19:58:03.499Z | Downloaded idna v1.0.3 |
644 | 2024-12-13T19:58:03.499Z | Downloaded maplit v1.0.2 |
645 | 2024-12-13T19:58:03.499Z | Downloaded managed v0.8.0 |
646 | 2024-12-13T19:58:03.499Z | Downloaded iana-time-zone v0.1.61 |
647 | 2024-12-13T19:58:03.499Z | Downloaded kstat-rs v0.2.4 |
648 | 2024-12-13T19:58:03.499Z | Downloaded macaddr v1.0.1 |
649 | 2024-12-13T19:58:03.499Z | Downloaded unicode-normalization v0.1.24 |
650 | 2024-12-13T19:58:03.499Z | Downloaded tracing-core v0.1.32 |
651 | 2024-12-13T19:58:03.503Z | Downloaded zone v0.1.8 |
652 | 2024-12-13T19:58:03.503Z | Downloaded compact_str v0.8.0 |
653 | 2024-12-13T19:58:03.507Z | Downloaded p521 v0.13.3 |
654 | 2024-12-13T19:58:03.507Z | Downloaded md5 v0.7.0 |
655 | 2024-12-13T19:58:03.524Z | Downloaded path-slash v0.1.5 |
656 | 2024-12-13T19:58:03.524Z | Downloaded cpufeatures v0.2.14 |
657 | 2024-12-13T19:58:03.524Z | Downloaded polyval v0.6.2 |
658 | 2024-12-13T19:58:03.536Z | Downloaded num-traits v0.2.19 |
659 | 2024-12-13T19:58:03.536Z | Downloaded miniz_oxide v0.8.0 |
660 | 2024-12-13T19:58:03.536Z | Downloaded pkg-config v0.3.31 |
661 | 2024-12-13T19:58:03.536Z | Downloaded rusty-fork v0.3.0 |
662 | 2024-12-13T19:58:03.536Z | Downloaded hyper-util v0.1.10 |
663 | 2024-12-13T19:58:03.536Z | Downloaded constant_time_eq v0.3.1 |
664 | 2024-12-13T19:58:03.536Z | Downloaded petname v2.0.2 |
665 | 2024-12-13T19:58:03.563Z | Downloaded utf8parse v0.2.2 |
666 | 2024-12-13T19:58:03.563Z | Downloaded unicode-ident v1.0.13 |
667 | 2024-12-13T19:58:03.563Z | Downloaded const-oid v0.9.6 |
668 | 2024-12-13T19:58:03.563Z | Downloaded zopfli v0.8.1 |
669 | 2024-12-13T19:58:03.563Z | Downloaded strum_macros v0.26.4 |
670 | 2024-12-13T19:58:03.563Z | Downloaded tls_codec v0.4.1 |
671 | 2024-12-13T19:58:03.570Z | Downloaded signal-hook-mio v0.2.4 |
672 | 2024-12-13T19:58:03.570Z | Downloaded uuid v1.11.0 |
673 | 2024-12-13T19:58:03.570Z | Downloaded tiny-keccak v2.0.2 |
674 | 2024-12-13T19:58:03.570Z | Downloaded const_format_proc_macros v0.2.33 |
675 | 2024-12-13T19:58:03.570Z | Downloaded maybe-uninit v2.0.0 |
676 | 2024-12-13T19:58:03.570Z | Downloaded derive_builder v0.20.2 |
677 | 2024-12-13T19:58:03.570Z | Downloaded crossbeam-epoch v0.9.18 |
678 | 2024-12-13T19:58:03.570Z | Downloaded proc-macro2 v1.0.89 |
679 | 2024-12-13T19:58:03.570Z | Downloaded icu_normalizer_data v1.5.0 |
680 | 2024-12-13T19:58:03.570Z | Downloaded indicatif v0.17.9 |
681 | 2024-12-13T19:58:03.584Z | Downloaded utf8_iter v1.0.4 |
682 | 2024-12-13T19:58:03.584Z | Downloaded unicode-xid v0.2.6 |
683 | 2024-12-13T19:58:03.584Z | Downloaded partial-io v0.5.4 |
684 | 2024-12-13T19:58:03.584Z | Downloaded uzers v0.12.1 |
685 | 2024-12-13T19:58:03.584Z | Downloaded proc-macro-error v1.0.4 |
686 | 2024-12-13T19:58:03.584Z | Downloaded crypto-bigint v0.5.5 |
687 | 2024-12-13T19:58:03.589Z | Downloaded data-encoding v2.6.0 |
688 | 2024-12-13T19:58:03.589Z | Downloaded datatest-stable v0.2.9 |
689 | 2024-12-13T19:58:03.589Z | Downloaded tungstenite v0.24.0 |
690 | 2024-12-13T19:58:03.592Z | Downloaded elliptic-curve v0.13.8 |
691 | 2024-12-13T19:58:03.600Z | Downloaded quick-error v1.2.3 |
692 | 2024-12-13T19:58:03.600Z | Downloaded pkcs8 v0.10.2 |
693 | 2024-12-13T19:58:03.600Z | Downloaded indexmap v1.9.3 |
694 | 2024-12-13T19:58:03.606Z | Downloaded tabled v0.15.0 |
695 | 2024-12-13T19:58:03.618Z | Downloaded password-hash v0.5.0 |
696 | 2024-12-13T19:58:03.625Z | Downloaded serde_derive v1.0.215 |
697 | 2024-12-13T19:58:03.625Z | Downloaded radix_trie v0.2.1 |
698 | 2024-12-13T19:58:03.632Z | Downloaded icu_properties v1.5.1 |
699 | 2024-12-13T19:58:03.632Z | Downloaded gimli v0.31.1 |
700 | 2024-12-13T19:58:03.639Z | Downloaded const_format v0.2.33 |
701 | 2024-12-13T19:58:03.654Z | Downloaded ed25519-dalek v2.1.1 |
702 | 2024-12-13T19:58:03.675Z | Downloaded itertools v0.13.0 |
703 | 2024-12-13T19:58:03.675Z | Downloaded winnow v0.6.20 |
704 | 2024-12-13T19:58:03.699Z | Downloaded samael v0.0.17 |
705 | 2024-12-13T19:58:03.699Z | Downloaded rayon v1.10.0 |
706 | 2024-12-13T19:58:03.699Z | Downloaded pest_meta v2.7.14 |
707 | 2024-12-13T19:58:03.699Z | Downloaded rayon-core v1.12.1 |
708 | 2024-12-13T19:58:03.699Z | Downloaded sqlparser v0.45.0 |
709 | 2024-12-13T19:58:03.699Z | Downloaded qorb v0.2.1 |
710 | 2024-12-13T19:58:03.699Z | Downloaded syn v1.0.109 |
711 | 2024-12-13T19:58:03.702Z | Downloaded mio v1.0.2 |
712 | 2024-12-13T19:58:03.705Z | Downloaded tungstenite v0.23.0 |
713 | 2024-12-13T19:58:03.711Z | Downloaded crossbeam-channel v0.5.13 |
714 | 2024-12-13T19:58:03.715Z | Downloaded p384 v0.13.0 |
715 | 2024-12-13T19:58:03.718Z | Downloaded unsafe-libyaml v0.2.11 |
716 | 2024-12-13T19:58:03.722Z | Downloaded syn v2.0.87 |
717 | 2024-12-13T19:58:03.733Z | Downloaded cookie v0.18.1 |
718 | 2024-12-13T19:58:03.758Z | Downloaded tough v0.19.0 |
719 | 2024-12-13T19:58:03.759Z | Downloaded parse-zoneinfo v0.3.1 |
720 | 2024-12-13T19:58:03.759Z | Downloaded zerovec v0.10.4 |
721 | 2024-12-13T19:58:03.759Z | Downloaded tracing v0.1.40 |
722 | 2024-12-13T19:58:03.759Z | Downloaded rustls-webpki v0.101.7 |
723 | 2024-12-13T19:58:03.775Z | Downloaded idna v0.3.0 |
724 | 2024-12-13T19:58:03.795Z | Downloaded winnow v0.5.40 |
725 | 2024-12-13T19:58:03.795Z | Downloaded openssl v0.10.66 |
726 | 2024-12-13T19:58:03.795Z | Downloaded rustls-webpki v0.102.8 |
727 | 2024-12-13T19:58:03.812Z | Downloaded ssh-key v0.6.6 |
728 | 2024-12-13T19:58:03.820Z | Downloaded zerocopy v0.8.10 |
729 | 2024-12-13T19:58:03.842Z | Downloaded regex-syntax v0.6.29 |
730 | 2024-12-13T19:58:03.854Z | Downloaded nix v0.27.1 |
731 | 2024-12-13T19:58:03.872Z | Downloaded reqwest v0.12.9 |
732 | 2024-12-13T19:58:03.879Z | Downloaded salty v0.3.0 |
733 | 2024-12-13T19:58:03.879Z | Downloaded idna v0.2.3 |
734 | 2024-12-13T19:58:03.884Z | Downloaded regress v0.10.1 |
735 | 2024-12-13T19:58:03.890Z | Downloaded idna v0.5.0 |
736 | 2024-12-13T19:58:03.896Z | Downloaded openapiv3 v2.0.0 |
737 | 2024-12-13T19:58:03.907Z | Downloaded unicode-width v0.2.0 |
738 | 2024-12-13T19:58:03.913Z | Downloaded chrono-tz v0.10.0 |
739 | 2024-12-13T19:58:03.921Z | Downloaded object v0.36.5 |
740 | 2024-12-13T19:58:03.941Z | Downloaded lalrpop v0.19.12 |
741 | 2024-12-13T19:58:03.954Z | Downloaded hickory-proto v0.24.1 |
742 | 2024-12-13T19:58:03.963Z | Downloaded icu_properties_data v1.5.0 |
743 | 2024-12-13T19:58:03.993Z | Downloaded regex v1.11.1 |
744 | 2024-12-13T19:58:03.993Z | Downloaded quinn-proto v0.11.8 |
745 | 2024-12-13T19:58:03.998Z | Downloaded idna v0.4.0 |
746 | 2024-12-13T19:58:03.998Z | Downloaded rustls v0.21.12 |
747 | 2024-12-13T19:58:04.005Z | Downloaded smoltcp v0.11.0 |
748 | 2024-12-13T19:58:04.017Z | Downloaded smoltcp v0.9.1 |
749 | 2024-12-13T19:58:04.028Z | Downloaded trust-dns-proto v0.22.0 |
750 | 2024-12-13T19:58:04.049Z | Downloaded polar-core v0.27.3 |
751 | 2024-12-13T19:58:04.049Z | Downloaded rustls v0.22.4 |
752 | 2024-12-13T19:58:04.061Z | Downloaded rustls v0.23.14 |
753 | 2024-12-13T19:58:04.113Z | Downloaded rustix v0.38.37 |
754 | 2024-12-13T19:58:04.128Z | Downloaded typify-impl v0.2.0 |
755 | 2024-12-13T19:58:04.128Z | Downloaded nix v0.28.0 |
756 | 2024-12-13T19:58:04.128Z | Downloaded regress v0.9.1 |
757 | 2024-12-13T19:58:04.143Z | Downloaded dropshot v0.13.0 |
758 | 2024-12-13T19:58:04.152Z | Downloaded diesel v2.2.6 |
759 | 2024-12-13T19:58:04.169Z | Downloaded nix v0.29.0 |
760 | 2024-12-13T19:58:04.182Z | Downloaded sled v0.34.7 |
761 | 2024-12-13T19:58:04.199Z | Downloaded curve25519-dalek v4.1.3 |
762 | 2024-12-13T19:58:04.236Z | Downloaded unicode-width v0.1.14 |
763 | 2024-12-13T19:58:04.236Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
764 | 2024-12-13T19:58:04.236Z | Downloaded dropshot v0.12.0 |
765 | 2024-12-13T19:58:04.243Z | Downloaded serde_json v1.0.132 |
766 | 2024-12-13T19:58:04.269Z | Downloaded regex-automata v0.4.8 |
767 | 2024-12-13T19:58:04.279Z | Downloaded zerocopy-derive v0.6.6 |
768 | 2024-12-13T19:58:04.279Z | Downloaded vcpkg v0.2.15 |
769 | 2024-12-13T19:58:04.315Z | Downloaded regex-syntax v0.8.5 |
770 | 2024-12-13T19:58:04.334Z | Downloaded bstr v1.10.0 |
771 | 2024-12-13T19:58:04.334Z | Downloaded ratatui v0.28.1 |
772 | 2024-12-13T19:58:04.363Z | Downloaded object v0.30.4 |
773 | 2024-12-13T19:58:04.371Z | Downloaded icu_collections v1.5.0 |
774 | 2024-12-13T19:58:04.371Z | Downloaded webpki-roots v0.26.6 |
775 | 2024-12-13T19:58:04.371Z | Downloaded reedline v0.35.0 |
776 | 2024-12-13T19:58:04.386Z | Downloaded quick-xml v0.33.0 |
777 | 2024-12-13T19:58:04.386Z | Downloaded zip v2.1.3 |
778 | 2024-12-13T19:58:04.406Z | Downloaded lzma-sys v0.1.20 |
779 | 2024-12-13T19:58:04.417Z | Downloaded proc-macro-crate v3.2.0 |
780 | 2024-12-13T19:58:04.417Z | Downloaded crossterm v0.28.1 |
781 | 2024-12-13T19:58:04.465Z | Downloaded dropshot_endpoint v0.12.0 |
782 | 2024-12-13T19:58:04.465Z | Downloaded zerocopy v0.7.35 |
783 | 2024-12-13T19:58:04.465Z | Downloaded tokio-util v0.7.12 |
784 | 2024-12-13T19:58:04.465Z | Downloaded md-5 v0.10.6 |
785 | 2024-12-13T19:58:04.465Z | Downloaded path-tree v0.8.1 |
786 | 2024-12-13T19:58:04.465Z | Downloaded ssh-encoding v0.2.0 |
787 | 2024-12-13T19:58:04.474Z | Downloaded ssh-cipher v0.2.0 |
788 | 2024-12-13T19:58:04.475Z | Downloaded des v0.8.1 |
789 | 2024-12-13T19:58:04.475Z | Downloaded schemars_derive v0.8.21 |
790 | 2024-12-13T19:58:04.475Z | Downloaded time v0.3.36 |
791 | 2024-12-13T19:58:04.475Z | Downloaded num-rational v0.4.2 |
792 | 2024-12-13T19:58:04.475Z | Downloaded native-tls v0.2.12 |
793 | 2024-12-13T19:58:04.475Z | Downloaded tar v0.4.42 |
794 | 2024-12-13T19:58:04.475Z | Downloaded unicode_categories v0.1.1 |
795 | 2024-12-13T19:58:04.475Z | Downloaded zone v0.3.0 |
796 | 2024-12-13T19:58:04.475Z | Downloaded crc v3.2.1 |
797 | 2024-12-13T19:58:04.482Z | Downloaded proptest v1.5.0 |
798 | 2024-12-13T19:58:04.516Z | Downloaded chrono v0.4.38 |
799 | 2024-12-13T19:58:04.516Z | Downloaded indexmap v2.6.0 |
800 | 2024-12-13T19:58:04.516Z | Downloaded newtype-uuid v1.1.3 |
801 | 2024-12-13T19:58:04.516Z | Downloaded subprocess v0.2.9 |
802 | 2024-12-13T19:58:04.516Z | Downloaded slog v2.7.0 |
803 | 2024-12-13T19:58:04.516Z | Downloaded quote v1.0.37 |
804 | 2024-12-13T19:58:04.516Z | Downloaded mime_guess v2.0.5 |
805 | 2024-12-13T19:58:04.516Z | Downloaded inout v0.1.3 |
806 | 2024-12-13T19:58:04.516Z | Downloaded libc v0.2.162 |
807 | 2024-12-13T19:58:04.565Z | Downloaded num-bigint-dig v0.8.4 |
808 | 2024-12-13T19:58:04.584Z | Downloaded petgraph v0.6.5 |
809 | 2024-12-13T19:58:04.584Z | Downloaded encoding_rs v0.8.34 |
810 | 2024-12-13T19:58:04.595Z | Downloaded httpmock v0.8.0-alpha.1 |
811 | 2024-12-13T19:58:04.606Z | Downloaded tokio v1.40.0 |
812 | 2024-12-13T19:58:04.638Z | Downloaded csv v1.3.0 |
813 | 2024-12-13T19:58:04.657Z | Downloaded libz-sys v1.1.20 |
814 | 2024-12-13T19:58:04.680Z | Downloaded writeable v0.5.5 |
815 | 2024-12-13T19:58:04.691Z | Downloaded clap_builder v4.5.21 |
816 | 2024-12-13T19:58:04.691Z | Downloaded thiserror v2.0.3 |
817 | 2024-12-13T19:58:04.691Z | Downloaded x509-cert v0.2.5 |
818 | 2024-12-13T19:58:04.712Z | Downloaded tokio-tungstenite v0.24.0 |
819 | 2024-12-13T19:58:04.712Z | Downloaded tempfile v3.13.0 |
820 | 2024-12-13T19:58:04.712Z | Downloaded parking_lot_core v0.9.10 |
821 | 2024-12-13T19:58:04.712Z | Downloaded signal-hook v0.3.17 |
822 | 2024-12-13T19:58:04.712Z | Downloaded url v2.5.3 |
823 | 2024-12-13T19:58:04.712Z | Downloaded sha3 v0.10.8 |
824 | 2024-12-13T19:58:04.720Z | Downloaded memchr v2.7.4 |
825 | 2024-12-13T19:58:04.720Z | Downloaded tungstenite v0.21.0 |
826 | 2024-12-13T19:58:04.720Z | Downloaded blake3 v1.5.4 |
827 | 2024-12-13T19:58:04.727Z | Downloaded aho-corasick v1.1.3 |
828 | 2024-12-13T19:58:04.735Z | Downloaded serde_with v3.11.0 |
829 | 2024-12-13T19:58:04.743Z | Downloaded aws-lc-rs v1.10.0 |
830 | 2024-12-13T19:58:04.752Z | Downloaded derive_more v0.99.18 |
831 | 2024-12-13T19:58:04.757Z | Downloaded itertools v0.12.1 |
832 | 2024-12-13T19:58:04.771Z | Downloaded h2 v0.4.6 |
833 | 2024-12-13T19:58:04.781Z | Downloaded prettyplease v0.2.25 |
834 | 2024-12-13T19:58:04.781Z | Downloaded itertools v0.10.5 |
835 | 2024-12-13T19:58:04.781Z | Downloaded vergen v8.3.2 |
836 | 2024-12-13T19:58:04.781Z | Downloaded value-bag v1.9.0 |
837 | 2024-12-13T19:58:04.782Z | Downloaded hkdf v0.12.4 |
838 | 2024-12-13T19:58:04.786Z | Downloaded zeroize_derive v1.4.2 |
839 | 2024-12-13T19:58:04.786Z | Downloaded zeroize v1.8.1 |
840 | 2024-12-13T19:58:04.786Z | Downloaded zerofrom-derive v0.1.4 |
841 | 2024-12-13T19:58:04.786Z | Downloaded unicode-truncate v1.1.0 |
842 | 2024-12-13T19:58:04.789Z | Downloaded dhcproto v0.12.0 |
843 | 2024-12-13T19:58:04.789Z | Downloaded derive_builder_macro v0.20.2 |
844 | 2024-12-13T19:58:04.796Z | Downloaded salsa20 v0.10.2 |
845 | 2024-12-13T19:58:04.796Z | Downloaded pkcs5 v0.7.1 |
846 | 2024-12-13T19:58:04.796Z | Downloaded hashbrown v0.15.1 |
847 | 2024-12-13T19:58:04.800Z | Downloaded primeorder v0.13.6 |
848 | 2024-12-13T19:58:04.804Z | Downloaded criterion-plot v0.5.0 |
849 | 2024-12-13T19:58:04.804Z | Downloaded tokio-tungstenite v0.21.0 |
850 | 2024-12-13T19:58:04.807Z | Downloaded whoami v1.5.2 |
851 | 2024-12-13T19:58:04.807Z | Downloaded smallvec v0.6.14 |
852 | 2024-12-13T19:58:04.808Z | Downloaded slog-json v2.6.1 |
853 | 2024-12-13T19:58:04.811Z | Downloaded signature v2.2.0 |
854 | 2024-12-13T19:58:04.811Z | Downloaded serde_repr v0.1.19 |
855 | 2024-12-13T19:58:04.815Z | Downloaded serde_plain v1.0.2 |
856 | 2024-12-13T19:58:04.815Z | Downloaded ecdsa v0.16.9 |
857 | 2024-12-13T19:58:04.815Z | Downloaded version_check v0.9.5 |
858 | 2024-12-13T19:58:04.819Z | Downloaded hickory-resolver v0.24.1 |
859 | 2024-12-13T19:58:04.822Z | Downloaded http v1.1.0 |
860 | 2024-12-13T19:58:04.825Z | Downloaded memoffset v0.9.1 |
861 | 2024-12-13T19:58:04.825Z | Downloaded linked-hash-map v0.5.6 |
862 | 2024-12-13T19:58:04.826Z | Downloaded unicode-bidi v0.3.17 |
863 | 2024-12-13T19:58:04.829Z | Downloaded tokio-postgres v0.7.12 |
864 | 2024-12-13T19:58:04.833Z | Downloaded heapless v0.8.0 |
865 | 2024-12-13T19:58:04.837Z | Downloaded peg-runtime v0.8.3 |
866 | 2024-12-13T19:58:04.837Z | Downloaded crypto-common v0.1.6 |
867 | 2024-12-13T19:58:04.842Z | Downloaded crc-catalog v2.4.0 |
868 | 2024-12-13T19:58:04.842Z | Downloaded cmake v0.1.51 |
869 | 2024-12-13T19:58:04.842Z | Downloaded usdt-impl v0.5.0 |
870 | 2024-12-13T19:58:04.842Z | Downloaded scroll v0.12.0 |
871 | 2024-12-13T19:58:04.846Z | Downloaded num-bigint v0.4.6 |
872 | 2024-12-13T19:58:04.850Z | Downloaded ucd-trie v0.1.7 |
873 | 2024-12-13T19:58:04.850Z | Downloaded serde_derive_internals v0.29.1 |
874 | 2024-12-13T19:58:04.850Z | Downloaded termios v0.3.3 |
875 | 2024-12-13T19:58:04.856Z | Downloaded termcolor v1.4.1 |
876 | 2024-12-13T19:58:04.856Z | Downloaded structmeta-derive v0.3.0 |
877 | 2024-12-13T19:58:04.856Z | Downloaded smawk v0.3.2 |
878 | 2024-12-13T19:58:04.856Z | Downloaded serde_yaml v0.9.34+deprecated |
879 | 2024-12-13T19:58:04.919Z | Downloaded schemars v0.8.21 |
880 | 2024-12-13T19:58:04.919Z | Downloaded heapless v0.7.17 |
881 | 2024-12-13T19:58:04.919Z | Downloaded signal-hook-registry v1.4.2 |
882 | 2024-12-13T19:58:04.919Z | Downloaded serde_tokenstream v0.2.2 |
883 | 2024-12-13T19:58:04.919Z | Downloaded futures v0.3.31 |
884 | 2024-12-13T19:58:04.919Z | Downloaded rustc-hash v1.1.0 |
885 | 2024-12-13T19:58:04.932Z | Downloaded phf_generator v0.11.2 |
886 | 2024-12-13T19:58:04.934Z | Downloaded rustc_version v0.1.7 |
887 | 2024-12-13T19:58:04.934Z | Downloaded ron v0.8.1 |
888 | 2024-12-13T19:58:04.934Z | Downloaded clap_derive v4.5.18 |
889 | 2024-12-13T19:58:04.934Z | Downloaded typify v0.2.0 |
890 | 2024-12-13T19:58:04.934Z | Downloaded nibble_vec v0.1.0 |
891 | 2024-12-13T19:58:04.934Z | Downloaded spin v0.9.8 |
892 | 2024-12-13T19:58:04.934Z | Downloaded slog-term v2.9.1 |
893 | 2024-12-13T19:58:04.934Z | Downloaded lockfree-object-pool v0.1.6 |
894 | 2024-12-13T19:58:04.934Z | Downloaded postcard v1.0.10 |
895 | 2024-12-13T19:58:04.934Z | Downloaded walkdir v2.5.0 |
896 | 2024-12-13T19:58:04.934Z | Downloaded terminal_size v0.4.0 |
897 | 2024-12-13T19:58:04.935Z | Downloaded password-hash v0.4.2 |
898 | 2024-12-13T19:58:04.937Z | Downloaded chacha20poly1305 v0.10.1 |
899 | 2024-12-13T19:58:04.937Z | Downloaded hickory-client v0.24.1 |
900 | 2024-12-13T19:58:04.937Z | Downloaded threadpool v1.8.1 |
901 | 2024-12-13T19:58:04.937Z | Downloaded httparse v1.9.5 |
902 | 2024-12-13T19:58:04.937Z | Downloaded postgres-protocol v0.6.7 |
903 | 2024-12-13T19:58:04.937Z | Downloaded fs_extra v1.3.0 |
904 | 2024-12-13T19:58:04.998Z | Downloaded futures-channel v0.3.31 |
905 | 2024-12-13T19:58:04.998Z | Downloaded highway v1.2.0 |
906 | 2024-12-13T19:58:04.998Z | Downloaded hex v0.4.3 |
907 | 2024-12-13T19:58:04.998Z | Downloaded pem-rfc7468 v0.7.0 |
908 | 2024-12-13T19:58:04.998Z | Downloaded futures-util v0.3.31 |
909 | 2024-12-13T19:58:04.998Z | Downloaded arc-swap v1.7.1 |
910 | 2024-12-13T19:58:05.007Z | Downloaded hostname v0.4.0 |
911 | 2024-12-13T19:58:05.007Z | Downloaded hostname v0.3.1 |
912 | 2024-12-13T19:58:05.007Z | Downloaded home v0.5.9 |
913 | 2024-12-13T19:58:05.007Z | Downloaded futures-executor v0.3.31 |
914 | 2024-12-13T19:58:05.007Z | Downloaded futures-core v0.3.31 |
915 | 2024-12-13T19:58:05.007Z | Downloaded funty v2.0.0 |
916 | 2024-12-13T19:58:05.007Z | Downloaded heck v0.3.3 |
917 | 2024-12-13T19:58:05.007Z | Downloaded async-executor v1.13.1 |
918 | 2024-12-13T19:58:05.008Z | Downloaded arrayvec v0.7.6 |
919 | 2024-12-13T19:58:05.008Z | Downloaded async-trait v0.1.83 |
920 | 2024-12-13T19:58:05.008Z | Downloaded async-task v4.7.1 |
921 | 2024-12-13T19:58:05.008Z | Downloaded argon2 v0.5.3 |
922 | 2024-12-13T19:58:05.008Z | Downloaded anstyle v1.0.10 |
923 | 2024-12-13T19:58:05.008Z | Downloaded futures-lite v2.3.0 |
924 | 2024-12-13T19:58:05.008Z | Downloaded foreign-types-shared v0.3.1 |
925 | 2024-12-13T19:58:05.008Z | Downloaded foreign-types v0.5.0 |
926 | 2024-12-13T19:58:05.008Z | Downloaded foreign-types v0.3.2 |
927 | 2024-12-13T19:58:05.008Z | Downloaded foldhash v0.1.3 |
928 | 2024-12-13T19:58:05.008Z | Downloaded float-ord v0.3.2 |
929 | 2024-12-13T19:58:05.012Z | Downloaded cast v0.3.0 |
930 | 2024-12-13T19:58:05.012Z | Downloaded bcs v0.1.6 |
931 | 2024-12-13T19:58:05.012Z | Downloaded assert-json-diff v2.0.2 |
932 | 2024-12-13T19:58:05.018Z | Downloaded form_urlencoded v1.2.1 |
933 | 2024-12-13T19:58:05.018Z | Downloaded foreign-types-shared v0.1.1 |
934 | 2024-12-13T19:58:05.019Z | Downloaded foreign-types-macros v0.2.3 |
935 | 2024-12-13T19:58:05.019Z | Downloaded fatfs v0.3.6 |
936 | 2024-12-13T19:58:05.019Z | Downloaded async-lock v3.4.0 |
937 | 2024-12-13T19:58:05.019Z | Downloaded anstream v0.6.15 |
938 | 2024-12-13T19:58:05.019Z | Downloaded chacha20 v0.9.1 |
939 | 2024-12-13T19:58:05.019Z | Downloaded cexpr v0.6.0 |
940 | 2024-12-13T19:58:05.019Z | Downloaded filetime v0.2.25 |
941 | 2024-12-13T19:58:05.019Z | Downloaded ff v0.13.0 |
942 | 2024-12-13T19:58:05.019Z | Downloaded byteorder v1.5.0 |
943 | 2024-12-13T19:58:05.019Z | Downloaded bytecount v0.6.8 |
944 | 2024-12-13T19:58:05.019Z | Downloaded assert_cmd v2.0.16 |
945 | 2024-12-13T19:58:05.019Z | Downloaded fallible-streaming-iterator v0.1.9 |
946 | 2024-12-13T19:58:05.019Z | Downloaded cargo-platform v0.1.8 |
947 | 2024-12-13T19:58:05.019Z | Downloaded bit-set v0.5.3 |
948 | 2024-12-13T19:58:05.019Z | Downloaded event-listener v5.3.1 |
949 | 2024-12-13T19:58:05.019Z | Downloaded atomic-waker v1.1.2 |
950 | 2024-12-13T19:58:05.019Z | Downloaded blocking v1.6.1 |
951 | 2024-12-13T19:58:05.019Z | Downloaded anstyle-query v1.1.1 |
952 | 2024-12-13T19:58:05.019Z | Downloaded async-global-executor v2.4.1 |
953 | 2024-12-13T19:58:05.019Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
954 | 2024-12-13T19:58:08.971Z | Downloaded ring v0.17.8 |
955 | 2024-12-13T19:58:09.040Z | Downloaded ring v0.16.20 |
956 | 2024-12-13T19:58:09.040Z | Downloaded libsqlite3-sys v0.30.1 |
957 | 2024-12-13T19:58:09.040Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-13T19:58:09.040Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-13T19:58:13.357Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-13T19:58:17.194Z | Startup: Caching catalogs ... Done |
961 | 2024-12-13T19:58:27.795Z | Planning: Solver setup ... Done (9.701s) |
962 | 2024-12-13T19:58:27.925Z | Planning: Running solver ... Done (0.130s) |
963 | 2024-12-13T19:58:28.034Z | Planning: Finding local manifests ... Done (0.004s) |
964 | 2024-12-13T19:58:28.049Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-13T19:58:28.279Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-13T19:58:28.389Z | Planning: Package planning ... Done (0.110s) |
967 | 2024-12-13T19:58:28.468Z | Planning: Merging actions ... Done (0.059s) |
968 | 2024-12-13T19:58:28.644Z | Planning: Checking for conflicting actions ... Done (0.196s) |
969 | 2024-12-13T19:58:30.670Z | Planning: Consolidating action changes ... Done (2.025s) |
970 | 2024-12-13T19:58:31.108Z | Planning: Evaluating mediators ... Done (0.438s) |
971 | 2024-12-13T19:58:31.193Z | Planning: Planning completed in 13.90 seconds |
972 | 2024-12-13T19:58:31.210Z | Packages to install: 4 |
973 | 2024-12-13T19:58:31.210Z | Packages to update: 1 |
974 | 2024-12-13T19:58:31.210Z | Mediators to change: 2 |
975 | 2024-12-13T19:58:31.216Z | Services to change: 1 |
976 | 2024-12-13T19:58:31.216Z | Estimated space available: 155.38 GB |
977 | 2024-12-13T19:58:31.216Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-13T19:58:31.216Z | Create boot environment: No |
979 | 2024-12-13T19:58:31.216Z | Create backup boot environment: Yes |
980 | 2024-12-13T19:58:31.216Z | Rebuild boot archive: No |
981 | 2024-12-13T19:58:31.216Z | |
982 | 2024-12-13T19:58:31.216Z | Changed mediators: |
983 | 2024-12-13T19:58:31.216Z | mediator clang: |
984 | 2024-12-13T19:58:31.216Z | version: None -> 15 (system default) |
985 | 2024-12-13T19:58:31.216Z | |
986 | 2024-12-13T19:58:31.216Z | mediator llvm: |
987 | 2024-12-13T19:58:31.216Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-13T19:58:31.218Z | |
989 | 2024-12-13T19:58:31.218Z | Changed packages: |
990 | 2024-12-13T19:58:31.218Z | helios-dev |
991 | 2024-12-13T19:58:31.218Z | developer/build-essential |
992 | 2024-12-13T19:58:31.218Z | None -> 11-2.0 |
993 | 2024-12-13T19:58:31.218Z | library/libxmlsec1 |
994 | 2024-12-13T19:58:31.218Z | None -> 1.2.35-2.0 |
995 | 2024-12-13T19:58:31.218Z | ooce/developer/clang-15 |
996 | 2024-12-13T19:58:31.218Z | None -> 15.0.7-2.0 |
997 | 2024-12-13T19:58:31.218Z | ooce/developer/llvm-15 |
998 | 2024-12-13T19:58:31.218Z | None -> 15.0.7-2.0 |
999 | 2024-12-13T19:58:31.218Z | package/pkg |
1000 | 2024-12-13T19:58:31.218Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-13T19:58:31.219Z | |
1002 | 2024-12-13T19:58:31.219Z | Services: |
1003 | 2024-12-13T19:58:31.219Z | restart_fmri: |
1004 | 2024-12-13T19:58:31.219Z | svc:/system/update-man-index:default |
1005 | 2024-12-13T19:58:31.219Z | |
1006 | 2024-12-13T19:58:31.219Z | Editable files to change: |
1007 | 2024-12-13T19:58:31.219Z | Update: |
1008 | 2024-12-13T19:58:31.219Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-13T19:58:31.293Z | |
1010 | 2024-12-13T19:58:31.293Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-13T19:58:39.471Z | Download: 1412/4281 items 104.5/220.6MB 47% complete (21.0M/s) |
1012 | 2024-12-13T19:58:41.295Z | Download: 3190/4281 items 152.3/220.6MB 69% complete (15.2M/s) |
1013 | 2024-12-13T19:58:46.031Z | Download: Completed 220.60 MB in 14.74 seconds (15.0M/s) |
1014 | 2024-12-13T19:58:47.641Z | Actions: 1/5063 actions (Removing old actions) |
1015 | 2024-12-13T19:58:47.661Z | Actions: 194/5063 actions (Installing new actions) |
1016 | 2024-12-13T19:58:52.380Z | Actions: 4226/5063 actions (Updating modified actions) |
1017 | 2024-12-13T19:58:52.697Z | Actions: Completed 5063 actions in 5.05 seconds. |
1018 | 2024-12-13T19:58:52.927Z | Done (0.222s) |
1019 | 2024-12-13T19:58:52.929Z | Done (0.000s) |
1020 | 2024-12-13T19:58:53.483Z | Done (0.555s) |
1021 | 2024-12-13T19:58:58.117Z | Done (4.409s) |
1022 | 2024-12-13T19:58:58.204Z | Done (0.016s) |
1023 | 2024-12-13T19:58:58.207Z | Done (0.000s) |
1024 | 2024-12-13T19:58:58.381Z | Done (0.000s) |
1025 | 2024-12-13T19:58:59.120Z | Planning: Evaluating mediator changes ... Done |
1026 | 2024-12-13T19:58:59.287Z | Planning: Checking for conflicting actions ... Done |
1027 | 2024-12-13T19:58:59.290Z | Planning: Consolidating action changes ... Done |
1028 | 2024-12-13T19:58:59.568Z | Planning: Evaluating mediators ... Done |
1029 | 2024-12-13T19:58:59.572Z | Planning: Planning completed in 0.45 seconds |
1030 | 2024-12-13T19:58:59.609Z | Mediators to change: 2 |
1031 | 2024-12-13T19:58:59.609Z | Create boot environment: No |
1032 | 2024-12-13T19:58:59.612Z | Create backup boot environment: No |
1033 | 2024-12-13T19:58:59.687Z | Done |
1034 | 2024-12-13T19:58:59.687Z | Done |
1035 | 2024-12-13T19:59:00.089Z | Done |
1036 | 2024-12-13T19:59:04.096Z | Done |
1037 | 2024-12-13T19:59:04.202Z | Done |
1038 | 2024-12-13T19:59:04.205Z | Done |
1039 | 2024-12-13T19:59:04.336Z | Done |
1040 | 2024-12-13T19:59:04.986Z | Planning: Evaluating mediator changes ... Done |
1041 | 2024-12-13T19:59:04.990Z | Planning: Merging actions ... Done |
1042 | 2024-12-13T19:59:05.184Z | Planning: Checking for conflicting actions ... Done |
1043 | 2024-12-13T19:59:05.188Z | Planning: Consolidating action changes ... Done |
1044 | 2024-12-13T19:59:05.464Z | Planning: Evaluating mediators ... Done |
1045 | 2024-12-13T19:59:05.526Z | Planning: Planning completed in 0.79 seconds |
1046 | 2024-12-13T19:59:05.566Z | Packages to change: 1 |
1047 | 2024-12-13T19:59:05.566Z | Mediators to change: 1 |
1048 | 2024-12-13T19:59:05.570Z | Services to change: 1 |
1049 | 2024-12-13T19:59:05.570Z | Create boot environment: No |
1050 | 2024-12-13T19:59:05.570Z | Create backup boot environment: Yes |
1051 | 2024-12-13T19:59:07.869Z | Actions: 1/6 actions (Updating modified actions) |
1052 | 2024-12-13T19:59:07.871Z | Actions: Completed 6 actions in 0.00 seconds. |
1053 | 2024-12-13T19:59:07.872Z | Done |
1054 | 2024-12-13T19:59:07.872Z | Done |
1055 | 2024-12-13T19:59:07.985Z | Done |
1056 | 2024-12-13T19:59:11.909Z | Done |
1057 | 2024-12-13T19:59:12.003Z | Done |
1058 | 2024-12-13T19:59:12.011Z | Done |
1059 | 2024-12-13T19:59:12.137Z | Done |
1060 | 2024-12-13T19:59:12.615Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1061 | 2024-12-13T19:59:12.615Z | clang system 15 system |
1062 | 2024-12-13T19:59:12.615Z | csh system system illumos |
1063 | 2024-12-13T19:59:12.615Z | ctags system system illumos |
1064 | 2024-12-13T19:59:12.615Z | gcc vendor 12 vendor |
1065 | 2024-12-13T19:59:12.615Z | gcc system 10 system |
1066 | 2024-12-13T19:59:12.615Z | gcc system 7 system |
1067 | 2024-12-13T19:59:12.615Z | go system 1.20 system |
1068 | 2024-12-13T19:59:12.615Z | go system 1.19 system |
1069 | 2024-12-13T19:59:12.615Z | llvm system 15 system |
1070 | 2024-12-13T19:59:12.615Z | llvm system 14 system |
1071 | 2024-12-13T19:59:12.615Z | mariadb system 10.6 system |
1072 | 2024-12-13T19:59:12.615Z | mta vendor vendor dma |
1073 | 2024-12-13T19:59:12.615Z | openjdk system 17 system |
1074 | 2024-12-13T19:59:12.615Z | openjdk system 11 system |
1075 | 2024-12-13T19:59:12.615Z | openjdk system 1.8 system |
1076 | 2024-12-13T19:59:12.616Z | openssl vendor 3 vendor |
1077 | 2024-12-13T19:59:12.616Z | perl system 5.36 system |
1078 | 2024-12-13T19:59:12.616Z | postgresql system 15 system |
1079 | 2024-12-13T19:59:12.616Z | postgresql system 13 system |
1080 | 2024-12-13T19:59:12.616Z | python vendor 3 vendor |
1081 | 2024-12-13T19:59:12.616Z | python system 2 system |
1082 | 2024-12-13T19:59:12.616Z | python3 system 3.11 system |
1083 | 2024-12-13T19:59:12.616Z | ruby system 3.0 system |
1084 | 2024-12-13T19:59:12.616Z | words vendor vendor american-english |
1085 | 2024-12-13T19:59:12.616Z | words system system australian-english |
1086 | 2024-12-13T19:59:12.616Z | words system system british-english |
1087 | 2024-12-13T19:59:12.616Z | words system system canadian-english |
1088 | 2024-12-13T19:59:12.616Z | words system system french |
1089 | 2024-12-13T19:59:12.616Z | words system system italian |
1090 | 2024-12-13T19:59:12.616Z | words system system ngerman |
1091 | 2024-12-13T19:59:12.616Z | words system system ogerman |
1092 | 2024-12-13T19:59:12.616Z | words system system spanish |
1093 | 2024-12-13T19:59:12.985Z | PUBLISHER TYPE STATUS P LOCATION |
1094 | 2024-12-13T19:59:12.985Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1095 | 2024-12-13T19:59:15.775Z | FMRI IFO |
1096 | 2024-12-13T19:59:15.775Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1097 | 2024-12-13T19:59:15.775Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1098 | 2024-12-13T19:59:15.775Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1099 | 2024-12-13T19:59:15.775Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1100 | 2024-12-13T19:59:15.775Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1101 | 2024-12-13T19:59:15.776Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1102 | 2024-12-13T19:59:15.776Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1103 | 2024-12-13T19:59:15.776Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1104 | 2024-12-13T19:59:15.776Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1105 | 2024-12-13T19:59:15.776Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1106 | 2024-12-13T19:59:15.776Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1107 | 2024-12-13T19:59:15.776Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1108 | 2024-12-13T19:59:15.776Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1109 | 2024-12-13T19:59:15.777Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1110 | 2024-12-13T19:59:15.777Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1111 | 2024-12-13T19:59:16.878Z | Downloading crates ... |
1112 | 2024-12-13T19:59:16.967Z | Downloaded cargo_toml v0.20.5 |
1113 | 2024-12-13T19:59:17.106Z | Compiling proc-macro2 v1.0.89 |
1114 | 2024-12-13T19:59:17.106Z | Compiling unicode-ident v1.0.13 |
1115 | 2024-12-13T19:59:17.106Z | Compiling serde v1.0.215 |
1116 | 2024-12-13T19:59:17.109Z | Compiling version_check v0.9.5 |
1117 | 2024-12-13T19:59:17.109Z | Compiling thiserror v1.0.69 |
1118 | 2024-12-13T19:59:17.109Z | Compiling memchr v2.7.4 |
1119 | 2024-12-13T19:59:17.109Z | Compiling libc v0.2.162 |
1120 | 2024-12-13T19:59:17.129Z | Compiling ryu v1.0.18 |
1121 | 2024-12-13T19:59:17.366Z | Compiling ucd-trie v0.1.7 |
1122 | 2024-12-13T19:59:17.490Z | Compiling itoa v1.0.11 |
1123 | 2024-12-13T19:59:17.845Z | Compiling once_cell v1.20.2 |
1124 | 2024-12-13T19:59:17.997Z | Compiling byteorder v1.5.0 |
1125 | 2024-12-13T19:59:18.086Z | Compiling serde_json v1.0.132 |
1126 | 2024-12-13T19:59:18.276Z | Compiling rustix v0.38.37 |
1127 | 2024-12-13T19:59:18.345Z | Compiling bitflags v2.6.0 |
1128 | 2024-12-13T19:59:18.460Z | Compiling proc-macro-error-attr v1.0.4 |
1129 | 2024-12-13T19:59:18.737Z | Compiling usdt-impl v0.5.0 |
1130 | 2024-12-13T19:59:18.768Z | Compiling syn v1.0.109 |
1131 | 2024-12-13T19:59:18.837Z | Compiling proc-macro-error v1.0.4 |
1132 | 2024-12-13T19:59:18.861Z | Compiling equivalent v1.0.1 |
1133 | 2024-12-13T19:59:18.964Z | Compiling quote v1.0.37 |
1134 | 2024-12-13T19:59:19.104Z | Compiling hashbrown v0.15.1 |
1135 | 2024-12-13T19:59:19.184Z | Compiling log v0.4.22 |
1136 | 2024-12-13T19:59:19.197Z | Compiling utf8parse v0.2.2 |
1137 | 2024-12-13T19:59:19.343Z | Compiling syn v2.0.87 |
1138 | 2024-12-13T19:59:19.393Z | Compiling errno v0.3.9 |
1139 | 2024-12-13T19:59:19.583Z | Compiling thread-id v4.2.2 |
1140 | 2024-12-13T19:59:19.663Z | Compiling plain v0.2.3 |
1141 | 2024-12-13T19:59:19.676Z | Compiling camino v1.1.9 |
1142 | 2024-12-13T19:59:19.687Z | Compiling anstyle-parse v0.2.5 |
1143 | 2024-12-13T19:59:20.027Z | Compiling winnow v0.6.20 |
1144 | 2024-12-13T19:59:20.263Z | Compiling colorchoice v1.0.2 |
1145 | 2024-12-13T19:59:20.385Z | Compiling indexmap v2.6.0 |
1146 | 2024-12-13T19:59:20.412Z | Compiling unicode-width v0.1.14 |
1147 | 2024-12-13T19:59:20.436Z | Compiling anstyle-query v1.1.1 |
1148 | 2024-12-13T19:59:20.602Z | Compiling anstyle v1.0.10 |
1149 | 2024-12-13T19:59:20.772Z | Compiling is_terminal_polyfill v1.70.1 |
1150 | 2024-12-13T19:59:20.895Z | Compiling semver v1.0.23 |
1151 | 2024-12-13T19:59:20.961Z | Compiling pretty-hex v0.4.1 |
1152 | 2024-12-13T19:59:21.064Z | Compiling autocfg v1.4.0 |
1153 | 2024-12-13T19:59:21.176Z | Compiling anstream v0.6.15 |
1154 | 2024-12-13T19:59:21.748Z | Compiling terminal_size v0.4.0 |
1155 | 2024-12-13T19:59:21.843Z | Compiling heck v0.5.0 |
1156 | 2024-12-13T19:59:21.958Z | Compiling strsim v0.11.1 |
1157 | 2024-12-13T19:59:21.971Z | Compiling fnv v1.0.7 |
1158 | 2024-12-13T19:59:22.156Z | Compiling cfg-if v1.0.0 |
1159 | 2024-12-13T19:59:22.255Z | Compiling fs-err v2.11.0 |
1160 | 2024-12-13T19:59:22.481Z | Compiling heck v0.4.1 |
1161 | 2024-12-13T19:59:22.528Z | Compiling fastrand v2.1.1 |
1162 | 2024-12-13T19:59:22.673Z | Compiling anyhow v1.0.93 |
1163 | 2024-12-13T19:59:22.973Z | Compiling clap_lex v0.7.2 |
1164 | 2024-12-13T19:59:23.031Z | Compiling bytecount v0.6.8 |
1165 | 2024-12-13T19:59:23.115Z | Compiling tempfile v3.13.0 |
1166 | 2024-12-13T19:59:23.197Z | Compiling papergrid v0.11.0 |
1167 | 2024-12-13T19:59:23.231Z | Compiling clap_builder v4.5.21 |
1168 | 2024-12-13T19:59:23.623Z | Compiling memmap v0.7.0 |
1169 | 2024-12-13T19:59:23.678Z | Compiling smawk v0.3.2 |
1170 | 2024-12-13T19:59:23.835Z | Compiling unicode-linebreak v0.1.5 |
1171 | 2024-12-13T19:59:23.986Z | Compiling swrite v0.1.0 |
1172 | 2024-12-13T19:59:24.348Z | Compiling textwrap v0.16.1 |
1173 | 2024-12-13T19:59:25.245Z | Compiling tabled_derive v0.7.0 |
1174 | 2024-12-13T19:59:26.998Z | Compiling tabled v0.15.0 |
1175 | 2024-12-13T19:59:27.926Z | Compiling serde_derive v1.0.215 |
1176 | 2024-12-13T19:59:27.930Z | Compiling thiserror-impl v1.0.69 |
1177 | 2024-12-13T19:59:27.930Z | Compiling zerocopy-derive v0.7.35 |
1178 | 2024-12-13T19:59:27.930Z | Compiling scroll_derive v0.12.0 |
1179 | 2024-12-13T19:59:28.158Z | Compiling clap_derive v4.5.18 |
1180 | 2024-12-13T19:59:29.423Z | Compiling scroll v0.12.0 |
1181 | 2024-12-13T19:59:30.037Z | Compiling goblin v0.8.2 |
1182 | 2024-12-13T19:59:31.272Z | Compiling zerocopy v0.7.35 |
1183 | 2024-12-13T19:59:31.458Z | Compiling pest v2.7.14 |
1184 | 2024-12-13T19:59:32.085Z | Compiling clap v4.5.21 |
1185 | 2024-12-13T19:59:33.694Z | Compiling pest_meta v2.7.14 |
1186 | 2024-12-13T19:59:34.574Z | Compiling pest_generator v2.7.14 |
1187 | 2024-12-13T19:59:36.508Z | Compiling pest_derive v2.7.14 |
1188 | 2024-12-13T19:59:37.125Z | Compiling dtrace-parser v0.2.0 |
1189 | 2024-12-13T19:59:38.429Z | Compiling serde_tokenstream v0.2.2 |
1190 | 2024-12-13T19:59:38.583Z | Compiling serde_spanned v0.6.8 |
1191 | 2024-12-13T19:59:38.583Z | Compiling toml_datetime v0.6.8 |
1192 | 2024-12-13T19:59:38.845Z | Compiling cargo-platform v0.1.8 |
1193 | 2024-12-13T19:59:38.983Z | Compiling toml_edit v0.22.22 |
1194 | 2024-12-13T19:59:39.048Z | Compiling macaddr v1.0.1 |
1195 | 2024-12-13T19:59:39.198Z | Compiling camino-tempfile v1.1.1 |
1196 | 2024-12-13T19:59:39.987Z | Compiling dof v0.3.0 |
1197 | 2024-12-13T19:59:40.189Z | Compiling cargo_metadata v0.18.1 |
1198 | 2024-12-13T19:59:41.719Z | Compiling usdt-attr-macro v0.5.0 |
1199 | 2024-12-13T19:59:41.719Z | Compiling usdt-macro v0.5.0 |
1200 | 2024-12-13T19:59:41.919Z | Compiling toml v0.8.19 |
1201 | 2024-12-13T19:59:42.932Z | Compiling cargo_toml v0.20.5 |
1202 | 2024-12-13T19:59:43.041Z | Compiling usdt v0.5.0 |
1203 | 2024-12-13T19:59:46.531Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1204 | 2024-12-13T19:59:50.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.56s |
1205 | 2024-12-13T19:59:50.948Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1206 | 2024-12-13T19:59:51.819Z | Compiling serde v1.0.215 |
1207 | 2024-12-13T19:59:51.822Z | Compiling lock_api v0.4.12 |
1208 | 2024-12-13T19:59:51.822Z | Compiling scopeguard v1.2.0 |
1209 | 2024-12-13T19:59:51.822Z | Compiling value-bag v1.9.0 |
1210 | 2024-12-13T19:59:51.822Z | Compiling typenum v1.17.0 |
1211 | 2024-12-13T19:59:51.822Z | Compiling generic-array v0.14.7 |
1212 | 2024-12-13T19:59:51.945Z | Compiling syn v2.0.87 |
1213 | 2024-12-13T19:59:51.948Z | Compiling getrandom v0.2.15 |
1214 | 2024-12-13T19:59:52.159Z | Compiling shlex v1.3.0 |
1215 | 2024-12-13T19:59:52.294Z | Compiling rand_core v0.6.4 |
1216 | 2024-12-13T19:59:52.442Z | Compiling log v0.4.22 |
1217 | 2024-12-13T19:59:52.570Z | Compiling subtle v2.6.1 |
1218 | 2024-12-13T19:59:52.587Z | Compiling jobserver v0.1.32 |
1219 | 2024-12-13T19:59:52.604Z | Compiling smallvec v1.13.2 |
1220 | 2024-12-13T19:59:52.838Z | Compiling const-oid v0.9.6 |
1221 | 2024-12-13T19:59:52.891Z | Compiling spin v0.9.8 |
1222 | 2024-12-13T19:59:52.923Z | Compiling pin-project-lite v0.2.14 |
1223 | 2024-12-13T19:59:53.040Z | Compiling cc v1.1.30 |
1224 | 2024-12-13T19:59:53.057Z | Compiling rustix v0.38.37 |
1225 | 2024-12-13T19:59:53.286Z | Compiling parking_lot_core v0.9.10 |
1226 | 2024-12-13T19:59:53.333Z | Compiling futures-core v0.3.31 |
1227 | 2024-12-13T19:59:53.522Z | Compiling signal-hook-registry v1.4.2 |
1228 | 2024-12-13T19:59:53.591Z | Compiling mio v1.0.2 |
1229 | 2024-12-13T19:59:53.999Z | Compiling aho-corasick v1.1.3 |
1230 | 2024-12-13T19:59:54.376Z | Compiling parking_lot v0.12.3 |
1231 | 2024-12-13T19:59:54.433Z | Compiling regex-syntax v0.8.5 |
1232 | 2024-12-13T19:59:54.732Z | Compiling either v1.13.0 |
1233 | 2024-12-13T19:59:54.777Z | Compiling cpufeatures v0.2.14 |
1234 | 2024-12-13T19:59:54.829Z | Compiling lazy_static v1.5.0 |
1235 | 2024-12-13T19:59:54.884Z | Compiling glob v0.3.1 |
1236 | 2024-12-13T19:59:54.944Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-12-13T19:59:55.055Z | Compiling futures-sink v0.3.31 |
1238 | 2024-12-13T19:59:55.155Z | Compiling socket2 v0.5.7 |
1239 | 2024-12-13T19:59:55.209Z | Compiling slab v0.4.9 |
1240 | 2024-12-13T19:59:55.370Z | Compiling prettyplease v0.2.25 |
1241 | 2024-12-13T19:59:55.662Z | Compiling minimal-lexical v0.2.1 |
1242 | 2024-12-13T19:59:55.943Z | Compiling clang-sys v1.8.1 |
1243 | 2024-12-13T19:59:56.014Z | Compiling libloading v0.8.5 |
1244 | 2024-12-13T19:59:56.113Z | Compiling nom v7.1.3 |
1245 | 2024-12-13T19:59:56.181Z | Compiling serde_json v1.0.132 |
1246 | 2024-12-13T19:59:56.444Z | Compiling bindgen v0.69.5 |
1247 | 2024-12-13T19:59:56.508Z | Compiling home v0.5.9 |
1248 | 2024-12-13T19:59:56.811Z | Compiling futures-channel v0.3.31 |
1249 | 2024-12-13T19:59:57.266Z | Compiling itertools v0.12.1 |
1250 | 2024-12-13T19:59:57.287Z | Compiling futures-io v0.3.31 |
1251 | 2024-12-13T19:59:57.536Z | Compiling rustc-hash v1.1.0 |
1252 | 2024-12-13T19:59:57.613Z | Compiling foldhash v0.1.3 |
1253 | 2024-12-13T19:59:57.682Z | Compiling allocator-api2 v0.2.18 |
1254 | 2024-12-13T19:59:57.931Z | Compiling pin-utils v0.1.0 |
1255 | 2024-12-13T19:59:58.026Z | Compiling lazycell v1.3.0 |
1256 | 2024-12-13T19:59:58.199Z | Compiling regex-automata v0.4.8 |
1257 | 2024-12-13T19:59:58.499Z | Compiling futures-task v0.3.31 |
1258 | 2024-12-13T19:59:58.816Z | Compiling hashbrown v0.15.1 |
1259 | 2024-12-13T19:59:59.775Z | Compiling cexpr v0.6.0 |
1260 | 2024-12-13T20:00:00.042Z | Compiling synstructure v0.13.1 |
1261 | 2024-12-13T20:00:00.552Z | Compiling cmake v0.1.51 |
1262 | 2024-12-13T20:00:01.399Z | Compiling fs_extra v1.3.0 |
1263 | 2024-12-13T20:00:01.623Z | Compiling pkg-config v0.3.31 |
1264 | 2024-12-13T20:00:01.701Z | Compiling tinyvec_macros v0.1.1 |
1265 | 2024-12-13T20:00:01.792Z | Compiling libm v0.2.8 |
1266 | 2024-12-13T20:00:01.811Z | Compiling dunce v1.0.5 |
1267 | 2024-12-13T20:00:01.943Z | Compiling tinyvec v1.8.0 |
1268 | 2024-12-13T20:00:02.017Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-13T20:00:02.580Z | Compiling ring v0.17.8 |
1270 | 2024-12-13T20:00:03.316Z | Compiling paste v1.0.15 |
1271 | 2024-12-13T20:00:03.460Z | Compiling writeable v0.5.5 |
1272 | 2024-12-13T20:00:03.582Z | Compiling unicode-normalization v0.1.24 |
1273 | 2024-12-13T20:00:03.931Z | Compiling litemap v0.7.3 |
1274 | 2024-12-13T20:00:03.942Z | Compiling regex v1.11.1 |
1275 | 2024-12-13T20:00:03.942Z | Compiling unicode-bidi v0.3.17 |
1276 | 2024-12-13T20:00:04.020Z | Compiling base64ct v1.6.0 |
1277 | 2024-12-13T20:00:04.632Z | Compiling pem-rfc7468 v0.7.0 |
1278 | 2024-12-13T20:00:04.832Z | Compiling aws-lc-rs v1.10.0 |
1279 | 2024-12-13T20:00:05.252Z | Compiling httparse v1.9.5 |
1280 | 2024-12-13T20:00:05.292Z | Compiling flagset v0.4.6 |
1281 | 2024-12-13T20:00:05.502Z | Compiling tracing-core v0.1.32 |
1282 | 2024-12-13T20:00:06.095Z | Compiling icu_locid_transform_data v1.5.0 |
1283 | 2024-12-13T20:00:06.214Z | Compiling crossbeam-utils v0.8.20 |
1284 | 2024-12-13T20:00:06.653Z | Compiling rustls-pki-types v1.9.0 |
1285 | 2024-12-13T20:00:06.801Z | Compiling percent-encoding v2.3.1 |
1286 | 2024-12-13T20:00:06.920Z | Compiling icu_properties_data v1.5.0 |
1287 | 2024-12-13T20:00:07.243Z | Compiling untrusted v0.9.0 |
1288 | 2024-12-13T20:00:07.262Z | Compiling mirai-annotations v1.12.0 |
1289 | 2024-12-13T20:00:07.406Z | Compiling serde_derive v1.0.215 |
1290 | 2024-12-13T20:00:07.438Z | Compiling zeroize_derive v1.4.2 |
1291 | 2024-12-13T20:00:07.463Z | Compiling zerocopy-derive v0.7.35 |
1292 | 2024-12-13T20:00:07.587Z | Compiling tokio-macros v2.4.0 |
1293 | 2024-12-13T20:00:07.908Z | Compiling zerofrom-derive v0.1.4 |
1294 | 2024-12-13T20:00:09.073Z | Compiling zeroize v1.8.1 |
1295 | 2024-12-13T20:00:09.224Z | Compiling thiserror-impl v1.0.69 |
1296 | 2024-12-13T20:00:09.244Z | Compiling yoke-derive v0.7.4 |
1297 | 2024-12-13T20:00:09.848Z | Compiling zerocopy v0.7.35 |
1298 | 2024-12-13T20:00:10.169Z | Compiling futures-macro v0.3.31 |
1299 | 2024-12-13T20:00:10.937Z | Compiling crypto-common v0.1.6 |
1300 | 2024-12-13T20:00:11.183Z | Compiling block-buffer v0.10.4 |
1301 | 2024-12-13T20:00:11.316Z | Compiling zerovec-derive v0.10.3 |
1302 | 2024-12-13T20:00:11.451Z | Compiling digest v0.10.7 |
1303 | 2024-12-13T20:00:11.614Z | Compiling block-padding v0.3.3 |
1304 | 2024-12-13T20:00:11.873Z | Compiling hmac v0.12.1 |
1305 | 2024-12-13T20:00:11.938Z | Compiling displaydoc v0.2.5 |
1306 | 2024-12-13T20:00:12.141Z | Compiling zerofrom v0.1.4 |
1307 | 2024-12-13T20:00:12.163Z | Compiling inout v0.1.3 |
1308 | 2024-12-13T20:00:12.287Z | Compiling futures-util v0.3.31 |
1309 | 2024-12-13T20:00:12.378Z | Compiling sha2 v0.10.8 |
1310 | 2024-12-13T20:00:12.444Z | Compiling cipher v0.4.4 |
1311 | 2024-12-13T20:00:12.494Z | Compiling yoke v0.7.4 |
1312 | 2024-12-13T20:00:12.830Z | Compiling thiserror v1.0.69 |
1313 | 2024-12-13T20:00:12.928Z | Compiling ppv-lite86 v0.2.20 |
1314 | 2024-12-13T20:00:12.972Z | Compiling icu_provider_macros v1.5.0 |
1315 | 2024-12-13T20:00:13.006Z | Compiling der_derive v0.7.3 |
1316 | 2024-12-13T20:00:13.779Z | Compiling tracing-attributes v0.1.27 |
1317 | 2024-12-13T20:00:13.838Z | Compiling rand_chacha v0.3.1 |
1318 | 2024-12-13T20:00:14.171Z | Compiling salsa20 v0.10.2 |
1319 | 2024-12-13T20:00:14.221Z | Compiling zerovec v0.10.4 |
1320 | 2024-12-13T20:00:14.391Z | Compiling rand v0.8.5 |
1321 | 2024-12-13T20:00:15.656Z | Compiling der v0.7.9 |
1322 | 2024-12-13T20:00:15.987Z | Compiling pest v2.7.14 |
1323 | 2024-12-13T20:00:16.381Z | Compiling tinystr v0.7.6 |
1324 | 2024-12-13T20:00:16.541Z | Compiling icu_collections v1.5.0 |
1325 | 2024-12-13T20:00:16.582Z | Compiling pbkdf2 v0.12.2 |
1326 | 2024-12-13T20:00:16.757Z | Compiling vcpkg v0.2.15 |
1327 | 2024-12-13T20:00:16.859Z | Compiling icu_locid v1.5.0 |
1328 | 2024-12-13T20:00:17.787Z | Compiling tracing v0.1.40 |
1329 | 2024-12-13T20:00:18.035Z | Compiling spki v0.7.3 |
1330 | 2024-12-13T20:00:18.364Z | Compiling icu_provider v1.5.0 |
1331 | 2024-12-13T20:00:18.408Z | Compiling untrusted v0.7.1 |
1332 | 2024-12-13T20:00:18.598Z | Compiling num-conv v0.1.0 |
1333 | 2024-12-13T20:00:18.905Z | Compiling powerfmt v0.2.0 |
1334 | 2024-12-13T20:00:18.939Z | Compiling time-core v0.1.2 |
1335 | 2024-12-13T20:00:19.129Z | Compiling icu_locid_transform v1.5.0 |
1336 | 2024-12-13T20:00:19.132Z | Compiling time-macros v0.2.18 |
1337 | 2024-12-13T20:00:19.171Z | Compiling openssl-sys v0.9.103 |
1338 | 2024-12-13T20:00:19.257Z | Compiling deranged v0.3.11 |
1339 | 2024-12-13T20:00:19.325Z | Compiling pest_meta v2.7.14 |
1340 | 2024-12-13T20:00:19.488Z | Compiling scrypt v0.11.0 |
1341 | 2024-12-13T20:00:19.490Z | Compiling cbc v0.1.2 |
1342 | 2024-12-13T20:00:19.728Z | Compiling aes v0.8.4 |
1343 | 2024-12-13T20:00:20.334Z | Compiling icu_properties v1.5.1 |
1344 | 2024-12-13T20:00:21.275Z | Compiling scroll_derive v0.12.0 |
1345 | 2024-12-13T20:00:22.583Z | Compiling bitflags v2.6.0 |
1346 | 2024-12-13T20:00:22.609Z | Compiling bytes v1.8.0 |
1347 | 2024-12-13T20:00:23.061Z | Compiling indexmap v2.6.0 |
1348 | 2024-12-13T20:00:23.330Z | Compiling semver v1.0.23 |
1349 | 2024-12-13T20:00:23.981Z | Compiling tokio v1.40.0 |
1350 | 2024-12-13T20:00:24.059Z | Compiling http v1.1.0 |
1351 | 2024-12-13T20:00:24.138Z | Compiling rustc_version v0.4.1 |
1352 | 2024-12-13T20:00:24.659Z | Compiling utf8_iter v1.0.4 |
1353 | 2024-12-13T20:00:24.717Z | Compiling atomic-waker v1.1.2 |
1354 | 2024-12-13T20:00:24.908Z | Compiling utf16_iter v1.0.5 |
1355 | 2024-12-13T20:00:24.927Z | Compiling num_threads v0.1.7 |
1356 | 2024-12-13T20:00:24.956Z | Compiling icu_normalizer_data v1.5.0 |
1357 | 2024-12-13T20:00:25.061Z | Compiling write16 v1.0.0 |
1358 | 2024-12-13T20:00:25.080Z | Compiling time v0.3.36 |
1359 | 2024-12-13T20:00:25.105Z | Compiling scroll v0.12.0 |
1360 | 2024-12-13T20:00:25.190Z | Compiling icu_normalizer v1.5.0 |
1361 | 2024-12-13T20:00:25.289Z | Compiling pkcs5 v0.7.1 |
1362 | 2024-12-13T20:00:25.667Z | Compiling pest_generator v2.7.14 |
1363 | 2024-12-13T20:00:26.267Z | Compiling http-body v1.0.1 |
1364 | 2024-12-13T20:00:26.578Z | Compiling form_urlencoded v1.2.1 |
1365 | 2024-12-13T20:00:26.635Z | Compiling try-lock v0.2.5 |
1366 | 2024-12-13T20:00:26.706Z | Compiling slog v2.7.0 |
1367 | 2024-12-13T20:00:26.787Z | Compiling want v0.3.1 |
1368 | 2024-12-13T20:00:26.904Z | Compiling goblin v0.8.2 |
1369 | 2024-12-13T20:00:27.142Z | Compiling which v4.4.2 |
1370 | 2024-12-13T20:00:27.265Z | Compiling idna_adapter v1.2.0 |
1371 | 2024-12-13T20:00:27.356Z | Compiling pkcs8 v0.10.2 |
1372 | 2024-12-13T20:00:27.773Z | Compiling httpdate v1.0.3 |
1373 | 2024-12-13T20:00:27.885Z | Compiling pest_derive v2.7.14 |
1374 | 2024-12-13T20:00:28.124Z | Compiling idna v1.0.3 |
1375 | 2024-12-13T20:00:28.639Z | Compiling toml_datetime v0.6.8 |
1376 | 2024-12-13T20:00:28.737Z | Compiling dtrace-parser v0.2.0 |
1377 | 2024-12-13T20:00:29.147Z | Compiling serde_spanned v0.6.8 |
1378 | 2024-12-13T20:00:29.185Z | Compiling serde_tokenstream v0.2.2 |
1379 | 2024-12-13T20:00:29.400Z | Compiling uuid v1.11.0 |
1380 | 2024-12-13T20:00:29.838Z | Compiling openssl v0.10.66 |
1381 | 2024-12-13T20:00:30.067Z | Compiling iana-time-zone v0.1.61 |
1382 | 2024-12-13T20:00:30.275Z | Compiling match_cfg v0.1.0 |
1383 | 2024-12-13T20:00:30.378Z | Compiling adler2 v2.0.0 |
1384 | 2024-12-13T20:00:30.568Z | Compiling tower-service v0.3.3 |
1385 | 2024-12-13T20:00:30.591Z | Compiling base64 v0.22.1 |
1386 | 2024-12-13T20:00:30.591Z | Compiling foreign-types-shared v0.1.1 |
1387 | 2024-12-13T20:00:30.703Z | Compiling rustversion v1.0.17 |
1388 | 2024-12-13T20:00:30.722Z | Compiling foreign-types v0.3.2 |
1389 | 2024-12-13T20:00:30.825Z | Compiling miniz_oxide v0.8.0 |
1390 | 2024-12-13T20:00:30.910Z | Compiling hostname v0.3.1 |
1391 | 2024-12-13T20:00:31.025Z | Compiling chrono v0.4.38 |
1392 | 2024-12-13T20:00:31.177Z | Compiling url v2.5.3 |
1393 | 2024-12-13T20:00:31.546Z | Compiling async-trait v0.1.83 |
1394 | 2024-12-13T20:00:32.414Z | Compiling tokio-util v0.7.12 |
1395 | 2024-12-13T20:00:32.803Z | Compiling openssl-macros v0.1.1 |
1396 | 2024-12-13T20:00:33.275Z | Compiling dof v0.3.0 |
1397 | 2024-12-13T20:00:33.597Z | Compiling h2 v0.4.6 |
1398 | 2024-12-13T20:00:33.853Z | Compiling dirs-sys-next v0.1.2 |
1399 | 2024-12-13T20:00:34.409Z | Compiling usdt-impl v0.5.0 |
1400 | 2024-12-13T20:00:34.547Z | Compiling data-encoding v2.6.0 |
1401 | 2024-12-13T20:00:34.991Z | Compiling syn v1.0.109 |
1402 | 2024-12-13T20:00:35.461Z | Compiling rustls v0.23.14 |
1403 | 2024-12-13T20:00:35.656Z | Compiling siphasher v0.3.11 |
1404 | 2024-12-13T20:00:35.741Z | Compiling native-tls v0.2.12 |
1405 | 2024-12-13T20:00:36.048Z | Compiling rustls v0.22.4 |
1406 | 2024-12-13T20:00:36.121Z | Compiling dirs-next v2.0.0 |
1407 | 2024-12-13T20:00:36.365Z | Compiling http-body-util v0.1.2 |
1408 | 2024-12-13T20:00:36.912Z | Compiling heapless v0.7.17 |
1409 | 2024-12-13T20:00:36.993Z | Compiling crossbeam-epoch v0.9.18 |
1410 | 2024-12-13T20:00:37.405Z | Compiling sha1 v0.10.6 |
1411 | 2024-12-13T20:00:37.760Z | Compiling signature v2.2.0 |
1412 | 2024-12-13T20:00:37.801Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1413 | 2024-12-13T20:00:37.828Z | Compiling serde_derive_internals v0.29.1 |
1414 | 2024-12-13T20:00:37.861Z | Compiling thread_local v1.1.8 |
1415 | 2024-12-13T20:00:38.056Z | Compiling cookie v0.18.1 |
1416 | 2024-12-13T20:00:38.306Z | Compiling multer v3.1.0 |
1417 | 2024-12-13T20:00:38.348Z | Compiling encoding_rs v0.8.34 |
1418 | 2024-12-13T20:00:38.392Z | Compiling slog-async v2.8.0 |
1419 | 2024-12-13T20:00:38.576Z | Compiling schemars v0.8.21 |
1420 | 2024-12-13T20:00:38.903Z | Compiling openssl-probe v0.1.5 |
1421 | 2024-12-13T20:00:38.933Z | Compiling signal-hook v0.3.17 |
1422 | 2024-12-13T20:00:39.186Z | Compiling unicode-properties v0.1.3 |
1423 | 2024-12-13T20:00:39.279Z | Compiling gimli v0.31.1 |
1424 | 2024-12-13T20:00:39.606Z | Compiling rayon-core v1.12.1 |
1425 | 2024-12-13T20:00:39.702Z | Compiling mime v0.3.17 |
1426 | 2024-12-13T20:00:39.885Z | Compiling ipnet v2.10.1 |
1427 | 2024-12-13T20:00:40.338Z | Compiling toml_edit v0.22.22 |
1428 | 2024-12-13T20:00:40.771Z | Compiling schemars_derive v0.8.21 |
1429 | 2024-12-13T20:00:41.192Z | Compiling hyper v1.5.0 |
1430 | 2024-12-13T20:00:43.755Z | Compiling stringprep v0.1.5 |
1431 | 2024-12-13T20:00:44.367Z | Compiling hyper-util v0.1.10 |
1432 | 2024-12-13T20:00:44.789Z | Compiling addr2line v0.24.2 |
1433 | 2024-12-13T20:00:45.061Z | Compiling usdt-macro v0.5.0 |
1434 | 2024-12-13T20:00:45.474Z | Compiling usdt-attr-macro v0.5.0 |
1435 | 2024-12-13T20:00:45.495Z | Compiling crossbeam-deque v0.8.5 |
1436 | 2024-12-13T20:00:45.696Z | Compiling term v0.7.0 |
1437 | 2024-12-13T20:00:46.620Z | Compiling slog-json v2.6.1 |
1438 | 2024-12-13T20:00:46.703Z | Compiling serde_urlencoded v0.7.1 |
1439 | 2024-12-13T20:00:47.006Z | Compiling curve25519-dalek v4.1.3 |
1440 | 2024-12-13T20:00:47.224Z | Compiling crossbeam-channel v0.5.13 |
1441 | 2024-12-13T20:00:47.243Z | Compiling futures-executor v0.3.31 |
1442 | 2024-12-13T20:00:47.262Z | Compiling md-5 v0.10.6 |
1443 | 2024-12-13T20:00:47.541Z | Compiling async-stream-impl v0.3.6 |
1444 | 2024-12-13T20:00:47.667Z | Compiling enum-as-inner v0.6.1 |
1445 | 2024-12-13T20:00:47.686Z | Compiling rustls-pemfile v2.2.0 |
1446 | 2024-12-13T20:00:47.811Z | Compiling num-integer v0.1.46 |
1447 | 2024-12-13T20:00:48.058Z | Compiling idna v0.4.0 |
1448 | 2024-12-13T20:00:48.405Z | Compiling idna v0.3.0 |
1449 | 2024-12-13T20:00:48.602Z | Compiling hash32 v0.2.1 |
1450 | 2024-12-13T20:00:48.800Z | Compiling ff v0.13.0 |
1451 | 2024-12-13T20:00:48.947Z | Compiling is-terminal v0.4.13 |
1452 | 2024-12-13T20:00:49.004Z | Compiling object v0.36.5 |
1453 | 2024-12-13T20:00:49.024Z | Compiling dropshot v0.12.0 |
1454 | 2024-12-13T20:00:49.043Z | Compiling utf-8 v0.7.6 |
1455 | 2024-12-13T20:00:49.078Z | Compiling take_mut v0.2.2 |
1456 | 2024-12-13T20:00:49.229Z | Compiling fallible-iterator v0.2.0 |
1457 | 2024-12-13T20:00:49.315Z | Compiling linked-hash-map v0.5.6 |
1458 | 2024-12-13T20:00:49.401Z | Compiling base16ct v0.2.0 |
1459 | 2024-12-13T20:00:49.707Z | Compiling dyn-clone v1.0.17 |
1460 | 2024-12-13T20:00:49.744Z | Compiling rustc-demangle v0.1.24 |
1461 | 2024-12-13T20:00:49.762Z | Compiling smoltcp v0.9.1 |
1462 | 2024-12-13T20:00:49.942Z | Compiling anyhow v1.0.93 |
1463 | 2024-12-13T20:00:49.962Z | Compiling quick-error v1.2.3 |
1464 | 2024-12-13T20:00:50.116Z | Compiling psl-types v2.0.11 |
1465 | 2024-12-13T20:00:50.205Z | Compiling portable-atomic v1.9.0 |
1466 | 2024-12-13T20:00:50.330Z | Compiling num-bigint-dig v0.8.4 |
1467 | 2024-12-13T20:00:50.532Z | Compiling publicsuffix v2.2.3 |
1468 | 2024-12-13T20:00:50.660Z | Compiling resolv-conf v0.7.0 |
1469 | 2024-12-13T20:00:50.778Z | Compiling postgres-protocol v0.6.7 |
1470 | 2024-12-13T20:00:51.140Z | Compiling lru-cache v0.1.2 |
1471 | 2024-12-13T20:00:51.219Z | Compiling sec1 v0.7.3 |
1472 | 2024-12-13T20:00:51.429Z | Compiling tungstenite v0.24.0 |
1473 | 2024-12-13T20:00:51.845Z | Compiling slog-term v2.9.1 |
1474 | 2024-12-13T20:00:52.179Z | Compiling async-stream v0.3.6 |
1475 | 2024-12-13T20:00:52.512Z | Compiling group v0.13.0 |
1476 | 2024-12-13T20:00:52.842Z | Compiling usdt v0.5.0 |
1477 | 2024-12-13T20:00:52.863Z | Compiling hickory-proto v0.24.1 |
1478 | 2024-12-13T20:00:53.387Z | Compiling num-iter v0.1.45 |
1479 | 2024-12-13T20:00:53.715Z | Compiling futures v0.3.31 |
1480 | 2024-12-13T20:00:53.841Z | Compiling slog-bunyan v2.5.0 |
1481 | 2024-12-13T20:00:55.219Z | Compiling camino v1.1.9 |
1482 | 2024-12-13T20:00:55.508Z | Compiling toml v0.8.19 |
1483 | 2024-12-13T20:00:55.889Z | Compiling tokio-native-tls v0.3.1 |
1484 | 2024-12-13T20:00:55.919Z | Compiling phf_shared v0.11.2 |
1485 | 2024-12-13T20:00:56.187Z | Compiling dropshot_endpoint v0.12.0 |
1486 | 2024-12-13T20:00:56.206Z | Compiling terminal_size v0.4.0 |
1487 | 2024-12-13T20:00:56.310Z | Compiling openapiv3 v2.0.0 |
1488 | 2024-12-13T20:00:56.421Z | Compiling waitgroup v0.1.2 |
1489 | 2024-12-13T20:00:56.661Z | Compiling backtrace v0.3.74 |
1490 | 2024-12-13T20:00:57.247Z | Compiling serde_path_to_error v0.1.16 |
1491 | 2024-12-13T20:00:57.423Z | Compiling hkdf v0.12.4 |
1492 | 2024-12-13T20:00:57.686Z | Compiling crypto-bigint v0.5.5 |
1493 | 2024-12-13T20:00:58.133Z | Compiling zerocopy-derive v0.6.6 |
1494 | 2024-12-13T20:01:00.501Z | Compiling curve25519-dalek-derive v0.1.1 |
1495 | 2024-12-13T20:01:00.521Z | Compiling webpki-roots v0.26.6 |
1496 | 2024-12-13T20:01:00.738Z | Compiling idna v0.5.0 |
1497 | 2024-12-13T20:01:00.870Z | Compiling hostname v0.4.0 |
1498 | 2024-12-13T20:01:01.112Z | Compiling fs-err v2.11.0 |
1499 | 2024-12-13T20:01:01.115Z | Compiling hubpack_derive v0.1.1 |
1500 | 2024-12-13T20:01:01.151Z | Compiling ahash v0.8.11 |
1501 | 2024-12-13T20:01:01.411Z | Compiling crc32fast v1.4.2 |
1502 | 2024-12-13T20:01:01.503Z | Compiling debug-ignore v1.0.5 |
1503 | 2024-12-13T20:01:01.657Z | Compiling winnow v0.5.40 |
1504 | 2024-12-13T20:01:01.752Z | Compiling bitflags v1.3.2 |
1505 | 2024-12-13T20:01:01.868Z | Compiling managed v0.8.0 |
1506 | 2024-12-13T20:01:02.042Z | Compiling strum_macros v0.25.3 |
1507 | 2024-12-13T20:01:02.115Z | Compiling hubpack v0.1.2 |
1508 | 2024-12-13T20:01:02.497Z | Compiling console v0.15.8 |
1509 | 2024-12-13T20:01:03.848Z | Compiling clap_builder v4.5.21 |
1510 | 2024-12-13T20:01:04.070Z | Compiling cookie_store v0.21.0 |
1511 | 2024-12-13T20:01:04.137Z | Compiling flate2 v1.0.34 |
1512 | 2024-12-13T20:01:04.989Z | Compiling elliptic-curve v0.13.8 |
1513 | 2024-12-13T20:01:05.167Z | Compiling zerocopy v0.6.6 |
1514 | 2024-12-13T20:01:05.805Z | Compiling toml_edit v0.19.15 |
1515 | 2024-12-13T20:01:05.874Z | Compiling hickory-resolver v0.24.1 |
1516 | 2024-12-13T20:01:06.084Z | Compiling phf v0.11.2 |
1517 | 2024-12-13T20:01:06.395Z | Compiling hyper-tls v0.6.0 |
1518 | 2024-12-13T20:01:06.449Z | Compiling signal-hook-mio v0.2.4 |
1519 | 2024-12-13T20:01:06.623Z | Compiling rayon v1.10.0 |
1520 | 2024-12-13T20:01:06.838Z | Compiling bzip2 v0.4.4 |
1521 | 2024-12-13T20:01:07.272Z | Compiling tokio-tungstenite v0.24.0 |
1522 | 2024-12-13T20:01:07.829Z | Compiling postgres-types v0.2.8 |
1523 | 2024-12-13T20:01:10.887Z | Compiling ed25519 v2.2.3 |
1524 | 2024-12-13T20:01:10.906Z | Compiling phf_shared v0.10.0 |
1525 | 2024-12-13T20:01:11.323Z | Compiling tokio-stream v0.1.16 |
1526 | 2024-12-13T20:01:11.878Z | Compiling pkcs1 v0.7.5 |
1527 | 2024-12-13T20:01:12.431Z | Compiling serde-big-array v0.5.1 |
1528 | 2024-12-13T20:01:12.680Z | Compiling rfc6979 v0.4.0 |
1529 | 2024-12-13T20:01:12.860Z | Compiling derive-where v1.2.7 |
1530 | 2024-12-13T20:01:12.887Z | Compiling clap_derive v4.5.18 |
1531 | 2024-12-13T20:01:12.991Z | Compiling serde_repr v0.1.19 |
1532 | 2024-12-13T20:01:13.085Z | Compiling float-cmp v0.9.0 |
1533 | 2024-12-13T20:01:13.323Z | Compiling bstr v1.10.0 |
1534 | 2024-12-13T20:01:13.902Z | Compiling sync_wrapper v1.0.1 |
1535 | 2024-12-13T20:01:14.067Z | Compiling precomputed-hash v0.1.1 |
1536 | 2024-12-13T20:01:14.086Z | Compiling whoami v1.5.2 |
1537 | 2024-12-13T20:01:14.164Z | Compiling predicates-core v1.0.8 |
1538 | 2024-12-13T20:01:14.194Z | Compiling number_prefix v0.4.0 |
1539 | 2024-12-13T20:01:14.432Z | Compiling fixedbitset v0.4.2 |
1540 | 2024-12-13T20:01:14.543Z | Compiling bit-vec v0.6.3 |
1541 | 2024-12-13T20:01:14.760Z | Compiling static_assertions v1.1.0 |
1542 | 2024-12-13T20:01:14.868Z | Compiling difflib v0.4.0 |
1543 | 2024-12-13T20:01:14.935Z | Compiling unicode-width v0.2.0 |
1544 | 2024-12-13T20:01:15.015Z | Compiling unicode-segmentation v1.12.0 |
1545 | 2024-12-13T20:01:15.213Z | Compiling normalize-line-endings v0.3.0 |
1546 | 2024-12-13T20:01:15.345Z | Compiling new_debug_unreachable v1.0.6 |
1547 | 2024-12-13T20:01:15.447Z | Compiling string_cache v0.8.7 |
1548 | 2024-12-13T20:01:15.465Z | Compiling indicatif v0.17.9 |
1549 | 2024-12-13T20:01:15.878Z | Compiling similar v2.6.0 |
1550 | 2024-12-13T20:01:15.950Z | Compiling predicates v3.1.2 |
1551 | 2024-12-13T20:01:16.606Z | Compiling bit-set v0.5.3 |
1552 | 2024-12-13T20:01:16.665Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1553 | 2024-12-13T20:01:16.875Z | Compiling petgraph v0.6.5 |
1554 | 2024-12-13T20:01:17.780Z | Compiling tokio-postgres v0.7.12 |
1555 | 2024-12-13T20:01:17.871Z | Compiling ecdsa v0.16.9 |
1556 | 2024-12-13T20:01:18.205Z | Compiling clap v4.5.21 |
1557 | 2024-12-13T20:01:18.329Z | Compiling rsa v0.9.6 |
1558 | 2024-12-13T20:01:18.369Z | Compiling ed25519-dalek v2.1.1 |
1559 | 2024-12-13T20:01:18.787Z | Compiling toml v0.7.8 |
1560 | 2024-12-13T20:01:19.752Z | Compiling zip v0.6.6 |
1561 | 2024-12-13T20:01:20.568Z | Compiling crossterm v0.28.1 |
1562 | 2024-12-13T20:01:21.858Z | Compiling hex v0.4.3 |
1563 | 2024-12-13T20:01:21.906Z | Compiling x509-cert v0.2.5 |
1564 | 2024-12-13T20:01:22.192Z | Compiling itertools v0.10.5 |
1565 | 2024-12-13T20:01:22.523Z | Compiling peg-runtime v0.8.3 |
1566 | 2024-12-13T20:01:23.282Z | Compiling unicode-xid v0.2.6 |
1567 | 2024-12-13T20:01:23.472Z | Compiling lalrpop-util v0.19.12 |
1568 | 2024-12-13T20:01:23.712Z | Compiling strum_macros v0.26.4 |
1569 | 2024-12-13T20:01:23.823Z | Compiling xattr v1.3.1 |
1570 | 2024-12-13T20:01:23.843Z | Compiling filetime v0.2.25 |
1571 | 2024-12-13T20:01:24.131Z | Compiling tar v0.4.42 |
1572 | 2024-12-13T20:01:29.089Z | Compiling strum v0.26.3 |
1573 | 2024-12-13T20:01:31.278Z | Compiling aws-lc-sys v0.22.0 |
1574 | 2024-12-13T20:02:00.711Z | Compiling rustls-webpki v0.102.8 |
1575 | 2024-12-13T20:02:05.782Z | Compiling tokio-rustls v0.26.0 |
1576 | 2024-12-13T20:02:06.083Z | Compiling hyper-rustls v0.27.3 |
1577 | 2024-12-13T20:02:06.360Z | Compiling reqwest v0.12.9 |
1578 | 2024-12-13T20:02:08.389Z | Compiling tokio-rustls v0.25.0 |
1579 | 2024-12-13T20:02:11.676Z | Compiling qorb v0.2.1 |
1580 | 2024-12-13T20:02:15.045Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1581 | 2024-12-13T20:02:15.291Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1582 | 2024-12-13T20:02:21.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1583 | 2024-12-13T20:02:21.175Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1584 | 2024-12-13T20:02:21.223Z | Dec 13 20:02:20.546 INFO Starting download, target: Cockroach |
1585 | 2024-12-13T20:02:21.223Z | Dec 13 20:02:20.546 INFO Starting download, target: Console |
1586 | 2024-12-13T20:02:21.223Z | Dec 13 20:02:20.546 INFO Starting download, target: Clickhouse |
1587 | 2024-12-13T20:02:21.223Z | Dec 13 20:02:20.546 INFO Starting download, target: DendriteOpenapi |
1588 | 2024-12-13T20:02:21.223Z | Dec 13 20:02:20.546 INFO Starting download, target: DendriteStub |
1589 | 2024-12-13T20:02:21.223Z | Dec 13 20:02:20.546 INFO Starting download, target: MaghemiteMgd |
1590 | 2024-12-13T20:02:21.226Z | Dec 13 20:02:20.546 INFO Starting download, target: TransceiverControl |
1591 | 2024-12-13T20:02:21.226Z | Dec 13 20:02:20.547 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1592 | 2024-12-13T20:02:21.226Z | Dec 13 20:02:20.547 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1593 | 2024-12-13T20:02:21.226Z | Dec 13 20:02:20.547 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1594 | 2024-12-13T20:02:21.226Z | Dec 13 20:02:20.547 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1595 | 2024-12-13T20:02:21.226Z | Dec 13 20:02:20.547 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1596 | 2024-12-13T20:02:21.226Z | Dec 13 20:02:20.548 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1597 | 2024-12-13T20:02:21.226Z | Dec 13 20:02:20.548 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1598 | 2024-12-13T20:02:21.422Z | Dec 13 20:02:20.725 INFO Download complete, target: DendriteOpenapi |
1599 | 2024-12-13T20:02:21.565Z | Dec 13 20:02:20.879 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1600 | 2024-12-13T20:02:21.816Z | Dec 13 20:02:21.126 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1601 | 2024-12-13T20:02:21.991Z | Dec 13 20:02:21.313 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1602 | 2024-12-13T20:02:22.054Z | Dec 13 20:02:21.376 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1603 | 2024-12-13T20:02:22.182Z | Dec 13 20:02:21.504 INFO Download complete, target: Console |
1604 | 2024-12-13T20:02:22.304Z | Dec 13 20:02:21.626 INFO Download complete, target: TransceiverControl |
1605 | 2024-12-13T20:02:22.678Z | Dec 13 20:02:22.001 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1606 | 2024-12-13T20:02:22.678Z | Dec 13 20:02:22.001 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1607 | 2024-12-13T20:02:23.227Z | Dec 13 20:02:22.550 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1608 | 2024-12-13T20:02:25.282Z | Dec 13 20:02:24.605 INFO Download complete, target: MaghemiteMgd |
1609 | 2024-12-13T20:02:25.291Z | Dec 13 20:02:24.613 INFO Download complete, target: DendriteStub |
1610 | 2024-12-13T20:02:30.629Z | Dec 13 20:02:29.950 INFO Checking that binary works, target: Cockroach |
1611 | 2024-12-13T20:02:30.798Z | Dec 13 20:02:30.120 INFO Download complete, target: Cockroach |
1612 | 2024-12-13T20:02:36.425Z | Dec 13 20:02:35.745 INFO Checking that binary works, target: Clickhouse |
1613 | 2024-12-13T20:02:36.563Z | Dec 13 20:02:35.884 INFO Download complete, target: Clickhouse |
1614 | 2024-12-13T20:02:36.572Z | All prerequisites installed successfully |
1615 | 2024-12-13T20:02:36.574Z | |
1616 | 2024-12-13T20:02:36.574Z | real 4:29.699996388 |
1617 | 2024-12-13T20:02:36.574Z | user 16:56.303373163 |
1618 | 2024-12-13T20:02:36.574Z | sys 3:11.571364143 |
1619 | 2024-12-13T20:02:36.574Z | trap 0.553755265 |
1620 | 2024-12-13T20:02:36.574Z | tflt 1.653112529 |
1621 | 2024-12-13T20:02:36.574Z | dflt 1.953299450 |
1622 | 2024-12-13T20:02:36.574Z | kflt 0.026265342 |
1623 | 2024-12-13T20:02:36.574Z | lock 33:08.074434309 |
1624 | 2024-12-13T20:02:36.574Z | slp 1:02:49.691324175 |
1625 | 2024-12-13T20:02:36.574Z | lat 58.220696144 |
1626 | 2024-12-13T20:02:36.574Z | stop 2:13.191292421 |
1627 | 2024-12-13T20:02:36.575Z | + source ./tools/include/force-git-over-https.sh |
1628 | 2024-12-13T20:02:36.575Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1629 | 2024-12-13T20:02:36.575Z | ++ (( i = 0 )) |
1630 | 2024-12-13T20:02:36.575Z | ++ (( i < 5 )) |
1631 | 2024-12-13T20:02:36.575Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1632 | 2024-12-13T20:02:36.578Z | ++ (( i++ )) |
1633 | 2024-12-13T20:02:36.578Z | ++ (( i < 5 )) |
1634 | 2024-12-13T20:02:36.578Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1635 | 2024-12-13T20:02:36.580Z | ++ (( i++ )) |
1636 | 2024-12-13T20:02:36.580Z | ++ (( i < 5 )) |
1637 | 2024-12-13T20:02:36.580Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1638 | 2024-12-13T20:02:36.583Z | ++ (( i++ )) |
1639 | 2024-12-13T20:02:36.583Z | ++ (( i < 5 )) |
1640 | 2024-12-13T20:02:36.583Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1641 | 2024-12-13T20:02:36.586Z | ++ (( i++ )) |
1642 | 2024-12-13T20:02:36.586Z | ++ (( i < 5 )) |
1643 | 2024-12-13T20:02:36.586Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1644 | 2024-12-13T20:02:36.589Z | ++ (( i++ )) |
1645 | 2024-12-13T20:02:36.589Z | ++ (( i < 5 )) |
1646 | 2024-12-13T20:02:36.591Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1647 | 2024-12-13T20:02:36.592Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1648 | 2024-12-13T20:02:36.592Z | + rc=0 |
1649 | 2024-12-13T20:02:36.592Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1650 | 2024-12-13T20:03:07.401Z | + case $rc in |
1651 | 2024-12-13T20:03:07.401Z | + pfexec zfs create -p rpool/images/build/host |
1652 | 2024-12-13T20:03:07.625Z | + pfexec zfs create -p rpool/images/build/recovery |
1653 | 2024-12-13T20:03:07.701Z | + cargo xtask releng --output-dir /work |
1654 | 2024-12-13T20:03:08.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1655 | 2024-12-13T20:03:08.257Z | Running `target/debug/xtask releng --output-dir /work` |
1656 | 2024-12-13T20:03:09.211Z | Compiling proc-macro2 v1.0.89 |
1657 | 2024-12-13T20:03:09.211Z | Compiling unicode-ident v1.0.13 |
1658 | 2024-12-13T20:03:09.211Z | Compiling libc v0.2.162 |
1659 | 2024-12-13T20:03:09.215Z | Compiling serde v1.0.215 |
1660 | 2024-12-13T20:03:09.215Z | Compiling autocfg v1.4.0 |
1661 | 2024-12-13T20:03:09.215Z | Compiling version_check v0.9.5 |
1662 | 2024-12-13T20:03:09.215Z | Compiling cfg-if v1.0.0 |
1663 | 2024-12-13T20:03:09.501Z | Compiling memchr v2.7.4 |
1664 | 2024-12-13T20:03:09.539Z | Compiling typenum v1.17.0 |
1665 | 2024-12-13T20:03:09.594Z | Compiling shlex v1.3.0 |
1666 | 2024-12-13T20:03:10.048Z | Compiling value-bag v1.9.0 |
1667 | 2024-12-13T20:03:10.074Z | Compiling generic-array v0.14.7 |
1668 | 2024-12-13T20:03:10.228Z | Compiling lock_api v0.4.12 |
1669 | 2024-12-13T20:03:10.374Z | Compiling scopeguard v1.2.0 |
1670 | 2024-12-13T20:03:10.526Z | Compiling log v0.4.22 |
1671 | 2024-12-13T20:03:10.571Z | Compiling parking_lot_core v0.9.10 |
1672 | 2024-12-13T20:03:11.000Z | Compiling rustix v0.38.37 |
1673 | 2024-12-13T20:03:11.023Z | Compiling serde_json v1.0.132 |
1674 | 2024-12-13T20:03:11.194Z | Compiling quote v1.0.37 |
1675 | 2024-12-13T20:03:11.358Z | Compiling libm v0.2.8 |
1676 | 2024-12-13T20:03:11.401Z | Compiling num-traits v0.2.19 |
1677 | 2024-12-13T20:03:11.696Z | Compiling syn v2.0.87 |
1678 | 2024-12-13T20:03:11.718Z | Compiling jobserver v0.1.32 |
1679 | 2024-12-13T20:03:11.721Z | Compiling getrandom v0.2.15 |
1680 | 2024-12-13T20:03:11.848Z | Compiling thiserror v1.0.69 |
1681 | 2024-12-13T20:03:11.876Z | Compiling once_cell v1.20.2 |
1682 | 2024-12-13T20:03:12.039Z | Compiling spin v0.9.8 |
1683 | 2024-12-13T20:03:12.126Z | Compiling itoa v1.0.11 |
1684 | 2024-12-13T20:03:12.165Z | Compiling cc v1.1.30 |
1685 | 2024-12-13T20:03:12.356Z | Compiling aho-corasick v1.1.3 |
1686 | 2024-12-13T20:03:12.455Z | Compiling regex-syntax v0.8.5 |
1687 | 2024-12-13T20:03:12.525Z | Compiling slab v0.4.9 |
1688 | 2024-12-13T20:03:12.798Z | Compiling errno v0.3.9 |
1689 | 2024-12-13T20:03:13.418Z | Compiling byteorder v1.5.0 |
1690 | 2024-12-13T20:03:13.691Z | Compiling either v1.13.0 |
1691 | 2024-12-13T20:03:14.001Z | Compiling lazy_static v1.5.0 |
1692 | 2024-12-13T20:03:14.075Z | Compiling rand_core v0.6.4 |
1693 | 2024-12-13T20:03:14.181Z | Compiling glob v0.3.1 |
1694 | 2024-12-13T20:03:14.398Z | Compiling subtle v2.6.1 |
1695 | 2024-12-13T20:03:14.501Z | Compiling prettyplease v0.2.25 |
1696 | 2024-12-13T20:03:14.814Z | Compiling minimal-lexical v0.2.1 |
1697 | 2024-12-13T20:03:15.004Z | Compiling libloading v0.8.5 |
1698 | 2024-12-13T20:03:15.128Z | Compiling clang-sys v1.8.1 |
1699 | 2024-12-13T20:03:15.391Z | Compiling nom v7.1.3 |
1700 | 2024-12-13T20:03:15.430Z | Compiling home v0.5.9 |
1701 | 2024-12-13T20:03:15.715Z | Compiling bindgen v0.69.5 |
1702 | 2024-12-13T20:03:16.202Z | Compiling itertools v0.12.1 |
1703 | 2024-12-13T20:03:16.540Z | Compiling regex-automata v0.4.8 |
1704 | 2024-12-13T20:03:16.575Z | Compiling rustc-hash v1.1.0 |
1705 | 2024-12-13T20:03:17.365Z | Compiling lazycell v1.3.0 |
1706 | 2024-12-13T20:03:17.594Z | Compiling cmake v0.1.51 |
1707 | 2024-12-13T20:03:18.799Z | Compiling fs_extra v1.3.0 |
1708 | 2024-12-13T20:03:19.139Z | Compiling pkg-config v0.3.31 |
1709 | 2024-12-13T20:03:19.259Z | Compiling smallvec v1.13.2 |
1710 | 2024-12-13T20:03:19.398Z | Compiling cexpr v0.6.0 |
1711 | 2024-12-13T20:03:19.800Z | Compiling dunce v1.0.5 |
1712 | 2024-12-13T20:03:19.845Z | Compiling semver v1.0.23 |
1713 | 2024-12-13T20:03:19.916Z | Compiling ring v0.17.8 |
1714 | 2024-12-13T20:03:20.062Z | Compiling synstructure v0.13.1 |
1715 | 2024-12-13T20:03:20.916Z | Compiling heck v0.5.0 |
1716 | 2024-12-13T20:03:21.127Z | Compiling ryu v1.0.18 |
1717 | 2024-12-13T20:03:21.167Z | Compiling paste v1.0.15 |
1718 | 2024-12-13T20:03:21.497Z | Compiling const-oid v0.9.6 |
1719 | 2024-12-13T20:03:21.587Z | Compiling aws-lc-rs v1.10.0 |
1720 | 2024-12-13T20:03:21.802Z | Compiling httparse v1.9.5 |
1721 | 2024-12-13T20:03:22.359Z | Compiling pin-project-lite v0.2.14 |
1722 | 2024-12-13T20:03:22.622Z | Compiling regex v1.11.1 |
1723 | 2024-12-13T20:03:22.788Z | Compiling allocator-api2 v0.2.18 |
1724 | 2024-12-13T20:03:23.547Z | Compiling futures-core v0.3.31 |
1725 | 2024-12-13T20:03:23.741Z | Compiling signal-hook-registry v1.4.2 |
1726 | 2024-12-13T20:03:23.804Z | Compiling time-core v0.1.2 |
1727 | 2024-12-13T20:03:23.853Z | Compiling crossbeam-utils v0.8.20 |
1728 | 2024-12-13T20:03:24.507Z | Compiling num-conv v0.1.0 |
1729 | 2024-12-13T20:03:24.815Z | Compiling parking_lot v0.12.3 |
1730 | 2024-12-13T20:03:24.869Z | Compiling time-macros v0.2.18 |
1731 | 2024-12-13T20:03:25.375Z | Compiling mio v1.0.2 |
1732 | 2024-12-13T20:03:25.672Z | Compiling vcpkg v0.2.15 |
1733 | 2024-12-13T20:03:25.958Z | Compiling schemars v0.8.21 |
1734 | 2024-12-13T20:03:26.213Z | Compiling serde_derive v1.0.215 |
1735 | 2024-12-13T20:03:26.443Z | Compiling zeroize_derive v1.4.2 |
1736 | 2024-12-13T20:03:27.132Z | Compiling zerocopy-derive v0.7.35 |
1737 | 2024-12-13T20:03:27.364Z | Compiling tokio-macros v2.4.0 |
1738 | 2024-12-13T20:03:27.490Z | Compiling thiserror-impl v1.0.69 |
1739 | 2024-12-13T20:03:27.622Z | Compiling zerofrom-derive v0.1.4 |
1740 | 2024-12-13T20:03:28.140Z | Compiling zeroize v1.8.1 |
1741 | 2024-12-13T20:03:28.542Z | Compiling yoke-derive v0.7.4 |
1742 | 2024-12-13T20:03:28.675Z | Compiling futures-macro v0.3.31 |
1743 | 2024-12-13T20:03:28.753Z | Compiling zerovec-derive v0.10.3 |
1744 | 2024-12-13T20:03:29.496Z | Compiling displaydoc v0.2.5 |
1745 | 2024-12-13T20:03:30.654Z | Compiling zerocopy v0.7.35 |
1746 | 2024-12-13T20:03:31.083Z | Compiling crypto-common v0.1.6 |
1747 | 2024-12-13T20:03:31.355Z | Compiling icu_provider_macros v1.5.0 |
1748 | 2024-12-13T20:03:31.387Z | Compiling tracing-attributes v0.1.27 |
1749 | 2024-12-13T20:03:31.468Z | Compiling block-buffer v0.10.4 |
1750 | 2024-12-13T20:03:31.593Z | Compiling der_derive v0.7.3 |
1751 | 2024-12-13T20:03:31.860Z | Compiling digest v0.10.7 |
1752 | 2024-12-13T20:03:32.491Z | Compiling openssl-sys v0.9.103 |
1753 | 2024-12-13T20:03:32.730Z | Compiling fnv v1.0.7 |
1754 | 2024-12-13T20:03:33.583Z | Compiling serde_derive_internals v0.29.1 |
1755 | 2024-12-13T20:03:34.111Z | Compiling socket2 v0.5.7 |
1756 | 2024-12-13T20:03:34.337Z | Compiling ahash v0.8.11 |
1757 | 2024-12-13T20:03:36.021Z | Compiling foldhash v0.1.3 |
1758 | 2024-12-13T20:03:36.100Z | Compiling futures-sink v0.3.31 |
1759 | 2024-12-13T20:03:36.178Z | Compiling schemars_derive v0.8.21 |
1760 | 2024-12-13T20:03:36.286Z | Compiling equivalent v1.0.1 |
1761 | 2024-12-13T20:03:36.428Z | Compiling cpufeatures v0.2.14 |
1762 | 2024-12-13T20:03:36.486Z | Compiling hashbrown v0.15.1 |
1763 | 2024-12-13T20:03:36.589Z | Compiling slog v2.7.0 |
1764 | 2024-12-13T20:03:37.284Z | Compiling stable_deref_trait v1.2.0 |
1765 | 2024-12-13T20:03:38.171Z | Compiling futures-channel v0.3.31 |
1766 | 2024-12-13T20:03:38.444Z | Compiling zerofrom v0.1.4 |
1767 | 2024-12-13T20:03:38.696Z | Compiling scroll_derive v0.12.0 |
1768 | 2024-12-13T20:03:38.765Z | Compiling openssl v0.10.66 |
1769 | 2024-12-13T20:03:38.787Z | Compiling pin-utils v0.1.0 |
1770 | 2024-12-13T20:03:38.809Z | Compiling futures-task v0.3.31 |
1771 | 2024-12-13T20:03:38.927Z | Compiling ucd-trie v0.1.7 |
1772 | 2024-12-13T20:03:39.173Z | Compiling futures-io v0.3.31 |
1773 | 2024-12-13T20:03:39.241Z | Compiling pest v2.7.14 |
1774 | 2024-12-13T20:03:39.452Z | Compiling futures-util v0.3.31 |
1775 | 2024-12-13T20:03:39.506Z | Compiling yoke v0.7.4 |
1776 | 2024-12-13T20:03:39.942Z | Compiling hmac v0.12.1 |
1777 | 2024-12-13T20:03:40.311Z | Compiling tinyvec_macros v0.1.1 |
1778 | 2024-12-13T20:03:40.394Z | Compiling zerovec v0.10.4 |
1779 | 2024-12-13T20:03:40.435Z | Compiling tinyvec v1.8.0 |
1780 | 2024-12-13T20:03:41.861Z | Compiling bitflags v2.6.0 |
1781 | 2024-12-13T20:03:42.280Z | Compiling bytes v1.8.0 |
1782 | 2024-12-13T20:03:43.861Z | Compiling tokio v1.40.0 |
1783 | 2024-12-13T20:03:44.523Z | Compiling indexmap v2.6.0 |
1784 | 2024-12-13T20:03:44.829Z | Compiling serde_tokenstream v0.2.2 |
1785 | 2024-12-13T20:03:46.283Z | Compiling http v1.1.0 |
1786 | 2024-12-13T20:03:47.551Z | Compiling which v4.4.2 |
1787 | 2024-12-13T20:03:48.087Z | Compiling rustc_version v0.4.1 |
1788 | 2024-12-13T20:03:48.319Z | Compiling pest_meta v2.7.14 |
1789 | 2024-12-13T20:03:48.873Z | Compiling uuid v1.11.0 |
1790 | 2024-12-13T20:03:48.923Z | Compiling block-padding v0.3.3 |
1791 | 2024-12-13T20:03:49.306Z | Compiling openssl-macros v0.1.1 |
1792 | 2024-12-13T20:03:50.067Z | Compiling native-tls v0.2.12 |
1793 | 2024-12-13T20:03:50.103Z | Compiling rustls v0.23.14 |
1794 | 2024-12-13T20:03:50.460Z | Compiling iana-time-zone v0.1.61 |
1795 | 2024-12-13T20:03:50.851Z | Compiling chrono v0.4.38 |
1796 | 2024-12-13T20:03:51.463Z | Compiling pest_generator v2.7.14 |
1797 | 2024-12-13T20:03:52.302Z | Compiling inout v0.1.3 |
1798 | 2024-12-13T20:03:52.625Z | Compiling unicode-normalization v0.1.24 |
1799 | 2024-12-13T20:03:53.351Z | Compiling cipher v0.4.4 |
1800 | 2024-12-13T20:03:53.623Z | Compiling pest_derive v2.7.14 |
1801 | 2024-12-13T20:03:53.870Z | Compiling tinystr v0.7.6 |
1802 | 2024-12-13T20:03:54.521Z | Compiling sha2 v0.10.8 |
1803 | 2024-12-13T20:03:54.722Z | Compiling async-trait v0.1.83 |
1804 | 2024-12-13T20:03:54.849Z | Compiling usdt-impl v0.5.0 |
1805 | 2024-12-13T20:03:54.926Z | Compiling cookie v0.18.1 |
1806 | 2024-12-13T20:03:55.344Z | Compiling unicode-bidi v0.3.17 |
1807 | 2024-12-13T20:03:56.301Z | Compiling writeable v0.5.5 |
1808 | 2024-12-13T20:03:56.779Z | Compiling litemap v0.7.3 |
1809 | 2024-12-13T20:03:57.413Z | Compiling base64ct v1.6.0 |
1810 | 2024-12-13T20:03:57.497Z | Compiling icu_locid v1.5.0 |
1811 | 2024-12-13T20:03:58.099Z | Compiling pem-rfc7468 v0.7.0 |
1812 | 2024-12-13T20:03:58.885Z | Compiling scroll v0.12.0 |
1813 | 2024-12-13T20:03:59.640Z | Compiling ppv-lite86 v0.2.20 |
1814 | 2024-12-13T20:04:00.616Z | Compiling tracing-core v0.1.32 |
1815 | 2024-12-13T20:04:00.634Z | Compiling rustls-pki-types v1.9.0 |
1816 | 2024-12-13T20:04:02.530Z | Compiling percent-encoding v2.3.1 |
1817 | 2024-12-13T20:04:02.972Z | Compiling syn v1.0.109 |
1818 | 2024-12-13T20:04:03.040Z | Compiling plain v0.2.3 |
1819 | 2024-12-13T20:04:03.305Z | Compiling flagset v0.4.6 |
1820 | 2024-12-13T20:04:03.404Z | Compiling aws-lc-sys v0.22.0 |
1821 | 2024-12-13T20:04:03.538Z | Compiling dyn-clone v1.0.17 |
1822 | 2024-12-13T20:04:03.588Z | Compiling camino v1.1.9 |
1823 | 2024-12-13T20:04:03.763Z | Compiling untrusted v0.7.1 |
1824 | 2024-12-13T20:04:04.260Z | Compiling der v0.7.9 |
1825 | 2024-12-13T20:04:06.159Z | Compiling goblin v0.8.2 |
1826 | 2024-12-13T20:04:07.603Z | Compiling tracing v0.1.40 |
1827 | 2024-12-13T20:04:07.806Z | Compiling rand_chacha v0.3.1 |
1828 | 2024-12-13T20:04:08.846Z | Compiling icu_provider v1.5.0 |
1829 | 2024-12-13T20:04:09.222Z | Compiling tokio-util v0.7.12 |
1830 | 2024-12-13T20:04:11.534Z | Compiling untrusted v0.9.0 |
1831 | 2024-12-13T20:04:11.581Z | Compiling icu_locid_transform_data v1.5.0 |
1832 | 2024-12-13T20:04:11.712Z | Compiling mirai-annotations v1.12.0 |
1833 | 2024-12-13T20:04:11.750Z | Compiling rayon-core v1.12.1 |
1834 | 2024-12-13T20:04:11.903Z | Compiling pretty-hex v0.4.1 |
1835 | 2024-12-13T20:04:11.940Z | Compiling rustls v0.22.4 |
1836 | 2024-12-13T20:04:12.046Z | Compiling powerfmt v0.2.0 |
1837 | 2024-12-13T20:04:12.173Z | Compiling icu_locid_transform v1.5.0 |
1838 | 2024-12-13T20:04:12.825Z | Compiling dof v0.3.0 |
1839 | 2024-12-13T20:04:12.987Z | Compiling deranged v0.3.11 |
1840 | 2024-12-13T20:04:15.855Z | Compiling rand v0.8.5 |
1841 | 2024-12-13T20:04:16.246Z | Compiling spki v0.7.3 |
1842 | 2024-12-13T20:04:16.912Z | Compiling dtrace-parser v0.2.0 |
1843 | 2024-12-13T20:04:17.869Z | Compiling salsa20 v0.10.2 |
1844 | 2024-12-13T20:04:17.897Z | Compiling icu_collections v1.5.0 |
1845 | 2024-12-13T20:04:18.196Z | Compiling pbkdf2 v0.12.2 |
1846 | 2024-12-13T20:04:19.725Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1847 | 2024-12-13T20:04:19.994Z | Compiling thread-id v4.2.2 |
1848 | 2024-12-13T20:04:20.567Z | Compiling atomic-waker v1.1.2 |
1849 | 2024-12-13T20:04:20.890Z | Compiling icu_properties_data v1.5.0 |
1850 | 2024-12-13T20:04:20.969Z | Compiling num_threads v0.1.7 |
1851 | 2024-12-13T20:04:21.226Z | Compiling icu_properties v1.5.1 |
1852 | 2024-12-13T20:04:22.008Z | Compiling time v0.3.36 |
1853 | 2024-12-13T20:04:27.077Z | Compiling scrypt v0.11.0 |
1854 | 2024-12-13T20:04:27.379Z | Compiling form_urlencoded v1.2.1 |
1855 | 2024-12-13T20:04:27.676Z | Compiling cbc v0.1.2 |
1856 | 2024-12-13T20:04:27.816Z | Compiling aes v0.8.4 |
1857 | 2024-12-13T20:04:27.927Z | Compiling http-body v1.0.1 |
1858 | 2024-12-13T20:04:28.235Z | Compiling multer v3.1.0 |
1859 | 2024-12-13T20:04:28.496Z | Compiling try-lock v0.2.5 |
1860 | 2024-12-13T20:04:28.697Z | Compiling utf8_iter v1.0.4 |
1861 | 2024-12-13T20:04:28.747Z | Compiling icu_normalizer_data v1.5.0 |
1862 | 2024-12-13T20:04:28.871Z | Compiling utf16_iter v1.0.5 |
1863 | 2024-12-13T20:04:28.916Z | Compiling write16 v1.0.0 |
1864 | 2024-12-13T20:04:29.103Z | Compiling slog-async v2.8.0 |
1865 | 2024-12-13T20:04:29.454Z | Compiling icu_normalizer v1.5.0 |
1866 | 2024-12-13T20:04:29.780Z | Compiling pkcs5 v0.7.1 |
1867 | 2024-12-13T20:04:31.196Z | Compiling want v0.3.1 |
1868 | 2024-12-13T20:04:33.858Z | Compiling h2 v0.4.6 |
1869 | 2024-12-13T20:04:35.271Z | Compiling heapless v0.7.17 |
1870 | 2024-12-13T20:04:35.937Z | Compiling zerocopy-derive v0.6.6 |
1871 | 2024-12-13T20:04:36.531Z | Compiling signal-hook v0.3.17 |
1872 | 2024-12-13T20:04:36.576Z | Compiling anyhow v1.0.93 |
1873 | 2024-12-13T20:04:37.253Z | Compiling num-bigint-dig v0.8.4 |
1874 | 2024-12-13T20:04:37.289Z | Compiling base64 v0.22.1 |
1875 | 2024-12-13T20:04:37.750Z | Compiling httpdate v1.0.3 |
1876 | 2024-12-13T20:04:40.072Z | Compiling pkcs8 v0.10.2 |
1877 | 2024-12-13T20:04:40.279Z | Compiling idna_adapter v1.2.0 |
1878 | 2024-12-13T20:04:40.787Z | Compiling usdt-attr-macro v0.5.0 |
1879 | 2024-12-13T20:04:40.808Z | Compiling usdt-macro v0.5.0 |
1880 | 2024-12-13T20:04:42.515Z | Compiling hyper v1.5.0 |
1881 | 2024-12-13T20:04:42.654Z | Compiling async-stream-impl v0.3.6 |
1882 | 2024-12-13T20:04:43.998Z | Compiling rustversion v1.0.17 |
1883 | 2024-12-13T20:04:44.057Z | Compiling strsim v0.11.1 |
1884 | 2024-12-13T20:04:44.823Z | Compiling tower-service v0.3.3 |
1885 | 2024-12-13T20:04:45.946Z | Compiling hyper-util v0.1.10 |
1886 | 2024-12-13T20:04:47.223Z | Compiling idna v1.0.3 |
1887 | 2024-12-13T20:04:54.071Z | Compiling curve25519-dalek v4.1.3 |
1888 | 2024-12-13T20:04:54.565Z | Compiling openapiv3 v2.0.0 |
1889 | 2024-12-13T20:04:54.616Z | Compiling toml_datetime v0.6.8 |
1890 | 2024-12-13T20:04:55.009Z | Compiling serde_spanned v0.6.8 |
1891 | 2024-12-13T20:04:55.399Z | Compiling enum-as-inner v0.6.1 |
1892 | 2024-12-13T20:04:55.571Z | Compiling dropshot v0.12.0 |
1893 | 2024-12-13T20:04:55.902Z | Compiling match_cfg v0.1.0 |
1894 | 2024-12-13T20:04:56.037Z | Compiling portable-atomic v1.9.0 |
1895 | 2024-12-13T20:04:56.491Z | Compiling adler2 v2.0.0 |
1896 | 2024-12-13T20:04:56.569Z | Compiling foreign-types-shared v0.1.1 |
1897 | 2024-12-13T20:04:57.095Z | Compiling smoltcp v0.9.1 |
1898 | 2024-12-13T20:04:57.648Z | Compiling foreign-types v0.3.2 |
1899 | 2024-12-13T20:04:57.947Z | Compiling miniz_oxide v0.8.0 |
1900 | 2024-12-13T20:04:58.172Z | Compiling hostname v0.3.1 |
1901 | 2024-12-13T20:04:59.862Z | Compiling url v2.5.3 |
1902 | 2024-12-13T20:05:07.034Z | Compiling http-body-util v0.1.2 |
1903 | 2024-12-13T20:05:07.918Z | Compiling clap_derive v4.5.18 |
1904 | 2024-12-13T20:05:08.131Z | Compiling dirs-sys-next v0.1.2 |
1905 | 2024-12-13T20:05:08.814Z | Compiling encoding_rs v0.8.34 |
1906 | 2024-12-13T20:05:11.080Z | Compiling mime v0.3.17 |
1907 | 2024-12-13T20:05:12.502Z | Compiling siphasher v0.3.11 |
1908 | 2024-12-13T20:05:12.887Z | Compiling data-encoding v2.6.0 |
1909 | 2024-12-13T20:05:17.012Z | Compiling dirs-next v2.0.0 |
1910 | 2024-12-13T20:05:19.402Z | Compiling hubpack_derive v0.1.1 |
1911 | 2024-12-13T20:05:23.629Z | Compiling serde_urlencoded v0.7.1 |
1912 | 2024-12-13T20:05:23.669Z | Compiling crossbeam-epoch v0.9.18 |
1913 | 2024-12-13T20:05:23.669Z | Compiling hashbrown v0.14.5 |
1914 | 2024-12-13T20:05:23.669Z | Compiling rustls-pemfile v2.2.0 |
1915 | 2024-12-13T20:05:23.669Z | Compiling dropshot_endpoint v0.12.0 |
1916 | 2024-12-13T20:05:23.670Z | Compiling rustls-webpki v0.102.8 |
1917 | 2024-12-13T20:05:23.670Z | Compiling sha1 v0.10.6 |
1918 | 2024-12-13T20:05:23.812Z | Compiling signature v2.2.0 |
1919 | 2024-12-13T20:05:24.087Z | Compiling curve25519-dalek-derive v0.1.1 |
1920 | 2024-12-13T20:05:24.217Z | Compiling thread_local v1.1.8 |
1921 | 2024-12-13T20:05:24.735Z | Compiling fs-err v2.11.0 |
1922 | 2024-12-13T20:05:25.135Z | Compiling openssl-probe v0.1.5 |
1923 | 2024-12-13T20:05:25.496Z | Compiling gimli v0.31.1 |
1924 | 2024-12-13T20:05:25.624Z | Compiling ipnet v2.10.1 |
1925 | 2024-12-13T20:05:26.349Z | Compiling winnow v0.6.20 |
1926 | 2024-12-13T20:05:26.707Z | Compiling anstyle v1.0.10 |
1927 | 2024-12-13T20:05:27.162Z | Compiling utf8parse v0.2.2 |
1928 | 2024-12-13T20:05:29.053Z | Compiling unicode-properties v0.1.3 |
1929 | 2024-12-13T20:05:29.487Z | Compiling stringprep v0.1.5 |
1930 | 2024-12-13T20:05:30.327Z | Compiling addr2line v0.24.2 |
1931 | 2024-12-13T20:05:30.425Z | Compiling toml_edit v0.22.22 |
1932 | 2024-12-13T20:05:30.681Z | Compiling anstyle-parse v0.2.5 |
1933 | 2024-12-13T20:05:32.167Z | Compiling regress v0.10.1 |
1934 | 2024-12-13T20:05:32.563Z | Compiling crossbeam-deque v0.8.5 |
1935 | 2024-12-13T20:05:32.926Z | Compiling term v0.7.0 |
1936 | 2024-12-13T20:05:34.639Z | Compiling slog-json v2.6.1 |
1937 | 2024-12-13T20:05:35.529Z | Compiling crossbeam-channel v0.5.13 |
1938 | 2024-12-13T20:05:37.558Z | Compiling idna v0.3.0 |
1939 | 2024-12-13T20:05:37.871Z | Compiling idna v0.4.0 |
1940 | 2024-12-13T20:05:39.482Z | Compiling futures-executor v0.3.31 |
1941 | 2024-12-13T20:05:39.569Z | Compiling num-integer v0.1.46 |
1942 | 2024-12-13T20:05:39.995Z | Compiling md-5 v0.10.6 |
1943 | 2024-12-13T20:05:40.263Z | Compiling ff v0.13.0 |
1944 | 2024-12-13T20:05:40.336Z | Compiling hash32 v0.2.1 |
1945 | 2024-12-13T20:05:40.441Z | Compiling memmap v0.7.0 |
1946 | 2024-12-13T20:05:40.489Z | Compiling is-terminal v0.4.13 |
1947 | 2024-12-13T20:05:40.635Z | Compiling object v0.36.5 |
1948 | 2024-12-13T20:05:40.728Z | Compiling rustc-demangle v0.1.24 |
1949 | 2024-12-13T20:05:40.754Z | Compiling colorchoice v1.0.2 |
1950 | 2024-12-13T20:05:40.924Z | Compiling quick-error v1.2.3 |
1951 | 2024-12-13T20:05:41.085Z | Compiling utf-8 v0.7.6 |
1952 | 2024-12-13T20:05:41.402Z | Compiling heck v0.4.1 |
1953 | 2024-12-13T20:05:41.641Z | Compiling is_terminal_polyfill v1.70.1 |
1954 | 2024-12-13T20:05:41.643Z | Compiling psl-types v2.0.11 |
1955 | 2024-12-13T20:05:41.803Z | Compiling base16ct v0.2.0 |
1956 | 2024-12-13T20:05:41.853Z | Compiling anstyle-query v1.1.1 |
1957 | 2024-12-13T20:05:41.872Z | Compiling linked-hash-map v0.5.6 |
1958 | 2024-12-13T20:05:42.019Z | Compiling take_mut v0.2.2 |
1959 | 2024-12-13T20:05:42.105Z | Compiling fallible-iterator v0.2.0 |
1960 | 2024-12-13T20:05:42.273Z | Compiling lru-cache v0.1.2 |
1961 | 2024-12-13T20:05:42.425Z | Compiling publicsuffix v2.2.3 |
1962 | 2024-12-13T20:05:42.776Z | Compiling anstream v0.6.15 |
1963 | 2024-12-13T20:05:42.848Z | Compiling postgres-protocol v0.6.7 |
1964 | 2024-12-13T20:05:43.492Z | Compiling sec1 v0.7.3 |
1965 | 2024-12-13T20:05:43.589Z | Compiling strum_macros v0.25.3 |
1966 | 2024-12-13T20:05:44.127Z | Compiling tungstenite v0.24.0 |
1967 | 2024-12-13T20:05:44.373Z | Compiling resolv-conf v0.7.0 |
1968 | 2024-12-13T20:05:44.784Z | Compiling usdt v0.5.0 |
1969 | 2024-12-13T20:05:45.281Z | Compiling slog-term v2.9.1 |
1970 | 2024-12-13T20:05:46.229Z | Compiling group v0.13.0 |
1971 | 2024-12-13T20:05:46.377Z | Compiling num-iter v0.1.45 |
1972 | 2024-12-13T20:05:46.450Z | Compiling futures v0.3.31 |
1973 | 2024-12-13T20:05:46.594Z | Compiling hickory-proto v0.24.1 |
1974 | 2024-12-13T20:05:47.574Z | Compiling tokio-rustls v0.26.0 |
1975 | 2024-12-13T20:05:48.054Z | Compiling typify-impl v0.2.0 |
1976 | 2024-12-13T20:05:48.514Z | Compiling backtrace v0.3.74 |
1977 | 2024-12-13T20:05:48.852Z | Compiling tokio-rustls v0.25.0 |
1978 | 2024-12-13T20:05:49.495Z | Compiling slog-bunyan v2.5.0 |
1979 | 2024-12-13T20:05:49.722Z | Compiling toml v0.8.19 |
1980 | 2024-12-13T20:05:50.173Z | Compiling tokio-native-tls v0.3.1 |
1981 | 2024-12-13T20:05:50.492Z | Compiling phf_shared v0.11.2 |
1982 | 2024-12-13T20:05:50.840Z | Compiling async-stream v0.3.6 |
1983 | 2024-12-13T20:05:51.145Z | Compiling waitgroup v0.1.2 |
1984 | 2024-12-13T20:05:51.291Z | Compiling webpki-roots v0.26.6 |
1985 | 2024-12-13T20:05:51.392Z | Compiling idna v0.5.0 |
1986 | 2024-12-13T20:05:51.544Z | Compiling terminal_size v0.4.0 |
1987 | 2024-12-13T20:05:51.565Z | Compiling serde_path_to_error v0.1.16 |
1988 | 2024-12-13T20:05:52.415Z | Compiling hkdf v0.12.4 |
1989 | 2024-12-13T20:05:52.461Z | Compiling crypto-bigint v0.5.5 |
1990 | 2024-12-13T20:05:52.665Z | Compiling derive-where v1.2.7 |
1991 | 2024-12-13T20:05:53.013Z | Compiling serde_repr v0.1.19 |
1992 | 2024-12-13T20:05:54.317Z | Compiling hostname v0.4.0 |
1993 | 2024-12-13T20:05:54.564Z | Compiling crc32fast v1.4.2 |
1994 | 2024-12-13T20:05:55.400Z | Compiling winnow v0.5.40 |
1995 | 2024-12-13T20:05:55.456Z | Compiling managed v0.8.0 |
1996 | 2024-12-13T20:05:55.908Z | Compiling clap_lex v0.7.2 |
1997 | 2024-12-13T20:05:56.103Z | Compiling bitflags v1.3.2 |
1998 | 2024-12-13T20:05:56.219Z | Compiling debug-ignore v1.0.5 |
1999 | 2024-12-13T20:05:56.346Z | Compiling unicode-width v0.1.14 |
2000 | 2024-12-13T20:05:56.890Z | Compiling console v0.15.8 |
2001 | 2024-12-13T20:05:58.290Z | Compiling clap_builder v4.5.21 |
2002 | 2024-12-13T20:05:59.382Z | Compiling toml_edit v0.19.15 |
2003 | 2024-12-13T20:06:00.164Z | Compiling elliptic-curve v0.13.8 |
2004 | 2024-12-13T20:06:00.219Z | Compiling typify-macro v0.2.0 |
2005 | 2024-12-13T20:06:00.606Z | Compiling flate2 v1.0.34 |
2006 | 2024-12-13T20:06:00.932Z | Compiling cookie_store v0.21.0 |
2007 | 2024-12-13T20:06:01.551Z | Compiling hickory-resolver v0.24.1 |
2008 | 2024-12-13T20:06:05.921Z | Compiling hyper-rustls v0.27.3 |
2009 | 2024-12-13T20:06:07.224Z | Compiling phf v0.11.2 |
2010 | 2024-12-13T20:06:07.552Z | Compiling hyper-tls v0.6.0 |
2011 | 2024-12-13T20:06:08.066Z | Compiling signal-hook-mio v0.2.4 |
2012 | 2024-12-13T20:06:08.250Z | Compiling rayon v1.10.0 |
2013 | 2024-12-13T20:06:08.313Z | Compiling bzip2 v0.4.4 |
2014 | 2024-12-13T20:06:08.716Z | Compiling tokio-tungstenite v0.24.0 |
2015 | 2024-12-13T20:06:08.722Z | Compiling postgres-types v0.2.8 |
2016 | 2024-12-13T20:06:08.926Z | Compiling ed25519 v2.2.3 |
2017 | 2024-12-13T20:06:09.276Z | Compiling hubpack v0.1.2 |
2018 | 2024-12-13T20:06:09.359Z | Compiling phf_shared v0.10.0 |
2019 | 2024-12-13T20:06:09.715Z | Compiling pkcs1 v0.7.5 |
2020 | 2024-12-13T20:06:09.777Z | Compiling zerocopy v0.6.6 |
2021 | 2024-12-13T20:06:10.154Z | Compiling tokio-stream v0.1.16 |
2022 | 2024-12-13T20:06:10.934Z | Compiling serde-big-array v0.5.1 |
2023 | 2024-12-13T20:06:11.017Z | Compiling rfc6979 v0.4.0 |
2024 | 2024-12-13T20:06:11.173Z | Compiling float-cmp v0.9.0 |
2025 | 2024-12-13T20:06:11.349Z | Compiling sync_wrapper v1.0.1 |
2026 | 2024-12-13T20:06:11.514Z | Compiling bstr v1.10.0 |
2027 | 2024-12-13T20:06:11.631Z | Compiling precomputed-hash v0.1.1 |
2028 | 2024-12-13T20:06:11.766Z | Compiling bit-vec v0.6.3 |
2029 | 2024-12-13T20:06:11.788Z | Compiling normalize-line-endings v0.3.0 |
2030 | 2024-12-13T20:06:11.940Z | Compiling new_debug_unreachable v1.0.6 |
2031 | 2024-12-13T20:06:12.053Z | Compiling number_prefix v0.4.0 |
2032 | 2024-12-13T20:06:12.298Z | Compiling difflib v0.4.0 |
2033 | 2024-12-13T20:06:12.383Z | Compiling predicates-core v1.0.8 |
2034 | 2024-12-13T20:06:12.626Z | Compiling unicode-segmentation v1.12.0 |
2035 | 2024-12-13T20:06:13.274Z | Compiling static_assertions v1.1.0 |
2036 | 2024-12-13T20:06:13.342Z | Compiling fixedbitset v0.4.2 |
2037 | 2024-12-13T20:06:13.525Z | Compiling whoami v1.5.2 |
2038 | 2024-12-13T20:06:13.545Z | Compiling unicode-width v0.2.0 |
2039 | 2024-12-13T20:06:14.026Z | Compiling indicatif v0.17.9 |
2040 | 2024-12-13T20:06:14.108Z | Compiling tokio-postgres v0.7.12 |
2041 | 2024-12-13T20:06:14.655Z | Compiling reqwest v0.12.9 |
2042 | 2024-12-13T20:06:15.949Z | Compiling petgraph v0.6.5 |
2043 | 2024-12-13T20:06:18.063Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2044 | 2024-12-13T20:06:20.066Z | Compiling similar v2.6.0 |
2045 | 2024-12-13T20:06:20.472Z | Compiling predicates v3.1.2 |
2046 | 2024-12-13T20:06:20.613Z | Compiling bit-set v0.5.3 |
2047 | 2024-12-13T20:06:20.933Z | Compiling string_cache v0.8.7 |
2048 | 2024-12-13T20:06:21.385Z | Compiling ecdsa v0.16.9 |
2049 | 2024-12-13T20:06:22.074Z | Compiling qorb v0.2.1 |
2050 | 2024-12-13T20:06:22.228Z | Compiling rsa v0.9.6 |
2051 | 2024-12-13T20:06:22.295Z | Compiling ed25519-dalek v2.1.1 |
2052 | 2024-12-13T20:06:22.896Z | Compiling zip v0.6.6 |
2053 | 2024-12-13T20:06:23.396Z | Compiling crossterm v0.28.1 |
2054 | 2024-12-13T20:06:23.974Z | Compiling toml v0.7.8 |
2055 | 2024-12-13T20:06:24.232Z | Compiling clap v4.5.21 |
2056 | 2024-12-13T20:06:26.887Z | Compiling x509-cert v0.2.5 |
2057 | 2024-12-13T20:06:27.990Z | Compiling hex v0.4.3 |
2058 | 2024-12-13T20:06:29.913Z | Compiling itertools v0.10.5 |
2059 | 2024-12-13T20:06:33.040Z | Compiling peg-runtime v0.8.3 |
2060 | 2024-12-13T20:06:33.448Z | Compiling lalrpop-util v0.19.12 |
2061 | 2024-12-13T20:06:33.765Z | Compiling unicode-xid v0.2.6 |
2062 | 2024-12-13T20:06:33.829Z | Compiling radium v0.7.0 |
2063 | 2024-12-13T20:06:33.959Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2064 | 2024-12-13T20:06:51.392Z | Compiling tap v1.0.1 |
2065 | 2024-12-13T20:06:51.605Z | Compiling maybe-uninit v2.0.0 |
2066 | 2024-12-13T20:06:52.478Z | Compiling ident_case v1.0.1 |
2067 | 2024-12-13T20:06:52.662Z | Compiling darling_core v0.20.10 |
2068 | 2024-12-13T20:06:52.894Z | Compiling wyz v0.5.1 |
2069 | 2024-12-13T20:07:02.913Z | Compiling typify v0.2.0 |
2070 | 2024-12-13T20:07:06.854Z | Compiling packed_struct v0.10.1 |
2071 | 2024-12-13T20:07:07.287Z | Compiling unsafe-libyaml v0.2.11 |
2072 | 2024-12-13T20:07:07.940Z | Compiling funty v2.0.0 |
2073 | 2024-12-13T20:07:09.100Z | Compiling bitvec v1.0.1 |
2074 | 2024-12-13T20:07:09.788Z | Compiling serde_yaml v0.9.34+deprecated |
2075 | 2024-12-13T20:07:13.644Z | Compiling progenitor-impl v0.8.0 |
2076 | 2024-12-13T20:07:14.292Z | Compiling darling_macro v0.20.10 |
2077 | 2024-12-13T20:07:16.195Z | Compiling packed_struct_codegen v0.10.1 |
2078 | 2024-12-13T20:07:18.831Z | Compiling structmeta-derive v0.3.0 |
2079 | 2024-12-13T20:07:19.166Z | Compiling indexmap v1.9.3 |
2080 | 2024-12-13T20:07:19.565Z | Compiling nodrop v0.1.14 |
2081 | 2024-12-13T20:07:20.079Z | Compiling fastrand v2.1.1 |
2082 | 2024-12-13T20:07:20.316Z | Compiling crc-catalog v2.4.0 |
2083 | 2024-12-13T20:07:20.497Z | Compiling newtype-uuid v1.1.3 |
2084 | 2024-12-13T20:07:20.804Z | Compiling progenitor-macro v0.8.0 |
2085 | 2024-12-13T20:07:20.866Z | Compiling tempfile v3.13.0 |
2086 | 2024-12-13T20:07:21.565Z | Compiling structmeta v0.3.0 |
2087 | 2024-12-13T20:07:22.619Z | Compiling crc v3.2.1 |
2088 | 2024-12-13T20:07:23.726Z | Compiling array-init v0.0.4 |
2089 | 2024-12-13T20:07:29.496Z | Compiling smallvec v0.6.14 |
2090 | 2024-12-13T20:07:30.077Z | Compiling darling v0.20.10 |
2091 | 2024-12-13T20:07:35.652Z | Compiling progenitor-client v0.8.0 |
2092 | 2024-12-13T20:07:37.947Z | Compiling pin-project-internal v1.1.6 |
2093 | 2024-12-13T20:07:38.178Z | Compiling dropshot v0.13.0 |
2094 | 2024-12-13T20:07:38.683Z | Compiling same-file v1.0.6 |
2095 | 2024-12-13T20:07:39.679Z | Compiling bitfield v0.14.0 |
2096 | 2024-12-13T20:07:40.043Z | Compiling base64 v0.21.7 |
2097 | 2024-12-13T20:07:40.110Z | Compiling hashbrown v0.12.3 |
2098 | 2024-12-13T20:07:41.238Z | Compiling termcolor v1.4.1 |
2099 | 2024-12-13T20:07:46.948Z | Compiling env_logger v0.10.2 |
2100 | 2024-12-13T20:07:51.276Z | Compiling pin-project v1.1.6 |
2101 | 2024-12-13T20:07:51.436Z | Compiling ron v0.8.1 |
2102 | 2024-12-13T20:07:52.111Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2103 | 2024-12-13T20:07:55.910Z | Compiling walkdir v2.5.0 |
2104 | 2024-12-13T20:07:58.917Z | Compiling progenitor v0.8.0 |
2105 | 2024-12-13T20:08:00.297Z | Compiling serde_with_macros v3.11.0 |
2106 | 2024-12-13T20:08:00.325Z | Compiling serde-hex v0.1.0 |
2107 | 2024-12-13T20:08:00.454Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2108 | 2024-12-13T20:08:00.797Z | Compiling parse-display-derive v0.10.0 |
2109 | 2024-12-13T20:08:06.476Z | Compiling strum_macros v0.26.4 |
2110 | 2024-12-13T20:08:06.509Z | Compiling hashbrown v0.13.2 |
2111 | 2024-12-13T20:08:06.509Z | Compiling ipnetwork v0.20.0 |
2112 | 2024-12-13T20:08:06.509Z | Compiling xattr v1.3.1 |
2113 | 2024-12-13T20:08:06.509Z | Compiling dropshot_endpoint v0.13.0 |
2114 | 2024-12-13T20:08:06.716Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2115 | 2024-12-13T20:08:07.485Z | Compiling snafu-derive v0.8.5 |
2116 | 2024-12-13T20:08:08.212Z | Compiling blake3 v1.5.4 |
2117 | 2024-12-13T20:08:08.465Z | Compiling ring v0.16.20 |
2118 | 2024-12-13T20:08:08.838Z | Compiling filetime v0.2.25 |
2119 | 2024-12-13T20:08:09.207Z | Compiling instant v0.1.13 |
2120 | 2024-12-13T20:08:09.539Z | Compiling buf-list v1.0.3 |
2121 | 2024-12-13T20:08:09.561Z | Compiling zip v2.1.3 |
2122 | 2024-12-13T20:08:09.696Z | Compiling lockfree-object-pool v0.1.6 |
2123 | 2024-12-13T20:08:09.897Z | Compiling simd-adler32 v0.3.7 |
2124 | 2024-12-13T20:08:10.080Z | Compiling crc-any v2.5.0 |
2125 | 2024-12-13T20:08:10.470Z | Compiling bumpalo v3.16.0 |
2126 | 2024-12-13T20:08:10.726Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2127 | 2024-12-13T20:08:11.036Z | Compiling zopfli v0.8.1 |
2128 | 2024-12-13T20:08:11.194Z | Compiling strum v0.26.3 |
2129 | 2024-12-13T20:08:11.417Z | Compiling backoff v0.4.0 |
2130 | 2024-12-13T20:08:11.821Z | Compiling tar v0.4.42 |
2131 | 2024-12-13T20:08:12.450Z | Compiling snafu v0.8.5 |
2132 | 2024-12-13T20:08:14.502Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2133 | 2024-12-13T20:08:14.764Z | Compiling object v0.30.4 |
2134 | 2024-12-13T20:08:15.337Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-12-13T20:08:17.319Z | Compiling parse-display v0.10.0 |
2136 | 2024-12-13T20:08:17.747Z | Compiling serde_with v3.11.0 |
2137 | 2024-12-13T20:08:19.106Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2138 | 2024-12-13T20:08:19.371Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2139 | 2024-12-13T20:08:19.688Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2140 | 2024-12-13T20:08:20.425Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2141 | 2024-12-13T20:08:20.968Z | Compiling camino-tempfile v1.1.1 |
2142 | 2024-12-13T20:08:21.745Z | Compiling globset v0.4.15 |
2143 | 2024-12-13T20:08:22.358Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2144 | 2024-12-13T20:08:22.575Z | Compiling regress v0.9.1 |
2145 | 2024-12-13T20:08:26.363Z | Compiling pem v3.0.4 |
2146 | 2024-12-13T20:08:27.210Z | Compiling olpc-cjson v0.1.4 |
2147 | 2024-12-13T20:08:27.574Z | Compiling serde_plain v1.0.2 |
2148 | 2024-12-13T20:08:27.853Z | Compiling macaddr v1.0.1 |
2149 | 2024-12-13T20:08:28.089Z | Compiling async-recursion v1.1.1 |
2150 | 2024-12-13T20:08:28.176Z | Compiling memmap2 v0.9.5 |
2151 | 2024-12-13T20:08:28.577Z | Compiling spin v0.5.2 |
2152 | 2024-12-13T20:08:28.856Z | Compiling constant_time_eq v0.3.1 |
2153 | 2024-12-13T20:08:28.878Z | Compiling arrayvec v0.7.6 |
2154 | 2024-12-13T20:08:29.062Z | Compiling arrayref v0.3.9 |
2155 | 2024-12-13T20:08:29.197Z | Compiling path-slash v0.1.5 |
2156 | 2024-12-13T20:08:29.396Z | Compiling typed-path v0.9.3 |
2157 | 2024-12-13T20:08:29.459Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2158 | 2024-12-13T20:08:30.840Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2159 | 2024-12-13T20:08:33.253Z | Compiling tough v0.19.0 |
2160 | 2024-12-13T20:08:35.694Z | Compiling itertools v0.13.0 |
2161 | 2024-12-13T20:08:37.278Z | Compiling cargo-platform v0.1.8 |
2162 | 2024-12-13T20:08:37.322Z | Compiling parse-size v1.1.0 |
2163 | 2024-12-13T20:08:37.653Z | Compiling topological-sort v0.2.2 |
2164 | 2024-12-13T20:08:37.963Z | Compiling omicron-zone-package v0.11.1 |
2165 | 2024-12-13T20:08:38.394Z | Compiling cargo_metadata v0.18.1 |
2166 | 2024-12-13T20:08:39.535Z | Compiling shell-words v1.1.0 |
2167 | 2024-12-13T20:08:44.885Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2168 | 2024-12-13T20:08:57.837Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2169 | 2024-12-13T20:09:12.837Z | Finished `release` profile [optimized] target(s) in 6m 04s |
2170 | 2024-12-13T20:09:13.012Z | Running `target/release/omicron-releng --output-dir /work` |
2171 | 2024-12-13T20:09:13.069Z | Dec 13 20:09:12.312 DEBG changing working directory to /work/oxidecomputer/omicron |
2172 | 2024-12-13T20:09:13.175Z | Dec 13 20:09:12.420 DEBG running: git rev-parse HEAD |
2173 | 2024-12-13T20:09:13.183Z | Dec 13 20:09:12.427 DEBG process exited with exit status: 0 (6.896906ms) |
2174 | 2024-12-13T20:09:13.183Z | Dec 13 20:09:12.427 INFO version: 12.0.0-0.ci+git51ce5fbaec0 |
2175 | 2024-12-13T20:09:13.223Z | Dec 13 20:09:12.468 INFO cloning helios to /work/oxidecomputer/helios |
2176 | 2024-12-13T20:09:13.223Z | Dec 13 20:09:12.468 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2177 | 2024-12-13T20:09:13.230Z | Cloning into '/work/oxidecomputer/helios'... |
2178 | 2024-12-13T20:09:13.743Z | Dec 13 20:09:12.987 DEBG process exited with exit status: 0 (519.063969ms) |
2179 | 2024-12-13T20:09:13.743Z | Dec 13 20:09:12.988 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2180 | 2024-12-13T20:09:13.751Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2181 | 2024-12-13T20:09:13.751Z | # branch.head master |
2182 | 2024-12-13T20:09:13.751Z | # branch.upstream origin/master |
2183 | 2024-12-13T20:09:13.751Z | # branch.ab +0 -0 |
2184 | 2024-12-13T20:09:13.754Z | Dec 13 20:09:12.996 DEBG process exited with exit status: 0 (8.82568ms) |
2185 | 2024-12-13T20:09:13.754Z | Dec 13 20:09:12.996 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2186 | 2024-12-13T20:09:14.683Z | Dec 13 20:09:13.928 DEBG process exited with exit status: 0 (931.272603ms) |
2187 | 2024-12-13T20:09:14.683Z | Dec 13 20:09:13.928 DEBG running: zfs list rpool/images/build/host |
2188 | 2024-12-13T20:09:14.690Z | NAME USED AVAIL REFER MOUNTPOINT |
2189 | 2024-12-13T20:09:14.690Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2190 | 2024-12-13T20:09:14.692Z | Dec 13 20:09:13.936 DEBG process exited with exit status: 0 (7.595878ms) |
2191 | 2024-12-13T20:09:14.692Z | Dec 13 20:09:13.936 DEBG running: zfs list rpool/images/build/recovery |
2192 | 2024-12-13T20:09:14.699Z | NAME USED AVAIL REFER MOUNTPOINT |
2193 | 2024-12-13T20:09:14.699Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2194 | 2024-12-13T20:09:14.701Z | Dec 13 20:09:13.942 DEBG process exited with exit status: 0 (6.792573ms) |
2195 | 2024-12-13T20:09:14.701Z | Dec 13 20:09:13.943 INFO [hubris-production] running task |
2196 | 2024-12-13T20:09:14.701Z | Dec 13 20:09:13.943 INFO [hubris-staging] running task |
2197 | 2024-12-13T20:09:14.701Z | Dec 13 20:09:13.944 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2198 | 2024-12-13T20:09:14.704Z | Dec 13 20:09:13.948 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2199 | 2024-12-13T20:09:14.774Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2200 | 2024-12-13T20:09:15.207Z | [ omicron-package] Blocking waiting for file lock on package cache |
2201 | 2024-12-13T20:09:15.831Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-13T20:09:16.147Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-13T20:09:16.542Z | Dec 13 20:09:15.787 INFO [hubris-production] task succeeded (1.843322678s) |
2204 | 2024-12-13T20:09:16.942Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2205 | 2024-12-13T20:09:16.945Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2206 | 2024-12-13T20:09:16.945Z | [ omicron-package] Compiling itertools v0.13.0 |
2207 | 2024-12-13T20:09:16.945Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2208 | 2024-12-13T20:09:16.945Z | [ omicron-package] Compiling heapless v0.8.0 |
2209 | 2024-12-13T20:09:16.945Z | [ omicron-package] Compiling hash32 v0.3.1 |
2210 | 2024-12-13T20:09:16.945Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2211 | 2024-12-13T20:09:16.945Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2212 | 2024-12-13T20:09:17.693Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2213 | 2024-12-13T20:09:18.354Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2214 | 2024-12-13T20:09:18.462Z | [ omicron-package] Compiling cobs v0.2.3 |
2215 | 2024-12-13T20:09:18.907Z | [ omicron-package] Compiling postcard v1.0.10 |
2216 | 2024-12-13T20:09:18.912Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2217 | 2024-12-13T20:09:19.258Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2218 | 2024-12-13T20:09:19.498Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2219 | 2024-12-13T20:09:19.686Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2220 | 2024-12-13T20:09:19.964Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2221 | 2024-12-13T20:09:20.373Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2222 | 2024-12-13T20:09:21.485Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2223 | 2024-12-13T20:09:21.902Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2224 | 2024-12-13T20:09:22.372Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2225 | 2024-12-13T20:09:22.854Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2226 | 2024-12-13T20:09:22.914Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2227 | 2024-12-13T20:09:23.122Z | [ omicron-package] Compiling thiserror v2.0.3 |
2228 | 2024-12-13T20:09:23.304Z | [ omicron-package] Compiling num_enum v0.5.11 |
2229 | 2024-12-13T20:09:23.675Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2230 | 2024-12-13T20:09:23.945Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2231 | 2024-12-13T20:09:23.983Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2232 | 2024-12-13T20:09:24.236Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2233 | 2024-12-13T20:09:24.878Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2234 | 2024-12-13T20:09:24.983Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2235 | 2024-12-13T20:09:24.986Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2236 | 2024-12-13T20:09:25.425Z | [ omicron-package] Compiling colored v2.1.0 |
2237 | 2024-12-13T20:09:25.840Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2238 | 2024-12-13T20:09:26.043Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2239 | 2024-12-13T20:09:26.405Z | Dec 13 20:09:25.648 INFO [hubris-staging] task succeeded (11.704387545s) |
2240 | 2024-12-13T20:09:26.421Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2241 | 2024-12-13T20:09:27.518Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2242 | 2024-12-13T20:09:27.795Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2243 | 2024-12-13T20:09:28.172Z | [ omicron-package] Compiling num-derive v0.4.2 |
2244 | 2024-12-13T20:09:28.841Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2245 | 2024-12-13T20:09:29.608Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2246 | 2024-12-13T20:09:30.066Z | [ omicron-package] Compiling zone v0.3.0 |
2247 | 2024-12-13T20:09:30.369Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2248 | 2024-12-13T20:09:31.231Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2249 | 2024-12-13T20:09:31.508Z | [ omicron-package] Compiling smf v0.2.3 |
2250 | 2024-12-13T20:09:32.452Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2251 | 2024-12-13T20:09:32.578Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2252 | 2024-12-13T20:09:33.304Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2253 | 2024-12-13T20:09:35.530Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2254 | 2024-12-13T20:09:35.668Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-13T20:09:35.795Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-13T20:09:36.050Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2257 | 2024-12-13T20:09:36.175Z | [ omicron-package] Compiling gethostname v0.5.0 |
2258 | 2024-12-13T20:09:36.419Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2259 | 2024-12-13T20:09:36.785Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-13T20:09:37.683Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2261 | 2024-12-13T20:09:39.874Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2262 | 2024-12-13T20:09:41.317Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-13T20:09:42.812Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-13T20:09:45.821Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2265 | 2024-12-13T20:09:46.546Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2266 | 2024-12-13T20:09:48.325Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2267 | 2024-12-13T20:09:58.574Z | [ helios-setup] Dec 13 20:09:57.810 INFO helios repository root is: /work/oxidecomputer/helios |
2268 | 2024-12-13T20:09:58.577Z | [ helios-setup] Dec 13 20:09:57.813 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2269 | 2024-12-13T20:09:58.577Z | [ helios-setup] Dec 13 20:09:57.813 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2270 | 2024-12-13T20:09:58.577Z | [ helios-setup] Dec 13 20:09:57.813 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 |
2271 | 2024-12-13T20:09:58.578Z | [ helios-setup] Dec 13 20:09:57.813 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2272 | 2024-12-13T20:09:58.582Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2273 | 2024-12-13T20:09:59.341Z | [ helios-setup] Dec 13 20:09:58.577 INFO clone ok!, project: phbl |
2274 | 2024-12-13T20:09:59.344Z | [ helios-setup] Dec 13 20:09:58.577 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 |
2275 | 2024-12-13T20:09:59.344Z | [ helios-setup] Dec 13 20:09:58.577 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2276 | 2024-12-13T20:09:59.348Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2277 | 2024-12-13T20:09:59.947Z | [ helios-setup] Dec 13 20:09:59.183 INFO clone ok!, project: bootserver |
2278 | 2024-12-13T20:09:59.950Z | [ helios-setup] Dec 13 20:09:59.183 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2279 | 2024-12-13T20:09:59.950Z | [ helios-setup] Dec 13 20:09:59.183 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 |
2280 | 2024-12-13T20:09:59.951Z | [ helios-setup] Dec 13 20:09:59.183 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2281 | 2024-12-13T20:09:59.953Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2282 | 2024-12-13T20:10:00.899Z | [ helios-setup] Dec 13 20:10:00.134 INFO clone ok!, project: chelsio-t6-roms |
2283 | 2024-12-13T20:10:00.899Z | [ helios-setup] Dec 13 20:10:00.134 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 |
2284 | 2024-12-13T20:10:00.899Z | [ helios-setup] Dec 13 20:10:00.134 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2285 | 2024-12-13T20:10:00.903Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2286 | 2024-12-13T20:10:07.586Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 52.86s |
2287 | 2024-12-13T20:10:07.864Z | [ omicron-package] |
2288 | 2024-12-13T20:10:07.864Z | [ omicron-package] real 53.099970603 |
2289 | 2024-12-13T20:10:07.868Z | [ omicron-package] user 3:03.833527941 |
2290 | 2024-12-13T20:10:07.868Z | [ omicron-package] sys 27.610051045 |
2291 | 2024-12-13T20:10:07.868Z | [ omicron-package] trap 0.269472858 |
2292 | 2024-12-13T20:10:07.868Z | [ omicron-package] tflt 0.553970717 |
2293 | 2024-12-13T20:10:07.868Z | [ omicron-package] dflt 0.837627476 |
2294 | 2024-12-13T20:10:07.868Z | [ omicron-package] kflt 0.003812785 |
2295 | 2024-12-13T20:10:07.868Z | [ omicron-package] lock 6:31.479829990 |
2296 | 2024-12-13T20:10:07.868Z | [ omicron-package] slp 10:44.555864437 |
2297 | 2024-12-13T20:10:07.868Z | [ omicron-package] lat 1:43.623412917 |
2298 | 2024-12-13T20:10:07.868Z | Dec 13 20:10:07.099 INFO [omicron-package] process exited with exit status: 0 (53.151763703s) |
2299 | 2024-12-13T20:10:07.868Z | [ omicron-package] stop 1:03.158483960 |
2300 | 2024-12-13T20:10:07.868Z | Dec 13 20:10:07.100 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 |
2301 | 2024-12-13T20:10:07.950Z | [ helios-setup] Dec 13 20:10:07.162 INFO clone ok!, project: amd-firmware |
2302 | 2024-12-13T20:10:07.953Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2303 | 2024-12-13T20:10:07.953Z | [ helios-setup] Dec 13 20:10:07.162 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 |
2304 | 2024-12-13T20:10:07.953Z | [ helios-setup] Dec 13 20:10:07.162 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2305 | 2024-12-13T20:10:07.955Z | Dec 13 20:10:07.189 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2306 | 2024-12-13T20:10:07.973Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2307 | 2024-12-13T20:10:07.975Z | [ host-target] Created new build target 'host' and set it as active |
2308 | 2024-12-13T20:10:07.975Z | Dec 13 20:10:07.206 INFO [host-target] process exited with exit status: 0 (105.734996ms) |
2309 | 2024-12-13T20:10:07.975Z | Dec 13 20:10:07.206 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2310 | 2024-12-13T20:10:07.984Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2311 | 2024-12-13T20:10:07.984Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2312 | 2024-12-13T20:10:07.988Z | Dec 13 20:10:07.223 INFO [recovery-target] process exited with exit status: 0 (34.003232ms) |
2313 | 2024-12-13T20:10:07.997Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2314 | 2024-12-13T20:10:08.547Z | [ helios-setup] Dec 13 20:10:07.781 INFO clone ok!, project: image-builder |
2315 | 2024-12-13T20:10:08.551Z | [ helios-setup] Dec 13 20:10:07.781 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 |
2316 | 2024-12-13T20:10:08.551Z | [ helios-setup] Dec 13 20:10:07.782 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2317 | 2024-12-13T20:10:08.551Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2318 | 2024-12-13T20:10:09.082Z | [ helios-setup] Dec 13 20:10:08.316 INFO clone ok!, project: pinprick |
2319 | 2024-12-13T20:10:09.084Z | [ helios-setup] Dec 13 20:10:08.317 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 |
2320 | 2024-12-13T20:10:09.084Z | [ helios-setup] Dec 13 20:10:08.317 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 |
2321 | 2024-12-13T20:10:09.087Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2322 | 2024-12-13T20:10:09.299Z | [ host-package] Compiling convert_case v0.4.0 |
2323 | 2024-12-13T20:10:09.299Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2324 | 2024-12-13T20:10:09.301Z | [ host-package] Compiling newline-converter v0.3.0 |
2325 | 2024-12-13T20:10:09.301Z | [ host-package] Compiling password-hash v0.5.0 |
2326 | 2024-12-13T20:10:09.301Z | [ host-package] Compiling progenitor-client v0.8.0 |
2327 | 2024-12-13T20:10:09.301Z | [ host-package] Compiling blake2 v0.10.6 |
2328 | 2024-12-13T20:10:09.301Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2329 | 2024-12-13T20:10:09.301Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2330 | 2024-12-13T20:10:09.582Z | [ host-package] Compiling expectorate v1.1.0 |
2331 | 2024-12-13T20:10:09.701Z | [ host-package] Compiling owo-colors v4.1.0 |
2332 | 2024-12-13T20:10:09.806Z | [ host-package] Compiling num-rational v0.4.2 |
2333 | 2024-12-13T20:10:09.975Z | [ host-package] Compiling progenitor v0.8.0 |
2334 | 2024-12-13T20:10:10.006Z | [ host-package] Compiling num-complex v0.4.6 |
2335 | 2024-12-13T20:10:10.130Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2336 | 2024-12-13T20:10:10.130Z | [ host-package] Compiling argon2 v0.5.3 |
2337 | 2024-12-13T20:10:10.148Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2338 | 2024-12-13T20:10:10.203Z | [ host-package] Compiling derive_more v0.99.18 |
2339 | 2024-12-13T20:10:10.704Z | [ host-package] Compiling atomicwrites v0.4.4 |
2340 | 2024-12-13T20:10:11.089Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2341 | 2024-12-13T20:10:11.244Z | [ host-package] Compiling num v0.4.3 |
2342 | 2024-12-13T20:10:11.363Z | [ host-package] Compiling libsw v3.3.1 |
2343 | 2024-12-13T20:10:11.410Z | [ host-package] Compiling swrite v0.1.0 |
2344 | 2024-12-13T20:10:11.569Z | [ host-package] Compiling indent_write v2.2.0 |
2345 | 2024-12-13T20:10:11.745Z | [ host-package] Compiling linear-map v1.2.0 |
2346 | 2024-12-13T20:10:11.774Z | [ host-package] Compiling float-ord v0.3.2 |
2347 | 2024-12-13T20:10:11.844Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2348 | 2024-12-13T20:10:11.864Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2349 | 2024-12-13T20:10:11.973Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2350 | 2024-12-13T20:10:12.200Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2351 | 2024-12-13T20:10:12.424Z | [ host-package] Compiling highway v1.2.0 |
2352 | 2024-12-13T20:10:12.629Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2353 | 2024-12-13T20:10:13.339Z | [ host-package] Compiling semver v0.1.20 |
2354 | 2024-12-13T20:10:13.960Z | [ host-package] Compiling rustc_version v0.1.7 |
2355 | 2024-12-13T20:10:14.021Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2356 | 2024-12-13T20:10:14.419Z | [ host-package] Compiling dropshot v0.13.0 |
2357 | 2024-12-13T20:10:14.469Z | [ host-package] Compiling newtype_derive v0.1.6 |
2358 | 2024-12-13T20:10:14.511Z | [ host-package] Compiling ipnetwork v0.20.0 |
2359 | 2024-12-13T20:10:14.919Z | [ host-package] Compiling instant v0.1.13 |
2360 | 2024-12-13T20:10:15.125Z | [ host-package] Compiling humantime v2.1.0 |
2361 | 2024-12-13T20:10:15.381Z | [ host-package] Compiling backoff v0.4.0 |
2362 | 2024-12-13T20:10:15.778Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2363 | 2024-12-13T20:10:16.605Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2364 | 2024-12-13T20:10:17.000Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2365 | 2024-12-13T20:10:17.233Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2366 | 2024-12-13T20:10:18.853Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2367 | 2024-12-13T20:10:18.869Z | [ helios-setup] Dec 13 20:10:18.101 INFO clone ok!, project: amd-host-image-builder |
2368 | 2024-12-13T20:10:18.871Z | [ helios-setup] Dec 13 20:10:18.101 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
2369 | 2024-12-13T20:10:18.871Z | [ helios-setup] Dec 13 20:10:18.101 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2370 | 2024-12-13T20:10:18.874Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2371 | 2024-12-13T20:10:20.314Z | [ helios-setup] Dec 13 20:10:19.546 INFO clone ok!, project: pilot |
2372 | 2024-12-13T20:10:20.317Z | [ helios-setup] Dec 13 20:10:19.546 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2373 | 2024-12-13T20:10:20.499Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2374 | 2024-12-13T20:10:21.178Z | [ helios-setup] Dec 13 20:10:20.410 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2375 | 2024-12-13T20:10:21.546Z | [ host-package] Compiling parse-display v0.10.0 |
2376 | 2024-12-13T20:10:21.782Z | [ helios-setup] Dec 13 20:10:21.013 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2377 | 2024-12-13T20:10:21.785Z | [ helios-setup] Dec 13 20:10:21.013 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2378 | 2024-12-13T20:10:22.227Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2379 | 2024-12-13T20:10:22.269Z | [ host-package] Compiling strum v0.26.3 |
2380 | 2024-12-13T20:10:22.380Z | [ helios-setup] Dec 13 20:10:21.610 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2381 | 2024-12-13T20:10:22.490Z | [ host-package] Compiling serde_with v3.11.0 |
2382 | 2024-12-13T20:10:22.533Z | [ host-package] Compiling regress v0.9.1 |
2383 | 2024-12-13T20:10:22.991Z | [ helios-setup] Dec 13 20:10:22.222 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2384 | 2024-12-13T20:10:22.994Z | [ helios-setup] Dec 13 20:10:22.223 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2385 | 2024-12-13T20:10:23.675Z | [ helios-setup] Dec 13 20:10:22.906 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2386 | 2024-12-13T20:10:24.261Z | [ helios-setup] Dec 13 20:10:23.492 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2387 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.492 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2388 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.492 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2389 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.492 INFO ok! |
2390 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.493 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2391 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.493 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2392 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.493 INFO ok! |
2393 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.493 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2394 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.493 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2395 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.493 INFO ok! |
2396 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.493 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2397 | 2024-12-13T20:10:24.264Z | [ helios-setup] Dec 13 20:10:23.493 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2398 | 2024-12-13T20:10:24.655Z | [ helios-setup] Dec 13 20:10:23.886 INFO E| Downloading crates ... |
2399 | 2024-12-13T20:10:24.801Z | [ helios-setup] Dec 13 20:10:24.032 INFO E| Downloaded typenum v1.15.0 |
2400 | 2024-12-13T20:10:24.805Z | [ helios-setup] Dec 13 20:10:24.036 INFO E| Downloaded unicode-width v0.1.10 |
2401 | 2024-12-13T20:10:24.809Z | [ helios-setup] Dec 13 20:10:24.038 INFO E| Downloaded block-buffer v0.10.3 |
2402 | 2024-12-13T20:10:24.837Z | [ helios-setup] Dec 13 20:10:24.068 INFO E| Downloaded sha2 v0.10.5 |
2403 | 2024-12-13T20:10:24.841Z | [ helios-setup] Dec 13 20:10:24.072 INFO E| Downloaded generic-array v0.14.6 |
2404 | 2024-12-13T20:10:24.844Z | [ helios-setup] Dec 13 20:10:24.074 INFO E| Downloaded cpufeatures v0.2.5 |
2405 | 2024-12-13T20:10:24.847Z | [ helios-setup] Dec 13 20:10:24.076 INFO E| Downloaded bytes v1.2.1 |
2406 | 2024-12-13T20:10:24.851Z | [ helios-setup] Dec 13 20:10:24.080 INFO E| Downloaded flate2 v1.0.25 |
2407 | 2024-12-13T20:10:24.863Z | [ helios-setup] Dec 13 20:10:24.087 INFO E| Downloaded anyhow v1.0.62 |
2408 | 2024-12-13T20:10:24.863Z | [ helios-setup] Dec 13 20:10:24.091 INFO E| Downloaded miniz_oxide v0.6.2 |
2409 | 2024-12-13T20:10:24.871Z | [ helios-setup] Dec 13 20:10:24.094 INFO E| Downloaded digest v0.10.3 |
2410 | 2024-12-13T20:10:24.925Z | [ helios-setup] Dec 13 20:10:24.156 INFO E| Compiling typenum v1.15.0 |
2411 | 2024-12-13T20:10:24.928Z | [ helios-setup] Dec 13 20:10:24.156 INFO E| Compiling version_check v0.9.4 |
2412 | 2024-12-13T20:10:24.928Z | [ helios-setup] Dec 13 20:10:24.156 INFO E| Compiling cfg-if v1.0.0 |
2413 | 2024-12-13T20:10:24.928Z | [ helios-setup] Dec 13 20:10:24.156 INFO E| Compiling crc32fast v1.3.2 |
2414 | 2024-12-13T20:10:24.928Z | [ helios-setup] Dec 13 20:10:24.157 INFO E| Compiling anyhow v1.0.62 |
2415 | 2024-12-13T20:10:24.928Z | [ helios-setup] Dec 13 20:10:24.157 INFO E| Compiling adler v1.0.2 |
2416 | 2024-12-13T20:10:24.928Z | [ helios-setup] Dec 13 20:10:24.157 INFO E| Compiling unicode-width v0.1.10 |
2417 | 2024-12-13T20:10:24.940Z | [ helios-setup] Dec 13 20:10:24.171 INFO E| Compiling cpufeatures v0.2.5 |
2418 | 2024-12-13T20:10:25.207Z | [ helios-setup] Dec 13 20:10:24.438 INFO E| Compiling miniz_oxide v0.6.2 |
2419 | 2024-12-13T20:10:25.351Z | [ helios-setup] Dec 13 20:10:24.582 INFO E| Compiling getopts v0.2.21 |
2420 | 2024-12-13T20:10:25.361Z | [ helios-setup] Dec 13 20:10:24.592 INFO E| Compiling bytes v1.2.1 |
2421 | 2024-12-13T20:10:25.690Z | [ helios-setup] Dec 13 20:10:24.921 INFO E| Compiling bitflags v1.3.2 |
2422 | 2024-12-13T20:10:26.135Z | [ helios-setup] Dec 13 20:10:25.366 INFO E| Compiling generic-array v0.14.6 |
2423 | 2024-12-13T20:10:26.345Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2424 | 2024-12-13T20:10:27.036Z | [ helios-setup] Dec 13 20:10:26.267 INFO E| Compiling flate2 v1.0.25 |
2425 | 2024-12-13T20:10:29.481Z | [ host-package] Compiling macaddr v1.0.1 |
2426 | 2024-12-13T20:10:29.918Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2427 | 2024-12-13T20:10:29.981Z | [ host-package] Compiling steno v0.4.1 |
2428 | 2024-12-13T20:10:30.644Z | [ host-package] Compiling prettyplease v0.2.25 |
2429 | 2024-12-13T20:10:30.707Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2430 | 2024-12-13T20:10:31.068Z | [ helios-setup] Dec 13 20:10:30.293 INFO E| Compiling crypto-common v0.1.6 |
2431 | 2024-12-13T20:10:31.071Z | [ helios-setup] Dec 13 20:10:30.293 INFO E| Compiling block-buffer v0.10.3 |
2432 | 2024-12-13T20:10:31.268Z | [ helios-setup] Dec 13 20:10:30.498 INFO E| Compiling digest v0.10.3 |
2433 | 2024-12-13T20:10:31.653Z | [ helios-setup] Dec 13 20:10:30.882 INFO E| Compiling sha2 v0.10.5 |
2434 | 2024-12-13T20:10:31.673Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2435 | 2024-12-13T20:10:32.219Z | [ helios-setup] Dec 13 20:10:31.449 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2436 | 2024-12-13T20:10:33.257Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2437 | 2024-12-13T20:10:33.358Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2438 | 2024-12-13T20:10:37.401Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2439 | 2024-12-13T20:10:37.841Z | [ helios-setup] Dec 13 20:10:37.070 INFO E| Finished `release` profile [optimized] target(s) in 13.48s |
2440 | 2024-12-13T20:10:37.858Z | [ helios-setup] Dec 13 20:10:37.087 INFO building project "bootserver" ok (13 seconds) |
2441 | 2024-12-13T20:10:37.858Z | [ helios-setup] Dec 13 20:10:37.087 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2442 | 2024-12-13T20:10:37.858Z | [ helios-setup] Dec 13 20:10:37.087 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2443 | 2024-12-13T20:10:38.086Z | [ host-package] Compiling half v2.4.1 |
2444 | 2024-12-13T20:10:38.214Z | [ helios-setup] Dec 13 20:10:37.443 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2445 | 2024-12-13T20:10:38.841Z | [ helios-setup] Dec 13 20:10:38.069 INFO E| From https://github.com/jclulow/rust-jmclib |
2446 | 2024-12-13T20:10:38.841Z | [ helios-setup] Dec 13 20:10:38.069 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2447 | 2024-12-13T20:10:38.861Z | [ helios-setup] Dec 13 20:10:38.089 INFO E| Updating crates.io index |
2448 | 2024-12-13T20:10:38.904Z | [ host-package] Compiling ciborium-io v0.2.2 |
2449 | 2024-12-13T20:10:39.062Z | [ helios-setup] Dec 13 20:10:38.290 INFO E| Downloading crates ... |
2450 | 2024-12-13T20:10:39.130Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2451 | 2024-12-13T20:10:39.154Z | [ helios-setup] Dec 13 20:10:38.382 INFO E| Downloaded fastrand v2.0.0 |
2452 | 2024-12-13T20:10:39.157Z | [ helios-setup] Dec 13 20:10:38.385 INFO E| Downloaded opaque-debug v0.3.0 |
2453 | 2024-12-13T20:10:39.160Z | [ helios-setup] Dec 13 20:10:38.386 INFO E| Downloaded cpufeatures v0.2.9 |
2454 | 2024-12-13T20:10:39.160Z | [ helios-setup] Dec 13 20:10:38.387 INFO E| Downloaded errno v0.3.1 |
2455 | 2024-12-13T20:10:39.162Z | [ helios-setup] Dec 13 20:10:38.389 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2456 | 2024-12-13T20:10:39.163Z | [ helios-setup] Dec 13 20:10:38.390 INFO E| Downloaded digest v0.9.0 |
2457 | 2024-12-13T20:10:39.165Z | [ helios-setup] Dec 13 20:10:38.392 INFO E| Downloaded block-buffer v0.9.0 |
2458 | 2024-12-13T20:10:39.165Z | [ helios-setup] Dec 13 20:10:38.394 INFO E| Downloaded anyhow v1.0.72 |
2459 | 2024-12-13T20:10:39.199Z | [ helios-setup] Dec 13 20:10:38.428 INFO E| Downloaded walkdir v2.3.3 |
2460 | 2024-12-13T20:10:39.202Z | [ helios-setup] Dec 13 20:10:38.430 INFO E| Downloaded sha-1 v0.9.8 |
2461 | 2024-12-13T20:10:39.233Z | [ helios-setup] Dec 13 20:10:38.461 INFO E| Downloaded uuid v0.8.2 |
2462 | 2024-12-13T20:10:39.237Z | [ helios-setup] Dec 13 20:10:38.466 INFO E| Downloaded quote v1.0.31 |
2463 | 2024-12-13T20:10:39.241Z | [ helios-setup] Dec 13 20:10:38.469 INFO E| Downloaded tempfile v3.7.0 |
2464 | 2024-12-13T20:10:39.244Z | [ helios-setup] Dec 13 20:10:38.473 INFO E| Downloaded unicode-ident v1.0.11 |
2465 | 2024-12-13T20:10:39.248Z | [ helios-setup] Dec 13 20:10:38.477 INFO E| Downloaded toml v0.5.11 |
2466 | 2024-12-13T20:10:39.252Z | [ helios-setup] Dec 13 20:10:38.481 INFO E| Downloaded proc-macro2 v1.0.66 |
2467 | 2024-12-13T20:10:39.256Z | [ helios-setup] Dec 13 20:10:38.485 INFO E| Downloaded typenum v1.16.0 |
2468 | 2024-12-13T20:10:39.260Z | [ helios-setup] Dec 13 20:10:38.489 INFO E| Downloaded serde v1.0.193 |
2469 | 2024-12-13T20:10:39.265Z | [ helios-setup] Dec 13 20:10:38.494 INFO E| Downloaded serde_derive v1.0.193 |
2470 | 2024-12-13T20:10:39.270Z | [ helios-setup] Dec 13 20:10:38.499 INFO E| Downloaded ryu v1.0.15 |
2471 | 2024-12-13T20:10:39.277Z | [ helios-setup] Dec 13 20:10:38.504 INFO E| Downloaded serde_json v1.0.103 |
2472 | 2024-12-13T20:10:39.287Z | [ helios-setup] Dec 13 20:10:38.516 INFO E| Downloaded once_cell v1.18.0 |
2473 | 2024-12-13T20:10:39.292Z | [ helios-setup] Dec 13 20:10:38.520 INFO E| Downloaded itoa v1.0.9 |
2474 | 2024-12-13T20:10:39.296Z | [ helios-setup] Dec 13 20:10:38.522 INFO E| Downloaded getrandom v0.2.10 |
2475 | 2024-12-13T20:10:39.299Z | [ helios-setup] Dec 13 20:10:38.527 INFO E| Downloaded bitflags v2.3.3 |
2476 | 2024-12-13T20:10:39.302Z | [ helios-setup] Dec 13 20:10:38.530 INFO E| Downloaded md-5 v0.9.1 |
2477 | 2024-12-13T20:10:39.334Z | [ helios-setup] Dec 13 20:10:38.562 INFO E| Downloaded syn v2.0.32 |
2478 | 2024-12-13T20:10:39.351Z | [ helios-setup] Dec 13 20:10:38.579 INFO E| Downloaded rustix v0.38.4 |
2479 | 2024-12-13T20:10:39.440Z | [ helios-setup] Dec 13 20:10:38.668 INFO E| Downloaded libc v0.2.147 |
2480 | 2024-12-13T20:10:39.636Z | [ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling libc v0.2.147 |
2481 | 2024-12-13T20:10:39.636Z | [ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling proc-macro2 v1.0.66 |
2482 | 2024-12-13T20:10:39.640Z | [ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling cfg-if v1.0.0 |
2483 | 2024-12-13T20:10:39.640Z | [ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling unicode-ident v1.0.11 |
2484 | 2024-12-13T20:10:39.640Z | [ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling version_check v0.9.4 |
2485 | 2024-12-13T20:10:39.640Z | [ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling typenum v1.16.0 |
2486 | 2024-12-13T20:10:39.640Z | [ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling serde v1.0.193 |
2487 | 2024-12-13T20:10:39.640Z | [ helios-setup] Dec 13 20:10:38.866 INFO E| Compiling powerfmt v0.2.0 |
2488 | 2024-12-13T20:10:39.801Z | [ host-package] Compiling tungstenite v0.21.0 |
2489 | 2024-12-13T20:10:40.061Z | [ helios-setup] Dec 13 20:10:39.289 INFO E| Compiling slog v2.7.0 |
2490 | 2024-12-13T20:10:40.459Z | [ helios-setup] Dec 13 20:10:39.688 INFO E| Compiling rustix v0.38.4 |
2491 | 2024-12-13T20:10:41.183Z | [ helios-setup] Dec 13 20:10:40.411 INFO E| Compiling time-core v0.1.2 |
2492 | 2024-12-13T20:10:41.205Z | [ helios-setup] Dec 13 20:10:40.433 INFO E| Compiling num-conv v0.1.0 |
2493 | 2024-12-13T20:10:41.208Z | [ helios-setup] Dec 13 20:10:40.434 INFO E| Compiling itoa v1.0.9 |
2494 | 2024-12-13T20:10:41.273Z | [ helios-setup] Dec 13 20:10:40.501 INFO E| Compiling generic-array v0.14.7 |
2495 | 2024-12-13T20:10:41.582Z | [ helios-setup] Dec 13 20:10:40.809 INFO E| Compiling deranged v0.3.11 |
2496 | 2024-12-13T20:10:41.608Z | [ helios-setup] Dec 13 20:10:40.835 INFO E| Compiling once_cell v1.18.0 |
2497 | 2024-12-13T20:10:41.883Z | [ helios-setup] Dec 13 20:10:41.111 INFO E| Compiling time-macros v0.2.18 |
2498 | 2024-12-13T20:10:42.161Z | [ helios-setup] Dec 13 20:10:41.389 INFO E| Compiling num_threads v0.1.6 |
2499 | 2024-12-13T20:10:42.363Z | [ helios-setup] Dec 13 20:10:41.583 INFO E| Compiling bitflags v2.3.3 |
2500 | 2024-12-13T20:10:42.402Z | [ helios-setup] Dec 13 20:10:41.630 INFO E| Compiling thread_local v1.1.7 |
2501 | 2024-12-13T20:10:43.218Z | [ helios-setup] Dec 13 20:10:42.445 INFO E| Compiling quote v1.0.31 |
2502 | 2024-12-13T20:10:43.893Z | [ helios-setup] Dec 13 20:10:43.120 INFO E| Compiling syn v2.0.32 |
2503 | 2024-12-13T20:10:44.256Z | [ helios-setup] Dec 13 20:10:43.483 INFO E| Compiling dirs-sys-next v0.1.2 |
2504 | 2024-12-13T20:10:44.564Z | [ helios-setup] Dec 13 20:10:43.792 INFO E| Compiling errno v0.3.1 |
2505 | 2024-12-13T20:10:44.660Z | [ helios-setup] Dec 13 20:10:43.888 INFO E| Compiling dirs-next v2.0.0 |
2506 | 2024-12-13T20:10:44.706Z | [ helios-setup] Dec 13 20:10:43.934 INFO E| Compiling atty v0.2.14 |
2507 | 2024-12-13T20:10:45.015Z | [ helios-setup] Dec 13 20:10:44.243 INFO E| Compiling term v0.7.0 |
2508 | 2024-12-13T20:10:45.045Z | [ helios-setup] Dec 13 20:10:44.272 INFO E| Compiling anyhow v1.0.72 |
2509 | 2024-12-13T20:10:45.256Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2510 | 2024-12-13T20:10:45.918Z | [ helios-setup] Dec 13 20:10:45.145 INFO E| Compiling fastrand v2.0.0 |
2511 | 2024-12-13T20:10:46.130Z | [ helios-setup] Dec 13 20:10:45.357 INFO E| Compiling serde_json v1.0.103 |
2512 | 2024-12-13T20:10:46.481Z | [ helios-setup] Dec 13 20:10:45.708 INFO E| Compiling block-buffer v0.9.0 |
2513 | 2024-12-13T20:10:46.542Z | [ helios-setup] Dec 13 20:10:45.767 INFO E| Compiling digest v0.9.0 |
2514 | 2024-12-13T20:10:46.601Z | [ host-package] Compiling ciborium v0.2.2 |
2515 | 2024-12-13T20:10:46.859Z | [ helios-setup] Dec 13 20:10:46.086 INFO E| Compiling opaque-debug v0.3.0 |
2516 | 2024-12-13T20:10:46.971Z | [ helios-setup] Dec 13 20:10:46.198 INFO E| Compiling getrandom v0.2.10 |
2517 | 2024-12-13T20:10:47.217Z | [ helios-setup] Dec 13 20:10:46.408 INFO E| Compiling same-file v1.0.6 |
2518 | 2024-12-13T20:10:47.451Z | [ helios-setup] Dec 13 20:10:46.678 INFO E| Compiling cpufeatures v0.2.9 |
2519 | 2024-12-13T20:10:47.546Z | [ helios-setup] Dec 13 20:10:46.773 INFO E| Compiling unicode-width v0.1.10 |
2520 | 2024-12-13T20:10:47.740Z | [ helios-setup] Dec 13 20:10:46.966 INFO E| Compiling ryu v1.0.15 |
2521 | 2024-12-13T20:10:47.885Z | [ helios-setup] Dec 13 20:10:47.112 INFO E| Compiling time v0.3.36 |
2522 | 2024-12-13T20:10:47.897Z | [ helios-setup] Dec 13 20:10:47.124 INFO E| Compiling getopts v0.2.21 |
2523 | 2024-12-13T20:10:47.955Z | [ helios-setup] Dec 13 20:10:47.182 INFO E| Compiling sha-1 v0.9.8 |
2524 | 2024-12-13T20:10:48.664Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2525 | 2024-12-13T20:10:48.790Z | [ helios-setup] Dec 13 20:10:48.016 INFO E| Compiling tempfile v3.7.0 |
2526 | 2024-12-13T20:10:49.041Z | [ helios-setup] Dec 13 20:10:48.268 INFO E| Compiling walkdir v2.3.3 |
2527 | 2024-12-13T20:10:49.234Z | [ helios-setup] Dec 13 20:10:48.460 INFO E| Compiling md-5 v0.9.1 |
2528 | 2024-12-13T20:10:49.637Z | [ helios-setup] Dec 13 20:10:48.864 INFO E| Compiling libdevinfo-sys v1.0.0 |
2529 | 2024-12-13T20:10:49.813Z | [ helios-setup] Dec 13 20:10:49.039 INFO E| Compiling glob v0.3.1 |
2530 | 2024-12-13T20:10:50.715Z | [ host-package] Compiling display-error-chain v0.2.2 |
2531 | 2024-12-13T20:10:51.681Z | [ helios-setup] Dec 13 20:10:50.906 INFO E| Compiling slog-term v2.9.0 |
2532 | 2024-12-13T20:10:54.043Z | [ helios-setup] Dec 13 20:10:53.269 INFO E| Compiling serde_derive v1.0.193 |
2533 | 2024-12-13T20:10:56.671Z | [ host-package] Compiling fastrand v2.1.1 |
2534 | 2024-12-13T20:10:57.618Z | [ host-package] Compiling same-file v1.0.6 |
2535 | 2024-12-13T20:10:57.922Z | [ host-package] Compiling walkdir v2.5.0 |
2536 | 2024-12-13T20:10:58.743Z | [ host-package] Compiling tempfile v3.13.0 |
2537 | 2024-12-13T20:10:58.799Z | [ host-package] Compiling blake3 v1.5.4 |
2538 | 2024-12-13T20:10:59.550Z | [ host-package] Compiling ring v0.16.20 |
2539 | 2024-12-13T20:10:59.758Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2540 | 2024-12-13T20:10:59.949Z | [ host-package] Compiling xattr v1.3.1 |
2541 | 2024-12-13T20:11:00.269Z | [ host-package] Compiling memmap2 v0.9.5 |
2542 | 2024-12-13T20:11:00.557Z | [ host-package] Compiling filetime v0.2.25 |
2543 | 2024-12-13T20:11:00.827Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2544 | 2024-12-13T20:11:01.056Z | [ host-package] Compiling spin v0.5.2 |
2545 | 2024-12-13T20:11:01.091Z | [ host-package] Compiling keccak v0.1.5 |
2546 | 2024-12-13T20:11:01.361Z | [ host-package] Compiling arrayref v0.3.9 |
2547 | 2024-12-13T20:11:01.573Z | [ host-package] Compiling arrayvec v0.7.6 |
2548 | 2024-12-13T20:11:01.691Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2549 | 2024-12-13T20:11:01.745Z | [ host-package] Compiling sha3 v0.10.8 |
2550 | 2024-12-13T20:11:02.289Z | [ host-package] Compiling tar v0.4.42 |
2551 | 2024-12-13T20:11:02.858Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2552 | 2024-12-13T20:11:03.294Z | [ host-package] Compiling toolchain_find v0.4.0 |
2553 | 2024-12-13T20:11:03.502Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2554 | 2024-12-13T20:11:04.025Z | [ host-package] Compiling maplit v1.0.2 |
2555 | 2024-12-13T20:11:04.261Z | [ host-package] Compiling topological-sort v0.2.2 |
2556 | 2024-12-13T20:11:04.494Z | [ host-package] Compiling crunchy v0.2.2 |
2557 | 2024-12-13T20:11:04.637Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2558 | 2024-12-13T20:11:04.715Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2559 | 2024-12-13T20:11:05.178Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2560 | 2024-12-13T20:11:05.268Z | [ host-package] Compiling phf_generator v0.11.2 |
2561 | 2024-12-13T20:11:05.466Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2562 | 2024-12-13T20:11:05.523Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2563 | 2024-12-13T20:11:05.619Z | [ host-package] Compiling const_format v0.2.33 |
2564 | 2024-12-13T20:11:06.759Z | [ host-package] Compiling secrecy v0.8.0 |
2565 | 2024-12-13T20:11:06.863Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2566 | 2024-12-13T20:11:06.964Z | [ host-package] Compiling arc-swap v1.7.1 |
2567 | 2024-12-13T20:11:07.106Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2568 | 2024-12-13T20:11:07.186Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2569 | 2024-12-13T20:11:07.247Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2570 | 2024-12-13T20:11:07.408Z | [ host-package] Compiling diesel_derives v2.2.3 |
2571 | 2024-12-13T20:11:07.666Z | [ host-package] Compiling slog-scope v4.4.0 |
2572 | 2024-12-13T20:11:07.767Z | [ host-package] Compiling r2d2 v0.8.10 |
2573 | 2024-12-13T20:11:07.912Z | [ host-package] Compiling phf_codegen v0.11.2 |
2574 | 2024-12-13T20:11:08.343Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2575 | 2024-12-13T20:11:08.427Z | [ helios-setup] Dec 13 20:11:07.649 INFO E| Compiling toml v0.5.11 |
2576 | 2024-12-13T20:11:08.427Z | [ helios-setup] Dec 13 20:11:07.649 INFO E| Compiling uuid v0.8.2 |
2577 | 2024-12-13T20:11:08.842Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2578 | 2024-12-13T20:11:08.934Z | [ host-package] Compiling universal-hash v0.5.1 |
2579 | 2024-12-13T20:11:09.364Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2580 | 2024-12-13T20:11:09.718Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2581 | 2024-12-13T20:11:10.951Z | [ helios-setup] Dec 13 20:11:10.173 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2582 | 2024-12-13T20:11:11.857Z | [ host-package] Compiling ena v0.14.3 |
2583 | 2024-12-13T20:11:11.987Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2584 | 2024-12-13T20:11:12.445Z | [ host-package] Compiling regex-syntax v0.6.29 |
2585 | 2024-12-13T20:11:12.662Z | [ host-package] Compiling opaque-debug v0.3.1 |
2586 | 2024-12-13T20:11:12.835Z | [ host-package] Compiling diff v0.1.13 |
2587 | 2024-12-13T20:11:13.803Z | [ host-package] Compiling poly1305 v0.8.0 |
2588 | 2024-12-13T20:11:13.914Z | [ helios-setup] Dec 13 20:11:13.136 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2589 | 2024-12-13T20:11:15.703Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2590 | 2024-12-13T20:11:15.905Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2591 | 2024-12-13T20:11:17.386Z | [ host-package] Compiling lalrpop v0.19.12 |
2592 | 2024-12-13T20:11:18.858Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2593 | 2024-12-13T20:11:20.564Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2594 | 2024-12-13T20:11:21.471Z | [ host-package] Compiling diesel v2.2.6 |
2595 | 2024-12-13T20:11:22.214Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2596 | 2024-12-13T20:11:22.696Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2597 | 2024-12-13T20:11:23.047Z | [ host-package] Compiling chacha20 v0.9.1 |
2598 | 2024-12-13T20:11:24.024Z | [ host-package] Compiling aead v0.5.2 |
2599 | 2024-12-13T20:11:24.650Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2600 | 2024-12-13T20:11:25.492Z | [ host-package] Compiling ref-cast v1.0.23 |
2601 | 2024-12-13T20:11:26.190Z | [ host-package] Compiling vte v0.11.1 |
2602 | 2024-12-13T20:11:27.360Z | [ helios-setup] Dec 13 20:11:26.579 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.37s |
2603 | 2024-12-13T20:11:27.395Z | [ helios-setup] Dec 13 20:11:26.614 INFO building project "image-builder" ok (49 seconds) |
2604 | 2024-12-13T20:11:27.395Z | [ helios-setup] Dec 13 20:11:26.614 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2605 | 2024-12-13T20:11:27.395Z | [ helios-setup] Dec 13 20:11:26.614 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2606 | 2024-12-13T20:11:27.690Z | [ helios-setup] Dec 13 20:11:26.908 INFO E| Downloading crates ... |
2607 | 2024-12-13T20:11:27.929Z | [ helios-setup] Dec 13 20:11:27.148 INFO E| Downloaded miniz_oxide v0.7.2 |
2608 | 2024-12-13T20:11:27.994Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2609 | 2024-12-13T20:11:28.013Z | [ helios-setup] Dec 13 20:11:27.233 INFO E| Compiling adler v1.0.2 |
2610 | 2024-12-13T20:11:28.156Z | [ helios-setup] Dec 13 20:11:27.376 INFO E| Compiling miniz_oxide v0.7.2 |
2611 | 2024-12-13T20:11:28.530Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2612 | 2024-12-13T20:11:29.457Z | [ host-package] Compiling chrono-tz v0.10.0 |
2613 | 2024-12-13T20:11:30.225Z | [ host-package] Compiling vsss-rs v3.3.4 |
2614 | 2024-12-13T20:11:31.391Z | [ helios-setup] Dec 13 20:11:30.609 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2615 | 2024-12-13T20:11:31.840Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2616 | 2024-12-13T20:11:32.223Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2617 | 2024-12-13T20:11:32.547Z | [ helios-setup] Dec 13 20:11:31.765 INFO E| Finished `release` profile [optimized] target(s) in 5.04s |
2618 | 2024-12-13T20:11:32.558Z | [ helios-setup] Dec 13 20:11:31.776 INFO building project "pinprick" ok (5 seconds) |
2619 | 2024-12-13T20:11:32.558Z | [ helios-setup] Dec 13 20:11:31.776 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2620 | 2024-12-13T20:11:32.558Z | [ helios-setup] Dec 13 20:11:31.776 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2621 | 2024-12-13T20:11:32.569Z | [ helios-setup] Dec 13 20:11:31.787 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2622 | 2024-12-13T20:11:32.795Z | [ helios-setup] Dec 13 20:11:32.013 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2623 | 2024-12-13T20:11:32.795Z | [ helios-setup] Dec 13 20:11:32.013 INFO E| info: downloading component 'cargo' |
2624 | 2024-12-13T20:11:34.078Z | [ helios-setup] Dec 13 20:11:33.296 INFO E| info: downloading component 'clippy' |
2625 | 2024-12-13T20:11:34.395Z | [ helios-setup] Dec 13 20:11:33.613 INFO E| info: downloading component 'rust-docs' |
2626 | 2024-12-13T20:11:34.693Z | [ host-package] Compiling headers-core v0.3.0 |
2627 | 2024-12-13T20:11:34.890Z | [ host-package] Compiling fxhash v0.2.1 |
2628 | 2024-12-13T20:11:35.170Z | [ host-package] Compiling libxml v0.3.3 |
2629 | 2024-12-13T20:11:35.316Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2630 | 2024-12-13T20:11:35.573Z | [ host-package] Compiling bytecount v0.6.8 |
2631 | 2024-12-13T20:11:35.916Z | [ host-package] Compiling papergrid v0.11.0 |
2632 | 2024-12-13T20:11:36.146Z | [ helios-setup] Dec 13 20:11:35.363 INFO E| info: downloading component 'rust-src' |
2633 | 2024-12-13T20:11:36.369Z | [ helios-setup] Dec 13 20:11:35.587 INFO E| info: downloading component 'rust-std' |
2634 | 2024-12-13T20:11:36.820Z | [ host-package] Compiling headers v0.4.0 |
2635 | 2024-12-13T20:11:38.497Z | [ helios-setup] Dec 13 20:11:37.714 INFO E| info: downloading component 'rustc' |
2636 | 2024-12-13T20:11:43.976Z | [ helios-setup] Dec 13 20:11:43.192 INFO E| info: downloading component 'rustfmt' |
2637 | 2024-12-13T20:11:44.374Z | [ helios-setup] Dec 13 20:11:43.590 INFO E| info: installing component 'cargo' |
2638 | 2024-12-13T20:11:45.698Z | [ helios-setup] Dec 13 20:11:44.904 INFO E| info: installing component 'clippy' |
2639 | 2024-12-13T20:11:46.114Z | [ helios-setup] Dec 13 20:11:45.326 INFO E| info: installing component 'rust-docs' |
2640 | 2024-12-13T20:11:46.677Z | [ host-package] Compiling polar-core v0.27.3 |
2641 | 2024-12-13T20:11:49.867Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2642 | 2024-12-13T20:11:51.118Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2643 | 2024-12-13T20:11:52.260Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2644 | 2024-12-13T20:11:52.267Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2645 | 2024-12-13T20:11:52.567Z | [ helios-setup] Dec 13 20:11:51.782 INFO E| info: installing component 'rust-src' |
2646 | 2024-12-13T20:11:52.720Z | [ host-package] Compiling tabled_derive v0.7.0 |
2647 | 2024-12-13T20:11:53.387Z | [ helios-setup] Dec 13 20:11:52.602 INFO E| info: installing component 'rust-std' |
2648 | 2024-12-13T20:11:55.490Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2649 | 2024-12-13T20:11:55.989Z | [ host-package] Compiling fd-lock v4.0.2 |
2650 | 2024-12-13T20:11:56.140Z | [ helios-setup] Dec 13 20:11:55.347 INFO E| info: installing component 'rustc' |
2651 | 2024-12-13T20:11:56.223Z | [ host-package] Compiling peg-macros v0.8.4 |
2652 | 2024-12-13T20:11:58.895Z | [ host-package] Compiling strum_macros v0.24.3 |
2653 | 2024-12-13T20:12:00.393Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2654 | 2024-12-13T20:12:01.114Z | [ host-package] Compiling kstat-rs v0.2.4 |
2655 | 2024-12-13T20:12:01.174Z | [ host-package] Compiling samael v0.0.17 |
2656 | 2024-12-13T20:12:01.615Z | [ host-package] Compiling unicase v2.7.0 |
2657 | 2024-12-13T20:12:02.034Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2658 | 2024-12-13T20:12:02.350Z | [ host-package] Compiling indoc v1.0.9 |
2659 | 2024-12-13T20:12:02.406Z | [ helios-setup] Dec 13 20:12:01.617 INFO E| info: installing component 'rustfmt' |
2660 | 2024-12-13T20:12:02.820Z | [ host-package] Compiling reedline v0.35.0 |
2661 | 2024-12-13T20:12:03.280Z | [ helios-setup] Dec 13 20:12:02.493 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2662 | 2024-12-13T20:12:03.378Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2663 | 2024-12-13T20:12:04.183Z | [ helios-setup] Dec 13 20:12:03.385 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2664 | 2024-12-13T20:12:04.183Z | [ helios-setup] Dec 13 20:12:03.385 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2665 | 2024-12-13T20:12:04.183Z | [ helios-setup] Dec 13 20:12:03.385 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2666 | 2024-12-13T20:12:04.218Z | [ helios-setup] Dec 13 20:12:03.418 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2667 | 2024-12-13T20:12:04.218Z | [ helios-setup] Dec 13 20:12:03.418 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2668 | 2024-12-13T20:12:04.234Z | [ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2669 | 2024-12-13T20:12:04.234Z | [ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2670 | 2024-12-13T20:12:04.234Z | [ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2671 | 2024-12-13T20:12:04.234Z | [ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2672 | 2024-12-13T20:12:04.235Z | [ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2673 | 2024-12-13T20:12:04.235Z | [ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2674 | 2024-12-13T20:12:04.235Z | [ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2675 | 2024-12-13T20:12:04.235Z | [ helios-setup] Dec 13 20:12:03.420 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2676 | 2024-12-13T20:12:04.235Z | [ helios-setup] Dec 13 20:12:03.420 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2677 | 2024-12-13T20:12:04.265Z | [ helios-setup] Dec 13 20:12:03.472 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2678 | 2024-12-13T20:12:05.602Z | [ helios-setup] Dec 13 20:12:04.627 INFO E| From https://github.com/oxidecomputer/amd-efs |
2679 | 2024-12-13T20:12:05.602Z | [ helios-setup] Dec 13 20:12:04.627 INFO E| * [new branch] empty -> origin/empty |
2680 | 2024-12-13T20:12:05.602Z | [ helios-setup] Dec 13 20:12:04.627 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2681 | 2024-12-13T20:12:05.884Z | [ helios-setup] Dec 13 20:12:04.627 INFO E| * [new branch] main -> origin/main |
2682 | 2024-12-13T20:12:05.884Z | [ helios-setup] Dec 13 20:12:04.627 INFO E| * [new branch] review -> origin/review |
2683 | 2024-12-13T20:12:05.884Z | [ helios-setup] Dec 13 20:12:04.627 INFO E| * [new ref] -> origin/HEAD |
2684 | 2024-12-13T20:12:05.884Z | [ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2685 | 2024-12-13T20:12:05.884Z | [ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2686 | 2024-12-13T20:12:05.884Z | [ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2687 | 2024-12-13T20:12:05.884Z | [ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2688 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2689 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2690 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2691 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2692 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2693 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2694 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2695 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2696 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2697 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2698 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.652 INFO E| Updating crates.io index |
2699 | 2024-12-13T20:12:05.885Z | [ helios-setup] Dec 13 20:12:04.956 INFO E| Downloading crates ... |
2700 | 2024-12-13T20:12:06.032Z | [ helios-setup] Dec 13 20:12:05.126 INFO E| Downloaded rustc_version v0.2.3 |
2701 | 2024-12-13T20:12:06.032Z | [ helios-setup] Dec 13 20:12:05.129 INFO E| Downloaded bytesize v1.3.0 |
2702 | 2024-12-13T20:12:06.187Z | [ helios-setup] Dec 13 20:12:05.131 INFO E| Downloaded ansi_term v0.12.1 |
2703 | 2024-12-13T20:12:06.187Z | [ helios-setup] Dec 13 20:12:05.135 INFO E| Downloaded scroll_derive v0.10.5 |
2704 | 2024-12-13T20:12:06.188Z | [ helios-setup] Dec 13 20:12:05.136 INFO E| Downloaded semver v0.9.0 |
2705 | 2024-12-13T20:12:06.188Z | [ helios-setup] Dec 13 20:12:05.139 INFO E| Downloaded parse_int v0.6.0 |
2706 | 2024-12-13T20:12:06.188Z | [ helios-setup] Dec 13 20:12:05.140 INFO E| Downloaded proc-macro-crate v0.1.5 |
2707 | 2024-12-13T20:12:06.188Z | [ helios-setup] Dec 13 20:12:05.154 INFO E| Downloaded unic-ucd-version v0.9.0 |
2708 | 2024-12-13T20:12:06.188Z | [ helios-setup] Dec 13 20:12:05.155 INFO E| Downloaded unic-char-property v0.9.0 |
2709 | 2024-12-13T20:12:06.189Z | [ helios-setup] Dec 13 20:12:05.164 INFO E| Downloaded unic-common v0.9.0 |
2710 | 2024-12-13T20:12:06.189Z | [ helios-setup] Dec 13 20:12:05.165 INFO E| Downloaded unic-char-range v0.9.0 |
2711 | 2024-12-13T20:12:06.191Z | [ helios-setup] Dec 13 20:12:05.167 INFO E| Downloaded strum v0.23.0 |
2712 | 2024-12-13T20:12:06.191Z | [ helios-setup] Dec 13 20:12:05.181 INFO E| Downloaded vec_map v0.8.2 |
2713 | 2024-12-13T20:12:06.191Z | [ helios-setup] Dec 13 20:12:05.182 INFO E| Downloaded textwrap v0.11.0 |
2714 | 2024-12-13T20:12:06.192Z | [ helios-setup] Dec 13 20:12:05.185 INFO E| Downloaded thiserror v1.0.64 |
2715 | 2024-12-13T20:12:06.192Z | [ helios-setup] Dec 13 20:12:05.211 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2716 | 2024-12-13T20:12:06.192Z | [ helios-setup] Dec 13 20:12:05.214 INFO E| Downloaded thiserror-impl v1.0.64 |
2717 | 2024-12-13T20:12:06.193Z | [ helios-setup] Dec 13 20:12:05.216 INFO E| Downloaded strum_macros v0.23.1 |
2718 | 2024-12-13T20:12:06.193Z | [ helios-setup] Dec 13 20:12:05.219 INFO E| Downloaded structopt-derive v0.4.18 |
2719 | 2024-12-13T20:12:06.193Z | [ helios-setup] Dec 13 20:12:05.221 INFO E| Downloaded pest_derive v2.7.13 |
2720 | 2024-12-13T20:12:06.193Z | [ helios-setup] Dec 13 20:12:05.225 INFO E| Downloaded once_cell v1.20.1 |
2721 | 2024-12-13T20:12:06.193Z | [ helios-setup] Dec 13 20:12:05.229 INFO E| Downloaded four-cc v0.3.0 |
2722 | 2024-12-13T20:12:06.193Z | [ helios-setup] Dec 13 20:12:05.230 INFO E| Downloaded cfg-if v0.1.10 |
2723 | 2024-12-13T20:12:06.193Z | [ helios-setup] Dec 13 20:12:05.232 INFO E| Downloaded structopt v0.3.26 |
2724 | 2024-12-13T20:12:06.194Z | [ helios-setup] Dec 13 20:12:05.244 INFO E| Downloaded serde v1.0.210 |
2725 | 2024-12-13T20:12:06.194Z | [ helios-setup] Dec 13 20:12:05.250 INFO E| Downloaded proc-macro2 v1.0.86 |
2726 | 2024-12-13T20:12:06.194Z | [ helios-setup] Dec 13 20:12:05.260 INFO E| Downloaded modular-bitfield v0.11.2 |
2727 | 2024-12-13T20:12:06.194Z | [ helios-setup] Dec 13 20:12:05.279 INFO E| Downloaded serde_json v1.0.128 |
2728 | 2024-12-13T20:12:06.194Z | [ helios-setup] Dec 13 20:12:05.290 INFO E| Downloaded pest v2.7.13 |
2729 | 2024-12-13T20:12:06.194Z | [ helios-setup] Dec 13 20:12:05.298 INFO E| Downloaded goblin v0.4.3 |
2730 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.306 INFO E| Downloaded syn v2.0.79 |
2731 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.324 INFO E| Downloaded clap v2.34.0 |
2732 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.335 INFO E| Downloaded serde_derive v1.0.210 |
2733 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.339 INFO E| Downloaded scroll v0.10.2 |
2734 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.341 INFO E| Downloaded pre-proc-macro v0.2.1 |
2735 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.344 INFO E| Downloaded pest_generator v2.7.13 |
2736 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.346 INFO E| Downloaded libc v0.2.159 |
2737 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.400 INFO E| Downloaded strsim v0.8.0 |
2738 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.402 INFO E| Downloaded semver-parser v0.7.0 |
2739 | 2024-12-13T20:12:06.255Z | [ helios-setup] Dec 13 20:12:05.403 INFO E| Downloaded pre v0.2.1 |
2740 | 2024-12-13T20:12:06.256Z | [ helios-setup] Dec 13 20:12:05.405 INFO E| Downloaded pest_meta v2.7.13 |
2741 | 2024-12-13T20:12:06.256Z | [ helios-setup] Dec 13 20:12:05.408 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2742 | 2024-12-13T20:12:06.256Z | [ helios-setup] Dec 13 20:12:05.409 INFO E| Downloaded fletcher v0.1.0 |
2743 | 2024-12-13T20:12:06.256Z | [ helios-setup] Dec 13 20:12:05.411 INFO E| Downloaded memoffset v0.5.6 |
2744 | 2024-12-13T20:12:06.366Z | [ helios-setup] Dec 13 20:12:05.521 INFO E| Compiling proc-macro2 v1.0.86 |
2745 | 2024-12-13T20:12:06.366Z | [ helios-setup] Dec 13 20:12:05.521 INFO E| Compiling unicode-ident v1.0.13 |
2746 | 2024-12-13T20:12:06.367Z | [ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling syn v1.0.109 |
2747 | 2024-12-13T20:12:06.367Z | [ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling version_check v0.9.5 |
2748 | 2024-12-13T20:12:06.500Z | [ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling memchr v2.7.4 |
2749 | 2024-12-13T20:12:06.500Z | [ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling autocfg v1.4.0 |
2750 | 2024-12-13T20:12:06.500Z | [ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling semver-parser v0.7.0 |
2751 | 2024-12-13T20:12:06.500Z | [ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling thiserror v1.0.64 |
2752 | 2024-12-13T20:12:07.496Z | [ helios-setup] Dec 13 20:12:06.689 INFO E| Compiling semver v0.9.0 |
2753 | 2024-12-13T20:12:07.577Z | [ host-package] Compiling peg v0.8.4 |
2754 | 2024-12-13T20:12:07.616Z | [ helios-setup] Dec 13 20:12:06.817 INFO E| Compiling serde v1.0.210 |
2755 | 2024-12-13T20:12:07.978Z | [ host-package] Compiling tabled v0.15.0 |
2756 | 2024-12-13T20:12:08.182Z | [ helios-setup] Dec 13 20:12:07.392 INFO E| Compiling rustc_version v0.2.3 |
2757 | 2024-12-13T20:12:08.498Z | [ helios-setup] Dec 13 20:12:07.707 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2758 | 2024-12-13T20:12:08.500Z | [ helios-setup] Dec 13 20:12:07.708 INFO E| Compiling proc-macro-error v1.0.4 |
2759 | 2024-12-13T20:12:09.029Z | [ helios-setup] Dec 13 20:12:08.220 INFO E| Compiling serde_json v1.0.128 |
2760 | 2024-12-13T20:12:09.068Z | [ helios-setup] Dec 13 20:12:08.276 INFO E| Compiling num-traits v0.2.19 |
2761 | 2024-12-13T20:12:09.143Z | [ helios-setup] Dec 13 20:12:08.347 INFO E| Compiling schemars v0.8.21 |
2762 | 2024-12-13T20:12:09.284Z | [ helios-setup] Dec 13 20:12:08.494 INFO E| Compiling unicode-segmentation v1.12.0 |
2763 | 2024-12-13T20:12:09.579Z | [ helios-setup] Dec 13 20:12:08.790 INFO E| Compiling itoa v1.0.11 |
2764 | 2024-12-13T20:12:09.757Z | [ helios-setup] Dec 13 20:12:08.967 INFO E| Compiling ryu v1.0.18 |
2765 | 2024-12-13T20:12:10.004Z | [ helios-setup] Dec 13 20:12:09.215 INFO E| Compiling quote v1.0.37 |
2766 | 2024-12-13T20:12:10.028Z | [ helios-setup] Dec 13 20:12:09.239 INFO E| Compiling pre-proc-macro v0.2.1 |
2767 | 2024-12-13T20:12:10.661Z | [ helios-setup] Dec 13 20:12:09.870 INFO E| Compiling syn v2.0.79 |
2768 | 2024-12-13T20:12:10.996Z | [ helios-setup] Dec 13 20:12:10.178 INFO E| Compiling heck v0.3.3 |
2769 | 2024-12-13T20:12:11.081Z | [ helios-setup] Dec 13 20:12:10.257 INFO E| Compiling memoffset v0.5.6 |
2770 | 2024-12-13T20:12:11.105Z | [ helios-setup] Dec 13 20:12:10.303 INFO E| Compiling rustversion v1.0.17 |
2771 | 2024-12-13T20:12:11.248Z | [ helios-setup] Dec 13 20:12:10.437 INFO E| Compiling paste v1.0.15 |
2772 | 2024-12-13T20:12:11.822Z | [ helios-setup] Dec 13 20:12:11.027 INFO E| Compiling lazy_static v1.5.0 |
2773 | 2024-12-13T20:12:11.991Z | [ helios-setup] Dec 13 20:12:11.199 INFO E| Compiling libc v0.2.159 |
2774 | 2024-12-13T20:12:12.088Z | [ helios-setup] Dec 13 20:12:11.297 INFO E| Compiling ucd-trie v0.1.7 |
2775 | 2024-12-13T20:12:12.592Z | [ helios-setup] Dec 13 20:12:11.798 INFO E| Compiling dyn-clone v1.0.17 |
2776 | 2024-12-13T20:12:13.120Z | [ helios-setup] Dec 13 20:12:12.322 INFO E| Compiling pre v0.2.1 |
2777 | 2024-12-13T20:12:13.222Z | [ helios-setup] Dec 13 20:12:12.432 INFO E| Compiling byteorder v1.5.0 |
2778 | 2024-12-13T20:12:13.737Z | [ helios-setup] Dec 13 20:12:12.944 INFO E| Compiling once_cell v1.20.1 |
2779 | 2024-12-13T20:12:13.781Z | [ helios-setup] Dec 13 20:12:12.992 INFO E| Compiling static_assertions v1.1.0 |
2780 | 2024-12-13T20:12:13.882Z | [ helios-setup] Dec 13 20:12:13.092 INFO E| Compiling cfg-if v0.1.10 |
2781 | 2024-12-13T20:12:14.815Z | [ helios-setup] Dec 13 20:12:14.025 INFO E| Compiling unicode-width v0.1.14 |
2782 | 2024-12-13T20:12:15.850Z | [ helios-setup] Dec 13 20:12:15.060 INFO E| Compiling textwrap v0.11.0 |
2783 | 2024-12-13T20:12:15.889Z | [ helios-setup] Dec 13 20:12:15.089 INFO E| Compiling atty v0.2.14 |
2784 | 2024-12-13T20:12:16.078Z | [ helios-setup] Dec 13 20:12:15.286 INFO E| Compiling unic-common v0.9.0 |
2785 | 2024-12-13T20:12:16.493Z | [ helios-setup] Dec 13 20:12:15.702 INFO E| Compiling vec_map v0.8.2 |
2786 | 2024-12-13T20:12:16.541Z | [ helios-setup] Dec 13 20:12:15.751 INFO E| Compiling ansi_term v0.12.1 |
2787 | 2024-12-13T20:12:16.942Z | [ host-package] Compiling derive_builder v0.20.2 |
2788 | 2024-12-13T20:12:17.021Z | [ helios-setup] Dec 13 20:12:16.231 INFO E| Compiling strsim v0.8.0 |
2789 | 2024-12-13T20:12:17.086Z | [ helios-setup] Dec 13 20:12:16.295 INFO E| Compiling unic-char-range v0.9.0 |
2790 | 2024-12-13T20:12:17.256Z | [ helios-setup] Dec 13 20:12:16.466 INFO E| Compiling fletcher v0.1.0 |
2791 | 2024-12-13T20:12:17.546Z | [ helios-setup] Dec 13 20:12:16.756 INFO E| Compiling strum v0.23.0 |
2792 | 2024-12-13T20:12:17.597Z | [ helios-setup] Dec 13 20:12:16.807 INFO E| Compiling parse_int v0.6.0 |
2793 | 2024-12-13T20:12:17.693Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2794 | 2024-12-13T20:12:17.743Z | [ helios-setup] Dec 13 20:12:16.953 INFO E| Compiling bitflags v1.3.2 |
2795 | 2024-12-13T20:12:17.837Z | [ helios-setup] Dec 13 20:12:17.046 INFO E| Compiling clap v2.34.0 |
2796 | 2024-12-13T20:12:17.966Z | [ helios-setup] Dec 13 20:12:17.175 INFO E| Compiling unic-char-property v0.9.0 |
2797 | 2024-12-13T20:12:18.000Z | [ helios-setup] Dec 13 20:12:17.209 INFO E| Compiling unic-ucd-version v0.9.0 |
2798 | 2024-12-13T20:12:18.035Z | [ helios-setup] Dec 13 20:12:17.245 INFO E| Compiling log v0.4.22 |
2799 | 2024-12-13T20:12:18.101Z | [ helios-setup] Dec 13 20:12:17.311 INFO E| Compiling plain v0.2.3 |
2800 | 2024-12-13T20:12:18.335Z | [ helios-setup] Dec 13 20:12:17.544 INFO E| Compiling unic-ucd-ident v0.9.0 |
2801 | 2024-12-13T20:12:18.399Z | [ helios-setup] Dec 13 20:12:17.608 INFO E| Compiling bytesize v1.3.0 |
2802 | 2024-12-13T20:12:19.604Z | [ helios-setup] Dec 13 20:12:18.813 INFO E| Compiling serde_derive_internals v0.29.1 |
2803 | 2024-12-13T20:12:22.920Z | [ helios-setup] Dec 13 20:12:22.129 INFO E| Compiling toml v0.5.11 |
2804 | 2024-12-13T20:12:25.648Z | [ helios-setup] Dec 13 20:12:24.855 INFO E| Compiling thiserror-impl v1.0.64 |
2805 | 2024-12-13T20:12:25.648Z | [ helios-setup] Dec 13 20:12:24.855 INFO E| Compiling serde_derive v1.0.210 |
2806 | 2024-12-13T20:12:25.648Z | [ helios-setup] Dec 13 20:12:24.855 INFO E| Compiling schemars_derive v0.8.21 |
2807 | 2024-12-13T20:12:27.169Z | [ helios-setup] Dec 13 20:12:26.376 INFO E| Compiling proc-macro-crate v0.1.5 |
2808 | 2024-12-13T20:12:28.178Z | [ helios-setup] Dec 13 20:12:27.385 INFO E| Compiling zerocopy-derive v0.6.6 |
2809 | 2024-12-13T20:12:28.332Z | [ helios-setup] Dec 13 20:12:27.539 INFO E| Compiling num-derive v0.4.2 |
2810 | 2024-12-13T20:12:31.788Z | [ helios-setup] Dec 13 20:12:30.993 INFO E| Compiling pest v2.7.13 |
2811 | 2024-12-13T20:12:32.732Z | [ helios-setup] Dec 13 20:12:31.908 INFO E| Compiling zerocopy v0.6.6 |
2812 | 2024-12-13T20:12:32.898Z | [ helios-setup] Dec 13 20:12:32.099 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2813 | 2024-12-13T20:12:33.542Z | [ helios-setup] Dec 13 20:12:32.730 INFO E| Compiling scroll_derive v0.10.5 |
2814 | 2024-12-13T20:12:34.848Z | [ helios-setup] Dec 13 20:12:34.052 INFO E| Compiling strum_macros v0.23.1 |
2815 | 2024-12-13T20:12:36.295Z | [ helios-setup] Dec 13 20:12:35.495 INFO E| Compiling structopt-derive v0.4.18 |
2816 | 2024-12-13T20:12:37.019Z | [ helios-setup] Dec 13 20:12:36.225 INFO E| Compiling scroll v0.10.2 |
2817 | 2024-12-13T20:12:41.103Z | [ helios-setup] Dec 13 20:12:37.635 INFO E| Compiling pest_meta v2.7.13 |
2818 | 2024-12-13T20:12:41.186Z | [ helios-setup] Dec 13 20:12:37.730 INFO E| Compiling modular-bitfield v0.11.2 |
2819 | 2024-12-13T20:12:41.186Z | [ helios-setup] Dec 13 20:12:37.757 INFO E| Compiling goblin v0.4.3 |
2820 | 2024-12-13T20:12:41.186Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2821 | 2024-12-13T20:12:41.469Z | [ helios-setup] Dec 13 20:12:40.675 INFO E| Compiling pest_generator v2.7.13 |
2822 | 2024-12-13T20:12:42.105Z | [ helios-setup] Dec 13 20:12:41.310 INFO E| Compiling structopt v0.3.26 |
2823 | 2024-12-13T20:12:45.031Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2824 | 2024-12-13T20:12:45.245Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2825 | 2024-12-13T20:12:45.338Z | [ host-package] Compiling bcs v0.1.6 |
2826 | 2024-12-13T20:12:46.001Z | [ host-package] Compiling oso-derive v0.27.3 |
2827 | 2024-12-13T20:12:46.498Z | [ helios-setup] Dec 13 20:12:45.702 INFO E| Compiling pest_derive v2.7.13 |
2828 | 2024-12-13T20:12:46.885Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2829 | 2024-12-13T20:12:47.662Z | [ host-package] Compiling libz-sys v1.1.20 |
2830 | 2024-12-13T20:12:48.588Z | [ host-package] Compiling quick-xml v0.33.0 |
2831 | 2024-12-13T20:12:50.046Z | [ host-package] Compiling diesel-dtrace v0.4.0 |
2832 | 2024-12-13T20:12:50.456Z | [ helios-setup] Dec 13 20:12:49.660 INFO E| Compiling json5 v0.4.1 |
2833 | 2024-12-13T20:12:50.755Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2834 | 2024-12-13T20:12:56.498Z | [ helios-setup] Dec 13 20:12:55.697 INFO E| Compiling four-cc v0.3.0 |
2835 | 2024-12-13T20:12:56.499Z | [ helios-setup] Dec 13 20:12:55.697 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2836 | 2024-12-13T20:12:56.751Z | [ helios-setup] Dec 13 20:12:55.941 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2837 | 2024-12-13T20:12:56.763Z | [ host-package] Compiling oso v0.27.3 |
2838 | 2024-12-13T20:13:00.856Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2839 | 2024-12-13T20:13:03.055Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2840 | 2024-12-13T20:13:09.639Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2841 | 2024-12-13T20:13:13.521Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2842 | 2024-12-13T20:13:13.975Z | [ host-package] Compiling bb8 v0.8.5 |
2843 | 2024-12-13T20:13:14.904Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2844 | 2024-12-13T20:13:17.950Z | [ host-package] Compiling nibble_vec v0.1.0 |
2845 | 2024-12-13T20:13:18.224Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2846 | 2024-12-13T20:13:18.263Z | [ host-package] Compiling atty v0.2.14 |
2847 | 2024-12-13T20:13:18.496Z | [ host-package] Compiling salty v0.3.0 |
2848 | 2024-12-13T20:13:19.015Z | [ host-package] Compiling endian-type v0.1.2 |
2849 | 2024-12-13T20:13:19.399Z | [ host-package] Compiling radix_trie v0.2.1 |
2850 | 2024-12-13T20:13:21.033Z | [ host-package] Compiling parking_lot v0.11.2 |
2851 | 2024-12-13T20:13:23.482Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2852 | 2024-12-13T20:13:28.805Z | [ host-package] Compiling sled v0.34.7 |
2853 | 2024-12-13T20:13:41.197Z | [ helios-setup] Dec 13 20:13:40.390 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2854 | 2024-12-13T20:13:46.982Z | [ host-package] Compiling mime_guess v2.0.5 |
2855 | 2024-12-13T20:13:51.436Z | [ host-package] Compiling hickory-client v0.24.1 |
2856 | 2024-12-13T20:13:54.311Z | [ helios-setup] Dec 13 20:13:53.502 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2857 | 2024-12-13T20:13:55.955Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2858 | 2024-12-13T20:13:56.080Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2859 | 2024-12-13T20:13:57.872Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2860 | 2024-12-13T20:13:58.508Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2861 | 2024-12-13T20:13:58.649Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2862 | 2024-12-13T20:14:00.425Z | [ host-package] Compiling hickory-server v0.24.1 |
2863 | 2024-12-13T20:14:02.853Z | [ host-package] Compiling primeorder v0.13.6 |
2864 | 2024-12-13T20:14:03.508Z | [ host-package] Compiling vergen v8.3.2 |
2865 | 2024-12-13T20:14:03.861Z | [ host-package] Compiling env_filter v0.1.2 |
2866 | 2024-12-13T20:14:05.709Z | [ host-package] Compiling cargo-platform v0.1.8 |
2867 | 2024-12-13T20:14:06.304Z | [ host-package] Compiling nanorand v0.7.0 |
2868 | 2024-12-13T20:14:07.135Z | [ host-package] Compiling memoffset v0.9.1 |
2869 | 2024-12-13T20:14:07.795Z | [ host-package] Compiling flume v0.11.1 |
2870 | 2024-12-13T20:14:08.217Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2871 | 2024-12-13T20:14:08.829Z | [ host-package] Compiling env_logger v0.11.5 |
2872 | 2024-12-13T20:14:09.513Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2024-12-13T20:14:10.565Z | [ host-package] Compiling p384 v0.13.0 |
2874 | 2024-12-13T20:14:12.194Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2875 | 2024-12-13T20:14:14.723Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2876 | 2024-12-13T20:14:16.706Z | [ host-package] Compiling git2 v0.19.0 |
2877 | 2024-12-13T20:14:18.514Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2878 | 2024-12-13T20:14:19.968Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2879 | 2024-12-13T20:14:20.258Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2880 | 2024-12-13T20:14:23.223Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2881 | 2024-12-13T20:14:25.107Z | [ host-package] Compiling rand_seeder v0.3.0 |
2882 | 2024-12-13T20:14:25.734Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2883 | 2024-12-13T20:14:26.559Z | [ host-package] Compiling lzma-sys v0.1.20 |
2884 | 2024-12-13T20:14:27.278Z | [ host-package] Compiling http-range v0.1.5 |
2885 | 2024-12-13T20:14:27.699Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2886 | 2024-12-13T20:14:27.891Z | [ host-package] Compiling rustls v0.21.12 |
2887 | 2024-12-13T20:14:28.080Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2888 | 2024-12-13T20:14:28.523Z | [ host-package] Compiling nix v0.29.0 |
2889 | 2024-12-13T20:14:28.852Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2890 | 2024-12-13T20:14:29.501Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2891 | 2024-12-13T20:14:29.800Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2892 | 2024-12-13T20:14:29.910Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2893 | 2024-12-13T20:14:30.946Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2894 | 2024-12-13T20:14:31.201Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2895 | 2024-12-13T20:14:31.244Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2896 | 2024-12-13T20:14:31.297Z | [ host-package] Compiling sct v0.7.1 |
2897 | 2024-12-13T20:14:31.596Z | [ host-package] Compiling heck v0.3.3 |
2898 | 2024-12-13T20:14:31.862Z | [ host-package] Compiling castaway v0.2.3 |
2899 | 2024-12-13T20:14:32.085Z | [ host-package] Compiling csv-core v0.1.11 |
2900 | 2024-12-13T20:14:32.128Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2901 | 2024-12-13T20:14:32.778Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2902 | 2024-12-13T20:14:33.029Z | [ host-package] Compiling glob v0.3.1 |
2903 | 2024-12-13T20:14:33.303Z | [ host-package] Compiling csv v1.3.0 |
2904 | 2024-12-13T20:14:35.628Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2905 | 2024-12-13T20:14:35.975Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2906 | 2024-12-13T20:14:36.023Z | [ host-package] Compiling compact_str v0.8.0 |
2907 | 2024-12-13T20:14:36.142Z | [ helios-setup] Dec 13 20:14:35.325 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 33s |
2908 | 2024-12-13T20:14:36.178Z | [ helios-setup] Dec 13 20:14:35.361 INFO building project "amd-host-image-builder" ok (183 seconds) |
2909 | 2024-12-13T20:14:36.178Z | [ helios-setup] Dec 13 20:14:35.361 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2910 | 2024-12-13T20:14:36.178Z | [ helios-setup] Dec 13 20:14:35.362 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2911 | 2024-12-13T20:14:36.488Z | [ helios-setup] Dec 13 20:14:35.671 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2912 | 2024-12-13T20:14:37.583Z | [ helios-setup] Dec 13 20:14:36.766 INFO E| From https://github.com/oxidecomputer/progenitor |
2913 | 2024-12-13T20:14:37.584Z | [ helios-setup] Dec 13 20:14:36.766 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2914 | 2024-12-13T20:14:37.643Z | [ helios-setup] Dec 13 20:14:36.826 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2915 | 2024-12-13T20:14:37.643Z | [ helios-setup] Dec 13 20:14:36.826 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2916 | 2024-12-13T20:14:37.752Z | [ helios-setup] Dec 13 20:14:36.935 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2917 | 2024-12-13T20:14:37.845Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2918 | 2024-12-13T20:14:38.295Z | [ helios-setup] Dec 13 20:14:37.478 INFO E| From https://github.com/jclulow/hiercmd |
2919 | 2024-12-13T20:14:38.295Z | [ helios-setup] Dec 13 20:14:37.478 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2920 | 2024-12-13T20:14:38.317Z | [ helios-setup] Dec 13 20:14:37.500 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2921 | 2024-12-13T20:14:38.898Z | [ helios-setup] Dec 13 20:14:38.081 INFO E| From https://github.com/jclulow/network-interface |
2922 | 2024-12-13T20:14:38.898Z | [ helios-setup] Dec 13 20:14:38.081 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2923 | 2024-12-13T20:14:38.919Z | [ helios-setup] Dec 13 20:14:38.102 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2924 | 2024-12-13T20:14:39.098Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2925 | 2024-12-13T20:14:39.466Z | [ helios-setup] Dec 13 20:14:38.649 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2926 | 2024-12-13T20:14:39.466Z | [ helios-setup] Dec 13 20:14:38.649 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2927 | 2024-12-13T20:14:39.502Z | [ helios-setup] Dec 13 20:14:38.685 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2928 | 2024-12-13T20:14:39.852Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2929 | 2024-12-13T20:14:40.315Z | [ helios-setup] Dec 13 20:14:39.498 INFO E| From https://github.com/oxidecomputer/facade |
2930 | 2024-12-13T20:14:40.315Z | [ helios-setup] Dec 13 20:14:39.498 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2931 | 2024-12-13T20:14:40.364Z | [ helios-setup] Dec 13 20:14:39.545 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2932 | 2024-12-13T20:14:41.162Z | [ helios-setup] Dec 13 20:14:40.344 INFO E| From https://github.com/oxidecomputer/dropshot |
2933 | 2024-12-13T20:14:41.162Z | [ helios-setup] Dec 13 20:14:40.344 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2934 | 2024-12-13T20:14:41.201Z | [ helios-setup] Dec 13 20:14:40.383 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2935 | 2024-12-13T20:14:41.201Z | [ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2936 | 2024-12-13T20:14:41.204Z | [ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2937 | 2024-12-13T20:14:41.204Z | [ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2938 | 2024-12-13T20:14:41.204Z | [ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2939 | 2024-12-13T20:14:41.204Z | [ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2940 | 2024-12-13T20:14:41.204Z | [ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2941 | 2024-12-13T20:14:41.204Z | [ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2942 | 2024-12-13T20:14:41.256Z | [ helios-setup] Dec 13 20:14:40.438 INFO E| Updating crates.io index |
2943 | 2024-12-13T20:14:41.297Z | [ helios-setup] Dec 13 20:14:40.479 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2944 | 2024-12-13T20:14:42.062Z | [ helios-setup] Dec 13 20:14:41.244 INFO E| From https://github.com/oxidecomputer/typify |
2945 | 2024-12-13T20:14:42.064Z | [ helios-setup] Dec 13 20:14:41.244 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2946 | 2024-12-13T20:14:42.102Z | [ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2947 | 2024-12-13T20:14:42.102Z | [ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2948 | 2024-12-13T20:14:42.106Z | [ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2949 | 2024-12-13T20:14:42.106Z | [ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2950 | 2024-12-13T20:14:42.106Z | [ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2951 | 2024-12-13T20:14:42.106Z | [ helios-setup] Dec 13 20:14:41.285 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2952 | 2024-12-13T20:14:42.106Z | [ helios-setup] Dec 13 20:14:41.285 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2953 | 2024-12-13T20:14:42.494Z | [ helios-setup] Dec 13 20:14:41.676 INFO E| Downloading crates ... |
2954 | 2024-12-13T20:14:42.735Z | [ helios-setup] Dec 13 20:14:41.918 INFO E| Downloaded built v0.6.0 |
2955 | 2024-12-13T20:14:42.740Z | [ helios-setup] Dec 13 20:14:41.921 INFO E| Downloaded concolor-override v1.0.0 |
2956 | 2024-12-13T20:14:42.740Z | [ helios-setup] Dec 13 20:14:41.923 INFO E| Downloaded async-stream-impl v0.3.5 |
2957 | 2024-12-13T20:14:42.743Z | [ helios-setup] Dec 13 20:14:41.924 INFO E| Downloaded autocfg v1.1.0 |
2958 | 2024-12-13T20:14:42.749Z | [ helios-setup] Dec 13 20:14:41.926 INFO E| Downloaded async-trait v0.1.68 |
2959 | 2024-12-13T20:14:42.754Z | [ helios-setup] Dec 13 20:14:41.932 INFO E| Downloaded const-random-macro v0.1.15 |
2960 | 2024-12-13T20:14:42.754Z | [ helios-setup] Dec 13 20:14:41.934 INFO E| Downloaded const-random v0.1.15 |
2961 | 2024-12-13T20:14:42.757Z | [ helios-setup] Dec 13 20:14:41.936 INFO E| Downloaded scopeguard v1.1.0 |
2962 | 2024-12-13T20:14:42.778Z | [ helios-setup] Dec 13 20:14:41.961 INFO E| Downloaded project-root v0.2.2 |
2963 | 2024-12-13T20:14:42.781Z | [ helios-setup] Dec 13 20:14:41.963 INFO E| Downloaded rustls-pemfile v1.0.2 |
2964 | 2024-12-13T20:14:42.785Z | [ helios-setup] Dec 13 20:14:41.967 INFO E| Downloaded concolor-query v0.3.3 |
2965 | 2024-12-13T20:14:42.819Z | [ helios-setup] Dec 13 20:14:42.001 INFO E| Downloaded want v0.3.0 |
2966 | 2024-12-13T20:14:42.822Z | [ helios-setup] Dec 13 20:14:42.004 INFO E| Downloaded semver v1.0.17 |
2967 | 2024-12-13T20:14:42.826Z | [ helios-setup] Dec 13 20:14:42.008 INFO E| Downloaded sct v0.7.0 |
2968 | 2024-12-13T20:14:42.834Z | [ helios-setup] Dec 13 20:14:42.016 INFO E| Downloaded try-lock v0.2.4 |
2969 | 2024-12-13T20:14:42.837Z | [ helios-setup] Dec 13 20:14:42.018 INFO E| Downloaded slab v0.4.7 |
2970 | 2024-12-13T20:14:42.840Z | [ helios-setup] Dec 13 20:14:42.022 INFO E| Downloaded smawk v0.3.1 |
2971 | 2024-12-13T20:14:42.843Z | [ helios-setup] Dec 13 20:14:42.025 INFO E| Downloaded serde_path_to_error v0.1.11 |
2972 | 2024-12-13T20:14:42.847Z | [ helios-setup] Dec 13 20:14:42.029 INFO E| Downloaded slog-async v2.7.0 |
2973 | 2024-12-13T20:14:42.851Z | [ helios-setup] Dec 13 20:14:42.033 INFO E| Downloaded sha2 v0.10.6 |
2974 | 2024-12-13T20:14:42.855Z | [ helios-setup] Dec 13 20:14:42.038 INFO E| Downloaded strsim v0.10.0 |
2975 | 2024-12-13T20:14:42.859Z | [ helios-setup] Dec 13 20:14:42.041 INFO E| Downloaded tokio-macros v2.0.0 |
2976 | 2024-12-13T20:14:42.862Z | [ helios-setup] Dec 13 20:14:42.044 INFO E| Downloaded utf8parse v0.2.1 |
2977 | 2024-12-13T20:14:42.864Z | [ helios-setup] Dec 13 20:14:42.046 INFO E| Downloaded thiserror-impl v1.0.38 |
2978 | 2024-12-13T20:14:42.867Z | [ helios-setup] Dec 13 20:14:42.049 INFO E| Downloaded sha1 v0.10.5 |
2979 | 2024-12-13T20:14:42.870Z | [ helios-setup] Dec 13 20:14:42.053 INFO E| Downloaded ppv-lite86 v0.2.17 |
2980 | 2024-12-13T20:14:42.874Z | [ helios-setup] Dec 13 20:14:42.056 INFO E| Downloaded smallvec v1.10.0 |
2981 | 2024-12-13T20:14:42.877Z | [ helios-setup] Dec 13 20:14:42.060 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2982 | 2024-12-13T20:14:42.881Z | [ helios-setup] Dec 13 20:14:42.063 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2983 | 2024-12-13T20:14:42.886Z | [ helios-setup] Dec 13 20:14:42.068 INFO E| Downloaded tokio-rustls v0.24.0 |
2984 | 2024-12-13T20:14:42.889Z | [ helios-setup] Dec 13 20:14:42.071 INFO E| Downloaded thiserror v1.0.38 |
2985 | 2024-12-13T20:14:42.897Z | [ helios-setup] Dec 13 20:14:42.079 INFO E| Downloaded clap_derive v4.2.0 |
2986 | 2024-12-13T20:14:42.902Z | [ helios-setup] Dec 13 20:14:42.084 INFO E| Downloaded time v0.1.45 |
2987 | 2024-12-13T20:14:42.905Z | [ helios-setup] Dec 13 20:14:42.087 INFO E| Downloaded ucd-trie v0.1.5 |
2988 | 2024-12-13T20:14:42.909Z | [ helios-setup] Dec 13 20:14:42.091 INFO E| Downloaded unicode-ident v1.0.8 |
2989 | 2024-12-13T20:14:42.914Z | [ helios-setup] Dec 13 20:14:42.097 INFO E| Downloaded toml v0.7.3 |
2990 | 2024-12-13T20:14:42.921Z | [ helios-setup] Dec 13 20:14:42.103 INFO E| Downloaded unicode-bidi v0.3.13 |
2991 | 2024-12-13T20:14:42.926Z | [ helios-setup] Dec 13 20:14:42.108 INFO E| Downloaded uuid v1.3.0 |
2992 | 2024-12-13T20:14:42.933Z | [ helios-setup] Dec 13 20:14:42.116 INFO E| Downloaded tungstenite v0.18.0 |
2993 | 2024-12-13T20:14:42.939Z | [ helios-setup] Dec 13 20:14:42.121 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2994 | 2024-12-13T20:14:42.946Z | [ helios-setup] Dec 13 20:14:42.128 INFO E| Downloaded url v2.3.1 |
2995 | 2024-12-13T20:14:42.951Z | [ helios-setup] Dec 13 20:14:42.133 INFO E| Downloaded serde_yaml v0.9.21 |
2996 | 2024-12-13T20:14:42.958Z | [ helios-setup] Dec 13 20:14:42.140 INFO E| Downloaded unicode-linebreak v0.1.4 |
2997 | 2024-12-13T20:14:42.961Z | [ helios-setup] Dec 13 20:14:42.143 INFO E| Downloaded bincode v1.3.3 |
2998 | 2024-12-13T20:14:42.966Z | [ helios-setup] Dec 13 20:14:42.148 INFO E| Downloaded unicode-normalization v0.1.22 |
2999 | 2024-12-13T20:14:42.973Z | [ helios-setup] Dec 13 20:14:42.155 INFO E| Downloaded winnow v0.4.1 |
3000 | 2024-12-13T20:14:42.989Z | [ helios-setup] Dec 13 20:14:42.172 INFO E| Downloaded num-traits v0.2.15 |
3001 | 2024-12-13T20:14:42.994Z | [ helios-setup] Dec 13 20:14:42.176 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3002 | 2024-12-13T20:14:42.999Z | [ helios-setup] Dec 13 20:14:42.181 INFO E| Downloaded serde_json v1.0.95 |
3003 | 2024-12-13T20:14:43.012Z | [ helios-setup] Dec 13 20:14:42.194 INFO E| Downloaded memchr v2.5.0 |
3004 | 2024-12-13T20:14:43.019Z | [ helios-setup] Dec 13 20:14:42.201 INFO E| Downloaded syn v1.0.107 |
3005 | 2024-12-13T20:14:43.037Z | [ helios-setup] Dec 13 20:14:42.219 INFO E| Downloaded schemars v0.8.12 |
3006 | 2024-12-13T20:14:43.054Z | [ helios-setup] Dec 13 20:14:42.236 INFO E| Downloaded aho-corasick v0.7.20 |
3007 | 2024-12-13T20:14:43.137Z | [ helios-setup] Dec 13 20:14:42.319 INFO E| Downloaded rustls-webpki v0.100.1 |
3008 | 2024-12-13T20:14:43.146Z | [ helios-setup] Dec 13 20:14:42.327 INFO E| Downloaded http v0.2.9 |
3009 | 2024-12-13T20:14:43.151Z | [ helios-setup] Dec 13 20:14:42.333 INFO E| Downloaded mio v0.8.5 |
3010 | 2024-12-13T20:14:43.160Z | [ helios-setup] Dec 13 20:14:42.342 INFO E| Downloaded syn v2.0.72 |
3011 | 2024-12-13T20:14:43.177Z | [ helios-setup] Dec 13 20:14:42.358 INFO E| Downloaded pest v2.5.7 |
3012 | 2024-12-13T20:14:43.184Z | [ helios-setup] Dec 13 20:14:42.366 INFO E| Downloaded crossbeam-channel v0.5.6 |
3013 | 2024-12-13T20:14:43.191Z | [ helios-setup] Dec 13 20:14:42.373 INFO E| Downloaded ryu v1.0.13 |
3014 | 2024-12-13T20:14:43.196Z | [ helios-setup] Dec 13 20:14:42.378 INFO E| Downloaded rayon-core v1.10.2 |
3015 | 2024-12-13T20:14:43.203Z | [ helios-setup] Dec 13 20:14:42.385 INFO E| Downloaded futures v0.3.28 |
3016 | 2024-12-13T20:14:43.212Z | [ helios-setup] Dec 13 20:14:42.394 INFO E| Downloaded bytes v1.4.0 |
3017 | 2024-12-13T20:14:43.219Z | [ helios-setup] Dec 13 20:14:42.401 INFO E| Downloaded base64 v0.21.0 |
3018 | 2024-12-13T20:14:43.225Z | [ helios-setup] Dec 13 20:14:42.407 INFO E| Downloaded toml_edit v0.19.8 |
3019 | 2024-12-13T20:14:43.253Z | [ helios-setup] Dec 13 20:14:42.435 INFO E| Downloaded parking_lot_core v0.9.6 |
3020 | 2024-12-13T20:14:43.257Z | [ helios-setup] Dec 13 20:14:42.439 INFO E| Downloaded clap_builder v4.2.1 |
3021 | 2024-12-13T20:14:43.267Z | [ helios-setup] Dec 13 20:14:42.450 INFO E| Downloaded reqwest v0.11.16 |
3022 | 2024-12-13T20:14:43.323Z | [ helios-setup] Dec 13 20:14:42.505 INFO E| Downloaded h2 v0.3.16 |
3023 | 2024-12-13T20:14:43.332Z | [ helios-setup] Dec 13 20:14:42.514 INFO E| Downloaded futures-util v0.3.28 |
3024 | 2024-12-13T20:14:43.352Z | [ helios-setup] Dec 13 20:14:42.534 INFO E| Downloaded rayon v1.6.1 |
3025 | 2024-12-13T20:14:43.365Z | [ helios-setup] Dec 13 20:14:42.547 INFO E| Downloaded hyper v0.14.25 |
3026 | 2024-12-13T20:14:43.377Z | [ helios-setup] Dec 13 20:14:42.559 INFO E| Downloaded git2 v0.16.1 |
3027 | 2024-12-13T20:14:43.390Z | [ helios-setup] Dec 13 20:14:42.572 INFO E| Downloaded regress v0.5.0 |
3028 | 2024-12-13T20:14:43.401Z | [ helios-setup] Dec 13 20:14:42.583 INFO E| Downloaded chrono v0.4.24 |
3029 | 2024-12-13T20:14:43.413Z | [ helios-setup] Dec 13 20:14:42.595 INFO E| Downloaded rustls v0.21.0 |
3030 | 2024-12-13T20:14:43.434Z | [ helios-setup] Dec 13 20:14:42.616 INFO E| Downloaded regex v1.7.3 |
3031 | 2024-12-13T20:14:43.448Z | [ helios-setup] Dec 13 20:14:42.630 INFO E| Downloaded parking_lot v0.12.1 |
3032 | 2024-12-13T20:14:43.453Z | [ helios-setup] Dec 13 20:14:42.634 INFO E| Downloaded once_cell v1.17.0 |
3033 | 2024-12-13T20:14:43.455Z | [ helios-setup] Dec 13 20:14:42.637 INFO E| Downloaded ipnet v2.7.2 |
3034 | 2024-12-13T20:14:43.458Z | [ helios-setup] Dec 13 20:14:42.640 INFO E| Downloaded crossbeam-utils v0.8.14 |
3035 | 2024-12-13T20:14:43.463Z | [ helios-setup] Dec 13 20:14:42.646 INFO E| Downloaded tokio v1.27.0 |
3036 | 2024-12-13T20:14:43.518Z | [ helios-setup] Dec 13 20:14:42.700 INFO E| Downloaded rustix v0.37.3 |
3037 | 2024-12-13T20:14:43.548Z | [ helios-setup] Dec 13 20:14:42.730 INFO E| Downloaded rhai v1.14.0 |
3038 | 2024-12-13T20:14:43.567Z | [ helios-setup] Dec 13 20:14:42.749 INFO E| Downloaded openapiv3 v1.0.2 |
3039 | 2024-12-13T20:14:43.592Z | [ host-package] Compiling nix v0.27.1 |
3040 | 2024-12-13T20:14:43.599Z | [ helios-setup] Dec 13 20:14:42.781 INFO E| Downloaded anyhow v1.0.68 |
3041 | 2024-12-13T20:14:43.605Z | [ helios-setup] Dec 13 20:14:42.787 INFO E| Downloaded ahash v0.7.6 |
3042 | 2024-12-13T20:14:43.610Z | [ helios-setup] Dec 13 20:14:42.792 INFO E| Downloaded tracing v0.1.37 |
3043 | 2024-12-13T20:14:43.617Z | [ helios-setup] Dec 13 20:14:42.799 INFO E| Downloaded tokio-util v0.7.7 |
3044 | 2024-12-13T20:14:43.628Z | [ helios-setup] Dec 13 20:14:42.810 INFO E| Downloaded lock_api v0.4.9 |
3045 | 2024-12-13T20:14:43.631Z | [ helios-setup] Dec 13 20:14:42.813 INFO E| Downloaded clap v4.2.1 |
3046 | 2024-12-13T20:14:43.645Z | [ helios-setup] Dec 13 20:14:42.827 INFO E| Downloaded serde v1.0.204 |
3047 | 2024-12-13T20:14:43.652Z | [ helios-setup] Dec 13 20:14:42.834 INFO E| Downloaded ahash v0.8.3 |
3048 | 2024-12-13T20:14:43.658Z | [ helios-setup] Dec 13 20:14:42.838 INFO E| Downloaded textwrap v0.16.0 |
3049 | 2024-12-13T20:14:43.661Z | [ helios-setup] Dec 13 20:14:42.843 INFO E| Downloaded rhai_codegen v1.5.0 |
3050 | 2024-12-13T20:14:43.675Z | [ helios-setup] Dec 13 20:14:42.857 INFO E| Downloaded quote v1.0.36 |
3051 | 2024-12-13T20:14:43.680Z | [ helios-setup] Dec 13 20:14:42.862 INFO E| Downloaded tracing-core v0.1.30 |
3052 | 2024-12-13T20:14:43.685Z | [ helios-setup] Dec 13 20:14:42.868 INFO E| Downloaded socket2 v0.4.9 |
3053 | 2024-12-13T20:14:43.690Z | [ helios-setup] Dec 13 20:14:42.871 INFO E| Downloaded futures-channel v0.3.28 |
3054 | 2024-12-13T20:14:43.693Z | [ helios-setup] Dec 13 20:14:42.875 INFO E| Downloaded libc v0.2.139 |
3055 | 2024-12-13T20:14:43.734Z | [ helios-setup] Dec 13 20:14:42.916 INFO E| Downloaded pin-project-lite v0.2.9 |
3056 | 2024-12-13T20:14:43.762Z | [ helios-setup] Dec 13 20:14:42.944 INFO E| Downloaded io-lifetimes v1.0.10 |
3057 | 2024-12-13T20:14:43.765Z | [ helios-setup] Dec 13 20:14:42.947 INFO E| Downloaded tinyvec v1.6.0 |
3058 | 2024-12-13T20:14:43.780Z | [ helios-setup] Dec 13 20:14:42.962 INFO E| Downloaded log v0.4.17 |
3059 | 2024-12-13T20:14:43.785Z | [ helios-setup] Dec 13 20:14:42.967 INFO E| Downloaded jobserver v0.1.26 |
3060 | 2024-12-13T20:14:43.788Z | [ helios-setup] Dec 13 20:14:42.970 INFO E| Downloaded either v1.8.0 |
3061 | 2024-12-13T20:14:43.790Z | [ helios-setup] Dec 13 20:14:42.972 INFO E| Downloaded tempfile v3.5.0 |
3062 | 2024-12-13T20:14:43.794Z | [ helios-setup] Dec 13 20:14:42.976 INFO E| Downloaded httparse v1.8.0 |
3063 | 2024-12-13T20:14:43.799Z | [ helios-setup] Dec 13 20:14:42.981 INFO E| Downloaded getrandom v0.2.8 |
3064 | 2024-12-13T20:14:43.803Z | [ helios-setup] Dec 13 20:14:42.985 INFO E| Downloaded smartstring v1.0.1 |
3065 | 2024-12-13T20:14:43.810Z | [ helios-setup] Dec 13 20:14:42.990 INFO E| Downloaded serde_derive v1.0.204 |
3066 | 2024-12-13T20:14:43.813Z | [ helios-setup] Dec 13 20:14:42.994 INFO E| Downloaded serde_derive_internals v0.26.0 |
3067 | 2024-12-13T20:14:43.817Z | [ helios-setup] Dec 13 20:14:42.997 INFO E| Downloaded camino v1.1.4 |
3068 | 2024-12-13T20:14:43.821Z | [ helios-setup] Dec 13 20:14:43.000 INFO E| Downloaded cc v1.0.78 |
3069 | 2024-12-13T20:14:43.823Z | [ helios-setup] Dec 13 20:14:43.004 INFO E| Downloaded cargo-lock v8.0.3 |
3070 | 2024-12-13T20:14:43.826Z | [ helios-setup] Dec 13 20:14:43.008 INFO E| Downloaded semver-parser v0.10.2 |
3071 | 2024-12-13T20:14:43.829Z | [ helios-setup] Dec 13 20:14:43.011 INFO E| Downloaded percent-encoding v2.2.0 |
3072 | 2024-12-13T20:14:43.831Z | [ helios-setup] Dec 13 20:14:43.012 INFO E| Downloaded num-integer v0.1.45 |
3073 | 2024-12-13T20:14:43.834Z | [ helios-setup] Dec 13 20:14:43.015 INFO E| Downloaded terminal_size v0.2.6 |
3074 | 2024-12-13T20:14:43.837Z | [ helios-setup] Dec 13 20:14:43.017 INFO E| Downloaded toml_datetime v0.6.1 |
3075 | 2024-12-13T20:14:43.837Z | [ helios-setup] Dec 13 20:14:43.019 INFO E| Downloaded semver v0.11.0 |
3076 | 2024-12-13T20:14:43.840Z | [ helios-setup] Dec 13 20:14:43.022 INFO E| Downloaded proc-macro-crate v1.2.1 |
3077 | 2024-12-13T20:14:43.842Z | [ helios-setup] Dec 13 20:14:43.023 INFO E| Downloaded num_enum_derive v0.5.7 |
3078 | 2024-12-13T20:14:43.844Z | [ helios-setup] Dec 13 20:14:43.025 INFO E| Downloaded iana-time-zone v0.1.56 |
3079 | 2024-12-13T20:14:43.846Z | [ helios-setup] Dec 13 20:14:43.028 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3080 | 2024-12-13T20:14:43.849Z | [ helios-setup] Dec 13 20:14:43.031 INFO E| Downloaded schemars_derive v0.8.12 |
3081 | 2024-12-13T20:14:43.851Z | [ helios-setup] Dec 13 20:14:43.033 INFO E| Downloaded num_enum v0.5.7 |
3082 | 2024-12-13T20:14:43.856Z | [ helios-setup] Dec 13 20:14:43.038 INFO E| Downloaded memoffset v0.7.1 |
3083 | 2024-12-13T20:14:43.859Z | [ helios-setup] Dec 13 20:14:43.040 INFO E| Downloaded httpdate v1.0.2 |
3084 | 2024-12-13T20:14:43.862Z | [ helios-setup] Dec 13 20:14:43.042 INFO E| Downloaded home v0.5.4 |
3085 | 2024-12-13T20:14:43.862Z | [ helios-setup] Dec 13 20:14:43.043 INFO E| Downloaded futures-sink v0.3.28 |
3086 | 2024-12-13T20:14:43.862Z | [ helios-setup] Dec 13 20:14:43.044 INFO E| Downloaded futures-io v0.3.28 |
3087 | 2024-12-13T20:14:43.864Z | [ helios-setup] Dec 13 20:14:43.045 INFO E| Downloaded form_urlencoded v1.1.0 |
3088 | 2024-12-13T20:14:43.864Z | [ helios-setup] Dec 13 20:14:43.046 INFO E| Downloaded paste v1.0.12 |
3089 | 2024-12-13T20:14:43.870Z | [ helios-setup] Dec 13 20:14:43.052 INFO E| Downloaded http-body v0.4.5 |
3090 | 2024-12-13T20:14:43.880Z | [ helios-setup] Dec 13 20:14:43.062 INFO E| Downloaded futures-executor v0.3.28 |
3091 | 2024-12-13T20:14:43.883Z | [ helios-setup] Dec 13 20:14:43.065 INFO E| Downloaded digest v0.10.6 |
3092 | 2024-12-13T20:14:43.889Z | [ helios-setup] Dec 13 20:14:43.069 INFO E| Downloaded crossbeam-deque v0.8.2 |
3093 | 2024-12-13T20:14:43.891Z | [ helios-setup] Dec 13 20:14:43.072 INFO E| Downloaded lazy_static v1.4.0 |
3094 | 2024-12-13T20:14:43.894Z | [ helios-setup] Dec 13 20:14:43.074 INFO E| Downloaded signal-hook-registry v1.4.0 |
3095 | 2024-12-13T20:14:43.894Z | [ helios-setup] Dec 13 20:14:43.076 INFO E| Downloaded serde_tokenstream v0.2.0 |
3096 | 2024-12-13T20:14:43.900Z | [ helios-setup] Dec 13 20:14:43.082 INFO E| Downloaded serde_spanned v0.6.1 |
3097 | 2024-12-13T20:14:43.902Z | [ helios-setup] Dec 13 20:14:43.084 INFO E| Downloaded pkg-config v0.3.26 |
3098 | 2024-12-13T20:14:43.904Z | [ helios-setup] Dec 13 20:14:43.086 INFO E| Downloaded num_cpus v1.15.0 |
3099 | 2024-12-13T20:14:43.909Z | [ helios-setup] Dec 13 20:14:43.091 INFO E| Downloaded itoa v1.0.6 |
3100 | 2024-12-13T20:14:43.912Z | [ helios-setup] Dec 13 20:14:43.093 INFO E| Downloaded is-terminal v0.4.7 |
3101 | 2024-12-13T20:14:43.916Z | [ helios-setup] Dec 13 20:14:43.095 INFO E| Downloaded futures-macro v0.3.28 |
3102 | 2024-12-13T20:14:43.916Z | [ helios-setup] Dec 13 20:14:43.096 INFO E| Downloaded fastrand v1.9.0 |
3103 | 2024-12-13T20:14:43.919Z | [ helios-setup] Dec 13 20:14:43.099 INFO E| Downloaded dyn-clone v1.0.11 |
3104 | 2024-12-13T20:14:43.921Z | [ helios-setup] Dec 13 20:14:43.102 INFO E| Downloaded anstyle-parse v0.1.1 |
3105 | 2024-12-13T20:14:43.924Z | [ helios-setup] Dec 13 20:14:43.105 INFO E| Downloaded anstyle v0.3.5 |
3106 | 2024-12-13T20:14:43.926Z | [ helios-setup] Dec 13 20:14:43.107 INFO E| Downloaded anstream v0.2.6 |
3107 | 2024-12-13T20:14:43.929Z | [ helios-setup] Dec 13 20:14:43.110 INFO E| Downloaded tower-service v0.3.2 |
3108 | 2024-12-13T20:14:43.931Z | [ helios-setup] Dec 13 20:14:43.112 INFO E| Downloaded toolchain_find v0.2.0 |
3109 | 2024-12-13T20:14:43.931Z | [ helios-setup] Dec 13 20:14:43.113 INFO E| Downloaded slog-bunyan v2.4.0 |
3110 | 2024-12-13T20:14:43.934Z | [ helios-setup] Dec 13 20:14:43.115 INFO E| Downloaded futures-task v0.3.28 |
3111 | 2024-12-13T20:14:43.934Z | [ helios-setup] Dec 13 20:14:43.116 INFO E| Downloaded futures-core v0.3.28 |
3112 | 2024-12-13T20:14:43.938Z | [ helios-setup] Dec 13 20:14:43.118 INFO E| Downloaded clap_lex v0.4.1 |
3113 | 2024-12-13T20:14:43.940Z | [ helios-setup] Dec 13 20:14:43.122 INFO E| Downloaded byteorder v1.4.3 |
3114 | 2024-12-13T20:14:43.944Z | [ helios-setup] Dec 13 20:14:43.124 INFO E| Downloaded async-stream v0.3.5 |
3115 | 2024-12-13T20:14:43.947Z | [ helios-setup] Dec 13 20:14:43.129 INFO E| Downloaded encoding_rs v0.8.32 |
3116 | 2024-12-13T20:14:44.049Z | [ helios-setup] Dec 13 20:14:43.231 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3117 | 2024-12-13T20:14:44.218Z | [ helios-setup] Dec 13 20:14:43.400 INFO E| Downloaded libz-sys v1.1.8 |
3118 | 2024-12-13T20:14:44.537Z | [ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling proc-macro2 v1.0.86 |
3119 | 2024-12-13T20:14:44.537Z | [ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling libc v0.2.139 |
3120 | 2024-12-13T20:14:44.537Z | [ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling unicode-ident v1.0.8 |
3121 | 2024-12-13T20:14:44.540Z | [ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling autocfg v1.1.0 |
3122 | 2024-12-13T20:14:44.540Z | [ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling cfg-if v1.0.0 |
3123 | 2024-12-13T20:14:44.540Z | [ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling version_check v0.9.4 |
3124 | 2024-12-13T20:14:44.541Z | [ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling serde v1.0.204 |
3125 | 2024-12-13T20:14:44.541Z | [ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling syn v1.0.107 |
3126 | 2024-12-13T20:14:45.346Z | [ helios-setup] Dec 13 20:14:44.528 INFO E| Compiling memchr v2.5.0 |
3127 | 2024-12-13T20:14:46.323Z | [ helios-setup] Dec 13 20:14:45.504 INFO E| Compiling once_cell v1.17.0 |
3128 | 2024-12-13T20:14:46.450Z | [ helios-setup] Dec 13 20:14:45.632 INFO E| Compiling log v0.4.17 |
3129 | 2024-12-13T20:14:46.674Z | [ helios-setup] Dec 13 20:14:45.855 INFO E| Compiling thiserror v1.0.38 |
3130 | 2024-12-13T20:14:47.174Z | [ helios-setup] Dec 13 20:14:46.355 INFO E| Compiling serde_json v1.0.95 |
3131 | 2024-12-13T20:14:47.320Z | [ helios-setup] Dec 13 20:14:46.501 INFO E| Compiling itoa v1.0.6 |
3132 | 2024-12-13T20:14:48.295Z | [ helios-setup] Dec 13 20:14:47.476 INFO E| Compiling indexmap v1.9.3 |
3133 | 2024-12-13T20:14:48.572Z | [ helios-setup] Dec 13 20:14:47.745 INFO E| Compiling jobserver v0.1.26 |
3134 | 2024-12-13T20:14:48.910Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3135 | 2024-12-13T20:14:48.987Z | [ helios-setup] Dec 13 20:14:48.168 INFO E| Compiling getrandom v0.2.8 |
3136 | 2024-12-13T20:14:49.254Z | [ helios-setup] Dec 13 20:14:48.433 INFO E| Compiling cc v1.0.78 |
3137 | 2024-12-13T20:14:49.448Z | [ helios-setup] Dec 13 20:14:48.627 INFO E| Compiling scopeguard v1.1.0 |
3138 | 2024-12-13T20:14:49.700Z | [ helios-setup] Dec 13 20:14:48.873 INFO E| Compiling quote v1.0.36 |
3139 | 2024-12-13T20:14:49.846Z | [ helios-setup] Dec 13 20:14:49.025 INFO E| Compiling pin-project-lite v0.2.9 |
3140 | 2024-12-13T20:14:50.012Z | [ helios-setup] Dec 13 20:14:49.193 INFO E| Compiling num-integer v0.1.45 |
3141 | 2024-12-13T20:14:50.099Z | [ helios-setup] Dec 13 20:14:49.280 INFO E| Compiling bytes v1.4.0 |
3142 | 2024-12-13T20:14:50.185Z | [ helios-setup] Dec 13 20:14:49.365 INFO E| Compiling futures-core v0.3.28 |
3143 | 2024-12-13T20:14:50.834Z | [ helios-setup] Dec 13 20:14:50.015 INFO E| Compiling syn v2.0.72 |
3144 | 2024-12-13T20:14:51.351Z | [ helios-setup] Dec 13 20:14:50.532 INFO E| Compiling ryu v1.0.13 |
3145 | 2024-12-13T20:14:52.717Z | [ helios-setup] Dec 13 20:14:51.897 INFO E| Compiling lock_api v0.4.9 |
3146 | 2024-12-13T20:14:52.885Z | [ helios-setup] Dec 13 20:14:52.066 INFO E| Compiling typenum v1.16.0 |
3147 | 2024-12-13T20:14:52.969Z | [ helios-setup] Dec 13 20:14:52.149 INFO E| Compiling parking_lot_core v0.9.6 |
3148 | 2024-12-13T20:14:52.980Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3149 | 2024-12-13T20:14:53.248Z | [ helios-setup] Dec 13 20:14:52.428 INFO E| Compiling bitflags v1.3.2 |
3150 | 2024-12-13T20:14:53.352Z | [ helios-setup] Dec 13 20:14:52.531 INFO E| Compiling num_cpus v1.15.0 |
3151 | 2024-12-13T20:14:53.705Z | [ helios-setup] Dec 13 20:14:52.885 INFO E| Compiling generic-array v0.14.6 |
3152 | 2024-12-13T20:14:53.768Z | [ helios-setup] Dec 13 20:14:52.948 INFO E| Compiling slab v0.4.7 |
3153 | 2024-12-13T20:14:53.868Z | [ helios-setup] Dec 13 20:14:53.048 INFO E| Compiling futures-sink v0.3.28 |
3154 | 2024-12-13T20:14:53.972Z | [ helios-setup] Dec 13 20:14:53.152 INFO E| Compiling futures-task v0.3.28 |
3155 | 2024-12-13T20:14:54.074Z | [ helios-setup] Dec 13 20:14:53.254 INFO E| Compiling futures-channel v0.3.28 |
3156 | 2024-12-13T20:14:54.608Z | [ helios-setup] Dec 13 20:14:53.788 INFO E| Compiling tokio v1.27.0 |
3157 | 2024-12-13T20:14:54.998Z | [ helios-setup] Dec 13 20:14:54.178 INFO E| Compiling futures-util v0.3.28 |
3158 | 2024-12-13T20:14:55.315Z | [ helios-setup] Dec 13 20:14:54.495 INFO E| Compiling schemars v0.8.12 |
3159 | 2024-12-13T20:14:56.107Z | [ helios-setup] Dec 13 20:14:55.286 INFO E| Compiling mio v0.8.5 |
3160 | 2024-12-13T20:14:56.374Z | [ helios-setup] Dec 13 20:14:55.554 INFO E| Compiling signal-hook-registry v1.4.0 |
3161 | 2024-12-13T20:14:56.739Z | [ helios-setup] Dec 13 20:14:55.919 INFO E| Compiling socket2 v0.4.9 |
3162 | 2024-12-13T20:14:56.890Z | [ helios-setup] Dec 13 20:14:56.070 INFO E| Compiling ahash v0.7.6 |
3163 | 2024-12-13T20:14:56.937Z | [ helios-setup] Dec 13 20:14:56.116 INFO E| Compiling num-traits v0.2.15 |
3164 | 2024-12-13T20:14:57.928Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3165 | 2024-12-13T20:14:58.026Z | [ helios-setup] Dec 13 20:14:57.205 INFO E| Compiling crunchy v0.2.2 |
3166 | 2024-12-13T20:14:58.059Z | [ helios-setup] Dec 13 20:14:57.239 INFO E| Compiling futures-io v0.3.28 |
3167 | 2024-12-13T20:14:59.006Z | [ helios-setup] Dec 13 20:14:58.186 INFO E| Compiling pin-utils v0.1.0 |
3168 | 2024-12-13T20:14:59.464Z | [ helios-setup] Dec 13 20:14:58.642 INFO E| Compiling io-lifetimes v1.0.10 |
3169 | 2024-12-13T20:14:59.985Z | [ helios-setup] Dec 13 20:14:59.133 INFO E| Compiling ahash v0.8.3 |
3170 | 2024-12-13T20:15:00.007Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3171 | 2024-12-13T20:15:00.654Z | [ helios-setup] Dec 13 20:14:59.832 INFO E| Compiling rustix v0.37.3 |
3172 | 2024-12-13T20:15:00.690Z | [ helios-setup] Dec 13 20:14:59.868 INFO E| Compiling hashbrown v0.12.3 |
3173 | 2024-12-13T20:15:01.036Z | [ helios-setup] Dec 13 20:15:00.215 INFO E| Compiling tiny-keccak v2.0.2 |
3174 | 2024-12-13T20:15:01.928Z | [ helios-setup] Dec 13 20:15:01.106 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3175 | 2024-12-13T20:15:02.031Z | [ helios-setup] Dec 13 20:15:01.209 INFO E| Compiling block-buffer v0.10.3 |
3176 | 2024-12-13T20:15:02.169Z | [ helios-setup] Dec 13 20:15:01.348 INFO E| Compiling crypto-common v0.1.6 |
3177 | 2024-12-13T20:15:03.112Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3178 | 2024-12-13T20:15:03.519Z | [ helios-setup] Dec 13 20:15:02.696 INFO E| Compiling errno v0.3.1 |
3179 | 2024-12-13T20:15:03.729Z | [ helios-setup] Dec 13 20:15:02.906 INFO E| Compiling serde_derive_internals v0.26.0 |
3180 | 2024-12-13T20:15:03.774Z | [ helios-setup] Dec 13 20:15:02.952 INFO E| Compiling pkg-config v0.3.26 |
3181 | 2024-12-13T20:15:03.903Z | [ helios-setup] Dec 13 20:15:03.081 INFO E| Compiling slog v2.7.0 |
3182 | 2024-12-13T20:15:04.088Z | [ helios-setup] Dec 13 20:15:03.265 INFO E| Compiling crossbeam-utils v0.8.14 |
3183 | 2024-12-13T20:15:04.683Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3184 | 2024-12-13T20:15:04.783Z | [ helios-setup] Dec 13 20:15:03.961 INFO E| Compiling fnv v1.0.7 |
3185 | 2024-12-13T20:15:05.114Z | [ helios-setup] Dec 13 20:15:04.292 INFO E| Compiling http v0.2.9 |
3186 | 2024-12-13T20:15:08.695Z | [ helios-setup] Dec 13 20:15:07.873 INFO E| Compiling digest v0.10.6 |
3187 | 2024-12-13T20:15:09.008Z | [ helios-setup] Dec 13 20:15:08.185 INFO E| Compiling aho-corasick v0.7.20 |
3188 | 2024-12-13T20:15:09.515Z | [ helios-setup] Dec 13 20:15:08.690 INFO E| Compiling unicode-width v0.1.10 |
3189 | 2024-12-13T20:15:09.618Z | [ helios-setup] Dec 13 20:15:08.795 INFO E| Compiling cpufeatures v0.2.5 |
3190 | 2024-12-13T20:15:10.012Z | [ helios-setup] Dec 13 20:15:09.189 INFO E| Compiling heck v0.4.1 |
3191 | 2024-12-13T20:15:10.055Z | [ helios-setup] Dec 13 20:15:09.231 INFO E| Compiling httparse v1.8.0 |
3192 | 2024-12-13T20:15:10.697Z | [ helios-setup] Dec 13 20:15:09.874 INFO E| Compiling tinyvec_macros v0.1.1 |
3193 | 2024-12-13T20:15:10.854Z | [ helios-setup] Dec 13 20:15:10.031 INFO E| Compiling percent-encoding v2.2.0 |
3194 | 2024-12-13T20:15:11.121Z | [ helios-setup] Dec 13 20:15:10.297 INFO E| Compiling anyhow v1.0.68 |
3195 | 2024-12-13T20:15:11.590Z | [ helios-setup] Dec 13 20:15:10.764 INFO E| Compiling regex-syntax v0.6.29 |
3196 | 2024-12-13T20:15:11.756Z | [ helios-setup] Dec 13 20:15:10.932 INFO E| Compiling tinyvec v1.6.0 |
3197 | 2024-12-13T20:15:11.900Z | [ helios-setup] Dec 13 20:15:11.077 INFO E| Compiling form_urlencoded v1.1.0 |
3198 | 2024-12-13T20:15:13.196Z | [ helios-setup] Dec 13 20:15:12.373 INFO E| Compiling const-random-macro v0.1.15 |
3199 | 2024-12-13T20:15:14.064Z | [ helios-setup] Dec 13 20:15:13.239 INFO E| Compiling hashbrown v0.13.2 |
3200 | 2024-12-13T20:15:14.580Z | [ helios-setup] Dec 13 20:15:13.756 INFO E| Compiling thiserror-impl v1.0.38 |
3201 | 2024-12-13T20:15:15.093Z | [ helios-setup] Dec 13 20:15:14.269 INFO E| Compiling schemars_derive v0.8.12 |
3202 | 2024-12-13T20:15:15.376Z | [ helios-setup] Dec 13 20:15:14.552 INFO E| Compiling chrono v0.4.24 |
3203 | 2024-12-13T20:15:15.610Z | [ helios-setup] Dec 13 20:15:14.786 INFO E| Compiling serde_derive v1.0.204 |
3204 | 2024-12-13T20:15:16.746Z | [ helios-setup] Dec 13 20:15:15.922 INFO E| Compiling futures-macro v0.3.28 |
3205 | 2024-12-13T20:15:16.918Z | [ helios-setup] Dec 13 20:15:16.092 INFO E| Compiling tokio-macros v2.0.0 |
3206 | 2024-12-13T20:15:19.756Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3207 | 2024-12-13T20:15:19.762Z | [ helios-setup] Dec 13 20:15:18.938 INFO E| Compiling regex v1.7.3 |
3208 | 2024-12-13T20:15:20.343Z | [ helios-setup] Dec 13 20:15:19.512 INFO E| Compiling libz-sys v1.1.8 |
3209 | 2024-12-13T20:15:20.812Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3210 | 2024-12-13T20:15:21.261Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3211 | 2024-12-13T20:15:21.452Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3212 | 2024-12-13T20:15:21.766Z | [ helios-setup] Dec 13 20:15:20.941 INFO E| Compiling dyn-clone v1.0.11 |
3213 | 2024-12-13T20:15:22.121Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3214 | 2024-12-13T20:15:22.330Z | [ helios-setup] Dec 13 20:15:21.504 INFO E| Compiling uuid v1.3.0 |
3215 | 2024-12-13T20:15:22.332Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3216 | 2024-12-13T20:15:22.437Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3217 | 2024-12-13T20:15:22.799Z | [ helios-setup] Dec 13 20:15:21.974 INFO E| Compiling regress v0.5.0 |
3218 | 2024-12-13T20:15:23.353Z | [ helios-setup] Dec 13 20:15:22.528 INFO E| Compiling unicode-normalization v0.1.22 |
3219 | 2024-12-13T20:15:23.550Z | [ helios-setup] Dec 13 20:15:22.724 INFO E| Compiling const-random v0.1.15 |
3220 | 2024-12-13T20:15:23.922Z | [ host-package] Compiling hashlink v0.9.1 |
3221 | 2024-12-13T20:15:25.848Z | [ helios-setup] Dec 13 20:15:25.022 INFO E| Compiling getopts v0.2.21 |
3222 | 2024-12-13T20:15:25.963Z | [ host-package] Compiling tungstenite v0.23.0 |
3223 | 2024-12-13T20:15:26.143Z | [ helios-setup] Dec 13 20:15:25.317 INFO E| Compiling tracing-core v0.1.30 |
3224 | 2024-12-13T20:15:27.160Z | [ helios-setup] Dec 13 20:15:26.334 INFO E| Compiling memoffset v0.7.1 |
3225 | 2024-12-13T20:15:27.441Z | [ helios-setup] Dec 13 20:15:26.614 INFO E| Compiling unicode-bidi v0.3.13 |
3226 | 2024-12-13T20:15:27.797Z | [ host-package] Compiling lru v0.12.5 |
3227 | 2024-12-13T20:15:28.768Z | [ helios-setup] Dec 13 20:15:27.942 INFO E| Compiling ucd-trie v0.1.5 |
3228 | 2024-12-13T20:15:28.814Z | [ host-package] Compiling instability v0.3.2 |
3229 | 2024-12-13T20:15:29.411Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3230 | 2024-12-13T20:15:30.117Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3231 | 2024-12-13T20:15:30.224Z | [ helios-setup] Dec 13 20:15:29.397 INFO E| Compiling time-core v0.1.2 |
3232 | 2024-12-13T20:15:30.558Z | [ helios-setup] Dec 13 20:15:29.731 INFO E| Compiling num-conv v0.1.0 |
3233 | 2024-12-13T20:15:30.745Z | [ helios-setup] Dec 13 20:15:29.916 INFO E| Compiling powerfmt v0.2.0 |
3234 | 2024-12-13T20:15:31.050Z | [ host-package] Compiling cassowary v0.3.0 |
3235 | 2024-12-13T20:15:31.744Z | [ host-package] Compiling base64 v0.13.1 |
3236 | 2024-12-13T20:15:31.858Z | [ helios-setup] Dec 13 20:15:31.031 INFO E| Compiling time-macros v0.2.18 |
3237 | 2024-12-13T20:15:32.232Z | [ helios-setup] Dec 13 20:15:31.404 INFO E| Compiling deranged v0.3.11 |
3238 | 2024-12-13T20:15:33.415Z | [ host-package] Compiling ron v0.7.1 |
3239 | 2024-12-13T20:15:33.909Z | [ helios-setup] Dec 13 20:15:33.081 INFO E| Compiling pest v2.5.7 |
3240 | 2024-12-13T20:15:34.802Z | [ helios-setup] Dec 13 20:15:33.974 INFO E| Compiling idna v0.3.0 |
3241 | 2024-12-13T20:15:36.024Z | [ host-package] Compiling ratatui v0.28.1 |
3242 | 2024-12-13T20:15:36.659Z | [ host-package] Compiling rusqlite v0.32.1 |
3243 | 2024-12-13T20:15:37.958Z | [ helios-setup] Dec 13 20:15:37.130 INFO E| Compiling tracing v0.1.37 |
3244 | 2024-12-13T20:15:38.471Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3245 | 2024-12-13T20:15:39.461Z | [ helios-setup] Dec 13 20:15:38.633 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3246 | 2024-12-13T20:15:39.618Z | [ helios-setup] Dec 13 20:15:38.789 INFO E| Compiling time v0.1.45 |
3247 | 2024-12-13T20:15:40.032Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2024-12-13T20:15:40.106Z | [ helios-setup] Dec 13 20:15:39.277 INFO E| Compiling crossbeam-epoch v0.9.13 |
3249 | 2024-12-13T20:15:41.269Z | [ helios-setup] Dec 13 20:15:40.440 INFO E| Compiling num_threads v0.1.6 |
3250 | 2024-12-13T20:15:41.576Z | [ helios-setup] Dec 13 20:15:40.747 INFO E| Compiling semver v1.0.17 |
3251 | 2024-12-13T20:15:42.749Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3252 | 2024-12-13T20:15:42.966Z | [ helios-setup] Dec 13 20:15:42.137 INFO E| Compiling iana-time-zone v0.1.56 |
3253 | 2024-12-13T20:15:43.236Z | [ helios-setup] Dec 13 20:15:42.406 INFO E| Compiling time v0.3.36 |
3254 | 2024-12-13T20:15:44.076Z | [ helios-setup] Dec 13 20:15:43.246 INFO E| Compiling semver-parser v0.10.2 |
3255 | 2024-12-13T20:15:44.216Z | [ helios-setup] Dec 13 20:15:43.387 INFO E| Compiling url v2.3.1 |
3256 | 2024-12-13T20:15:44.451Z | [ host-package] Compiling xz2 v0.1.7 |
3257 | 2024-12-13T20:15:45.307Z | [ helios-setup] Dec 13 20:15:44.478 INFO E| Compiling crossbeam-channel v0.5.6 |
3258 | 2024-12-13T20:15:46.300Z | [ helios-setup] Dec 13 20:15:45.470 INFO E| Compiling smallvec v1.10.0 |
3259 | 2024-12-13T20:15:46.652Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3260 | 2024-12-13T20:15:46.823Z | [ helios-setup] Dec 13 20:15:45.992 INFO E| Compiling toml v0.5.11 |
3261 | 2024-12-13T20:15:48.024Z | [ host-package] Compiling zone v0.1.8 |
3262 | 2024-12-13T20:15:48.886Z | [ helios-setup] Dec 13 20:15:48.056 INFO E| Compiling parking_lot v0.12.1 |
3263 | 2024-12-13T20:15:50.562Z | [ helios-setup] Dec 13 20:15:49.732 INFO E| Compiling serde_tokenstream v0.2.0 |
3264 | 2024-12-13T20:15:54.306Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3265 | 2024-12-13T20:15:55.275Z | [ helios-setup] Dec 13 20:15:54.441 INFO E| Compiling dirs-sys-next v0.1.2 |
3266 | 2024-12-13T20:15:56.184Z | [ helios-setup] Dec 13 20:15:55.351 INFO E| Compiling same-file v1.0.6 |
3267 | 2024-12-13T20:15:56.747Z | [ helios-setup] Dec 13 20:15:55.914 INFO E| Compiling crc32fast v1.3.2 |
3268 | 2024-12-13T20:15:57.467Z | [ helios-setup] Dec 13 20:15:56.635 INFO E| Compiling try-lock v0.2.4 |
3269 | 2024-12-13T20:15:58.020Z | [ helios-setup] Dec 13 20:15:57.187 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3270 | 2024-12-13T20:15:58.344Z | [ helios-setup] Dec 13 20:15:57.512 INFO E| Compiling want v0.3.0 |
3271 | 2024-12-13T20:15:59.098Z | [ helios-setup] Dec 13 20:15:58.265 INFO E| Compiling walkdir v2.3.3 |
3272 | 2024-12-13T20:15:59.850Z | [ helios-setup] Dec 13 20:15:59.018 INFO E| Compiling dirs-next v2.0.0 |
3273 | 2024-12-13T20:16:01.097Z | [ helios-setup] Dec 13 20:16:00.265 INFO E| Compiling proc-macro-crate v1.2.1 |
3274 | 2024-12-13T20:16:05.107Z | [ helios-setup] Dec 13 20:16:04.273 INFO E| Compiling semver v0.11.0 |
3275 | 2024-12-13T20:16:09.422Z | [ helios-setup] Dec 13 20:16:08.588 INFO E| Compiling tokio-util v0.7.7 |
3276 | 2024-12-13T20:16:11.162Z | [ helios-setup] Dec 13 20:16:10.328 INFO E| Compiling futures-executor v0.3.28 |
3277 | 2024-12-13T20:16:12.386Z | [ helios-setup] Dec 13 20:16:11.552 INFO E| Compiling h2 v0.3.16 |
3278 | 2024-12-13T20:16:12.657Z | [ helios-setup] Dec 13 20:16:11.821 INFO E| Compiling http-body v0.4.5 |
3279 | 2024-12-13T20:16:13.378Z | [ helios-setup] Dec 13 20:16:12.542 INFO E| Compiling ring v0.16.20 |
3280 | 2024-12-13T20:16:15.023Z | [ helios-setup] Dec 13 20:16:14.188 INFO E| Compiling rand_core v0.6.4 |
3281 | 2024-12-13T20:16:15.311Z | [ helios-setup] Dec 13 20:16:14.476 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3282 | 2024-12-13T20:16:15.370Z | [ helios-setup] Dec 13 20:16:14.532 INFO E| Compiling thread_local v1.1.7 |
3283 | 2024-12-13T20:16:15.772Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3284 | 2024-12-13T20:16:16.121Z | [ helios-setup] Dec 13 20:16:15.285 INFO E| Compiling home v0.5.4 |
3285 | 2024-12-13T20:16:16.226Z | [ helios-setup] Dec 13 20:16:15.391 INFO E| Compiling tower-service v0.3.2 |
3286 | 2024-12-13T20:16:16.840Z | [ helios-setup] Dec 13 20:16:16.004 INFO E| Compiling adler v1.0.2 |
3287 | 2024-12-13T20:16:16.936Z | [ helios-setup] Dec 13 20:16:16.101 INFO E| Compiling rayon-core v1.10.2 |
3288 | 2024-12-13T20:16:17.052Z | [ helios-setup] Dec 13 20:16:16.217 INFO E| Compiling fastrand v1.9.0 |
3289 | 2024-12-13T20:16:17.788Z | [ helios-setup] Dec 13 20:16:16.952 INFO E| Compiling base64 v0.21.0 |
3290 | 2024-12-13T20:16:18.007Z | [ helios-setup] Dec 13 20:16:17.171 INFO E| Compiling utf8parse v0.2.1 |
3291 | 2024-12-13T20:16:18.077Z | [ helios-setup] Dec 13 20:16:17.241 INFO E| Compiling ppv-lite86 v0.2.17 |
3292 | 2024-12-13T20:16:18.630Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3293 | 2024-12-13T20:16:20.750Z | [ helios-setup] Dec 13 20:16:19.914 INFO E| Compiling httpdate v1.0.2 |
3294 | 2024-12-13T20:16:20.826Z | [ helios-setup] Dec 13 20:16:19.989 INFO E| Compiling lazy_static v1.4.0 |
3295 | 2024-12-13T20:16:21.199Z | [ helios-setup] Dec 13 20:16:20.362 INFO E| Compiling toolchain_find v0.2.0 |
3296 | 2024-12-13T20:16:22.824Z | [ helios-setup] Dec 13 20:16:21.988 INFO E| Compiling rand_chacha v0.3.1 |
3297 | 2024-12-13T20:16:23.927Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3298 | 2024-12-13T20:16:24.394Z | [ helios-setup] Dec 13 20:16:23.557 INFO E| Compiling hyper v0.14.25 |
3299 | 2024-12-13T20:16:24.836Z | [ helios-setup] Dec 13 20:16:23.999 INFO E| Compiling anstyle-parse v0.1.1 |
3300 | 2024-12-13T20:16:25.957Z | [ helios-setup] Dec 13 20:16:25.119 INFO E| Compiling tempfile v3.5.0 |
3301 | 2024-12-13T20:16:26.275Z | [ helios-setup] Dec 13 20:16:25.433 INFO E| Compiling miniz_oxide v0.6.2 |
3302 | 2024-12-13T20:16:27.276Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3303 | 2024-12-13T20:16:27.420Z | [ helios-setup] Dec 13 20:16:26.581 INFO E| Compiling futures v0.3.28 |
3304 | 2024-12-13T20:16:31.717Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3305 | 2024-12-13T20:16:40.149Z | [ helios-setup] Dec 13 20:16:39.309 INFO E| Compiling crossbeam-deque v0.8.2 |
3306 | 2024-12-13T20:16:40.271Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3307 | 2024-12-13T20:16:44.309Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3308 | 2024-12-13T20:16:44.763Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3309 | 2024-12-13T20:16:44.864Z | [ helios-setup] Dec 13 20:16:44.023 INFO E| Compiling cargo-lock v8.0.3 |
3310 | 2024-12-13T20:16:45.623Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3311 | 2024-12-13T20:16:45.957Z | [ helios-setup] Dec 13 20:16:45.116 INFO E| Compiling num_enum_derive v0.5.7 |
3312 | 2024-12-13T20:16:46.034Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3313 | 2024-12-13T20:16:46.786Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3314 | 2024-12-13T20:16:48.043Z | [ host-package] Compiling twox-hash v1.6.3 |
3315 | 2024-12-13T20:16:48.211Z | [ helios-setup] Dec 13 20:16:47.369 INFO E| Compiling term v0.7.0 |
3316 | 2024-12-13T20:16:50.464Z | [ host-package] Compiling yasna v0.5.2 |
3317 | 2024-12-13T20:16:51.035Z | [ helios-setup] Dec 13 20:16:50.193 INFO E| Compiling serde_urlencoded v0.7.1 |
3318 | 2024-12-13T20:16:51.834Z | [ helios-setup] Dec 13 20:16:50.992 INFO E| Compiling sha1 v0.10.5 |
3319 | 2024-12-13T20:16:52.348Z | [ helios-setup] Dec 13 20:16:51.505 INFO E| Compiling sha2 v0.10.6 |
3320 | 2024-12-13T20:16:53.116Z | [ helios-setup] Dec 13 20:16:52.273 INFO E| Compiling is-terminal v0.4.7 |
3321 | 2024-12-13T20:16:53.626Z | [ helios-setup] Dec 13 20:16:52.783 INFO E| Compiling atty v0.2.14 |
3322 | 2024-12-13T20:16:54.050Z | [ helios-setup] Dec 13 20:16:53.207 INFO E| Compiling concolor-override v1.0.0 |
3323 | 2024-12-13T20:16:54.888Z | [ host-package] Compiling is_ci v1.2.0 |
3324 | 2024-12-13T20:16:55.147Z | [ helios-setup] Dec 13 20:16:54.304 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3325 | 2024-12-13T20:16:55.679Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3326 | 2024-12-13T20:16:55.842Z | [ host-package] Compiling smawk v0.3.2 |
3327 | 2024-12-13T20:16:56.060Z | [ host-package] Compiling supports-color v3.0.1 |
3328 | 2024-12-13T20:16:56.247Z | [ helios-setup] Dec 13 20:16:55.403 INFO E| Compiling anstyle v0.3.5 |
3329 | 2024-12-13T20:16:57.003Z | [ host-package] Compiling textwrap v0.16.1 |
3330 | 2024-12-13T20:16:57.145Z | [ host-package] Compiling rcgen v0.12.1 |
3331 | 2024-12-13T20:16:57.262Z | [ helios-setup] Dec 13 20:16:56.418 INFO E| Compiling concolor-query v0.3.3 |
3332 | 2024-12-13T20:16:57.631Z | [ helios-setup] Dec 13 20:16:56.788 INFO E| Compiling anstream v0.2.6 |
3333 | 2024-12-13T20:16:59.453Z | [ helios-setup] Dec 13 20:16:58.609 INFO E| Compiling slog-term v2.9.0 |
3334 | 2024-12-13T20:17:01.238Z | [ helios-setup] Dec 13 20:17:00.394 INFO E| Compiling flate2 v1.0.25 |
3335 | 2024-12-13T20:17:01.350Z | [ helios-setup] Dec 13 20:17:00.506 INFO E| Compiling num_enum v0.5.7 |
3336 | 2024-12-13T20:17:02.042Z | [ helios-setup] Dec 13 20:17:01.198 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3337 | 2024-12-13T20:17:03.157Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3338 | 2024-12-13T20:17:03.240Z | [ helios-setup] Dec 13 20:17:02.396 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3339 | 2024-12-13T20:17:03.598Z | [ helios-setup] Dec 13 20:17:02.754 INFO E| Compiling rand v0.8.5 |
3340 | 2024-12-13T20:17:03.640Z | [ helios-setup] Dec 13 20:17:02.796 INFO E| Compiling openapiv3 v1.0.2 |
3341 | 2024-12-13T20:17:04.466Z | [ helios-setup] Dec 13 20:17:03.622 INFO E| Compiling encoding_rs v0.8.32 |
3342 | 2024-12-13T20:17:05.637Z | [ helios-setup] Dec 13 20:17:04.793 INFO E| Compiling mime v0.3.17 |
3343 | 2024-12-13T20:17:07.433Z | [ helios-setup] Dec 13 20:17:06.588 INFO E| Compiling base64 v0.13.1 |
3344 | 2024-12-13T20:17:08.037Z | [ helios-setup] Dec 13 20:17:07.192 INFO E| Compiling ipnet v2.7.2 |
3345 | 2024-12-13T20:17:09.310Z | [ helios-setup] Dec 13 20:17:08.464 INFO E| Compiling either v1.8.0 |
3346 | 2024-12-13T20:17:10.013Z | [ helios-setup] Dec 13 20:17:09.167 INFO E| Compiling project-root v0.2.2 |
3347 | 2024-12-13T20:17:10.865Z | [ helios-setup] Dec 13 20:17:10.020 INFO E| Compiling unsafe-libyaml v0.2.8 |
3348 | 2024-12-13T20:17:10.955Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3349 | 2024-12-13T20:17:12.540Z | [ helios-setup] Dec 13 20:17:11.694 INFO E| Compiling untrusted v0.7.1 |
3350 | 2024-12-13T20:17:13.035Z | [ helios-setup] Dec 13 20:17:12.189 INFO E| Compiling spin v0.5.2 |
3351 | 2024-12-13T20:17:13.630Z | [ helios-setup] Dec 13 20:17:12.783 INFO E| Compiling strsim v0.10.0 |
3352 | 2024-12-13T20:17:13.959Z | [ helios-setup] Dec 13 20:17:13.113 INFO E| Compiling byteorder v1.4.3 |
3353 | 2024-12-13T20:17:14.326Z | [ helios-setup] Dec 13 20:17:13.479 INFO E| Compiling clap_lex v0.4.1 |
3354 | 2024-12-13T20:17:14.438Z | [ helios-setup] Dec 13 20:17:13.591 INFO E| Compiling utf-8 v0.7.6 |
3355 | 2024-12-13T20:17:15.428Z | [ helios-setup] Dec 13 20:17:14.581 INFO E| Compiling tungstenite v0.18.0 |
3356 | 2024-12-13T20:17:15.518Z | [ helios-setup] Dec 13 20:17:14.671 INFO E| Compiling clap_builder v4.2.1 |
3357 | 2024-12-13T20:17:16.022Z | [ helios-setup] Dec 13 20:17:15.175 INFO E| Compiling serde_yaml v0.9.21 |
3358 | 2024-12-13T20:17:17.915Z | [ helios-setup] Dec 13 20:17:17.068 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3359 | 2024-12-13T20:17:17.966Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3360 | 2024-12-13T20:17:22.247Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3361 | 2024-12-13T20:17:22.614Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3362 | 2024-12-13T20:17:23.955Z | [ helios-setup] Dec 13 20:17:23.106 INFO E| Compiling reqwest v0.11.16 |
3363 | 2024-12-13T20:17:26.733Z | [ helios-setup] Dec 13 20:17:25.808 INFO E| Compiling rayon v1.6.1 |
3364 | 2024-12-13T20:17:28.058Z | [ helios-setup] Dec 13 20:17:27.185 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3365 | 2024-12-13T20:17:29.134Z | [ helios-setup] Dec 13 20:17:28.285 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3366 | 2024-12-13T20:17:32.195Z | [ helios-setup] Dec 13 20:17:31.344 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3367 | 2024-12-13T20:17:32.349Z | [ helios-setup] Dec 13 20:17:31.499 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3368 | 2024-12-13T20:17:34.386Z | [ helios-setup] Dec 13 20:17:33.536 INFO E| Compiling clap_derive v4.2.0 |
3369 | 2024-12-13T20:17:38.350Z | [ helios-setup] Dec 13 20:17:37.498 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3370 | 2024-12-13T20:17:44.591Z | [ helios-setup] Dec 13 20:17:43.739 INFO E| Compiling clap v4.2.1 |
3371 | 2024-12-13T20:17:45.636Z | [ helios-setup] Dec 13 20:17:44.784 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3372 | 2024-12-13T20:17:56.252Z | [ helios-setup] Dec 13 20:17:55.398 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3373 | 2024-12-13T20:18:00.194Z | [ helios-setup] Dec 13 20:17:59.338 INFO E| Compiling tokio-tungstenite v0.18.0 |
3374 | 2024-12-13T20:18:01.070Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3375 | 2024-12-13T20:18:01.786Z | [ helios-setup] Dec 13 20:18:00.930 INFO E| Compiling smartstring v1.0.1 |
3376 | 2024-12-13T20:18:02.597Z | [ helios-setup] Dec 13 20:18:01.741 INFO E| Compiling rustls v0.21.0 |
3377 | 2024-12-13T20:18:04.817Z | [ helios-setup] Dec 13 20:18:03.961 INFO E| Compiling sct v0.7.0 |
3378 | 2024-12-13T20:18:06.045Z | [ helios-setup] Dec 13 20:18:05.189 INFO E| Compiling rustls-webpki v0.100.1 |
3379 | 2024-12-13T20:18:09.897Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3380 | 2024-12-13T20:18:10.623Z | [ helios-setup] Dec 13 20:18:09.765 INFO E| Compiling serde_spanned v0.6.1 |
3381 | 2024-12-13T20:18:11.180Z | [ helios-setup] Dec 13 20:18:10.322 INFO E| Compiling toml_datetime v0.6.1 |
3382 | 2024-12-13T20:18:11.222Z | [ helios-setup] Dec 13 20:18:10.364 INFO E| Compiling match_cfg v0.1.0 |
3383 | 2024-12-13T20:18:11.886Z | [ helios-setup] Dec 13 20:18:10.994 INFO E| Compiling paste v1.0.12 |
3384 | 2024-12-13T20:18:12.770Z | [ helios-setup] Dec 13 20:18:11.912 INFO E| Compiling winnow v0.4.1 |
3385 | 2024-12-13T20:18:13.235Z | [ helios-setup] Dec 13 20:18:12.378 INFO E| Compiling camino v1.1.4 |
3386 | 2024-12-13T20:18:14.854Z | [ helios-setup] Dec 13 20:18:13.996 INFO E| Compiling async-trait v0.1.68 |
3387 | 2024-12-13T20:18:16.266Z | [ helios-setup] Dec 13 20:18:15.408 INFO E| Compiling static_assertions v1.1.0 |
3388 | 2024-12-13T20:18:16.663Z | [ helios-setup] Dec 13 20:18:15.805 INFO E| Compiling slog-async v2.7.0 |
3389 | 2024-12-13T20:18:20.615Z | [ helios-setup] Dec 13 20:18:19.756 INFO E| Compiling toml_edit v0.19.8 |
3390 | 2024-12-13T20:18:21.065Z | [ helios-setup] Dec 13 20:18:20.205 INFO E| Compiling hostname v0.3.1 |
3391 | 2024-12-13T20:18:21.931Z | [ helios-setup] Dec 13 20:18:21.072 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3392 | 2024-12-13T20:18:25.169Z | [ helios-setup] Dec 13 20:18:24.309 INFO E| Compiling slog-json v2.6.1 |
3393 | 2024-12-13T20:18:26.964Z | [ helios-setup] Dec 13 20:18:26.104 INFO E| Compiling unicode-linebreak v0.1.4 |
3394 | 2024-12-13T20:18:27.066Z | [ helios-setup] Dec 13 20:18:26.205 INFO E| Compiling async-stream-impl v0.3.5 |
3395 | 2024-12-13T20:18:30.086Z | [ helios-setup] Dec 13 20:18:29.225 INFO E| Compiling rhai_codegen v1.5.0 |
3396 | 2024-12-13T20:18:32.413Z | [ helios-setup] Dec 13 20:18:31.551 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3397 | 2024-12-13T20:18:33.715Z | [ helios-setup] Dec 13 20:18:32.842 INFO E| Compiling take_mut v0.2.2 |
3398 | 2024-12-13T20:18:35.372Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3399 | 2024-12-13T20:18:36.459Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3400 | 2024-12-13T20:18:36.462Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3401 | 2024-12-13T20:18:36.587Z | [ helios-setup] Dec 13 20:18:35.724 INFO E| Compiling rhai v1.14.0 |
3402 | 2024-12-13T20:18:37.729Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3403 | 2024-12-13T20:18:37.911Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3404 | 2024-12-13T20:18:38.928Z | [ helios-setup] Dec 13 20:18:38.066 INFO E| Compiling tokio-rustls v0.24.0 |
3405 | 2024-12-13T20:18:40.144Z | [ helios-setup] Dec 13 20:18:39.281 INFO E| Compiling async-stream v0.3.5 |
3406 | 2024-12-13T20:18:40.201Z | [ helios-setup] Dec 13 20:18:39.338 INFO E| Compiling toml v0.7.3 |
3407 | 2024-12-13T20:18:40.781Z | [ helios-setup] Dec 13 20:18:39.918 INFO E| Compiling slog-bunyan v2.4.0 |
3408 | 2024-12-13T20:18:48.066Z | [ helios-setup] Dec 13 20:18:47.202 INFO E| Compiling rustls-pemfile v1.0.2 |
3409 | 2024-12-13T20:18:49.673Z | [ helios-setup] Dec 13 20:18:48.808 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3410 | 2024-12-13T20:18:50.036Z | [ helios-setup] Dec 13 20:18:49.171 INFO E| Compiling bincode v1.3.3 |
3411 | 2024-12-13T20:18:50.133Z | [ helios-setup] Dec 13 20:18:49.267 INFO E| Compiling serde_path_to_error v0.1.11 |
3412 | 2024-12-13T20:18:51.370Z | [ host-package] Compiling fatfs v0.3.6 |
3413 | 2024-12-13T20:18:52.277Z | [ helios-setup] Dec 13 20:18:51.412 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3414 | 2024-12-13T20:18:52.418Z | [ helios-setup] Dec 13 20:18:51.552 INFO E| Compiling terminal_size v0.2.6 |
3415 | 2024-12-13T20:18:53.085Z | [ helios-setup] Dec 13 20:18:52.220 INFO E| Compiling smawk v0.3.1 |
3416 | 2024-12-13T20:18:53.201Z | [ host-package] Compiling rtoolbox v0.0.2 |
3417 | 2024-12-13T20:18:54.061Z | [ helios-setup] Dec 13 20:18:53.195 INFO E| Compiling textwrap v0.16.0 |
3418 | 2024-12-13T20:18:54.209Z | [ host-package] Compiling subprocess v0.2.9 |
3419 | 2024-12-13T20:18:56.930Z | [ host-package] Compiling assert_matches v1.5.0 |
3420 | 2024-12-13T20:18:58.296Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3421 | 2024-12-13T20:19:03.343Z | [ host-package] Compiling rpassword v7.3.1 |
3422 | 2024-12-13T20:19:04.881Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3423 | 2024-12-13T20:19:12.806Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3424 | 2024-12-13T20:19:14.981Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3425 | 2024-12-13T20:19:15.813Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3426 | 2024-12-13T20:19:15.893Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3427 | 2024-12-13T20:19:17.073Z | [ helios-setup] Dec 13 20:19:16.203 INFO E| Compiling git2 v0.16.1 |
3428 | 2024-12-13T20:19:24.262Z | [ helios-setup] Dec 13 20:19:23.390 INFO E| Compiling built v0.6.0 |
3429 | 2024-12-13T20:19:25.011Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3430 | 2024-12-13T20:19:25.707Z | [ host-package] Compiling uzers v0.12.1 |
3431 | 2024-12-13T20:19:27.406Z | [ helios-setup] Dec 13 20:19:26.535 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3432 | 2024-12-13T20:19:28.959Z | [ helios-setup] Dec 13 20:19:28.087 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3433 | 2024-12-13T20:19:29.708Z | [ helios-setup] Dec 13 20:19:28.836 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3434 | 2024-12-13T20:19:29.899Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3435 | 2024-12-13T20:19:33.692Z | [ helios-setup] Dec 13 20:19:32.819 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3436 | 2024-12-13T20:19:36.486Z | [ helios-setup] Dec 13 20:19:35.612 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3437 | 2024-12-13T20:19:36.914Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3438 | 2024-12-13T20:19:40.332Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3439 | 2024-12-13T20:20:29.426Z | [ helios-setup] Dec 13 20:20:28.542 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3440 | 2024-12-13T20:20:32.132Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3441 | 2024-12-13T20:20:36.886Z | [ host-package] Compiling multimap v0.10.0 |
3442 | 2024-12-13T20:21:37.975Z | [ helios-setup] Dec 13 20:21:37.078 INFO E| Finished `release` profile [optimized] target(s) in 7m 01s |
3443 | 2024-12-13T20:21:38.140Z | [ helios-setup] Dec 13 20:21:37.244 INFO building project "pilot" ok (421 seconds) |
3444 | 2024-12-13T20:21:38.143Z | [ helios-setup] rm -f helios-build |
3445 | 2024-12-13T20:21:38.146Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3446 | 2024-12-13T20:21:38.149Z | [ helios-setup] |
3447 | 2024-12-13T20:21:38.152Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3448 | 2024-12-13T20:21:38.156Z | [ helios-setup] |
3449 | 2024-12-13T20:21:38.156Z | [ helios-setup] |
3450 | 2024-12-13T20:21:38.156Z | [ helios-setup] real 12:23.307358799 |
3451 | 2024-12-13T20:21:38.156Z | [ helios-setup] user 29:58.171567376 |
3452 | 2024-12-13T20:21:38.156Z | [ helios-setup] sys 3:45.853917069 |
3453 | 2024-12-13T20:21:38.156Z | [ helios-setup] trap 1.888777250 |
3454 | 2024-12-13T20:21:38.156Z | [ helios-setup] tflt 8.045548427 |
3455 | 2024-12-13T20:21:38.156Z | [ helios-setup] dflt 29.626137224 |
3456 | 2024-12-13T20:21:38.156Z | [ helios-setup] kflt 0.019544185 |
3457 | 2024-12-13T20:21:38.156Z | [ helios-setup] lock 2:13:55.660887833 |
3458 | 2024-12-13T20:21:38.156Z | [ helios-setup] slp 3:53:30.481228354 |
3459 | 2024-12-13T20:21:38.156Z | [ helios-setup] lat 34:09.091143251 |
3460 | 2024-12-13T20:21:38.156Z | [ helios-setup] stop 4:42.465257881 |
3461 | 2024-12-13T20:21:38.157Z | Dec 13 20:21:37.257 INFO [helios-setup] process exited with exit status: 0 (743.313730334s) |
3462 | 2024-12-13T20:21:38.157Z | Dec 13 20:21:37.258 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3463 | 2024-12-13T20:21:38.185Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3464 | 2024-12-13T20:21:38.515Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3465 | 2024-12-13T20:21:38.515Z | [ phbl-toolchain] info: downloading component 'cargo' |
3466 | 2024-12-13T20:21:40.045Z | [ phbl-toolchain] info: downloading component 'clippy' |
3467 | 2024-12-13T20:21:40.340Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3468 | 2024-12-13T20:21:45.407Z | [ phbl-toolchain] info: downloading component 'miri' |
3469 | 2024-12-13T20:21:46.078Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3470 | 2024-12-13T20:21:47.518Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3471 | 2024-12-13T20:21:48.117Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3472 | 2024-12-13T20:21:49.915Z | [ phbl-toolchain] info: downloading component 'rustc' |
3473 | 2024-12-13T20:21:57.354Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3474 | 2024-12-13T20:21:57.579Z | [ phbl-toolchain] info: installing component 'cargo' |
3475 | 2024-12-13T20:21:58.877Z | [ phbl-toolchain] info: installing component 'clippy' |
3476 | 2024-12-13T20:21:59.409Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3477 | 2024-12-13T20:22:05.194Z | [ phbl-toolchain] info: installing component 'miri' |
3478 | 2024-12-13T20:22:05.492Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3479 | 2024-12-13T20:22:13.264Z | [ phbl-toolchain] info: installing component 'rust-src' |
3480 | 2024-12-13T20:22:13.780Z | [ phbl-toolchain] info: installing component 'rust-std' |
3481 | 2024-12-13T20:22:16.475Z | [ phbl-toolchain] info: installing component 'rustc' |
3482 | 2024-12-13T20:22:25.668Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3483 | 2024-12-13T20:22:26.474Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3484 | 2024-12-13T20:22:26.477Z | Dec 13 20:22:25.571 INFO [phbl-toolchain] process exited with exit status: 0 (48.313401102s) |
3485 | 2024-12-13T20:23:23.471Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3486 | 2024-12-13T20:23:32.811Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3487 | 2024-12-13T20:30:46.270Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 37s |
3488 | 2024-12-13T20:31:53.551Z | Dec 13 20:31:52.537 INFO [host-package] process exited with exit status: 0 (1305.33141398s) |
3489 | 2024-12-13T20:31:53.553Z | Dec 13 20:31:52.538 INFO [host-stamp] running task |
3490 | 2024-12-13T20:31:53.553Z | Dec 13 20:31:52.538 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3491 | 2024-12-13T20:31:53.553Z | Dec 13 20:31:52.538 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+git51ce5fbaec0 |
3492 | 2024-12-13T20:31:53.576Z | Dec 13 20:31:52.563 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+git51ce5fbaec0 |
3493 | 2024-12-13T20:31:53.588Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3494 | 2024-12-13T20:31:53.595Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3495 | 2024-12-13T20:31:53.597Z | Dec 13 20:31:52.582 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+git51ce5fbaec0 |
3496 | 2024-12-13T20:31:53.614Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3497 | 2024-12-13T20:31:53.618Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3498 | 2024-12-13T20:31:53.618Z | Dec 13 20:31:52.602 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+git51ce5fbaec0 |
3499 | 2024-12-13T20:31:53.633Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3500 | 2024-12-13T20:31:53.643Z | Dec 13 20:31:52.620 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+git51ce5fbaec0 |
3501 | 2024-12-13T20:31:53.646Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3502 | 2024-12-13T20:31:53.649Z | Dec 13 20:31:52.636 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+git51ce5fbaec0 |
3503 | 2024-12-13T20:31:53.671Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-13T20:31:53.671Z | Dec 13 20:31:52.658 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+git51ce5fbaec0 |
3505 | 2024-12-13T20:31:53.686Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3506 | 2024-12-13T20:31:53.692Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3507 | 2024-12-13T20:31:53.695Z | Dec 13 20:31:52.679 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+git51ce5fbaec0 |
3508 | 2024-12-13T20:31:53.713Z | Dec 13 20:31:52.700 INFO [stamp-oxlog] process exited with exit status: 0 (136.560563ms) |
3509 | 2024-12-13T20:31:53.716Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-13T20:31:53.716Z | Dec 13 20:31:52.700 INFO [stamp-overlay] process exited with exit status: 0 (63.901525ms) |
3511 | 2024-12-13T20:31:53.726Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3512 | 2024-12-13T20:31:53.728Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3513 | 2024-12-13T20:31:53.735Z | Dec 13 20:31:52.720 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (40.496516ms) |
3514 | 2024-12-13T20:31:53.745Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3515 | 2024-12-13T20:31:53.749Z | Dec 13 20:31:52.736 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (116.317119ms) |
3516 | 2024-12-13T20:31:53.925Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3517 | 2024-12-13T20:31:53.930Z | Dec 13 20:31:52.917 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (258.808721ms) |
3518 | 2024-12-13T20:31:53.997Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3519 | 2024-12-13T20:31:53.999Z | Dec 13 20:31:52.986 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (404.641869ms) |
3520 | 2024-12-13T20:31:54.809Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3521 | 2024-12-13T20:31:54.812Z | Dec 13 20:31:53.799 INFO [stamp-propolis-server] process exited with exit status: 0 (1.260662252s) |
3522 | 2024-12-13T20:31:54.907Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3523 | 2024-12-13T20:31:57.468Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3524 | 2024-12-13T20:32:04.551Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3525 | 2024-12-13T20:32:04.555Z | Dec 13 20:32:03.540 INFO [stamp-switch-asic] process exited with exit status: 0 (10.937507877s) |
3526 | 2024-12-13T20:32:04.557Z | Dec 13 20:32:03.540 INFO [host-stamp] task succeeded (11.002166385s) |
3527 | 2024-12-13T20:32:04.557Z | Dec 13 20:32:03.540 INFO [host-proto] running task |
3528 | 2024-12-13T20:32:04.986Z | Dec 13 20:32:03.970 INFO [host-proto] task succeeded (430.340902ms) |
3529 | 2024-12-13T20:32:04.986Z | Dec 13 20:32:03.970 INFO [host-profile] running task |
3530 | 2024-12-13T20:32:04.988Z | Dec 13 20:32:03.971 INFO [host-profile] task succeeded (244.899µs) |
3531 | 2024-12-13T20:32:04.988Z | Dec 13 20:32:03.971 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/.tmpVYZFEz/proto/host/root -N 'ci 51ce5fb/${os_short_commit} 2024-12-13 20:09' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3532 | 2024-12-13T20:32:05.010Z | [ host-image] Dec 13 20:32:03.993 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3533 | 2024-12-13T20:32:05.010Z | [ host-image] Dec 13 20:32:03.994 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3534 | 2024-12-13T20:32:05.026Z | [ host-image] Dec 13 20:32:04.010 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpVYZFEz/proto/host/root" |
3535 | 2024-12-13T20:32:05.026Z | [ host-image] Dec 13 20:32:04.010 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3536 | 2024-12-13T20:32:05.028Z | [ host-image] Dec 13 20:32:04.011 INFO image builder template: ramdisk-01-os... |
3537 | 2024-12-13T20:32:05.028Z | [ host-image] Dec 13 20:32:04.011 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/.tmpVYZFEz/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 |
3538 | 2024-12-13T20:32:05.048Z | [ host-image] Dec 13 20:32:04.032 INFO O| Dec 13 20:32:04.032 INFO CREATE DATASET: rpool/images/build/host/output |
3539 | 2024-12-13T20:32:05.210Z | [ host-image] Dec 13 20:32:04.194 INFO O| Dec 13 20:32:04.194 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3540 | 2024-12-13T20:32:05.214Z | [ host-image] Dec 13 20:32:04.199 INFO O| Dec 13 20:32:04.199 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3541 | 2024-12-13T20:32:05.445Z | [ host-image] Dec 13 20:32:04.430 INFO O| Dec 13 20:32:04.430 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3542 | 2024-12-13T20:32:05.508Z | [ host-image] Dec 13 20:32:04.492 INFO O| Dec 13 20:32:04.492 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3543 | 2024-12-13T20:32:05.511Z | [ host-image] Dec 13 20:32:04.492 INFO O| Dec 13 20:32:04.492 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3544 | 2024-12-13T20:32:05.511Z | [ host-image] Dec 13 20:32:04.493 INFO O| Dec 13 20:32:04.493 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3545 | 2024-12-13T20:32:05.511Z | [ host-image] Dec 13 20:32:04.493 INFO O| Dec 13 20:32:04.493 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3546 | 2024-12-13T20:32:05.518Z | [ host-image] Dec 13 20:32:04.502 INFO O| Dec 13 20:32:04.502 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3547 | 2024-12-13T20:32:05.757Z | [ host-image] Dec 13 20:32:04.741 INFO O| Dec 13 20:32:04.741 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-12-13T20:32:05.770Z | [ host-image] Dec 13 20:32:04.755 INFO O| Dec 13 20:32:04.755 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3549 | 2024-12-13T20:32:06.301Z | [ host-image] Dec 13 20:32:05.285 INFO O| Dec 13 20:32:05.285 INFO O| Caching catalogs ... Done |
3550 | 2024-12-13T20:32:06.432Z | [ host-image] Dec 13 20:32:05.416 INFO O| Dec 13 20:32:05.416 INFO STEP 0 (pkg_image_create) COMPLETE |
3551 | 2024-12-13T20:32:06.432Z | [ host-image] Dec 13 20:32:05.416 INFO O| Dec 13 20:32:05.416 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3552 | 2024-12-13T20:32:06.434Z | [ host-image] Dec 13 20:32:05.416 INFO O| Dec 13 20:32:05.416 INFO skip step because feature "repo_redist" is not enabled |
3553 | 2024-12-13T20:32:06.435Z | [ host-image] Dec 13 20:32:05.416 INFO O| Dec 13 20:32:05.416 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-12-13T20:32:06.452Z | [ host-image] Dec 13 20:32:05.436 INFO O| Dec 13 20:32:05.436 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"] |
3555 | 2024-12-13T20:32:07.057Z | [ host-image] Dec 13 20:32:06.041 INFO O| Dec 13 20:32:06.041 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3556 | 2024-12-13T20:32:07.057Z | [ host-image] Dec 13 20:32:06.041 INFO O| Dec 13 20:32:06.041 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-13T20:32:07.076Z | [ host-image] Dec 13 20:32:06.060 INFO O| Dec 13 20:32:06.060 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3558 | 2024-12-13T20:32:07.675Z | [ host-image] Dec 13 20:32:06.659 INFO O| Dec 13 20:32:06.659 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3559 | 2024-12-13T20:32:07.678Z | [ host-image] Dec 13 20:32:06.659 INFO O| Dec 13 20:32:06.659 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-12-13T20:32:07.678Z | [ host-image] Dec 13 20:32:06.659 INFO O| Dec 13 20:32:06.659 INFO skip step because feature "repo_redist" is not enabled |
3561 | 2024-12-13T20:32:07.678Z | [ host-image] Dec 13 20:32:06.659 INFO O| Dec 13 20:32:06.659 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3562 | 2024-12-13T20:32:08.206Z | [ host-image] Dec 13 20:32:07.189 INFO O| Dec 13 20:32:07.189 INFO variant opensolaris.zone is already global |
3563 | 2024-12-13T20:32:08.206Z | [ host-image] Dec 13 20:32:07.189 INFO O| Dec 13 20:32:07.189 INFO STEP 5 (pkg_change_variant) COMPLETE |
3564 | 2024-12-13T20:32:08.208Z | [ host-image] Dec 13 20:32:07.189 INFO O| Dec 13 20:32:07.189 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-13T20:32:08.812Z | [ host-image] Dec 13 20:32:07.796 INFO O| Dec 13 20:32:07.796 INFO variant opensolaris.imagetype is full; changing to partial |
3566 | 2024-12-13T20:32:08.812Z | [ host-image] Dec 13 20:32:07.796 INFO O| Dec 13 20:32:07.796 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3567 | 2024-12-13T20:32:17.530Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.70s |
3568 | 2024-12-13T20:32:18.217Z | [ host-image] Dec 13 20:32:17.198 INFO O| Dec 13 20:32:17.198 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3569 | 2024-12-13T20:32:19.851Z | Dec 13 20:32:18.832 INFO [recovery-package] process exited with exit status: 0 (26.294116027s) |
3570 | 2024-12-13T20:32:19.851Z | Dec 13 20:32:18.832 INFO [recovery-stamp] running task |
3571 | 2024-12-13T20:32:19.853Z | Dec 13 20:32:18.833 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3572 | 2024-12-13T20:32:19.853Z | Dec 13 20:32:18.833 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+git51ce5fbaec0 |
3573 | 2024-12-13T20:32:19.877Z | Dec 13 20:32:18.859 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git51ce5fbaec0 |
3574 | 2024-12-13T20:32:19.891Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3575 | 2024-12-13T20:32:19.909Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3576 | 2024-12-13T20:32:19.996Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3577 | 2024-12-13T20:32:20.000Z | Dec 13 20:32:18.982 INFO [stamp-installinator] process exited with exit status: 0 (123.252479ms) |
3578 | 2024-12-13T20:32:20.016Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3579 | 2024-12-13T20:32:20.020Z | Dec 13 20:32:19.002 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (168.99439ms) |
3580 | 2024-12-13T20:32:20.023Z | Dec 13 20:32:19.002 INFO [recovery-stamp] task succeeded (169.482418ms) |
3581 | 2024-12-13T20:32:20.023Z | Dec 13 20:32:19.002 INFO [recovery-proto] running task |
3582 | 2024-12-13T20:32:20.023Z | Dec 13 20:32:19.002 INFO [tuf-stamp] running task |
3583 | 2024-12-13T20:32:20.023Z | Dec 13 20:32:19.003 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+git51ce5fbaec0 |
3584 | 2024-12-13T20:32:20.041Z | Dec 13 20:32:19.023 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+git51ce5fbaec0 |
3585 | 2024-12-13T20:32:20.058Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3586 | 2024-12-13T20:32:20.061Z | Dec 13 20:32:19.040 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+git51ce5fbaec0 |
3587 | 2024-12-13T20:32:20.069Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3588 | 2024-12-13T20:32:20.076Z | Dec 13 20:32:19.058 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+git51ce5fbaec0 |
3589 | 2024-12-13T20:32:20.097Z | Dec 13 20:32:19.078 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+git51ce5fbaec0 |
3590 | 2024-12-13T20:32:20.100Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-13T20:32:20.120Z | Dec 13 20:32:19.101 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+git51ce5fbaec0 |
3592 | 2024-12-13T20:32:20.120Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-13T20:32:20.158Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3594 | 2024-12-13T20:32:20.158Z | Dec 13 20:32:19.140 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+git51ce5fbaec0 |
3595 | 2024-12-13T20:32:20.225Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3596 | 2024-12-13T20:32:20.243Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-13T20:32:20.246Z | Dec 13 20:32:19.225 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+git51ce5fbaec0 |
3598 | 2024-12-13T20:32:20.302Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-13T20:32:20.305Z | Dec 13 20:32:19.284 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+git51ce5fbaec0 |
3600 | 2024-12-13T20:32:20.333Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-13T20:32:20.335Z | Dec 13 20:32:19.315 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+git51ce5fbaec0 |
3602 | 2024-12-13T20:32:20.362Z | Dec 13 20:32:19.343 INFO [recovery-proto] task succeeded (319.453037ms) |
3603 | 2024-12-13T20:32:20.429Z | Dec 13 20:32:19.410 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/.tmpVYZFEz/proto/recovery/root -N 'recovery 51ce5fb/${os_short_commit} 2024-12-13 20:09' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3604 | 2024-12-13T20:32:20.464Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3605 | 2024-12-13T20:32:20.477Z | Dec 13 20:32:19.446 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+git51ce5fbaec0 |
3606 | 2024-12-13T20:32:20.484Z | [ recovery-image] Dec 13 20:32:19.464 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3607 | 2024-12-13T20:32:20.486Z | [ recovery-image] Dec 13 20:32:19.464 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3608 | 2024-12-13T20:32:20.491Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3609 | 2024-12-13T20:32:20.508Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-13T20:32:20.511Z | Dec 13 20:32:19.490 INFO [stamp-probe] process exited with exit status: 0 (432.111274ms) |
3611 | 2024-12-13T20:32:20.521Z | [ recovery-image] Dec 13 20:32:19.503 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpVYZFEz/proto/recovery/root" |
3612 | 2024-12-13T20:32:20.522Z | [ recovery-image] Dec 13 20:32:19.503 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3613 | 2024-12-13T20:32:20.524Z | [ recovery-image] Dec 13 20:32:19.503 INFO image builder template: ramdisk-01-os... |
3614 | 2024-12-13T20:32:20.524Z | [ recovery-image] Dec 13 20:32:19.503 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/.tmpVYZFEz/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 |
3615 | 2024-12-13T20:32:20.538Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3616 | 2024-12-13T20:32:20.557Z | [ recovery-image] Dec 13 20:32:19.538 INFO O| Dec 13 20:32:19.538 INFO CREATE DATASET: rpool/images/build/recovery/output |
3617 | 2024-12-13T20:32:20.644Z | Dec 13 20:32:19.625 INFO [stamp-ntp] process exited with exit status: 0 (602.467995ms) |
3618 | 2024-12-13T20:32:20.792Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3619 | 2024-12-13T20:32:20.869Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3620 | 2024-12-13T20:32:20.983Z | [ recovery-image] Dec 13 20:32:19.964 INFO O| Dec 13 20:32:19.964 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3621 | 2024-12-13T20:32:21.010Z | [ recovery-image] Dec 13 20:32:19.992 INFO O| Dec 13 20:32:19.991 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3622 | 2024-12-13T20:32:21.567Z | [ recovery-image] Dec 13 20:32:20.548 INFO O| Dec 13 20:32:20.548 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3623 | 2024-12-13T20:32:21.675Z | [ recovery-image] Dec 13 20:32:20.656 INFO O| Dec 13 20:32:20.656 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3624 | 2024-12-13T20:32:21.678Z | [ recovery-image] Dec 13 20:32:20.656 INFO O| Dec 13 20:32:20.656 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3625 | 2024-12-13T20:32:21.678Z | [ recovery-image] Dec 13 20:32:20.657 INFO O| Dec 13 20:32:20.657 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3626 | 2024-12-13T20:32:21.678Z | [ recovery-image] Dec 13 20:32:20.657 INFO O| Dec 13 20:32:20.657 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3627 | 2024-12-13T20:32:21.690Z | [ recovery-image] Dec 13 20:32:20.672 INFO O| Dec 13 20:32:20.672 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3628 | 2024-12-13T20:32:21.711Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3629 | 2024-12-13T20:32:21.739Z | Dec 13 20:32:20.720 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.618242016s) |
3630 | 2024-12-13T20:32:22.021Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3631 | 2024-12-13T20:32:22.052Z | Dec 13 20:32:21.032 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.029188051s) |
3632 | 2024-12-13T20:32:22.056Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3633 | 2024-12-13T20:32:22.075Z | Dec 13 20:32:21.057 INFO [stamp-internal-dns] process exited with exit status: 0 (1.9164961s) |
3634 | 2024-12-13T20:32:22.129Z | [ recovery-image] Dec 13 20:32:21.110 INFO O| Dec 13 20:32:21.110 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3635 | 2024-12-13T20:32:22.185Z | [ recovery-image] Dec 13 20:32:21.165 INFO O| Dec 13 20:32:21.165 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3636 | 2024-12-13T20:32:22.237Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3637 | 2024-12-13T20:32:22.242Z | Dec 13 20:32:21.223 INFO [stamp-external-dns] process exited with exit status: 0 (1.996829692s) |
3638 | 2024-12-13T20:32:22.583Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3639 | 2024-12-13T20:32:22.588Z | Dec 13 20:32:21.569 INFO [stamp-oximeter] process exited with exit status: 0 (2.285078205s) |
3640 | 2024-12-13T20:32:22.705Z | [ recovery-image] Dec 13 20:32:21.686 INFO O| Dec 13 20:32:21.686 INFO O| Caching catalogs ... Done |
3641 | 2024-12-13T20:32:22.841Z | [ recovery-image] Dec 13 20:32:21.822 INFO O| Dec 13 20:32:21.821 INFO STEP 0 (pkg_image_create) COMPLETE |
3642 | 2024-12-13T20:32:22.841Z | [ recovery-image] Dec 13 20:32:21.822 INFO O| Dec 13 20:32:21.822 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3643 | 2024-12-13T20:32:22.841Z | [ recovery-image] Dec 13 20:32:21.822 INFO O| Dec 13 20:32:21.822 INFO skip step because feature "repo_redist" is not enabled |
3644 | 2024-12-13T20:32:22.841Z | [ recovery-image] Dec 13 20:32:21.822 INFO O| Dec 13 20:32:21.822 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3645 | 2024-12-13T20:32:22.857Z | [ recovery-image] Dec 13 20:32:21.838 INFO O| Dec 13 20:32:21.838 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"] |
3646 | 2024-12-13T20:32:23.354Z | [ recovery-image] Dec 13 20:32:22.335 INFO O| Dec 13 20:32:22.335 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3647 | 2024-12-13T20:32:23.354Z | [ recovery-image] Dec 13 20:32:22.335 INFO O| Dec 13 20:32:22.335 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3648 | 2024-12-13T20:32:23.371Z | [ recovery-image] Dec 13 20:32:22.352 INFO O| Dec 13 20:32:22.351 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3649 | 2024-12-13T20:32:23.906Z | [ recovery-image] Dec 13 20:32:22.887 INFO O| Dec 13 20:32:22.886 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3650 | 2024-12-13T20:32:23.906Z | [ recovery-image] Dec 13 20:32:22.887 INFO O| Dec 13 20:32:22.886 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-12-13T20:32:23.906Z | [ recovery-image] Dec 13 20:32:22.887 INFO O| Dec 13 20:32:22.887 INFO skip step because feature "repo_redist" is not enabled |
3652 | 2024-12-13T20:32:23.908Z | [ recovery-image] Dec 13 20:32:22.887 INFO O| Dec 13 20:32:22.887 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3653 | 2024-12-13T20:32:23.945Z | [ host-image] Dec 13 20:32:22.926 INFO O| Dec 13 20:32:22.926 INFO O| Startup: Caching catalogs ... Done |
3654 | 2024-12-13T20:32:24.049Z | [ host-image] Dec 13 20:32:23.030 INFO O| Dec 13 20:32:23.030 INFO O| Planning: Planning completed in 0.00 seconds |
3655 | 2024-12-13T20:32:24.052Z | [ host-image] Dec 13 20:32:23.031 INFO O| Dec 13 20:32:23.031 INFO O| Planning: Consolidating action changes ... Done |
3656 | 2024-12-13T20:32:24.052Z | [ host-image] Dec 13 20:32:23.031 INFO O| Dec 13 20:32:23.031 INFO O| Planning: Evaluating mediators ... Done |
3657 | 2024-12-13T20:32:24.052Z | [ host-image] Dec 13 20:32:23.031 INFO O| Dec 13 20:32:23.031 INFO O| Planning: Planning completed in 0.00 seconds |
3658 | 2024-12-13T20:32:24.052Z | [ host-image] Dec 13 20:32:23.031 INFO O| Dec 13 20:32:23.031 INFO O| Variants/Facets to change: 1 |
3659 | 2024-12-13T20:32:24.079Z | [ host-image] Dec 13 20:32:23.060 INFO O| Dec 13 20:32:23.060 INFO O| Done |
3660 | 2024-12-13T20:32:24.079Z | [ host-image] Dec 13 20:32:23.060 INFO O| Dec 13 20:32:23.060 INFO O| Done |
3661 | 2024-12-13T20:32:24.674Z | [ recovery-image] Dec 13 20:32:23.429 INFO O| Dec 13 20:32:23.429 INFO variant opensolaris.zone is already global |
3662 | 2024-12-13T20:32:24.674Z | [ recovery-image] Dec 13 20:32:23.429 INFO O| Dec 13 20:32:23.429 INFO STEP 5 (pkg_change_variant) COMPLETE |
3663 | 2024-12-13T20:32:24.674Z | [ recovery-image] Dec 13 20:32:23.429 INFO O| Dec 13 20:32:23.429 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3664 | 2024-12-13T20:32:24.681Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3665 | 2024-12-13T20:32:24.681Z | Dec 13 20:32:23.475 INFO [stamp-nexus] process exited with exit status: 0 (4.028478238s) |
3666 | 2024-12-13T20:32:24.863Z | [ recovery-image] Dec 13 20:32:23.844 INFO O| Dec 13 20:32:23.844 INFO variant opensolaris.imagetype is full; changing to partial |
3667 | 2024-12-13T20:32:24.863Z | [ recovery-image] Dec 13 20:32:23.844 INFO O| Dec 13 20:32:23.844 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3668 | 2024-12-13T20:32:24.947Z | [ host-image] Dec 13 20:32:23.927 INFO O| Dec 13 20:32:23.927 INFO O| Done |
3669 | 2024-12-13T20:32:24.996Z | [ host-image] Dec 13 20:32:23.977 INFO O| Dec 13 20:32:23.977 INFO O| Done |
3670 | 2024-12-13T20:32:25.000Z | [ host-image] Dec 13 20:32:23.979 INFO O| Dec 13 20:32:23.978 INFO O| Done |
3671 | 2024-12-13T20:32:25.000Z | [ host-image] Dec 13 20:32:23.979 INFO O| Dec 13 20:32:23.979 INFO O| Done |
3672 | 2024-12-13T20:32:25.003Z | [ host-image] Dec 13 20:32:23.980 INFO O| Dec 13 20:32:23.980 INFO O| Done |
3673 | 2024-12-13T20:32:25.194Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3674 | 2024-12-13T20:32:25.336Z | [verify-libraries] Compiling home v0.5.9 |
3675 | 2024-12-13T20:32:25.361Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3676 | 2024-12-13T20:32:25.386Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3677 | 2024-12-13T20:32:25.388Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3678 | 2024-12-13T20:32:25.388Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3679 | 2024-12-13T20:32:25.560Z | [ host-image] Dec 13 20:32:24.541 INFO O| Dec 13 20:32:24.540 INFO STEP 6 (pkg_change_variant) COMPLETE |
3680 | 2024-12-13T20:32:25.560Z | [ host-image] Dec 13 20:32:24.541 INFO O| Dec 13 20:32:24.540 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3681 | 2024-12-13T20:32:25.563Z | [ host-image] Dec 13 20:32:24.541 INFO O| Dec 13 20:32:24.540 INFO skip step because feature "debug_variant" is not enabled |
3682 | 2024-12-13T20:32:25.563Z | [ host-image] Dec 13 20:32:24.541 INFO O| Dec 13 20:32:24.541 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3683 | 2024-12-13T20:32:25.639Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3684 | 2024-12-13T20:32:25.641Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3685 | 2024-12-13T20:32:25.844Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3686 | 2024-12-13T20:32:25.955Z | [verify-libraries] Compiling nix v0.28.0 |
3687 | 2024-12-13T20:32:25.957Z | [verify-libraries] Compiling polyval v0.6.2 |
3688 | 2024-12-13T20:32:26.215Z | [ host-image] Dec 13 20:32:25.194 INFO O| Dec 13 20:32:25.194 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3689 | 2024-12-13T20:32:26.252Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3690 | 2024-12-13T20:32:26.295Z | Dec 13 20:32:25.275 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.932593348s) |
3691 | 2024-12-13T20:32:26.430Z | [verify-libraries] Compiling ctr v0.9.2 |
3692 | 2024-12-13T20:32:26.895Z | [verify-libraries] Compiling ghash v0.5.1 |
3693 | 2024-12-13T20:32:26.998Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3694 | 2024-12-13T20:32:27.219Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3695 | 2024-12-13T20:32:27.234Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3696 | 2024-12-13T20:32:27.244Z | [verify-libraries] Compiling blowfish v0.9.1 |
3697 | 2024-12-13T20:32:28.035Z | [ host-image] Dec 13 20:32:27.015 INFO O| Dec 13 20:32:27.015 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3698 | 2024-12-13T20:32:28.038Z | [ host-image] Dec 13 20:32:27.017 INFO O| Dec 13 20:32:27.017 INFO O| Planning: Planning completed in 0.00 seconds |
3699 | 2024-12-13T20:32:28.039Z | [ host-image] Dec 13 20:32:27.018 INFO O| Dec 13 20:32:27.018 INFO O| Planning: Consolidating action changes ... Done |
3700 | 2024-12-13T20:32:28.039Z | [ host-image] Dec 13 20:32:27.018 INFO O| Dec 13 20:32:27.018 INFO O| Planning: Evaluating mediators ... Done |
3701 | 2024-12-13T20:32:28.042Z | [ host-image] Dec 13 20:32:27.018 INFO O| Dec 13 20:32:27.018 INFO O| Planning: Planning completed in 0.00 seconds |
3702 | 2024-12-13T20:32:28.042Z | [ host-image] Dec 13 20:32:27.018 INFO O| Dec 13 20:32:27.018 INFO O| Variants/Facets to change: 1 |
3703 | 2024-12-13T20:32:28.054Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3704 | 2024-12-13T20:32:28.166Z | [ host-image] Dec 13 20:32:27.146 INFO O| Dec 13 20:32:27.146 INFO O| Done |
3705 | 2024-12-13T20:32:28.166Z | [ host-image] Dec 13 20:32:27.146 INFO O| Dec 13 20:32:27.146 INFO O| Done |
3706 | 2024-12-13T20:32:28.659Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3707 | 2024-12-13T20:32:29.336Z | [verify-libraries] Compiling password-hash v0.4.2 |
3708 | 2024-12-13T20:32:29.509Z | [ host-image] Dec 13 20:32:28.488 INFO O| Dec 13 20:32:28.488 INFO O| Done |
3709 | 2024-12-13T20:32:29.589Z | [ host-image] Dec 13 20:32:28.569 INFO O| Dec 13 20:32:28.569 INFO O| Done |
3710 | 2024-12-13T20:32:29.592Z | [ host-image] Dec 13 20:32:28.570 INFO O| Dec 13 20:32:28.570 INFO O| Done |
3711 | 2024-12-13T20:32:29.592Z | [ host-image] Dec 13 20:32:28.570 INFO O| Dec 13 20:32:28.570 INFO O| Done |
3712 | 2024-12-13T20:32:29.592Z | [ host-image] Dec 13 20:32:28.572 INFO O| Dec 13 20:32:28.571 INFO O| Done |
3713 | 2024-12-13T20:32:29.797Z | [ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO STEP 8 (pkg_change_facet) COMPLETE |
3714 | 2024-12-13T20:32:29.797Z | [ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3715 | 2024-12-13T20:32:29.798Z | [ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO skip step because feature "recovery" is not enabled |
3716 | 2024-12-13T20:32:29.800Z | [ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3717 | 2024-12-13T20:32:29.800Z | [ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO skip step because feature "recovery" is not enabled |
3718 | 2024-12-13T20:32:29.800Z | [ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3719 | 2024-12-13T20:32:29.822Z | [ host-image] Dec 13 20:32:28.800 INFO O| Dec 13 20:32:28.800 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"] |
3720 | 2024-12-13T20:32:31.490Z | [ host-image] Dec 13 20:32:30.469 INFO O| Dec 13 20:32:30.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3721 | 2024-12-13T20:32:32.343Z | [verify-libraries] Compiling rustyline v14.0.0 |
3722 | 2024-12-13T20:32:33.342Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3723 | 2024-12-13T20:32:33.430Z | Dec 13 20:32:32.409 INFO [stamp-clickhouse] process exited with exit status: 0 (13.368990865s) |
3724 | 2024-12-13T20:32:33.790Z | [verify-libraries] Compiling matches v0.1.10 |
3725 | 2024-12-13T20:32:33.834Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3726 | 2024-12-13T20:32:33.863Z | Dec 13 20:32:32.842 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.763904426s) |
3727 | 2024-12-13T20:32:33.863Z | Dec 13 20:32:32.842 INFO [tuf-stamp] task succeeded (13.839572226s) |
3728 | 2024-12-13T20:32:33.968Z | [verify-libraries] Compiling idna v0.2.3 |
3729 | 2024-12-13T20:32:35.563Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3730 | 2024-12-13T20:32:36.161Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3731 | 2024-12-13T20:32:36.293Z | [verify-libraries] Compiling p256 v0.13.2 |
3732 | 2024-12-13T20:32:38.685Z | [ recovery-image] Dec 13 20:32:37.663 INFO O| Dec 13 20:32:37.663 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3733 | 2024-12-13T20:32:39.161Z | [verify-libraries] Compiling p521 v0.13.3 |
3734 | 2024-12-13T20:32:39.313Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3735 | 2024-12-13T20:32:40.587Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3736 | 2024-12-13T20:32:41.178Z | [verify-libraries] Compiling md5 v0.7.0 |
3737 | 2024-12-13T20:32:41.912Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3738 | 2024-12-13T20:32:42.063Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3739 | 2024-12-13T20:32:46.984Z | [ recovery-image] Dec 13 20:32:45.960 INFO O| Dec 13 20:32:45.960 INFO O| Startup: Caching catalogs ... Done |
3740 | 2024-12-13T20:32:47.151Z | [ recovery-image] Dec 13 20:32:46.127 INFO O| Dec 13 20:32:46.127 INFO O| Planning: Planning completed in 0.00 seconds |
3741 | 2024-12-13T20:32:47.153Z | [ recovery-image] Dec 13 20:32:46.128 INFO O| Dec 13 20:32:46.128 INFO O| Planning: Consolidating action changes ... Done |
3742 | 2024-12-13T20:32:47.153Z | [ recovery-image] Dec 13 20:32:46.128 INFO O| Dec 13 20:32:46.128 INFO O| Planning: Evaluating mediators ... Done |
3743 | 2024-12-13T20:32:47.153Z | [ recovery-image] Dec 13 20:32:46.129 INFO O| Dec 13 20:32:46.129 INFO O| Planning: Planning completed in 0.00 seconds |
3744 | 2024-12-13T20:32:47.153Z | [ recovery-image] Dec 13 20:32:46.129 INFO O| Dec 13 20:32:46.129 INFO O| Variants/Facets to change: 1 |
3745 | 2024-12-13T20:32:47.206Z | [ recovery-image] Dec 13 20:32:46.182 INFO O| Dec 13 20:32:46.182 INFO O| Done |
3746 | 2024-12-13T20:32:47.206Z | [ recovery-image] Dec 13 20:32:46.182 INFO O| Dec 13 20:32:46.182 INFO O| Done |
3747 | 2024-12-13T20:32:48.310Z | [ recovery-image] Dec 13 20:32:47.286 INFO O| Dec 13 20:32:47.286 INFO O| Done |
3748 | 2024-12-13T20:32:48.411Z | [ recovery-image] Dec 13 20:32:47.387 INFO O| Dec 13 20:32:47.387 INFO O| Done |
3749 | 2024-12-13T20:32:48.414Z | [ recovery-image] Dec 13 20:32:47.389 INFO O| Dec 13 20:32:47.389 INFO O| Done |
3750 | 2024-12-13T20:32:48.414Z | [ recovery-image] Dec 13 20:32:47.389 INFO O| Dec 13 20:32:47.389 INFO O| Done |
3751 | 2024-12-13T20:32:48.416Z | [ recovery-image] Dec 13 20:32:47.391 INFO O| Dec 13 20:32:47.391 INFO O| Done |
3752 | 2024-12-13T20:32:49.231Z | [ recovery-image] Dec 13 20:32:48.207 INFO O| Dec 13 20:32:48.207 INFO STEP 6 (pkg_change_variant) COMPLETE |
3753 | 2024-12-13T20:32:49.231Z | [ recovery-image] Dec 13 20:32:48.207 INFO O| Dec 13 20:32:48.207 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3754 | 2024-12-13T20:32:49.234Z | [ recovery-image] Dec 13 20:32:48.207 INFO O| Dec 13 20:32:48.207 INFO skip step because feature "debug_variant" is not enabled |
3755 | 2024-12-13T20:32:49.234Z | [ recovery-image] Dec 13 20:32:48.207 INFO O| Dec 13 20:32:48.207 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3756 | 2024-12-13T20:32:49.913Z | [ recovery-image] Dec 13 20:32:48.888 INFO O| Dec 13 20:32:48.888 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3757 | 2024-12-13T20:32:51.650Z | [ recovery-image] Dec 13 20:32:50.625 INFO O| Dec 13 20:32:50.625 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3758 | 2024-12-13T20:32:51.652Z | [ recovery-image] Dec 13 20:32:50.627 INFO O| Dec 13 20:32:50.627 INFO O| Planning: Planning completed in 0.00 seconds |
3759 | 2024-12-13T20:32:51.655Z | [ recovery-image] Dec 13 20:32:50.628 INFO O| Dec 13 20:32:50.628 INFO O| Planning: Consolidating action changes ... Done |
3760 | 2024-12-13T20:32:51.655Z | [ recovery-image] Dec 13 20:32:50.628 INFO O| Dec 13 20:32:50.628 INFO O| Planning: Evaluating mediators ... Done |
3761 | 2024-12-13T20:32:51.655Z | [ recovery-image] Dec 13 20:32:50.629 INFO O| Dec 13 20:32:50.629 INFO O| Planning: Planning completed in 0.00 seconds |
3762 | 2024-12-13T20:32:51.655Z | [ recovery-image] Dec 13 20:32:50.629 INFO O| Dec 13 20:32:50.629 INFO O| Variants/Facets to change: 1 |
3763 | 2024-12-13T20:32:51.764Z | [ recovery-image] Dec 13 20:32:50.740 INFO O| Dec 13 20:32:50.740 INFO O| Done |
3764 | 2024-12-13T20:32:51.764Z | [ recovery-image] Dec 13 20:32:50.740 INFO O| Dec 13 20:32:50.740 INFO O| Done |
3765 | 2024-12-13T20:32:52.294Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3766 | 2024-12-13T20:32:52.633Z | [ recovery-image] Dec 13 20:32:51.608 INFO O| Dec 13 20:32:51.608 INFO O| Done |
3767 | 2024-12-13T20:32:52.725Z | [ recovery-image] Dec 13 20:32:51.701 INFO O| Dec 13 20:32:51.700 INFO O| Done |
3768 | 2024-12-13T20:32:52.729Z | [ recovery-image] Dec 13 20:32:51.702 INFO O| Dec 13 20:32:51.702 INFO O| Done |
3769 | 2024-12-13T20:32:52.729Z | [ recovery-image] Dec 13 20:32:51.702 INFO O| Dec 13 20:32:51.702 INFO O| Done |
3770 | 2024-12-13T20:32:52.753Z | [ recovery-image] Dec 13 20:32:51.728 INFO O| Dec 13 20:32:51.728 INFO O| Done |
3771 | 2024-12-13T20:32:52.873Z | [ recovery-image] Dec 13 20:32:51.848 INFO O| Dec 13 20:32:51.848 INFO STEP 8 (pkg_change_facet) COMPLETE |
3772 | 2024-12-13T20:32:52.873Z | [ recovery-image] Dec 13 20:32:51.848 INFO O| Dec 13 20:32:51.848 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3773 | 2024-12-13T20:32:53.607Z | [ recovery-image] Dec 13 20:32:52.583 INFO O| Dec 13 20:32:52.583 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3774 | 2024-12-13T20:32:54.845Z | [ recovery-image] Dec 13 20:32:53.820 INFO O| Dec 13 20:32:53.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3775 | 2024-12-13T20:32:54.848Z | [ recovery-image] Dec 13 20:32:53.822 INFO O| Dec 13 20:32:53.822 INFO O| Planning: Planning completed in 0.00 seconds |
3776 | 2024-12-13T20:32:54.850Z | [ recovery-image] Dec 13 20:32:53.823 INFO O| Dec 13 20:32:53.823 INFO O| Planning: Consolidating action changes ... Done |
3777 | 2024-12-13T20:32:54.850Z | [ recovery-image] Dec 13 20:32:53.823 INFO O| Dec 13 20:32:53.823 INFO O| Planning: Evaluating mediators ... Done |
3778 | 2024-12-13T20:32:54.850Z | [ recovery-image] Dec 13 20:32:53.824 INFO O| Dec 13 20:32:53.824 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2024-12-13T20:32:54.850Z | [ recovery-image] Dec 13 20:32:53.824 INFO O| Dec 13 20:32:53.824 INFO O| Variants/Facets to change: 1 |
3780 | 2024-12-13T20:32:54.951Z | [ recovery-image] Dec 13 20:32:53.925 INFO O| Dec 13 20:32:53.925 INFO O| Done |
3781 | 2024-12-13T20:32:54.951Z | [ recovery-image] Dec 13 20:32:53.926 INFO O| Dec 13 20:32:53.925 INFO O| Done |
3782 | 2024-12-13T20:32:55.777Z | [ recovery-image] Dec 13 20:32:54.751 INFO O| Dec 13 20:32:54.751 INFO O| Done |
3783 | 2024-12-13T20:32:55.892Z | [ recovery-image] Dec 13 20:32:54.866 INFO O| Dec 13 20:32:54.866 INFO O| Done |
3784 | 2024-12-13T20:32:55.894Z | [ recovery-image] Dec 13 20:32:54.867 INFO O| Dec 13 20:32:54.867 INFO O| Done |
3785 | 2024-12-13T20:32:55.894Z | [ recovery-image] Dec 13 20:32:54.867 INFO O| Dec 13 20:32:54.867 INFO O| Done |
3786 | 2024-12-13T20:32:55.897Z | [ recovery-image] Dec 13 20:32:54.870 INFO O| Dec 13 20:32:54.870 INFO O| Done |
3787 | 2024-12-13T20:32:56.044Z | [ recovery-image] Dec 13 20:32:55.019 INFO O| Dec 13 20:32:55.019 INFO STEP 9 (pkg_change_facet) COMPLETE |
3788 | 2024-12-13T20:32:56.044Z | [ recovery-image] Dec 13 20:32:55.019 INFO O| Dec 13 20:32:55.019 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3789 | 2024-12-13T20:32:56.810Z | [ recovery-image] Dec 13 20:32:55.785 INFO O| Dec 13 20:32:55.784 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3790 | 2024-12-13T20:32:58.230Z | [ recovery-image] Dec 13 20:32:57.204 INFO O| Dec 13 20:32:57.204 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3791 | 2024-12-13T20:32:58.233Z | [ recovery-image] Dec 13 20:32:57.207 INFO O| Dec 13 20:32:57.207 INFO O| Planning: Planning completed in 0.00 seconds |
3792 | 2024-12-13T20:32:58.235Z | [ recovery-image] Dec 13 20:32:57.208 INFO O| Dec 13 20:32:57.208 INFO O| Planning: Consolidating action changes ... Done |
3793 | 2024-12-13T20:32:58.235Z | [ recovery-image] Dec 13 20:32:57.208 INFO O| Dec 13 20:32:57.208 INFO O| Planning: Evaluating mediators ... Done |
3794 | 2024-12-13T20:32:58.235Z | [ recovery-image] Dec 13 20:32:57.209 INFO O| Dec 13 20:32:57.209 INFO O| Planning: Planning completed in 0.00 seconds |
3795 | 2024-12-13T20:32:58.235Z | [ recovery-image] Dec 13 20:32:57.209 INFO O| Dec 13 20:32:57.209 INFO O| Variants/Facets to change: 1 |
3796 | 2024-12-13T20:32:58.326Z | [ recovery-image] Dec 13 20:32:57.300 INFO O| Dec 13 20:32:57.300 INFO O| Done |
3797 | 2024-12-13T20:32:58.326Z | [ recovery-image] Dec 13 20:32:57.300 INFO O| Dec 13 20:32:57.300 INFO O| Done |
3798 | 2024-12-13T20:32:59.232Z | [ recovery-image] Dec 13 20:32:58.206 INFO O| Dec 13 20:32:58.206 INFO O| Done |
3799 | 2024-12-13T20:32:59.335Z | [ recovery-image] Dec 13 20:32:58.309 INFO O| Dec 13 20:32:58.309 INFO O| Done |
3800 | 2024-12-13T20:32:59.337Z | [ recovery-image] Dec 13 20:32:58.310 INFO O| Dec 13 20:32:58.310 INFO O| Done |
3801 | 2024-12-13T20:32:59.337Z | [ recovery-image] Dec 13 20:32:58.310 INFO O| Dec 13 20:32:58.310 INFO O| Done |
3802 | 2024-12-13T20:32:59.339Z | [ recovery-image] Dec 13 20:32:58.313 INFO O| Dec 13 20:32:58.313 INFO O| Done |
3803 | 2024-12-13T20:32:59.442Z | [ recovery-image] Dec 13 20:32:58.416 INFO O| Dec 13 20:32:58.416 INFO STEP 10 (pkg_change_facet) COMPLETE |
3804 | 2024-12-13T20:32:59.442Z | [ recovery-image] Dec 13 20:32:58.416 INFO O| Dec 13 20:32:58.416 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3805 | 2024-12-13T20:32:59.464Z | [ recovery-image] Dec 13 20:32:58.438 INFO O| Dec 13 20:32:58.437 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"] |
3806 | 2024-12-13T20:33:00.264Z | [verify-libraries] Compiling des v0.8.1 |
3807 | 2024-12-13T20:33:00.508Z | [ recovery-image] Dec 13 20:32:59.481 INFO O| Dec 13 20:32:59.481 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3808 | 2024-12-13T20:33:01.033Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3809 | 2024-12-13T20:33:02.266Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3810 | 2024-12-13T20:33:02.566Z | [verify-libraries] Compiling russh v0.45.0 |
3811 | 2024-12-13T20:33:02.608Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3812 | 2024-12-13T20:33:06.478Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3813 | 2024-12-13T20:33:09.242Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3814 | 2024-12-13T20:33:14.261Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3815 | 2024-12-13T20:33:23.163Z | [verify-libraries] Compiling petname v2.0.2 |
3816 | 2024-12-13T20:33:24.792Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3817 | 2024-12-13T20:33:25.999Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3818 | 2024-12-13T20:33:26.771Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3819 | 2024-12-13T20:33:31.306Z | [verify-libraries] Compiling heck v0.4.1 |
3820 | 2024-12-13T20:33:33.017Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3821 | 2024-12-13T20:33:34.648Z | [ host-image] Dec 13 20:33:33.615 INFO O| Dec 13 20:33:33.615 INFO O| Planning: Solver setup ... Done |
3822 | 2024-12-13T20:33:36.366Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3823 | 2024-12-13T20:33:42.101Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3824 | 2024-12-13T20:33:50.218Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3825 | 2024-12-13T20:34:03.334Z | [ recovery-image] Dec 13 20:34:02.296 INFO O| Dec 13 20:34:02.296 INFO O| Planning: Solver setup ... Done |
3826 | 2024-12-13T20:34:14.278Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3827 | 2024-12-13T20:34:16.426Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3828 | 2024-12-13T20:34:20.360Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3829 | 2024-12-13T20:34:47.312Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3830 | 2024-12-13T20:34:52.125Z | [ host-image] Dec 13 20:34:51.077 INFO O| Dec 13 20:34:51.077 INFO O| Planning: Running solver ... Done |
3831 | 2024-12-13T20:34:52.729Z | [ host-image] Dec 13 20:34:51.682 INFO O| Dec 13 20:34:51.681 INFO O| Planning: Finding local manifests ... Done |
3832 | 2024-12-13T20:34:52.746Z | [ host-image] Dec 13 20:34:51.699 INFO O| Dec 13 20:34:51.698 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3833 | 2024-12-13T20:34:54.218Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3834 | 2024-12-13T20:34:56.159Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3835 | 2024-12-13T20:34:56.875Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3836 | 2024-12-13T20:34:57.419Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3837 | 2024-12-13T20:34:57.534Z | [ host-image] Dec 13 20:34:56.486 INFO O| Dec 13 20:34:56.486 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3838 | 2024-12-13T20:34:57.940Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3839 | 2024-12-13T20:34:58.442Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3840 | 2024-12-13T20:34:58.902Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3841 | 2024-12-13T20:34:58.981Z | [ host-image] Dec 13 20:34:57.933 INFO O| Dec 13 20:34:57.933 INFO O| Planning: Package planning ... Done |
3842 | 2024-12-13T20:35:00.698Z | [ host-image] Dec 13 20:34:59.649 INFO O| Dec 13 20:34:59.649 INFO O| Planning: Merging actions ... Done |
3843 | 2024-12-13T20:35:01.266Z | [ host-image] Dec 13 20:35:00.217 INFO O| Dec 13 20:35:00.217 INFO O| Planning: Checking for conflicting actions ... Done |
3844 | 2024-12-13T20:35:01.582Z | [ host-image] Dec 13 20:35:00.533 INFO O| Dec 13 20:35:00.532 INFO O| Planning: Consolidating action changes ... Done |
3845 | 2024-12-13T20:35:01.699Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3846 | 2024-12-13T20:35:02.141Z | [ host-image] Dec 13 20:35:01.092 INFO O| Dec 13 20:35:01.092 INFO O| Planning: Evaluating mediators ... Done |
3847 | 2024-12-13T20:35:04.676Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3848 | 2024-12-13T20:35:08.265Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3849 | 2024-12-13T20:35:08.974Z | [ host-image] Dec 13 20:35:07.924 INFO O| Dec 13 20:35:07.924 INFO O| Planning: Planning completed in 157.45 seconds |
3850 | 2024-12-13T20:35:08.997Z | [ host-image] Dec 13 20:35:07.947 INFO O| Dec 13 20:35:07.946 INFO O| Packages to install: 124 |
3851 | 2024-12-13T20:35:08.997Z | [ host-image] Dec 13 20:35:07.947 INFO O| Dec 13 20:35:07.947 INFO O| Mediators to change: 4 |
3852 | 2024-12-13T20:35:09.000Z | [ host-image] Dec 13 20:35:07.947 INFO O| Dec 13 20:35:07.947 INFO O| Services to change: 6 |
3853 | 2024-12-13T20:35:09.127Z | [ host-image] Dec 13 20:35:08.077 INFO O| Dec 13 20:35:08.076 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete |
3854 | 2024-12-13T20:35:14.151Z | [ host-image] Dec 13 20:35:13.099 INFO O| Dec 13 20:35:13.099 INFO O| Download: 1069/22774 items 5.9/199.6MB 2% complete (1.3M/s) |
3855 | 2024-12-13T20:35:18.224Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3856 | 2024-12-13T20:35:19.296Z | [ host-image] Dec 13 20:35:18.243 INFO O| Dec 13 20:35:18.243 INFO O| Download: 1791/22774 items 12.9/199.6MB 6% complete (1.3M/s) |
3857 | 2024-12-13T20:35:22.320Z | [ recovery-image] Dec 13 20:35:21.267 INFO O| Dec 13 20:35:21.267 INFO O| Planning: Running solver ... Done |
3858 | 2024-12-13T20:35:22.890Z | [ recovery-image] Dec 13 20:35:21.837 INFO O| Dec 13 20:35:21.836 INFO O| Planning: Finding local manifests ... Done |
3859 | 2024-12-13T20:35:22.906Z | [ recovery-image] Dec 13 20:35:21.853 INFO O| Dec 13 20:35:21.853 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3860 | 2024-12-13T20:35:23.384Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3861 | 2024-12-13T20:35:24.335Z | [ host-image] Dec 13 20:35:23.282 INFO O| Dec 13 20:35:23.282 INFO O| Download: 2333/22774 items 27.4/199.6MB 13% complete (2.1M/s) |
3862 | 2024-12-13T20:35:27.202Z | [ recovery-image] Dec 13 20:35:26.148 INFO O| Dec 13 20:35:26.148 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3863 | 2024-12-13T20:35:28.149Z | [ recovery-image] Dec 13 20:35:27.095 INFO O| Dec 13 20:35:27.095 INFO O| Planning: Package planning ... Done |
3864 | 2024-12-13T20:35:28.836Z | [ recovery-image] Dec 13 20:35:27.782 INFO O| Dec 13 20:35:27.782 INFO O| Planning: Merging actions ... Done |
3865 | 2024-12-13T20:35:29.080Z | [ recovery-image] Dec 13 20:35:28.026 INFO O| Dec 13 20:35:28.026 INFO O| Planning: Checking for conflicting actions ... Done |
3866 | 2024-12-13T20:35:29.337Z | [ host-image] Dec 13 20:35:28.282 INFO O| Dec 13 20:35:28.282 INFO O| Download: 3513/22774 items 35.7/199.6MB 17% complete (2.2M/s) |
3867 | 2024-12-13T20:35:29.343Z | [ recovery-image] Dec 13 20:35:28.289 INFO O| Dec 13 20:35:28.289 INFO O| Planning: Consolidating action changes ... Done |
3868 | 2024-12-13T20:35:29.734Z | [ recovery-image] Dec 13 20:35:28.678 INFO O| Dec 13 20:35:28.678 INFO O| Planning: Evaluating mediators ... Done |
3869 | 2024-12-13T20:35:34.346Z | [ host-image] Dec 13 20:35:33.290 INFO O| Dec 13 20:35:33.290 INFO O| Download: 4605/22774 items 42.8/199.6MB 21% complete (1.6M/s) |
3870 | 2024-12-13T20:35:36.008Z | [ recovery-image] Dec 13 20:35:34.952 INFO O| Dec 13 20:35:34.952 INFO O| Planning: Planning completed in 155.47 seconds |
3871 | 2024-12-13T20:35:36.015Z | [ recovery-image] Dec 13 20:35:34.960 INFO O| Dec 13 20:35:34.959 INFO O| Packages to install: 124 |
3872 | 2024-12-13T20:35:36.015Z | [ recovery-image] Dec 13 20:35:34.960 INFO O| Dec 13 20:35:34.960 INFO O| Mediators to change: 4 |
3873 | 2024-12-13T20:35:36.015Z | [ recovery-image] Dec 13 20:35:34.960 INFO O| Dec 13 20:35:34.960 INFO O| Services to change: 5 |
3874 | 2024-12-13T20:35:36.099Z | [ recovery-image] Dec 13 20:35:35.043 INFO O| Dec 13 20:35:35.043 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete |
3875 | 2024-12-13T20:35:39.348Z | [ host-image] Dec 13 20:35:38.292 INFO O| Dec 13 20:35:38.291 INFO O| Download: 5448/22774 items 46.1/199.6MB 23% complete (1.0M/s) |
3876 | 2024-12-13T20:35:41.314Z | [ recovery-image] Dec 13 20:35:40.256 INFO O| Dec 13 20:35:40.256 INFO O| Download: 1003/15848 items 7.9/176.3MB 4% complete (1.6M/s) |
3877 | 2024-12-13T20:35:43.303Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3878 | 2024-12-13T20:35:44.349Z | [ host-image] Dec 13 20:35:43.292 INFO O| Dec 13 20:35:43.292 INFO O| Download: 6312/22774 items 46.6/199.6MB 23% complete (393k/s) |
3879 | 2024-12-13T20:35:46.356Z | [ recovery-image] Dec 13 20:35:45.298 INFO O| Dec 13 20:35:45.298 INFO O| Download: 1177/15848 items 12.2/176.3MB 6% complete (1.2M/s) |
3880 | 2024-12-13T20:35:49.923Z | [ host-image] Dec 13 20:35:48.865 INFO O| Dec 13 20:35:48.865 INFO O| Download: 7002/22774 items 50.8/199.6MB 25% complete (458k/s) |
3881 | 2024-12-13T20:35:50.744Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3882 | 2024-12-13T20:35:51.376Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3883 | 2024-12-13T20:35:51.457Z | [ recovery-image] Dec 13 20:35:50.399 INFO O| Dec 13 20:35:50.399 INFO O| Download: 1615/15848 items 25.0/176.3MB 14% complete (1.7M/s) |
3884 | 2024-12-13T20:35:51.777Z | [verify-libraries] Compiling termios v0.3.3 |
3885 | 2024-12-13T20:35:52.165Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3886 | 2024-12-13T20:35:56.044Z | [ host-image] Dec 13 20:35:54.984 INFO O| Dec 13 20:35:54.984 INFO O| Download: 7957/22774 items 59.6/199.6MB 29% complete (1.3M/s) |
3887 | 2024-12-13T20:35:56.476Z | [ recovery-image] Dec 13 20:35:55.417 INFO O| Dec 13 20:35:55.417 INFO O| Download: 2541/15848 items 32.1/176.3MB 18% complete (1.8M/s) |
3888 | 2024-12-13T20:36:01.404Z | [ host-image] Dec 13 20:36:00.343 INFO O| Dec 13 20:36:00.343 INFO O| Download: 8240/22774 items 63.4/199.6MB 31% complete (849k/s) |
3889 | 2024-12-13T20:36:01.479Z | [ recovery-image] Dec 13 20:36:00.417 INFO O| Dec 13 20:36:00.417 INFO O| Download: 3612/15848 items 39.1/176.3MB 22% complete (1.4M/s) |
3890 | 2024-12-13T20:36:06.405Z | [ host-image] Dec 13 20:36:05.344 INFO O| Dec 13 20:36:05.344 INFO O| Download: 8994/22774 items 72.5/199.6MB 36% complete (1.2M/s) |
3891 | 2024-12-13T20:36:06.486Z | [ recovery-image] Dec 13 20:36:05.425 INFO O| Dec 13 20:36:05.425 INFO O| Download: 4365/15848 items 42.8/176.3MB 24% complete (1.1M/s) |
3892 | 2024-12-13T20:36:11.410Z | [ host-image] Dec 13 20:36:10.345 INFO O| Dec 13 20:36:10.344 INFO O| Download: 9691/22774 items 83.5/199.6MB 41% complete (2.0M/s) |
3893 | 2024-12-13T20:36:11.500Z | [ recovery-image] Dec 13 20:36:10.438 INFO O| Dec 13 20:36:10.438 INFO O| Download: 5351/15848 items 43.3/176.3MB 24% complete (434k/s) |
3894 | 2024-12-13T20:36:16.409Z | [ host-image] Dec 13 20:36:15.346 INFO O| Dec 13 20:36:15.345 INFO O| Download: 10739/22774 items 89.5/199.6MB 44% complete (1.7M/s) |
3895 | 2024-12-13T20:36:16.510Z | [ recovery-image] Dec 13 20:36:15.447 INFO O| Dec 13 20:36:15.446 INFO O| Download: 5873/15848 items 51.8/176.3MB 29% complete (916k/s) |
3896 | 2024-12-13T20:36:19.202Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3897 | 2024-12-13T20:36:21.531Z | [ recovery-image] Dec 13 20:36:20.467 INFO O| Dec 13 20:36:20.467 INFO O| Download: 6593/15848 items 64.2/176.3MB 36% complete (2.0M/s) |
3898 | 2024-12-13T20:36:22.834Z | [ host-image] Dec 13 20:36:21.770 INFO O| Dec 13 20:36:21.770 INFO O| Download: 11136/22774 items 93.3/199.6MB 46% complete (1.0M/s) |
3899 | 2024-12-13T20:36:26.535Z | [ recovery-image] Dec 13 20:36:25.470 INFO O| Dec 13 20:36:25.469 INFO O| Download: 7426/15848 items 73.5/176.3MB 41% complete (2.1M/s) |
3900 | 2024-12-13T20:36:27.838Z | [ host-image] Dec 13 20:36:26.772 INFO O| Dec 13 20:36:26.772 INFO O| Download: 11889/22774 items 96.5/199.6MB 48% complete (659k/s) |
3901 | 2024-12-13T20:36:32.697Z | [ recovery-image] Dec 13 20:36:30.627 INFO O| Dec 13 20:36:30.627 INFO O| Download: 7940/15848 items 77.5/176.3MB 43% complete (1.4M/s) |
3902 | 2024-12-13T20:36:32.699Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3903 | 2024-12-13T20:36:32.844Z | [ host-image] Dec 13 20:36:31.777 INFO O| Dec 13 20:36:31.777 INFO O| Download: 12269/22774 items 109.4/199.6MB 54% complete (1.6M/s) |
3904 | 2024-12-13T20:36:36.712Z | [ recovery-image] Dec 13 20:36:35.632 INFO O| Dec 13 20:36:35.632 INFO O| Download: 8736/15848 items 84.2/176.3MB 47% complete (1.0M/s) |
3905 | 2024-12-13T20:36:37.855Z | [ host-image] Dec 13 20:36:36.787 INFO O| Dec 13 20:36:36.787 INFO O| Download: 13075/22774 items 109.8/199.6MB 55% complete (1.3M/s) |
3906 | 2024-12-13T20:36:41.703Z | [ recovery-image] Dec 13 20:36:40.635 INFO O| Dec 13 20:36:40.635 INFO O| Download: 9295/15848 items 92.8/176.3MB 52% complete (1.5M/s) |
3907 | 2024-12-13T20:36:42.863Z | [ host-image] Dec 13 20:36:41.794 INFO O| Dec 13 20:36:41.794 INFO O| Download: 13881/22774 items 110.3/199.6MB 55% complete (98.1k/s) |
3908 | 2024-12-13T20:36:46.711Z | [ recovery-image] Dec 13 20:36:45.635 INFO O| Dec 13 20:36:45.635 INFO O| Download: 9960/15848 items 93.2/176.3MB 52% complete (927k/s) |
3909 | 2024-12-13T20:36:47.877Z | [ host-image] Dec 13 20:36:46.808 INFO O| Dec 13 20:36:46.808 INFO O| Download: 14509/22774 items 116.6/199.6MB 58% complete (610k/s) |
3910 | 2024-12-13T20:36:51.706Z | [ recovery-image] Dec 13 20:36:50.635 INFO O| Dec 13 20:36:50.635 INFO O| Download: 10915/15848 items 93.9/176.3MB 53% complete (107k/s) |
3911 | 2024-12-13T20:36:52.899Z | [ host-image] Dec 13 20:36:51.829 INFO O| Dec 13 20:36:51.829 INFO O| Download: 15383/22774 items 123.5/199.6MB 61% complete (1.3M/s) |
3912 | 2024-12-13T20:36:57.042Z | [ recovery-image] Dec 13 20:36:55.971 INFO O| Dec 13 20:36:55.971 INFO O| Download: 11426/15848 items 107.3/176.3MB 60% complete (1.4M/s) |
3913 | 2024-12-13T20:36:57.906Z | [ host-image] Dec 13 20:36:56.835 INFO O| Dec 13 20:36:56.835 INFO O| Download: 16039/22774 items 132.7/199.6MB 66% complete (1.7M/s) |
3914 | 2024-12-13T20:37:02.050Z | [ recovery-image] Dec 13 20:37:00.978 INFO O| Dec 13 20:37:00.978 INFO O| Download: 11908/15848 items 127.6/176.3MB 72% complete (3.3M/s) |
3915 | 2024-12-13T20:37:03.182Z | [ host-image] Dec 13 20:37:02.110 INFO O| Dec 13 20:37:02.110 INFO O| Download: 16912/22774 items 140.0/199.6MB 70% complete (1.6M/s) |
3916 | 2024-12-13T20:37:07.054Z | [ recovery-image] Dec 13 20:37:05.981 INFO O| Dec 13 20:37:05.981 INFO O| Download: 12526/15848 items 141.8/176.3MB 80% complete (3.5M/s) |
3917 | 2024-12-13T20:37:08.607Z | [ host-image] Dec 13 20:37:07.246 INFO O| Dec 13 20:37:07.246 INFO O| Download: 17892/22774 items 150.2/199.6MB 75% complete (1.8M/s) |
3918 | 2024-12-13T20:37:12.058Z | [ recovery-image] Dec 13 20:37:10.984 INFO O| Dec 13 20:37:10.984 INFO O| Download: 13530/15848 items 145.9/176.3MB 82% complete (1.9M/s) |
3919 | 2024-12-13T20:37:13.329Z | [ host-image] Dec 13 20:37:12.255 INFO O| Dec 13 20:37:12.255 INFO O| Download: 18699/22774 items 164.3/199.6MB 82% complete (2.4M/s) |
3920 | 2024-12-13T20:37:17.059Z | [ recovery-image] Dec 13 20:37:15.985 INFO O| Dec 13 20:37:15.985 INFO O| Download: 14279/15848 items 149.3/176.3MB 84% complete (776k/s) |
3921 | 2024-12-13T20:37:18.330Z | [ host-image] Dec 13 20:37:17.255 INFO O| Dec 13 20:37:17.255 INFO O| Download: 19528/22774 items 168.3/199.6MB 84% complete (1.8M/s) |
3922 | 2024-12-13T20:37:22.062Z | [ recovery-image] Dec 13 20:37:20.986 INFO O| Dec 13 20:37:20.986 INFO O| Download: 14912/15848 items 157.3/176.3MB 89% complete (1.1M/s) |
3923 | 2024-12-13T20:37:23.334Z | [ host-image] Dec 13 20:37:22.258 INFO O| Dec 13 20:37:22.258 INFO O| Download: 20311/22774 items 171.3/199.6MB 85% complete (720k/s) |
3924 | 2024-12-13T20:37:27.068Z | [ recovery-image] Dec 13 20:37:25.991 INFO O| Dec 13 20:37:25.991 INFO O| Download: 15545/15848 items 169.0/176.3MB 95% complete (2.0M/s) |
3925 | 2024-12-13T20:37:28.441Z | [ host-image] Dec 13 20:37:27.364 INFO O| Dec 13 20:37:27.364 INFO O| Download: 20851/22774 items 178.2/199.6MB 89% complete (1.0M/s) |
3926 | 2024-12-13T20:37:31.257Z | [ recovery-image] Dec 13 20:37:30.178 INFO O| Dec 13 20:37:30.178 INFO O| Download: Completed 176.29 MB in 115.14 seconds (1.5M/s) |
3927 | 2024-12-13T20:37:32.237Z | [ recovery-image] Dec 13 20:37:31.160 INFO O| Dec 13 20:37:31.160 INFO O| Actions: 1/25014 actions (Installing new actions) |
3928 | 2024-12-13T20:37:33.499Z | [ host-image] Dec 13 20:37:32.421 INFO O| Dec 13 20:37:32.421 INFO O| Download: 21583/22774 items 183.5/199.6MB 91% complete (1.2M/s) |
3929 | 2024-12-13T20:37:37.239Z | [ recovery-image] Dec 13 20:37:36.160 INFO O| Dec 13 20:37:36.160 INFO O| Actions: 9362/25014 actions (Installing new actions) |
3930 | 2024-12-13T20:37:38.509Z | [ host-image] Dec 13 20:37:37.430 INFO O| Dec 13 20:37:37.430 INFO O| Download: 22069/22774 items 193.0/199.6MB 96% complete (1.5M/s) |
3931 | 2024-12-13T20:37:42.240Z | [ recovery-image] Dec 13 20:37:41.160 INFO O| Dec 13 20:37:41.160 INFO O| Actions: 14877/25014 actions (Installing new actions) |
3932 | 2024-12-13T20:37:42.370Z | [ host-image] Dec 13 20:37:41.291 INFO O| Dec 13 20:37:41.291 INFO O| Download: Completed 199.56 MB in 153.21 seconds (1.3M/s) |
3933 | 2024-12-13T20:37:45.415Z | [ host-image] Dec 13 20:37:44.335 INFO O| Dec 13 20:37:44.335 INFO O| Actions: 1/49471 actions (Installing new actions) |
3934 | 2024-12-13T20:37:47.245Z | [ recovery-image] Dec 13 20:37:46.164 INFO O| Dec 13 20:37:46.164 INFO O| Actions: 24537/25014 actions (Installing new actions) |
3935 | 2024-12-13T20:37:48.536Z | [ recovery-image] Dec 13 20:37:47.456 INFO O| Dec 13 20:37:47.455 INFO O| Actions: Completed 25014 actions in 16.29 seconds. |
3936 | 2024-12-13T20:37:49.340Z | [ recovery-image] Dec 13 20:37:48.258 INFO O| Dec 13 20:37:48.258 INFO O| Done |
3937 | 2024-12-13T20:37:49.341Z | [ recovery-image] Dec 13 20:37:48.258 INFO O| Dec 13 20:37:48.258 INFO O| Done |
3938 | 2024-12-13T20:37:50.483Z | [ host-image] Dec 13 20:37:49.402 INFO O| Dec 13 20:37:49.402 INFO O| Actions: 9225/49471 actions (Installing new actions) |
3939 | 2024-12-13T20:37:51.118Z | [ recovery-image] Dec 13 20:37:50.037 INFO O| Dec 13 20:37:50.036 INFO O| Done |
3940 | 2024-12-13T20:37:53.531Z | [ recovery-image] Dec 13 20:37:52.449 INFO O| Dec 13 20:37:52.449 INFO O| Done |
3941 | 2024-12-13T20:37:53.567Z | [ recovery-image] Dec 13 20:37:52.484 INFO O| Dec 13 20:37:52.484 INFO O| Done |
3942 | 2024-12-13T20:37:55.490Z | [ host-image] Dec 13 20:37:54.408 INFO O| Dec 13 20:37:54.407 INFO O| Actions: 15928/49471 actions (Installing new actions) |
3943 | 2024-12-13T20:37:59.274Z | [ recovery-image] Dec 13 20:37:58.191 INFO O| Dec 13 20:37:58.191 INFO O| Done |
3944 | 2024-12-13T20:38:00.288Z | [ recovery-image] Dec 13 20:37:59.205 INFO O| Dec 13 20:37:59.205 INFO O| Done |
3945 | 2024-12-13T20:38:00.491Z | [ host-image] Dec 13 20:37:59.408 INFO O| Dec 13 20:37:59.408 INFO O| Actions: 22974/49471 actions (Installing new actions) |
3946 | 2024-12-13T20:38:01.333Z | [ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO STEP 11 (pkg_install) COMPLETE |
3947 | 2024-12-13T20:38:01.335Z | [ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3948 | 2024-12-13T20:38:01.335Z | [ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO skip step because feature "recovery" is enabled |
3949 | 2024-12-13T20:38:01.335Z | [ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3950 | 2024-12-13T20:38:01.335Z | [ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO skip step because feature "omicron1" is not enabled |
3951 | 2024-12-13T20:38:01.336Z | [ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3952 | 2024-12-13T20:38:01.363Z | [ recovery-image] Dec 13 20:38:00.280 INFO O| Dec 13 20:38:00.280 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3953 | 2024-12-13T20:38:05.492Z | [ host-image] Dec 13 20:38:04.408 INFO O| Dec 13 20:38:04.408 INFO O| Actions: 34568/49471 actions (Installing new actions) |
3954 | 2024-12-13T20:38:05.597Z | [ recovery-image] Dec 13 20:38:04.513 INFO O| Dec 13 20:38:04.512 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3955 | 2024-12-13T20:38:09.512Z | [ host-image] Dec 13 20:38:08.427 INFO O| Dec 13 20:38:08.427 INFO O| Actions: Completed 49471 actions in 24.09 seconds. |
3956 | 2024-12-13T20:38:09.998Z | [ recovery-image] Dec 13 20:38:08.913 INFO O| Dec 13 20:38:08.913 INFO O| Planning: Solver setup ... Done |
3957 | 2024-12-13T20:38:10.006Z | [ recovery-image] Dec 13 20:38:08.921 INFO O| Dec 13 20:38:08.921 INFO O| Planning: Running solver ... Done |
3958 | 2024-12-13T20:38:10.117Z | [ recovery-image] Dec 13 20:38:09.032 INFO O| Dec 13 20:38:09.032 INFO O| Planning: Finding local manifests ... Done |
3959 | 2024-12-13T20:38:10.119Z | [ recovery-image] Dec 13 20:38:09.033 INFO O| Dec 13 20:38:09.033 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3960 | 2024-12-13T20:38:10.326Z | [ host-image] Dec 13 20:38:09.240 INFO O| Dec 13 20:38:09.240 INFO O| Done |
3961 | 2024-12-13T20:38:10.326Z | [ host-image] Dec 13 20:38:09.240 INFO O| Dec 13 20:38:09.240 INFO O| Done |
3962 | 2024-12-13T20:38:10.366Z | [ recovery-image] Dec 13 20:38:09.281 INFO O| Dec 13 20:38:09.281 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3963 | 2024-12-13T20:38:10.504Z | [ recovery-image] Dec 13 20:38:09.419 INFO O| Dec 13 20:38:09.419 INFO O| Planning: Package planning ... Done |
3964 | 2024-12-13T20:38:10.507Z | [ recovery-image] Dec 13 20:38:09.420 INFO O| Dec 13 20:38:09.420 INFO O| Planning: Merging actions ... Done |
3965 | 2024-12-13T20:38:10.582Z | [ recovery-image] Dec 13 20:38:09.497 INFO O| Dec 13 20:38:09.497 INFO O| Planning: Checking for conflicting actions ... Done |
3966 | 2024-12-13T20:38:10.585Z | [ recovery-image] Dec 13 20:38:09.498 INFO O| Dec 13 20:38:09.498 INFO O| Planning: Consolidating action changes ... Done |
3967 | 2024-12-13T20:38:10.963Z | [ recovery-image] Dec 13 20:38:09.878 INFO O| Dec 13 20:38:09.878 INFO O| Planning: Evaluating mediators ... Done |
3968 | 2024-12-13T20:38:10.966Z | [ recovery-image] Dec 13 20:38:09.879 INFO O| Dec 13 20:38:09.879 INFO O| Planning: Planning completed in 5.37 seconds |
3969 | 2024-12-13T20:38:10.969Z | [ recovery-image] Dec 13 20:38:09.881 INFO O| Dec 13 20:38:09.881 INFO O| Packages to install: 1 |
3970 | 2024-12-13T20:38:10.989Z | [ recovery-image] Dec 13 20:38:09.902 INFO O| Dec 13 20:38:09.902 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3971 | 2024-12-13T20:38:11.360Z | [ recovery-image] Dec 13 20:38:10.275 INFO O| Dec 13 20:38:10.275 INFO O| Download: Completed 9.99 MB in 0.37 seconds (26.8M/s) |
3972 | 2024-12-13T20:38:11.471Z | [ recovery-image] Dec 13 20:38:10.386 INFO O| Dec 13 20:38:10.386 INFO O| Actions: 1/22 actions (Installing new actions) |
3973 | 2024-12-13T20:38:11.970Z | [ recovery-image] Dec 13 20:38:10.869 INFO O| Dec 13 20:38:10.869 INFO O| Actions: Completed 22 actions in 0.48 seconds. |
3974 | 2024-12-13T20:38:12.041Z | [ host-image] Dec 13 20:38:10.955 INFO O| Dec 13 20:38:10.955 INFO O| Done |
3975 | 2024-12-13T20:38:12.441Z | [ recovery-image] Dec 13 20:38:11.356 INFO O| Dec 13 20:38:11.355 INFO O| Done |
3976 | 2024-12-13T20:38:12.441Z | [ recovery-image] Dec 13 20:38:11.356 INFO O| Dec 13 20:38:11.356 INFO O| Done |
3977 | 2024-12-13T20:38:13.718Z | [ recovery-image] Dec 13 20:38:12.633 INFO O| Dec 13 20:38:12.633 INFO O| Done |
3978 | 2024-12-13T20:38:15.016Z | [ host-image] Dec 13 20:38:13.930 INFO O| Dec 13 20:38:13.930 INFO O| Done |
3979 | 2024-12-13T20:38:15.074Z | [ host-image] Dec 13 20:38:13.988 INFO O| Dec 13 20:38:13.988 INFO O| Done |
3980 | 2024-12-13T20:38:15.790Z | [ recovery-image] Dec 13 20:38:14.702 INFO O| Dec 13 20:38:14.702 INFO O| Done |
3981 | 2024-12-13T20:38:15.814Z | [ recovery-image] Dec 13 20:38:14.728 INFO O| Dec 13 20:38:14.728 INFO O| Done |
3982 | 2024-12-13T20:38:15.817Z | [ recovery-image] Dec 13 20:38:14.728 INFO O| Dec 13 20:38:14.728 INFO O| Done |
3983 | 2024-12-13T20:38:15.841Z | [ recovery-image] Dec 13 20:38:14.755 INFO O| Dec 13 20:38:14.755 INFO O| Done |
3984 | 2024-12-13T20:38:16.037Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 14 (pkg_install) COMPLETE |
3985 | 2024-12-13T20:38:16.038Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3986 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO skip step because feature "mfg" is not enabled |
3987 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3988 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO skip step because feature "compliance" is not enabled |
3989 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3990 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO skip step because feature "stress" is not enabled |
3991 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3992 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO skip step because feature "nfs" is not enabled |
3993 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3994 | 2024-12-13T20:38:16.040Z | [ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3995 | 2024-12-13T20:38:16.213Z | [ recovery-image] Dec 13 20:38:15.127 INFO O| Dec 13 20:38:15.127 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3996 | 2024-12-13T20:38:16.341Z | [ recovery-image] Dec 13 20:38:15.254 INFO O| Dec 13 20:38:15.254 INFO completed processing gimlet/ramdisk-01-os |
3997 | 2024-12-13T20:38:16.344Z | [ recovery-image] Dec 13 20:38:15.258 INFO image builder template: ramdisk-02-trim... |
3998 | 2024-12-13T20:38:16.344Z | [ recovery-image] Dec 13 20:38:15.258 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/.tmpVYZFEz/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 |
3999 | 2024-12-13T20:38:16.394Z | [ recovery-image] Dec 13 20:38:15.308 INFO O| Dec 13 20:38:15.307 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4000 | 2024-12-13T20:38:16.413Z | [ recovery-image] Dec 13 20:38:15.327 INFO O| Dec 13 20:38:15.327 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4001 | 2024-12-13T20:38:16.600Z | [ recovery-image] Dec 13 20:38:15.514 INFO O| Dec 13 20:38:15.514 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4002 | 2024-12-13T20:38:16.691Z | [ recovery-image] Dec 13 20:38:15.603 INFO O| Dec 13 20:38:15.603 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4003 | 2024-12-13T20:38:16.693Z | [ recovery-image] Dec 13 20:38:15.604 INFO O| Dec 13 20:38:15.604 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4004 | 2024-12-13T20:38:16.701Z | [ recovery-image] Dec 13 20:38:15.615 INFO O| Dec 13 20:38:15.615 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4005 | 2024-12-13T20:38:16.710Z | [ recovery-image] Dec 13 20:38:15.624 INFO O| Dec 13 20:38:15.624 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4006 | 2024-12-13T20:38:16.721Z | [ recovery-image] Dec 13 20:38:15.634 INFO O| Dec 13 20:38:15.634 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4007 | 2024-12-13T20:38:17.242Z | [ recovery-image] Dec 13 20:38:16.156 INFO O| Dec 13 20:38:16.156 INFO rolled back to input snapshot; work may begin |
4008 | 2024-12-13T20:38:17.242Z | [ recovery-image] Dec 13 20:38:16.156 INFO O| Dec 13 20:38:16.156 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4009 | 2024-12-13T20:38:17.262Z | [ recovery-image] Dec 13 20:38:16.176 INFO O| Dec 13 20:38:16.176 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4010 | 2024-12-13T20:38:17.282Z | [ recovery-image] Dec 13 20:38:16.196 INFO O| Dec 13 20:38:16.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4011 | 2024-12-13T20:38:17.457Z | [ recovery-image] Dec 13 20:38:16.371 INFO O| Dec 13 20:38:16.371 INFO STEP 0 (remove_files) COMPLETE |
4012 | 2024-12-13T20:38:17.457Z | [ recovery-image] Dec 13 20:38:16.371 INFO O| Dec 13 20:38:16.371 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4013 | 2024-12-13T20:38:17.479Z | [ recovery-image] Dec 13 20:38:16.392 INFO O| Dec 13 20:38:16.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4014 | 2024-12-13T20:38:17.482Z | [ recovery-image] Dec 13 20:38:16.395 INFO O| Dec 13 20:38:16.395 INFO STEP 1 (remove_files) COMPLETE |
4015 | 2024-12-13T20:38:17.482Z | [ recovery-image] Dec 13 20:38:16.395 INFO O| Dec 13 20:38:16.395 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4016 | 2024-12-13T20:38:17.504Z | [ recovery-image] Dec 13 20:38:16.416 INFO O| Dec 13 20:38:16.416 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4017 | 2024-12-13T20:38:17.550Z | [ recovery-image] Dec 13 20:38:16.463 INFO O| Dec 13 20:38:16.463 INFO STEP 2 (remove_files) COMPLETE |
4018 | 2024-12-13T20:38:17.550Z | [ recovery-image] Dec 13 20:38:16.464 INFO O| Dec 13 20:38:16.463 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4019 | 2024-12-13T20:38:17.602Z | [ recovery-image] Dec 13 20:38:16.515 INFO O| Dec 13 20:38:16.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4020 | 2024-12-13T20:38:17.605Z | [ recovery-image] Dec 13 20:38:16.518 INFO O| Dec 13 20:38:16.518 INFO STEP 3 (remove_files) COMPLETE |
4021 | 2024-12-13T20:38:17.605Z | [ recovery-image] Dec 13 20:38:16.519 INFO O| Dec 13 20:38:16.518 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4022 | 2024-12-13T20:38:17.708Z | [ recovery-image] Dec 13 20:38:16.621 INFO O| Dec 13 20:38:16.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4023 | 2024-12-13T20:38:17.715Z | [ recovery-image] Dec 13 20:38:16.629 INFO O| Dec 13 20:38:16.629 INFO STEP 4 (remove_files) COMPLETE |
4024 | 2024-12-13T20:38:17.715Z | [ recovery-image] Dec 13 20:38:16.629 INFO O| Dec 13 20:38:16.629 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4025 | 2024-12-13T20:38:17.737Z | [ recovery-image] Dec 13 20:38:16.651 INFO O| Dec 13 20:38:16.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4026 | 2024-12-13T20:38:17.738Z | [ recovery-image] Dec 13 20:38:16.651 INFO O| Dec 13 20:38:16.651 INFO STEP 5 (remove_files) COMPLETE |
4027 | 2024-12-13T20:38:17.741Z | [ recovery-image] Dec 13 20:38:16.651 INFO O| Dec 13 20:38:16.651 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4028 | 2024-12-13T20:38:17.775Z | [ recovery-image] Dec 13 20:38:16.689 INFO O| Dec 13 20:38:16.689 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4029 | 2024-12-13T20:38:17.796Z | [ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO STEP 6 (remove_files) COMPLETE |
4030 | 2024-12-13T20:38:17.796Z | [ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4031 | 2024-12-13T20:38:17.800Z | [ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO skip step because feature "recovery" is enabled |
4032 | 2024-12-13T20:38:17.800Z | [ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4033 | 2024-12-13T20:38:17.801Z | [ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO skip step because feature "recovery" is enabled |
4034 | 2024-12-13T20:38:17.801Z | [ recovery-image] Dec 13 20:38:16.710 INFO O| Dec 13 20:38:16.709 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4035 | 2024-12-13T20:38:17.801Z | [ recovery-image] Dec 13 20:38:16.710 INFO O| Dec 13 20:38:16.709 INFO skip step because feature "recovery" is enabled |
4036 | 2024-12-13T20:38:17.801Z | [ recovery-image] Dec 13 20:38:16.710 INFO O| Dec 13 20:38:16.709 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4037 | 2024-12-13T20:38:17.850Z | [ recovery-image] Dec 13 20:38:16.763 INFO O| Dec 13 20:38:16.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4038 | 2024-12-13T20:38:17.857Z | [ recovery-image] Dec 13 20:38:16.770 INFO O| Dec 13 20:38:16.770 INFO STEP 10 (remove_files) COMPLETE |
4039 | 2024-12-13T20:38:17.857Z | [ recovery-image] Dec 13 20:38:16.770 INFO O| Dec 13 20:38:16.770 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4040 | 2024-12-13T20:38:17.879Z | [ recovery-image] Dec 13 20:38:16.793 INFO O| Dec 13 20:38:16.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4041 | 2024-12-13T20:38:17.882Z | [ recovery-image] Dec 13 20:38:16.795 INFO O| Dec 13 20:38:16.794 INFO STEP 11 (remove_files) COMPLETE |
4042 | 2024-12-13T20:38:17.882Z | [ recovery-image] Dec 13 20:38:16.795 INFO O| Dec 13 20:38:16.795 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4043 | 2024-12-13T20:38:17.923Z | [ recovery-image] Dec 13 20:38:16.836 INFO O| Dec 13 20:38:16.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4044 | 2024-12-13T20:38:17.933Z | [ recovery-image] Dec 13 20:38:16.839 INFO O| Dec 13 20:38:16.839 INFO STEP 12 (remove_files) COMPLETE |
4045 | 2024-12-13T20:38:17.933Z | [ recovery-image] Dec 13 20:38:16.839 INFO O| Dec 13 20:38:16.839 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4046 | 2024-12-13T20:38:17.969Z | [ recovery-image] Dec 13 20:38:16.883 INFO O| Dec 13 20:38:16.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4047 | 2024-12-13T20:38:17.990Z | [ recovery-image] Dec 13 20:38:16.904 INFO O| Dec 13 20:38:16.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4048 | 2024-12-13T20:38:17.994Z | [ recovery-image] Dec 13 20:38:16.908 INFO O| Dec 13 20:38:16.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4049 | 2024-12-13T20:38:18.090Z | [ recovery-image] Dec 13 20:38:17.004 INFO O| Dec 13 20:38:17.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4050 | 2024-12-13T20:38:18.094Z | [ recovery-image] Dec 13 20:38:17.008 INFO O| Dec 13 20:38:17.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4051 | 2024-12-13T20:38:18.496Z | [ recovery-image] Dec 13 20:38:17.410 INFO O| Dec 13 20:38:17.410 INFO STEP 13 (remove_files) COMPLETE |
4052 | 2024-12-13T20:38:18.497Z | [ recovery-image] Dec 13 20:38:17.410 INFO O| Dec 13 20:38:17.410 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4053 | 2024-12-13T20:38:18.517Z | [ recovery-image] Dec 13 20:38:17.431 INFO O| Dec 13 20:38:17.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4054 | 2024-12-13T20:38:18.520Z | [ recovery-image] Dec 13 20:38:17.433 INFO O| Dec 13 20:38:17.433 INFO STEP 14 (remove_files) COMPLETE |
4055 | 2024-12-13T20:38:18.520Z | [ recovery-image] Dec 13 20:38:17.433 INFO O| Dec 13 20:38:17.433 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4056 | 2024-12-13T20:38:18.546Z | [ recovery-image] Dec 13 20:38:17.460 INFO O| Dec 13 20:38:17.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4057 | 2024-12-13T20:38:18.558Z | [ recovery-image] Dec 13 20:38:17.471 INFO O| Dec 13 20:38:17.471 INFO STEP 15 (remove_files) COMPLETE |
4058 | 2024-12-13T20:38:18.558Z | [ recovery-image] Dec 13 20:38:17.471 INFO O| Dec 13 20:38:17.471 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4059 | 2024-12-13T20:38:18.651Z | [ recovery-image] Dec 13 20:38:17.564 INFO O| Dec 13 20:38:17.564 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4060 | 2024-12-13T20:38:18.653Z | [ recovery-image] Dec 13 20:38:17.565 INFO O| Dec 13 20:38:17.565 INFO STEP 16 (remove_files) COMPLETE |
4061 | 2024-12-13T20:38:18.653Z | [ recovery-image] Dec 13 20:38:17.565 INFO O| Dec 13 20:38:17.565 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4062 | 2024-12-13T20:38:18.707Z | [ recovery-image] Dec 13 20:38:17.620 INFO O| Dec 13 20:38:17.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4063 | 2024-12-13T20:38:18.710Z | [ recovery-image] Dec 13 20:38:17.623 INFO O| Dec 13 20:38:17.623 INFO STEP 17 (remove_files) COMPLETE |
4064 | 2024-12-13T20:38:18.710Z | [ recovery-image] Dec 13 20:38:17.623 INFO O| Dec 13 20:38:17.623 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4065 | 2024-12-13T20:38:18.738Z | [ recovery-image] Dec 13 20:38:17.651 INFO O| Dec 13 20:38:17.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4066 | 2024-12-13T20:38:18.738Z | [ recovery-image] Dec 13 20:38:17.651 INFO O| Dec 13 20:38:17.651 INFO STEP 18 (remove_files) COMPLETE |
4067 | 2024-12-13T20:38:18.740Z | [ recovery-image] Dec 13 20:38:17.651 INFO O| Dec 13 20:38:17.651 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4068 | 2024-12-13T20:38:18.760Z | [ recovery-image] Dec 13 20:38:17.673 INFO O| Dec 13 20:38:17.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4069 | 2024-12-13T20:38:18.760Z | [ recovery-image] Dec 13 20:38:17.673 INFO O| Dec 13 20:38:17.673 INFO STEP 19 (remove_files) COMPLETE |
4070 | 2024-12-13T20:38:18.760Z | [ recovery-image] Dec 13 20:38:17.673 INFO O| Dec 13 20:38:17.673 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4071 | 2024-12-13T20:38:18.781Z | [ recovery-image] Dec 13 20:38:17.694 INFO O| Dec 13 20:38:17.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4072 | 2024-12-13T20:38:18.781Z | [ recovery-image] Dec 13 20:38:17.695 INFO O| Dec 13 20:38:17.695 INFO STEP 20 (remove_files) COMPLETE |
4073 | 2024-12-13T20:38:18.784Z | [ recovery-image] Dec 13 20:38:17.695 INFO O| Dec 13 20:38:17.695 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4074 | 2024-12-13T20:38:18.802Z | [ recovery-image] Dec 13 20:38:17.716 INFO O| Dec 13 20:38:17.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4075 | 2024-12-13T20:38:18.802Z | [ recovery-image] Dec 13 20:38:17.716 INFO O| Dec 13 20:38:17.716 INFO STEP 21 (remove_files) COMPLETE |
4076 | 2024-12-13T20:38:18.802Z | [ recovery-image] Dec 13 20:38:17.716 INFO O| Dec 13 20:38:17.716 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4077 | 2024-12-13T20:38:18.824Z | [ recovery-image] Dec 13 20:38:17.737 INFO O| Dec 13 20:38:17.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4078 | 2024-12-13T20:38:18.824Z | [ recovery-image] Dec 13 20:38:17.737 INFO O| Dec 13 20:38:17.737 INFO STEP 22 (remove_files) COMPLETE |
4079 | 2024-12-13T20:38:18.826Z | [ recovery-image] Dec 13 20:38:17.737 INFO O| Dec 13 20:38:17.737 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4080 | 2024-12-13T20:38:18.846Z | [ recovery-image] Dec 13 20:38:17.759 INFO O| Dec 13 20:38:17.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4081 | 2024-12-13T20:38:18.846Z | [ recovery-image] Dec 13 20:38:17.759 INFO O| Dec 13 20:38:17.759 INFO STEP 23 (remove_files) COMPLETE |
4082 | 2024-12-13T20:38:18.849Z | [ recovery-image] Dec 13 20:38:17.759 INFO O| Dec 13 20:38:17.759 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-12-13T20:38:18.868Z | [ recovery-image] Dec 13 20:38:17.782 INFO O| Dec 13 20:38:17.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4084 | 2024-12-13T20:38:18.868Z | [ recovery-image] Dec 13 20:38:17.782 INFO O| Dec 13 20:38:17.782 INFO STEP 24 (remove_files) COMPLETE |
4085 | 2024-12-13T20:38:18.869Z | [ recovery-image] Dec 13 20:38:17.782 INFO O| Dec 13 20:38:17.782 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4086 | 2024-12-13T20:38:18.901Z | [ recovery-image] Dec 13 20:38:17.806 INFO O| Dec 13 20:38:17.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4087 | 2024-12-13T20:38:18.901Z | [ recovery-image] Dec 13 20:38:17.807 INFO O| Dec 13 20:38:17.807 INFO STEP 25 (remove_files) COMPLETE |
4088 | 2024-12-13T20:38:18.901Z | [ recovery-image] Dec 13 20:38:17.807 INFO O| Dec 13 20:38:17.807 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-12-13T20:38:18.918Z | [ recovery-image] Dec 13 20:38:17.831 INFO O| Dec 13 20:38:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4090 | 2024-12-13T20:38:18.920Z | [ recovery-image] Dec 13 20:38:17.831 INFO O| Dec 13 20:38:17.831 INFO STEP 26 (remove_files) COMPLETE |
4091 | 2024-12-13T20:38:18.920Z | [ recovery-image] Dec 13 20:38:17.832 INFO O| Dec 13 20:38:17.831 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4092 | 2024-12-13T20:38:18.940Z | [ recovery-image] Dec 13 20:38:17.853 INFO O| Dec 13 20:38:17.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4093 | 2024-12-13T20:38:18.943Z | [ recovery-image] Dec 13 20:38:17.853 INFO O| Dec 13 20:38:17.853 INFO STEP 27 (remove_files) COMPLETE |
4094 | 2024-12-13T20:38:18.943Z | [ recovery-image] Dec 13 20:38:17.854 INFO O| Dec 13 20:38:17.853 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4095 | 2024-12-13T20:38:18.973Z | [ recovery-image] Dec 13 20:38:17.886 INFO O| Dec 13 20:38:17.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4096 | 2024-12-13T20:38:18.976Z | [ recovery-image] Dec 13 20:38:17.886 INFO O| Dec 13 20:38:17.886 INFO STEP 28 (remove_files) COMPLETE |
4097 | 2024-12-13T20:38:18.976Z | [ recovery-image] Dec 13 20:38:17.887 INFO O| Dec 13 20:38:17.887 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4098 | 2024-12-13T20:38:18.996Z | [ recovery-image] Dec 13 20:38:17.910 INFO O| Dec 13 20:38:17.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4099 | 2024-12-13T20:38:18.999Z | [ recovery-image] Dec 13 20:38:17.910 INFO O| Dec 13 20:38:17.910 INFO STEP 29 (remove_files) COMPLETE |
4100 | 2024-12-13T20:38:18.999Z | [ recovery-image] Dec 13 20:38:17.910 INFO O| Dec 13 20:38:17.910 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4101 | 2024-12-13T20:38:19.019Z | [ recovery-image] Dec 13 20:38:17.933 INFO O| Dec 13 20:38:17.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4102 | 2024-12-13T20:38:19.019Z | [ recovery-image] Dec 13 20:38:17.933 INFO O| Dec 13 20:38:17.933 INFO STEP 30 (remove_files) COMPLETE |
4103 | 2024-12-13T20:38:19.019Z | [ recovery-image] Dec 13 20:38:17.933 INFO O| Dec 13 20:38:17.933 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4104 | 2024-12-13T20:38:19.049Z | [ recovery-image] Dec 13 20:38:17.962 INFO O| Dec 13 20:38:17.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4105 | 2024-12-13T20:38:19.049Z | [ recovery-image] Dec 13 20:38:17.962 INFO O| Dec 13 20:38:17.962 INFO STEP 31 (remove_files) COMPLETE |
4106 | 2024-12-13T20:38:19.052Z | [ recovery-image] Dec 13 20:38:17.962 INFO O| Dec 13 20:38:17.962 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-12-13T20:38:19.070Z | [ recovery-image] Dec 13 20:38:17.983 INFO O| Dec 13 20:38:17.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4108 | 2024-12-13T20:38:19.070Z | [ recovery-image] Dec 13 20:38:17.983 INFO O| Dec 13 20:38:17.983 INFO STEP 32 (remove_files) COMPLETE |
4109 | 2024-12-13T20:38:19.070Z | [ recovery-image] Dec 13 20:38:17.983 INFO O| Dec 13 20:38:17.983 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4110 | 2024-12-13T20:38:19.098Z | [ recovery-image] Dec 13 20:38:18.010 INFO O| Dec 13 20:38:18.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4111 | 2024-12-13T20:38:19.098Z | [ recovery-image] Dec 13 20:38:18.010 INFO O| Dec 13 20:38:18.010 INFO STEP 33 (remove_files) COMPLETE |
4112 | 2024-12-13T20:38:19.100Z | [ recovery-image] Dec 13 20:38:18.010 INFO O| Dec 13 20:38:18.010 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4113 | 2024-12-13T20:38:19.121Z | [ recovery-image] Dec 13 20:38:18.034 INFO O| Dec 13 20:38:18.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4114 | 2024-12-13T20:38:19.121Z | [ recovery-image] Dec 13 20:38:18.034 INFO O| Dec 13 20:38:18.034 INFO STEP 34 (remove_files) COMPLETE |
4115 | 2024-12-13T20:38:19.121Z | [ recovery-image] Dec 13 20:38:18.034 INFO O| Dec 13 20:38:18.034 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4116 | 2024-12-13T20:38:19.142Z | [ recovery-image] Dec 13 20:38:18.056 INFO O| Dec 13 20:38:18.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4117 | 2024-12-13T20:38:19.142Z | [ recovery-image] Dec 13 20:38:18.056 INFO O| Dec 13 20:38:18.056 INFO STEP 35 (remove_files) COMPLETE |
4118 | 2024-12-13T20:38:19.142Z | [ recovery-image] Dec 13 20:38:18.056 INFO O| Dec 13 20:38:18.056 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4119 | 2024-12-13T20:38:19.171Z | [ recovery-image] Dec 13 20:38:18.085 INFO O| Dec 13 20:38:18.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4120 | 2024-12-13T20:38:19.171Z | [ recovery-image] Dec 13 20:38:18.085 INFO O| Dec 13 20:38:18.085 INFO STEP 36 (remove_files) COMPLETE |
4121 | 2024-12-13T20:38:19.171Z | [ recovery-image] Dec 13 20:38:18.085 INFO O| Dec 13 20:38:18.085 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4122 | 2024-12-13T20:38:19.194Z | [ recovery-image] Dec 13 20:38:18.107 INFO O| Dec 13 20:38:18.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4123 | 2024-12-13T20:38:19.194Z | [ recovery-image] Dec 13 20:38:18.107 INFO O| Dec 13 20:38:18.107 INFO STEP 37 (remove_files) COMPLETE |
4124 | 2024-12-13T20:38:19.194Z | [ recovery-image] Dec 13 20:38:18.107 INFO O| Dec 13 20:38:18.107 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4125 | 2024-12-13T20:38:19.215Z | [ recovery-image] Dec 13 20:38:18.129 INFO O| Dec 13 20:38:18.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4126 | 2024-12-13T20:38:19.215Z | [ recovery-image] Dec 13 20:38:18.129 INFO O| Dec 13 20:38:18.129 INFO STEP 38 (remove_files) COMPLETE |
4127 | 2024-12-13T20:38:19.215Z | [ recovery-image] Dec 13 20:38:18.129 INFO O| Dec 13 20:38:18.129 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4128 | 2024-12-13T20:38:19.236Z | [ recovery-image] Dec 13 20:38:18.149 INFO O| Dec 13 20:38:18.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4129 | 2024-12-13T20:38:19.236Z | [ recovery-image] Dec 13 20:38:18.149 INFO O| Dec 13 20:38:18.149 INFO STEP 39 (remove_files) COMPLETE |
4130 | 2024-12-13T20:38:19.236Z | [ recovery-image] Dec 13 20:38:18.150 INFO O| Dec 13 20:38:18.149 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4131 | 2024-12-13T20:38:19.258Z | [ recovery-image] Dec 13 20:38:18.171 INFO O| Dec 13 20:38:18.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4132 | 2024-12-13T20:38:19.258Z | [ recovery-image] Dec 13 20:38:18.171 INFO O| Dec 13 20:38:18.171 INFO STEP 40 (remove_files) COMPLETE |
4133 | 2024-12-13T20:38:19.258Z | [ recovery-image] Dec 13 20:38:18.171 INFO O| Dec 13 20:38:18.171 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4134 | 2024-12-13T20:38:19.283Z | [ recovery-image] Dec 13 20:38:18.196 INFO O| Dec 13 20:38:18.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4135 | 2024-12-13T20:38:19.283Z | [ recovery-image] Dec 13 20:38:18.196 INFO O| Dec 13 20:38:18.196 INFO STEP 41 (remove_files) COMPLETE |
4136 | 2024-12-13T20:38:19.285Z | [ recovery-image] Dec 13 20:38:18.196 INFO O| Dec 13 20:38:18.196 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4137 | 2024-12-13T20:38:19.352Z | [ recovery-image] Dec 13 20:38:18.265 INFO O| Dec 13 20:38:18.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4138 | 2024-12-13T20:38:19.352Z | [ recovery-image] Dec 13 20:38:18.266 INFO O| Dec 13 20:38:18.265 INFO STEP 42 (remove_files) COMPLETE |
4139 | 2024-12-13T20:38:19.354Z | [ recovery-image] Dec 13 20:38:18.266 INFO O| Dec 13 20:38:18.265 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4140 | 2024-12-13T20:38:19.375Z | [ recovery-image] Dec 13 20:38:18.288 INFO O| Dec 13 20:38:18.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4141 | 2024-12-13T20:38:19.375Z | [ recovery-image] Dec 13 20:38:18.288 INFO O| Dec 13 20:38:18.288 INFO STEP 43 (remove_files) COMPLETE |
4142 | 2024-12-13T20:38:19.375Z | [ recovery-image] Dec 13 20:38:18.288 INFO O| Dec 13 20:38:18.288 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4143 | 2024-12-13T20:38:19.396Z | [ recovery-image] Dec 13 20:38:18.310 INFO O| Dec 13 20:38:18.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4144 | 2024-12-13T20:38:19.396Z | [ recovery-image] Dec 13 20:38:18.310 INFO O| Dec 13 20:38:18.310 INFO STEP 44 (remove_files) COMPLETE |
4145 | 2024-12-13T20:38:19.399Z | [ recovery-image] Dec 13 20:38:18.310 INFO O| Dec 13 20:38:18.310 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4146 | 2024-12-13T20:38:19.418Z | [ recovery-image] Dec 13 20:38:18.332 INFO O| Dec 13 20:38:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4147 | 2024-12-13T20:38:19.420Z | [ recovery-image] Dec 13 20:38:18.332 INFO O| Dec 13 20:38:18.332 INFO STEP 45 (remove_files) COMPLETE |
4148 | 2024-12-13T20:38:19.420Z | [ recovery-image] Dec 13 20:38:18.332 INFO O| Dec 13 20:38:18.332 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4149 | 2024-12-13T20:38:19.440Z | [ recovery-image] Dec 13 20:38:18.353 INFO O| Dec 13 20:38:18.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4150 | 2024-12-13T20:38:19.442Z | [ recovery-image] Dec 13 20:38:18.353 INFO O| Dec 13 20:38:18.353 INFO STEP 46 (remove_files) COMPLETE |
4151 | 2024-12-13T20:38:19.442Z | [ recovery-image] Dec 13 20:38:18.354 INFO O| Dec 13 20:38:18.353 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4152 | 2024-12-13T20:38:19.521Z | [ recovery-image] Dec 13 20:38:18.434 INFO O| Dec 13 20:38:18.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4153 | 2024-12-13T20:38:19.521Z | [ recovery-image] Dec 13 20:38:18.434 INFO O| Dec 13 20:38:18.434 INFO STEP 47 (remove_files) COMPLETE |
4154 | 2024-12-13T20:38:19.521Z | [ recovery-image] Dec 13 20:38:18.434 INFO O| Dec 13 20:38:18.434 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4155 | 2024-12-13T20:38:19.555Z | [ recovery-image] Dec 13 20:38:18.469 INFO O| Dec 13 20:38:18.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4156 | 2024-12-13T20:38:19.555Z | [ recovery-image] Dec 13 20:38:18.469 INFO O| Dec 13 20:38:18.469 INFO STEP 48 (remove_files) COMPLETE |
4157 | 2024-12-13T20:38:19.558Z | [ recovery-image] Dec 13 20:38:18.469 INFO O| Dec 13 20:38:18.469 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4158 | 2024-12-13T20:38:19.618Z | [ recovery-image] Dec 13 20:38:18.531 INFO O| Dec 13 20:38:18.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4159 | 2024-12-13T20:38:19.618Z | [ recovery-image] Dec 13 20:38:18.531 INFO O| Dec 13 20:38:18.531 INFO STEP 49 (remove_files) COMPLETE |
4160 | 2024-12-13T20:38:19.620Z | [ recovery-image] Dec 13 20:38:18.531 INFO O| Dec 13 20:38:18.531 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4161 | 2024-12-13T20:38:19.638Z | [ recovery-image] Dec 13 20:38:18.552 INFO O| Dec 13 20:38:18.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4162 | 2024-12-13T20:38:19.639Z | [ recovery-image] Dec 13 20:38:18.552 INFO O| Dec 13 20:38:18.552 INFO STEP 50 (remove_files) COMPLETE |
4163 | 2024-12-13T20:38:19.641Z | [ recovery-image] Dec 13 20:38:18.552 INFO O| Dec 13 20:38:18.552 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4164 | 2024-12-13T20:38:19.660Z | [ recovery-image] Dec 13 20:38:18.573 INFO O| Dec 13 20:38:18.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4165 | 2024-12-13T20:38:19.663Z | [ recovery-image] Dec 13 20:38:18.574 INFO O| Dec 13 20:38:18.574 INFO STEP 51 (remove_files) COMPLETE |
4166 | 2024-12-13T20:38:19.663Z | [ recovery-image] Dec 13 20:38:18.574 INFO O| Dec 13 20:38:18.574 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4167 | 2024-12-13T20:38:19.682Z | [ recovery-image] Dec 13 20:38:18.595 INFO O| Dec 13 20:38:18.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4168 | 2024-12-13T20:38:19.684Z | [ recovery-image] Dec 13 20:38:18.596 INFO O| Dec 13 20:38:18.595 INFO STEP 52 (remove_files) COMPLETE |
4169 | 2024-12-13T20:38:19.684Z | [ recovery-image] Dec 13 20:38:18.596 INFO O| Dec 13 20:38:18.596 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4170 | 2024-12-13T20:38:19.718Z | [ recovery-image] Dec 13 20:38:18.631 INFO O| Dec 13 20:38:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4171 | 2024-12-13T20:38:19.718Z | [ recovery-image] Dec 13 20:38:18.631 INFO O| Dec 13 20:38:18.631 INFO STEP 53 (remove_files) COMPLETE |
4172 | 2024-12-13T20:38:19.720Z | [ recovery-image] Dec 13 20:38:18.632 INFO O| Dec 13 20:38:18.631 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4173 | 2024-12-13T20:38:19.741Z | [ recovery-image] Dec 13 20:38:18.655 INFO O| Dec 13 20:38:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4174 | 2024-12-13T20:38:19.741Z | [ recovery-image] Dec 13 20:38:18.655 INFO O| Dec 13 20:38:18.655 INFO STEP 54 (remove_files) COMPLETE |
4175 | 2024-12-13T20:38:19.744Z | [ recovery-image] Dec 13 20:38:18.655 INFO O| Dec 13 20:38:18.655 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4176 | 2024-12-13T20:38:19.765Z | [ recovery-image] Dec 13 20:38:18.678 INFO O| Dec 13 20:38:18.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4177 | 2024-12-13T20:38:19.765Z | [ recovery-image] Dec 13 20:38:18.678 INFO O| Dec 13 20:38:18.678 INFO STEP 55 (remove_files) COMPLETE |
4178 | 2024-12-13T20:38:19.767Z | [ recovery-image] Dec 13 20:38:18.678 INFO O| Dec 13 20:38:18.678 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4179 | 2024-12-13T20:38:19.806Z | [ recovery-image] Dec 13 20:38:18.720 INFO O| Dec 13 20:38:18.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4180 | 2024-12-13T20:38:19.806Z | [ recovery-image] Dec 13 20:38:18.720 INFO O| Dec 13 20:38:18.720 INFO STEP 56 (remove_files) COMPLETE |
4181 | 2024-12-13T20:38:19.809Z | [ recovery-image] Dec 13 20:38:18.720 INFO O| Dec 13 20:38:18.720 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4182 | 2024-12-13T20:38:19.830Z | [ recovery-image] Dec 13 20:38:18.743 INFO O| Dec 13 20:38:18.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4183 | 2024-12-13T20:38:19.830Z | [ recovery-image] Dec 13 20:38:18.743 INFO O| Dec 13 20:38:18.743 INFO STEP 57 (remove_files) COMPLETE |
4184 | 2024-12-13T20:38:19.832Z | [ recovery-image] Dec 13 20:38:18.743 INFO O| Dec 13 20:38:18.743 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4185 | 2024-12-13T20:38:19.857Z | [ recovery-image] Dec 13 20:38:18.770 INFO O| Dec 13 20:38:18.770 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4186 | 2024-12-13T20:38:19.857Z | [ recovery-image] Dec 13 20:38:18.770 INFO O| Dec 13 20:38:18.770 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4187 | 2024-12-13T20:38:19.857Z | [ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.770 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4188 | 2024-12-13T20:38:19.860Z | [ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4189 | 2024-12-13T20:38:19.860Z | [ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4190 | 2024-12-13T20:38:19.860Z | [ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4191 | 2024-12-13T20:38:19.860Z | [ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO ok! |
4192 | 2024-12-13T20:38:19.860Z | [ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO STEP 58 (ensure_file) COMPLETE |
4193 | 2024-12-13T20:38:19.860Z | [ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4194 | 2024-12-13T20:38:19.895Z | [ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4195 | 2024-12-13T20:38:19.895Z | [ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4196 | 2024-12-13T20:38:19.897Z | [ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4197 | 2024-12-13T20:38:19.897Z | [ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4198 | 2024-12-13T20:38:19.897Z | [ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4199 | 2024-12-13T20:38:19.897Z | [ recovery-image] Dec 13 20:38:18.809 INFO O| Dec 13 20:38:18.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4200 | 2024-12-13T20:38:19.897Z | [ recovery-image] Dec 13 20:38:18.809 INFO O| Dec 13 20:38:18.809 INFO ok! |
4201 | 2024-12-13T20:38:19.897Z | [ recovery-image] Dec 13 20:38:18.809 INFO O| Dec 13 20:38:18.809 INFO STEP 59 (ensure_file) COMPLETE |
4202 | 2024-12-13T20:38:19.897Z | [ recovery-image] Dec 13 20:38:18.809 INFO O| Dec 13 20:38:18.809 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4203 | 2024-12-13T20:38:19.927Z | [ recovery-image] Dec 13 20:38:18.840 INFO O| Dec 13 20:38:18.840 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4204 | 2024-12-13T20:38:19.927Z | [ recovery-image] Dec 13 20:38:18.840 INFO O| Dec 13 20:38:18.840 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4205 | 2024-12-13T20:38:19.927Z | [ recovery-image] Dec 13 20:38:18.840 INFO O| Dec 13 20:38:18.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4206 | 2024-12-13T20:38:19.929Z | [ recovery-image] Dec 13 20:38:18.840 INFO O| Dec 13 20:38:18.840 INFO ok! |
4207 | 2024-12-13T20:38:19.929Z | [ recovery-image] Dec 13 20:38:18.841 INFO O| Dec 13 20:38:18.840 INFO STEP 60 (ensure_file) COMPLETE |
4208 | 2024-12-13T20:38:19.930Z | [ recovery-image] Dec 13 20:38:18.841 INFO O| Dec 13 20:38:18.841 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4209 | 2024-12-13T20:38:19.950Z | [ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4210 | 2024-12-13T20:38:19.950Z | [ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4211 | 2024-12-13T20:38:19.952Z | [ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4212 | 2024-12-13T20:38:19.952Z | [ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO ok! |
4213 | 2024-12-13T20:38:19.952Z | [ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO STEP 61 (ensure_file) COMPLETE |
4214 | 2024-12-13T20:38:19.952Z | [ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4215 | 2024-12-13T20:38:19.981Z | [ recovery-image] Dec 13 20:38:18.893 INFO O| Dec 13 20:38:18.893 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4216 | 2024-12-13T20:38:19.981Z | [ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4217 | 2024-12-13T20:38:19.981Z | [ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4218 | 2024-12-13T20:38:19.983Z | [ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4219 | 2024-12-13T20:38:19.983Z | [ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO ok! |
4220 | 2024-12-13T20:38:19.983Z | [ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO STEP 62 (ensure_file) COMPLETE |
4221 | 2024-12-13T20:38:19.983Z | [ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4222 | 2024-12-13T20:38:20.039Z | [ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4223 | 2024-12-13T20:38:20.039Z | [ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4224 | 2024-12-13T20:38:20.041Z | [ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4225 | 2024-12-13T20:38:20.041Z | [ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4226 | 2024-12-13T20:38:20.041Z | [ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO ok! |
4227 | 2024-12-13T20:38:20.041Z | [ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO STEP 63 (ensure_file) COMPLETE |
4228 | 2024-12-13T20:38:20.041Z | [ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-13T20:38:20.103Z | [ recovery-image] Dec 13 20:38:19.016 INFO O| Dec 13 20:38:19.016 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4230 | 2024-12-13T20:38:20.103Z | [ recovery-image] Dec 13 20:38:19.016 INFO O| Dec 13 20:38:19.016 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4231 | 2024-12-13T20:38:20.106Z | [ recovery-image] Dec 13 20:38:19.017 INFO O| Dec 13 20:38:19.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4232 | 2024-12-13T20:38:20.106Z | [ recovery-image] Dec 13 20:38:19.017 INFO O| Dec 13 20:38:19.017 INFO ok! |
4233 | 2024-12-13T20:38:20.106Z | [ recovery-image] Dec 13 20:38:19.017 INFO O| Dec 13 20:38:19.017 INFO STEP 64 (assemble_files) COMPLETE |
4234 | 2024-12-13T20:38:20.106Z | [ recovery-image] Dec 13 20:38:19.017 INFO O| Dec 13 20:38:19.017 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4235 | 2024-12-13T20:38:20.143Z | [ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4236 | 2024-12-13T20:38:20.143Z | [ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4237 | 2024-12-13T20:38:20.143Z | [ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4238 | 2024-12-13T20:38:20.145Z | [ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4239 | 2024-12-13T20:38:20.145Z | [ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO ok! |
4240 | 2024-12-13T20:38:20.145Z | [ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO STEP 65 (ensure_file) COMPLETE |
4241 | 2024-12-13T20:38:20.145Z | [ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4242 | 2024-12-13T20:38:20.146Z | [ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO skip step because feature "omicron1" is not enabled |
4243 | 2024-12-13T20:38:20.146Z | [ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.056 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-13T20:38:20.146Z | [ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.056 INFO skip step because feature "omicron1" is not enabled |
4245 | 2024-12-13T20:38:20.146Z | [ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.056 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2024-12-13T20:38:20.146Z | [ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.057 INFO skip step because feature "omicron1" is not enabled |
4247 | 2024-12-13T20:38:20.146Z | [ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.057 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4248 | 2024-12-13T20:38:20.199Z | [ recovery-image] Dec 13 20:38:19.113 INFO O| Dec 13 20:38:19.113 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4249 | 2024-12-13T20:38:20.200Z | [ recovery-image] Dec 13 20:38:19.113 INFO O| Dec 13 20:38:19.113 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4250 | 2024-12-13T20:38:22.969Z | [ host-image] Dec 13 20:38:21.882 INFO O| Dec 13 20:38:21.881 INFO O| Done |
4251 | 2024-12-13T20:38:23.235Z | [ recovery-image] Dec 13 20:38:22.148 INFO O| Dec 13 20:38:22.148 INFO STEP 69 (pack_tar) COMPLETE |
4252 | 2024-12-13T20:38:23.235Z | [ recovery-image] Dec 13 20:38:22.148 INFO O| Dec 13 20:38:22.148 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4253 | 2024-12-13T20:38:23.238Z | [ recovery-image] Dec 13 20:38:22.148 INFO O| Dec 13 20:38:22.148 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4254 | 2024-12-13T20:38:23.587Z | [ recovery-image] Dec 13 20:38:22.500 INFO O| Dec 13 20:38:22.500 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4255 | 2024-12-13T20:38:23.792Z | [ recovery-image] Dec 13 20:38:22.704 INFO O| Dec 13 20:38:22.704 INFO completed processing gimlet/ramdisk-02-trim |
4256 | 2024-12-13T20:38:23.796Z | [ recovery-image] Dec 13 20:38:22.708 INFO image builder template: ramdisk-03-recovery-trim... |
4257 | 2024-12-13T20:38:23.796Z | [ recovery-image] Dec 13 20:38:22.708 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/.tmpVYZFEz/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 |
4258 | 2024-12-13T20:38:24.055Z | [ recovery-image] Dec 13 20:38:22.967 INFO O| Dec 13 20:38:22.967 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4259 | 2024-12-13T20:38:24.065Z | [ recovery-image] Dec 13 20:38:22.978 INFO O| Dec 13 20:38:22.978 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4260 | 2024-12-13T20:38:24.113Z | [ host-image] Dec 13 20:38:23.025 INFO O| Dec 13 20:38:23.025 INFO O| Done |
4261 | 2024-12-13T20:38:24.247Z | [ recovery-image] Dec 13 20:38:23.160 INFO O| Dec 13 20:38:23.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4262 | 2024-12-13T20:38:24.354Z | [ recovery-image] Dec 13 20:38:23.266 INFO O| Dec 13 20:38:23.266 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4263 | 2024-12-13T20:38:24.356Z | [ recovery-image] Dec 13 20:38:23.266 INFO O| Dec 13 20:38:23.266 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4264 | 2024-12-13T20:38:24.370Z | [ recovery-image] Dec 13 20:38:23.283 INFO O| Dec 13 20:38:23.282 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4265 | 2024-12-13T20:38:24.379Z | [ recovery-image] Dec 13 20:38:23.291 INFO O| Dec 13 20:38:23.291 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4266 | 2024-12-13T20:38:24.402Z | [ recovery-image] Dec 13 20:38:23.314 INFO O| Dec 13 20:38:23.314 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4267 | 2024-12-13T20:38:24.709Z | [ host-image] Dec 13 20:38:23.621 INFO O| Dec 13 20:38:23.621 INFO STEP 11 (pkg_install) COMPLETE |
4268 | 2024-12-13T20:38:24.709Z | [ host-image] Dec 13 20:38:23.621 INFO O| Dec 13 20:38:23.621 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4269 | 2024-12-13T20:38:24.734Z | [ host-image] Dec 13 20:38:23.645 INFO O| Dec 13 20:38:23.645 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"] |
4270 | 2024-12-13T20:38:24.932Z | [ recovery-image] Dec 13 20:38:23.844 INFO O| Dec 13 20:38:23.844 INFO rolled back to input snapshot; work may begin |
4271 | 2024-12-13T20:38:24.932Z | [ recovery-image] Dec 13 20:38:23.844 INFO O| Dec 13 20:38:23.844 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4272 | 2024-12-13T20:38:24.961Z | [ recovery-image] Dec 13 20:38:23.873 INFO O| Dec 13 20:38:23.873 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-12-13T20:38:24.983Z | [ recovery-image] Dec 13 20:38:23.896 INFO O| Dec 13 20:38:23.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4274 | 2024-12-13T20:38:25.052Z | [ recovery-image] Dec 13 20:38:23.965 INFO O| Dec 13 20:38:23.965 INFO STEP 0 (remove_files) COMPLETE |
4275 | 2024-12-13T20:38:25.052Z | [ recovery-image] Dec 13 20:38:23.965 INFO O| Dec 13 20:38:23.965 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-12-13T20:38:25.116Z | [ recovery-image] Dec 13 20:38:24.029 INFO O| Dec 13 20:38:24.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4277 | 2024-12-13T20:38:25.328Z | [ recovery-image] Dec 13 20:38:24.240 INFO O| Dec 13 20:38:24.240 INFO STEP 1 (remove_files) COMPLETE |
4278 | 2024-12-13T20:38:25.328Z | [ recovery-image] Dec 13 20:38:24.241 INFO O| Dec 13 20:38:24.240 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-12-13T20:38:25.362Z | [ recovery-image] Dec 13 20:38:24.274 INFO O| Dec 13 20:38:24.274 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4280 | 2024-12-13T20:38:25.433Z | [ recovery-image] Dec 13 20:38:24.344 INFO O| Dec 13 20:38:24.344 INFO STEP 2 (remove_files) COMPLETE |
4281 | 2024-12-13T20:38:25.433Z | [ recovery-image] Dec 13 20:38:24.345 INFO O| Dec 13 20:38:24.344 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-12-13T20:38:25.475Z | [ recovery-image] Dec 13 20:38:24.387 INFO O| Dec 13 20:38:24.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4283 | 2024-12-13T20:38:25.816Z | [ recovery-image] Dec 13 20:38:24.728 INFO O| Dec 13 20:38:24.728 INFO STEP 3 (remove_files) COMPLETE |
4284 | 2024-12-13T20:38:25.816Z | [ recovery-image] Dec 13 20:38:24.728 INFO O| Dec 13 20:38:24.728 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-12-13T20:38:25.842Z | [ recovery-image] Dec 13 20:38:24.753 INFO O| Dec 13 20:38:24.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4286 | 2024-12-13T20:38:26.249Z | [ host-image] Dec 13 20:38:25.161 INFO O| Dec 13 20:38:25.161 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4287 | 2024-12-13T20:38:26.255Z | [ recovery-image] Dec 13 20:38:25.167 INFO O| Dec 13 20:38:25.167 INFO STEP 4 (remove_files) COMPLETE |
4288 | 2024-12-13T20:38:26.255Z | [ recovery-image] Dec 13 20:38:25.167 INFO O| Dec 13 20:38:25.167 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-12-13T20:38:26.280Z | [ recovery-image] Dec 13 20:38:25.192 INFO O| Dec 13 20:38:25.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4290 | 2024-12-13T20:38:26.285Z | [ recovery-image] Dec 13 20:38:25.197 INFO O| Dec 13 20:38:25.197 INFO STEP 5 (remove_files) COMPLETE |
4291 | 2024-12-13T20:38:26.285Z | [ recovery-image] Dec 13 20:38:25.197 INFO O| Dec 13 20:38:25.197 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-12-13T20:38:26.326Z | [ recovery-image] Dec 13 20:38:25.238 INFO O| Dec 13 20:38:25.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4293 | 2024-12-13T20:38:26.349Z | [ recovery-image] Dec 13 20:38:25.260 INFO O| Dec 13 20:38:25.260 INFO STEP 6 (remove_files) COMPLETE |
4294 | 2024-12-13T20:38:26.349Z | [ recovery-image] Dec 13 20:38:25.260 INFO O| Dec 13 20:38:25.260 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-12-13T20:38:26.410Z | [ recovery-image] Dec 13 20:38:25.322 INFO O| Dec 13 20:38:25.322 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4296 | 2024-12-13T20:38:26.413Z | [ recovery-image] Dec 13 20:38:25.326 INFO O| Dec 13 20:38:25.326 INFO STEP 7 (remove_files) COMPLETE |
4297 | 2024-12-13T20:38:26.414Z | [ recovery-image] Dec 13 20:38:25.326 INFO O| Dec 13 20:38:25.326 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-12-13T20:38:26.463Z | [ recovery-image] Dec 13 20:38:25.375 INFO O| Dec 13 20:38:25.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4299 | 2024-12-13T20:38:26.555Z | [ recovery-image] Dec 13 20:38:25.467 INFO O| Dec 13 20:38:25.467 INFO STEP 8 (remove_files) COMPLETE |
4300 | 2024-12-13T20:38:26.555Z | [ recovery-image] Dec 13 20:38:25.467 INFO O| Dec 13 20:38:25.467 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-12-13T20:38:26.584Z | [ recovery-image] Dec 13 20:38:25.496 INFO O| Dec 13 20:38:25.496 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4302 | 2024-12-13T20:38:26.588Z | [ recovery-image] Dec 13 20:38:25.497 INFO O| Dec 13 20:38:25.496 INFO STEP 9 (remove_files) COMPLETE |
4303 | 2024-12-13T20:38:26.588Z | [ recovery-image] Dec 13 20:38:25.497 INFO O| Dec 13 20:38:25.497 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-12-13T20:38:26.609Z | [ recovery-image] Dec 13 20:38:25.521 INFO O| Dec 13 20:38:25.521 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4305 | 2024-12-13T20:38:26.633Z | [ recovery-image] Dec 13 20:38:25.545 INFO O| Dec 13 20:38:25.545 INFO STEP 10 (remove_files) COMPLETE |
4306 | 2024-12-13T20:38:26.634Z | [ recovery-image] Dec 13 20:38:25.545 INFO O| Dec 13 20:38:25.545 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-12-13T20:38:26.679Z | [ recovery-image] Dec 13 20:38:25.590 INFO O| Dec 13 20:38:25.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4308 | 2024-12-13T20:38:27.306Z | [ recovery-image] Dec 13 20:38:26.218 INFO O| Dec 13 20:38:26.218 INFO STEP 11 (remove_files) COMPLETE |
4309 | 2024-12-13T20:38:27.306Z | [ recovery-image] Dec 13 20:38:26.218 INFO O| Dec 13 20:38:26.218 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-12-13T20:38:27.353Z | [ recovery-image] Dec 13 20:38:26.265 INFO O| Dec 13 20:38:26.265 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4311 | 2024-12-13T20:38:27.379Z | [ recovery-image] Dec 13 20:38:26.290 INFO O| Dec 13 20:38:26.290 INFO STEP 12 (remove_files) COMPLETE |
4312 | 2024-12-13T20:38:27.379Z | [ recovery-image] Dec 13 20:38:26.290 INFO O| Dec 13 20:38:26.290 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-12-13T20:38:27.408Z | [ recovery-image] Dec 13 20:38:26.320 INFO O| Dec 13 20:38:26.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4314 | 2024-12-13T20:38:27.433Z | [ recovery-image] Dec 13 20:38:26.345 INFO O| Dec 13 20:38:26.345 INFO STEP 13 (remove_files) COMPLETE |
4315 | 2024-12-13T20:38:27.433Z | [ recovery-image] Dec 13 20:38:26.345 INFO O| Dec 13 20:38:26.345 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-12-13T20:38:27.497Z | [ recovery-image] Dec 13 20:38:26.409 INFO O| Dec 13 20:38:26.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4317 | 2024-12-13T20:38:27.500Z | [ recovery-image] Dec 13 20:38:26.409 INFO O| Dec 13 20:38:26.409 INFO STEP 14 (remove_files) COMPLETE |
4318 | 2024-12-13T20:38:27.500Z | [ recovery-image] Dec 13 20:38:26.409 INFO O| Dec 13 20:38:26.409 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-12-13T20:38:27.530Z | [ recovery-image] Dec 13 20:38:26.442 INFO O| Dec 13 20:38:26.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4320 | 2024-12-13T20:38:27.532Z | [ recovery-image] Dec 13 20:38:26.443 INFO O| Dec 13 20:38:26.443 INFO STEP 15 (remove_files) COMPLETE |
4321 | 2024-12-13T20:38:27.532Z | [ recovery-image] Dec 13 20:38:26.443 INFO O| Dec 13 20:38:26.443 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-12-13T20:38:27.593Z | [ recovery-image] Dec 13 20:38:26.505 INFO O| Dec 13 20:38:26.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4323 | 2024-12-13T20:38:27.770Z | [ recovery-image] Dec 13 20:38:26.682 INFO O| Dec 13 20:38:26.682 INFO STEP 16 (remove_files) COMPLETE |
4324 | 2024-12-13T20:38:27.770Z | [ recovery-image] Dec 13 20:38:26.682 INFO O| Dec 13 20:38:26.682 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-12-13T20:38:27.827Z | [ recovery-image] Dec 13 20:38:26.738 INFO O| Dec 13 20:38:26.738 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4326 | 2024-12-13T20:38:27.836Z | [ recovery-image] Dec 13 20:38:26.748 INFO O| Dec 13 20:38:26.748 INFO STEP 17 (remove_files) COMPLETE |
4327 | 2024-12-13T20:38:27.836Z | [ recovery-image] Dec 13 20:38:26.748 INFO O| Dec 13 20:38:26.748 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-12-13T20:38:27.863Z | [ recovery-image] Dec 13 20:38:26.775 INFO O| Dec 13 20:38:26.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4329 | 2024-12-13T20:38:27.871Z | [ recovery-image] Dec 13 20:38:26.783 INFO O| Dec 13 20:38:26.783 INFO STEP 18 (remove_files) COMPLETE |
4330 | 2024-12-13T20:38:27.871Z | [ recovery-image] Dec 13 20:38:26.783 INFO O| Dec 13 20:38:26.783 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-12-13T20:38:27.956Z | [ recovery-image] Dec 13 20:38:26.868 INFO O| Dec 13 20:38:26.868 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4332 | 2024-12-13T20:38:28.241Z | [ recovery-image] Dec 13 20:38:27.152 INFO O| Dec 13 20:38:27.152 INFO STEP 19 (remove_files) COMPLETE |
4333 | 2024-12-13T20:38:28.241Z | [ recovery-image] Dec 13 20:38:27.152 INFO O| Dec 13 20:38:27.152 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-12-13T20:38:28.275Z | [ recovery-image] Dec 13 20:38:27.186 INFO O| Dec 13 20:38:27.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4335 | 2024-12-13T20:38:28.277Z | [ recovery-image] Dec 13 20:38:27.188 INFO O| Dec 13 20:38:27.188 INFO STEP 20 (remove_files) COMPLETE |
4336 | 2024-12-13T20:38:28.277Z | [ recovery-image] Dec 13 20:38:27.188 INFO O| Dec 13 20:38:27.188 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-12-13T20:38:28.317Z | [ recovery-image] Dec 13 20:38:27.229 INFO O| Dec 13 20:38:27.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4338 | 2024-12-13T20:38:28.317Z | [ recovery-image] Dec 13 20:38:27.229 INFO O| Dec 13 20:38:27.229 INFO STEP 21 (remove_files) COMPLETE |
4339 | 2024-12-13T20:38:28.317Z | [ recovery-image] Dec 13 20:38:27.229 INFO O| Dec 13 20:38:27.229 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-13T20:38:28.360Z | [ recovery-image] Dec 13 20:38:27.272 INFO O| Dec 13 20:38:27.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4341 | 2024-12-13T20:38:28.363Z | [ recovery-image] Dec 13 20:38:27.273 INFO O| Dec 13 20:38:27.272 INFO STEP 22 (remove_files) COMPLETE |
4342 | 2024-12-13T20:38:28.363Z | [ recovery-image] Dec 13 20:38:27.273 INFO O| Dec 13 20:38:27.272 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-13T20:38:28.386Z | [ recovery-image] Dec 13 20:38:27.297 INFO O| Dec 13 20:38:27.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4344 | 2024-12-13T20:38:28.386Z | [ recovery-image] Dec 13 20:38:27.297 INFO O| Dec 13 20:38:27.297 INFO STEP 23 (remove_files) COMPLETE |
4345 | 2024-12-13T20:38:28.386Z | [ recovery-image] Dec 13 20:38:27.297 INFO O| Dec 13 20:38:27.297 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-13T20:38:28.448Z | [ recovery-image] Dec 13 20:38:27.360 INFO O| Dec 13 20:38:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4347 | 2024-12-13T20:38:28.448Z | [ recovery-image] Dec 13 20:38:27.360 INFO O| Dec 13 20:38:27.360 INFO STEP 24 (remove_files) COMPLETE |
4348 | 2024-12-13T20:38:28.452Z | [ recovery-image] Dec 13 20:38:27.360 INFO O| Dec 13 20:38:27.360 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-12-13T20:38:28.518Z | [ recovery-image] Dec 13 20:38:27.430 INFO O| Dec 13 20:38:27.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4350 | 2024-12-13T20:38:28.518Z | [ recovery-image] Dec 13 20:38:27.430 INFO O| Dec 13 20:38:27.430 INFO STEP 25 (remove_files) COMPLETE |
4351 | 2024-12-13T20:38:28.522Z | [ recovery-image] Dec 13 20:38:27.430 INFO O| Dec 13 20:38:27.430 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-13T20:38:28.541Z | [ recovery-image] Dec 13 20:38:27.452 INFO O| Dec 13 20:38:27.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4353 | 2024-12-13T20:38:28.541Z | [ recovery-image] Dec 13 20:38:27.452 INFO O| Dec 13 20:38:27.452 INFO STEP 26 (remove_files) COMPLETE |
4354 | 2024-12-13T20:38:28.543Z | [ recovery-image] Dec 13 20:38:27.453 INFO O| Dec 13 20:38:27.452 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-13T20:38:28.578Z | [ recovery-image] Dec 13 20:38:27.489 INFO O| Dec 13 20:38:27.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4356 | 2024-12-13T20:38:28.604Z | [ recovery-image] Dec 13 20:38:27.514 INFO O| Dec 13 20:38:27.514 INFO STEP 27 (remove_files) COMPLETE |
4357 | 2024-12-13T20:38:28.604Z | [ recovery-image] Dec 13 20:38:27.514 INFO O| Dec 13 20:38:27.514 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-13T20:38:28.653Z | [ recovery-image] Dec 13 20:38:27.565 INFO O| Dec 13 20:38:27.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4359 | 2024-12-13T20:38:28.674Z | [ recovery-image] Dec 13 20:38:27.585 INFO O| Dec 13 20:38:27.585 INFO STEP 28 (remove_files) COMPLETE |
4360 | 2024-12-13T20:38:28.674Z | [ recovery-image] Dec 13 20:38:27.585 INFO O| Dec 13 20:38:27.585 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-13T20:38:28.708Z | [ recovery-image] Dec 13 20:38:27.620 INFO O| Dec 13 20:38:27.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4362 | 2024-12-13T20:38:28.708Z | [ recovery-image] Dec 13 20:38:27.620 INFO O| Dec 13 20:38:27.620 INFO STEP 29 (remove_files) COMPLETE |
4363 | 2024-12-13T20:38:28.711Z | [ recovery-image] Dec 13 20:38:27.620 INFO O| Dec 13 20:38:27.620 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-13T20:38:28.749Z | [ recovery-image] Dec 13 20:38:27.660 INFO O| Dec 13 20:38:27.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4365 | 2024-12-13T20:38:28.749Z | [ recovery-image] Dec 13 20:38:27.661 INFO O| Dec 13 20:38:27.660 INFO STEP 30 (remove_files) COMPLETE |
4366 | 2024-12-13T20:38:28.749Z | [ recovery-image] Dec 13 20:38:27.661 INFO O| Dec 13 20:38:27.661 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-13T20:38:28.771Z | [ recovery-image] Dec 13 20:38:27.682 INFO O| Dec 13 20:38:27.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4368 | 2024-12-13T20:38:28.771Z | [ recovery-image] Dec 13 20:38:27.682 INFO O| Dec 13 20:38:27.682 INFO STEP 31 (remove_files) COMPLETE |
4369 | 2024-12-13T20:38:28.771Z | [ recovery-image] Dec 13 20:38:27.682 INFO O| Dec 13 20:38:27.682 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-13T20:38:28.792Z | [ recovery-image] Dec 13 20:38:27.704 INFO O| Dec 13 20:38:27.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4371 | 2024-12-13T20:38:28.792Z | [ recovery-image] Dec 13 20:38:27.704 INFO O| Dec 13 20:38:27.704 INFO STEP 32 (remove_files) COMPLETE |
4372 | 2024-12-13T20:38:28.795Z | [ recovery-image] Dec 13 20:38:27.704 INFO O| Dec 13 20:38:27.704 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-13T20:38:28.814Z | [ recovery-image] Dec 13 20:38:27.725 INFO O| Dec 13 20:38:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4374 | 2024-12-13T20:38:28.814Z | [ recovery-image] Dec 13 20:38:27.726 INFO O| Dec 13 20:38:27.726 INFO STEP 33 (remove_files) COMPLETE |
4375 | 2024-12-13T20:38:28.816Z | [ recovery-image] Dec 13 20:38:27.726 INFO O| Dec 13 20:38:27.726 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-13T20:38:28.846Z | [ recovery-image] Dec 13 20:38:27.757 INFO O| Dec 13 20:38:27.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4377 | 2024-12-13T20:38:28.846Z | [ recovery-image] Dec 13 20:38:27.757 INFO O| Dec 13 20:38:27.757 INFO STEP 34 (remove_files) COMPLETE |
4378 | 2024-12-13T20:38:28.848Z | [ recovery-image] Dec 13 20:38:27.757 INFO O| Dec 13 20:38:27.757 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-13T20:38:28.883Z | [ recovery-image] Dec 13 20:38:27.795 INFO O| Dec 13 20:38:27.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4380 | 2024-12-13T20:38:28.886Z | [ recovery-image] Dec 13 20:38:27.795 INFO O| Dec 13 20:38:27.795 INFO STEP 35 (remove_files) COMPLETE |
4381 | 2024-12-13T20:38:28.886Z | [ recovery-image] Dec 13 20:38:27.795 INFO O| Dec 13 20:38:27.795 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-13T20:38:28.944Z | [ recovery-image] Dec 13 20:38:27.856 INFO O| Dec 13 20:38:27.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4383 | 2024-12-13T20:38:28.944Z | [ recovery-image] Dec 13 20:38:27.856 INFO O| Dec 13 20:38:27.856 INFO STEP 36 (remove_files) COMPLETE |
4384 | 2024-12-13T20:38:28.944Z | [ recovery-image] Dec 13 20:38:27.856 INFO O| Dec 13 20:38:27.856 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-13T20:38:28.981Z | [ recovery-image] Dec 13 20:38:27.892 INFO O| Dec 13 20:38:27.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4386 | 2024-12-13T20:38:29.000Z | [ recovery-image] Dec 13 20:38:27.911 INFO O| Dec 13 20:38:27.911 INFO STEP 37 (remove_files) COMPLETE |
4387 | 2024-12-13T20:38:29.000Z | [ recovery-image] Dec 13 20:38:27.911 INFO O| Dec 13 20:38:27.911 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-13T20:38:29.034Z | [ recovery-image] Dec 13 20:38:27.945 INFO O| Dec 13 20:38:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4389 | 2024-12-13T20:38:29.034Z | [ recovery-image] Dec 13 20:38:27.946 INFO O| Dec 13 20:38:27.946 INFO STEP 38 (remove_files) COMPLETE |
4390 | 2024-12-13T20:38:29.037Z | [ recovery-image] Dec 13 20:38:27.946 INFO O| Dec 13 20:38:27.946 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-13T20:38:29.057Z | [ recovery-image] Dec 13 20:38:27.968 INFO O| Dec 13 20:38:27.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4392 | 2024-12-13T20:38:29.057Z | [ recovery-image] Dec 13 20:38:27.968 INFO O| Dec 13 20:38:27.968 INFO STEP 39 (remove_files) COMPLETE |
4393 | 2024-12-13T20:38:29.057Z | [ recovery-image] Dec 13 20:38:27.968 INFO O| Dec 13 20:38:27.968 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-12-13T20:38:29.092Z | [ recovery-image] Dec 13 20:38:28.004 INFO O| Dec 13 20:38:28.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4395 | 2024-12-13T20:38:29.092Z | [ recovery-image] Dec 13 20:38:28.004 INFO O| Dec 13 20:38:28.004 INFO STEP 40 (remove_files) COMPLETE |
4396 | 2024-12-13T20:38:29.096Z | [ recovery-image] Dec 13 20:38:28.004 INFO O| Dec 13 20:38:28.004 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-12-13T20:38:29.118Z | [ recovery-image] Dec 13 20:38:28.030 INFO O| Dec 13 20:38:28.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4398 | 2024-12-13T20:38:29.118Z | [ recovery-image] Dec 13 20:38:28.030 INFO O| Dec 13 20:38:28.030 INFO STEP 41 (remove_files) COMPLETE |
4399 | 2024-12-13T20:38:29.121Z | [ recovery-image] Dec 13 20:38:28.030 INFO O| Dec 13 20:38:28.030 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-12-13T20:38:29.143Z | [ recovery-image] Dec 13 20:38:28.055 INFO O| Dec 13 20:38:28.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4401 | 2024-12-13T20:38:29.143Z | [ recovery-image] Dec 13 20:38:28.055 INFO O| Dec 13 20:38:28.055 INFO STEP 42 (remove_files) COMPLETE |
4402 | 2024-12-13T20:38:29.143Z | [ recovery-image] Dec 13 20:38:28.055 INFO O| Dec 13 20:38:28.055 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-12-13T20:38:29.177Z | [ recovery-image] Dec 13 20:38:28.088 INFO O| Dec 13 20:38:28.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4404 | 2024-12-13T20:38:29.177Z | [ recovery-image] Dec 13 20:38:28.088 INFO O| Dec 13 20:38:28.088 INFO STEP 43 (remove_files) COMPLETE |
4405 | 2024-12-13T20:38:29.177Z | [ recovery-image] Dec 13 20:38:28.088 INFO O| Dec 13 20:38:28.088 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-12-13T20:38:29.240Z | [ recovery-image] Dec 13 20:38:28.152 INFO O| Dec 13 20:38:28.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4407 | 2024-12-13T20:38:29.243Z | [ recovery-image] Dec 13 20:38:28.153 INFO O| Dec 13 20:38:28.153 INFO STEP 44 (remove_files) COMPLETE |
4408 | 2024-12-13T20:38:29.243Z | [ recovery-image] Dec 13 20:38:28.153 INFO O| Dec 13 20:38:28.153 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-12-13T20:38:29.262Z | [ recovery-image] Dec 13 20:38:28.173 INFO O| Dec 13 20:38:28.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4410 | 2024-12-13T20:38:29.264Z | [ recovery-image] Dec 13 20:38:28.174 INFO O| Dec 13 20:38:28.174 INFO STEP 45 (remove_files) COMPLETE |
4411 | 2024-12-13T20:38:29.264Z | [ recovery-image] Dec 13 20:38:28.174 INFO O| Dec 13 20:38:28.174 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-12-13T20:38:29.285Z | [ recovery-image] Dec 13 20:38:28.196 INFO O| Dec 13 20:38:28.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4413 | 2024-12-13T20:38:29.287Z | [ recovery-image] Dec 13 20:38:28.197 INFO O| Dec 13 20:38:28.196 INFO STEP 46 (remove_files) COMPLETE |
4414 | 2024-12-13T20:38:29.287Z | [ recovery-image] Dec 13 20:38:28.197 INFO O| Dec 13 20:38:28.197 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-12-13T20:38:29.313Z | [ recovery-image] Dec 13 20:38:28.225 INFO O| Dec 13 20:38:28.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4416 | 2024-12-13T20:38:29.322Z | [ recovery-image] Dec 13 20:38:28.232 INFO O| Dec 13 20:38:28.232 INFO STEP 47 (remove_files) COMPLETE |
4417 | 2024-12-13T20:38:29.322Z | [ recovery-image] Dec 13 20:38:28.232 INFO O| Dec 13 20:38:28.232 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-12-13T20:38:29.390Z | [ recovery-image] Dec 13 20:38:28.301 INFO O| Dec 13 20:38:28.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4419 | 2024-12-13T20:38:29.390Z | [ recovery-image] Dec 13 20:38:28.301 INFO O| Dec 13 20:38:28.301 INFO STEP 48 (remove_files) COMPLETE |
4420 | 2024-12-13T20:38:29.392Z | [ recovery-image] Dec 13 20:38:28.302 INFO O| Dec 13 20:38:28.301 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-13T20:38:29.457Z | [ recovery-image] Dec 13 20:38:28.369 INFO O| Dec 13 20:38:28.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4422 | 2024-12-13T20:38:29.457Z | [ recovery-image] Dec 13 20:38:28.369 INFO O| Dec 13 20:38:28.369 INFO STEP 49 (remove_files) COMPLETE |
4423 | 2024-12-13T20:38:29.457Z | [ recovery-image] Dec 13 20:38:28.369 INFO O| Dec 13 20:38:28.369 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-13T20:38:29.485Z | [ recovery-image] Dec 13 20:38:28.396 INFO O| Dec 13 20:38:28.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4425 | 2024-12-13T20:38:29.487Z | [ recovery-image] Dec 13 20:38:28.396 INFO O| Dec 13 20:38:28.396 INFO STEP 50 (remove_files) COMPLETE |
4426 | 2024-12-13T20:38:29.487Z | [ recovery-image] Dec 13 20:38:28.397 INFO O| Dec 13 20:38:28.396 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-13T20:38:29.510Z | [ recovery-image] Dec 13 20:38:28.420 INFO O| Dec 13 20:38:28.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4428 | 2024-12-13T20:38:29.510Z | [ recovery-image] Dec 13 20:38:28.421 INFO O| Dec 13 20:38:28.421 INFO STEP 51 (remove_files) COMPLETE |
4429 | 2024-12-13T20:38:29.510Z | [ recovery-image] Dec 13 20:38:28.421 INFO O| Dec 13 20:38:28.421 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-13T20:38:29.532Z | [ recovery-image] Dec 13 20:38:28.443 INFO O| Dec 13 20:38:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4431 | 2024-12-13T20:38:29.542Z | [ recovery-image] Dec 13 20:38:28.453 INFO O| Dec 13 20:38:28.453 INFO STEP 52 (remove_files) COMPLETE |
4432 | 2024-12-13T20:38:29.542Z | [ recovery-image] Dec 13 20:38:28.453 INFO O| Dec 13 20:38:28.453 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-13T20:38:29.582Z | [ recovery-image] Dec 13 20:38:28.493 INFO O| Dec 13 20:38:28.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4434 | 2024-12-13T20:38:29.582Z | [ recovery-image] Dec 13 20:38:28.493 INFO O| Dec 13 20:38:28.493 INFO STEP 53 (remove_files) COMPLETE |
4435 | 2024-12-13T20:38:29.582Z | [ recovery-image] Dec 13 20:38:28.493 INFO O| Dec 13 20:38:28.493 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-13T20:38:29.657Z | [ recovery-image] Dec 13 20:38:28.568 INFO O| Dec 13 20:38:28.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4437 | 2024-12-13T20:38:29.657Z | [ recovery-image] Dec 13 20:38:28.568 INFO O| Dec 13 20:38:28.568 INFO STEP 54 (remove_files) COMPLETE |
4438 | 2024-12-13T20:38:29.662Z | [ recovery-image] Dec 13 20:38:28.568 INFO O| Dec 13 20:38:28.568 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-13T20:38:29.729Z | [ recovery-image] Dec 13 20:38:28.641 INFO O| Dec 13 20:38:28.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4440 | 2024-12-13T20:38:29.755Z | [ recovery-image] Dec 13 20:38:28.667 INFO O| Dec 13 20:38:28.667 INFO STEP 55 (remove_files) COMPLETE |
4441 | 2024-12-13T20:38:29.755Z | [ recovery-image] Dec 13 20:38:28.667 INFO O| Dec 13 20:38:28.667 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-13T20:38:29.815Z | [ recovery-image] Dec 13 20:38:28.726 INFO O| Dec 13 20:38:28.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4443 | 2024-12-13T20:38:29.815Z | [ recovery-image] Dec 13 20:38:28.726 INFO O| Dec 13 20:38:28.726 INFO STEP 56 (remove_files) COMPLETE |
4444 | 2024-12-13T20:38:29.817Z | [ recovery-image] Dec 13 20:38:28.726 INFO O| Dec 13 20:38:28.726 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-13T20:38:29.840Z | [ recovery-image] Dec 13 20:38:28.750 INFO O| Dec 13 20:38:28.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4446 | 2024-12-13T20:38:29.840Z | [ recovery-image] Dec 13 20:38:28.751 INFO O| Dec 13 20:38:28.751 INFO STEP 57 (remove_files) COMPLETE |
4447 | 2024-12-13T20:38:29.840Z | [ recovery-image] Dec 13 20:38:28.751 INFO O| Dec 13 20:38:28.751 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-13T20:38:29.862Z | [ recovery-image] Dec 13 20:38:28.774 INFO O| Dec 13 20:38:28.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4449 | 2024-12-13T20:38:29.889Z | [ recovery-image] Dec 13 20:38:28.800 INFO O| Dec 13 20:38:28.800 INFO STEP 58 (remove_files) COMPLETE |
4450 | 2024-12-13T20:38:29.889Z | [ recovery-image] Dec 13 20:38:28.800 INFO O| Dec 13 20:38:28.800 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-13T20:38:29.946Z | [ recovery-image] Dec 13 20:38:28.857 INFO O| Dec 13 20:38:28.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4452 | 2024-12-13T20:38:29.946Z | [ recovery-image] Dec 13 20:38:28.857 INFO O| Dec 13 20:38:28.857 INFO STEP 59 (remove_files) COMPLETE |
4453 | 2024-12-13T20:38:29.946Z | [ recovery-image] Dec 13 20:38:28.857 INFO O| Dec 13 20:38:28.857 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-12-13T20:38:29.971Z | [ recovery-image] Dec 13 20:38:28.882 INFO O| Dec 13 20:38:28.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4455 | 2024-12-13T20:38:29.971Z | [ recovery-image] Dec 13 20:38:28.882 INFO O| Dec 13 20:38:28.882 INFO STEP 60 (remove_files) COMPLETE |
4456 | 2024-12-13T20:38:29.973Z | [ recovery-image] Dec 13 20:38:28.882 INFO O| Dec 13 20:38:28.882 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-12-13T20:38:30.031Z | [ recovery-image] Dec 13 20:38:28.943 INFO O| Dec 13 20:38:28.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4458 | 2024-12-13T20:38:30.032Z | [ recovery-image] Dec 13 20:38:28.943 INFO O| Dec 13 20:38:28.943 INFO STEP 61 (remove_files) COMPLETE |
4459 | 2024-12-13T20:38:30.035Z | [ recovery-image] Dec 13 20:38:28.943 INFO O| Dec 13 20:38:28.943 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-13T20:38:30.057Z | [ recovery-image] Dec 13 20:38:28.969 INFO O| Dec 13 20:38:28.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4461 | 2024-12-13T20:38:30.057Z | [ recovery-image] Dec 13 20:38:28.969 INFO O| Dec 13 20:38:28.969 INFO STEP 62 (remove_files) COMPLETE |
4462 | 2024-12-13T20:38:30.064Z | [ recovery-image] Dec 13 20:38:28.969 INFO O| Dec 13 20:38:28.969 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-13T20:38:30.082Z | [ recovery-image] Dec 13 20:38:28.993 INFO O| Dec 13 20:38:28.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4464 | 2024-12-13T20:38:30.095Z | [ recovery-image] Dec 13 20:38:29.007 INFO O| Dec 13 20:38:29.007 INFO STEP 63 (remove_files) COMPLETE |
4465 | 2024-12-13T20:38:30.095Z | [ recovery-image] Dec 13 20:38:29.007 INFO O| Dec 13 20:38:29.007 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-13T20:38:30.125Z | [ recovery-image] Dec 13 20:38:29.036 INFO O| Dec 13 20:38:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4467 | 2024-12-13T20:38:30.128Z | [ recovery-image] Dec 13 20:38:29.036 INFO O| Dec 13 20:38:29.036 INFO STEP 64 (remove_files) COMPLETE |
4468 | 2024-12-13T20:38:30.128Z | [ recovery-image] Dec 13 20:38:29.037 INFO O| Dec 13 20:38:29.037 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-13T20:38:30.147Z | [ recovery-image] Dec 13 20:38:29.058 INFO O| Dec 13 20:38:29.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4470 | 2024-12-13T20:38:30.147Z | [ recovery-image] Dec 13 20:38:29.058 INFO O| Dec 13 20:38:29.058 INFO STEP 65 (remove_files) COMPLETE |
4471 | 2024-12-13T20:38:30.150Z | [ recovery-image] Dec 13 20:38:29.059 INFO O| Dec 13 20:38:29.058 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-13T20:38:30.168Z | [ recovery-image] Dec 13 20:38:29.079 INFO O| Dec 13 20:38:29.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4473 | 2024-12-13T20:38:30.168Z | [ recovery-image] Dec 13 20:38:29.079 INFO O| Dec 13 20:38:29.079 INFO STEP 66 (remove_files) COMPLETE |
4474 | 2024-12-13T20:38:30.168Z | [ recovery-image] Dec 13 20:38:29.079 INFO O| Dec 13 20:38:29.079 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-13T20:38:30.200Z | [ recovery-image] Dec 13 20:38:29.111 INFO O| Dec 13 20:38:29.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4476 | 2024-12-13T20:38:30.200Z | [ recovery-image] Dec 13 20:38:29.111 INFO O| Dec 13 20:38:29.111 INFO STEP 67 (remove_files) COMPLETE |
4477 | 2024-12-13T20:38:30.203Z | [ recovery-image] Dec 13 20:38:29.111 INFO O| Dec 13 20:38:29.111 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-13T20:38:30.236Z | [ recovery-image] Dec 13 20:38:29.147 INFO O| Dec 13 20:38:29.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4479 | 2024-12-13T20:38:30.236Z | [ recovery-image] Dec 13 20:38:29.147 INFO O| Dec 13 20:38:29.147 INFO STEP 68 (remove_files) COMPLETE |
4480 | 2024-12-13T20:38:30.236Z | [ recovery-image] Dec 13 20:38:29.147 INFO O| Dec 13 20:38:29.147 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-13T20:38:30.271Z | [ recovery-image] Dec 13 20:38:29.183 INFO O| Dec 13 20:38:29.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4482 | 2024-12-13T20:38:30.271Z | [ recovery-image] Dec 13 20:38:29.183 INFO O| Dec 13 20:38:29.183 INFO STEP 69 (remove_files) COMPLETE |
4483 | 2024-12-13T20:38:30.271Z | [ recovery-image] Dec 13 20:38:29.183 INFO O| Dec 13 20:38:29.183 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-13T20:38:30.308Z | [ recovery-image] Dec 13 20:38:29.217 INFO O| Dec 13 20:38:29.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4485 | 2024-12-13T20:38:30.308Z | [ recovery-image] Dec 13 20:38:29.217 INFO O| Dec 13 20:38:29.217 INFO STEP 70 (remove_files) COMPLETE |
4486 | 2024-12-13T20:38:30.310Z | [ recovery-image] Dec 13 20:38:29.217 INFO O| Dec 13 20:38:29.217 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-13T20:38:30.393Z | [ recovery-image] Dec 13 20:38:29.303 INFO O| Dec 13 20:38:29.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4488 | 2024-12-13T20:38:30.393Z | [ recovery-image] Dec 13 20:38:29.303 INFO O| Dec 13 20:38:29.303 INFO STEP 71 (remove_files) COMPLETE |
4489 | 2024-12-13T20:38:30.393Z | [ recovery-image] Dec 13 20:38:29.303 INFO O| Dec 13 20:38:29.303 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-13T20:38:30.447Z | [ recovery-image] Dec 13 20:38:29.358 INFO O| Dec 13 20:38:29.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4491 | 2024-12-13T20:38:30.447Z | [ recovery-image] Dec 13 20:38:29.358 INFO O| Dec 13 20:38:29.358 INFO STEP 72 (remove_files) COMPLETE |
4492 | 2024-12-13T20:38:30.449Z | [ recovery-image] Dec 13 20:38:29.358 INFO O| Dec 13 20:38:29.358 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-13T20:38:30.521Z | [ recovery-image] Dec 13 20:38:29.401 INFO O| Dec 13 20:38:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4494 | 2024-12-13T20:38:30.521Z | [ recovery-image] Dec 13 20:38:29.402 INFO O| Dec 13 20:38:29.402 INFO STEP 73 (remove_files) COMPLETE |
4495 | 2024-12-13T20:38:30.521Z | [ recovery-image] Dec 13 20:38:29.402 INFO O| Dec 13 20:38:29.402 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-12-13T20:38:30.524Z | [ recovery-image] Dec 13 20:38:29.433 INFO O| Dec 13 20:38:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4497 | 2024-12-13T20:38:30.524Z | [ recovery-image] Dec 13 20:38:29.433 INFO O| Dec 13 20:38:29.433 INFO STEP 74 (remove_files) COMPLETE |
4498 | 2024-12-13T20:38:30.524Z | [ recovery-image] Dec 13 20:38:29.433 INFO O| Dec 13 20:38:29.433 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-13T20:38:30.568Z | [ recovery-image] Dec 13 20:38:29.479 INFO O| Dec 13 20:38:29.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4500 | 2024-12-13T20:38:30.568Z | [ recovery-image] Dec 13 20:38:29.479 INFO O| Dec 13 20:38:29.479 INFO STEP 75 (remove_files) COMPLETE |
4501 | 2024-12-13T20:38:30.570Z | [ recovery-image] Dec 13 20:38:29.479 INFO O| Dec 13 20:38:29.479 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-13T20:38:30.589Z | [ recovery-image] Dec 13 20:38:29.500 INFO O| Dec 13 20:38:29.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4503 | 2024-12-13T20:38:30.589Z | [ recovery-image] Dec 13 20:38:29.500 INFO O| Dec 13 20:38:29.500 INFO STEP 76 (remove_files) COMPLETE |
4504 | 2024-12-13T20:38:30.589Z | [ recovery-image] Dec 13 20:38:29.500 INFO O| Dec 13 20:38:29.500 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-13T20:38:30.645Z | [ recovery-image] Dec 13 20:38:29.556 INFO O| Dec 13 20:38:29.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4506 | 2024-12-13T20:38:30.645Z | [ recovery-image] Dec 13 20:38:29.556 INFO O| Dec 13 20:38:29.556 INFO STEP 77 (remove_files) COMPLETE |
4507 | 2024-12-13T20:38:30.645Z | [ recovery-image] Dec 13 20:38:29.556 INFO O| Dec 13 20:38:29.556 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-13T20:38:30.683Z | [ recovery-image] Dec 13 20:38:29.594 INFO O| Dec 13 20:38:29.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4509 | 2024-12-13T20:38:30.683Z | [ recovery-image] Dec 13 20:38:29.594 INFO O| Dec 13 20:38:29.594 INFO STEP 78 (remove_files) COMPLETE |
4510 | 2024-12-13T20:38:30.686Z | [ recovery-image] Dec 13 20:38:29.594 INFO O| Dec 13 20:38:29.594 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-13T20:38:30.722Z | [ recovery-image] Dec 13 20:38:29.634 INFO O| Dec 13 20:38:29.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4512 | 2024-12-13T20:38:30.722Z | [ recovery-image] Dec 13 20:38:29.634 INFO O| Dec 13 20:38:29.634 INFO STEP 79 (remove_files) COMPLETE |
4513 | 2024-12-13T20:38:30.725Z | [ recovery-image] Dec 13 20:38:29.634 INFO O| Dec 13 20:38:29.634 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-13T20:38:30.758Z | [ recovery-image] Dec 13 20:38:29.663 INFO O| Dec 13 20:38:29.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4515 | 2024-12-13T20:38:30.758Z | [ recovery-image] Dec 13 20:38:29.663 INFO O| Dec 13 20:38:29.663 INFO STEP 80 (remove_files) COMPLETE |
4516 | 2024-12-13T20:38:30.760Z | [ recovery-image] Dec 13 20:38:29.663 INFO O| Dec 13 20:38:29.663 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-13T20:38:30.777Z | [ recovery-image] Dec 13 20:38:29.688 INFO O| Dec 13 20:38:29.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4518 | 2024-12-13T20:38:30.777Z | [ recovery-image] Dec 13 20:38:29.688 INFO O| Dec 13 20:38:29.688 INFO STEP 81 (remove_files) COMPLETE |
4519 | 2024-12-13T20:38:30.777Z | [ recovery-image] Dec 13 20:38:29.688 INFO O| Dec 13 20:38:29.688 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-13T20:38:30.809Z | [ recovery-image] Dec 13 20:38:29.710 INFO O| Dec 13 20:38:29.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4521 | 2024-12-13T20:38:30.810Z | [ recovery-image] Dec 13 20:38:29.710 INFO O| Dec 13 20:38:29.710 INFO STEP 82 (remove_files) COMPLETE |
4522 | 2024-12-13T20:38:30.814Z | [ recovery-image] Dec 13 20:38:29.710 INFO O| Dec 13 20:38:29.710 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-13T20:38:30.829Z | [ recovery-image] Dec 13 20:38:29.740 INFO O| Dec 13 20:38:29.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4524 | 2024-12-13T20:38:30.832Z | [ recovery-image] Dec 13 20:38:29.741 INFO O| Dec 13 20:38:29.740 INFO STEP 83 (remove_files) COMPLETE |
4525 | 2024-12-13T20:38:30.832Z | [ recovery-image] Dec 13 20:38:29.741 INFO O| Dec 13 20:38:29.741 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-13T20:38:30.852Z | [ recovery-image] Dec 13 20:38:29.763 INFO O| Dec 13 20:38:29.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4527 | 2024-12-13T20:38:30.852Z | [ recovery-image] Dec 13 20:38:29.764 INFO O| Dec 13 20:38:29.764 INFO STEP 84 (remove_files) COMPLETE |
4528 | 2024-12-13T20:38:30.855Z | [ recovery-image] Dec 13 20:38:29.764 INFO O| Dec 13 20:38:29.764 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-13T20:38:30.874Z | [ recovery-image] Dec 13 20:38:29.785 INFO O| Dec 13 20:38:29.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4530 | 2024-12-13T20:38:30.877Z | [ recovery-image] Dec 13 20:38:29.785 INFO O| Dec 13 20:38:29.785 INFO STEP 85 (remove_files) COMPLETE |
4531 | 2024-12-13T20:38:30.877Z | [ recovery-image] Dec 13 20:38:29.786 INFO O| Dec 13 20:38:29.785 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-13T20:38:30.897Z | [ recovery-image] Dec 13 20:38:29.805 INFO O| Dec 13 20:38:29.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4533 | 2024-12-13T20:38:30.897Z | [ recovery-image] Dec 13 20:38:29.806 INFO O| Dec 13 20:38:29.805 INFO STEP 86 (remove_files) COMPLETE |
4534 | 2024-12-13T20:38:30.899Z | [ recovery-image] Dec 13 20:38:29.806 INFO O| Dec 13 20:38:29.806 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-13T20:38:30.914Z | [ recovery-image] Dec 13 20:38:29.825 INFO O| Dec 13 20:38:29.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4536 | 2024-12-13T20:38:30.917Z | [ recovery-image] Dec 13 20:38:29.826 INFO O| Dec 13 20:38:29.825 INFO STEP 87 (remove_files) COMPLETE |
4537 | 2024-12-13T20:38:30.917Z | [ recovery-image] Dec 13 20:38:29.826 INFO O| Dec 13 20:38:29.826 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-13T20:38:30.933Z | [ recovery-image] Dec 13 20:38:29.845 INFO O| Dec 13 20:38:29.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4539 | 2024-12-13T20:38:30.934Z | [ recovery-image] Dec 13 20:38:29.845 INFO O| Dec 13 20:38:29.845 INFO STEP 88 (remove_files) COMPLETE |
4540 | 2024-12-13T20:38:30.936Z | [ recovery-image] Dec 13 20:38:29.845 INFO O| Dec 13 20:38:29.845 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-13T20:38:30.952Z | [ recovery-image] Dec 13 20:38:29.863 INFO O| Dec 13 20:38:29.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4542 | 2024-12-13T20:38:30.966Z | [ recovery-image] Dec 13 20:38:29.878 INFO O| Dec 13 20:38:29.878 INFO STEP 89 (remove_files) COMPLETE |
4543 | 2024-12-13T20:38:30.967Z | [ recovery-image] Dec 13 20:38:29.878 INFO O| Dec 13 20:38:29.878 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-13T20:38:30.985Z | [ recovery-image] Dec 13 20:38:29.896 INFO O| Dec 13 20:38:29.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4545 | 2024-12-13T20:38:30.993Z | [ recovery-image] Dec 13 20:38:29.905 INFO O| Dec 13 20:38:29.905 INFO STEP 90 (remove_files) COMPLETE |
4546 | 2024-12-13T20:38:30.994Z | [ recovery-image] Dec 13 20:38:29.905 INFO O| Dec 13 20:38:29.905 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-13T20:38:31.044Z | [ recovery-image] Dec 13 20:38:29.955 INFO O| Dec 13 20:38:29.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4548 | 2024-12-13T20:38:31.047Z | [ recovery-image] Dec 13 20:38:29.956 INFO O| Dec 13 20:38:29.955 INFO STEP 91 (remove_files) COMPLETE |
4549 | 2024-12-13T20:38:31.047Z | [ recovery-image] Dec 13 20:38:29.956 INFO O| Dec 13 20:38:29.956 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-13T20:38:31.063Z | [ recovery-image] Dec 13 20:38:29.974 INFO O| Dec 13 20:38:29.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4551 | 2024-12-13T20:38:31.063Z | [ recovery-image] Dec 13 20:38:29.974 INFO O| Dec 13 20:38:29.974 INFO STEP 92 (remove_files) COMPLETE |
4552 | 2024-12-13T20:38:31.065Z | [ recovery-image] Dec 13 20:38:29.974 INFO O| Dec 13 20:38:29.974 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-13T20:38:31.089Z | [ recovery-image] Dec 13 20:38:29.996 INFO O| Dec 13 20:38:29.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4554 | 2024-12-13T20:38:31.089Z | [ recovery-image] Dec 13 20:38:29.996 INFO O| Dec 13 20:38:29.996 INFO STEP 93 (remove_files) COMPLETE |
4555 | 2024-12-13T20:38:31.093Z | [ recovery-image] Dec 13 20:38:29.996 INFO O| Dec 13 20:38:29.996 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-13T20:38:31.107Z | [ recovery-image] Dec 13 20:38:30.018 INFO O| Dec 13 20:38:30.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4557 | 2024-12-13T20:38:31.110Z | [ recovery-image] Dec 13 20:38:30.018 INFO O| Dec 13 20:38:30.018 INFO STEP 94 (remove_files) COMPLETE |
4558 | 2024-12-13T20:38:31.110Z | [ recovery-image] Dec 13 20:38:30.019 INFO O| Dec 13 20:38:30.019 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-13T20:38:31.142Z | [ recovery-image] Dec 13 20:38:30.052 INFO O| Dec 13 20:38:30.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4560 | 2024-12-13T20:38:31.142Z | [ recovery-image] Dec 13 20:38:30.052 INFO O| Dec 13 20:38:30.052 INFO STEP 95 (remove_files) COMPLETE |
4561 | 2024-12-13T20:38:31.142Z | [ recovery-image] Dec 13 20:38:30.052 INFO O| Dec 13 20:38:30.052 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-13T20:38:31.182Z | [ recovery-image] Dec 13 20:38:30.093 INFO O| Dec 13 20:38:30.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4563 | 2024-12-13T20:38:31.182Z | [ recovery-image] Dec 13 20:38:30.093 INFO O| Dec 13 20:38:30.093 INFO STEP 96 (remove_files) COMPLETE |
4564 | 2024-12-13T20:38:31.185Z | [ recovery-image] Dec 13 20:38:30.093 INFO O| Dec 13 20:38:30.093 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-13T20:38:31.223Z | [ recovery-image] Dec 13 20:38:30.134 INFO O| Dec 13 20:38:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4566 | 2024-12-13T20:38:31.223Z | [ recovery-image] Dec 13 20:38:30.134 INFO O| Dec 13 20:38:30.134 INFO STEP 97 (remove_files) COMPLETE |
4567 | 2024-12-13T20:38:31.226Z | [ recovery-image] Dec 13 20:38:30.135 INFO O| Dec 13 20:38:30.134 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-13T20:38:31.254Z | [ recovery-image] Dec 13 20:38:30.165 INFO O| Dec 13 20:38:30.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4569 | 2024-12-13T20:38:31.256Z | [ recovery-image] Dec 13 20:38:30.165 INFO O| Dec 13 20:38:30.165 INFO STEP 98 (remove_files) COMPLETE |
4570 | 2024-12-13T20:38:31.257Z | [ recovery-image] Dec 13 20:38:30.165 INFO O| Dec 13 20:38:30.165 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-13T20:38:31.286Z | [ recovery-image] Dec 13 20:38:30.197 INFO O| Dec 13 20:38:30.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4572 | 2024-12-13T20:38:31.286Z | [ recovery-image] Dec 13 20:38:30.198 INFO O| Dec 13 20:38:30.198 INFO STEP 99 (remove_files) COMPLETE |
4573 | 2024-12-13T20:38:31.286Z | [ recovery-image] Dec 13 20:38:30.198 INFO O| Dec 13 20:38:30.198 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-13T20:38:31.321Z | [ recovery-image] Dec 13 20:38:30.232 INFO O| Dec 13 20:38:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4575 | 2024-12-13T20:38:31.323Z | [ recovery-image] Dec 13 20:38:30.232 INFO O| Dec 13 20:38:30.232 INFO STEP 100 (remove_files) COMPLETE |
4576 | 2024-12-13T20:38:31.323Z | [ recovery-image] Dec 13 20:38:30.232 INFO O| Dec 13 20:38:30.232 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-13T20:38:31.342Z | [ recovery-image] Dec 13 20:38:30.253 INFO O| Dec 13 20:38:30.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4578 | 2024-12-13T20:38:31.342Z | [ recovery-image] Dec 13 20:38:30.253 INFO O| Dec 13 20:38:30.253 INFO STEP 101 (remove_files) COMPLETE |
4579 | 2024-12-13T20:38:31.345Z | [ recovery-image] Dec 13 20:38:30.254 INFO O| Dec 13 20:38:30.253 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-13T20:38:31.370Z | [ recovery-image] Dec 13 20:38:30.281 INFO O| Dec 13 20:38:30.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4581 | 2024-12-13T20:38:31.370Z | [ recovery-image] Dec 13 20:38:30.281 INFO O| Dec 13 20:38:30.281 INFO STEP 102 (remove_files) COMPLETE |
4582 | 2024-12-13T20:38:31.370Z | [ recovery-image] Dec 13 20:38:30.281 INFO O| Dec 13 20:38:30.281 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-13T20:38:31.404Z | [ recovery-image] Dec 13 20:38:30.315 INFO O| Dec 13 20:38:30.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4584 | 2024-12-13T20:38:31.404Z | [ recovery-image] Dec 13 20:38:30.315 INFO O| Dec 13 20:38:30.315 INFO STEP 103 (remove_files) COMPLETE |
4585 | 2024-12-13T20:38:31.404Z | [ recovery-image] Dec 13 20:38:30.315 INFO O| Dec 13 20:38:30.315 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-13T20:38:31.426Z | [ recovery-image] Dec 13 20:38:30.336 INFO O| Dec 13 20:38:30.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4587 | 2024-12-13T20:38:31.426Z | [ recovery-image] Dec 13 20:38:30.336 INFO O| Dec 13 20:38:30.336 INFO STEP 104 (remove_files) COMPLETE |
4588 | 2024-12-13T20:38:31.426Z | [ recovery-image] Dec 13 20:38:30.336 INFO O| Dec 13 20:38:30.336 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-13T20:38:31.445Z | [ recovery-image] Dec 13 20:38:30.356 INFO O| Dec 13 20:38:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4590 | 2024-12-13T20:38:31.463Z | [ recovery-image] Dec 13 20:38:30.373 INFO O| Dec 13 20:38:30.373 INFO STEP 105 (remove_files) COMPLETE |
4591 | 2024-12-13T20:38:31.463Z | [ recovery-image] Dec 13 20:38:30.373 INFO O| Dec 13 20:38:30.373 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-13T20:38:31.501Z | [ host-image] Dec 13 20:38:30.413 INFO O| Dec 13 20:38:30.413 INFO O| Planning: Solver setup ... Done |
4593 | 2024-12-13T20:38:31.508Z | [ host-image] Dec 13 20:38:30.420 INFO O| Dec 13 20:38:30.419 INFO O| Planning: Running solver ... Done |
4594 | 2024-12-13T20:38:31.521Z | [ recovery-image] Dec 13 20:38:30.432 INFO O| Dec 13 20:38:30.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4595 | 2024-12-13T20:38:31.521Z | [ recovery-image] Dec 13 20:38:30.432 INFO O| Dec 13 20:38:30.432 INFO STEP 106 (remove_files) COMPLETE |
4596 | 2024-12-13T20:38:31.521Z | [ recovery-image] Dec 13 20:38:30.433 INFO O| Dec 13 20:38:30.432 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-12-13T20:38:31.543Z | [ recovery-image] Dec 13 20:38:30.454 INFO O| Dec 13 20:38:30.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4598 | 2024-12-13T20:38:31.543Z | [ recovery-image] Dec 13 20:38:30.454 INFO O| Dec 13 20:38:30.454 INFO STEP 107 (remove_files) COMPLETE |
4599 | 2024-12-13T20:38:31.546Z | [ recovery-image] Dec 13 20:38:30.455 INFO O| Dec 13 20:38:30.454 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-12-13T20:38:31.567Z | [ recovery-image] Dec 13 20:38:30.478 INFO O| Dec 13 20:38:30.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4601 | 2024-12-13T20:38:31.570Z | [ recovery-image] Dec 13 20:38:30.478 INFO O| Dec 13 20:38:30.478 INFO STEP 108 (remove_files) COMPLETE |
4602 | 2024-12-13T20:38:31.570Z | [ recovery-image] Dec 13 20:38:30.479 INFO O| Dec 13 20:38:30.479 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-12-13T20:38:31.591Z | [ recovery-image] Dec 13 20:38:30.502 INFO O| Dec 13 20:38:30.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4604 | 2024-12-13T20:38:31.593Z | [ recovery-image] Dec 13 20:38:30.502 INFO O| Dec 13 20:38:30.502 INFO STEP 109 (remove_files) COMPLETE |
4605 | 2024-12-13T20:38:31.593Z | [ recovery-image] Dec 13 20:38:30.502 INFO O| Dec 13 20:38:30.502 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-12-13T20:38:31.629Z | [ recovery-image] Dec 13 20:38:30.540 INFO O| Dec 13 20:38:30.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4607 | 2024-12-13T20:38:31.632Z | [ recovery-image] Dec 13 20:38:30.541 INFO O| Dec 13 20:38:30.541 INFO STEP 110 (remove_files) COMPLETE |
4608 | 2024-12-13T20:38:31.632Z | [ recovery-image] Dec 13 20:38:30.541 INFO O| Dec 13 20:38:30.541 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-12-13T20:38:31.645Z | [ host-image] Dec 13 20:38:30.557 INFO O| Dec 13 20:38:30.556 INFO O| Planning: Finding local manifests ... Done |
4610 | 2024-12-13T20:38:31.648Z | [ host-image] Dec 13 20:38:30.558 INFO O| Dec 13 20:38:30.558 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4611 | 2024-12-13T20:38:31.683Z | [ recovery-image] Dec 13 20:38:30.594 INFO O| Dec 13 20:38:30.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4612 | 2024-12-13T20:38:31.683Z | [ recovery-image] Dec 13 20:38:30.595 INFO O| Dec 13 20:38:30.594 INFO STEP 111 (remove_files) COMPLETE |
4613 | 2024-12-13T20:38:31.686Z | [ recovery-image] Dec 13 20:38:30.595 INFO O| Dec 13 20:38:30.595 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-12-13T20:38:31.720Z | [ recovery-image] Dec 13 20:38:30.631 INFO O| Dec 13 20:38:30.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4615 | 2024-12-13T20:38:31.722Z | [ recovery-image] Dec 13 20:38:30.631 INFO O| Dec 13 20:38:30.631 INFO STEP 112 (remove_files) COMPLETE |
4616 | 2024-12-13T20:38:31.722Z | [ recovery-image] Dec 13 20:38:30.631 INFO O| Dec 13 20:38:30.631 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-12-13T20:38:31.745Z | [ recovery-image] Dec 13 20:38:30.656 INFO O| Dec 13 20:38:30.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4618 | 2024-12-13T20:38:31.745Z | [ recovery-image] Dec 13 20:38:30.656 INFO O| Dec 13 20:38:30.656 INFO STEP 113 (remove_files) COMPLETE |
4619 | 2024-12-13T20:38:31.745Z | [ recovery-image] Dec 13 20:38:30.656 INFO O| Dec 13 20:38:30.656 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-12-13T20:38:31.768Z | [ recovery-image] Dec 13 20:38:30.679 INFO O| Dec 13 20:38:30.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4621 | 2024-12-13T20:38:31.768Z | [ recovery-image] Dec 13 20:38:30.679 INFO O| Dec 13 20:38:30.679 INFO STEP 114 (remove_files) COMPLETE |
4622 | 2024-12-13T20:38:31.771Z | [ recovery-image] Dec 13 20:38:30.679 INFO O| Dec 13 20:38:30.679 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-12-13T20:38:31.792Z | [ recovery-image] Dec 13 20:38:30.703 INFO O| Dec 13 20:38:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4624 | 2024-12-13T20:38:31.792Z | [ recovery-image] Dec 13 20:38:30.703 INFO O| Dec 13 20:38:30.703 INFO STEP 115 (remove_files) COMPLETE |
4625 | 2024-12-13T20:38:31.795Z | [ recovery-image] Dec 13 20:38:30.703 INFO O| Dec 13 20:38:30.703 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-12-13T20:38:31.824Z | [ recovery-image] Dec 13 20:38:30.735 INFO O| Dec 13 20:38:30.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4627 | 2024-12-13T20:38:31.824Z | [ recovery-image] Dec 13 20:38:30.735 INFO O| Dec 13 20:38:30.735 INFO STEP 116 (remove_files) COMPLETE |
4628 | 2024-12-13T20:38:31.824Z | [ recovery-image] Dec 13 20:38:30.735 INFO O| Dec 13 20:38:30.735 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-12-13T20:38:31.857Z | [ recovery-image] Dec 13 20:38:30.768 INFO O| Dec 13 20:38:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4630 | 2024-12-13T20:38:31.860Z | [ recovery-image] Dec 13 20:38:30.769 INFO O| Dec 13 20:38:30.768 INFO STEP 117 (remove_files) COMPLETE |
4631 | 2024-12-13T20:38:31.860Z | [ recovery-image] Dec 13 20:38:30.769 INFO O| Dec 13 20:38:30.769 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-12-13T20:38:31.895Z | [ recovery-image] Dec 13 20:38:30.806 INFO O| Dec 13 20:38:30.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4633 | 2024-12-13T20:38:31.897Z | [ recovery-image] Dec 13 20:38:30.806 INFO O| Dec 13 20:38:30.806 INFO STEP 118 (remove_files) COMPLETE |
4634 | 2024-12-13T20:38:31.898Z | [ recovery-image] Dec 13 20:38:30.806 INFO O| Dec 13 20:38:30.806 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-12-13T20:38:31.918Z | [ recovery-image] Dec 13 20:38:30.829 INFO O| Dec 13 20:38:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4636 | 2024-12-13T20:38:31.918Z | [ recovery-image] Dec 13 20:38:30.829 INFO O| Dec 13 20:38:30.829 INFO STEP 119 (remove_files) COMPLETE |
4637 | 2024-12-13T20:38:31.921Z | [ recovery-image] Dec 13 20:38:30.830 INFO O| Dec 13 20:38:30.830 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-12-13T20:38:31.940Z | [ host-image] Dec 13 20:38:30.851 INFO O| Dec 13 20:38:30.851 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4639 | 2024-12-13T20:38:31.974Z | [ recovery-image] Dec 13 20:38:30.885 INFO O| Dec 13 20:38:30.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4640 | 2024-12-13T20:38:31.985Z | [ recovery-image] Dec 13 20:38:30.896 INFO O| Dec 13 20:38:30.896 INFO STEP 120 (remove_files) COMPLETE |
4641 | 2024-12-13T20:38:31.985Z | [ recovery-image] Dec 13 20:38:30.896 INFO O| Dec 13 20:38:30.896 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-12-13T20:38:32.020Z | [ recovery-image] Dec 13 20:38:30.931 INFO O| Dec 13 20:38:30.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4643 | 2024-12-13T20:38:32.023Z | [ host-image] Dec 13 20:38:30.932 INFO O| Dec 13 20:38:30.932 INFO O| Planning: Package planning ... Done |
4644 | 2024-12-13T20:38:32.029Z | [ host-image] Dec 13 20:38:30.940 INFO O| Dec 13 20:38:30.940 INFO O| Planning: Merging actions ... Done |
4645 | 2024-12-13T20:38:32.045Z | [ recovery-image] Dec 13 20:38:30.956 INFO O| Dec 13 20:38:30.956 INFO STEP 121 (remove_files) COMPLETE |
4646 | 2024-12-13T20:38:32.045Z | [ recovery-image] Dec 13 20:38:30.956 INFO O| Dec 13 20:38:30.956 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-12-13T20:38:32.070Z | [ recovery-image] Dec 13 20:38:30.981 INFO O| Dec 13 20:38:30.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4648 | 2024-12-13T20:38:32.094Z | [ recovery-image] Dec 13 20:38:31.005 INFO O| Dec 13 20:38:31.005 INFO STEP 122 (remove_files) COMPLETE |
4649 | 2024-12-13T20:38:32.094Z | [ recovery-image] Dec 13 20:38:31.005 INFO O| Dec 13 20:38:31.005 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-12-13T20:38:32.120Z | [ recovery-image] Dec 13 20:38:31.031 INFO O| Dec 13 20:38:31.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4651 | 2024-12-13T20:38:32.123Z | [ recovery-image] Dec 13 20:38:31.031 INFO O| Dec 13 20:38:31.031 INFO STEP 123 (remove_files) COMPLETE |
4652 | 2024-12-13T20:38:32.123Z | [ recovery-image] Dec 13 20:38:31.031 INFO O| Dec 13 20:38:31.031 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-12-13T20:38:32.146Z | [ recovery-image] Dec 13 20:38:31.057 INFO O| Dec 13 20:38:31.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4654 | 2024-12-13T20:38:32.146Z | [ recovery-image] Dec 13 20:38:31.057 INFO O| Dec 13 20:38:31.057 INFO STEP 124 (remove_files) COMPLETE |
4655 | 2024-12-13T20:38:32.146Z | [ recovery-image] Dec 13 20:38:31.057 INFO O| Dec 13 20:38:31.057 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-12-13T20:38:32.172Z | [ recovery-image] Dec 13 20:38:31.082 INFO O| Dec 13 20:38:31.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4657 | 2024-12-13T20:38:32.175Z | [ recovery-image] Dec 13 20:38:31.082 INFO O| Dec 13 20:38:31.082 INFO STEP 125 (remove_files) COMPLETE |
4658 | 2024-12-13T20:38:32.175Z | [ recovery-image] Dec 13 20:38:31.082 INFO O| Dec 13 20:38:31.082 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-12-13T20:38:32.194Z | [ recovery-image] Dec 13 20:38:31.105 INFO O| Dec 13 20:38:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4660 | 2024-12-13T20:38:32.194Z | [ recovery-image] Dec 13 20:38:31.105 INFO O| Dec 13 20:38:31.105 INFO STEP 126 (remove_files) COMPLETE |
4661 | 2024-12-13T20:38:32.198Z | [ recovery-image] Dec 13 20:38:31.105 INFO O| Dec 13 20:38:31.105 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-12-13T20:38:32.219Z | [ recovery-image] Dec 13 20:38:31.130 INFO O| Dec 13 20:38:31.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4663 | 2024-12-13T20:38:32.219Z | [ recovery-image] Dec 13 20:38:31.130 INFO O| Dec 13 20:38:31.130 INFO STEP 127 (remove_files) COMPLETE |
4664 | 2024-12-13T20:38:32.219Z | [ recovery-image] Dec 13 20:38:31.130 INFO O| Dec 13 20:38:31.130 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-12-13T20:38:32.236Z | [ host-image] Dec 13 20:38:31.148 INFO O| Dec 13 20:38:31.147 INFO O| Planning: Checking for conflicting actions ... Done |
4666 | 2024-12-13T20:38:32.239Z | [ host-image] Dec 13 20:38:31.150 INFO O| Dec 13 20:38:31.150 INFO O| Planning: Consolidating action changes ... Done |
4667 | 2024-12-13T20:38:32.262Z | [ recovery-image] Dec 13 20:38:31.173 INFO O| Dec 13 20:38:31.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4668 | 2024-12-13T20:38:32.263Z | [ recovery-image] Dec 13 20:38:31.173 INFO O| Dec 13 20:38:31.173 INFO STEP 128 (remove_files) COMPLETE |
4669 | 2024-12-13T20:38:32.263Z | [ recovery-image] Dec 13 20:38:31.173 INFO O| Dec 13 20:38:31.173 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-13T20:38:32.283Z | [ recovery-image] Dec 13 20:38:31.194 INFO O| Dec 13 20:38:31.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4671 | 2024-12-13T20:38:32.283Z | [ recovery-image] Dec 13 20:38:31.194 INFO O| Dec 13 20:38:31.194 INFO STEP 129 (remove_files) COMPLETE |
4672 | 2024-12-13T20:38:32.283Z | [ recovery-image] Dec 13 20:38:31.194 INFO O| Dec 13 20:38:31.194 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-13T20:38:32.308Z | [ recovery-image] Dec 13 20:38:31.219 INFO O| Dec 13 20:38:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4674 | 2024-12-13T20:38:32.308Z | [ recovery-image] Dec 13 20:38:31.219 INFO O| Dec 13 20:38:31.219 INFO STEP 130 (remove_files) COMPLETE |
4675 | 2024-12-13T20:38:32.310Z | [ recovery-image] Dec 13 20:38:31.219 INFO O| Dec 13 20:38:31.219 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-13T20:38:32.343Z | [ recovery-image] Dec 13 20:38:31.254 INFO O| Dec 13 20:38:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4677 | 2024-12-13T20:38:32.344Z | [ recovery-image] Dec 13 20:38:31.255 INFO O| Dec 13 20:38:31.255 INFO STEP 131 (remove_files) COMPLETE |
4678 | 2024-12-13T20:38:32.344Z | [ recovery-image] Dec 13 20:38:31.255 INFO O| Dec 13 20:38:31.255 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-13T20:38:32.384Z | [ recovery-image] Dec 13 20:38:31.295 INFO O| Dec 13 20:38:31.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4680 | 2024-12-13T20:38:32.386Z | [ recovery-image] Dec 13 20:38:31.295 INFO O| Dec 13 20:38:31.295 INFO STEP 132 (remove_files) COMPLETE |
4681 | 2024-12-13T20:38:32.386Z | [ recovery-image] Dec 13 20:38:31.295 INFO O| Dec 13 20:38:31.295 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-13T20:38:32.433Z | [ recovery-image] Dec 13 20:38:31.316 INFO O| Dec 13 20:38:31.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4683 | 2024-12-13T20:38:32.435Z | [ recovery-image] Dec 13 20:38:31.316 INFO O| Dec 13 20:38:31.316 INFO STEP 133 (remove_files) COMPLETE |
4684 | 2024-12-13T20:38:32.435Z | [ recovery-image] Dec 13 20:38:31.316 INFO O| Dec 13 20:38:31.316 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-13T20:38:32.449Z | [ recovery-image] Dec 13 20:38:31.360 INFO O| Dec 13 20:38:31.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4686 | 2024-12-13T20:38:32.449Z | [ recovery-image] Dec 13 20:38:31.360 INFO O| Dec 13 20:38:31.360 INFO STEP 134 (remove_files) COMPLETE |
4687 | 2024-12-13T20:38:32.452Z | [ recovery-image] Dec 13 20:38:31.360 INFO O| Dec 13 20:38:31.360 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-13T20:38:32.473Z | [ recovery-image] Dec 13 20:38:31.384 INFO O| Dec 13 20:38:31.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4689 | 2024-12-13T20:38:32.473Z | [ recovery-image] Dec 13 20:38:31.384 INFO O| Dec 13 20:38:31.384 INFO STEP 135 (remove_files) COMPLETE |
4690 | 2024-12-13T20:38:32.473Z | [ recovery-image] Dec 13 20:38:31.384 INFO O| Dec 13 20:38:31.384 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-13T20:38:32.497Z | [ recovery-image] Dec 13 20:38:31.408 INFO O| Dec 13 20:38:31.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4692 | 2024-12-13T20:38:32.497Z | [ recovery-image] Dec 13 20:38:31.408 INFO O| Dec 13 20:38:31.408 INFO STEP 136 (remove_files) COMPLETE |
4693 | 2024-12-13T20:38:32.514Z | [ recovery-image] Dec 13 20:38:31.408 INFO O| Dec 13 20:38:31.408 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-13T20:38:32.534Z | [ recovery-image] Dec 13 20:38:31.445 INFO O| Dec 13 20:38:31.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4695 | 2024-12-13T20:38:32.534Z | [ recovery-image] Dec 13 20:38:31.445 INFO O| Dec 13 20:38:31.445 INFO STEP 137 (remove_files) COMPLETE |
4696 | 2024-12-13T20:38:32.537Z | [ recovery-image] Dec 13 20:38:31.445 INFO O| Dec 13 20:38:31.445 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-13T20:38:32.598Z | [ recovery-image] Dec 13 20:38:31.507 INFO O| Dec 13 20:38:31.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4698 | 2024-12-13T20:38:32.598Z | [ recovery-image] Dec 13 20:38:31.507 INFO O| Dec 13 20:38:31.507 INFO STEP 138 (remove_files) COMPLETE |
4699 | 2024-12-13T20:38:32.598Z | [ recovery-image] Dec 13 20:38:31.507 INFO O| Dec 13 20:38:31.507 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-13T20:38:32.673Z | [ recovery-image] Dec 13 20:38:31.584 INFO O| Dec 13 20:38:31.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4701 | 2024-12-13T20:38:32.673Z | [ recovery-image] Dec 13 20:38:31.584 INFO O| Dec 13 20:38:31.584 INFO STEP 139 (remove_files) COMPLETE |
4702 | 2024-12-13T20:38:32.676Z | [ recovery-image] Dec 13 20:38:31.584 INFO O| Dec 13 20:38:31.584 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-13T20:38:32.695Z | [ recovery-image] Dec 13 20:38:31.606 INFO O| Dec 13 20:38:31.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4704 | 2024-12-13T20:38:32.698Z | [ recovery-image] Dec 13 20:38:31.606 INFO O| Dec 13 20:38:31.606 INFO STEP 140 (remove_files) COMPLETE |
4705 | 2024-12-13T20:38:32.699Z | [ recovery-image] Dec 13 20:38:31.606 INFO O| Dec 13 20:38:31.606 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-12-13T20:38:32.716Z | [ recovery-image] Dec 13 20:38:31.627 INFO O| Dec 13 20:38:31.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4707 | 2024-12-13T20:38:32.716Z | [ recovery-image] Dec 13 20:38:31.627 INFO O| Dec 13 20:38:31.627 INFO STEP 141 (remove_files) COMPLETE |
4708 | 2024-12-13T20:38:32.719Z | [ recovery-image] Dec 13 20:38:31.627 INFO O| Dec 13 20:38:31.627 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-12-13T20:38:32.736Z | [ recovery-image] Dec 13 20:38:31.647 INFO O| Dec 13 20:38:31.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4710 | 2024-12-13T20:38:32.736Z | [ recovery-image] Dec 13 20:38:31.647 INFO O| Dec 13 20:38:31.647 INFO STEP 142 (remove_files) COMPLETE |
4711 | 2024-12-13T20:38:32.739Z | [ recovery-image] Dec 13 20:38:31.647 INFO O| Dec 13 20:38:31.647 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-12-13T20:38:32.772Z | [ recovery-image] Dec 13 20:38:31.682 INFO O| Dec 13 20:38:31.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4713 | 2024-12-13T20:38:32.776Z | [ recovery-image] Dec 13 20:38:31.682 INFO O| Dec 13 20:38:31.682 INFO STEP 143 (remove_files) COMPLETE |
4714 | 2024-12-13T20:38:32.776Z | [ recovery-image] Dec 13 20:38:31.683 INFO O| Dec 13 20:38:31.683 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-12-13T20:38:32.780Z | [ host-image] Dec 13 20:38:31.688 INFO O| Dec 13 20:38:31.687 INFO O| Planning: Evaluating mediators ... Done |
4716 | 2024-12-13T20:38:32.780Z | [ host-image] Dec 13 20:38:31.690 INFO O| Dec 13 20:38:31.690 INFO O| Planning: Planning completed in 6.53 seconds |
4717 | 2024-12-13T20:38:32.783Z | [ host-image] Dec 13 20:38:31.693 INFO O| Dec 13 20:38:31.693 INFO O| Packages to install: 5 |
4718 | 2024-12-13T20:38:32.783Z | [ host-image] Dec 13 20:38:31.693 INFO O| Dec 13 20:38:31.693 INFO O| Services to change: 2 |
4719 | 2024-12-13T20:38:32.794Z | [ recovery-image] Dec 13 20:38:31.705 INFO O| Dec 13 20:38:31.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4720 | 2024-12-13T20:38:32.798Z | [ recovery-image] Dec 13 20:38:31.705 INFO O| Dec 13 20:38:31.705 INFO STEP 144 (remove_files) COMPLETE |
4721 | 2024-12-13T20:38:32.798Z | [ recovery-image] Dec 13 20:38:31.706 INFO O| Dec 13 20:38:31.706 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-13T20:38:32.821Z | [ host-image] Dec 13 20:38:31.731 INFO O| Dec 13 20:38:31.730 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4723 | 2024-12-13T20:38:32.824Z | [ recovery-image] Dec 13 20:38:31.731 INFO O| Dec 13 20:38:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4724 | 2024-12-13T20:38:32.825Z | [ recovery-image] Dec 13 20:38:31.731 INFO O| Dec 13 20:38:31.731 INFO STEP 145 (remove_files) COMPLETE |
4725 | 2024-12-13T20:38:32.825Z | [ recovery-image] Dec 13 20:38:31.731 INFO O| Dec 13 20:38:31.731 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-12-13T20:38:32.842Z | [ recovery-image] Dec 13 20:38:31.753 INFO O| Dec 13 20:38:31.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4727 | 2024-12-13T20:38:32.843Z | [ recovery-image] Dec 13 20:38:31.753 INFO O| Dec 13 20:38:31.753 INFO STEP 146 (remove_files) COMPLETE |
4728 | 2024-12-13T20:38:32.846Z | [ recovery-image] Dec 13 20:38:31.753 INFO O| Dec 13 20:38:31.753 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-12-13T20:38:32.865Z | [ recovery-image] Dec 13 20:38:31.775 INFO O| Dec 13 20:38:31.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4730 | 2024-12-13T20:38:32.865Z | [ recovery-image] Dec 13 20:38:31.775 INFO O| Dec 13 20:38:31.775 INFO STEP 147 (remove_files) COMPLETE |
4731 | 2024-12-13T20:38:32.868Z | [ recovery-image] Dec 13 20:38:31.776 INFO O| Dec 13 20:38:31.775 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-12-13T20:38:32.886Z | [ recovery-image] Dec 13 20:38:31.797 INFO O| Dec 13 20:38:31.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4733 | 2024-12-13T20:38:32.886Z | [ recovery-image] Dec 13 20:38:31.797 INFO O| Dec 13 20:38:31.797 INFO STEP 148 (remove_files) COMPLETE |
4734 | 2024-12-13T20:38:32.887Z | [ recovery-image] Dec 13 20:38:31.797 INFO O| Dec 13 20:38:31.797 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-12-13T20:38:32.907Z | [ recovery-image] Dec 13 20:38:31.818 INFO O| Dec 13 20:38:31.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4736 | 2024-12-13T20:38:32.907Z | [ recovery-image] Dec 13 20:38:31.818 INFO O| Dec 13 20:38:31.818 INFO STEP 149 (remove_files) COMPLETE |
4737 | 2024-12-13T20:38:32.911Z | [ recovery-image] Dec 13 20:38:31.818 INFO O| Dec 13 20:38:31.818 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-12-13T20:38:33.028Z | [ recovery-image] Dec 13 20:38:31.938 INFO O| Dec 13 20:38:31.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4739 | 2024-12-13T20:38:33.028Z | [ recovery-image] Dec 13 20:38:31.938 INFO O| Dec 13 20:38:31.938 INFO STEP 150 (remove_files) COMPLETE |
4740 | 2024-12-13T20:38:33.032Z | [ recovery-image] Dec 13 20:38:31.939 INFO O| Dec 13 20:38:31.938 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-12-13T20:38:33.054Z | [ recovery-image] Dec 13 20:38:31.964 INFO O| Dec 13 20:38:31.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4742 | 2024-12-13T20:38:33.054Z | [ recovery-image] Dec 13 20:38:31.964 INFO O| Dec 13 20:38:31.964 INFO STEP 151 (remove_files) COMPLETE |
4743 | 2024-12-13T20:38:33.054Z | [ recovery-image] Dec 13 20:38:31.964 INFO O| Dec 13 20:38:31.964 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-12-13T20:38:33.090Z | [ recovery-image] Dec 13 20:38:32.001 INFO O| Dec 13 20:38:32.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4745 | 2024-12-13T20:38:33.090Z | [ recovery-image] Dec 13 20:38:32.001 INFO O| Dec 13 20:38:32.001 INFO STEP 152 (remove_files) COMPLETE |
4746 | 2024-12-13T20:38:33.099Z | [ recovery-image] Dec 13 20:38:32.001 INFO O| Dec 13 20:38:32.001 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-12-13T20:38:33.144Z | [ recovery-image] Dec 13 20:38:32.053 INFO O| Dec 13 20:38:32.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4748 | 2024-12-13T20:38:33.144Z | [ recovery-image] Dec 13 20:38:32.053 INFO O| Dec 13 20:38:32.053 INFO STEP 153 (remove_files) COMPLETE |
4749 | 2024-12-13T20:38:33.144Z | [ recovery-image] Dec 13 20:38:32.053 INFO O| Dec 13 20:38:32.053 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-12-13T20:38:33.163Z | [ recovery-image] Dec 13 20:38:32.073 INFO O| Dec 13 20:38:32.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4751 | 2024-12-13T20:38:33.163Z | [ recovery-image] Dec 13 20:38:32.074 INFO O| Dec 13 20:38:32.074 INFO STEP 154 (remove_files) COMPLETE |
4752 | 2024-12-13T20:38:33.163Z | [ recovery-image] Dec 13 20:38:32.074 INFO O| Dec 13 20:38:32.074 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-12-13T20:38:33.184Z | [ recovery-image] Dec 13 20:38:32.095 INFO O| Dec 13 20:38:32.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4754 | 2024-12-13T20:38:33.184Z | [ recovery-image] Dec 13 20:38:32.095 INFO O| Dec 13 20:38:32.095 INFO STEP 155 (remove_files) COMPLETE |
4755 | 2024-12-13T20:38:33.187Z | [ recovery-image] Dec 13 20:38:32.095 INFO O| Dec 13 20:38:32.095 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-12-13T20:38:33.207Z | [ recovery-image] Dec 13 20:38:32.117 INFO O| Dec 13 20:38:32.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4757 | 2024-12-13T20:38:33.209Z | [ recovery-image] Dec 13 20:38:32.118 INFO O| Dec 13 20:38:32.117 INFO STEP 156 (remove_files) COMPLETE |
4758 | 2024-12-13T20:38:33.209Z | [ recovery-image] Dec 13 20:38:32.118 INFO O| Dec 13 20:38:32.118 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-12-13T20:38:33.229Z | [ recovery-image] Dec 13 20:38:32.140 INFO O| Dec 13 20:38:32.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4760 | 2024-12-13T20:38:33.229Z | [ recovery-image] Dec 13 20:38:32.140 INFO O| Dec 13 20:38:32.140 INFO STEP 157 (remove_files) COMPLETE |
4761 | 2024-12-13T20:38:33.229Z | [ recovery-image] Dec 13 20:38:32.140 INFO O| Dec 13 20:38:32.140 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-12-13T20:38:33.249Z | [ recovery-image] Dec 13 20:38:32.160 INFO O| Dec 13 20:38:32.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4763 | 2024-12-13T20:38:33.249Z | [ recovery-image] Dec 13 20:38:32.160 INFO O| Dec 13 20:38:32.160 INFO STEP 158 (remove_files) COMPLETE |
4764 | 2024-12-13T20:38:33.252Z | [ recovery-image] Dec 13 20:38:32.160 INFO O| Dec 13 20:38:32.160 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-12-13T20:38:33.276Z | [ recovery-image] Dec 13 20:38:32.186 INFO O| Dec 13 20:38:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4766 | 2024-12-13T20:38:33.276Z | [ recovery-image] Dec 13 20:38:32.186 INFO O| Dec 13 20:38:32.186 INFO STEP 159 (remove_files) COMPLETE |
4767 | 2024-12-13T20:38:33.278Z | [ recovery-image] Dec 13 20:38:32.186 INFO O| Dec 13 20:38:32.186 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-12-13T20:38:33.329Z | [ recovery-image] Dec 13 20:38:32.240 INFO O| Dec 13 20:38:32.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4769 | 2024-12-13T20:38:33.329Z | [ recovery-image] Dec 13 20:38:32.240 INFO O| Dec 13 20:38:32.240 INFO STEP 160 (remove_files) COMPLETE |
4770 | 2024-12-13T20:38:33.332Z | [ recovery-image] Dec 13 20:38:32.240 INFO O| Dec 13 20:38:32.240 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-12-13T20:38:33.368Z | [ recovery-image] Dec 13 20:38:32.278 INFO O| Dec 13 20:38:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4772 | 2024-12-13T20:38:33.368Z | [ recovery-image] Dec 13 20:38:32.278 INFO O| Dec 13 20:38:32.278 INFO STEP 161 (remove_files) COMPLETE |
4773 | 2024-12-13T20:38:33.370Z | [ recovery-image] Dec 13 20:38:32.278 INFO O| Dec 13 20:38:32.278 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-12-13T20:38:33.405Z | [ recovery-image] Dec 13 20:38:32.316 INFO O| Dec 13 20:38:32.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4775 | 2024-12-13T20:38:33.405Z | [ recovery-image] Dec 13 20:38:32.316 INFO O| Dec 13 20:38:32.316 INFO STEP 162 (remove_files) COMPLETE |
4776 | 2024-12-13T20:38:33.405Z | [ recovery-image] Dec 13 20:38:32.316 INFO O| Dec 13 20:38:32.316 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-12-13T20:38:33.427Z | [ recovery-image] Dec 13 20:38:32.337 INFO O| Dec 13 20:38:32.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4778 | 2024-12-13T20:38:33.427Z | [ recovery-image] Dec 13 20:38:32.337 INFO O| Dec 13 20:38:32.337 INFO STEP 163 (remove_files) COMPLETE |
4779 | 2024-12-13T20:38:33.429Z | [ recovery-image] Dec 13 20:38:32.338 INFO O| Dec 13 20:38:32.337 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-12-13T20:38:33.447Z | [ recovery-image] Dec 13 20:38:32.358 INFO O| Dec 13 20:38:32.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4781 | 2024-12-13T20:38:33.447Z | [ recovery-image] Dec 13 20:38:32.358 INFO O| Dec 13 20:38:32.358 INFO STEP 164 (remove_files) COMPLETE |
4782 | 2024-12-13T20:38:33.448Z | [ recovery-image] Dec 13 20:38:32.358 INFO O| Dec 13 20:38:32.358 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-12-13T20:38:33.467Z | [ recovery-image] Dec 13 20:38:32.378 INFO O| Dec 13 20:38:32.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4784 | 2024-12-13T20:38:33.470Z | [ recovery-image] Dec 13 20:38:32.381 INFO O| Dec 13 20:38:32.381 INFO STEP 165 (remove_files) COMPLETE |
4785 | 2024-12-13T20:38:33.470Z | [ recovery-image] Dec 13 20:38:32.381 INFO O| Dec 13 20:38:32.381 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-12-13T20:38:33.507Z | [ recovery-image] Dec 13 20:38:32.418 INFO O| Dec 13 20:38:32.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4787 | 2024-12-13T20:38:33.530Z | [ recovery-image] Dec 13 20:38:32.441 INFO O| Dec 13 20:38:32.441 INFO STEP 166 (remove_files) COMPLETE |
4788 | 2024-12-13T20:38:33.530Z | [ recovery-image] Dec 13 20:38:32.441 INFO O| Dec 13 20:38:32.441 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-12-13T20:38:33.563Z | [ recovery-image] Dec 13 20:38:32.473 INFO O| Dec 13 20:38:32.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4790 | 2024-12-13T20:38:33.563Z | [ recovery-image] Dec 13 20:38:32.473 INFO O| Dec 13 20:38:32.473 INFO STEP 167 (remove_files) COMPLETE |
4791 | 2024-12-13T20:38:33.563Z | [ recovery-image] Dec 13 20:38:32.473 INFO O| Dec 13 20:38:32.473 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-12-13T20:38:33.601Z | [ recovery-image] Dec 13 20:38:32.512 INFO O| Dec 13 20:38:32.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4793 | 2024-12-13T20:38:33.609Z | [ recovery-image] Dec 13 20:38:32.519 INFO O| Dec 13 20:38:32.519 INFO STEP 168 (remove_files) COMPLETE |
4794 | 2024-12-13T20:38:33.609Z | [ recovery-image] Dec 13 20:38:32.519 INFO O| Dec 13 20:38:32.519 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-12-13T20:38:33.667Z | [ recovery-image] Dec 13 20:38:32.577 INFO O| Dec 13 20:38:32.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4796 | 2024-12-13T20:38:33.667Z | [ recovery-image] Dec 13 20:38:32.577 INFO O| Dec 13 20:38:32.577 INFO STEP 169 (remove_files) COMPLETE |
4797 | 2024-12-13T20:38:33.667Z | [ recovery-image] Dec 13 20:38:32.577 INFO O| Dec 13 20:38:32.577 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-12-13T20:38:33.688Z | [ recovery-image] Dec 13 20:38:32.598 INFO O| Dec 13 20:38:32.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4799 | 2024-12-13T20:38:33.688Z | [ recovery-image] Dec 13 20:38:32.598 INFO O| Dec 13 20:38:32.598 INFO STEP 170 (remove_files) COMPLETE |
4800 | 2024-12-13T20:38:33.688Z | [ recovery-image] Dec 13 20:38:32.598 INFO O| Dec 13 20:38:32.598 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-12-13T20:38:33.709Z | [ recovery-image] Dec 13 20:38:32.620 INFO O| Dec 13 20:38:32.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4802 | 2024-12-13T20:38:33.709Z | [ recovery-image] Dec 13 20:38:32.620 INFO O| Dec 13 20:38:32.620 INFO STEP 171 (remove_files) COMPLETE |
4803 | 2024-12-13T20:38:33.709Z | [ recovery-image] Dec 13 20:38:32.620 INFO O| Dec 13 20:38:32.620 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-12-13T20:38:33.731Z | [ recovery-image] Dec 13 20:38:32.642 INFO O| Dec 13 20:38:32.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4805 | 2024-12-13T20:38:33.731Z | [ recovery-image] Dec 13 20:38:32.642 INFO O| Dec 13 20:38:32.642 INFO STEP 172 (remove_files) COMPLETE |
4806 | 2024-12-13T20:38:33.731Z | [ recovery-image] Dec 13 20:38:32.642 INFO O| Dec 13 20:38:32.642 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-12-13T20:38:33.761Z | [ recovery-image] Dec 13 20:38:32.671 INFO O| Dec 13 20:38:32.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4808 | 2024-12-13T20:38:33.761Z | [ recovery-image] Dec 13 20:38:32.671 INFO O| Dec 13 20:38:32.671 INFO STEP 173 (remove_files) COMPLETE |
4809 | 2024-12-13T20:38:33.761Z | [ recovery-image] Dec 13 20:38:32.671 INFO O| Dec 13 20:38:32.671 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-12-13T20:38:33.799Z | [ recovery-image] Dec 13 20:38:32.710 INFO O| Dec 13 20:38:32.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4811 | 2024-12-13T20:38:33.799Z | [ recovery-image] Dec 13 20:38:32.710 INFO O| Dec 13 20:38:32.710 INFO STEP 174 (remove_files) COMPLETE |
4812 | 2024-12-13T20:38:33.801Z | [ recovery-image] Dec 13 20:38:32.710 INFO O| Dec 13 20:38:32.710 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-12-13T20:38:33.822Z | [ recovery-image] Dec 13 20:38:32.733 INFO O| Dec 13 20:38:32.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4814 | 2024-12-13T20:38:33.822Z | [ recovery-image] Dec 13 20:38:32.733 INFO O| Dec 13 20:38:32.733 INFO STEP 175 (remove_files) COMPLETE |
4815 | 2024-12-13T20:38:33.822Z | [ recovery-image] Dec 13 20:38:32.733 INFO O| Dec 13 20:38:32.733 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-12-13T20:38:33.851Z | [ recovery-image] Dec 13 20:38:32.761 INFO O| Dec 13 20:38:32.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4817 | 2024-12-13T20:38:33.853Z | [ recovery-image] Dec 13 20:38:32.761 INFO O| Dec 13 20:38:32.761 INFO STEP 176 (remove_files) COMPLETE |
4818 | 2024-12-13T20:38:33.853Z | [ recovery-image] Dec 13 20:38:32.762 INFO O| Dec 13 20:38:32.762 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-12-13T20:38:33.873Z | [ recovery-image] Dec 13 20:38:32.784 INFO O| Dec 13 20:38:32.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4820 | 2024-12-13T20:38:33.876Z | [ recovery-image] Dec 13 20:38:32.784 INFO O| Dec 13 20:38:32.784 INFO STEP 177 (remove_files) COMPLETE |
4821 | 2024-12-13T20:38:33.876Z | [ recovery-image] Dec 13 20:38:32.784 INFO O| Dec 13 20:38:32.784 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-12-13T20:38:33.895Z | [ recovery-image] Dec 13 20:38:32.805 INFO O| Dec 13 20:38:32.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4823 | 2024-12-13T20:38:33.897Z | [ recovery-image] Dec 13 20:38:32.806 INFO O| Dec 13 20:38:32.806 INFO STEP 178 (remove_files) COMPLETE |
4824 | 2024-12-13T20:38:33.897Z | [ recovery-image] Dec 13 20:38:32.806 INFO O| Dec 13 20:38:32.806 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-12-13T20:38:33.917Z | [ recovery-image] Dec 13 20:38:32.827 INFO O| Dec 13 20:38:32.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4826 | 2024-12-13T20:38:33.920Z | [ recovery-image] Dec 13 20:38:32.827 INFO O| Dec 13 20:38:32.827 INFO STEP 179 (remove_files) COMPLETE |
4827 | 2024-12-13T20:38:33.920Z | [ recovery-image] Dec 13 20:38:32.828 INFO O| Dec 13 20:38:32.828 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-12-13T20:38:33.941Z | [ recovery-image] Dec 13 20:38:32.852 INFO O| Dec 13 20:38:32.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4829 | 2024-12-13T20:38:33.944Z | [ recovery-image] Dec 13 20:38:32.852 INFO O| Dec 13 20:38:32.852 INFO STEP 180 (remove_files) COMPLETE |
4830 | 2024-12-13T20:38:33.944Z | [ recovery-image] Dec 13 20:38:32.852 INFO O| Dec 13 20:38:32.852 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-12-13T20:38:33.965Z | [ recovery-image] Dec 13 20:38:32.875 INFO O| Dec 13 20:38:32.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4832 | 2024-12-13T20:38:33.980Z | [ recovery-image] Dec 13 20:38:32.890 INFO O| Dec 13 20:38:32.890 INFO STEP 181 (remove_files) COMPLETE |
4833 | 2024-12-13T20:38:33.980Z | [ recovery-image] Dec 13 20:38:32.890 INFO O| Dec 13 20:38:32.890 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-12-13T20:38:34.014Z | [ recovery-image] Dec 13 20:38:32.925 INFO O| Dec 13 20:38:32.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4835 | 2024-12-13T20:38:34.014Z | [ recovery-image] Dec 13 20:38:32.925 INFO O| Dec 13 20:38:32.925 INFO STEP 182 (remove_files) COMPLETE |
4836 | 2024-12-13T20:38:34.014Z | [ recovery-image] Dec 13 20:38:32.925 INFO O| Dec 13 20:38:32.925 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-13T20:38:34.037Z | [ recovery-image] Dec 13 20:38:32.947 INFO O| Dec 13 20:38:32.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4838 | 2024-12-13T20:38:34.038Z | [ recovery-image] Dec 13 20:38:32.947 INFO O| Dec 13 20:38:32.947 INFO STEP 183 (remove_files) COMPLETE |
4839 | 2024-12-13T20:38:34.038Z | [ recovery-image] Dec 13 20:38:32.947 INFO O| Dec 13 20:38:32.947 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-13T20:38:34.059Z | [ recovery-image] Dec 13 20:38:32.969 INFO O| Dec 13 20:38:32.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4841 | 2024-12-13T20:38:34.059Z | [ recovery-image] Dec 13 20:38:32.970 INFO O| Dec 13 20:38:32.970 INFO STEP 184 (remove_files) COMPLETE |
4842 | 2024-12-13T20:38:34.059Z | [ recovery-image] Dec 13 20:38:32.970 INFO O| Dec 13 20:38:32.970 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-13T20:38:34.083Z | [ recovery-image] Dec 13 20:38:32.994 INFO O| Dec 13 20:38:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4844 | 2024-12-13T20:38:34.083Z | [ recovery-image] Dec 13 20:38:32.994 INFO O| Dec 13 20:38:32.994 INFO STEP 185 (remove_files) COMPLETE |
4845 | 2024-12-13T20:38:34.086Z | [ recovery-image] Dec 13 20:38:32.994 INFO O| Dec 13 20:38:32.994 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-13T20:38:34.122Z | [ recovery-image] Dec 13 20:38:33.032 INFO O| Dec 13 20:38:33.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4847 | 2024-12-13T20:38:34.122Z | [ recovery-image] Dec 13 20:38:33.032 INFO O| Dec 13 20:38:33.032 INFO STEP 186 (remove_files) COMPLETE |
4848 | 2024-12-13T20:38:34.125Z | [ recovery-image] Dec 13 20:38:33.032 INFO O| Dec 13 20:38:33.032 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-13T20:38:34.151Z | [ recovery-image] Dec 13 20:38:33.060 INFO O| Dec 13 20:38:33.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4850 | 2024-12-13T20:38:34.151Z | [ recovery-image] Dec 13 20:38:33.060 INFO O| Dec 13 20:38:33.060 INFO STEP 187 (remove_files) COMPLETE |
4851 | 2024-12-13T20:38:34.151Z | [ recovery-image] Dec 13 20:38:33.061 INFO O| Dec 13 20:38:33.060 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-13T20:38:34.173Z | [ recovery-image] Dec 13 20:38:33.084 INFO O| Dec 13 20:38:33.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4853 | 2024-12-13T20:38:34.173Z | [ recovery-image] Dec 13 20:38:33.084 INFO O| Dec 13 20:38:33.084 INFO STEP 188 (remove_files) COMPLETE |
4854 | 2024-12-13T20:38:34.176Z | [ recovery-image] Dec 13 20:38:33.084 INFO O| Dec 13 20:38:33.084 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-13T20:38:34.196Z | [ recovery-image] Dec 13 20:38:33.106 INFO O| Dec 13 20:38:33.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4856 | 2024-12-13T20:38:34.196Z | [ recovery-image] Dec 13 20:38:33.106 INFO O| Dec 13 20:38:33.106 INFO STEP 189 (remove_files) COMPLETE |
4857 | 2024-12-13T20:38:34.198Z | [ recovery-image] Dec 13 20:38:33.107 INFO O| Dec 13 20:38:33.106 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-13T20:38:34.221Z | [ recovery-image] Dec 13 20:38:33.132 INFO O| Dec 13 20:38:33.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4859 | 2024-12-13T20:38:34.221Z | [ recovery-image] Dec 13 20:38:33.132 INFO O| Dec 13 20:38:33.132 INFO STEP 190 (remove_files) COMPLETE |
4860 | 2024-12-13T20:38:34.224Z | [ recovery-image] Dec 13 20:38:33.132 INFO O| Dec 13 20:38:33.132 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-12-13T20:38:34.282Z | [ recovery-image] Dec 13 20:38:33.192 INFO O| Dec 13 20:38:33.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4862 | 2024-12-13T20:38:34.285Z | [ recovery-image] Dec 13 20:38:33.193 INFO O| Dec 13 20:38:33.192 INFO STEP 191 (remove_files) COMPLETE |
4863 | 2024-12-13T20:38:34.285Z | [ recovery-image] Dec 13 20:38:33.193 INFO O| Dec 13 20:38:33.192 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-12-13T20:38:34.307Z | [ recovery-image] Dec 13 20:38:33.218 INFO O| Dec 13 20:38:33.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4865 | 2024-12-13T20:38:34.307Z | [ recovery-image] Dec 13 20:38:33.218 INFO O| Dec 13 20:38:33.218 INFO STEP 192 (remove_files) COMPLETE |
4866 | 2024-12-13T20:38:34.310Z | [ recovery-image] Dec 13 20:38:33.218 INFO O| Dec 13 20:38:33.218 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-12-13T20:38:34.331Z | [ recovery-image] Dec 13 20:38:33.241 INFO O| Dec 13 20:38:33.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4868 | 2024-12-13T20:38:34.331Z | [ recovery-image] Dec 13 20:38:33.241 INFO O| Dec 13 20:38:33.241 INFO STEP 193 (remove_files) COMPLETE |
4869 | 2024-12-13T20:38:34.331Z | [ recovery-image] Dec 13 20:38:33.241 INFO O| Dec 13 20:38:33.241 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-12-13T20:38:34.355Z | [ host-image] Dec 13 20:38:33.265 INFO O| Dec 13 20:38:33.265 INFO O| Download: Completed 1.44 MB in 1.53 seconds (961k/s) |
4871 | 2024-12-13T20:38:34.358Z | [ recovery-image] Dec 13 20:38:33.266 INFO O| Dec 13 20:38:33.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4872 | 2024-12-13T20:38:34.358Z | [ recovery-image] Dec 13 20:38:33.266 INFO O| Dec 13 20:38:33.266 INFO STEP 194 (remove_files) COMPLETE |
4873 | 2024-12-13T20:38:34.358Z | [ recovery-image] Dec 13 20:38:33.266 INFO O| Dec 13 20:38:33.266 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-13T20:38:34.387Z | [ recovery-image] Dec 13 20:38:33.297 INFO O| Dec 13 20:38:33.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4875 | 2024-12-13T20:38:34.389Z | [ recovery-image] Dec 13 20:38:33.297 INFO O| Dec 13 20:38:33.297 INFO STEP 195 (remove_files) COMPLETE |
4876 | 2024-12-13T20:38:34.395Z | [ recovery-image] Dec 13 20:38:33.306 INFO O| Dec 13 20:38:33.297 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-13T20:38:34.403Z | [ host-image] Dec 13 20:38:33.314 INFO O| Dec 13 20:38:33.314 INFO O| Actions: 1/305 actions (Installing new actions) |
4878 | 2024-12-13T20:38:34.459Z | [ recovery-image] Dec 13 20:38:33.370 INFO O| Dec 13 20:38:33.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4879 | 2024-12-13T20:38:34.459Z | [ recovery-image] Dec 13 20:38:33.370 INFO O| Dec 13 20:38:33.370 INFO STEP 196 (remove_files) COMPLETE |
4880 | 2024-12-13T20:38:34.460Z | [ recovery-image] Dec 13 20:38:33.370 INFO O| Dec 13 20:38:33.370 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-13T20:38:34.512Z | [ recovery-image] Dec 13 20:38:33.423 INFO O| Dec 13 20:38:33.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4882 | 2024-12-13T20:38:34.516Z | [ recovery-image] Dec 13 20:38:33.423 INFO O| Dec 13 20:38:33.423 INFO STEP 197 (remove_files) COMPLETE |
4883 | 2024-12-13T20:38:34.516Z | [ recovery-image] Dec 13 20:38:33.423 INFO O| Dec 13 20:38:33.423 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-13T20:38:34.567Z | [ recovery-image] Dec 13 20:38:33.476 INFO O| Dec 13 20:38:33.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4885 | 2024-12-13T20:38:34.567Z | [ recovery-image] Dec 13 20:38:33.477 INFO O| Dec 13 20:38:33.477 INFO STEP 198 (remove_files) COMPLETE |
4886 | 2024-12-13T20:38:34.567Z | [ recovery-image] Dec 13 20:38:33.477 INFO O| Dec 13 20:38:33.477 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-13T20:38:34.607Z | [ host-image] Dec 13 20:38:33.517 INFO O| Dec 13 20:38:33.517 INFO O| Actions: Completed 305 actions in 0.20 seconds. |
4888 | 2024-12-13T20:38:34.633Z | [ recovery-image] Dec 13 20:38:33.543 INFO O| Dec 13 20:38:33.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4889 | 2024-12-13T20:38:34.633Z | [ recovery-image] Dec 13 20:38:33.543 INFO O| Dec 13 20:38:33.543 INFO STEP 199 (remove_files) COMPLETE |
4890 | 2024-12-13T20:38:34.633Z | [ recovery-image] Dec 13 20:38:33.543 INFO O| Dec 13 20:38:33.543 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-12-13T20:38:34.803Z | [ recovery-image] Dec 13 20:38:33.714 INFO O| Dec 13 20:38:33.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4892 | 2024-12-13T20:38:34.806Z | [ recovery-image] Dec 13 20:38:33.714 INFO O| Dec 13 20:38:33.714 INFO STEP 200 (remove_files) COMPLETE |
4893 | 2024-12-13T20:38:34.806Z | [ recovery-image] Dec 13 20:38:33.714 INFO O| Dec 13 20:38:33.714 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-12-13T20:38:34.860Z | [ recovery-image] Dec 13 20:38:33.770 INFO O| Dec 13 20:38:33.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4895 | 2024-12-13T20:38:34.864Z | [ recovery-image] Dec 13 20:38:33.770 INFO O| Dec 13 20:38:33.770 INFO STEP 201 (remove_files) COMPLETE |
4896 | 2024-12-13T20:38:34.864Z | [ recovery-image] Dec 13 20:38:33.770 INFO O| Dec 13 20:38:33.770 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-12-13T20:38:34.899Z | [ recovery-image] Dec 13 20:38:33.809 INFO O| Dec 13 20:38:33.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4898 | 2024-12-13T20:38:34.899Z | [ recovery-image] Dec 13 20:38:33.809 INFO O| Dec 13 20:38:33.809 INFO STEP 202 (remove_files) COMPLETE |
4899 | 2024-12-13T20:38:34.899Z | [ recovery-image] Dec 13 20:38:33.809 INFO O| Dec 13 20:38:33.809 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-12-13T20:38:34.932Z | [ recovery-image] Dec 13 20:38:33.843 INFO O| Dec 13 20:38:33.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4901 | 2024-12-13T20:38:34.933Z | [ recovery-image] Dec 13 20:38:33.843 INFO O| Dec 13 20:38:33.843 INFO STEP 203 (remove_files) COMPLETE |
4902 | 2024-12-13T20:38:34.933Z | [ recovery-image] Dec 13 20:38:33.843 INFO O| Dec 13 20:38:33.843 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-12-13T20:38:34.994Z | [ recovery-image] Dec 13 20:38:33.904 INFO O| Dec 13 20:38:33.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4904 | 2024-12-13T20:38:34.994Z | [ recovery-image] Dec 13 20:38:33.904 INFO O| Dec 13 20:38:33.904 INFO STEP 204 (remove_files) COMPLETE |
4905 | 2024-12-13T20:38:34.997Z | [ recovery-image] Dec 13 20:38:33.904 INFO O| Dec 13 20:38:33.904 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-12-13T20:38:35.033Z | [ recovery-image] Dec 13 20:38:33.943 INFO O| Dec 13 20:38:33.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4907 | 2024-12-13T20:38:35.036Z | [ recovery-image] Dec 13 20:38:33.943 INFO O| Dec 13 20:38:33.943 INFO STEP 205 (remove_files) COMPLETE |
4908 | 2024-12-13T20:38:35.036Z | [ recovery-image] Dec 13 20:38:33.943 INFO O| Dec 13 20:38:33.943 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-12-13T20:38:35.059Z | [ recovery-image] Dec 13 20:38:33.969 INFO O| Dec 13 20:38:33.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4910 | 2024-12-13T20:38:35.062Z | [ recovery-image] Dec 13 20:38:33.969 INFO O| Dec 13 20:38:33.969 INFO STEP 206 (remove_files) COMPLETE |
4911 | 2024-12-13T20:38:35.062Z | [ recovery-image] Dec 13 20:38:33.969 INFO O| Dec 13 20:38:33.969 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-12-13T20:38:35.108Z | [ recovery-image] Dec 13 20:38:34.018 INFO O| Dec 13 20:38:34.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4913 | 2024-12-13T20:38:35.108Z | [ recovery-image] Dec 13 20:38:34.018 INFO O| Dec 13 20:38:34.018 INFO STEP 207 (remove_files) COMPLETE |
4914 | 2024-12-13T20:38:35.108Z | [ recovery-image] Dec 13 20:38:34.018 INFO O| Dec 13 20:38:34.018 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-12-13T20:38:35.131Z | [ recovery-image] Dec 13 20:38:34.041 INFO O| Dec 13 20:38:34.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4916 | 2024-12-13T20:38:35.131Z | [ recovery-image] Dec 13 20:38:34.041 INFO O| Dec 13 20:38:34.041 INFO STEP 208 (remove_files) COMPLETE |
4917 | 2024-12-13T20:38:35.134Z | [ recovery-image] Dec 13 20:38:34.041 INFO O| Dec 13 20:38:34.041 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-12-13T20:38:35.151Z | [ host-image] Dec 13 20:38:34.061 INFO O| Dec 13 20:38:34.061 INFO O| Done |
4919 | 2024-12-13T20:38:35.151Z | [ host-image] Dec 13 20:38:34.061 INFO O| Dec 13 20:38:34.061 INFO O| Done |
4920 | 2024-12-13T20:38:35.171Z | [ recovery-image] Dec 13 20:38:34.081 INFO O| Dec 13 20:38:34.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4921 | 2024-12-13T20:38:35.171Z | [ recovery-image] Dec 13 20:38:34.081 INFO O| Dec 13 20:38:34.081 INFO STEP 209 (remove_files) COMPLETE |
4922 | 2024-12-13T20:38:35.171Z | [ recovery-image] Dec 13 20:38:34.081 INFO O| Dec 13 20:38:34.081 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-13T20:38:35.228Z | [ recovery-image] Dec 13 20:38:34.123 INFO O| Dec 13 20:38:34.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4924 | 2024-12-13T20:38:35.228Z | [ recovery-image] Dec 13 20:38:34.123 INFO O| Dec 13 20:38:34.123 INFO STEP 210 (remove_files) COMPLETE |
4925 | 2024-12-13T20:38:35.228Z | [ recovery-image] Dec 13 20:38:34.123 INFO O| Dec 13 20:38:34.123 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-13T20:38:35.235Z | [ recovery-image] Dec 13 20:38:34.146 INFO O| Dec 13 20:38:34.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4927 | 2024-12-13T20:38:35.235Z | [ recovery-image] Dec 13 20:38:34.146 INFO O| Dec 13 20:38:34.146 INFO STEP 211 (remove_files) COMPLETE |
4928 | 2024-12-13T20:38:35.235Z | [ recovery-image] Dec 13 20:38:34.146 INFO O| Dec 13 20:38:34.146 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-13T20:38:35.278Z | [ recovery-image] Dec 13 20:38:34.188 INFO O| Dec 13 20:38:34.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4930 | 2024-12-13T20:38:35.278Z | [ recovery-image] Dec 13 20:38:34.188 INFO O| Dec 13 20:38:34.188 INFO STEP 212 (remove_files) COMPLETE |
4931 | 2024-12-13T20:38:35.280Z | [ recovery-image] Dec 13 20:38:34.189 INFO O| Dec 13 20:38:34.188 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-13T20:38:35.311Z | [ recovery-image] Dec 13 20:38:34.221 INFO O| Dec 13 20:38:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4933 | 2024-12-13T20:38:35.311Z | [ recovery-image] Dec 13 20:38:34.221 INFO O| Dec 13 20:38:34.221 INFO STEP 213 (remove_files) COMPLETE |
4934 | 2024-12-13T20:38:35.311Z | [ recovery-image] Dec 13 20:38:34.221 INFO O| Dec 13 20:38:34.221 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-13T20:38:35.344Z | [ recovery-image] Dec 13 20:38:34.254 INFO O| Dec 13 20:38:34.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4936 | 2024-12-13T20:38:35.344Z | [ recovery-image] Dec 13 20:38:34.254 INFO O| Dec 13 20:38:34.254 INFO STEP 214 (remove_files) COMPLETE |
4937 | 2024-12-13T20:38:35.347Z | [ recovery-image] Dec 13 20:38:34.254 INFO O| Dec 13 20:38:34.254 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-13T20:38:35.367Z | [ recovery-image] Dec 13 20:38:34.276 INFO O| Dec 13 20:38:34.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4939 | 2024-12-13T20:38:35.367Z | [ recovery-image] Dec 13 20:38:34.276 INFO O| Dec 13 20:38:34.276 INFO STEP 215 (remove_files) COMPLETE |
4940 | 2024-12-13T20:38:35.367Z | [ recovery-image] Dec 13 20:38:34.276 INFO O| Dec 13 20:38:34.276 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-13T20:38:35.388Z | [ recovery-image] Dec 13 20:38:34.299 INFO O| Dec 13 20:38:34.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4942 | 2024-12-13T20:38:35.388Z | [ recovery-image] Dec 13 20:38:34.299 INFO O| Dec 13 20:38:34.299 INFO STEP 216 (remove_files) COMPLETE |
4943 | 2024-12-13T20:38:35.388Z | [ recovery-image] Dec 13 20:38:34.299 INFO O| Dec 13 20:38:34.299 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-13T20:38:35.423Z | [ recovery-image] Dec 13 20:38:34.333 INFO O| Dec 13 20:38:34.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4945 | 2024-12-13T20:38:35.426Z | [ recovery-image] Dec 13 20:38:34.333 INFO O| Dec 13 20:38:34.333 INFO STEP 217 (remove_files) COMPLETE |
4946 | 2024-12-13T20:38:35.426Z | [ recovery-image] Dec 13 20:38:34.334 INFO O| Dec 13 20:38:34.334 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-13T20:38:35.446Z | [ recovery-image] Dec 13 20:38:34.356 INFO O| Dec 13 20:38:34.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4948 | 2024-12-13T20:38:35.448Z | [ recovery-image] Dec 13 20:38:34.356 INFO O| Dec 13 20:38:34.356 INFO STEP 218 (remove_files) COMPLETE |
4949 | 2024-12-13T20:38:35.448Z | [ recovery-image] Dec 13 20:38:34.357 INFO O| Dec 13 20:38:34.357 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-13T20:38:36.472Z | [ recovery-image] Dec 13 20:38:34.380 INFO O| Dec 13 20:38:34.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4951 | 2024-12-13T20:38:36.472Z | [ recovery-image] Dec 13 20:38:34.380 INFO O| Dec 13 20:38:34.380 INFO STEP 219 (remove_files) COMPLETE |
4952 | 2024-12-13T20:38:36.472Z | [ recovery-image] Dec 13 20:38:34.380 INFO O| Dec 13 20:38:34.380 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.401 INFO O| Dec 13 20:38:34.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4954 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.401 INFO O| Dec 13 20:38:34.401 INFO STEP 220 (remove_files) COMPLETE |
4955 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.401 INFO O| Dec 13 20:38:34.401 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.422 INFO O| Dec 13 20:38:34.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4957 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.422 INFO O| Dec 13 20:38:34.422 INFO STEP 221 (remove_files) COMPLETE |
4958 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.422 INFO O| Dec 13 20:38:34.422 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.444 INFO O| Dec 13 20:38:34.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4960 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.444 INFO O| Dec 13 20:38:34.444 INFO STEP 222 (remove_files) COMPLETE |
4961 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.444 INFO O| Dec 13 20:38:34.444 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.479 INFO O| Dec 13 20:38:34.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4963 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.480 INFO O| Dec 13 20:38:34.479 INFO STEP 223 (remove_files) COMPLETE |
4964 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.480 INFO O| Dec 13 20:38:34.480 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.502 INFO O| Dec 13 20:38:34.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4966 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.503 INFO O| Dec 13 20:38:34.502 INFO STEP 224 (remove_files) COMPLETE |
4967 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.503 INFO O| Dec 13 20:38:34.503 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.523 INFO O| Dec 13 20:38:34.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4969 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.523 INFO O| Dec 13 20:38:34.523 INFO STEP 225 (remove_files) COMPLETE |
4970 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.523 INFO O| Dec 13 20:38:34.523 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.541 INFO O| Dec 13 20:38:34.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4972 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.542 INFO O| Dec 13 20:38:34.542 INFO STEP 226 (remove_files) COMPLETE |
4973 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.542 INFO O| Dec 13 20:38:34.542 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.562 INFO O| Dec 13 20:38:34.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4975 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.562 INFO O| Dec 13 20:38:34.562 INFO STEP 227 (remove_files) COMPLETE |
4976 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.563 INFO O| Dec 13 20:38:34.562 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.583 INFO O| Dec 13 20:38:34.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4978 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.583 INFO O| Dec 13 20:38:34.583 INFO STEP 228 (remove_files) COMPLETE |
4979 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.583 INFO O| Dec 13 20:38:34.583 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.618 INFO O| Dec 13 20:38:34.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4981 | 2024-12-13T20:38:36.477Z | [ recovery-image] Dec 13 20:38:34.618 INFO O| Dec 13 20:38:34.618 INFO STEP 229 (remove_files) COMPLETE |
4982 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.618 INFO O| Dec 13 20:38:34.618 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.677 INFO O| Dec 13 20:38:34.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4984 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.677 INFO O| Dec 13 20:38:34.677 INFO STEP 230 (remove_files) COMPLETE |
4985 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.677 INFO O| Dec 13 20:38:34.677 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.698 INFO O| Dec 13 20:38:34.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4987 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.698 INFO O| Dec 13 20:38:34.698 INFO STEP 231 (remove_files) COMPLETE |
4988 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.698 INFO O| Dec 13 20:38:34.698 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.719 INFO O| Dec 13 20:38:34.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4990 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.719 INFO O| Dec 13 20:38:34.719 INFO STEP 232 (remove_files) COMPLETE |
4991 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.719 INFO O| Dec 13 20:38:34.719 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.739 INFO O| Dec 13 20:38:34.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4993 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.739 INFO O| Dec 13 20:38:34.739 INFO STEP 233 (remove_files) COMPLETE |
4994 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.740 INFO O| Dec 13 20:38:34.739 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.759 INFO O| Dec 13 20:38:34.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4996 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.759 INFO O| Dec 13 20:38:34.759 INFO STEP 234 (remove_files) COMPLETE |
4997 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.759 INFO O| Dec 13 20:38:34.759 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.801 INFO O| Dec 13 20:38:34.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4999 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.801 INFO O| Dec 13 20:38:34.801 INFO STEP 235 (remove_files) COMPLETE |
5000 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.801 INFO O| Dec 13 20:38:34.801 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.824 INFO O| Dec 13 20:38:34.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5002 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.825 INFO O| Dec 13 20:38:34.825 INFO STEP 236 (remove_files) COMPLETE |
5003 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.825 INFO O| Dec 13 20:38:34.825 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.843 INFO O| Dec 13 20:38:34.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5005 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.843 INFO O| Dec 13 20:38:34.843 INFO STEP 237 (remove_files) COMPLETE |
5006 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.843 INFO O| Dec 13 20:38:34.843 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.884 INFO O| Dec 13 20:38:34.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5008 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.884 INFO O| Dec 13 20:38:34.884 INFO STEP 238 (remove_files) COMPLETE |
5009 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.884 INFO O| Dec 13 20:38:34.884 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.908 INFO O| Dec 13 20:38:34.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5011 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.908 INFO O| Dec 13 20:38:34.908 INFO STEP 239 (remove_files) COMPLETE |
5012 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.909 INFO O| Dec 13 20:38:34.908 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.931 INFO O| Dec 13 20:38:34.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5014 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.931 INFO O| Dec 13 20:38:34.931 INFO STEP 240 (remove_files) COMPLETE |
5015 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.931 INFO O| Dec 13 20:38:34.931 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.951 INFO O| Dec 13 20:38:34.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5017 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.951 INFO O| Dec 13 20:38:34.951 INFO STEP 241 (remove_files) COMPLETE |
5018 | 2024-12-13T20:38:36.478Z | [ recovery-image] Dec 13 20:38:34.951 INFO O| Dec 13 20:38:34.951 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:34.988 INFO O| Dec 13 20:38:34.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5020 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:34.988 INFO O| Dec 13 20:38:34.988 INFO STEP 242 (remove_files) COMPLETE |
5021 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:34.988 INFO O| Dec 13 20:38:34.988 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.010 INFO O| Dec 13 20:38:35.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5023 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.011 INFO O| Dec 13 20:38:35.011 INFO STEP 243 (remove_files) COMPLETE |
5024 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.012 INFO O| Dec 13 20:38:35.011 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.052 INFO O| Dec 13 20:38:35.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5026 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.052 INFO O| Dec 13 20:38:35.052 INFO STEP 244 (remove_files) COMPLETE |
5027 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.052 INFO O| Dec 13 20:38:35.052 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.086 INFO O| Dec 13 20:38:35.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5029 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.086 INFO O| Dec 13 20:38:35.086 INFO STEP 245 (remove_files) COMPLETE |
5030 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.086 INFO O| Dec 13 20:38:35.086 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.129 INFO O| Dec 13 20:38:35.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5032 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.129 INFO O| Dec 13 20:38:35.129 INFO STEP 246 (remove_files) COMPLETE |
5033 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.129 INFO O| Dec 13 20:38:35.129 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.152 INFO O| Dec 13 20:38:35.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5035 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.153 INFO O| Dec 13 20:38:35.153 INFO STEP 247 (remove_files) COMPLETE |
5036 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.153 INFO O| Dec 13 20:38:35.153 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.187 INFO O| Dec 13 20:38:35.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5038 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.188 INFO O| Dec 13 20:38:35.187 INFO STEP 248 (remove_files) COMPLETE |
5039 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.188 INFO O| Dec 13 20:38:35.188 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.219 INFO O| Dec 13 20:38:35.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5041 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.219 INFO O| Dec 13 20:38:35.219 INFO STEP 249 (remove_files) COMPLETE |
5042 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.219 INFO O| Dec 13 20:38:35.219 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.253 INFO O| Dec 13 20:38:35.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5044 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.253 INFO O| Dec 13 20:38:35.253 INFO STEP 250 (remove_files) COMPLETE |
5045 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.253 INFO O| Dec 13 20:38:35.253 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.296 INFO O| Dec 13 20:38:35.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5047 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.296 INFO O| Dec 13 20:38:35.296 INFO STEP 251 (remove_files) COMPLETE |
5048 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.296 INFO O| Dec 13 20:38:35.296 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.321 INFO O| Dec 13 20:38:35.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5050 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.321 INFO O| Dec 13 20:38:35.321 INFO STEP 252 (remove_files) COMPLETE |
5051 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.321 INFO O| Dec 13 20:38:35.321 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-13T20:38:36.479Z | [ recovery-image] Dec 13 20:38:35.343 INFO O| Dec 13 20:38:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5053 | 2024-12-13T20:38:36.482Z | [ recovery-image] Dec 13 20:38:35.343 INFO O| Dec 13 20:38:35.343 INFO STEP 253 (remove_files) COMPLETE |
5054 | 2024-12-13T20:38:36.482Z | [ recovery-image] Dec 13 20:38:35.343 INFO O| Dec 13 20:38:35.343 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-13T20:38:36.482Z | [ recovery-image] Dec 13 20:38:35.364 INFO O| Dec 13 20:38:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5056 | 2024-12-13T20:38:36.482Z | [ recovery-image] Dec 13 20:38:35.364 INFO O| Dec 13 20:38:35.364 INFO STEP 254 (remove_files) COMPLETE |
5057 | 2024-12-13T20:38:36.482Z | [ recovery-image] Dec 13 20:38:35.364 INFO O| Dec 13 20:38:35.364 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-13T20:38:36.489Z | [ recovery-image] Dec 13 20:38:35.399 INFO O| Dec 13 20:38:35.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5059 | 2024-12-13T20:38:36.489Z | [ recovery-image] Dec 13 20:38:35.399 INFO O| Dec 13 20:38:35.399 INFO STEP 255 (remove_files) COMPLETE |
5060 | 2024-12-13T20:38:36.492Z | [ recovery-image] Dec 13 20:38:35.399 INFO O| Dec 13 20:38:35.399 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-13T20:38:36.513Z | [ recovery-image] Dec 13 20:38:35.423 INFO O| Dec 13 20:38:35.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5062 | 2024-12-13T20:38:36.513Z | [ recovery-image] Dec 13 20:38:35.423 INFO O| Dec 13 20:38:35.423 INFO STEP 256 (remove_files) COMPLETE |
5063 | 2024-12-13T20:38:36.513Z | [ recovery-image] Dec 13 20:38:35.423 INFO O| Dec 13 20:38:35.423 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-13T20:38:36.536Z | [ recovery-image] Dec 13 20:38:35.446 INFO O| Dec 13 20:38:35.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5065 | 2024-12-13T20:38:36.536Z | [ recovery-image] Dec 13 20:38:35.446 INFO O| Dec 13 20:38:35.446 INFO STEP 257 (remove_files) COMPLETE |
5066 | 2024-12-13T20:38:36.539Z | [ recovery-image] Dec 13 20:38:35.446 INFO O| Dec 13 20:38:35.446 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-13T20:38:36.555Z | [ host-image] Dec 13 20:38:35.465 INFO O| Dec 13 20:38:35.465 INFO O| Done |
5068 | 2024-12-13T20:38:36.559Z | [ recovery-image] Dec 13 20:38:35.469 INFO O| Dec 13 20:38:35.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5069 | 2024-12-13T20:38:36.559Z | [ recovery-image] Dec 13 20:38:35.469 INFO O| Dec 13 20:38:35.469 INFO STEP 258 (remove_files) COMPLETE |
5070 | 2024-12-13T20:38:36.559Z | [ recovery-image] Dec 13 20:38:35.469 INFO O| Dec 13 20:38:35.469 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-12-13T20:38:36.593Z | [ recovery-image] Dec 13 20:38:35.503 INFO O| Dec 13 20:38:35.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5072 | 2024-12-13T20:38:36.596Z | [ recovery-image] Dec 13 20:38:35.504 INFO O| Dec 13 20:38:35.503 INFO STEP 259 (remove_files) COMPLETE |
5073 | 2024-12-13T20:38:36.596Z | [ recovery-image] Dec 13 20:38:35.504 INFO O| Dec 13 20:38:35.504 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-12-13T20:38:36.618Z | [ recovery-image] Dec 13 20:38:35.529 INFO O| Dec 13 20:38:35.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5075 | 2024-12-13T20:38:36.640Z | [ recovery-image] Dec 13 20:38:35.550 INFO O| Dec 13 20:38:35.550 INFO STEP 260 (remove_files) COMPLETE |
5076 | 2024-12-13T20:38:36.640Z | [ recovery-image] Dec 13 20:38:35.550 INFO O| Dec 13 20:38:35.550 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-12-13T20:38:36.684Z | [ recovery-image] Dec 13 20:38:35.594 INFO O| Dec 13 20:38:35.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5078 | 2024-12-13T20:38:36.687Z | [ recovery-image] Dec 13 20:38:35.594 INFO O| Dec 13 20:38:35.594 INFO STEP 261 (remove_files) COMPLETE |
5079 | 2024-12-13T20:38:36.687Z | [ recovery-image] Dec 13 20:38:35.595 INFO O| Dec 13 20:38:35.594 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-12-13T20:38:36.720Z | [ recovery-image] Dec 13 20:38:35.629 INFO O| Dec 13 20:38:35.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5081 | 2024-12-13T20:38:36.741Z | [ recovery-image] Dec 13 20:38:35.651 INFO O| Dec 13 20:38:35.651 INFO STEP 262 (remove_files) COMPLETE |
5082 | 2024-12-13T20:38:36.741Z | [ recovery-image] Dec 13 20:38:35.651 INFO O| Dec 13 20:38:35.651 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-12-13T20:38:36.765Z | [ recovery-image] Dec 13 20:38:35.675 INFO O| Dec 13 20:38:35.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5084 | 2024-12-13T20:38:36.767Z | [ recovery-image] Dec 13 20:38:35.675 INFO O| Dec 13 20:38:35.675 INFO STEP 263 (remove_files) COMPLETE |
5085 | 2024-12-13T20:38:36.767Z | [ recovery-image] Dec 13 20:38:35.675 INFO O| Dec 13 20:38:35.675 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-12-13T20:38:36.802Z | [ recovery-image] Dec 13 20:38:35.712 INFO O| Dec 13 20:38:35.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5087 | 2024-12-13T20:38:36.805Z | [ recovery-image] Dec 13 20:38:35.712 INFO O| Dec 13 20:38:35.712 INFO STEP 264 (remove_files) COMPLETE |
5088 | 2024-12-13T20:38:36.805Z | [ recovery-image] Dec 13 20:38:35.713 INFO O| Dec 13 20:38:35.713 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-12-13T20:38:36.854Z | [ recovery-image] Dec 13 20:38:35.764 INFO O| Dec 13 20:38:35.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5090 | 2024-12-13T20:38:36.856Z | [ recovery-image] Dec 13 20:38:35.764 INFO O| Dec 13 20:38:35.764 INFO STEP 265 (remove_files) COMPLETE |
5091 | 2024-12-13T20:38:36.856Z | [ recovery-image] Dec 13 20:38:35.764 INFO O| Dec 13 20:38:35.764 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-13T20:38:36.909Z | [ recovery-image] Dec 13 20:38:35.819 INFO O| Dec 13 20:38:35.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5093 | 2024-12-13T20:38:36.912Z | [ recovery-image] Dec 13 20:38:35.819 INFO O| Dec 13 20:38:35.819 INFO STEP 266 (remove_files) COMPLETE |
5094 | 2024-12-13T20:38:36.912Z | [ recovery-image] Dec 13 20:38:35.819 INFO O| Dec 13 20:38:35.819 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-12-13T20:38:36.931Z | [ recovery-image] Dec 13 20:38:35.842 INFO O| Dec 13 20:38:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5096 | 2024-12-13T20:38:36.932Z | [ recovery-image] Dec 13 20:38:35.842 INFO O| Dec 13 20:38:35.842 INFO STEP 267 (remove_files) COMPLETE |
5097 | 2024-12-13T20:38:36.932Z | [ recovery-image] Dec 13 20:38:35.842 INFO O| Dec 13 20:38:35.842 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-12-13T20:38:36.979Z | [ recovery-image] Dec 13 20:38:35.889 INFO O| Dec 13 20:38:35.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5099 | 2024-12-13T20:38:36.979Z | [ recovery-image] Dec 13 20:38:35.889 INFO O| Dec 13 20:38:35.889 INFO STEP 268 (remove_files) COMPLETE |
5100 | 2024-12-13T20:38:36.982Z | [ recovery-image] Dec 13 20:38:35.889 INFO O| Dec 13 20:38:35.889 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-12-13T20:38:37.040Z | [ recovery-image] Dec 13 20:38:35.950 INFO O| Dec 13 20:38:35.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5102 | 2024-12-13T20:38:37.040Z | [ recovery-image] Dec 13 20:38:35.950 INFO O| Dec 13 20:38:35.950 INFO STEP 269 (remove_files) COMPLETE |
5103 | 2024-12-13T20:38:37.040Z | [ recovery-image] Dec 13 20:38:35.950 INFO O| Dec 13 20:38:35.950 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-12-13T20:38:37.083Z | [ recovery-image] Dec 13 20:38:35.992 INFO O| Dec 13 20:38:35.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5105 | 2024-12-13T20:38:37.083Z | [ recovery-image] Dec 13 20:38:35.992 INFO O| Dec 13 20:38:35.992 INFO STEP 270 (remove_files) COMPLETE |
5106 | 2024-12-13T20:38:37.086Z | [ recovery-image] Dec 13 20:38:35.992 INFO O| Dec 13 20:38:35.992 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-12-13T20:38:37.219Z | [ recovery-image] Dec 13 20:38:36.095 INFO O| Dec 13 20:38:36.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5108 | 2024-12-13T20:38:37.235Z | [ recovery-image] Dec 13 20:38:36.145 INFO O| Dec 13 20:38:36.145 INFO STEP 271 (remove_files) COMPLETE |
5109 | 2024-12-13T20:38:37.235Z | [ recovery-image] Dec 13 20:38:36.145 INFO O| Dec 13 20:38:36.145 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-12-13T20:38:37.314Z | [ recovery-image] Dec 13 20:38:36.224 INFO O| Dec 13 20:38:36.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5111 | 2024-12-13T20:38:37.314Z | [ recovery-image] Dec 13 20:38:36.224 INFO O| Dec 13 20:38:36.224 INFO STEP 272 (remove_files) COMPLETE |
5112 | 2024-12-13T20:38:37.316Z | [ recovery-image] Dec 13 20:38:36.224 INFO O| Dec 13 20:38:36.224 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-12-13T20:38:37.343Z | [ recovery-image] Dec 13 20:38:36.253 INFO O| Dec 13 20:38:36.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5114 | 2024-12-13T20:38:37.343Z | [ recovery-image] Dec 13 20:38:36.253 INFO O| Dec 13 20:38:36.253 INFO STEP 273 (remove_files) COMPLETE |
5115 | 2024-12-13T20:38:37.343Z | [ recovery-image] Dec 13 20:38:36.253 INFO O| Dec 13 20:38:36.253 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-12-13T20:38:37.370Z | [ recovery-image] Dec 13 20:38:36.280 INFO O| Dec 13 20:38:36.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5117 | 2024-12-13T20:38:37.373Z | [ recovery-image] Dec 13 20:38:36.280 INFO O| Dec 13 20:38:36.280 INFO STEP 274 (remove_files) COMPLETE |
5118 | 2024-12-13T20:38:37.373Z | [ recovery-image] Dec 13 20:38:36.281 INFO O| Dec 13 20:38:36.280 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-13T20:38:37.391Z | [ recovery-image] Dec 13 20:38:36.301 INFO O| Dec 13 20:38:36.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5120 | 2024-12-13T20:38:37.391Z | [ recovery-image] Dec 13 20:38:36.301 INFO O| Dec 13 20:38:36.301 INFO STEP 275 (remove_files) COMPLETE |
5121 | 2024-12-13T20:38:37.391Z | [ recovery-image] Dec 13 20:38:36.301 INFO O| Dec 13 20:38:36.301 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-13T20:38:37.413Z | [ recovery-image] Dec 13 20:38:36.323 INFO O| Dec 13 20:38:36.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5123 | 2024-12-13T20:38:37.413Z | [ recovery-image] Dec 13 20:38:36.323 INFO O| Dec 13 20:38:36.323 INFO STEP 276 (remove_files) COMPLETE |
5124 | 2024-12-13T20:38:37.415Z | [ recovery-image] Dec 13 20:38:36.323 INFO O| Dec 13 20:38:36.323 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-13T20:38:37.442Z | [ recovery-image] Dec 13 20:38:36.352 INFO O| Dec 13 20:38:36.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5126 | 2024-12-13T20:38:37.442Z | [ recovery-image] Dec 13 20:38:36.352 INFO O| Dec 13 20:38:36.352 INFO STEP 277 (remove_files) COMPLETE |
5127 | 2024-12-13T20:38:37.445Z | [ recovery-image] Dec 13 20:38:36.352 INFO O| Dec 13 20:38:36.352 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-13T20:38:37.474Z | [ recovery-image] Dec 13 20:38:36.384 INFO O| Dec 13 20:38:36.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5129 | 2024-12-13T20:38:37.474Z | [ recovery-image] Dec 13 20:38:36.384 INFO O| Dec 13 20:38:36.384 INFO STEP 278 (remove_files) COMPLETE |
5130 | 2024-12-13T20:38:37.476Z | [ recovery-image] Dec 13 20:38:36.384 INFO O| Dec 13 20:38:36.384 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-13T20:38:37.523Z | [ recovery-image] Dec 13 20:38:36.433 INFO O| Dec 13 20:38:36.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5132 | 2024-12-13T20:38:37.524Z | [ recovery-image] Dec 13 20:38:36.433 INFO O| Dec 13 20:38:36.433 INFO STEP 279 (remove_files) COMPLETE |
5133 | 2024-12-13T20:38:37.526Z | [ recovery-image] Dec 13 20:38:36.433 INFO O| Dec 13 20:38:36.433 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-12-13T20:38:37.548Z | [ recovery-image] Dec 13 20:38:36.458 INFO O| Dec 13 20:38:36.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5135 | 2024-12-13T20:38:37.548Z | [ recovery-image] Dec 13 20:38:36.458 INFO O| Dec 13 20:38:36.458 INFO STEP 280 (remove_files) COMPLETE |
5136 | 2024-12-13T20:38:37.548Z | [ recovery-image] Dec 13 20:38:36.458 INFO O| Dec 13 20:38:36.458 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-12-13T20:38:37.577Z | [ recovery-image] Dec 13 20:38:36.483 INFO O| Dec 13 20:38:36.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5138 | 2024-12-13T20:38:37.577Z | [ recovery-image] Dec 13 20:38:36.483 INFO O| Dec 13 20:38:36.483 INFO STEP 281 (remove_files) COMPLETE |
5139 | 2024-12-13T20:38:37.580Z | [ recovery-image] Dec 13 20:38:36.483 INFO O| Dec 13 20:38:36.483 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-12-13T20:38:37.641Z | [ recovery-image] Dec 13 20:38:36.518 INFO O| Dec 13 20:38:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5141 | 2024-12-13T20:38:37.644Z | [ recovery-image] Dec 13 20:38:36.518 INFO O| Dec 13 20:38:36.518 INFO STEP 282 (remove_files) COMPLETE |
5142 | 2024-12-13T20:38:37.644Z | [ recovery-image] Dec 13 20:38:36.518 INFO O| Dec 13 20:38:36.518 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-12-13T20:38:37.644Z | [ recovery-image] Dec 13 20:38:36.541 INFO O| Dec 13 20:38:36.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5144 | 2024-12-13T20:38:37.644Z | [ recovery-image] Dec 13 20:38:36.541 INFO O| Dec 13 20:38:36.541 INFO STEP 283 (remove_files) COMPLETE |
5145 | 2024-12-13T20:38:37.644Z | [ recovery-image] Dec 13 20:38:36.541 INFO O| Dec 13 20:38:36.541 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-12-13T20:38:37.704Z | [ recovery-image] Dec 13 20:38:36.614 INFO O| Dec 13 20:38:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5147 | 2024-12-13T20:38:37.705Z | [ recovery-image] Dec 13 20:38:36.615 INFO O| Dec 13 20:38:36.614 INFO STEP 284 (remove_files) COMPLETE |
5148 | 2024-12-13T20:38:37.707Z | [ recovery-image] Dec 13 20:38:36.615 INFO O| Dec 13 20:38:36.615 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-12-13T20:38:37.759Z | [ recovery-image] Dec 13 20:38:36.669 INFO O| Dec 13 20:38:36.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5150 | 2024-12-13T20:38:37.759Z | [ recovery-image] Dec 13 20:38:36.669 INFO O| Dec 13 20:38:36.669 INFO STEP 285 (remove_files) COMPLETE |
5151 | 2024-12-13T20:38:37.759Z | [ recovery-image] Dec 13 20:38:36.669 INFO O| Dec 13 20:38:36.669 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-12-13T20:38:37.783Z | [ recovery-image] Dec 13 20:38:36.693 INFO O| Dec 13 20:38:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5153 | 2024-12-13T20:38:37.783Z | [ recovery-image] Dec 13 20:38:36.693 INFO O| Dec 13 20:38:36.693 INFO STEP 286 (remove_files) COMPLETE |
5154 | 2024-12-13T20:38:37.783Z | [ recovery-image] Dec 13 20:38:36.693 INFO O| Dec 13 20:38:36.693 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-13T20:38:37.806Z | [ recovery-image] Dec 13 20:38:36.716 INFO O| Dec 13 20:38:36.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5156 | 2024-12-13T20:38:37.806Z | [ recovery-image] Dec 13 20:38:36.716 INFO O| Dec 13 20:38:36.716 INFO STEP 287 (remove_files) COMPLETE |
5157 | 2024-12-13T20:38:37.806Z | [ recovery-image] Dec 13 20:38:36.716 INFO O| Dec 13 20:38:36.716 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-13T20:38:37.828Z | [ recovery-image] Dec 13 20:38:36.737 INFO O| Dec 13 20:38:36.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5159 | 2024-12-13T20:38:37.828Z | [ recovery-image] Dec 13 20:38:36.737 INFO O| Dec 13 20:38:36.737 INFO STEP 288 (remove_files) COMPLETE |
5160 | 2024-12-13T20:38:37.831Z | [ recovery-image] Dec 13 20:38:36.738 INFO O| Dec 13 20:38:36.737 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-13T20:38:37.849Z | [ recovery-image] Dec 13 20:38:36.759 INFO O| Dec 13 20:38:36.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5162 | 2024-12-13T20:38:37.849Z | [ recovery-image] Dec 13 20:38:36.759 INFO O| Dec 13 20:38:36.759 INFO STEP 289 (remove_files) COMPLETE |
5163 | 2024-12-13T20:38:37.849Z | [ recovery-image] Dec 13 20:38:36.759 INFO O| Dec 13 20:38:36.759 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-13T20:38:37.873Z | [ recovery-image] Dec 13 20:38:36.782 INFO O| Dec 13 20:38:36.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5165 | 2024-12-13T20:38:37.873Z | [ recovery-image] Dec 13 20:38:36.783 INFO O| Dec 13 20:38:36.783 INFO STEP 290 (remove_files) COMPLETE |
5166 | 2024-12-13T20:38:37.875Z | [ recovery-image] Dec 13 20:38:36.783 INFO O| Dec 13 20:38:36.783 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-13T20:38:37.896Z | [ recovery-image] Dec 13 20:38:36.806 INFO O| Dec 13 20:38:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5168 | 2024-12-13T20:38:37.896Z | [ recovery-image] Dec 13 20:38:36.806 INFO O| Dec 13 20:38:36.806 INFO STEP 291 (remove_files) COMPLETE |
5169 | 2024-12-13T20:38:37.896Z | [ recovery-image] Dec 13 20:38:36.806 INFO O| Dec 13 20:38:36.806 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-13T20:38:37.918Z | [ recovery-image] Dec 13 20:38:36.828 INFO O| Dec 13 20:38:36.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5171 | 2024-12-13T20:38:37.918Z | [ recovery-image] Dec 13 20:38:36.828 INFO O| Dec 13 20:38:36.828 INFO STEP 292 (remove_files) COMPLETE |
5172 | 2024-12-13T20:38:37.919Z | [ recovery-image] Dec 13 20:38:36.828 INFO O| Dec 13 20:38:36.828 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-13T20:38:37.942Z | [ recovery-image] Dec 13 20:38:36.852 INFO O| Dec 13 20:38:36.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5174 | 2024-12-13T20:38:37.942Z | [ recovery-image] Dec 13 20:38:36.852 INFO O| Dec 13 20:38:36.852 INFO STEP 293 (remove_files) COMPLETE |
5175 | 2024-12-13T20:38:37.942Z | [ recovery-image] Dec 13 20:38:36.852 INFO O| Dec 13 20:38:36.852 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-13T20:38:37.966Z | [ recovery-image] Dec 13 20:38:36.876 INFO O| Dec 13 20:38:36.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5177 | 2024-12-13T20:38:37.966Z | [ recovery-image] Dec 13 20:38:36.876 INFO O| Dec 13 20:38:36.876 INFO STEP 294 (remove_files) COMPLETE |
5178 | 2024-12-13T20:38:37.966Z | [ recovery-image] Dec 13 20:38:36.876 INFO O| Dec 13 20:38:36.876 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-13T20:38:37.990Z | [ recovery-image] Dec 13 20:38:36.899 INFO O| Dec 13 20:38:36.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5180 | 2024-12-13T20:38:37.990Z | [ recovery-image] Dec 13 20:38:36.899 INFO O| Dec 13 20:38:36.899 INFO STEP 295 (remove_files) COMPLETE |
5181 | 2024-12-13T20:38:37.993Z | [ recovery-image] Dec 13 20:38:36.900 INFO O| Dec 13 20:38:36.899 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-13T20:38:38.014Z | [ recovery-image] Dec 13 20:38:36.923 INFO O| Dec 13 20:38:36.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5183 | 2024-12-13T20:38:38.014Z | [ recovery-image] Dec 13 20:38:36.923 INFO O| Dec 13 20:38:36.923 INFO STEP 296 (remove_files) COMPLETE |
5184 | 2024-12-13T20:38:38.016Z | [ recovery-image] Dec 13 20:38:36.924 INFO O| Dec 13 20:38:36.923 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-13T20:38:38.037Z | [ recovery-image] Dec 13 20:38:36.947 INFO O| Dec 13 20:38:36.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5186 | 2024-12-13T20:38:38.037Z | [ recovery-image] Dec 13 20:38:36.947 INFO O| Dec 13 20:38:36.947 INFO STEP 297 (remove_files) COMPLETE |
5187 | 2024-12-13T20:38:38.037Z | [ recovery-image] Dec 13 20:38:36.947 INFO O| Dec 13 20:38:36.947 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-13T20:38:38.098Z | [ recovery-image] Dec 13 20:38:37.008 INFO O| Dec 13 20:38:37.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5189 | 2024-12-13T20:38:38.098Z | [ recovery-image] Dec 13 20:38:37.008 INFO O| Dec 13 20:38:37.008 INFO STEP 298 (remove_files) COMPLETE |
5190 | 2024-12-13T20:38:38.098Z | [ recovery-image] Dec 13 20:38:37.008 INFO O| Dec 13 20:38:37.008 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-13T20:38:38.119Z | [ recovery-image] Dec 13 20:38:37.029 INFO O| Dec 13 20:38:37.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5192 | 2024-12-13T20:38:38.119Z | [ recovery-image] Dec 13 20:38:37.029 INFO O| Dec 13 20:38:37.029 INFO STEP 299 (remove_files) COMPLETE |
5193 | 2024-12-13T20:38:38.123Z | [ recovery-image] Dec 13 20:38:37.029 INFO O| Dec 13 20:38:37.029 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-13T20:38:38.141Z | [ recovery-image] Dec 13 20:38:37.050 INFO O| Dec 13 20:38:37.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5195 | 2024-12-13T20:38:38.141Z | [ recovery-image] Dec 13 20:38:37.051 INFO O| Dec 13 20:38:37.050 INFO STEP 300 (remove_files) COMPLETE |
5196 | 2024-12-13T20:38:38.141Z | [ recovery-image] Dec 13 20:38:37.051 INFO O| Dec 13 20:38:37.051 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-13T20:38:38.177Z | [ recovery-image] Dec 13 20:38:37.085 INFO O| Dec 13 20:38:37.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5198 | 2024-12-13T20:38:38.177Z | [ recovery-image] Dec 13 20:38:37.085 INFO O| Dec 13 20:38:37.085 INFO STEP 301 (remove_files) COMPLETE |
5199 | 2024-12-13T20:38:38.177Z | [ recovery-image] Dec 13 20:38:37.085 INFO O| Dec 13 20:38:37.085 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-13T20:38:38.200Z | [ recovery-image] Dec 13 20:38:37.109 INFO O| Dec 13 20:38:37.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5201 | 2024-12-13T20:38:38.202Z | [ recovery-image] Dec 13 20:38:37.110 INFO O| Dec 13 20:38:37.109 INFO STEP 302 (remove_files) COMPLETE |
5202 | 2024-12-13T20:38:38.202Z | [ recovery-image] Dec 13 20:38:37.110 INFO O| Dec 13 20:38:37.110 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-13T20:38:38.222Z | [ recovery-image] Dec 13 20:38:37.131 INFO O| Dec 13 20:38:37.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5204 | 2024-12-13T20:38:38.222Z | [ recovery-image] Dec 13 20:38:37.131 INFO O| Dec 13 20:38:37.131 INFO STEP 303 (remove_files) COMPLETE |
5205 | 2024-12-13T20:38:38.222Z | [ recovery-image] Dec 13 20:38:37.131 INFO O| Dec 13 20:38:37.131 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-13T20:38:38.243Z | [ recovery-image] Dec 13 20:38:37.152 INFO O| Dec 13 20:38:37.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5207 | 2024-12-13T20:38:38.243Z | [ recovery-image] Dec 13 20:38:37.152 INFO O| Dec 13 20:38:37.152 INFO STEP 304 (remove_files) COMPLETE |
5208 | 2024-12-13T20:38:38.243Z | [ recovery-image] Dec 13 20:38:37.152 INFO O| Dec 13 20:38:37.152 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-13T20:38:38.264Z | [ recovery-image] Dec 13 20:38:37.173 INFO O| Dec 13 20:38:37.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5210 | 2024-12-13T20:38:38.264Z | [ recovery-image] Dec 13 20:38:37.173 INFO O| Dec 13 20:38:37.173 INFO STEP 305 (remove_files) COMPLETE |
5211 | 2024-12-13T20:38:38.267Z | [ recovery-image] Dec 13 20:38:37.174 INFO O| Dec 13 20:38:37.173 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-13T20:38:38.293Z | [ recovery-image] Dec 13 20:38:37.203 INFO O| Dec 13 20:38:37.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5213 | 2024-12-13T20:38:38.293Z | [ recovery-image] Dec 13 20:38:37.203 INFO O| Dec 13 20:38:37.203 INFO STEP 306 (remove_files) COMPLETE |
5214 | 2024-12-13T20:38:38.294Z | [ recovery-image] Dec 13 20:38:37.203 INFO O| Dec 13 20:38:37.203 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-13T20:38:38.357Z | [ recovery-image] Dec 13 20:38:37.266 INFO O| Dec 13 20:38:37.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5216 | 2024-12-13T20:38:38.357Z | [ recovery-image] Dec 13 20:38:37.266 INFO O| Dec 13 20:38:37.266 INFO STEP 307 (remove_files) COMPLETE |
5217 | 2024-12-13T20:38:38.357Z | [ recovery-image] Dec 13 20:38:37.266 INFO O| Dec 13 20:38:37.266 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-13T20:38:38.401Z | [ recovery-image] Dec 13 20:38:37.311 INFO O| Dec 13 20:38:37.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5219 | 2024-12-13T20:38:38.401Z | [ recovery-image] Dec 13 20:38:37.311 INFO O| Dec 13 20:38:37.311 INFO STEP 308 (remove_files) COMPLETE |
5220 | 2024-12-13T20:38:38.404Z | [ recovery-image] Dec 13 20:38:37.311 INFO O| Dec 13 20:38:37.311 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-13T20:38:38.424Z | [ recovery-image] Dec 13 20:38:37.334 INFO O| Dec 13 20:38:37.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5222 | 2024-12-13T20:38:38.425Z | [ recovery-image] Dec 13 20:38:37.334 INFO O| Dec 13 20:38:37.334 INFO STEP 309 (remove_files) COMPLETE |
5223 | 2024-12-13T20:38:38.427Z | [ recovery-image] Dec 13 20:38:37.334 INFO O| Dec 13 20:38:37.334 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-13T20:38:38.466Z | [ recovery-image] Dec 13 20:38:37.376 INFO O| Dec 13 20:38:37.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5225 | 2024-12-13T20:38:38.468Z | [ recovery-image] Dec 13 20:38:37.376 INFO O| Dec 13 20:38:37.376 INFO STEP 310 (remove_files) COMPLETE |
5226 | 2024-12-13T20:38:38.468Z | [ recovery-image] Dec 13 20:38:37.376 INFO O| Dec 13 20:38:37.376 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-13T20:38:38.494Z | [ recovery-image] Dec 13 20:38:37.403 INFO O| Dec 13 20:38:37.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5228 | 2024-12-13T20:38:38.494Z | [ recovery-image] Dec 13 20:38:37.403 INFO O| Dec 13 20:38:37.403 INFO STEP 311 (remove_files) COMPLETE |
5229 | 2024-12-13T20:38:38.494Z | [ recovery-image] Dec 13 20:38:37.403 INFO O| Dec 13 20:38:37.403 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-13T20:38:38.517Z | [ recovery-image] Dec 13 20:38:37.426 INFO O| Dec 13 20:38:37.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5231 | 2024-12-13T20:38:38.517Z | [ recovery-image] Dec 13 20:38:37.427 INFO O| Dec 13 20:38:37.426 INFO STEP 312 (remove_files) COMPLETE |
5232 | 2024-12-13T20:38:38.517Z | [ recovery-image] Dec 13 20:38:37.427 INFO O| Dec 13 20:38:37.427 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-13T20:38:38.539Z | [ recovery-image] Dec 13 20:38:37.448 INFO O| Dec 13 20:38:37.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5234 | 2024-12-13T20:38:38.539Z | [ recovery-image] Dec 13 20:38:37.448 INFO O| Dec 13 20:38:37.448 INFO STEP 313 (remove_files) COMPLETE |
5235 | 2024-12-13T20:38:38.539Z | [ recovery-image] Dec 13 20:38:37.448 INFO O| Dec 13 20:38:37.448 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-13T20:38:38.559Z | [ recovery-image] Dec 13 20:38:37.469 INFO O| Dec 13 20:38:37.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5237 | 2024-12-13T20:38:38.560Z | [ recovery-image] Dec 13 20:38:37.469 INFO O| Dec 13 20:38:37.469 INFO STEP 314 (remove_files) COMPLETE |
5238 | 2024-12-13T20:38:38.560Z | [ recovery-image] Dec 13 20:38:37.469 INFO O| Dec 13 20:38:37.469 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-13T20:38:38.582Z | [ recovery-image] Dec 13 20:38:37.491 INFO O| Dec 13 20:38:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5240 | 2024-12-13T20:38:38.582Z | [ recovery-image] Dec 13 20:38:37.491 INFO O| Dec 13 20:38:37.491 INFO STEP 315 (remove_files) COMPLETE |
5241 | 2024-12-13T20:38:38.582Z | [ recovery-image] Dec 13 20:38:37.491 INFO O| Dec 13 20:38:37.491 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-13T20:38:38.630Z | [ recovery-image] Dec 13 20:38:37.540 INFO O| Dec 13 20:38:37.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5243 | 2024-12-13T20:38:38.632Z | [ recovery-image] Dec 13 20:38:37.540 INFO O| Dec 13 20:38:37.540 INFO STEP 316 (remove_files) COMPLETE |
5244 | 2024-12-13T20:38:38.633Z | [ recovery-image] Dec 13 20:38:37.540 INFO O| Dec 13 20:38:37.540 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-13T20:38:38.652Z | [ recovery-image] Dec 13 20:38:37.562 INFO O| Dec 13 20:38:37.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5246 | 2024-12-13T20:38:38.654Z | [ recovery-image] Dec 13 20:38:37.562 INFO O| Dec 13 20:38:37.562 INFO STEP 317 (remove_files) COMPLETE |
5247 | 2024-12-13T20:38:38.655Z | [ recovery-image] Dec 13 20:38:37.562 INFO O| Dec 13 20:38:37.562 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-13T20:38:38.674Z | [ recovery-image] Dec 13 20:38:37.583 INFO O| Dec 13 20:38:37.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5249 | 2024-12-13T20:38:38.674Z | [ recovery-image] Dec 13 20:38:37.584 INFO O| Dec 13 20:38:37.583 INFO STEP 318 (remove_files) COMPLETE |
5250 | 2024-12-13T20:38:38.677Z | [ recovery-image] Dec 13 20:38:37.584 INFO O| Dec 13 20:38:37.584 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-13T20:38:38.694Z | [ recovery-image] Dec 13 20:38:37.604 INFO O| Dec 13 20:38:37.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5252 | 2024-12-13T20:38:38.697Z | [ recovery-image] Dec 13 20:38:37.604 INFO O| Dec 13 20:38:37.604 INFO STEP 319 (remove_files) COMPLETE |
5253 | 2024-12-13T20:38:38.697Z | [ recovery-image] Dec 13 20:38:37.604 INFO O| Dec 13 20:38:37.604 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-12-13T20:38:38.715Z | [ recovery-image] Dec 13 20:38:37.625 INFO O| Dec 13 20:38:37.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5255 | 2024-12-13T20:38:38.718Z | [ recovery-image] Dec 13 20:38:37.625 INFO O| Dec 13 20:38:37.625 INFO STEP 320 (remove_files) COMPLETE |
5256 | 2024-12-13T20:38:38.718Z | [ recovery-image] Dec 13 20:38:37.626 INFO O| Dec 13 20:38:37.626 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-12-13T20:38:38.738Z | [ recovery-image] Dec 13 20:38:37.647 INFO O| Dec 13 20:38:37.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5258 | 2024-12-13T20:38:38.741Z | [ recovery-image] Dec 13 20:38:37.648 INFO O| Dec 13 20:38:37.648 INFO STEP 321 (remove_files) COMPLETE |
5259 | 2024-12-13T20:38:38.741Z | [ recovery-image] Dec 13 20:38:37.648 INFO O| Dec 13 20:38:37.648 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-12-13T20:38:38.759Z | [ recovery-image] Dec 13 20:38:37.669 INFO O| Dec 13 20:38:37.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5261 | 2024-12-13T20:38:38.762Z | [ recovery-image] Dec 13 20:38:37.669 INFO O| Dec 13 20:38:37.669 INFO STEP 322 (remove_files) COMPLETE |
5262 | 2024-12-13T20:38:38.762Z | [ recovery-image] Dec 13 20:38:37.670 INFO O| Dec 13 20:38:37.669 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-12-13T20:38:38.781Z | [ recovery-image] Dec 13 20:38:37.691 INFO O| Dec 13 20:38:37.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5264 | 2024-12-13T20:38:38.784Z | [ recovery-image] Dec 13 20:38:37.691 INFO O| Dec 13 20:38:37.691 INFO STEP 323 (remove_files) COMPLETE |
5265 | 2024-12-13T20:38:38.784Z | [ recovery-image] Dec 13 20:38:37.692 INFO O| Dec 13 20:38:37.691 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-13T20:38:38.803Z | [ recovery-image] Dec 13 20:38:37.713 INFO O| Dec 13 20:38:37.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5267 | 2024-12-13T20:38:38.806Z | [ recovery-image] Dec 13 20:38:37.713 INFO O| Dec 13 20:38:37.713 INFO STEP 324 (remove_files) COMPLETE |
5268 | 2024-12-13T20:38:38.806Z | [ recovery-image] Dec 13 20:38:37.713 INFO O| Dec 13 20:38:37.713 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-12-13T20:38:38.836Z | [ recovery-image] Dec 13 20:38:37.746 INFO O| Dec 13 20:38:37.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5270 | 2024-12-13T20:38:38.838Z | [ recovery-image] Dec 13 20:38:37.746 INFO O| Dec 13 20:38:37.746 INFO STEP 325 (remove_files) COMPLETE |
5271 | 2024-12-13T20:38:38.838Z | [ recovery-image] Dec 13 20:38:37.746 INFO O| Dec 13 20:38:37.746 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-12-13T20:38:38.871Z | [ recovery-image] Dec 13 20:38:37.780 INFO O| Dec 13 20:38:37.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5273 | 2024-12-13T20:38:38.873Z | [ recovery-image] Dec 13 20:38:37.781 INFO O| Dec 13 20:38:37.781 INFO STEP 326 (remove_files) COMPLETE |
5274 | 2024-12-13T20:38:38.873Z | [ recovery-image] Dec 13 20:38:37.781 INFO O| Dec 13 20:38:37.781 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-12-13T20:38:38.892Z | [ recovery-image] Dec 13 20:38:37.802 INFO O| Dec 13 20:38:37.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5276 | 2024-12-13T20:38:38.892Z | [ recovery-image] Dec 13 20:38:37.802 INFO O| Dec 13 20:38:37.802 INFO STEP 327 (remove_files) COMPLETE |
5277 | 2024-12-13T20:38:38.895Z | [ recovery-image] Dec 13 20:38:37.802 INFO O| Dec 13 20:38:37.802 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-12-13T20:38:38.914Z | [ recovery-image] Dec 13 20:38:37.824 INFO O| Dec 13 20:38:37.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5279 | 2024-12-13T20:38:38.917Z | [ recovery-image] Dec 13 20:38:37.824 INFO O| Dec 13 20:38:37.824 INFO STEP 328 (remove_files) COMPLETE |
5280 | 2024-12-13T20:38:38.917Z | [ recovery-image] Dec 13 20:38:37.824 INFO O| Dec 13 20:38:37.824 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-12-13T20:38:38.950Z | [ recovery-image] Dec 13 20:38:37.859 INFO O| Dec 13 20:38:37.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5282 | 2024-12-13T20:38:38.973Z | [ recovery-image] Dec 13 20:38:37.883 INFO O| Dec 13 20:38:37.883 INFO STEP 329 (remove_files) COMPLETE |
5283 | 2024-12-13T20:38:38.974Z | [ recovery-image] Dec 13 20:38:37.883 INFO O| Dec 13 20:38:37.883 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-12-13T20:38:39.008Z | [ recovery-image] Dec 13 20:38:37.918 INFO O| Dec 13 20:38:37.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5285 | 2024-12-13T20:38:39.009Z | [ recovery-image] Dec 13 20:38:37.918 INFO O| Dec 13 20:38:37.918 INFO STEP 330 (remove_files) COMPLETE |
5286 | 2024-12-13T20:38:39.011Z | [ recovery-image] Dec 13 20:38:37.918 INFO O| Dec 13 20:38:37.918 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-12-13T20:38:39.051Z | [ recovery-image] Dec 13 20:38:37.960 INFO O| Dec 13 20:38:37.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5288 | 2024-12-13T20:38:39.052Z | [ recovery-image] Dec 13 20:38:37.960 INFO O| Dec 13 20:38:37.960 INFO STEP 331 (remove_files) COMPLETE |
5289 | 2024-12-13T20:38:39.054Z | [ recovery-image] Dec 13 20:38:37.960 INFO O| Dec 13 20:38:37.960 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-12-13T20:38:39.082Z | [ recovery-image] Dec 13 20:38:37.991 INFO O| Dec 13 20:38:37.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5291 | 2024-12-13T20:38:39.082Z | [ recovery-image] Dec 13 20:38:37.991 INFO O| Dec 13 20:38:37.991 INFO STEP 332 (remove_files) COMPLETE |
5292 | 2024-12-13T20:38:39.082Z | [ recovery-image] Dec 13 20:38:37.991 INFO O| Dec 13 20:38:37.991 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-12-13T20:38:39.105Z | [ recovery-image] Dec 13 20:38:38.014 INFO O| Dec 13 20:38:38.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5294 | 2024-12-13T20:38:39.105Z | [ recovery-image] Dec 13 20:38:38.014 INFO O| Dec 13 20:38:38.014 INFO STEP 333 (remove_files) COMPLETE |
5295 | 2024-12-13T20:38:39.105Z | [ recovery-image] Dec 13 20:38:38.014 INFO O| Dec 13 20:38:38.014 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-12-13T20:38:39.128Z | [ recovery-image] Dec 13 20:38:38.037 INFO O| Dec 13 20:38:38.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5297 | 2024-12-13T20:38:39.128Z | [ recovery-image] Dec 13 20:38:38.037 INFO O| Dec 13 20:38:38.037 INFO STEP 334 (remove_files) COMPLETE |
5298 | 2024-12-13T20:38:39.128Z | [ recovery-image] Dec 13 20:38:38.037 INFO O| Dec 13 20:38:38.037 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-12-13T20:38:39.162Z | [ recovery-image] Dec 13 20:38:38.071 INFO O| Dec 13 20:38:38.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5300 | 2024-12-13T20:38:39.162Z | [ recovery-image] Dec 13 20:38:38.071 INFO O| Dec 13 20:38:38.071 INFO STEP 335 (remove_files) COMPLETE |
5301 | 2024-12-13T20:38:39.162Z | [ recovery-image] Dec 13 20:38:38.071 INFO O| Dec 13 20:38:38.071 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-12-13T20:38:39.194Z | [ recovery-image] Dec 13 20:38:38.104 INFO O| Dec 13 20:38:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5303 | 2024-12-13T20:38:39.197Z | [ recovery-image] Dec 13 20:38:38.105 INFO O| Dec 13 20:38:38.104 INFO STEP 336 (remove_files) COMPLETE |
5304 | 2024-12-13T20:38:39.197Z | [ recovery-image] Dec 13 20:38:38.105 INFO O| Dec 13 20:38:38.104 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-12-13T20:38:39.236Z | [ recovery-image] Dec 13 20:38:38.145 INFO O| Dec 13 20:38:38.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5306 | 2024-12-13T20:38:39.236Z | [ recovery-image] Dec 13 20:38:38.145 INFO O| Dec 13 20:38:38.145 INFO STEP 337 (remove_files) COMPLETE |
5307 | 2024-12-13T20:38:39.236Z | [ recovery-image] Dec 13 20:38:38.145 INFO O| Dec 13 20:38:38.145 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-12-13T20:38:39.267Z | [ recovery-image] Dec 13 20:38:38.177 INFO O| Dec 13 20:38:38.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5309 | 2024-12-13T20:38:39.267Z | [ recovery-image] Dec 13 20:38:38.177 INFO O| Dec 13 20:38:38.177 INFO STEP 338 (remove_files) COMPLETE |
5310 | 2024-12-13T20:38:39.270Z | [ recovery-image] Dec 13 20:38:38.177 INFO O| Dec 13 20:38:38.177 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-12-13T20:38:39.299Z | [ recovery-image] Dec 13 20:38:38.209 INFO O| Dec 13 20:38:38.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5312 | 2024-12-13T20:38:39.302Z | [ host-image] Dec 13 20:38:38.212 INFO O| Dec 13 20:38:38.212 INFO O| Done |
5313 | 2024-12-13T20:38:39.319Z | [ recovery-image] Dec 13 20:38:38.229 INFO O| Dec 13 20:38:38.229 INFO STEP 339 (remove_files) COMPLETE |
5314 | 2024-12-13T20:38:39.319Z | [ recovery-image] Dec 13 20:38:38.229 INFO O| Dec 13 20:38:38.229 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-13T20:38:39.348Z | [ host-image] Dec 13 20:38:38.258 INFO O| Dec 13 20:38:38.257 INFO O| Done |
5316 | 2024-12-13T20:38:39.348Z | [ host-image] Dec 13 20:38:38.258 INFO O| Dec 13 20:38:38.258 INFO O| Done |
5317 | 2024-12-13T20:38:39.378Z | [ recovery-image] Dec 13 20:38:38.288 INFO O| Dec 13 20:38:38.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5318 | 2024-12-13T20:38:39.381Z | [ recovery-image] Dec 13 20:38:38.288 INFO O| Dec 13 20:38:38.288 INFO STEP 340 (remove_files) COMPLETE |
5319 | 2024-12-13T20:38:39.381Z | [ recovery-image] Dec 13 20:38:38.288 INFO O| Dec 13 20:38:38.288 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-12-13T20:38:39.381Z | [ host-image] Dec 13 20:38:38.290 INFO O| Dec 13 20:38:38.281 INFO O| Done |
5321 | 2024-12-13T20:38:39.421Z | [ recovery-image] Dec 13 20:38:38.330 INFO O| Dec 13 20:38:38.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5322 | 2024-12-13T20:38:39.423Z | [ recovery-image] Dec 13 20:38:38.331 INFO O| Dec 13 20:38:38.331 INFO STEP 341 (remove_files) COMPLETE |
5323 | 2024-12-13T20:38:39.423Z | [ recovery-image] Dec 13 20:38:38.331 INFO O| Dec 13 20:38:38.331 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-13T20:38:39.473Z | [ recovery-image] Dec 13 20:38:38.365 INFO O| Dec 13 20:38:38.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5325 | 2024-12-13T20:38:39.474Z | [ recovery-image] Dec 13 20:38:38.365 INFO O| Dec 13 20:38:38.365 INFO STEP 342 (remove_files) COMPLETE |
5326 | 2024-12-13T20:38:39.474Z | [ recovery-image] Dec 13 20:38:38.366 INFO O| Dec 13 20:38:38.365 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-13T20:38:39.483Z | [ recovery-image] Dec 13 20:38:38.391 INFO O| Dec 13 20:38:38.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5328 | 2024-12-13T20:38:39.483Z | [ recovery-image] Dec 13 20:38:38.391 INFO O| Dec 13 20:38:38.391 INFO STEP 343 (remove_files) COMPLETE |
5329 | 2024-12-13T20:38:39.483Z | [ recovery-image] Dec 13 20:38:38.392 INFO O| Dec 13 20:38:38.391 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-13T20:38:39.504Z | [ recovery-image] Dec 13 20:38:38.413 INFO O| Dec 13 20:38:38.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5331 | 2024-12-13T20:38:39.504Z | [ recovery-image] Dec 13 20:38:38.413 INFO O| Dec 13 20:38:38.413 INFO STEP 344 (remove_files) COMPLETE |
5332 | 2024-12-13T20:38:39.504Z | [ recovery-image] Dec 13 20:38:38.413 INFO O| Dec 13 20:38:38.413 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-13T20:38:39.546Z | [ recovery-image] Dec 13 20:38:38.455 INFO O| Dec 13 20:38:38.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5334 | 2024-12-13T20:38:39.546Z | [ recovery-image] Dec 13 20:38:38.455 INFO O| Dec 13 20:38:38.455 INFO STEP 345 (remove_files) COMPLETE |
5335 | 2024-12-13T20:38:39.546Z | [ recovery-image] Dec 13 20:38:38.455 INFO O| Dec 13 20:38:38.455 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-13T20:38:39.568Z | [ recovery-image] Dec 13 20:38:38.476 INFO O| Dec 13 20:38:38.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5337 | 2024-12-13T20:38:39.568Z | [ recovery-image] Dec 13 20:38:38.476 INFO O| Dec 13 20:38:38.476 INFO STEP 346 (remove_files) COMPLETE |
5338 | 2024-12-13T20:38:39.568Z | [ recovery-image] Dec 13 20:38:38.476 INFO O| Dec 13 20:38:38.476 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-13T20:38:39.596Z | [ recovery-image] Dec 13 20:38:38.497 INFO O| Dec 13 20:38:38.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5340 | 2024-12-13T20:38:39.596Z | [ recovery-image] Dec 13 20:38:38.497 INFO O| Dec 13 20:38:38.497 INFO STEP 347 (remove_files) COMPLETE |
5341 | 2024-12-13T20:38:39.596Z | [ recovery-image] Dec 13 20:38:38.497 INFO O| Dec 13 20:38:38.497 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-13T20:38:39.596Z | [ host-image] Dec 13 20:38:38.501 INFO O| Dec 13 20:38:38.501 INFO STEP 12 (pkg_install) COMPLETE |
5343 | 2024-12-13T20:38:39.597Z | [ host-image] Dec 13 20:38:38.501 INFO O| Dec 13 20:38:38.501 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5344 | 2024-12-13T20:38:39.614Z | [ host-image] Dec 13 20:38:38.523 INFO O| Dec 13 20:38:38.523 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5345 | 2024-12-13T20:38:39.616Z | [ recovery-image] Dec 13 20:38:38.524 INFO O| Dec 13 20:38:38.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5346 | 2024-12-13T20:38:39.616Z | [ recovery-image] Dec 13 20:38:38.525 INFO O| Dec 13 20:38:38.525 INFO STEP 348 (remove_files) COMPLETE |
5347 | 2024-12-13T20:38:39.616Z | [ recovery-image] Dec 13 20:38:38.525 INFO O| Dec 13 20:38:38.525 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-13T20:38:39.640Z | [ recovery-image] Dec 13 20:38:38.549 INFO O| Dec 13 20:38:38.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5349 | 2024-12-13T20:38:39.643Z | [ recovery-image] Dec 13 20:38:38.550 INFO O| Dec 13 20:38:38.550 INFO STEP 349 (remove_files) COMPLETE |
5350 | 2024-12-13T20:38:39.643Z | [ recovery-image] Dec 13 20:38:38.550 INFO O| Dec 13 20:38:38.550 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-13T20:38:39.801Z | [ recovery-image] Dec 13 20:38:38.711 INFO O| Dec 13 20:38:38.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5352 | 2024-12-13T20:38:39.801Z | [ recovery-image] Dec 13 20:38:38.711 INFO O| Dec 13 20:38:38.711 INFO STEP 350 (remove_files) COMPLETE |
5353 | 2024-12-13T20:38:39.804Z | [ recovery-image] Dec 13 20:38:38.711 INFO O| Dec 13 20:38:38.711 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-13T20:38:39.826Z | [ recovery-image] Dec 13 20:38:38.735 INFO O| Dec 13 20:38:38.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5355 | 2024-12-13T20:38:39.826Z | [ recovery-image] Dec 13 20:38:38.735 INFO O| Dec 13 20:38:38.735 INFO STEP 351 (remove_files) COMPLETE |
5356 | 2024-12-13T20:38:39.826Z | [ recovery-image] Dec 13 20:38:38.735 INFO O| Dec 13 20:38:38.735 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-13T20:38:39.873Z | [ recovery-image] Dec 13 20:38:38.779 INFO O| Dec 13 20:38:38.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5358 | 2024-12-13T20:38:39.873Z | [ recovery-image] Dec 13 20:38:38.779 INFO O| Dec 13 20:38:38.779 INFO STEP 352 (remove_files) COMPLETE |
5359 | 2024-12-13T20:38:39.873Z | [ recovery-image] Dec 13 20:38:38.779 INFO O| Dec 13 20:38:38.779 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-13T20:38:39.894Z | [ recovery-image] Dec 13 20:38:38.803 INFO O| Dec 13 20:38:38.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5361 | 2024-12-13T20:38:39.894Z | [ recovery-image] Dec 13 20:38:38.803 INFO O| Dec 13 20:38:38.803 INFO STEP 353 (remove_files) COMPLETE |
5362 | 2024-12-13T20:38:39.894Z | [ recovery-image] Dec 13 20:38:38.803 INFO O| Dec 13 20:38:38.803 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-13T20:38:39.913Z | [ recovery-image] Dec 13 20:38:38.822 INFO O| Dec 13 20:38:38.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5364 | 2024-12-13T20:38:39.913Z | [ recovery-image] Dec 13 20:38:38.822 INFO O| Dec 13 20:38:38.822 INFO STEP 354 (remove_files) COMPLETE |
5365 | 2024-12-13T20:38:39.915Z | [ recovery-image] Dec 13 20:38:38.822 INFO O| Dec 13 20:38:38.822 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-13T20:38:39.968Z | [ recovery-image] Dec 13 20:38:38.877 INFO O| Dec 13 20:38:38.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5367 | 2024-12-13T20:38:39.968Z | [ recovery-image] Dec 13 20:38:38.877 INFO O| Dec 13 20:38:38.877 INFO STEP 355 (remove_files) COMPLETE |
5368 | 2024-12-13T20:38:39.968Z | [ recovery-image] Dec 13 20:38:38.877 INFO O| Dec 13 20:38:38.877 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-13T20:38:40.042Z | [ recovery-image] Dec 13 20:38:38.952 INFO O| Dec 13 20:38:38.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5370 | 2024-12-13T20:38:40.042Z | [ recovery-image] Dec 13 20:38:38.952 INFO O| Dec 13 20:38:38.952 INFO STEP 356 (remove_files) COMPLETE |
5371 | 2024-12-13T20:38:40.043Z | [ recovery-image] Dec 13 20:38:38.952 INFO O| Dec 13 20:38:38.952 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-13T20:38:40.076Z | [ recovery-image] Dec 13 20:38:38.986 INFO O| Dec 13 20:38:38.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5373 | 2024-12-13T20:38:40.076Z | [ recovery-image] Dec 13 20:38:38.986 INFO O| Dec 13 20:38:38.986 INFO STEP 357 (remove_files) COMPLETE |
5374 | 2024-12-13T20:38:40.076Z | [ recovery-image] Dec 13 20:38:38.986 INFO O| Dec 13 20:38:38.986 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-13T20:38:40.097Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
5376 | 2024-12-13T20:38:40.100Z | [ recovery-image] Dec 13 20:38:39.007 INFO O| Dec 13 20:38:39.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5377 | 2024-12-13T20:38:40.100Z | [ recovery-image] Dec 13 20:38:39.008 INFO O| Dec 13 20:38:39.007 INFO STEP 358 (remove_files) COMPLETE |
5378 | 2024-12-13T20:38:40.101Z | [ recovery-image] Dec 13 20:38:39.008 INFO O| Dec 13 20:38:39.007 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-13T20:38:40.128Z | [ recovery-image] Dec 13 20:38:39.036 INFO O| Dec 13 20:38:39.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5380 | 2024-12-13T20:38:40.128Z | [ recovery-image] Dec 13 20:38:39.036 INFO O| Dec 13 20:38:39.036 INFO STEP 359 (remove_files) COMPLETE |
5381 | 2024-12-13T20:38:40.128Z | [ recovery-image] Dec 13 20:38:39.036 INFO O| Dec 13 20:38:39.036 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-13T20:38:40.166Z | [ recovery-image] Dec 13 20:38:39.076 INFO O| Dec 13 20:38:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5383 | 2024-12-13T20:38:40.166Z | [ recovery-image] Dec 13 20:38:39.076 INFO O| Dec 13 20:38:39.076 INFO STEP 360 (remove_files) COMPLETE |
5384 | 2024-12-13T20:38:40.166Z | [ recovery-image] Dec 13 20:38:39.076 INFO O| Dec 13 20:38:39.076 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-13T20:38:40.203Z | [ recovery-image] Dec 13 20:38:39.112 INFO O| Dec 13 20:38:39.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5386 | 2024-12-13T20:38:40.203Z | [ recovery-image] Dec 13 20:38:39.112 INFO O| Dec 13 20:38:39.112 INFO STEP 361 (remove_files) COMPLETE |
5387 | 2024-12-13T20:38:40.203Z | [ recovery-image] Dec 13 20:38:39.112 INFO O| Dec 13 20:38:39.112 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-13T20:38:40.430Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
5389 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.695 INFO O| Dec 13 20:38:39.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5390 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.695 INFO O| Dec 13 20:38:39.695 INFO STEP 362 (remove_files) COMPLETE |
5391 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.695 INFO O| Dec 13 20:38:39.695 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.714 INFO O| Dec 13 20:38:39.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5393 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.714 INFO O| Dec 13 20:38:39.714 INFO STEP 363 (remove_files) COMPLETE |
5394 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.714 INFO O| Dec 13 20:38:39.714 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.759 INFO O| Dec 13 20:38:39.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5396 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.759 INFO O| Dec 13 20:38:39.759 INFO STEP 364 (remove_files) COMPLETE |
5397 | 2024-12-13T20:38:40.856Z | [ recovery-image] Dec 13 20:38:39.759 INFO O| Dec 13 20:38:39.759 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-12-13T20:38:40.912Z | [ recovery-image] Dec 13 20:38:39.814 INFO O| Dec 13 20:38:39.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5399 | 2024-12-13T20:38:40.912Z | [ recovery-image] Dec 13 20:38:39.814 INFO O| Dec 13 20:38:39.814 INFO STEP 365 (remove_files) COMPLETE |
5400 | 2024-12-13T20:38:40.912Z | [ recovery-image] Dec 13 20:38:39.814 INFO O| Dec 13 20:38:39.814 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-12-13T20:38:40.930Z | [ recovery-image] Dec 13 20:38:39.839 INFO O| Dec 13 20:38:39.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5402 | 2024-12-13T20:38:40.930Z | [ recovery-image] Dec 13 20:38:39.839 INFO O| Dec 13 20:38:39.839 INFO STEP 366 (remove_files) COMPLETE |
5403 | 2024-12-13T20:38:40.932Z | [ recovery-image] Dec 13 20:38:39.839 INFO O| Dec 13 20:38:39.839 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-12-13T20:38:40.993Z | [ recovery-image] Dec 13 20:38:39.903 INFO O| Dec 13 20:38:39.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5405 | 2024-12-13T20:38:40.996Z | [ recovery-image] Dec 13 20:38:39.903 INFO O| Dec 13 20:38:39.903 INFO STEP 367 (remove_files) COMPLETE |
5406 | 2024-12-13T20:38:40.996Z | [ recovery-image] Dec 13 20:38:39.903 INFO O| Dec 13 20:38:39.903 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-12-13T20:38:41.019Z | [ recovery-image] Dec 13 20:38:39.928 INFO O| Dec 13 20:38:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5408 | 2024-12-13T20:38:41.019Z | [ recovery-image] Dec 13 20:38:39.928 INFO O| Dec 13 20:38:39.928 INFO STEP 368 (remove_files) COMPLETE |
5409 | 2024-12-13T20:38:41.019Z | [ recovery-image] Dec 13 20:38:39.928 INFO O| Dec 13 20:38:39.928 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-12-13T20:38:41.057Z | [ recovery-image] Dec 13 20:38:39.967 INFO O| Dec 13 20:38:39.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5411 | 2024-12-13T20:38:41.060Z | [ recovery-image] Dec 13 20:38:39.967 INFO O| Dec 13 20:38:39.967 INFO STEP 369 (remove_files) COMPLETE |
5412 | 2024-12-13T20:38:41.060Z | [ recovery-image] Dec 13 20:38:39.967 INFO O| Dec 13 20:38:39.967 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-12-13T20:38:41.081Z | [ recovery-image] Dec 13 20:38:39.991 INFO O| Dec 13 20:38:39.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5414 | 2024-12-13T20:38:41.081Z | [ recovery-image] Dec 13 20:38:39.991 INFO O| Dec 13 20:38:39.991 INFO STEP 370 (remove_files) COMPLETE |
5415 | 2024-12-13T20:38:41.081Z | [ recovery-image] Dec 13 20:38:39.991 INFO O| Dec 13 20:38:39.991 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-12-13T20:38:41.106Z | [ recovery-image] Dec 13 20:38:40.015 INFO O| Dec 13 20:38:40.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5417 | 2024-12-13T20:38:41.106Z | [ recovery-image] Dec 13 20:38:40.015 INFO O| Dec 13 20:38:40.015 INFO STEP 371 (remove_files) COMPLETE |
5418 | 2024-12-13T20:38:41.106Z | [ recovery-image] Dec 13 20:38:40.015 INFO O| Dec 13 20:38:40.015 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-12-13T20:38:41.130Z | [ recovery-image] Dec 13 20:38:40.039 INFO O| Dec 13 20:38:40.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5420 | 2024-12-13T20:38:41.130Z | [ recovery-image] Dec 13 20:38:40.039 INFO O| Dec 13 20:38:40.039 INFO STEP 372 (remove_files) COMPLETE |
5421 | 2024-12-13T20:38:41.130Z | [ recovery-image] Dec 13 20:38:40.039 INFO O| Dec 13 20:38:40.039 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-13T20:38:41.153Z | [ recovery-image] Dec 13 20:38:40.063 INFO O| Dec 13 20:38:40.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5423 | 2024-12-13T20:38:41.153Z | [ recovery-image] Dec 13 20:38:40.063 INFO O| Dec 13 20:38:40.063 INFO STEP 373 (remove_files) COMPLETE |
5424 | 2024-12-13T20:38:41.156Z | [ recovery-image] Dec 13 20:38:40.063 INFO O| Dec 13 20:38:40.063 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-13T20:38:41.176Z | [ recovery-image] Dec 13 20:38:40.085 INFO O| Dec 13 20:38:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5426 | 2024-12-13T20:38:41.176Z | [ recovery-image] Dec 13 20:38:40.085 INFO O| Dec 13 20:38:40.085 INFO STEP 374 (remove_files) COMPLETE |
5427 | 2024-12-13T20:38:41.176Z | [ recovery-image] Dec 13 20:38:40.085 INFO O| Dec 13 20:38:40.085 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-13T20:38:41.198Z | [ recovery-image] Dec 13 20:38:40.107 INFO O| Dec 13 20:38:40.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5429 | 2024-12-13T20:38:41.200Z | [ recovery-image] Dec 13 20:38:40.107 INFO O| Dec 13 20:38:40.107 INFO STEP 375 (remove_files) COMPLETE |
5430 | 2024-12-13T20:38:41.201Z | [ recovery-image] Dec 13 20:38:40.107 INFO O| Dec 13 20:38:40.107 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-13T20:38:41.205Z | [ host-image] Dec 13 20:38:40.115 INFO O| Dec 13 20:38:40.115 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5432 | 2024-12-13T20:38:41.221Z | [ recovery-image] Dec 13 20:38:40.130 INFO O| Dec 13 20:38:40.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5433 | 2024-12-13T20:38:41.221Z | [ recovery-image] Dec 13 20:38:40.130 INFO O| Dec 13 20:38:40.130 INFO STEP 376 (remove_files) COMPLETE |
5434 | 2024-12-13T20:38:41.221Z | [ recovery-image] Dec 13 20:38:40.130 INFO O| Dec 13 20:38:40.130 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-13T20:38:41.244Z | [ recovery-image] Dec 13 20:38:40.153 INFO O| Dec 13 20:38:40.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5436 | 2024-12-13T20:38:41.244Z | [ recovery-image] Dec 13 20:38:40.154 INFO O| Dec 13 20:38:40.154 INFO STEP 377 (remove_files) COMPLETE |
5437 | 2024-12-13T20:38:41.247Z | [ recovery-image] Dec 13 20:38:40.154 INFO O| Dec 13 20:38:40.154 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-13T20:38:41.269Z | [ recovery-image] Dec 13 20:38:40.178 INFO O| Dec 13 20:38:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5439 | 2024-12-13T20:38:41.269Z | [ recovery-image] Dec 13 20:38:40.178 INFO O| Dec 13 20:38:40.178 INFO STEP 378 (remove_files) COMPLETE |
5440 | 2024-12-13T20:38:41.269Z | [ recovery-image] Dec 13 20:38:40.178 INFO O| Dec 13 20:38:40.178 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-13T20:38:41.306Z | [ recovery-image] Dec 13 20:38:40.215 INFO O| Dec 13 20:38:40.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5442 | 2024-12-13T20:38:41.306Z | [ recovery-image] Dec 13 20:38:40.215 INFO O| Dec 13 20:38:40.215 INFO STEP 379 (remove_files) COMPLETE |
5443 | 2024-12-13T20:38:41.306Z | [ recovery-image] Dec 13 20:38:40.215 INFO O| Dec 13 20:38:40.215 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-13T20:38:41.357Z | [ recovery-image] Dec 13 20:38:40.266 INFO O| Dec 13 20:38:40.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5445 | 2024-12-13T20:38:41.357Z | [ recovery-image] Dec 13 20:38:40.266 INFO O| Dec 13 20:38:40.266 INFO STEP 380 (remove_files) COMPLETE |
5446 | 2024-12-13T20:38:41.357Z | [ recovery-image] Dec 13 20:38:40.266 INFO O| Dec 13 20:38:40.266 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-13T20:38:41.385Z | [ recovery-image] Dec 13 20:38:40.294 INFO O| Dec 13 20:38:40.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5448 | 2024-12-13T20:38:41.385Z | [ recovery-image] Dec 13 20:38:40.295 INFO O| Dec 13 20:38:40.294 INFO STEP 381 (remove_files) COMPLETE |
5449 | 2024-12-13T20:38:41.388Z | [ recovery-image] Dec 13 20:38:40.295 INFO O| Dec 13 20:38:40.294 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-13T20:38:41.441Z | [ recovery-image] Dec 13 20:38:40.349 INFO O| Dec 13 20:38:40.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5451 | 2024-12-13T20:38:41.441Z | [ recovery-image] Dec 13 20:38:40.350 INFO O| Dec 13 20:38:40.350 INFO STEP 382 (remove_files) COMPLETE |
5452 | 2024-12-13T20:38:41.441Z | [ recovery-image] Dec 13 20:38:40.350 INFO O| Dec 13 20:38:40.350 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-13T20:38:41.464Z | [ recovery-image] Dec 13 20:38:40.374 INFO O| Dec 13 20:38:40.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5454 | 2024-12-13T20:38:41.465Z | [ recovery-image] Dec 13 20:38:40.374 INFO O| Dec 13 20:38:40.374 INFO STEP 383 (remove_files) COMPLETE |
5455 | 2024-12-13T20:38:41.465Z | [ recovery-image] Dec 13 20:38:40.374 INFO O| Dec 13 20:38:40.374 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-13T20:38:41.510Z | [ recovery-image] Dec 13 20:38:40.419 INFO O| Dec 13 20:38:40.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5457 | 2024-12-13T20:38:41.512Z | [ recovery-image] Dec 13 20:38:40.419 INFO O| Dec 13 20:38:40.419 INFO STEP 384 (remove_files) COMPLETE |
5458 | 2024-12-13T20:38:41.512Z | [ recovery-image] Dec 13 20:38:40.419 INFO O| Dec 13 20:38:40.419 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-13T20:38:41.544Z | [ recovery-image] Dec 13 20:38:40.453 INFO O| Dec 13 20:38:40.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5460 | 2024-12-13T20:38:41.547Z | [ recovery-image] Dec 13 20:38:40.453 INFO O| Dec 13 20:38:40.453 INFO STEP 385 (remove_files) COMPLETE |
5461 | 2024-12-13T20:38:41.547Z | [ recovery-image] Dec 13 20:38:40.454 INFO O| Dec 13 20:38:40.453 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-13T20:38:41.578Z | [ recovery-image] Dec 13 20:38:40.487 INFO O| Dec 13 20:38:40.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5463 | 2024-12-13T20:38:41.580Z | [ recovery-image] Dec 13 20:38:40.487 INFO O| Dec 13 20:38:40.487 INFO STEP 386 (remove_files) COMPLETE |
5464 | 2024-12-13T20:38:41.580Z | [ recovery-image] Dec 13 20:38:40.487 INFO O| Dec 13 20:38:40.487 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-13T20:38:41.601Z | [ recovery-image] Dec 13 20:38:40.510 INFO O| Dec 13 20:38:40.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5466 | 2024-12-13T20:38:41.603Z | [ recovery-image] Dec 13 20:38:40.510 INFO O| Dec 13 20:38:40.510 INFO STEP 387 (remove_files) COMPLETE |
5467 | 2024-12-13T20:38:41.603Z | [ recovery-image] Dec 13 20:38:40.510 INFO O| Dec 13 20:38:40.510 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-13T20:38:41.625Z | [ recovery-image] Dec 13 20:38:40.534 INFO O| Dec 13 20:38:40.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5469 | 2024-12-13T20:38:41.628Z | [ recovery-image] Dec 13 20:38:40.535 INFO O| Dec 13 20:38:40.535 INFO STEP 388 (remove_files) COMPLETE |
5470 | 2024-12-13T20:38:41.628Z | [ recovery-image] Dec 13 20:38:40.535 INFO O| Dec 13 20:38:40.535 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-13T20:38:41.669Z | [ recovery-image] Dec 13 20:38:40.578 INFO O| Dec 13 20:38:40.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5472 | 2024-12-13T20:38:41.671Z | [ recovery-image] Dec 13 20:38:40.578 INFO O| Dec 13 20:38:40.578 INFO STEP 389 (remove_files) COMPLETE |
5473 | 2024-12-13T20:38:41.671Z | [ recovery-image] Dec 13 20:38:40.578 INFO O| Dec 13 20:38:40.578 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-13T20:38:41.702Z | [ recovery-image] Dec 13 20:38:40.611 INFO O| Dec 13 20:38:40.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5475 | 2024-12-13T20:38:41.702Z | [ recovery-image] Dec 13 20:38:40.611 INFO O| Dec 13 20:38:40.611 INFO STEP 390 (remove_files) COMPLETE |
5476 | 2024-12-13T20:38:41.705Z | [ recovery-image] Dec 13 20:38:40.611 INFO O| Dec 13 20:38:40.611 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-13T20:38:41.730Z | [ recovery-image] Dec 13 20:38:40.639 INFO O| Dec 13 20:38:40.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5478 | 2024-12-13T20:38:41.730Z | [ recovery-image] Dec 13 20:38:40.639 INFO O| Dec 13 20:38:40.639 INFO STEP 391 (remove_files) COMPLETE |
5479 | 2024-12-13T20:38:41.730Z | [ recovery-image] Dec 13 20:38:40.639 INFO O| Dec 13 20:38:40.639 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-12-13T20:38:41.759Z | [ recovery-image] Dec 13 20:38:40.668 INFO O| Dec 13 20:38:40.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5481 | 2024-12-13T20:38:41.759Z | [ recovery-image] Dec 13 20:38:40.668 INFO O| Dec 13 20:38:40.668 INFO STEP 392 (remove_files) COMPLETE |
5482 | 2024-12-13T20:38:41.759Z | [ recovery-image] Dec 13 20:38:40.668 INFO O| Dec 13 20:38:40.668 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-13T20:38:41.815Z | [ recovery-image] Dec 13 20:38:40.723 INFO O| Dec 13 20:38:40.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5484 | 2024-12-13T20:38:41.815Z | [ recovery-image] Dec 13 20:38:40.723 INFO O| Dec 13 20:38:40.723 INFO STEP 393 (remove_files) COMPLETE |
5485 | 2024-12-13T20:38:41.815Z | [ recovery-image] Dec 13 20:38:40.723 INFO O| Dec 13 20:38:40.723 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-12-13T20:38:41.835Z | [ recovery-image] Dec 13 20:38:40.744 INFO O| Dec 13 20:38:40.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5487 | 2024-12-13T20:38:41.835Z | [ recovery-image] Dec 13 20:38:40.744 INFO O| Dec 13 20:38:40.744 INFO STEP 394 (remove_files) COMPLETE |
5488 | 2024-12-13T20:38:41.837Z | [ recovery-image] Dec 13 20:38:40.744 INFO O| Dec 13 20:38:40.744 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-12-13T20:38:41.898Z | [ recovery-image] Dec 13 20:38:40.806 INFO O| Dec 13 20:38:40.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5490 | 2024-12-13T20:38:41.898Z | [ recovery-image] Dec 13 20:38:40.806 INFO O| Dec 13 20:38:40.806 INFO STEP 395 (remove_files) COMPLETE |
5491 | 2024-12-13T20:38:41.898Z | [ recovery-image] Dec 13 20:38:40.806 INFO O| Dec 13 20:38:40.806 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-12-13T20:38:41.921Z | [ recovery-image] Dec 13 20:38:40.830 INFO O| Dec 13 20:38:40.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5493 | 2024-12-13T20:38:41.921Z | [ recovery-image] Dec 13 20:38:40.830 INFO O| Dec 13 20:38:40.830 INFO STEP 396 (remove_files) COMPLETE |
5494 | 2024-12-13T20:38:41.921Z | [ recovery-image] Dec 13 20:38:40.830 INFO O| Dec 13 20:38:40.830 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-12-13T20:38:41.944Z | [ recovery-image] Dec 13 20:38:40.853 INFO O| Dec 13 20:38:40.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5496 | 2024-12-13T20:38:41.944Z | [ recovery-image] Dec 13 20:38:40.853 INFO O| Dec 13 20:38:40.853 INFO STEP 397 (remove_files) COMPLETE |
5497 | 2024-12-13T20:38:41.944Z | [ recovery-image] Dec 13 20:38:40.853 INFO O| Dec 13 20:38:40.853 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-12-13T20:38:41.970Z | [ recovery-image] Dec 13 20:38:40.879 INFO O| Dec 13 20:38:40.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5499 | 2024-12-13T20:38:41.970Z | [ recovery-image] Dec 13 20:38:40.879 INFO O| Dec 13 20:38:40.879 INFO STEP 398 (remove_files) COMPLETE |
5500 | 2024-12-13T20:38:41.970Z | [ recovery-image] Dec 13 20:38:40.879 INFO O| Dec 13 20:38:40.879 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-12-13T20:38:42.005Z | [ recovery-image] Dec 13 20:38:40.914 INFO O| Dec 13 20:38:40.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5502 | 2024-12-13T20:38:42.009Z | [ recovery-image] Dec 13 20:38:40.914 INFO O| Dec 13 20:38:40.914 INFO STEP 399 (remove_files) COMPLETE |
5503 | 2024-12-13T20:38:42.009Z | [ recovery-image] Dec 13 20:38:40.914 INFO O| Dec 13 20:38:40.914 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-12-13T20:38:42.062Z | [ recovery-image] Dec 13 20:38:40.971 INFO O| Dec 13 20:38:40.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5505 | 2024-12-13T20:38:42.062Z | [ recovery-image] Dec 13 20:38:40.971 INFO O| Dec 13 20:38:40.971 INFO STEP 400 (remove_files) COMPLETE |
5506 | 2024-12-13T20:38:42.062Z | [ recovery-image] Dec 13 20:38:40.971 INFO O| Dec 13 20:38:40.971 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-12-13T20:38:42.083Z | [ recovery-image] Dec 13 20:38:40.991 INFO O| Dec 13 20:38:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5508 | 2024-12-13T20:38:42.083Z | [ recovery-image] Dec 13 20:38:40.992 INFO O| Dec 13 20:38:40.992 INFO STEP 401 (remove_files) COMPLETE |
5509 | 2024-12-13T20:38:42.083Z | [ recovery-image] Dec 13 20:38:40.992 INFO O| Dec 13 20:38:40.992 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-12-13T20:38:42.140Z | [ recovery-image] Dec 13 20:38:41.049 INFO O| Dec 13 20:38:41.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5511 | 2024-12-13T20:38:42.150Z | [ recovery-image] Dec 13 20:38:41.058 INFO O| Dec 13 20:38:41.058 INFO STEP 402 (remove_files) COMPLETE |
5512 | 2024-12-13T20:38:42.150Z | [ recovery-image] Dec 13 20:38:41.058 INFO O| Dec 13 20:38:41.058 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-12-13T20:38:42.217Z | [ recovery-image] Dec 13 20:38:41.126 INFO O| Dec 13 20:38:41.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5514 | 2024-12-13T20:38:42.220Z | [ recovery-image] Dec 13 20:38:41.127 INFO O| Dec 13 20:38:41.126 INFO STEP 403 (remove_files) COMPLETE |
5515 | 2024-12-13T20:38:42.220Z | [ recovery-image] Dec 13 20:38:41.127 INFO O| Dec 13 20:38:41.127 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-13T20:38:42.242Z | [ recovery-image] Dec 13 20:38:41.151 INFO O| Dec 13 20:38:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5517 | 2024-12-13T20:38:42.242Z | [ recovery-image] Dec 13 20:38:41.151 INFO O| Dec 13 20:38:41.151 INFO STEP 404 (remove_files) COMPLETE |
5518 | 2024-12-13T20:38:42.242Z | [ recovery-image] Dec 13 20:38:41.151 INFO O| Dec 13 20:38:41.151 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-12-13T20:38:42.276Z | [ recovery-image] Dec 13 20:38:41.185 INFO O| Dec 13 20:38:41.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5520 | 2024-12-13T20:38:42.276Z | [ recovery-image] Dec 13 20:38:41.185 INFO O| Dec 13 20:38:41.185 INFO STEP 405 (remove_files) COMPLETE |
5521 | 2024-12-13T20:38:42.276Z | [ recovery-image] Dec 13 20:38:41.185 INFO O| Dec 13 20:38:41.185 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-12-13T20:38:42.307Z | [ recovery-image] Dec 13 20:38:41.216 INFO O| Dec 13 20:38:41.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5523 | 2024-12-13T20:38:42.307Z | [ recovery-image] Dec 13 20:38:41.216 INFO O| Dec 13 20:38:41.216 INFO STEP 406 (remove_files) COMPLETE |
5524 | 2024-12-13T20:38:42.310Z | [ recovery-image] Dec 13 20:38:41.216 INFO O| Dec 13 20:38:41.216 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-12-13T20:38:42.377Z | [ recovery-image] Dec 13 20:38:41.286 INFO O| Dec 13 20:38:41.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5526 | 2024-12-13T20:38:42.377Z | [ recovery-image] Dec 13 20:38:41.286 INFO O| Dec 13 20:38:41.286 INFO STEP 407 (remove_files) COMPLETE |
5527 | 2024-12-13T20:38:42.377Z | [ recovery-image] Dec 13 20:38:41.286 INFO O| Dec 13 20:38:41.286 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-12-13T20:38:42.402Z | [ recovery-image] Dec 13 20:38:41.310 INFO O| Dec 13 20:38:41.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5529 | 2024-12-13T20:38:42.402Z | [ recovery-image] Dec 13 20:38:41.311 INFO O| Dec 13 20:38:41.310 INFO STEP 408 (remove_files) COMPLETE |
5530 | 2024-12-13T20:38:42.402Z | [ recovery-image] Dec 13 20:38:41.311 INFO O| Dec 13 20:38:41.311 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-13T20:38:42.424Z | [ recovery-image] Dec 13 20:38:41.333 INFO O| Dec 13 20:38:41.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5532 | 2024-12-13T20:38:42.424Z | [ recovery-image] Dec 13 20:38:41.333 INFO O| Dec 13 20:38:41.333 INFO STEP 409 (remove_files) COMPLETE |
5533 | 2024-12-13T20:38:42.427Z | [ recovery-image] Dec 13 20:38:41.333 INFO O| Dec 13 20:38:41.333 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-12-13T20:38:42.449Z | [ recovery-image] Dec 13 20:38:41.358 INFO O| Dec 13 20:38:41.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5535 | 2024-12-13T20:38:42.449Z | [ recovery-image] Dec 13 20:38:41.358 INFO O| Dec 13 20:38:41.358 INFO STEP 410 (remove_files) COMPLETE |
5536 | 2024-12-13T20:38:42.452Z | [ recovery-image] Dec 13 20:38:41.358 INFO O| Dec 13 20:38:41.358 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-13T20:38:42.481Z | [ recovery-image] Dec 13 20:38:41.390 INFO O| Dec 13 20:38:41.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5538 | 2024-12-13T20:38:42.484Z | [ recovery-image] Dec 13 20:38:41.391 INFO O| Dec 13 20:38:41.391 INFO STEP 411 (remove_files) COMPLETE |
5539 | 2024-12-13T20:38:42.484Z | [ recovery-image] Dec 13 20:38:41.391 INFO O| Dec 13 20:38:41.391 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-12-13T20:38:42.507Z | [ recovery-image] Dec 13 20:38:41.416 INFO O| Dec 13 20:38:41.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5541 | 2024-12-13T20:38:42.510Z | [ recovery-image] Dec 13 20:38:41.416 INFO O| Dec 13 20:38:41.416 INFO STEP 412 (remove_files) COMPLETE |
5542 | 2024-12-13T20:38:42.510Z | [ recovery-image] Dec 13 20:38:41.417 INFO O| Dec 13 20:38:41.416 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-12-13T20:38:42.548Z | [ recovery-image] Dec 13 20:38:41.457 INFO O| Dec 13 20:38:41.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5544 | 2024-12-13T20:38:42.550Z | [ recovery-image] Dec 13 20:38:41.457 INFO O| Dec 13 20:38:41.457 INFO STEP 413 (remove_files) COMPLETE |
5545 | 2024-12-13T20:38:42.551Z | [ recovery-image] Dec 13 20:38:41.457 INFO O| Dec 13 20:38:41.457 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-12-13T20:38:42.573Z | [ recovery-image] Dec 13 20:38:41.482 INFO O| Dec 13 20:38:41.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5547 | 2024-12-13T20:38:42.573Z | [ recovery-image] Dec 13 20:38:41.483 INFO O| Dec 13 20:38:41.482 INFO STEP 414 (remove_files) COMPLETE |
5548 | 2024-12-13T20:38:42.573Z | [ recovery-image] Dec 13 20:38:41.483 INFO O| Dec 13 20:38:41.482 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-13T20:38:42.597Z | [ recovery-image] Dec 13 20:38:41.505 INFO O| Dec 13 20:38:41.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5550 | 2024-12-13T20:38:42.597Z | [ recovery-image] Dec 13 20:38:41.506 INFO O| Dec 13 20:38:41.506 INFO STEP 415 (remove_files) COMPLETE |
5551 | 2024-12-13T20:38:42.599Z | [ recovery-image] Dec 13 20:38:41.506 INFO O| Dec 13 20:38:41.506 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-13T20:38:42.620Z | [ recovery-image] Dec 13 20:38:41.528 INFO O| Dec 13 20:38:41.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5553 | 2024-12-13T20:38:42.623Z | [ recovery-image] Dec 13 20:38:41.528 INFO O| Dec 13 20:38:41.528 INFO STEP 416 (remove_files) COMPLETE |
5554 | 2024-12-13T20:38:42.623Z | [ recovery-image] Dec 13 20:38:41.529 INFO O| Dec 13 20:38:41.528 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-13T20:38:42.642Z | [ recovery-image] Dec 13 20:38:41.551 INFO O| Dec 13 20:38:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5556 | 2024-12-13T20:38:42.644Z | [ recovery-image] Dec 13 20:38:41.551 INFO O| Dec 13 20:38:41.551 INFO STEP 417 (remove_files) COMPLETE |
5557 | 2024-12-13T20:38:42.645Z | [ recovery-image] Dec 13 20:38:41.551 INFO O| Dec 13 20:38:41.551 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-13T20:38:42.680Z | [ recovery-image] Dec 13 20:38:41.589 INFO O| Dec 13 20:38:41.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5559 | 2024-12-13T20:38:42.680Z | [ recovery-image] Dec 13 20:38:41.589 INFO O| Dec 13 20:38:41.589 INFO STEP 418 (remove_files) COMPLETE |
5560 | 2024-12-13T20:38:42.680Z | [ recovery-image] Dec 13 20:38:41.589 INFO O| Dec 13 20:38:41.589 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-13T20:38:42.703Z | [ recovery-image] Dec 13 20:38:41.610 INFO O| Dec 13 20:38:41.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5562 | 2024-12-13T20:38:42.703Z | [ recovery-image] Dec 13 20:38:41.611 INFO O| Dec 13 20:38:41.610 INFO STEP 419 (remove_files) COMPLETE |
5563 | 2024-12-13T20:38:42.703Z | [ recovery-image] Dec 13 20:38:41.611 INFO O| Dec 13 20:38:41.611 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-13T20:38:42.722Z | [ recovery-image] Dec 13 20:38:41.631 INFO O| Dec 13 20:38:41.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5565 | 2024-12-13T20:38:42.722Z | [ recovery-image] Dec 13 20:38:41.631 INFO O| Dec 13 20:38:41.631 INFO STEP 420 (remove_files) COMPLETE |
5566 | 2024-12-13T20:38:42.725Z | [ recovery-image] Dec 13 20:38:41.631 INFO O| Dec 13 20:38:41.631 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-13T20:38:42.750Z | [ recovery-image] Dec 13 20:38:41.659 INFO O| Dec 13 20:38:41.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5568 | 2024-12-13T20:38:42.753Z | [ recovery-image] Dec 13 20:38:41.659 INFO O| Dec 13 20:38:41.659 INFO STEP 421 (remove_files) COMPLETE |
5569 | 2024-12-13T20:38:42.753Z | [ recovery-image] Dec 13 20:38:41.659 INFO O| Dec 13 20:38:41.659 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-13T20:38:42.773Z | [ recovery-image] Dec 13 20:38:41.682 INFO O| Dec 13 20:38:41.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5571 | 2024-12-13T20:38:42.776Z | [ recovery-image] Dec 13 20:38:41.683 INFO O| Dec 13 20:38:41.683 INFO STEP 422 (remove_files) COMPLETE |
5572 | 2024-12-13T20:38:42.776Z | [ recovery-image] Dec 13 20:38:41.683 INFO O| Dec 13 20:38:41.683 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-13T20:38:42.802Z | [ recovery-image] Dec 13 20:38:41.710 INFO O| Dec 13 20:38:41.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5574 | 2024-12-13T20:38:42.802Z | [ recovery-image] Dec 13 20:38:41.710 INFO O| Dec 13 20:38:41.710 INFO STEP 423 (remove_files) COMPLETE |
5575 | 2024-12-13T20:38:42.802Z | [ recovery-image] Dec 13 20:38:41.710 INFO O| Dec 13 20:38:41.710 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-13T20:38:42.851Z | [ recovery-image] Dec 13 20:38:41.760 INFO O| Dec 13 20:38:41.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5577 | 2024-12-13T20:38:42.851Z | [ recovery-image] Dec 13 20:38:41.760 INFO O| Dec 13 20:38:41.760 INFO STEP 424 (remove_files) COMPLETE |
5578 | 2024-12-13T20:38:42.851Z | [ recovery-image] Dec 13 20:38:41.760 INFO O| Dec 13 20:38:41.760 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-13T20:38:42.874Z | [ recovery-image] Dec 13 20:38:41.783 INFO O| Dec 13 20:38:41.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5580 | 2024-12-13T20:38:42.876Z | [ recovery-image] Dec 13 20:38:41.783 INFO O| Dec 13 20:38:41.783 INFO STEP 425 (remove_files) COMPLETE |
5581 | 2024-12-13T20:38:42.876Z | [ recovery-image] Dec 13 20:38:41.783 INFO O| Dec 13 20:38:41.783 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-13T20:38:42.896Z | [ recovery-image] Dec 13 20:38:41.805 INFO O| Dec 13 20:38:41.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5583 | 2024-12-13T20:38:42.896Z | [ recovery-image] Dec 13 20:38:41.805 INFO O| Dec 13 20:38:41.805 INFO STEP 426 (remove_files) COMPLETE |
5584 | 2024-12-13T20:38:42.896Z | [ recovery-image] Dec 13 20:38:41.805 INFO O| Dec 13 20:38:41.805 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-13T20:38:43.272Z | [ recovery-image] Dec 13 20:38:41.841 INFO O| Dec 13 20:38:41.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5586 | 2024-12-13T20:38:43.272Z | [ recovery-image] Dec 13 20:38:41.841 INFO O| Dec 13 20:38:41.841 INFO STEP 427 (remove_files) COMPLETE |
5587 | 2024-12-13T20:38:43.272Z | [ recovery-image] Dec 13 20:38:41.841 INFO O| Dec 13 20:38:41.841 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-13T20:38:43.282Z | [ recovery-image] Dec 13 20:38:41.863 INFO O| Dec 13 20:38:41.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5589 | 2024-12-13T20:38:43.282Z | [ recovery-image] Dec 13 20:38:41.863 INFO O| Dec 13 20:38:41.863 INFO STEP 428 (remove_files) COMPLETE |
5590 | 2024-12-13T20:38:43.282Z | [ recovery-image] Dec 13 20:38:41.863 INFO O| Dec 13 20:38:41.863 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-13T20:38:43.282Z | [ recovery-image] Dec 13 20:38:41.898 INFO O| Dec 13 20:38:41.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5592 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:41.898 INFO O| Dec 13 20:38:41.898 INFO STEP 429 (remove_files) COMPLETE |
5593 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:41.898 INFO O| Dec 13 20:38:41.898 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:41.920 INFO O| Dec 13 20:38:41.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5595 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:41.920 INFO O| Dec 13 20:38:41.920 INFO STEP 430 (remove_files) COMPLETE |
5596 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:41.920 INFO O| Dec 13 20:38:41.920 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:41.949 INFO O| Dec 13 20:38:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5598 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:41.949 INFO O| Dec 13 20:38:41.949 INFO STEP 431 (remove_files) COMPLETE |
5599 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:41.950 INFO O| Dec 13 20:38:41.949 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.008 INFO O| Dec 13 20:38:42.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5601 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.008 INFO O| Dec 13 20:38:42.008 INFO STEP 432 (remove_files) COMPLETE |
5602 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.008 INFO O| Dec 13 20:38:42.008 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.030 INFO O| Dec 13 20:38:42.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5604 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.031 INFO O| Dec 13 20:38:42.030 INFO STEP 433 (remove_files) COMPLETE |
5605 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.031 INFO O| Dec 13 20:38:42.031 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.057 INFO O| Dec 13 20:38:42.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5607 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.058 INFO O| Dec 13 20:38:42.058 INFO STEP 434 (remove_files) COMPLETE |
5608 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.058 INFO O| Dec 13 20:38:42.058 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.127 INFO O| Dec 13 20:38:42.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5610 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.127 INFO O| Dec 13 20:38:42.127 INFO STEP 435 (remove_files) COMPLETE |
5611 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.127 INFO O| Dec 13 20:38:42.127 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.153 INFO O| Dec 13 20:38:42.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5613 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.153 INFO O| Dec 13 20:38:42.153 INFO STEP 436 (remove_files) COMPLETE |
5614 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.153 INFO O| Dec 13 20:38:42.153 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.180 INFO O| Dec 13 20:38:42.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5616 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.180 INFO O| Dec 13 20:38:42.180 INFO STEP 437 (remove_files) COMPLETE |
5617 | 2024-12-13T20:38:43.283Z | [ recovery-image] Dec 13 20:38:42.180 INFO O| Dec 13 20:38:42.180 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-13T20:38:43.305Z | [ recovery-image] Dec 13 20:38:42.214 INFO O| Dec 13 20:38:42.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5619 | 2024-12-13T20:38:43.305Z | [ recovery-image] Dec 13 20:38:42.214 INFO O| Dec 13 20:38:42.214 INFO STEP 438 (remove_files) COMPLETE |
5620 | 2024-12-13T20:38:43.305Z | [ recovery-image] Dec 13 20:38:42.214 INFO O| Dec 13 20:38:42.214 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-13T20:38:43.347Z | [ recovery-image] Dec 13 20:38:42.255 INFO O| Dec 13 20:38:42.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5622 | 2024-12-13T20:38:43.347Z | [ recovery-image] Dec 13 20:38:42.255 INFO O| Dec 13 20:38:42.255 INFO STEP 439 (remove_files) COMPLETE |
5623 | 2024-12-13T20:38:43.349Z | [ recovery-image] Dec 13 20:38:42.255 INFO O| Dec 13 20:38:42.255 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-13T20:38:43.400Z | [ recovery-image] Dec 13 20:38:42.309 INFO O| Dec 13 20:38:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5625 | 2024-12-13T20:38:43.400Z | [ recovery-image] Dec 13 20:38:42.309 INFO O| Dec 13 20:38:42.309 INFO STEP 440 (remove_files) COMPLETE |
5626 | 2024-12-13T20:38:43.400Z | [ recovery-image] Dec 13 20:38:42.309 INFO O| Dec 13 20:38:42.309 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-13T20:38:43.463Z | [ recovery-image] Dec 13 20:38:42.372 INFO O| Dec 13 20:38:42.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5628 | 2024-12-13T20:38:43.463Z | [ recovery-image] Dec 13 20:38:42.372 INFO O| Dec 13 20:38:42.372 INFO STEP 441 (remove_files) COMPLETE |
5629 | 2024-12-13T20:38:43.463Z | [ recovery-image] Dec 13 20:38:42.372 INFO O| Dec 13 20:38:42.372 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-13T20:38:43.521Z | [ recovery-image] Dec 13 20:38:42.430 INFO O| Dec 13 20:38:42.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5631 | 2024-12-13T20:38:43.521Z | [ recovery-image] Dec 13 20:38:42.430 INFO O| Dec 13 20:38:42.430 INFO STEP 442 (remove_files) COMPLETE |
5632 | 2024-12-13T20:38:43.521Z | [ recovery-image] Dec 13 20:38:42.430 INFO O| Dec 13 20:38:42.430 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-13T20:38:43.545Z | [ recovery-image] Dec 13 20:38:42.453 INFO O| Dec 13 20:38:42.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5634 | 2024-12-13T20:38:43.545Z | [ recovery-image] Dec 13 20:38:42.454 INFO O| Dec 13 20:38:42.454 INFO STEP 443 (remove_files) COMPLETE |
5635 | 2024-12-13T20:38:43.545Z | [ recovery-image] Dec 13 20:38:42.454 INFO O| Dec 13 20:38:42.454 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-13T20:38:43.574Z | [ recovery-image] Dec 13 20:38:42.483 INFO O| Dec 13 20:38:42.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5637 | 2024-12-13T20:38:43.574Z | [ recovery-image] Dec 13 20:38:42.483 INFO O| Dec 13 20:38:42.483 INFO STEP 444 (remove_files) COMPLETE |
5638 | 2024-12-13T20:38:43.574Z | [ recovery-image] Dec 13 20:38:42.483 INFO O| Dec 13 20:38:42.483 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-13T20:38:43.598Z | [ recovery-image] Dec 13 20:38:42.507 INFO O| Dec 13 20:38:42.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5640 | 2024-12-13T20:38:43.598Z | [ recovery-image] Dec 13 20:38:42.507 INFO O| Dec 13 20:38:42.507 INFO STEP 445 (remove_files) COMPLETE |
5641 | 2024-12-13T20:38:43.599Z | [ recovery-image] Dec 13 20:38:42.507 INFO O| Dec 13 20:38:42.507 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-13T20:38:43.620Z | [ recovery-image] Dec 13 20:38:42.529 INFO O| Dec 13 20:38:42.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5643 | 2024-12-13T20:38:43.620Z | [ recovery-image] Dec 13 20:38:42.529 INFO O| Dec 13 20:38:42.529 INFO STEP 446 (remove_files) COMPLETE |
5644 | 2024-12-13T20:38:43.623Z | [ recovery-image] Dec 13 20:38:42.529 INFO O| Dec 13 20:38:42.529 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-13T20:38:43.658Z | [ recovery-image] Dec 13 20:38:42.567 INFO O| Dec 13 20:38:42.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5646 | 2024-12-13T20:38:43.658Z | [ recovery-image] Dec 13 20:38:42.567 INFO O| Dec 13 20:38:42.567 INFO STEP 447 (remove_files) COMPLETE |
5647 | 2024-12-13T20:38:43.658Z | [ recovery-image] Dec 13 20:38:42.567 INFO O| Dec 13 20:38:42.567 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-13T20:38:43.691Z | [ recovery-image] Dec 13 20:38:42.600 INFO O| Dec 13 20:38:42.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5649 | 2024-12-13T20:38:43.691Z | [ recovery-image] Dec 13 20:38:42.600 INFO O| Dec 13 20:38:42.600 INFO STEP 448 (remove_files) COMPLETE |
5650 | 2024-12-13T20:38:43.691Z | [ recovery-image] Dec 13 20:38:42.600 INFO O| Dec 13 20:38:42.600 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-13T20:38:43.713Z | [ recovery-image] Dec 13 20:38:42.622 INFO O| Dec 13 20:38:42.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5652 | 2024-12-13T20:38:43.713Z | [ recovery-image] Dec 13 20:38:42.622 INFO O| Dec 13 20:38:42.622 INFO STEP 449 (remove_files) COMPLETE |
5653 | 2024-12-13T20:38:43.713Z | [ recovery-image] Dec 13 20:38:42.622 INFO O| Dec 13 20:38:42.622 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-13T20:38:43.734Z | [ recovery-image] Dec 13 20:38:42.643 INFO O| Dec 13 20:38:42.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5655 | 2024-12-13T20:38:43.734Z | [ recovery-image] Dec 13 20:38:42.643 INFO O| Dec 13 20:38:42.643 INFO STEP 450 (remove_files) COMPLETE |
5656 | 2024-12-13T20:38:43.734Z | [ recovery-image] Dec 13 20:38:42.643 INFO O| Dec 13 20:38:42.643 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-13T20:38:43.770Z | [ recovery-image] Dec 13 20:38:42.678 INFO O| Dec 13 20:38:42.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5658 | 2024-12-13T20:38:43.773Z | [ recovery-image] Dec 13 20:38:42.678 INFO O| Dec 13 20:38:42.678 INFO STEP 451 (remove_files) COMPLETE |
5659 | 2024-12-13T20:38:43.773Z | [ recovery-image] Dec 13 20:38:42.678 INFO O| Dec 13 20:38:42.678 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-13T20:38:43.850Z | [ recovery-image] Dec 13 20:38:42.758 INFO O| Dec 13 20:38:42.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5661 | 2024-12-13T20:38:43.850Z | [ recovery-image] Dec 13 20:38:42.758 INFO O| Dec 13 20:38:42.758 INFO STEP 452 (remove_files) COMPLETE |
5662 | 2024-12-13T20:38:43.850Z | [ recovery-image] Dec 13 20:38:42.758 INFO O| Dec 13 20:38:42.758 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-13T20:38:43.875Z | [ recovery-image] Dec 13 20:38:42.783 INFO O| Dec 13 20:38:42.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5664 | 2024-12-13T20:38:43.875Z | [ recovery-image] Dec 13 20:38:42.783 INFO O| Dec 13 20:38:42.783 INFO STEP 453 (remove_files) COMPLETE |
5665 | 2024-12-13T20:38:43.875Z | [ recovery-image] Dec 13 20:38:42.783 INFO O| Dec 13 20:38:42.783 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-13T20:38:43.898Z | [ recovery-image] Dec 13 20:38:42.806 INFO O| Dec 13 20:38:42.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5667 | 2024-12-13T20:38:43.898Z | [ recovery-image] Dec 13 20:38:42.806 INFO O| Dec 13 20:38:42.806 INFO STEP 454 (remove_files) COMPLETE |
5668 | 2024-12-13T20:38:43.898Z | [ recovery-image] Dec 13 20:38:42.806 INFO O| Dec 13 20:38:42.806 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-13T20:38:43.920Z | [ recovery-image] Dec 13 20:38:42.829 INFO O| Dec 13 20:38:42.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5670 | 2024-12-13T20:38:43.920Z | [ recovery-image] Dec 13 20:38:42.829 INFO O| Dec 13 20:38:42.829 INFO STEP 455 (remove_files) COMPLETE |
5671 | 2024-12-13T20:38:43.920Z | [ recovery-image] Dec 13 20:38:42.829 INFO O| Dec 13 20:38:42.829 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-13T20:38:43.943Z | [ recovery-image] Dec 13 20:38:42.851 INFO O| Dec 13 20:38:42.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5673 | 2024-12-13T20:38:43.943Z | [ recovery-image] Dec 13 20:38:42.852 INFO O| Dec 13 20:38:42.852 INFO STEP 456 (remove_files) COMPLETE |
5674 | 2024-12-13T20:38:43.945Z | [ recovery-image] Dec 13 20:38:42.852 INFO O| Dec 13 20:38:42.852 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-13T20:38:43.965Z | [ recovery-image] Dec 13 20:38:42.874 INFO O| Dec 13 20:38:42.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5676 | 2024-12-13T20:38:43.966Z | [ recovery-image] Dec 13 20:38:42.874 INFO O| Dec 13 20:38:42.874 INFO STEP 457 (remove_files) COMPLETE |
5677 | 2024-12-13T20:38:43.969Z | [ recovery-image] Dec 13 20:38:42.874 INFO O| Dec 13 20:38:42.874 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-13T20:38:44.000Z | [ recovery-image] Dec 13 20:38:42.908 INFO O| Dec 13 20:38:42.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5679 | 2024-12-13T20:38:44.002Z | [ recovery-image] Dec 13 20:38:42.909 INFO O| Dec 13 20:38:42.908 INFO STEP 458 (remove_files) COMPLETE |
5680 | 2024-12-13T20:38:44.002Z | [ recovery-image] Dec 13 20:38:42.909 INFO O| Dec 13 20:38:42.909 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-13T20:38:44.035Z | [ recovery-image] Dec 13 20:38:42.943 INFO O| Dec 13 20:38:42.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5682 | 2024-12-13T20:38:44.035Z | [ recovery-image] Dec 13 20:38:42.943 INFO O| Dec 13 20:38:42.943 INFO STEP 459 (remove_files) COMPLETE |
5683 | 2024-12-13T20:38:44.039Z | [ recovery-image] Dec 13 20:38:42.944 INFO O| Dec 13 20:38:42.943 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-13T20:38:44.094Z | [ recovery-image] Dec 13 20:38:43.003 INFO O| Dec 13 20:38:43.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5685 | 2024-12-13T20:38:44.094Z | [ recovery-image] Dec 13 20:38:43.003 INFO O| Dec 13 20:38:43.003 INFO STEP 460 (remove_files) COMPLETE |
5686 | 2024-12-13T20:38:44.094Z | [ recovery-image] Dec 13 20:38:43.003 INFO O| Dec 13 20:38:43.003 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-13T20:38:44.125Z | [ recovery-image] Dec 13 20:38:43.033 INFO O| Dec 13 20:38:43.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5688 | 2024-12-13T20:38:44.125Z | [ recovery-image] Dec 13 20:38:43.033 INFO O| Dec 13 20:38:43.033 INFO STEP 461 (remove_files) COMPLETE |
5689 | 2024-12-13T20:38:44.125Z | [ recovery-image] Dec 13 20:38:43.033 INFO O| Dec 13 20:38:43.033 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-13T20:38:44.149Z | [ recovery-image] Dec 13 20:38:43.057 INFO O| Dec 13 20:38:43.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5691 | 2024-12-13T20:38:44.149Z | [ recovery-image] Dec 13 20:38:43.057 INFO O| Dec 13 20:38:43.057 INFO STEP 462 (remove_files) COMPLETE |
5692 | 2024-12-13T20:38:44.149Z | [ recovery-image] Dec 13 20:38:43.057 INFO O| Dec 13 20:38:43.057 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-13T20:38:44.173Z | [ recovery-image] Dec 13 20:38:43.081 INFO O| Dec 13 20:38:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5694 | 2024-12-13T20:38:44.175Z | [ recovery-image] Dec 13 20:38:43.082 INFO O| Dec 13 20:38:43.081 INFO STEP 463 (remove_files) COMPLETE |
5695 | 2024-12-13T20:38:44.176Z | [ recovery-image] Dec 13 20:38:43.082 INFO O| Dec 13 20:38:43.082 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-13T20:38:44.197Z | [ recovery-image] Dec 13 20:38:43.105 INFO O| Dec 13 20:38:43.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5697 | 2024-12-13T20:38:44.197Z | [ recovery-image] Dec 13 20:38:43.105 INFO O| Dec 13 20:38:43.105 INFO STEP 464 (remove_files) COMPLETE |
5698 | 2024-12-13T20:38:44.199Z | [ recovery-image] Dec 13 20:38:43.105 INFO O| Dec 13 20:38:43.105 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-13T20:38:44.219Z | [ recovery-image] Dec 13 20:38:43.128 INFO O| Dec 13 20:38:43.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5700 | 2024-12-13T20:38:44.222Z | [ recovery-image] Dec 13 20:38:43.128 INFO O| Dec 13 20:38:43.128 INFO STEP 465 (remove_files) COMPLETE |
5701 | 2024-12-13T20:38:44.222Z | [ recovery-image] Dec 13 20:38:43.128 INFO O| Dec 13 20:38:43.128 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-13T20:38:44.264Z | [ recovery-image] Dec 13 20:38:43.172 INFO O| Dec 13 20:38:43.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5703 | 2024-12-13T20:38:44.264Z | [ recovery-image] Dec 13 20:38:43.173 INFO O| Dec 13 20:38:43.173 INFO STEP 466 (remove_files) COMPLETE |
5704 | 2024-12-13T20:38:44.264Z | [ recovery-image] Dec 13 20:38:43.173 INFO O| Dec 13 20:38:43.173 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-13T20:38:44.288Z | [ recovery-image] Dec 13 20:38:43.195 INFO O| Dec 13 20:38:43.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5706 | 2024-12-13T20:38:44.288Z | [ recovery-image] Dec 13 20:38:43.195 INFO O| Dec 13 20:38:43.195 INFO STEP 467 (remove_files) COMPLETE |
5707 | 2024-12-13T20:38:44.288Z | [ recovery-image] Dec 13 20:38:43.195 INFO O| Dec 13 20:38:43.195 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-13T20:38:44.320Z | [ recovery-image] Dec 13 20:38:43.228 INFO O| Dec 13 20:38:43.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5709 | 2024-12-13T20:38:44.339Z | [ recovery-image] Dec 13 20:38:43.248 INFO O| Dec 13 20:38:43.248 INFO STEP 468 (remove_files) COMPLETE |
5710 | 2024-12-13T20:38:44.339Z | [ recovery-image] Dec 13 20:38:43.248 INFO O| Dec 13 20:38:43.248 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-13T20:38:44.364Z | [ recovery-image] Dec 13 20:38:43.272 INFO O| Dec 13 20:38:43.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5712 | 2024-12-13T20:38:44.364Z | [ recovery-image] Dec 13 20:38:43.272 INFO O| Dec 13 20:38:43.272 INFO STEP 469 (remove_files) COMPLETE |
5713 | 2024-12-13T20:38:44.364Z | [ recovery-image] Dec 13 20:38:43.272 INFO O| Dec 13 20:38:43.272 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-13T20:38:44.387Z | [ recovery-image] Dec 13 20:38:43.296 INFO O| Dec 13 20:38:43.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5715 | 2024-12-13T20:38:44.387Z | [ recovery-image] Dec 13 20:38:43.296 INFO O| Dec 13 20:38:43.296 INFO STEP 470 (remove_files) COMPLETE |
5716 | 2024-12-13T20:38:44.390Z | [ recovery-image] Dec 13 20:38:43.296 INFO O| Dec 13 20:38:43.296 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-13T20:38:44.419Z | [ recovery-image] Dec 13 20:38:43.326 INFO O| Dec 13 20:38:43.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5718 | 2024-12-13T20:38:44.419Z | [ recovery-image] Dec 13 20:38:43.327 INFO O| Dec 13 20:38:43.326 INFO STEP 471 (remove_files) COMPLETE |
5719 | 2024-12-13T20:38:44.421Z | [ recovery-image] Dec 13 20:38:43.327 INFO O| Dec 13 20:38:43.327 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-13T20:38:44.441Z | [ recovery-image] Dec 13 20:38:43.350 INFO O| Dec 13 20:38:43.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5721 | 2024-12-13T20:38:44.445Z | [ recovery-image] Dec 13 20:38:43.350 INFO O| Dec 13 20:38:43.350 INFO STEP 472 (remove_files) COMPLETE |
5722 | 2024-12-13T20:38:44.445Z | [ recovery-image] Dec 13 20:38:43.350 INFO O| Dec 13 20:38:43.350 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-12-13T20:38:44.463Z | [ recovery-image] Dec 13 20:38:43.371 INFO O| Dec 13 20:38:43.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5724 | 2024-12-13T20:38:44.463Z | [ recovery-image] Dec 13 20:38:43.371 INFO O| Dec 13 20:38:43.371 INFO STEP 473 (remove_files) COMPLETE |
5725 | 2024-12-13T20:38:44.463Z | [ recovery-image] Dec 13 20:38:43.371 INFO O| Dec 13 20:38:43.371 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-12-13T20:38:44.506Z | [ recovery-image] Dec 13 20:38:43.415 INFO O| Dec 13 20:38:43.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5727 | 2024-12-13T20:38:44.506Z | [ recovery-image] Dec 13 20:38:43.415 INFO O| Dec 13 20:38:43.415 INFO STEP 474 (remove_files) COMPLETE |
5728 | 2024-12-13T20:38:44.506Z | [ recovery-image] Dec 13 20:38:43.415 INFO O| Dec 13 20:38:43.415 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-12-13T20:38:44.539Z | [ recovery-image] Dec 13 20:38:43.448 INFO O| Dec 13 20:38:43.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5730 | 2024-12-13T20:38:44.539Z | [ recovery-image] Dec 13 20:38:43.448 INFO O| Dec 13 20:38:43.448 INFO STEP 475 (remove_files) COMPLETE |
5731 | 2024-12-13T20:38:44.541Z | [ recovery-image] Dec 13 20:38:43.448 INFO O| Dec 13 20:38:43.448 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-13T20:38:44.635Z | [ recovery-image] Dec 13 20:38:43.543 INFO O| Dec 13 20:38:43.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5733 | 2024-12-13T20:38:44.635Z | [ recovery-image] Dec 13 20:38:43.543 INFO O| Dec 13 20:38:43.543 INFO STEP 476 (remove_files) COMPLETE |
5734 | 2024-12-13T20:38:44.635Z | [ recovery-image] Dec 13 20:38:43.543 INFO O| Dec 13 20:38:43.543 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-13T20:38:44.656Z | [ recovery-image] Dec 13 20:38:43.564 INFO O| Dec 13 20:38:43.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5736 | 2024-12-13T20:38:44.656Z | [ recovery-image] Dec 13 20:38:43.564 INFO O| Dec 13 20:38:43.564 INFO STEP 477 (remove_files) COMPLETE |
5737 | 2024-12-13T20:38:44.656Z | [ recovery-image] Dec 13 20:38:43.565 INFO O| Dec 13 20:38:43.564 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-13T20:38:44.759Z | [ recovery-image] Dec 13 20:38:43.668 INFO O| Dec 13 20:38:43.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5739 | 2024-12-13T20:38:44.759Z | [ recovery-image] Dec 13 20:38:43.668 INFO O| Dec 13 20:38:43.668 INFO STEP 478 (remove_files) COMPLETE |
5740 | 2024-12-13T20:38:44.762Z | [ recovery-image] Dec 13 20:38:43.668 INFO O| Dec 13 20:38:43.668 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-13T20:38:44.798Z | [ recovery-image] Dec 13 20:38:43.706 INFO O| Dec 13 20:38:43.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5742 | 2024-12-13T20:38:44.799Z | [ recovery-image] Dec 13 20:38:43.706 INFO O| Dec 13 20:38:43.706 INFO STEP 479 (remove_files) COMPLETE |
5743 | 2024-12-13T20:38:44.799Z | [ recovery-image] Dec 13 20:38:43.707 INFO O| Dec 13 20:38:43.706 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-13T20:38:44.835Z | [ recovery-image] Dec 13 20:38:43.744 INFO O| Dec 13 20:38:43.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5745 | 2024-12-13T20:38:44.835Z | [ recovery-image] Dec 13 20:38:43.744 INFO O| Dec 13 20:38:43.744 INFO STEP 480 (remove_files) COMPLETE |
5746 | 2024-12-13T20:38:44.835Z | [ recovery-image] Dec 13 20:38:43.744 INFO O| Dec 13 20:38:43.744 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-13T20:38:44.857Z | [ recovery-image] Dec 13 20:38:43.766 INFO O| Dec 13 20:38:43.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5748 | 2024-12-13T20:38:44.857Z | [ recovery-image] Dec 13 20:38:43.766 INFO O| Dec 13 20:38:43.766 INFO STEP 481 (remove_files) COMPLETE |
5749 | 2024-12-13T20:38:44.857Z | [ recovery-image] Dec 13 20:38:43.766 INFO O| Dec 13 20:38:43.766 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-13T20:38:44.880Z | [ recovery-image] Dec 13 20:38:43.788 INFO O| Dec 13 20:38:43.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5751 | 2024-12-13T20:38:44.882Z | [ recovery-image] Dec 13 20:38:43.788 INFO O| Dec 13 20:38:43.788 INFO STEP 482 (remove_files) COMPLETE |
5752 | 2024-12-13T20:38:44.882Z | [ recovery-image] Dec 13 20:38:43.788 INFO O| Dec 13 20:38:43.788 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-13T20:38:44.903Z | [ recovery-image] Dec 13 20:38:43.811 INFO O| Dec 13 20:38:43.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5754 | 2024-12-13T20:38:44.905Z | [ recovery-image] Dec 13 20:38:43.812 INFO O| Dec 13 20:38:43.811 INFO STEP 483 (remove_files) COMPLETE |
5755 | 2024-12-13T20:38:44.905Z | [ recovery-image] Dec 13 20:38:43.812 INFO O| Dec 13 20:38:43.811 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-13T20:38:44.925Z | [ recovery-image] Dec 13 20:38:43.833 INFO O| Dec 13 20:38:43.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5757 | 2024-12-13T20:38:44.925Z | [ recovery-image] Dec 13 20:38:43.833 INFO O| Dec 13 20:38:43.833 INFO STEP 484 (remove_files) COMPLETE |
5758 | 2024-12-13T20:38:44.925Z | [ recovery-image] Dec 13 20:38:43.833 INFO O| Dec 13 20:38:43.833 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-13T20:38:44.946Z | [ recovery-image] Dec 13 20:38:43.855 INFO O| Dec 13 20:38:43.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5760 | 2024-12-13T20:38:44.946Z | [ recovery-image] Dec 13 20:38:43.855 INFO O| Dec 13 20:38:43.855 INFO STEP 485 (remove_files) COMPLETE |
5761 | 2024-12-13T20:38:44.949Z | [ recovery-image] Dec 13 20:38:43.855 INFO O| Dec 13 20:38:43.855 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-13T20:38:44.976Z | [ recovery-image] Dec 13 20:38:43.884 INFO O| Dec 13 20:38:43.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5763 | 2024-12-13T20:38:44.979Z | [ recovery-image] Dec 13 20:38:43.885 INFO O| Dec 13 20:38:43.885 INFO STEP 486 (remove_files) COMPLETE |
5764 | 2024-12-13T20:38:44.979Z | [ recovery-image] Dec 13 20:38:43.885 INFO O| Dec 13 20:38:43.885 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-13T20:38:45.015Z | [ recovery-image] Dec 13 20:38:43.923 INFO O| Dec 13 20:38:43.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5766 | 2024-12-13T20:38:45.015Z | [ recovery-image] Dec 13 20:38:43.923 INFO O| Dec 13 20:38:43.923 INFO STEP 487 (remove_files) COMPLETE |
5767 | 2024-12-13T20:38:45.017Z | [ recovery-image] Dec 13 20:38:43.923 INFO O| Dec 13 20:38:43.923 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-13T20:38:45.074Z | [ recovery-image] Dec 13 20:38:43.982 INFO O| Dec 13 20:38:43.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5769 | 2024-12-13T20:38:45.074Z | [ recovery-image] Dec 13 20:38:43.982 INFO O| Dec 13 20:38:43.982 INFO STEP 488 (remove_files) COMPLETE |
5770 | 2024-12-13T20:38:45.074Z | [ recovery-image] Dec 13 20:38:43.982 INFO O| Dec 13 20:38:43.982 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-13T20:38:45.117Z | [ recovery-image] Dec 13 20:38:44.025 INFO O| Dec 13 20:38:44.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5772 | 2024-12-13T20:38:45.118Z | [ recovery-image] Dec 13 20:38:44.025 INFO O| Dec 13 20:38:44.025 INFO STEP 489 (remove_files) COMPLETE |
5773 | 2024-12-13T20:38:45.118Z | [ recovery-image] Dec 13 20:38:44.025 INFO O| Dec 13 20:38:44.025 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-13T20:38:45.139Z | [ recovery-image] Dec 13 20:38:44.047 INFO O| Dec 13 20:38:44.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5775 | 2024-12-13T20:38:45.139Z | [ recovery-image] Dec 13 20:38:44.048 INFO O| Dec 13 20:38:44.047 INFO STEP 490 (remove_files) COMPLETE |
5776 | 2024-12-13T20:38:45.139Z | [ recovery-image] Dec 13 20:38:44.048 INFO O| Dec 13 20:38:44.048 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-13T20:38:45.161Z | [ recovery-image] Dec 13 20:38:44.069 INFO O| Dec 13 20:38:44.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5778 | 2024-12-13T20:38:45.161Z | [ recovery-image] Dec 13 20:38:44.069 INFO O| Dec 13 20:38:44.069 INFO STEP 491 (remove_files) COMPLETE |
5779 | 2024-12-13T20:38:45.164Z | [ recovery-image] Dec 13 20:38:44.070 INFO O| Dec 13 20:38:44.069 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-13T20:38:45.195Z | [ recovery-image] Dec 13 20:38:44.103 INFO O| Dec 13 20:38:44.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5781 | 2024-12-13T20:38:45.195Z | [ recovery-image] Dec 13 20:38:44.103 INFO O| Dec 13 20:38:44.103 INFO STEP 492 (remove_files) COMPLETE |
5782 | 2024-12-13T20:38:45.195Z | [ recovery-image] Dec 13 20:38:44.103 INFO O| Dec 13 20:38:44.103 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-13T20:38:45.217Z | [ recovery-image] Dec 13 20:38:44.125 INFO O| Dec 13 20:38:44.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5784 | 2024-12-13T20:38:45.217Z | [ recovery-image] Dec 13 20:38:44.125 INFO O| Dec 13 20:38:44.125 INFO STEP 493 (remove_files) COMPLETE |
5785 | 2024-12-13T20:38:45.220Z | [ recovery-image] Dec 13 20:38:44.125 INFO O| Dec 13 20:38:44.125 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-13T20:38:45.239Z | [ recovery-image] Dec 13 20:38:44.148 INFO O| Dec 13 20:38:44.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5787 | 2024-12-13T20:38:45.239Z | [ recovery-image] Dec 13 20:38:44.148 INFO O| Dec 13 20:38:44.148 INFO STEP 494 (remove_files) COMPLETE |
5788 | 2024-12-13T20:38:45.242Z | [ recovery-image] Dec 13 20:38:44.148 INFO O| Dec 13 20:38:44.148 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-13T20:38:45.261Z | [ recovery-image] Dec 13 20:38:44.170 INFO O| Dec 13 20:38:44.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5790 | 2024-12-13T20:38:45.261Z | [ recovery-image] Dec 13 20:38:44.170 INFO O| Dec 13 20:38:44.170 INFO STEP 495 (remove_files) COMPLETE |
5791 | 2024-12-13T20:38:45.261Z | [ recovery-image] Dec 13 20:38:44.170 INFO O| Dec 13 20:38:44.170 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-13T20:38:45.296Z | [ recovery-image] Dec 13 20:38:44.205 INFO O| Dec 13 20:38:44.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5793 | 2024-12-13T20:38:45.296Z | [ recovery-image] Dec 13 20:38:44.205 INFO O| Dec 13 20:38:44.205 INFO STEP 496 (remove_files) COMPLETE |
5794 | 2024-12-13T20:38:45.296Z | [ recovery-image] Dec 13 20:38:44.205 INFO O| Dec 13 20:38:44.205 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-13T20:38:45.326Z | [ recovery-image] Dec 13 20:38:44.234 INFO O| Dec 13 20:38:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5796 | 2024-12-13T20:38:45.326Z | [ recovery-image] Dec 13 20:38:44.234 INFO O| Dec 13 20:38:44.234 INFO STEP 497 (remove_files) COMPLETE |
5797 | 2024-12-13T20:38:45.326Z | [ recovery-image] Dec 13 20:38:44.234 INFO O| Dec 13 20:38:44.234 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-13T20:38:45.382Z | [ recovery-image] Dec 13 20:38:44.290 INFO O| Dec 13 20:38:44.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5799 | 2024-12-13T20:38:45.385Z | [ recovery-image] Dec 13 20:38:44.291 INFO O| Dec 13 20:38:44.291 INFO STEP 498 (remove_files) COMPLETE |
5800 | 2024-12-13T20:38:45.385Z | [ recovery-image] Dec 13 20:38:44.291 INFO O| Dec 13 20:38:44.291 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-13T20:38:45.407Z | [ recovery-image] Dec 13 20:38:44.313 INFO O| Dec 13 20:38:44.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5802 | 2024-12-13T20:38:45.409Z | [ recovery-image] Dec 13 20:38:44.313 INFO O| Dec 13 20:38:44.313 INFO STEP 499 (remove_files) COMPLETE |
5803 | 2024-12-13T20:38:45.409Z | [ recovery-image] Dec 13 20:38:44.314 INFO O| Dec 13 20:38:44.313 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-13T20:38:45.426Z | [ recovery-image] Dec 13 20:38:44.334 INFO O| Dec 13 20:38:44.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5805 | 2024-12-13T20:38:45.426Z | [ recovery-image] Dec 13 20:38:44.335 INFO O| Dec 13 20:38:44.335 INFO STEP 500 (remove_files) COMPLETE |
5806 | 2024-12-13T20:38:45.429Z | [ recovery-image] Dec 13 20:38:44.335 INFO O| Dec 13 20:38:44.335 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-13T20:38:45.450Z | [ recovery-image] Dec 13 20:38:44.358 INFO O| Dec 13 20:38:44.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5808 | 2024-12-13T20:38:45.450Z | [ recovery-image] Dec 13 20:38:44.358 INFO O| Dec 13 20:38:44.358 INFO STEP 501 (remove_files) COMPLETE |
5809 | 2024-12-13T20:38:45.450Z | [ recovery-image] Dec 13 20:38:44.358 INFO O| Dec 13 20:38:44.358 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-13T20:38:45.458Z | [ host-image] Dec 13 20:38:44.366 INFO O| Dec 13 20:38:44.366 INFO O| Planning: Solver setup ... Done |
5811 | 2024-12-13T20:38:45.464Z | [ host-image] Dec 13 20:38:44.372 INFO O| Dec 13 20:38:44.372 INFO O| Planning: Running solver ... Done |
5812 | 2024-12-13T20:38:45.483Z | [ recovery-image] Dec 13 20:38:44.391 INFO O| Dec 13 20:38:44.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5813 | 2024-12-13T20:38:45.483Z | [ recovery-image] Dec 13 20:38:44.391 INFO O| Dec 13 20:38:44.391 INFO STEP 502 (remove_files) COMPLETE |
5814 | 2024-12-13T20:38:45.485Z | [ recovery-image] Dec 13 20:38:44.392 INFO O| Dec 13 20:38:44.391 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-12-13T20:38:45.507Z | [ recovery-image] Dec 13 20:38:44.415 INFO O| Dec 13 20:38:44.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5816 | 2024-12-13T20:38:45.507Z | [ recovery-image] Dec 13 20:38:44.415 INFO O| Dec 13 20:38:44.415 INFO STEP 503 (remove_files) COMPLETE |
5817 | 2024-12-13T20:38:45.507Z | [ recovery-image] Dec 13 20:38:44.415 INFO O| Dec 13 20:38:44.415 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-12-13T20:38:45.535Z | [ recovery-image] Dec 13 20:38:44.443 INFO O| Dec 13 20:38:44.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5819 | 2024-12-13T20:38:45.535Z | [ recovery-image] Dec 13 20:38:44.443 INFO O| Dec 13 20:38:44.443 INFO STEP 504 (remove_files) COMPLETE |
5820 | 2024-12-13T20:38:45.535Z | [ recovery-image] Dec 13 20:38:44.443 INFO O| Dec 13 20:38:44.443 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-12-13T20:38:45.558Z | [ host-image] Dec 13 20:38:44.466 INFO O| Dec 13 20:38:44.466 INFO O| Planning: Finding local manifests ... Done |
5822 | 2024-12-13T20:38:45.560Z | [ host-image] Dec 13 20:38:44.469 INFO O| Dec 13 20:38:44.469 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5823 | 2024-12-13T20:38:45.594Z | [ recovery-image] Dec 13 20:38:44.502 INFO O| Dec 13 20:38:44.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5824 | 2024-12-13T20:38:45.594Z | [ recovery-image] Dec 13 20:38:44.502 INFO O| Dec 13 20:38:44.502 INFO STEP 505 (remove_files) COMPLETE |
5825 | 2024-12-13T20:38:45.594Z | [ recovery-image] Dec 13 20:38:44.502 INFO O| Dec 13 20:38:44.502 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-12-13T20:38:45.618Z | [ recovery-image] Dec 13 20:38:44.526 INFO O| Dec 13 20:38:44.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5827 | 2024-12-13T20:38:45.650Z | [ recovery-image] Dec 13 20:38:44.559 INFO O| Dec 13 20:38:44.559 INFO STEP 506 (remove_files) COMPLETE |
5828 | 2024-12-13T20:38:45.650Z | [ recovery-image] Dec 13 20:38:44.559 INFO O| Dec 13 20:38:44.559 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-12-13T20:38:45.689Z | [ recovery-image] Dec 13 20:38:44.597 INFO O| Dec 13 20:38:44.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5830 | 2024-12-13T20:38:45.689Z | [ recovery-image] Dec 13 20:38:44.597 INFO O| Dec 13 20:38:44.597 INFO STEP 507 (remove_files) COMPLETE |
5831 | 2024-12-13T20:38:45.689Z | [ recovery-image] Dec 13 20:38:44.597 INFO O| Dec 13 20:38:44.597 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-12-13T20:38:45.751Z | [ recovery-image] Dec 13 20:38:44.659 INFO O| Dec 13 20:38:44.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5833 | 2024-12-13T20:38:45.751Z | [ recovery-image] Dec 13 20:38:44.660 INFO O| Dec 13 20:38:44.659 INFO STEP 508 (remove_files) COMPLETE |
5834 | 2024-12-13T20:38:45.751Z | [ recovery-image] Dec 13 20:38:44.660 INFO O| Dec 13 20:38:44.659 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-12-13T20:38:45.772Z | [ recovery-image] Dec 13 20:38:44.681 INFO O| Dec 13 20:38:44.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5836 | 2024-12-13T20:38:45.772Z | [ recovery-image] Dec 13 20:38:44.681 INFO O| Dec 13 20:38:44.681 INFO STEP 509 (remove_files) COMPLETE |
5837 | 2024-12-13T20:38:45.775Z | [ recovery-image] Dec 13 20:38:44.681 INFO O| Dec 13 20:38:44.681 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-12-13T20:38:45.794Z | [ recovery-image] Dec 13 20:38:44.703 INFO O| Dec 13 20:38:44.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5839 | 2024-12-13T20:38:45.794Z | [ recovery-image] Dec 13 20:38:44.703 INFO O| Dec 13 20:38:44.703 INFO STEP 510 (remove_files) COMPLETE |
5840 | 2024-12-13T20:38:45.794Z | [ recovery-image] Dec 13 20:38:44.703 INFO O| Dec 13 20:38:44.703 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-12-13T20:38:45.835Z | [ recovery-image] Dec 13 20:38:44.744 INFO O| Dec 13 20:38:44.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5842 | 2024-12-13T20:38:45.835Z | [ recovery-image] Dec 13 20:38:44.744 INFO O| Dec 13 20:38:44.744 INFO STEP 511 (remove_files) COMPLETE |
5843 | 2024-12-13T20:38:45.836Z | [ recovery-image] Dec 13 20:38:44.744 INFO O| Dec 13 20:38:44.744 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-12-13T20:38:45.873Z | [ recovery-image] Dec 13 20:38:44.781 INFO O| Dec 13 20:38:44.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5845 | 2024-12-13T20:38:45.875Z | [ recovery-image] Dec 13 20:38:44.781 INFO O| Dec 13 20:38:44.781 INFO STEP 512 (remove_files) COMPLETE |
5846 | 2024-12-13T20:38:45.875Z | [ recovery-image] Dec 13 20:38:44.781 INFO O| Dec 13 20:38:44.781 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-12-13T20:38:45.926Z | [ recovery-image] Dec 13 20:38:44.834 INFO O| Dec 13 20:38:44.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5848 | 2024-12-13T20:38:45.926Z | [ recovery-image] Dec 13 20:38:44.834 INFO O| Dec 13 20:38:44.834 INFO STEP 513 (remove_files) COMPLETE |
5849 | 2024-12-13T20:38:45.928Z | [ recovery-image] Dec 13 20:38:44.834 INFO O| Dec 13 20:38:44.834 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-12-13T20:38:45.951Z | [ recovery-image] Dec 13 20:38:44.859 INFO O| Dec 13 20:38:44.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5851 | 2024-12-13T20:38:45.951Z | [ recovery-image] Dec 13 20:38:44.859 INFO O| Dec 13 20:38:44.859 INFO STEP 514 (remove_files) COMPLETE |
5852 | 2024-12-13T20:38:45.951Z | [ recovery-image] Dec 13 20:38:44.859 INFO O| Dec 13 20:38:44.859 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-12-13T20:38:45.976Z | [ recovery-image] Dec 13 20:38:44.885 INFO O| Dec 13 20:38:44.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5854 | 2024-12-13T20:38:45.976Z | [ recovery-image] Dec 13 20:38:44.885 INFO O| Dec 13 20:38:44.885 INFO STEP 515 (remove_files) COMPLETE |
5855 | 2024-12-13T20:38:45.976Z | [ recovery-image] Dec 13 20:38:44.885 INFO O| Dec 13 20:38:44.885 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-12-13T20:38:46.002Z | [ recovery-image] Dec 13 20:38:44.908 INFO O| Dec 13 20:38:44.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5857 | 2024-12-13T20:38:46.002Z | [ recovery-image] Dec 13 20:38:44.908 INFO O| Dec 13 20:38:44.908 INFO STEP 516 (remove_files) COMPLETE |
5858 | 2024-12-13T20:38:46.003Z | [ recovery-image] Dec 13 20:38:44.909 INFO O| Dec 13 20:38:44.908 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-12-13T20:38:46.024Z | [ recovery-image] Dec 13 20:38:44.932 INFO O| Dec 13 20:38:44.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5860 | 2024-12-13T20:38:46.024Z | [ recovery-image] Dec 13 20:38:44.932 INFO O| Dec 13 20:38:44.932 INFO STEP 517 (remove_files) COMPLETE |
5861 | 2024-12-13T20:38:46.026Z | [ recovery-image] Dec 13 20:38:44.932 INFO O| Dec 13 20:38:44.932 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-12-13T20:38:46.049Z | [ recovery-image] Dec 13 20:38:44.957 INFO O| Dec 13 20:38:44.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5863 | 2024-12-13T20:38:46.049Z | [ recovery-image] Dec 13 20:38:44.957 INFO O| Dec 13 20:38:44.957 INFO STEP 518 (remove_files) COMPLETE |
5864 | 2024-12-13T20:38:46.051Z | [ recovery-image] Dec 13 20:38:44.957 INFO O| Dec 13 20:38:44.957 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-12-13T20:38:46.078Z | [ host-image] Dec 13 20:38:44.986 INFO O| Dec 13 20:38:44.986 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5866 | 2024-12-13T20:38:46.092Z | [ recovery-image] Dec 13 20:38:45.000 INFO O| Dec 13 20:38:45.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5867 | 2024-12-13T20:38:46.092Z | [ recovery-image] Dec 13 20:38:45.000 INFO O| Dec 13 20:38:45.000 INFO STEP 519 (remove_files) COMPLETE |
5868 | 2024-12-13T20:38:46.092Z | [ recovery-image] Dec 13 20:38:45.000 INFO O| Dec 13 20:38:45.000 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-12-13T20:38:46.143Z | [ host-image] Dec 13 20:38:45.051 INFO O| Dec 13 20:38:45.051 INFO O| Planning: Package planning ... Done |
5870 | 2024-12-13T20:38:46.148Z | [ recovery-image] Dec 13 20:38:45.057 INFO O| Dec 13 20:38:45.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5871 | 2024-12-13T20:38:46.151Z | [ recovery-image] Dec 13 20:38:45.057 INFO O| Dec 13 20:38:45.057 INFO STEP 520 (remove_files) COMPLETE |
5872 | 2024-12-13T20:38:46.151Z | [ recovery-image] Dec 13 20:38:45.057 INFO O| Dec 13 20:38:45.057 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-13T20:38:46.173Z | [ recovery-image] Dec 13 20:38:45.081 INFO O| Dec 13 20:38:45.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5874 | 2024-12-13T20:38:46.175Z | [ recovery-image] Dec 13 20:38:45.081 INFO O| Dec 13 20:38:45.081 INFO STEP 521 (remove_files) COMPLETE |
5875 | 2024-12-13T20:38:46.175Z | [ recovery-image] Dec 13 20:38:45.081 INFO O| Dec 13 20:38:45.081 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-13T20:38:46.214Z | [ host-image] Dec 13 20:38:45.122 INFO O| Dec 13 20:38:45.122 INFO O| Planning: Merging actions ... Done |
5877 | 2024-12-13T20:38:46.217Z | [ recovery-image] Dec 13 20:38:45.123 INFO O| Dec 13 20:38:45.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5878 | 2024-12-13T20:38:46.217Z | [ recovery-image] Dec 13 20:38:45.123 INFO O| Dec 13 20:38:45.123 INFO STEP 522 (remove_files) COMPLETE |
5879 | 2024-12-13T20:38:46.217Z | [ recovery-image] Dec 13 20:38:45.123 INFO O| Dec 13 20:38:45.123 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-12-13T20:38:46.266Z | [ recovery-image] Dec 13 20:38:45.174 INFO O| Dec 13 20:38:45.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5881 | 2024-12-13T20:38:46.266Z | [ recovery-image] Dec 13 20:38:45.174 INFO O| Dec 13 20:38:45.174 INFO STEP 523 (remove_files) COMPLETE |
5882 | 2024-12-13T20:38:46.269Z | [ recovery-image] Dec 13 20:38:45.174 INFO O| Dec 13 20:38:45.174 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-12-13T20:38:46.289Z | [ recovery-image] Dec 13 20:38:45.198 INFO O| Dec 13 20:38:45.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5884 | 2024-12-13T20:38:46.289Z | [ recovery-image] Dec 13 20:38:45.198 INFO O| Dec 13 20:38:45.198 INFO STEP 524 (remove_files) COMPLETE |
5885 | 2024-12-13T20:38:46.293Z | [ recovery-image] Dec 13 20:38:45.198 INFO O| Dec 13 20:38:45.198 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-12-13T20:38:46.331Z | [ recovery-image] Dec 13 20:38:45.239 INFO O| Dec 13 20:38:45.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5887 | 2024-12-13T20:38:46.334Z | [ recovery-image] Dec 13 20:38:45.239 INFO O| Dec 13 20:38:45.239 INFO STEP 525 (remove_files) COMPLETE |
5888 | 2024-12-13T20:38:46.334Z | [ recovery-image] Dec 13 20:38:45.240 INFO O| Dec 13 20:38:45.240 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-12-13T20:38:46.377Z | [ recovery-image] Dec 13 20:38:45.286 INFO O| Dec 13 20:38:45.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5890 | 2024-12-13T20:38:46.377Z | [ recovery-image] Dec 13 20:38:45.286 INFO O| Dec 13 20:38:45.286 INFO STEP 526 (remove_files) COMPLETE |
5891 | 2024-12-13T20:38:46.377Z | [ recovery-image] Dec 13 20:38:45.286 INFO O| Dec 13 20:38:45.286 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-12-13T20:38:46.394Z | [ host-image] Dec 13 20:38:45.302 INFO O| Dec 13 20:38:45.302 INFO O| Planning: Checking for conflicting actions ... Done |
5893 | 2024-12-13T20:38:46.406Z | [ host-image] Dec 13 20:38:45.314 INFO O| Dec 13 20:38:45.314 INFO O| Planning: Consolidating action changes ... Done |
5894 | 2024-12-13T20:38:46.409Z | [ recovery-image] Dec 13 20:38:45.318 INFO O| Dec 13 20:38:45.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5895 | 2024-12-13T20:38:46.409Z | [ recovery-image] Dec 13 20:38:45.318 INFO O| Dec 13 20:38:45.318 INFO STEP 527 (remove_files) COMPLETE |
5896 | 2024-12-13T20:38:46.409Z | [ recovery-image] Dec 13 20:38:45.318 INFO O| Dec 13 20:38:45.318 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-13T20:38:46.445Z | [ recovery-image] Dec 13 20:38:45.353 INFO O| Dec 13 20:38:45.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5898 | 2024-12-13T20:38:46.445Z | [ recovery-image] Dec 13 20:38:45.353 INFO O| Dec 13 20:38:45.353 INFO STEP 528 (remove_files) COMPLETE |
5899 | 2024-12-13T20:38:46.445Z | [ recovery-image] Dec 13 20:38:45.353 INFO O| Dec 13 20:38:45.353 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-13T20:38:46.470Z | [ recovery-image] Dec 13 20:38:45.378 INFO O| Dec 13 20:38:45.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5901 | 2024-12-13T20:38:46.470Z | [ recovery-image] Dec 13 20:38:45.378 INFO O| Dec 13 20:38:45.378 INFO STEP 529 (remove_files) COMPLETE |
5902 | 2024-12-13T20:38:46.470Z | [ recovery-image] Dec 13 20:38:45.378 INFO O| Dec 13 20:38:45.378 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-13T20:38:46.493Z | [ recovery-image] Dec 13 20:38:45.401 INFO O| Dec 13 20:38:45.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5904 | 2024-12-13T20:38:46.493Z | [ recovery-image] Dec 13 20:38:45.401 INFO O| Dec 13 20:38:45.401 INFO STEP 530 (remove_files) COMPLETE |
5905 | 2024-12-13T20:38:46.493Z | [ recovery-image] Dec 13 20:38:45.401 INFO O| Dec 13 20:38:45.401 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-13T20:38:46.515Z | [ recovery-image] Dec 13 20:38:45.423 INFO O| Dec 13 20:38:45.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5907 | 2024-12-13T20:38:46.515Z | [ recovery-image] Dec 13 20:38:45.423 INFO O| Dec 13 20:38:45.423 INFO STEP 531 (remove_files) COMPLETE |
5908 | 2024-12-13T20:38:46.519Z | [ recovery-image] Dec 13 20:38:45.423 INFO O| Dec 13 20:38:45.423 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-13T20:38:46.538Z | [ recovery-image] Dec 13 20:38:45.447 INFO O| Dec 13 20:38:45.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5910 | 2024-12-13T20:38:46.538Z | [ recovery-image] Dec 13 20:38:45.447 INFO O| Dec 13 20:38:45.447 INFO STEP 532 (remove_files) COMPLETE |
5911 | 2024-12-13T20:38:46.540Z | [ recovery-image] Dec 13 20:38:45.447 INFO O| Dec 13 20:38:45.447 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-13T20:38:46.563Z | [ recovery-image] Dec 13 20:38:45.471 INFO O| Dec 13 20:38:45.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5913 | 2024-12-13T20:38:46.565Z | [ recovery-image] Dec 13 20:38:45.471 INFO O| Dec 13 20:38:45.471 INFO STEP 533 (remove_files) COMPLETE |
5914 | 2024-12-13T20:38:46.565Z | [ recovery-image] Dec 13 20:38:45.471 INFO O| Dec 13 20:38:45.471 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-13T20:38:46.588Z | [ recovery-image] Dec 13 20:38:45.496 INFO O| Dec 13 20:38:45.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5916 | 2024-12-13T20:38:46.591Z | [ recovery-image] Dec 13 20:38:45.497 INFO O| Dec 13 20:38:45.497 INFO STEP 534 (remove_files) COMPLETE |
5917 | 2024-12-13T20:38:46.591Z | [ recovery-image] Dec 13 20:38:45.497 INFO O| Dec 13 20:38:45.497 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-13T20:38:46.625Z | [ recovery-image] Dec 13 20:38:45.533 INFO O| Dec 13 20:38:45.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5919 | 2024-12-13T20:38:46.628Z | [ recovery-image] Dec 13 20:38:45.533 INFO O| Dec 13 20:38:45.533 INFO STEP 535 (remove_files) COMPLETE |
5920 | 2024-12-13T20:38:46.628Z | [ recovery-image] Dec 13 20:38:45.533 INFO O| Dec 13 20:38:45.533 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-13T20:38:46.661Z | [ recovery-image] Dec 13 20:38:45.570 INFO O| Dec 13 20:38:45.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5922 | 2024-12-13T20:38:46.661Z | [ recovery-image] Dec 13 20:38:45.570 INFO O| Dec 13 20:38:45.570 INFO STEP 536 (remove_files) COMPLETE |
5923 | 2024-12-13T20:38:46.664Z | [ recovery-image] Dec 13 20:38:45.570 INFO O| Dec 13 20:38:45.570 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-13T20:38:46.690Z | [ recovery-image] Dec 13 20:38:45.597 INFO O| Dec 13 20:38:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5925 | 2024-12-13T20:38:46.690Z | [ recovery-image] Dec 13 20:38:45.598 INFO O| Dec 13 20:38:45.598 INFO STEP 537 (remove_files) COMPLETE |
5926 | 2024-12-13T20:38:46.690Z | [ recovery-image] Dec 13 20:38:45.598 INFO O| Dec 13 20:38:45.598 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-13T20:38:46.759Z | [ recovery-image] Dec 13 20:38:45.667 INFO O| Dec 13 20:38:45.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5928 | 2024-12-13T20:38:46.759Z | [ recovery-image] Dec 13 20:38:45.667 INFO O| Dec 13 20:38:45.667 INFO STEP 538 (remove_files) COMPLETE |
5929 | 2024-12-13T20:38:46.761Z | [ recovery-image] Dec 13 20:38:45.667 INFO O| Dec 13 20:38:45.667 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-13T20:38:46.817Z | [ recovery-image] Dec 13 20:38:45.726 INFO O| Dec 13 20:38:45.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5931 | 2024-12-13T20:38:46.817Z | [ recovery-image] Dec 13 20:38:45.726 INFO O| Dec 13 20:38:45.726 INFO STEP 539 (remove_files) COMPLETE |
5932 | 2024-12-13T20:38:46.817Z | [ recovery-image] Dec 13 20:38:45.726 INFO O| Dec 13 20:38:45.726 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-13T20:38:46.919Z | [ recovery-image] Dec 13 20:38:45.826 INFO O| Dec 13 20:38:45.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5934 | 2024-12-13T20:38:46.919Z | [ recovery-image] Dec 13 20:38:45.826 INFO O| Dec 13 20:38:45.826 INFO STEP 540 (remove_files) COMPLETE |
5935 | 2024-12-13T20:38:46.919Z | [ recovery-image] Dec 13 20:38:45.826 INFO O| Dec 13 20:38:45.826 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-13T20:38:46.972Z | [ recovery-image] Dec 13 20:38:45.881 INFO O| Dec 13 20:38:45.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5937 | 2024-12-13T20:38:46.972Z | [ recovery-image] Dec 13 20:38:45.881 INFO O| Dec 13 20:38:45.881 INFO STEP 541 (remove_files) COMPLETE |
5938 | 2024-12-13T20:38:46.972Z | [ recovery-image] Dec 13 20:38:45.881 INFO O| Dec 13 20:38:45.881 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-13T20:38:47.006Z | [ recovery-image] Dec 13 20:38:45.914 INFO O| Dec 13 20:38:45.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5940 | 2024-12-13T20:38:47.008Z | [ recovery-image] Dec 13 20:38:45.914 INFO O| Dec 13 20:38:45.914 INFO STEP 542 (remove_files) COMPLETE |
5941 | 2024-12-13T20:38:47.009Z | [ recovery-image] Dec 13 20:38:45.914 INFO O| Dec 13 20:38:45.914 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-13T20:38:47.026Z | [ host-image] Dec 13 20:38:45.935 INFO O| Dec 13 20:38:45.934 INFO O| Planning: Evaluating mediators ... Done |
5943 | 2024-12-13T20:38:47.029Z | [ recovery-image] Dec 13 20:38:45.935 INFO O| Dec 13 20:38:45.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5944 | 2024-12-13T20:38:47.029Z | [ recovery-image] Dec 13 20:38:45.936 INFO O| Dec 13 20:38:45.936 INFO STEP 543 (remove_files) COMPLETE |
5945 | 2024-12-13T20:38:47.029Z | [ recovery-image] Dec 13 20:38:45.936 INFO O| Dec 13 20:38:45.936 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-12-13T20:38:47.032Z | [ host-image] Dec 13 20:38:45.939 INFO O| Dec 13 20:38:45.939 INFO O| Planning: Planning completed in 5.82 seconds |
5947 | 2024-12-13T20:38:47.034Z | [ host-image] Dec 13 20:38:45.942 INFO O| Dec 13 20:38:45.942 INFO O| Packages to install: 6 |
5948 | 2024-12-13T20:38:47.034Z | [ host-image] Dec 13 20:38:45.942 INFO O| Dec 13 20:38:45.942 INFO O| Mediators to change: 1 |
5949 | 2024-12-13T20:38:47.034Z | [ host-image] Dec 13 20:38:45.942 INFO O| Dec 13 20:38:45.942 INFO O| Services to change: 1 |
5950 | 2024-12-13T20:38:47.051Z | [ recovery-image] Dec 13 20:38:45.959 INFO O| Dec 13 20:38:45.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5951 | 2024-12-13T20:38:47.051Z | [ recovery-image] Dec 13 20:38:45.959 INFO O| Dec 13 20:38:45.959 INFO STEP 544 (remove_files) COMPLETE |
5952 | 2024-12-13T20:38:47.053Z | [ recovery-image] Dec 13 20:38:45.959 INFO O| Dec 13 20:38:45.959 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-13T20:38:47.056Z | [ host-image] Dec 13 20:38:45.964 INFO O| Dec 13 20:38:45.964 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5954 | 2024-12-13T20:38:47.117Z | [ recovery-image] Dec 13 20:38:46.025 INFO O| Dec 13 20:38:46.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5955 | 2024-12-13T20:38:47.117Z | [ recovery-image] Dec 13 20:38:46.025 INFO O| Dec 13 20:38:46.025 INFO STEP 545 (remove_files) COMPLETE |
5956 | 2024-12-13T20:38:47.117Z | [ recovery-image] Dec 13 20:38:46.025 INFO O| Dec 13 20:38:46.025 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-13T20:38:47.154Z | [ recovery-image] Dec 13 20:38:46.062 INFO O| Dec 13 20:38:46.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5958 | 2024-12-13T20:38:47.154Z | [ recovery-image] Dec 13 20:38:46.062 INFO O| Dec 13 20:38:46.062 INFO STEP 546 (remove_files) COMPLETE |
5959 | 2024-12-13T20:38:47.156Z | [ recovery-image] Dec 13 20:38:46.062 INFO O| Dec 13 20:38:46.062 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-13T20:38:47.209Z | [ recovery-image] Dec 13 20:38:46.117 INFO O| Dec 13 20:38:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5961 | 2024-12-13T20:38:47.209Z | [ recovery-image] Dec 13 20:38:46.117 INFO O| Dec 13 20:38:46.117 INFO STEP 547 (remove_files) COMPLETE |
5962 | 2024-12-13T20:38:47.211Z | [ recovery-image] Dec 13 20:38:46.117 INFO O| Dec 13 20:38:46.117 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-13T20:38:47.229Z | [ recovery-image] Dec 13 20:38:46.137 INFO O| Dec 13 20:38:46.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5964 | 2024-12-13T20:38:47.229Z | [ recovery-image] Dec 13 20:38:46.137 INFO O| Dec 13 20:38:46.137 INFO STEP 548 (remove_files) COMPLETE |
5965 | 2024-12-13T20:38:47.229Z | [ recovery-image] Dec 13 20:38:46.137 INFO O| Dec 13 20:38:46.137 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-13T20:38:47.253Z | [ recovery-image] Dec 13 20:38:46.161 INFO O| Dec 13 20:38:46.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5967 | 2024-12-13T20:38:47.253Z | [ recovery-image] Dec 13 20:38:46.161 INFO O| Dec 13 20:38:46.161 INFO STEP 549 (remove_files) COMPLETE |
5968 | 2024-12-13T20:38:47.253Z | [ recovery-image] Dec 13 20:38:46.161 INFO O| Dec 13 20:38:46.161 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-13T20:38:47.278Z | [ recovery-image] Dec 13 20:38:46.186 INFO O| Dec 13 20:38:46.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5970 | 2024-12-13T20:38:47.278Z | [ recovery-image] Dec 13 20:38:46.186 INFO O| Dec 13 20:38:46.186 INFO STEP 550 (remove_files) COMPLETE |
5971 | 2024-12-13T20:38:47.281Z | [ recovery-image] Dec 13 20:38:46.186 INFO O| Dec 13 20:38:46.186 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-13T20:38:47.331Z | [ recovery-image] Dec 13 20:38:46.239 INFO O| Dec 13 20:38:46.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5973 | 2024-12-13T20:38:47.331Z | [ recovery-image] Dec 13 20:38:46.239 INFO O| Dec 13 20:38:46.239 INFO STEP 551 (remove_files) COMPLETE |
5974 | 2024-12-13T20:38:47.333Z | [ recovery-image] Dec 13 20:38:46.239 INFO O| Dec 13 20:38:46.239 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-13T20:38:47.354Z | [ recovery-image] Dec 13 20:38:46.263 INFO O| Dec 13 20:38:46.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5976 | 2024-12-13T20:38:47.355Z | [ recovery-image] Dec 13 20:38:46.263 INFO O| Dec 13 20:38:46.263 INFO STEP 552 (remove_files) COMPLETE |
5977 | 2024-12-13T20:38:47.357Z | [ recovery-image] Dec 13 20:38:46.263 INFO O| Dec 13 20:38:46.263 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-13T20:38:47.376Z | [ recovery-image] Dec 13 20:38:46.284 INFO O| Dec 13 20:38:46.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5979 | 2024-12-13T20:38:47.400Z | [ recovery-image] Dec 13 20:38:46.308 INFO O| Dec 13 20:38:46.308 INFO STEP 553 (remove_files) COMPLETE |
5980 | 2024-12-13T20:38:47.400Z | [ recovery-image] Dec 13 20:38:46.308 INFO O| Dec 13 20:38:46.308 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-13T20:38:47.422Z | [ recovery-image] Dec 13 20:38:46.331 INFO O| Dec 13 20:38:46.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5982 | 2024-12-13T20:38:47.425Z | [ recovery-image] Dec 13 20:38:46.331 INFO O| Dec 13 20:38:46.331 INFO STEP 554 (remove_files) COMPLETE |
5983 | 2024-12-13T20:38:47.425Z | [ recovery-image] Dec 13 20:38:46.331 INFO O| Dec 13 20:38:46.331 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-13T20:38:47.444Z | [ recovery-image] Dec 13 20:38:46.352 INFO O| Dec 13 20:38:46.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5985 | 2024-12-13T20:38:47.444Z | [ recovery-image] Dec 13 20:38:46.352 INFO O| Dec 13 20:38:46.352 INFO STEP 555 (remove_files) COMPLETE |
5986 | 2024-12-13T20:38:47.444Z | [ recovery-image] Dec 13 20:38:46.352 INFO O| Dec 13 20:38:46.352 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-13T20:38:47.470Z | [ recovery-image] Dec 13 20:38:46.379 INFO O| Dec 13 20:38:46.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5988 | 2024-12-13T20:38:47.470Z | [ recovery-image] Dec 13 20:38:46.379 INFO O| Dec 13 20:38:46.379 INFO STEP 556 (remove_files) COMPLETE |
5989 | 2024-12-13T20:38:47.473Z | [ recovery-image] Dec 13 20:38:46.379 INFO O| Dec 13 20:38:46.379 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-13T20:38:47.499Z | [ recovery-image] Dec 13 20:38:46.406 INFO O| Dec 13 20:38:46.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5991 | 2024-12-13T20:38:47.499Z | [ recovery-image] Dec 13 20:38:46.407 INFO O| Dec 13 20:38:46.407 INFO STEP 557 (remove_files) COMPLETE |
5992 | 2024-12-13T20:38:47.499Z | [ recovery-image] Dec 13 20:38:46.407 INFO O| Dec 13 20:38:46.407 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-13T20:38:47.527Z | [ recovery-image] Dec 13 20:38:46.435 INFO O| Dec 13 20:38:46.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5994 | 2024-12-13T20:38:47.527Z | [ recovery-image] Dec 13 20:38:46.435 INFO O| Dec 13 20:38:46.435 INFO STEP 558 (remove_files) COMPLETE |
5995 | 2024-12-13T20:38:47.529Z | [ recovery-image] Dec 13 20:38:46.435 INFO O| Dec 13 20:38:46.435 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-13T20:38:47.549Z | [ recovery-image] Dec 13 20:38:46.457 INFO O| Dec 13 20:38:46.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5997 | 2024-12-13T20:38:47.549Z | [ recovery-image] Dec 13 20:38:46.457 INFO O| Dec 13 20:38:46.457 INFO STEP 559 (remove_files) COMPLETE |
5998 | 2024-12-13T20:38:47.549Z | [ recovery-image] Dec 13 20:38:46.457 INFO O| Dec 13 20:38:46.457 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-13T20:38:47.590Z | [ recovery-image] Dec 13 20:38:46.498 INFO O| Dec 13 20:38:46.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6000 | 2024-12-13T20:38:47.591Z | [ recovery-image] Dec 13 20:38:46.498 INFO O| Dec 13 20:38:46.498 INFO STEP 560 (remove_files) COMPLETE |
6001 | 2024-12-13T20:38:47.591Z | [ recovery-image] Dec 13 20:38:46.498 INFO O| Dec 13 20:38:46.498 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-13T20:38:47.617Z | [ recovery-image] Dec 13 20:38:46.525 INFO O| Dec 13 20:38:46.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6003 | 2024-12-13T20:38:47.617Z | [ recovery-image] Dec 13 20:38:46.525 INFO O| Dec 13 20:38:46.525 INFO STEP 561 (remove_files) COMPLETE |
6004 | 2024-12-13T20:38:47.619Z | [ recovery-image] Dec 13 20:38:46.525 INFO O| Dec 13 20:38:46.525 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-13T20:38:47.645Z | [ recovery-image] Dec 13 20:38:46.553 INFO O| Dec 13 20:38:46.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6006 | 2024-12-13T20:38:47.645Z | [ recovery-image] Dec 13 20:38:46.553 INFO O| Dec 13 20:38:46.553 INFO STEP 562 (remove_files) COMPLETE |
6007 | 2024-12-13T20:38:47.648Z | [ recovery-image] Dec 13 20:38:46.553 INFO O| Dec 13 20:38:46.553 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-13T20:38:47.667Z | [ recovery-image] Dec 13 20:38:46.575 INFO O| Dec 13 20:38:46.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6009 | 2024-12-13T20:38:47.667Z | [ recovery-image] Dec 13 20:38:46.575 INFO O| Dec 13 20:38:46.575 INFO STEP 563 (remove_files) COMPLETE |
6010 | 2024-12-13T20:38:47.670Z | [ recovery-image] Dec 13 20:38:46.575 INFO O| Dec 13 20:38:46.575 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-13T20:38:47.724Z | [ recovery-image] Dec 13 20:38:46.632 INFO O| Dec 13 20:38:46.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6012 | 2024-12-13T20:38:47.724Z | [ recovery-image] Dec 13 20:38:46.632 INFO O| Dec 13 20:38:46.632 INFO STEP 564 (remove_files) COMPLETE |
6013 | 2024-12-13T20:38:47.724Z | [ recovery-image] Dec 13 20:38:46.632 INFO O| Dec 13 20:38:46.632 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-13T20:38:47.746Z | [ recovery-image] Dec 13 20:38:46.654 INFO O| Dec 13 20:38:46.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6015 | 2024-12-13T20:38:47.746Z | [ recovery-image] Dec 13 20:38:46.654 INFO O| Dec 13 20:38:46.654 INFO STEP 565 (remove_files) COMPLETE |
6016 | 2024-12-13T20:38:47.746Z | [ recovery-image] Dec 13 20:38:46.654 INFO O| Dec 13 20:38:46.654 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-13T20:38:47.767Z | [ recovery-image] Dec 13 20:38:46.675 INFO O| Dec 13 20:38:46.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6018 | 2024-12-13T20:38:47.767Z | [ recovery-image] Dec 13 20:38:46.675 INFO O| Dec 13 20:38:46.675 INFO STEP 566 (remove_files) COMPLETE |
6019 | 2024-12-13T20:38:47.767Z | [ recovery-image] Dec 13 20:38:46.676 INFO O| Dec 13 20:38:46.675 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-13T20:38:47.789Z | [ recovery-image] Dec 13 20:38:46.698 INFO O| Dec 13 20:38:46.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6021 | 2024-12-13T20:38:47.790Z | [ recovery-image] Dec 13 20:38:46.698 INFO O| Dec 13 20:38:46.698 INFO STEP 567 (remove_files) COMPLETE |
6022 | 2024-12-13T20:38:47.790Z | [ recovery-image] Dec 13 20:38:46.698 INFO O| Dec 13 20:38:46.698 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-13T20:38:47.815Z | [ recovery-image] Dec 13 20:38:46.723 INFO O| Dec 13 20:38:46.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6024 | 2024-12-13T20:38:47.815Z | [ recovery-image] Dec 13 20:38:46.723 INFO O| Dec 13 20:38:46.723 INFO STEP 568 (remove_files) COMPLETE |
6025 | 2024-12-13T20:38:47.815Z | [ recovery-image] Dec 13 20:38:46.723 INFO O| Dec 13 20:38:46.723 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-13T20:38:47.840Z | [ recovery-image] Dec 13 20:38:46.748 INFO O| Dec 13 20:38:46.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6027 | 2024-12-13T20:38:47.840Z | [ recovery-image] Dec 13 20:38:46.748 INFO O| Dec 13 20:38:46.748 INFO STEP 569 (remove_files) COMPLETE |
6028 | 2024-12-13T20:38:47.840Z | [ recovery-image] Dec 13 20:38:46.748 INFO O| Dec 13 20:38:46.748 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-13T20:38:47.866Z | [ recovery-image] Dec 13 20:38:46.774 INFO O| Dec 13 20:38:46.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6030 | 2024-12-13T20:38:47.866Z | [ recovery-image] Dec 13 20:38:46.774 INFO O| Dec 13 20:38:46.774 INFO STEP 570 (remove_files) COMPLETE |
6031 | 2024-12-13T20:38:47.869Z | [ recovery-image] Dec 13 20:38:46.775 INFO O| Dec 13 20:38:46.774 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-13T20:38:47.899Z | [ recovery-image] Dec 13 20:38:46.807 INFO O| Dec 13 20:38:46.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6033 | 2024-12-13T20:38:47.899Z | [ recovery-image] Dec 13 20:38:46.807 INFO O| Dec 13 20:38:46.807 INFO STEP 571 (remove_files) COMPLETE |
6034 | 2024-12-13T20:38:47.900Z | [ recovery-image] Dec 13 20:38:46.807 INFO O| Dec 13 20:38:46.807 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-13T20:38:47.921Z | [ recovery-image] Dec 13 20:38:46.829 INFO O| Dec 13 20:38:46.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6036 | 2024-12-13T20:38:47.921Z | [ recovery-image] Dec 13 20:38:46.829 INFO O| Dec 13 20:38:46.829 INFO STEP 572 (remove_files) COMPLETE |
6037 | 2024-12-13T20:38:47.921Z | [ recovery-image] Dec 13 20:38:46.830 INFO O| Dec 13 20:38:46.829 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-13T20:38:47.943Z | [ recovery-image] Dec 13 20:38:46.851 INFO O| Dec 13 20:38:46.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6039 | 2024-12-13T20:38:47.943Z | [ recovery-image] Dec 13 20:38:46.851 INFO O| Dec 13 20:38:46.851 INFO STEP 573 (remove_files) COMPLETE |
6040 | 2024-12-13T20:38:47.943Z | [ recovery-image] Dec 13 20:38:46.851 INFO O| Dec 13 20:38:46.851 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-13T20:38:47.965Z | [ recovery-image] Dec 13 20:38:46.872 INFO O| Dec 13 20:38:46.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6042 | 2024-12-13T20:38:47.965Z | [ recovery-image] Dec 13 20:38:46.872 INFO O| Dec 13 20:38:46.872 INFO STEP 574 (remove_files) COMPLETE |
6043 | 2024-12-13T20:38:47.965Z | [ recovery-image] Dec 13 20:38:46.872 INFO O| Dec 13 20:38:46.872 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-13T20:38:47.997Z | [ recovery-image] Dec 13 20:38:46.905 INFO O| Dec 13 20:38:46.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6045 | 2024-12-13T20:38:47.997Z | [ recovery-image] Dec 13 20:38:46.905 INFO O| Dec 13 20:38:46.905 INFO STEP 575 (remove_files) COMPLETE |
6046 | 2024-12-13T20:38:47.997Z | [ recovery-image] Dec 13 20:38:46.905 INFO O| Dec 13 20:38:46.905 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-13T20:38:48.080Z | [ recovery-image] Dec 13 20:38:46.987 INFO O| Dec 13 20:38:46.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6048 | 2024-12-13T20:38:48.080Z | [ recovery-image] Dec 13 20:38:46.987 INFO O| Dec 13 20:38:46.987 INFO STEP 576 (remove_files) COMPLETE |
6049 | 2024-12-13T20:38:48.080Z | [ recovery-image] Dec 13 20:38:46.988 INFO O| Dec 13 20:38:46.987 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-13T20:38:48.123Z | [ recovery-image] Dec 13 20:38:47.030 INFO O| Dec 13 20:38:47.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6051 | 2024-12-13T20:38:48.123Z | [ recovery-image] Dec 13 20:38:47.030 INFO O| Dec 13 20:38:47.030 INFO STEP 577 (remove_files) COMPLETE |
6052 | 2024-12-13T20:38:48.123Z | [ recovery-image] Dec 13 20:38:47.030 INFO O| Dec 13 20:38:47.030 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-13T20:38:48.162Z | [ recovery-image] Dec 13 20:38:47.070 INFO O| Dec 13 20:38:47.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6054 | 2024-12-13T20:38:48.162Z | [ recovery-image] Dec 13 20:38:47.070 INFO O| Dec 13 20:38:47.070 INFO STEP 578 (remove_files) COMPLETE |
6055 | 2024-12-13T20:38:48.164Z | [ recovery-image] Dec 13 20:38:47.070 INFO O| Dec 13 20:38:47.070 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-13T20:38:48.233Z | [ recovery-image] Dec 13 20:38:47.141 INFO O| Dec 13 20:38:47.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6057 | 2024-12-13T20:38:48.235Z | [ recovery-image] Dec 13 20:38:47.141 INFO O| Dec 13 20:38:47.141 INFO STEP 579 (remove_files) COMPLETE |
6058 | 2024-12-13T20:38:48.235Z | [ recovery-image] Dec 13 20:38:47.141 INFO O| Dec 13 20:38:47.141 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-13T20:38:48.255Z | [ recovery-image] Dec 13 20:38:47.162 INFO O| Dec 13 20:38:47.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6060 | 2024-12-13T20:38:48.255Z | [ recovery-image] Dec 13 20:38:47.162 INFO O| Dec 13 20:38:47.162 INFO STEP 580 (remove_files) COMPLETE |
6061 | 2024-12-13T20:38:48.255Z | [ recovery-image] Dec 13 20:38:47.162 INFO O| Dec 13 20:38:47.162 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-13T20:38:48.293Z | [ recovery-image] Dec 13 20:38:47.198 INFO O| Dec 13 20:38:47.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6063 | 2024-12-13T20:38:48.293Z | [ recovery-image] Dec 13 20:38:47.199 INFO O| Dec 13 20:38:47.199 INFO STEP 581 (remove_files) COMPLETE |
6064 | 2024-12-13T20:38:48.293Z | [ recovery-image] Dec 13 20:38:47.199 INFO O| Dec 13 20:38:47.199 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-13T20:38:48.331Z | [ recovery-image] Dec 13 20:38:47.239 INFO O| Dec 13 20:38:47.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6066 | 2024-12-13T20:38:48.331Z | [ recovery-image] Dec 13 20:38:47.239 INFO O| Dec 13 20:38:47.239 INFO STEP 582 (remove_files) COMPLETE |
6067 | 2024-12-13T20:38:48.331Z | [ recovery-image] Dec 13 20:38:47.239 INFO O| Dec 13 20:38:47.239 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-13T20:38:48.353Z | [ recovery-image] Dec 13 20:38:47.261 INFO O| Dec 13 20:38:47.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6069 | 2024-12-13T20:38:48.353Z | [ recovery-image] Dec 13 20:38:47.261 INFO O| Dec 13 20:38:47.261 INFO STEP 583 (remove_files) COMPLETE |
6070 | 2024-12-13T20:38:48.356Z | [ recovery-image] Dec 13 20:38:47.261 INFO O| Dec 13 20:38:47.261 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-13T20:38:48.375Z | [ recovery-image] Dec 13 20:38:47.283 INFO O| Dec 13 20:38:47.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6072 | 2024-12-13T20:38:48.375Z | [ recovery-image] Dec 13 20:38:47.283 INFO O| Dec 13 20:38:47.283 INFO STEP 584 (remove_files) COMPLETE |
6073 | 2024-12-13T20:38:48.377Z | [ recovery-image] Dec 13 20:38:47.283 INFO O| Dec 13 20:38:47.283 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-13T20:38:48.397Z | [ recovery-image] Dec 13 20:38:47.305 INFO O| Dec 13 20:38:47.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6075 | 2024-12-13T20:38:48.397Z | [ recovery-image] Dec 13 20:38:47.305 INFO O| Dec 13 20:38:47.305 INFO STEP 585 (remove_files) COMPLETE |
6076 | 2024-12-13T20:38:48.397Z | [ recovery-image] Dec 13 20:38:47.305 INFO O| Dec 13 20:38:47.305 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-13T20:38:48.418Z | [ recovery-image] Dec 13 20:38:47.326 INFO O| Dec 13 20:38:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6078 | 2024-12-13T20:38:48.418Z | [ recovery-image] Dec 13 20:38:47.326 INFO O| Dec 13 20:38:47.326 INFO STEP 586 (remove_files) COMPLETE |
6079 | 2024-12-13T20:38:48.420Z | [ recovery-image] Dec 13 20:38:47.326 INFO O| Dec 13 20:38:47.326 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-13T20:38:48.438Z | [ recovery-image] Dec 13 20:38:47.346 INFO O| Dec 13 20:38:47.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6081 | 2024-12-13T20:38:48.439Z | [ recovery-image] Dec 13 20:38:47.347 INFO O| Dec 13 20:38:47.346 INFO STEP 587 (remove_files) COMPLETE |
6082 | 2024-12-13T20:38:48.441Z | [ recovery-image] Dec 13 20:38:47.347 INFO O| Dec 13 20:38:47.347 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-13T20:38:48.460Z | [ recovery-image] Dec 13 20:38:47.368 INFO O| Dec 13 20:38:47.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6084 | 2024-12-13T20:38:48.461Z | [ recovery-image] Dec 13 20:38:47.368 INFO O| Dec 13 20:38:47.368 INFO STEP 588 (remove_files) COMPLETE |
6085 | 2024-12-13T20:38:48.463Z | [ recovery-image] Dec 13 20:38:47.368 INFO O| Dec 13 20:38:47.368 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-13T20:38:48.481Z | [ recovery-image] Dec 13 20:38:47.389 INFO O| Dec 13 20:38:47.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6087 | 2024-12-13T20:38:48.481Z | [ recovery-image] Dec 13 20:38:47.389 INFO O| Dec 13 20:38:47.389 INFO STEP 589 (remove_files) COMPLETE |
6088 | 2024-12-13T20:38:48.484Z | [ recovery-image] Dec 13 20:38:47.389 INFO O| Dec 13 20:38:47.389 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-13T20:38:48.503Z | [ recovery-image] Dec 13 20:38:47.411 INFO O| Dec 13 20:38:47.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6090 | 2024-12-13T20:38:48.503Z | [ recovery-image] Dec 13 20:38:47.411 INFO O| Dec 13 20:38:47.411 INFO STEP 590 (remove_files) COMPLETE |
6091 | 2024-12-13T20:38:48.503Z | [ recovery-image] Dec 13 20:38:47.411 INFO O| Dec 13 20:38:47.411 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-13T20:38:48.533Z | [ recovery-image] Dec 13 20:38:47.441 INFO O| Dec 13 20:38:47.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6093 | 2024-12-13T20:38:48.536Z | [ recovery-image] Dec 13 20:38:47.442 INFO O| Dec 13 20:38:47.442 INFO STEP 591 (remove_files) COMPLETE |
6094 | 2024-12-13T20:38:48.536Z | [ recovery-image] Dec 13 20:38:47.442 INFO O| Dec 13 20:38:47.442 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-13T20:38:48.558Z | [ recovery-image] Dec 13 20:38:47.466 INFO O| Dec 13 20:38:47.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6096 | 2024-12-13T20:38:48.558Z | [ recovery-image] Dec 13 20:38:47.466 INFO O| Dec 13 20:38:47.466 INFO STEP 592 (remove_files) COMPLETE |
6097 | 2024-12-13T20:38:48.561Z | [ recovery-image] Dec 13 20:38:47.466 INFO O| Dec 13 20:38:47.466 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-13T20:38:48.582Z | [ recovery-image] Dec 13 20:38:47.490 INFO O| Dec 13 20:38:47.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6099 | 2024-12-13T20:38:48.582Z | [ recovery-image] Dec 13 20:38:47.490 INFO O| Dec 13 20:38:47.490 INFO STEP 593 (remove_files) COMPLETE |
6100 | 2024-12-13T20:38:48.582Z | [ recovery-image] Dec 13 20:38:47.490 INFO O| Dec 13 20:38:47.490 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-13T20:38:48.605Z | [ recovery-image] Dec 13 20:38:47.513 INFO O| Dec 13 20:38:47.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6102 | 2024-12-13T20:38:48.605Z | [ recovery-image] Dec 13 20:38:47.513 INFO O| Dec 13 20:38:47.513 INFO STEP 594 (remove_files) COMPLETE |
6103 | 2024-12-13T20:38:48.608Z | [ recovery-image] Dec 13 20:38:47.513 INFO O| Dec 13 20:38:47.513 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-13T20:38:48.628Z | [ recovery-image] Dec 13 20:38:47.535 INFO O| Dec 13 20:38:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6105 | 2024-12-13T20:38:48.628Z | [ recovery-image] Dec 13 20:38:47.536 INFO O| Dec 13 20:38:47.535 INFO STEP 595 (remove_files) COMPLETE |
6106 | 2024-12-13T20:38:48.628Z | [ recovery-image] Dec 13 20:38:47.536 INFO O| Dec 13 20:38:47.536 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-13T20:38:48.649Z | [ recovery-image] Dec 13 20:38:47.557 INFO O| Dec 13 20:38:47.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6108 | 2024-12-13T20:38:48.649Z | [ recovery-image] Dec 13 20:38:47.557 INFO O| Dec 13 20:38:47.557 INFO STEP 596 (remove_files) COMPLETE |
6109 | 2024-12-13T20:38:48.651Z | [ recovery-image] Dec 13 20:38:47.557 INFO O| Dec 13 20:38:47.557 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-13T20:38:48.670Z | [ recovery-image] Dec 13 20:38:47.578 INFO O| Dec 13 20:38:47.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6111 | 2024-12-13T20:38:48.670Z | [ recovery-image] Dec 13 20:38:47.578 INFO O| Dec 13 20:38:47.578 INFO STEP 597 (remove_files) COMPLETE |
6112 | 2024-12-13T20:38:48.673Z | [ recovery-image] Dec 13 20:38:47.578 INFO O| Dec 13 20:38:47.578 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-13T20:38:48.692Z | [ recovery-image] Dec 13 20:38:47.599 INFO O| Dec 13 20:38:47.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6114 | 2024-12-13T20:38:48.692Z | [ recovery-image] Dec 13 20:38:47.600 INFO O| Dec 13 20:38:47.600 INFO STEP 598 (remove_files) COMPLETE |
6115 | 2024-12-13T20:38:48.692Z | [ recovery-image] Dec 13 20:38:47.600 INFO O| Dec 13 20:38:47.600 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-13T20:38:48.713Z | [ recovery-image] Dec 13 20:38:47.621 INFO O| Dec 13 20:38:47.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6117 | 2024-12-13T20:38:48.713Z | [ recovery-image] Dec 13 20:38:47.621 INFO O| Dec 13 20:38:47.621 INFO STEP 599 (remove_files) COMPLETE |
6118 | 2024-12-13T20:38:48.716Z | [ recovery-image] Dec 13 20:38:47.621 INFO O| Dec 13 20:38:47.621 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-13T20:38:48.773Z | [ recovery-image] Dec 13 20:38:47.681 INFO O| Dec 13 20:38:47.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6120 | 2024-12-13T20:38:48.773Z | [ recovery-image] Dec 13 20:38:47.681 INFO O| Dec 13 20:38:47.681 INFO STEP 600 (remove_files) COMPLETE |
6121 | 2024-12-13T20:38:48.774Z | [ recovery-image] Dec 13 20:38:47.681 INFO O| Dec 13 20:38:47.681 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-13T20:38:48.794Z | [ recovery-image] Dec 13 20:38:47.702 INFO O| Dec 13 20:38:47.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6123 | 2024-12-13T20:38:48.795Z | [ recovery-image] Dec 13 20:38:47.702 INFO O| Dec 13 20:38:47.702 INFO STEP 601 (remove_files) COMPLETE |
6124 | 2024-12-13T20:38:48.795Z | [ recovery-image] Dec 13 20:38:47.702 INFO O| Dec 13 20:38:47.702 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-13T20:38:48.816Z | [ recovery-image] Dec 13 20:38:47.724 INFO O| Dec 13 20:38:47.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6126 | 2024-12-13T20:38:48.816Z | [ recovery-image] Dec 13 20:38:47.724 INFO O| Dec 13 20:38:47.724 INFO STEP 602 (remove_files) COMPLETE |
6127 | 2024-12-13T20:38:48.816Z | [ recovery-image] Dec 13 20:38:47.724 INFO O| Dec 13 20:38:47.724 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-13T20:38:48.837Z | [ recovery-image] Dec 13 20:38:47.745 INFO O| Dec 13 20:38:47.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6129 | 2024-12-13T20:38:48.837Z | [ recovery-image] Dec 13 20:38:47.745 INFO O| Dec 13 20:38:47.745 INFO STEP 603 (remove_files) COMPLETE |
6130 | 2024-12-13T20:38:48.837Z | [ recovery-image] Dec 13 20:38:47.745 INFO O| Dec 13 20:38:47.745 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-13T20:38:48.882Z | [ recovery-image] Dec 13 20:38:47.789 INFO O| Dec 13 20:38:47.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6132 | 2024-12-13T20:38:48.882Z | [ recovery-image] Dec 13 20:38:47.790 INFO O| Dec 13 20:38:47.790 INFO STEP 604 (remove_files) COMPLETE |
6133 | 2024-12-13T20:38:48.884Z | [ recovery-image] Dec 13 20:38:47.790 INFO O| Dec 13 20:38:47.790 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-13T20:38:48.941Z | [ recovery-image] Dec 13 20:38:47.849 INFO O| Dec 13 20:38:47.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6135 | 2024-12-13T20:38:48.941Z | [ recovery-image] Dec 13 20:38:47.849 INFO O| Dec 13 20:38:47.849 INFO STEP 605 (remove_files) COMPLETE |
6136 | 2024-12-13T20:38:48.941Z | [ recovery-image] Dec 13 20:38:47.849 INFO O| Dec 13 20:38:47.849 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-13T20:38:48.961Z | [ recovery-image] Dec 13 20:38:47.869 INFO O| Dec 13 20:38:47.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6138 | 2024-12-13T20:38:48.961Z | [ recovery-image] Dec 13 20:38:47.869 INFO O| Dec 13 20:38:47.869 INFO STEP 606 (remove_files) COMPLETE |
6139 | 2024-12-13T20:38:48.963Z | [ recovery-image] Dec 13 20:38:47.869 INFO O| Dec 13 20:38:47.869 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-13T20:38:48.982Z | [ recovery-image] Dec 13 20:38:47.889 INFO O| Dec 13 20:38:47.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6141 | 2024-12-13T20:38:48.982Z | [ recovery-image] Dec 13 20:38:47.889 INFO O| Dec 13 20:38:47.889 INFO STEP 607 (remove_files) COMPLETE |
6142 | 2024-12-13T20:38:48.982Z | [ recovery-image] Dec 13 20:38:47.890 INFO O| Dec 13 20:38:47.889 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-13T20:38:49.001Z | [ recovery-image] Dec 13 20:38:47.908 INFO O| Dec 13 20:38:47.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6144 | 2024-12-13T20:38:49.001Z | [ recovery-image] Dec 13 20:38:47.909 INFO O| Dec 13 20:38:47.908 INFO STEP 608 (remove_files) COMPLETE |
6145 | 2024-12-13T20:38:49.004Z | [ recovery-image] Dec 13 20:38:47.909 INFO O| Dec 13 20:38:47.908 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-13T20:38:49.021Z | [ recovery-image] Dec 13 20:38:47.929 INFO O| Dec 13 20:38:47.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6147 | 2024-12-13T20:38:49.022Z | [ recovery-image] Dec 13 20:38:47.929 INFO O| Dec 13 20:38:47.929 INFO STEP 609 (remove_files) COMPLETE |
6148 | 2024-12-13T20:38:49.024Z | [ recovery-image] Dec 13 20:38:47.929 INFO O| Dec 13 20:38:47.929 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-13T20:38:49.058Z | [ recovery-image] Dec 13 20:38:47.965 INFO O| Dec 13 20:38:47.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6150 | 2024-12-13T20:38:49.058Z | [ recovery-image] Dec 13 20:38:47.965 INFO O| Dec 13 20:38:47.965 INFO STEP 610 (remove_files) COMPLETE |
6151 | 2024-12-13T20:38:49.058Z | [ recovery-image] Dec 13 20:38:47.965 INFO O| Dec 13 20:38:47.965 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-13T20:38:49.122Z | [ recovery-image] Dec 13 20:38:48.030 INFO O| Dec 13 20:38:48.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6153 | 2024-12-13T20:38:49.122Z | [ recovery-image] Dec 13 20:38:48.030 INFO O| Dec 13 20:38:48.030 INFO STEP 611 (remove_files) COMPLETE |
6154 | 2024-12-13T20:38:49.122Z | [ recovery-image] Dec 13 20:38:48.030 INFO O| Dec 13 20:38:48.030 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-13T20:38:49.163Z | [ recovery-image] Dec 13 20:38:48.071 INFO O| Dec 13 20:38:48.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6156 | 2024-12-13T20:38:49.163Z | [ recovery-image] Dec 13 20:38:48.071 INFO O| Dec 13 20:38:48.071 INFO STEP 612 (remove_files) COMPLETE |
6157 | 2024-12-13T20:38:49.163Z | [ recovery-image] Dec 13 20:38:48.071 INFO O| Dec 13 20:38:48.071 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-13T20:38:49.183Z | [ recovery-image] Dec 13 20:38:48.091 INFO O| Dec 13 20:38:48.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6159 | 2024-12-13T20:38:49.183Z | [ recovery-image] Dec 13 20:38:48.091 INFO O| Dec 13 20:38:48.091 INFO STEP 613 (remove_files) COMPLETE |
6160 | 2024-12-13T20:38:49.184Z | [ recovery-image] Dec 13 20:38:48.091 INFO O| Dec 13 20:38:48.091 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-13T20:38:49.207Z | [ recovery-image] Dec 13 20:38:48.115 INFO O| Dec 13 20:38:48.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6162 | 2024-12-13T20:38:49.207Z | [ recovery-image] Dec 13 20:38:48.115 INFO O| Dec 13 20:38:48.115 INFO STEP 614 (remove_files) COMPLETE |
6163 | 2024-12-13T20:38:49.210Z | [ recovery-image] Dec 13 20:38:48.115 INFO O| Dec 13 20:38:48.115 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-13T20:38:49.233Z | [ recovery-image] Dec 13 20:38:48.141 INFO O| Dec 13 20:38:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6165 | 2024-12-13T20:38:49.236Z | [ recovery-image] Dec 13 20:38:48.141 INFO O| Dec 13 20:38:48.141 INFO STEP 615 (remove_files) COMPLETE |
6166 | 2024-12-13T20:38:49.236Z | [ recovery-image] Dec 13 20:38:48.141 INFO O| Dec 13 20:38:48.141 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-13T20:38:49.262Z | [ recovery-image] Dec 13 20:38:48.170 INFO O| Dec 13 20:38:48.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6168 | 2024-12-13T20:38:49.262Z | [ recovery-image] Dec 13 20:38:48.170 INFO O| Dec 13 20:38:48.170 INFO STEP 616 (remove_files) COMPLETE |
6169 | 2024-12-13T20:38:49.262Z | [ recovery-image] Dec 13 20:38:48.170 INFO O| Dec 13 20:38:48.170 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-13T20:38:49.290Z | [ recovery-image] Dec 13 20:38:48.198 INFO O| Dec 13 20:38:48.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6171 | 2024-12-13T20:38:49.290Z | [ recovery-image] Dec 13 20:38:48.198 INFO O| Dec 13 20:38:48.198 INFO STEP 617 (remove_files) COMPLETE |
6172 | 2024-12-13T20:38:49.290Z | [ recovery-image] Dec 13 20:38:48.198 INFO O| Dec 13 20:38:48.198 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-13T20:38:49.329Z | [ recovery-image] Dec 13 20:38:48.236 INFO O| Dec 13 20:38:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6174 | 2024-12-13T20:38:49.329Z | [ recovery-image] Dec 13 20:38:48.236 INFO O| Dec 13 20:38:48.236 INFO STEP 618 (remove_files) COMPLETE |
6175 | 2024-12-13T20:38:49.331Z | [ recovery-image] Dec 13 20:38:48.236 INFO O| Dec 13 20:38:48.236 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-13T20:38:49.366Z | [ recovery-image] Dec 13 20:38:48.274 INFO O| Dec 13 20:38:48.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6177 | 2024-12-13T20:38:49.366Z | [ recovery-image] Dec 13 20:38:48.274 INFO O| Dec 13 20:38:48.274 INFO STEP 619 (remove_files) COMPLETE |
6178 | 2024-12-13T20:38:49.366Z | [ recovery-image] Dec 13 20:38:48.274 INFO O| Dec 13 20:38:48.274 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-13T20:38:49.390Z | [ recovery-image] Dec 13 20:38:48.297 INFO O| Dec 13 20:38:48.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6180 | 2024-12-13T20:38:49.392Z | [ recovery-image] Dec 13 20:38:48.298 INFO O| Dec 13 20:38:48.297 INFO STEP 620 (remove_files) COMPLETE |
6181 | 2024-12-13T20:38:49.392Z | [ recovery-image] Dec 13 20:38:48.298 INFO O| Dec 13 20:38:48.298 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-13T20:38:49.413Z | [ recovery-image] Dec 13 20:38:48.321 INFO O| Dec 13 20:38:48.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6183 | 2024-12-13T20:38:49.413Z | [ recovery-image] Dec 13 20:38:48.321 INFO O| Dec 13 20:38:48.321 INFO STEP 621 (remove_files) COMPLETE |
6184 | 2024-12-13T20:38:49.415Z | [ recovery-image] Dec 13 20:38:48.321 INFO O| Dec 13 20:38:48.321 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-13T20:38:49.436Z | [ recovery-image] Dec 13 20:38:48.343 INFO O| Dec 13 20:38:48.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6186 | 2024-12-13T20:38:49.436Z | [ recovery-image] Dec 13 20:38:48.344 INFO O| Dec 13 20:38:48.343 INFO STEP 622 (remove_files) COMPLETE |
6187 | 2024-12-13T20:38:49.436Z | [ recovery-image] Dec 13 20:38:48.344 INFO O| Dec 13 20:38:48.343 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-13T20:38:49.458Z | [ recovery-image] Dec 13 20:38:48.365 INFO O| Dec 13 20:38:48.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6189 | 2024-12-13T20:38:49.458Z | [ recovery-image] Dec 13 20:38:48.366 INFO O| Dec 13 20:38:48.366 INFO STEP 623 (remove_files) COMPLETE |
6190 | 2024-12-13T20:38:49.458Z | [ recovery-image] Dec 13 20:38:48.366 INFO O| Dec 13 20:38:48.366 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-13T20:38:49.483Z | [ recovery-image] Dec 13 20:38:48.389 INFO O| Dec 13 20:38:48.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6192 | 2024-12-13T20:38:49.483Z | [ recovery-image] Dec 13 20:38:48.389 INFO O| Dec 13 20:38:48.389 INFO STEP 624 (remove_files) COMPLETE |
6193 | 2024-12-13T20:38:49.483Z | [ recovery-image] Dec 13 20:38:48.389 INFO O| Dec 13 20:38:48.389 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-13T20:38:49.504Z | [ recovery-image] Dec 13 20:38:48.412 INFO O| Dec 13 20:38:48.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6195 | 2024-12-13T20:38:49.504Z | [ recovery-image] Dec 13 20:38:48.412 INFO O| Dec 13 20:38:48.412 INFO STEP 625 (remove_files) COMPLETE |
6196 | 2024-12-13T20:38:49.506Z | [ recovery-image] Dec 13 20:38:48.412 INFO O| Dec 13 20:38:48.412 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-13T20:38:49.526Z | [ recovery-image] Dec 13 20:38:48.434 INFO O| Dec 13 20:38:48.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6198 | 2024-12-13T20:38:49.526Z | [ recovery-image] Dec 13 20:38:48.434 INFO O| Dec 13 20:38:48.434 INFO STEP 626 (remove_files) COMPLETE |
6199 | 2024-12-13T20:38:49.526Z | [ recovery-image] Dec 13 20:38:48.434 INFO O| Dec 13 20:38:48.434 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-13T20:38:49.554Z | [ recovery-image] Dec 13 20:38:48.462 INFO O| Dec 13 20:38:48.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6201 | 2024-12-13T20:38:49.554Z | [ recovery-image] Dec 13 20:38:48.462 INFO O| Dec 13 20:38:48.462 INFO STEP 627 (remove_files) COMPLETE |
6202 | 2024-12-13T20:38:49.557Z | [ recovery-image] Dec 13 20:38:48.462 INFO O| Dec 13 20:38:48.462 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-13T20:38:49.642Z | [ recovery-image] Dec 13 20:38:48.550 INFO O| Dec 13 20:38:48.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6204 | 2024-12-13T20:38:49.642Z | [ recovery-image] Dec 13 20:38:48.550 INFO O| Dec 13 20:38:48.550 INFO STEP 628 (remove_files) COMPLETE |
6205 | 2024-12-13T20:38:49.645Z | [ recovery-image] Dec 13 20:38:48.550 INFO O| Dec 13 20:38:48.550 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-13T20:38:49.683Z | [ recovery-image] Dec 13 20:38:48.589 INFO O| Dec 13 20:38:48.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6207 | 2024-12-13T20:38:49.683Z | [ recovery-image] Dec 13 20:38:48.590 INFO O| Dec 13 20:38:48.590 INFO STEP 629 (remove_files) COMPLETE |
6208 | 2024-12-13T20:38:49.685Z | [ recovery-image] Dec 13 20:38:48.590 INFO O| Dec 13 20:38:48.590 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-13T20:38:49.748Z | [ recovery-image] Dec 13 20:38:48.656 INFO O| Dec 13 20:38:48.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6210 | 2024-12-13T20:38:49.748Z | [ recovery-image] Dec 13 20:38:48.656 INFO O| Dec 13 20:38:48.656 INFO STEP 630 (remove_files) COMPLETE |
6211 | 2024-12-13T20:38:49.748Z | [ recovery-image] Dec 13 20:38:48.656 INFO O| Dec 13 20:38:48.656 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-13T20:38:49.863Z | [ recovery-image] Dec 13 20:38:48.770 INFO O| Dec 13 20:38:48.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6213 | 2024-12-13T20:38:49.863Z | [ recovery-image] Dec 13 20:38:48.770 INFO O| Dec 13 20:38:48.770 INFO STEP 631 (remove_files) COMPLETE |
6214 | 2024-12-13T20:38:49.863Z | [ recovery-image] Dec 13 20:38:48.770 INFO O| Dec 13 20:38:48.770 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-13T20:38:49.924Z | [ recovery-image] Dec 13 20:38:48.832 INFO O| Dec 13 20:38:48.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6216 | 2024-12-13T20:38:49.924Z | [ recovery-image] Dec 13 20:38:48.832 INFO O| Dec 13 20:38:48.832 INFO STEP 632 (remove_files) COMPLETE |
6217 | 2024-12-13T20:38:49.924Z | [ recovery-image] Dec 13 20:38:48.832 INFO O| Dec 13 20:38:48.832 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-13T20:38:49.946Z | [ recovery-image] Dec 13 20:38:48.854 INFO O| Dec 13 20:38:48.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6219 | 2024-12-13T20:38:49.947Z | [ recovery-image] Dec 13 20:38:48.854 INFO O| Dec 13 20:38:48.854 INFO STEP 633 (remove_files) COMPLETE |
6220 | 2024-12-13T20:38:49.947Z | [ recovery-image] Dec 13 20:38:48.854 INFO O| Dec 13 20:38:48.854 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-13T20:38:50.006Z | [ recovery-image] Dec 13 20:38:48.914 INFO O| Dec 13 20:38:48.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6222 | 2024-12-13T20:38:50.006Z | [ recovery-image] Dec 13 20:38:48.914 INFO O| Dec 13 20:38:48.914 INFO STEP 634 (remove_files) COMPLETE |
6223 | 2024-12-13T20:38:50.006Z | [ recovery-image] Dec 13 20:38:48.914 INFO O| Dec 13 20:38:48.914 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-13T20:38:50.027Z | [ recovery-image] Dec 13 20:38:48.934 INFO O| Dec 13 20:38:48.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6225 | 2024-12-13T20:38:50.027Z | [ recovery-image] Dec 13 20:38:48.934 INFO O| Dec 13 20:38:48.934 INFO STEP 635 (remove_files) COMPLETE |
6226 | 2024-12-13T20:38:50.027Z | [ recovery-image] Dec 13 20:38:48.934 INFO O| Dec 13 20:38:48.934 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-13T20:38:50.093Z | [ recovery-image] Dec 13 20:38:49.000 INFO O| Dec 13 20:38:49.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6228 | 2024-12-13T20:38:50.093Z | [ recovery-image] Dec 13 20:38:49.000 INFO O| Dec 13 20:38:49.000 INFO STEP 636 (remove_files) COMPLETE |
6229 | 2024-12-13T20:38:50.095Z | [ recovery-image] Dec 13 20:38:49.001 INFO O| Dec 13 20:38:49.000 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-13T20:38:50.114Z | [ recovery-image] Dec 13 20:38:49.021 INFO O| Dec 13 20:38:49.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6231 | 2024-12-13T20:38:50.114Z | [ recovery-image] Dec 13 20:38:49.021 INFO O| Dec 13 20:38:49.021 INFO STEP 637 (remove_files) COMPLETE |
6232 | 2024-12-13T20:38:50.114Z | [ recovery-image] Dec 13 20:38:49.021 INFO O| Dec 13 20:38:49.021 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-13T20:38:50.153Z | [ recovery-image] Dec 13 20:38:49.060 INFO O| Dec 13 20:38:49.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6234 | 2024-12-13T20:38:50.153Z | [ recovery-image] Dec 13 20:38:49.060 INFO O| Dec 13 20:38:49.060 INFO STEP 638 (remove_files) COMPLETE |
6235 | 2024-12-13T20:38:50.155Z | [ recovery-image] Dec 13 20:38:49.060 INFO O| Dec 13 20:38:49.060 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-13T20:38:50.212Z | [ recovery-image] Dec 13 20:38:49.119 INFO O| Dec 13 20:38:49.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6237 | 2024-12-13T20:38:50.212Z | [ recovery-image] Dec 13 20:38:49.119 INFO O| Dec 13 20:38:49.119 INFO STEP 639 (remove_files) COMPLETE |
6238 | 2024-12-13T20:38:50.212Z | [ recovery-image] Dec 13 20:38:49.119 INFO O| Dec 13 20:38:49.119 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-13T20:38:50.261Z | [ recovery-image] Dec 13 20:38:49.168 INFO O| Dec 13 20:38:49.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6240 | 2024-12-13T20:38:50.261Z | [ recovery-image] Dec 13 20:38:49.168 INFO O| Dec 13 20:38:49.168 INFO STEP 640 (remove_files) COMPLETE |
6241 | 2024-12-13T20:38:50.264Z | [ recovery-image] Dec 13 20:38:49.169 INFO O| Dec 13 20:38:49.168 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-13T20:38:50.284Z | [ recovery-image] Dec 13 20:38:49.192 INFO O| Dec 13 20:38:49.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6243 | 2024-12-13T20:38:50.284Z | [ recovery-image] Dec 13 20:38:49.192 INFO O| Dec 13 20:38:49.192 INFO STEP 641 (remove_files) COMPLETE |
6244 | 2024-12-13T20:38:50.287Z | [ recovery-image] Dec 13 20:38:49.192 INFO O| Dec 13 20:38:49.192 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-13T20:38:50.310Z | [ recovery-image] Dec 13 20:38:49.217 INFO O| Dec 13 20:38:49.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6246 | 2024-12-13T20:38:50.310Z | [ recovery-image] Dec 13 20:38:49.217 INFO O| Dec 13 20:38:49.217 INFO STEP 642 (remove_files) COMPLETE |
6247 | 2024-12-13T20:38:50.312Z | [ recovery-image] Dec 13 20:38:49.218 INFO O| Dec 13 20:38:49.217 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-13T20:38:50.334Z | [ recovery-image] Dec 13 20:38:49.242 INFO O| Dec 13 20:38:49.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6249 | 2024-12-13T20:38:50.335Z | [ recovery-image] Dec 13 20:38:49.242 INFO O| Dec 13 20:38:49.242 INFO STEP 643 (remove_files) COMPLETE |
6250 | 2024-12-13T20:38:50.335Z | [ recovery-image] Dec 13 20:38:49.242 INFO O| Dec 13 20:38:49.242 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-13T20:38:50.360Z | [ recovery-image] Dec 13 20:38:49.268 INFO O| Dec 13 20:38:49.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6252 | 2024-12-13T20:38:50.360Z | [ recovery-image] Dec 13 20:38:49.268 INFO O| Dec 13 20:38:49.268 INFO STEP 644 (remove_files) COMPLETE |
6253 | 2024-12-13T20:38:50.360Z | [ recovery-image] Dec 13 20:38:49.268 INFO O| Dec 13 20:38:49.268 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-13T20:38:50.393Z | [ recovery-image] Dec 13 20:38:49.301 INFO O| Dec 13 20:38:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6255 | 2024-12-13T20:38:50.393Z | [ recovery-image] Dec 13 20:38:49.301 INFO O| Dec 13 20:38:49.301 INFO STEP 645 (remove_files) COMPLETE |
6256 | 2024-12-13T20:38:50.393Z | [ recovery-image] Dec 13 20:38:49.301 INFO O| Dec 13 20:38:49.301 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-13T20:38:50.424Z | [ recovery-image] Dec 13 20:38:49.330 INFO O| Dec 13 20:38:49.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6258 | 2024-12-13T20:38:50.424Z | [ recovery-image] Dec 13 20:38:49.330 INFO O| Dec 13 20:38:49.330 INFO STEP 646 (remove_files) COMPLETE |
6259 | 2024-12-13T20:38:50.424Z | [ recovery-image] Dec 13 20:38:49.330 INFO O| Dec 13 20:38:49.330 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-13T20:38:50.452Z | [ recovery-image] Dec 13 20:38:49.359 INFO O| Dec 13 20:38:49.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6261 | 2024-12-13T20:38:50.454Z | [ recovery-image] Dec 13 20:38:49.359 INFO O| Dec 13 20:38:49.359 INFO STEP 647 (remove_files) COMPLETE |
6262 | 2024-12-13T20:38:50.454Z | [ recovery-image] Dec 13 20:38:49.359 INFO O| Dec 13 20:38:49.359 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-13T20:38:50.487Z | [ recovery-image] Dec 13 20:38:49.395 INFO O| Dec 13 20:38:49.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6264 | 2024-12-13T20:38:50.487Z | [ recovery-image] Dec 13 20:38:49.395 INFO O| Dec 13 20:38:49.395 INFO STEP 648 (remove_files) COMPLETE |
6265 | 2024-12-13T20:38:50.487Z | [ recovery-image] Dec 13 20:38:49.395 INFO O| Dec 13 20:38:49.395 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-13T20:38:50.506Z | [ recovery-image] Dec 13 20:38:49.414 INFO O| Dec 13 20:38:49.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6267 | 2024-12-13T20:38:50.509Z | [ recovery-image] Dec 13 20:38:49.414 INFO O| Dec 13 20:38:49.414 INFO STEP 649 (remove_files) COMPLETE |
6268 | 2024-12-13T20:38:50.509Z | [ recovery-image] Dec 13 20:38:49.414 INFO O| Dec 13 20:38:49.414 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-13T20:38:50.548Z | [ recovery-image] Dec 13 20:38:49.441 INFO O| Dec 13 20:38:49.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6270 | 2024-12-13T20:38:50.548Z | [ recovery-image] Dec 13 20:38:49.441 INFO O| Dec 13 20:38:49.441 INFO STEP 650 (remove_files) COMPLETE |
6271 | 2024-12-13T20:38:50.548Z | [ recovery-image] Dec 13 20:38:49.441 INFO O| Dec 13 20:38:49.441 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-13T20:38:50.567Z | [ recovery-image] Dec 13 20:38:49.470 INFO O| Dec 13 20:38:49.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6273 | 2024-12-13T20:38:50.567Z | [ recovery-image] Dec 13 20:38:49.470 INFO O| Dec 13 20:38:49.470 INFO STEP 651 (remove_files) COMPLETE |
6274 | 2024-12-13T20:38:50.567Z | [ recovery-image] Dec 13 20:38:49.471 INFO O| Dec 13 20:38:49.470 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-13T20:38:50.587Z | [ recovery-image] Dec 13 20:38:49.495 INFO O| Dec 13 20:38:49.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6276 | 2024-12-13T20:38:50.587Z | [ recovery-image] Dec 13 20:38:49.495 INFO O| Dec 13 20:38:49.495 INFO STEP 652 (remove_files) COMPLETE |
6277 | 2024-12-13T20:38:50.587Z | [ recovery-image] Dec 13 20:38:49.495 INFO O| Dec 13 20:38:49.495 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-12-13T20:38:50.615Z | [ recovery-image] Dec 13 20:38:49.514 INFO O| Dec 13 20:38:49.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6279 | 2024-12-13T20:38:50.620Z | [ recovery-image] Dec 13 20:38:49.515 INFO O| Dec 13 20:38:49.514 INFO STEP 653 (remove_files) COMPLETE |
6280 | 2024-12-13T20:38:50.620Z | [ recovery-image] Dec 13 20:38:49.515 INFO O| Dec 13 20:38:49.515 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-12-13T20:38:50.631Z | [ recovery-image] Dec 13 20:38:49.536 INFO O| Dec 13 20:38:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6282 | 2024-12-13T20:38:50.632Z | [ recovery-image] Dec 13 20:38:49.536 INFO O| Dec 13 20:38:49.536 INFO STEP 654 (remove_files) COMPLETE |
6283 | 2024-12-13T20:38:50.641Z | [ recovery-image] Dec 13 20:38:49.536 INFO O| Dec 13 20:38:49.536 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-12-13T20:38:50.675Z | [ recovery-image] Dec 13 20:38:49.582 INFO O| Dec 13 20:38:49.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6285 | 2024-12-13T20:38:50.675Z | [ recovery-image] Dec 13 20:38:49.582 INFO O| Dec 13 20:38:49.582 INFO STEP 655 (remove_files) COMPLETE |
6286 | 2024-12-13T20:38:50.675Z | [ recovery-image] Dec 13 20:38:49.582 INFO O| Dec 13 20:38:49.582 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-12-13T20:38:50.697Z | [ recovery-image] Dec 13 20:38:49.604 INFO O| Dec 13 20:38:49.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6288 | 2024-12-13T20:38:50.697Z | [ recovery-image] Dec 13 20:38:49.604 INFO O| Dec 13 20:38:49.604 INFO STEP 656 (remove_files) COMPLETE |
6289 | 2024-12-13T20:38:50.697Z | [ recovery-image] Dec 13 20:38:49.604 INFO O| Dec 13 20:38:49.604 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-12-13T20:38:50.719Z | [ recovery-image] Dec 13 20:38:49.626 INFO O| Dec 13 20:38:49.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6291 | 2024-12-13T20:38:50.719Z | [ recovery-image] Dec 13 20:38:49.626 INFO O| Dec 13 20:38:49.626 INFO STEP 657 (remove_files) COMPLETE |
6292 | 2024-12-13T20:38:50.719Z | [ recovery-image] Dec 13 20:38:49.627 INFO O| Dec 13 20:38:49.626 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-12-13T20:38:50.743Z | [ recovery-image] Dec 13 20:38:49.651 INFO O| Dec 13 20:38:49.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6294 | 2024-12-13T20:38:50.743Z | [ recovery-image] Dec 13 20:38:49.651 INFO O| Dec 13 20:38:49.651 INFO STEP 658 (remove_files) COMPLETE |
6295 | 2024-12-13T20:38:50.743Z | [ recovery-image] Dec 13 20:38:49.651 INFO O| Dec 13 20:38:49.651 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-13T20:38:50.767Z | [ recovery-image] Dec 13 20:38:49.674 INFO O| Dec 13 20:38:49.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6297 | 2024-12-13T20:38:50.767Z | [ recovery-image] Dec 13 20:38:49.674 INFO O| Dec 13 20:38:49.674 INFO STEP 659 (remove_files) COMPLETE |
6298 | 2024-12-13T20:38:50.769Z | [ recovery-image] Dec 13 20:38:49.674 INFO O| Dec 13 20:38:49.674 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-12-13T20:38:50.792Z | [ recovery-image] Dec 13 20:38:49.699 INFO O| Dec 13 20:38:49.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6300 | 2024-12-13T20:38:50.795Z | [ recovery-image] Dec 13 20:38:49.699 INFO O| Dec 13 20:38:49.699 INFO STEP 660 (remove_files) COMPLETE |
6301 | 2024-12-13T20:38:50.795Z | [ recovery-image] Dec 13 20:38:49.700 INFO O| Dec 13 20:38:49.700 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-12-13T20:38:50.812Z | [ recovery-image] Dec 13 20:38:49.720 INFO O| Dec 13 20:38:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6303 | 2024-12-13T20:38:50.815Z | [ recovery-image] Dec 13 20:38:49.720 INFO O| Dec 13 20:38:49.720 INFO STEP 661 (remove_files) COMPLETE |
6304 | 2024-12-13T20:38:50.815Z | [ recovery-image] Dec 13 20:38:49.720 INFO O| Dec 13 20:38:49.720 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-12-13T20:38:50.835Z | [ recovery-image] Dec 13 20:38:49.742 INFO O| Dec 13 20:38:49.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6306 | 2024-12-13T20:38:50.838Z | [ recovery-image] Dec 13 20:38:49.742 INFO O| Dec 13 20:38:49.742 INFO STEP 662 (remove_files) COMPLETE |
6307 | 2024-12-13T20:38:50.838Z | [ recovery-image] Dec 13 20:38:49.743 INFO O| Dec 13 20:38:49.743 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-12-13T20:38:50.857Z | [ recovery-image] Dec 13 20:38:49.764 INFO O| Dec 13 20:38:49.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6309 | 2024-12-13T20:38:50.859Z | [ recovery-image] Dec 13 20:38:49.764 INFO O| Dec 13 20:38:49.764 INFO STEP 663 (remove_files) COMPLETE |
6310 | 2024-12-13T20:38:50.859Z | [ recovery-image] Dec 13 20:38:49.765 INFO O| Dec 13 20:38:49.764 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-12-13T20:38:50.878Z | [ recovery-image] Dec 13 20:38:49.786 INFO O| Dec 13 20:38:49.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6312 | 2024-12-13T20:38:50.878Z | [ recovery-image] Dec 13 20:38:49.786 INFO O| Dec 13 20:38:49.786 INFO STEP 664 (remove_files) COMPLETE |
6313 | 2024-12-13T20:38:50.881Z | [ recovery-image] Dec 13 20:38:49.786 INFO O| Dec 13 20:38:49.786 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-12-13T20:38:50.898Z | [ recovery-image] Dec 13 20:38:49.805 INFO O| Dec 13 20:38:49.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6315 | 2024-12-13T20:38:50.920Z | [ recovery-image] Dec 13 20:38:49.828 INFO O| Dec 13 20:38:49.828 INFO STEP 665 (remove_files) COMPLETE |
6316 | 2024-12-13T20:38:50.920Z | [ recovery-image] Dec 13 20:38:49.828 INFO O| Dec 13 20:38:49.828 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-12-13T20:38:50.956Z | [ recovery-image] Dec 13 20:38:49.863 INFO O| Dec 13 20:38:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6318 | 2024-12-13T20:38:50.959Z | [ recovery-image] Dec 13 20:38:49.864 INFO O| Dec 13 20:38:49.864 INFO STEP 666 (remove_files) COMPLETE |
6319 | 2024-12-13T20:38:50.959Z | [ recovery-image] Dec 13 20:38:49.864 INFO O| Dec 13 20:38:49.864 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-12-13T20:38:50.978Z | [ recovery-image] Dec 13 20:38:49.885 INFO O| Dec 13 20:38:49.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6321 | 2024-12-13T20:38:50.980Z | [ recovery-image] Dec 13 20:38:49.886 INFO O| Dec 13 20:38:49.885 INFO STEP 667 (remove_files) COMPLETE |
6322 | 2024-12-13T20:38:50.980Z | [ recovery-image] Dec 13 20:38:49.886 INFO O| Dec 13 20:38:49.886 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-12-13T20:38:51.000Z | [ recovery-image] Dec 13 20:38:49.907 INFO O| Dec 13 20:38:49.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6324 | 2024-12-13T20:38:51.000Z | [ recovery-image] Dec 13 20:38:49.907 INFO O| Dec 13 20:38:49.907 INFO STEP 668 (remove_files) COMPLETE |
6325 | 2024-12-13T20:38:51.000Z | [ recovery-image] Dec 13 20:38:49.907 INFO O| Dec 13 20:38:49.907 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-12-13T20:38:51.020Z | [ recovery-image] Dec 13 20:38:49.927 INFO O| Dec 13 20:38:49.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6327 | 2024-12-13T20:38:51.042Z | [ recovery-image] Dec 13 20:38:49.949 INFO O| Dec 13 20:38:49.949 INFO STEP 669 (remove_files) COMPLETE |
6328 | 2024-12-13T20:38:51.042Z | [ recovery-image] Dec 13 20:38:49.949 INFO O| Dec 13 20:38:49.949 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-12-13T20:38:51.094Z | [ recovery-image] Dec 13 20:38:50.001 INFO O| Dec 13 20:38:50.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6330 | 2024-12-13T20:38:51.094Z | [ recovery-image] Dec 13 20:38:50.001 INFO O| Dec 13 20:38:50.001 INFO STEP 670 (remove_files) COMPLETE |
6331 | 2024-12-13T20:38:51.096Z | [ recovery-image] Dec 13 20:38:50.002 INFO O| Dec 13 20:38:50.001 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-12-13T20:38:51.116Z | [ recovery-image] Dec 13 20:38:50.024 INFO O| Dec 13 20:38:50.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6333 | 2024-12-13T20:38:51.116Z | [ recovery-image] Dec 13 20:38:50.024 INFO O| Dec 13 20:38:50.024 INFO STEP 671 (remove_files) COMPLETE |
6334 | 2024-12-13T20:38:51.116Z | [ recovery-image] Dec 13 20:38:50.024 INFO O| Dec 13 20:38:50.024 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-13T20:38:51.137Z | [ recovery-image] Dec 13 20:38:50.044 INFO O| Dec 13 20:38:50.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6336 | 2024-12-13T20:38:51.137Z | [ recovery-image] Dec 13 20:38:50.044 INFO O| Dec 13 20:38:50.044 INFO STEP 672 (remove_files) COMPLETE |
6337 | 2024-12-13T20:38:51.139Z | [ recovery-image] Dec 13 20:38:50.044 INFO O| Dec 13 20:38:50.044 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-13T20:38:51.159Z | [ recovery-image] Dec 13 20:38:50.067 INFO O| Dec 13 20:38:50.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6339 | 2024-12-13T20:38:51.159Z | [ recovery-image] Dec 13 20:38:50.067 INFO O| Dec 13 20:38:50.067 INFO STEP 673 (remove_files) COMPLETE |
6340 | 2024-12-13T20:38:51.159Z | [ recovery-image] Dec 13 20:38:50.067 INFO O| Dec 13 20:38:50.067 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-13T20:38:51.182Z | [ recovery-image] Dec 13 20:38:50.089 INFO O| Dec 13 20:38:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6342 | 2024-12-13T20:38:51.182Z | [ recovery-image] Dec 13 20:38:50.089 INFO O| Dec 13 20:38:50.089 INFO STEP 674 (remove_files) COMPLETE |
6343 | 2024-12-13T20:38:51.182Z | [ recovery-image] Dec 13 20:38:50.089 INFO O| Dec 13 20:38:50.089 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-13T20:38:51.205Z | [ recovery-image] Dec 13 20:38:50.112 INFO O| Dec 13 20:38:50.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6345 | 2024-12-13T20:38:51.205Z | [ recovery-image] Dec 13 20:38:50.112 INFO O| Dec 13 20:38:50.112 INFO STEP 675 (remove_files) COMPLETE |
6346 | 2024-12-13T20:38:51.205Z | [ recovery-image] Dec 13 20:38:50.113 INFO O| Dec 13 20:38:50.112 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-13T20:38:51.227Z | [ recovery-image] Dec 13 20:38:50.134 INFO O| Dec 13 20:38:50.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6348 | 2024-12-13T20:38:51.227Z | [ recovery-image] Dec 13 20:38:50.134 INFO O| Dec 13 20:38:50.134 INFO STEP 676 (remove_files) COMPLETE |
6349 | 2024-12-13T20:38:51.230Z | [ recovery-image] Dec 13 20:38:50.134 INFO O| Dec 13 20:38:50.134 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-13T20:38:51.308Z | [ recovery-image] Dec 13 20:38:50.215 INFO O| Dec 13 20:38:50.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6351 | 2024-12-13T20:38:51.311Z | [ recovery-image] Dec 13 20:38:50.216 INFO O| Dec 13 20:38:50.216 INFO STEP 677 (remove_files) COMPLETE |
6352 | 2024-12-13T20:38:51.311Z | [ recovery-image] Dec 13 20:38:50.216 INFO O| Dec 13 20:38:50.216 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-13T20:38:51.332Z | [ recovery-image] Dec 13 20:38:50.239 INFO O| Dec 13 20:38:50.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6354 | 2024-12-13T20:38:51.332Z | [ recovery-image] Dec 13 20:38:50.239 INFO O| Dec 13 20:38:50.239 INFO STEP 678 (remove_files) COMPLETE |
6355 | 2024-12-13T20:38:51.332Z | [ recovery-image] Dec 13 20:38:50.239 INFO O| Dec 13 20:38:50.239 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-13T20:38:51.412Z | [ recovery-image] Dec 13 20:38:50.319 INFO O| Dec 13 20:38:50.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6357 | 2024-12-13T20:38:51.412Z | [ recovery-image] Dec 13 20:38:50.319 INFO O| Dec 13 20:38:50.319 INFO STEP 679 (remove_files) COMPLETE |
6358 | 2024-12-13T20:38:51.412Z | [ recovery-image] Dec 13 20:38:50.319 INFO O| Dec 13 20:38:50.319 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-13T20:38:51.433Z | [ recovery-image] Dec 13 20:38:50.341 INFO O| Dec 13 20:38:50.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6360 | 2024-12-13T20:38:51.439Z | [ recovery-image] Dec 13 20:38:50.347 INFO O| Dec 13 20:38:50.347 INFO STEP 680 (remove_files) COMPLETE |
6361 | 2024-12-13T20:38:51.439Z | [ recovery-image] Dec 13 20:38:50.347 INFO O| Dec 13 20:38:50.347 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-13T20:38:51.461Z | [ recovery-image] Dec 13 20:38:50.369 INFO O| Dec 13 20:38:50.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6363 | 2024-12-13T20:38:51.461Z | [ recovery-image] Dec 13 20:38:50.369 INFO O| Dec 13 20:38:50.369 INFO STEP 681 (remove_files) COMPLETE |
6364 | 2024-12-13T20:38:51.461Z | [ recovery-image] Dec 13 20:38:50.369 INFO O| Dec 13 20:38:50.369 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-13T20:38:51.493Z | [ recovery-image] Dec 13 20:38:50.401 INFO O| Dec 13 20:38:50.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6366 | 2024-12-13T20:38:51.493Z | [ recovery-image] Dec 13 20:38:50.401 INFO O| Dec 13 20:38:50.401 INFO STEP 682 (remove_files) COMPLETE |
6367 | 2024-12-13T20:38:51.493Z | [ recovery-image] Dec 13 20:38:50.401 INFO O| Dec 13 20:38:50.401 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-13T20:38:51.599Z | [ recovery-image] Dec 13 20:38:50.506 INFO O| Dec 13 20:38:50.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6369 | 2024-12-13T20:38:51.602Z | [ recovery-image] Dec 13 20:38:50.506 INFO O| Dec 13 20:38:50.506 INFO STEP 683 (remove_files) COMPLETE |
6370 | 2024-12-13T20:38:51.602Z | [ recovery-image] Dec 13 20:38:50.507 INFO O| Dec 13 20:38:50.506 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-13T20:38:51.621Z | [ recovery-image] Dec 13 20:38:50.527 INFO O| Dec 13 20:38:50.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6372 | 2024-12-13T20:38:51.621Z | [ recovery-image] Dec 13 20:38:50.527 INFO O| Dec 13 20:38:50.527 INFO STEP 684 (remove_files) COMPLETE |
6373 | 2024-12-13T20:38:51.623Z | [ recovery-image] Dec 13 20:38:50.527 INFO O| Dec 13 20:38:50.527 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-13T20:38:51.640Z | [ recovery-image] Dec 13 20:38:50.548 INFO O| Dec 13 20:38:50.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6375 | 2024-12-13T20:38:51.643Z | [ recovery-image] Dec 13 20:38:50.548 INFO O| Dec 13 20:38:50.548 INFO STEP 685 (remove_files) COMPLETE |
6376 | 2024-12-13T20:38:51.643Z | [ recovery-image] Dec 13 20:38:50.548 INFO O| Dec 13 20:38:50.548 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-13T20:38:51.660Z | [ recovery-image] Dec 13 20:38:50.568 INFO O| Dec 13 20:38:50.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6378 | 2024-12-13T20:38:51.663Z | [ recovery-image] Dec 13 20:38:50.568 INFO O| Dec 13 20:38:50.568 INFO STEP 686 (remove_files) COMPLETE |
6379 | 2024-12-13T20:38:51.663Z | [ recovery-image] Dec 13 20:38:50.568 INFO O| Dec 13 20:38:50.568 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-13T20:38:51.725Z | [ recovery-image] Dec 13 20:38:50.632 INFO O| Dec 13 20:38:50.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6381 | 2024-12-13T20:38:51.727Z | [ recovery-image] Dec 13 20:38:50.632 INFO O| Dec 13 20:38:50.632 INFO STEP 687 (remove_files) COMPLETE |
6382 | 2024-12-13T20:38:51.727Z | [ recovery-image] Dec 13 20:38:50.632 INFO O| Dec 13 20:38:50.632 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-13T20:38:51.746Z | [ recovery-image] Dec 13 20:38:50.653 INFO O| Dec 13 20:38:50.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6384 | 2024-12-13T20:38:51.748Z | [ recovery-image] Dec 13 20:38:50.654 INFO O| Dec 13 20:38:50.654 INFO STEP 688 (remove_files) COMPLETE |
6385 | 2024-12-13T20:38:51.748Z | [ recovery-image] Dec 13 20:38:50.654 INFO O| Dec 13 20:38:50.654 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-13T20:38:51.767Z | [ recovery-image] Dec 13 20:38:50.675 INFO O| Dec 13 20:38:50.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6387 | 2024-12-13T20:38:51.770Z | [ recovery-image] Dec 13 20:38:50.675 INFO O| Dec 13 20:38:50.675 INFO STEP 689 (remove_files) COMPLETE |
6388 | 2024-12-13T20:38:51.770Z | [ recovery-image] Dec 13 20:38:50.675 INFO O| Dec 13 20:38:50.675 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-13T20:38:51.803Z | [ recovery-image] Dec 13 20:38:50.710 INFO O| Dec 13 20:38:50.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6390 | 2024-12-13T20:38:51.803Z | [ recovery-image] Dec 13 20:38:50.710 INFO O| Dec 13 20:38:50.710 INFO STEP 690 (remove_files) COMPLETE |
6391 | 2024-12-13T20:38:51.806Z | [ recovery-image] Dec 13 20:38:50.710 INFO O| Dec 13 20:38:50.710 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-13T20:38:51.854Z | [ recovery-image] Dec 13 20:38:50.761 INFO O| Dec 13 20:38:50.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6393 | 2024-12-13T20:38:51.854Z | [ recovery-image] Dec 13 20:38:50.761 INFO O| Dec 13 20:38:50.761 INFO STEP 691 (remove_files) COMPLETE |
6394 | 2024-12-13T20:38:51.856Z | [ recovery-image] Dec 13 20:38:50.761 INFO O| Dec 13 20:38:50.761 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-13T20:38:51.891Z | [ recovery-image] Dec 13 20:38:50.798 INFO O| Dec 13 20:38:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6396 | 2024-12-13T20:38:51.893Z | [ recovery-image] Dec 13 20:38:50.799 INFO O| Dec 13 20:38:50.798 INFO STEP 692 (remove_files) COMPLETE |
6397 | 2024-12-13T20:38:51.893Z | [ recovery-image] Dec 13 20:38:50.799 INFO O| Dec 13 20:38:50.799 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-13T20:38:51.915Z | [ recovery-image] Dec 13 20:38:50.822 INFO O| Dec 13 20:38:50.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6399 | 2024-12-13T20:38:51.915Z | [ recovery-image] Dec 13 20:38:50.822 INFO O| Dec 13 20:38:50.822 INFO STEP 693 (remove_files) COMPLETE |
6400 | 2024-12-13T20:38:51.915Z | [ recovery-image] Dec 13 20:38:50.823 INFO O| Dec 13 20:38:50.822 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-13T20:38:51.941Z | [ recovery-image] Dec 13 20:38:50.848 INFO O| Dec 13 20:38:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6402 | 2024-12-13T20:38:51.943Z | [ recovery-image] Dec 13 20:38:50.848 INFO O| Dec 13 20:38:50.848 INFO STEP 694 (remove_files) COMPLETE |
6403 | 2024-12-13T20:38:51.943Z | [ recovery-image] Dec 13 20:38:50.849 INFO O| Dec 13 20:38:50.848 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-13T20:38:51.961Z | [ recovery-image] Dec 13 20:38:50.868 INFO O| Dec 13 20:38:50.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6405 | 2024-12-13T20:38:51.964Z | [ recovery-image] Dec 13 20:38:50.869 INFO O| Dec 13 20:38:50.869 INFO STEP 695 (remove_files) COMPLETE |
6406 | 2024-12-13T20:38:51.964Z | [ recovery-image] Dec 13 20:38:50.869 INFO O| Dec 13 20:38:50.869 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-13T20:38:51.995Z | [ recovery-image] Dec 13 20:38:50.902 INFO O| Dec 13 20:38:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6408 | 2024-12-13T20:38:51.995Z | [ recovery-image] Dec 13 20:38:50.902 INFO O| Dec 13 20:38:50.902 INFO STEP 696 (remove_files) COMPLETE |
6409 | 2024-12-13T20:38:51.995Z | [ recovery-image] Dec 13 20:38:50.902 INFO O| Dec 13 20:38:50.902 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-13T20:38:52.018Z | [ recovery-image] Dec 13 20:38:50.924 INFO O| Dec 13 20:38:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6411 | 2024-12-13T20:38:52.018Z | [ recovery-image] Dec 13 20:38:50.924 INFO O| Dec 13 20:38:50.924 INFO STEP 697 (remove_files) COMPLETE |
6412 | 2024-12-13T20:38:52.018Z | [ recovery-image] Dec 13 20:38:50.924 INFO O| Dec 13 20:38:50.924 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-13T20:38:52.038Z | [ recovery-image] Dec 13 20:38:50.945 INFO O| Dec 13 20:38:50.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6414 | 2024-12-13T20:38:52.038Z | [ recovery-image] Dec 13 20:38:50.945 INFO O| Dec 13 20:38:50.945 INFO STEP 698 (remove_files) COMPLETE |
6415 | 2024-12-13T20:38:52.038Z | [ recovery-image] Dec 13 20:38:50.945 INFO O| Dec 13 20:38:50.945 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-12-13T20:38:52.058Z | [ recovery-image] Dec 13 20:38:50.965 INFO O| Dec 13 20:38:50.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6417 | 2024-12-13T20:38:52.058Z | [ recovery-image] Dec 13 20:38:50.965 INFO O| Dec 13 20:38:50.965 INFO STEP 699 (remove_files) COMPLETE |
6418 | 2024-12-13T20:38:52.058Z | [ recovery-image] Dec 13 20:38:50.965 INFO O| Dec 13 20:38:50.965 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-12-13T20:38:52.085Z | [ recovery-image] Dec 13 20:38:50.992 INFO O| Dec 13 20:38:50.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6420 | 2024-12-13T20:38:52.088Z | [ recovery-image] Dec 13 20:38:50.992 INFO O| Dec 13 20:38:50.992 INFO STEP 700 (remove_files) COMPLETE |
6421 | 2024-12-13T20:38:52.088Z | [ recovery-image] Dec 13 20:38:50.992 INFO O| Dec 13 20:38:50.992 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-13T20:38:52.113Z | [ recovery-image] Dec 13 20:38:51.020 INFO O| Dec 13 20:38:51.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6423 | 2024-12-13T20:38:52.113Z | [ recovery-image] Dec 13 20:38:51.020 INFO O| Dec 13 20:38:51.020 INFO STEP 701 (remove_files) COMPLETE |
6424 | 2024-12-13T20:38:52.113Z | [ recovery-image] Dec 13 20:38:51.020 INFO O| Dec 13 20:38:51.020 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-13T20:38:52.145Z | [ recovery-image] Dec 13 20:38:51.052 INFO O| Dec 13 20:38:51.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6426 | 2024-12-13T20:38:52.145Z | [ recovery-image] Dec 13 20:38:51.052 INFO O| Dec 13 20:38:51.052 INFO STEP 702 (remove_files) COMPLETE |
6427 | 2024-12-13T20:38:52.145Z | [ recovery-image] Dec 13 20:38:51.052 INFO O| Dec 13 20:38:51.052 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-13T20:38:52.168Z | [ recovery-image] Dec 13 20:38:51.075 INFO O| Dec 13 20:38:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6429 | 2024-12-13T20:38:52.168Z | [ recovery-image] Dec 13 20:38:51.075 INFO O| Dec 13 20:38:51.075 INFO STEP 703 (remove_files) COMPLETE |
6430 | 2024-12-13T20:38:52.168Z | [ recovery-image] Dec 13 20:38:51.076 INFO O| Dec 13 20:38:51.075 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-13T20:38:52.190Z | [ recovery-image] Dec 13 20:38:51.097 INFO O| Dec 13 20:38:51.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6432 | 2024-12-13T20:38:52.190Z | [ recovery-image] Dec 13 20:38:51.097 INFO O| Dec 13 20:38:51.097 INFO STEP 704 (remove_files) COMPLETE |
6433 | 2024-12-13T20:38:52.193Z | [ recovery-image] Dec 13 20:38:51.098 INFO O| Dec 13 20:38:51.097 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-13T20:38:52.213Z | [ recovery-image] Dec 13 20:38:51.120 INFO O| Dec 13 20:38:51.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6435 | 2024-12-13T20:38:52.215Z | [ recovery-image] Dec 13 20:38:51.120 INFO O| Dec 13 20:38:51.120 INFO STEP 705 (remove_files) COMPLETE |
6436 | 2024-12-13T20:38:52.215Z | [ recovery-image] Dec 13 20:38:51.120 INFO O| Dec 13 20:38:51.120 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-12-13T20:38:52.235Z | [ recovery-image] Dec 13 20:38:51.142 INFO O| Dec 13 20:38:51.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6438 | 2024-12-13T20:38:52.235Z | [ recovery-image] Dec 13 20:38:51.142 INFO O| Dec 13 20:38:51.142 INFO STEP 706 (remove_files) COMPLETE |
6439 | 2024-12-13T20:38:52.238Z | [ recovery-image] Dec 13 20:38:51.142 INFO O| Dec 13 20:38:51.142 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-12-13T20:38:52.258Z | [ recovery-image] Dec 13 20:38:51.165 INFO O| Dec 13 20:38:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6441 | 2024-12-13T20:38:52.261Z | [ recovery-image] Dec 13 20:38:51.166 INFO O| Dec 13 20:38:51.166 INFO STEP 707 (remove_files) COMPLETE |
6442 | 2024-12-13T20:38:52.261Z | [ recovery-image] Dec 13 20:38:51.166 INFO O| Dec 13 20:38:51.166 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-12-13T20:38:52.293Z | [ recovery-image] Dec 13 20:38:51.200 INFO O| Dec 13 20:38:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6444 | 2024-12-13T20:38:52.296Z | [ recovery-image] Dec 13 20:38:51.201 INFO O| Dec 13 20:38:51.201 INFO STEP 708 (remove_files) COMPLETE |
6445 | 2024-12-13T20:38:52.296Z | [ recovery-image] Dec 13 20:38:51.201 INFO O| Dec 13 20:38:51.201 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-12-13T20:38:52.321Z | [ host-image] Dec 13 20:38:51.228 INFO O| Dec 13 20:38:51.228 INFO O| Download: 1109/1140 items 6.0/8.4MB 71% complete (1.1M/s) |
6447 | 2024-12-13T20:38:52.341Z | [ recovery-image] Dec 13 20:38:51.248 INFO O| Dec 13 20:38:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6448 | 2024-12-13T20:38:52.341Z | [ recovery-image] Dec 13 20:38:51.248 INFO O| Dec 13 20:38:51.248 INFO STEP 709 (remove_files) COMPLETE |
6449 | 2024-12-13T20:38:52.341Z | [ recovery-image] Dec 13 20:38:51.248 INFO O| Dec 13 20:38:51.248 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-13T20:38:52.364Z | [ recovery-image] Dec 13 20:38:51.271 INFO O| Dec 13 20:38:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6451 | 2024-12-13T20:38:52.364Z | [ recovery-image] Dec 13 20:38:51.271 INFO O| Dec 13 20:38:51.271 INFO STEP 710 (remove_files) COMPLETE |
6452 | 2024-12-13T20:38:52.364Z | [ recovery-image] Dec 13 20:38:51.272 INFO O| Dec 13 20:38:51.271 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-13T20:38:52.386Z | [ recovery-image] Dec 13 20:38:51.293 INFO O| Dec 13 20:38:51.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6454 | 2024-12-13T20:38:52.386Z | [ recovery-image] Dec 13 20:38:51.293 INFO O| Dec 13 20:38:51.293 INFO STEP 711 (remove_files) COMPLETE |
6455 | 2024-12-13T20:38:52.387Z | [ recovery-image] Dec 13 20:38:51.294 INFO O| Dec 13 20:38:51.293 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-13T20:38:52.409Z | [ recovery-image] Dec 13 20:38:51.316 INFO O| Dec 13 20:38:51.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6457 | 2024-12-13T20:38:52.409Z | [ recovery-image] Dec 13 20:38:51.316 INFO O| Dec 13 20:38:51.316 INFO STEP 712 (remove_files) COMPLETE |
6458 | 2024-12-13T20:38:52.409Z | [ recovery-image] Dec 13 20:38:51.316 INFO O| Dec 13 20:38:51.316 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-13T20:38:52.446Z | [ recovery-image] Dec 13 20:38:51.353 INFO O| Dec 13 20:38:51.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6460 | 2024-12-13T20:38:52.446Z | [ recovery-image] Dec 13 20:38:51.354 INFO O| Dec 13 20:38:51.354 INFO STEP 713 (remove_files) COMPLETE |
6461 | 2024-12-13T20:38:52.449Z | [ recovery-image] Dec 13 20:38:51.354 INFO O| Dec 13 20:38:51.354 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-13T20:38:52.467Z | [ recovery-image] Dec 13 20:38:51.374 INFO O| Dec 13 20:38:51.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6463 | 2024-12-13T20:38:52.467Z | [ recovery-image] Dec 13 20:38:51.374 INFO O| Dec 13 20:38:51.374 INFO STEP 714 (remove_files) COMPLETE |
6464 | 2024-12-13T20:38:52.467Z | [ recovery-image] Dec 13 20:38:51.374 INFO O| Dec 13 20:38:51.374 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-13T20:38:52.487Z | [ recovery-image] Dec 13 20:38:51.395 INFO O| Dec 13 20:38:51.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6466 | 2024-12-13T20:38:52.488Z | [ recovery-image] Dec 13 20:38:51.395 INFO O| Dec 13 20:38:51.395 INFO STEP 715 (remove_files) COMPLETE |
6467 | 2024-12-13T20:38:52.491Z | [ recovery-image] Dec 13 20:38:51.395 INFO O| Dec 13 20:38:51.395 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-13T20:38:52.511Z | [ recovery-image] Dec 13 20:38:51.418 INFO O| Dec 13 20:38:51.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6469 | 2024-12-13T20:38:52.511Z | [ recovery-image] Dec 13 20:38:51.418 INFO O| Dec 13 20:38:51.418 INFO STEP 716 (remove_files) COMPLETE |
6470 | 2024-12-13T20:38:52.511Z | [ recovery-image] Dec 13 20:38:51.418 INFO O| Dec 13 20:38:51.418 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-13T20:38:52.541Z | [ recovery-image] Dec 13 20:38:51.448 INFO O| Dec 13 20:38:51.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6472 | 2024-12-13T20:38:52.544Z | [ recovery-image] Dec 13 20:38:51.448 INFO O| Dec 13 20:38:51.448 INFO STEP 717 (remove_files) COMPLETE |
6473 | 2024-12-13T20:38:52.544Z | [ recovery-image] Dec 13 20:38:51.449 INFO O| Dec 13 20:38:51.448 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-13T20:38:52.565Z | [ recovery-image] Dec 13 20:38:51.472 INFO O| Dec 13 20:38:51.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6475 | 2024-12-13T20:38:52.568Z | [ recovery-image] Dec 13 20:38:51.472 INFO O| Dec 13 20:38:51.472 INFO STEP 718 (remove_files) COMPLETE |
6476 | 2024-12-13T20:38:52.568Z | [ recovery-image] Dec 13 20:38:51.472 INFO O| Dec 13 20:38:51.472 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-13T20:38:52.638Z | [ recovery-image] Dec 13 20:38:51.545 INFO O| Dec 13 20:38:51.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6478 | 2024-12-13T20:38:52.638Z | [ recovery-image] Dec 13 20:38:51.545 INFO O| Dec 13 20:38:51.545 INFO STEP 719 (remove_files) COMPLETE |
6479 | 2024-12-13T20:38:52.641Z | [ recovery-image] Dec 13 20:38:51.546 INFO O| Dec 13 20:38:51.545 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-13T20:38:52.661Z | [ recovery-image] Dec 13 20:38:51.568 INFO O| Dec 13 20:38:51.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6481 | 2024-12-13T20:38:52.661Z | [ recovery-image] Dec 13 20:38:51.569 INFO O| Dec 13 20:38:51.568 INFO STEP 720 (remove_files) COMPLETE |
6482 | 2024-12-13T20:38:52.661Z | [ recovery-image] Dec 13 20:38:51.569 INFO O| Dec 13 20:38:51.569 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-13T20:38:52.682Z | [ recovery-image] Dec 13 20:38:51.589 INFO O| Dec 13 20:38:51.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6484 | 2024-12-13T20:38:52.682Z | [ recovery-image] Dec 13 20:38:51.589 INFO O| Dec 13 20:38:51.589 INFO STEP 721 (remove_files) COMPLETE |
6485 | 2024-12-13T20:38:52.685Z | [ recovery-image] Dec 13 20:38:51.590 INFO O| Dec 13 20:38:51.589 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-13T20:38:52.704Z | [ recovery-image] Dec 13 20:38:51.611 INFO O| Dec 13 20:38:51.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6487 | 2024-12-13T20:38:52.704Z | [ recovery-image] Dec 13 20:38:51.611 INFO O| Dec 13 20:38:51.611 INFO STEP 722 (remove_files) COMPLETE |
6488 | 2024-12-13T20:38:52.704Z | [ recovery-image] Dec 13 20:38:51.611 INFO O| Dec 13 20:38:51.611 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-13T20:38:52.725Z | [ recovery-image] Dec 13 20:38:51.632 INFO O| Dec 13 20:38:51.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6490 | 2024-12-13T20:38:52.728Z | [ recovery-image] Dec 13 20:38:51.633 INFO O| Dec 13 20:38:51.633 INFO STEP 723 (remove_files) COMPLETE |
6491 | 2024-12-13T20:38:52.728Z | [ recovery-image] Dec 13 20:38:51.633 INFO O| Dec 13 20:38:51.633 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-12-13T20:38:52.772Z | [ recovery-image] Dec 13 20:38:51.680 INFO O| Dec 13 20:38:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6493 | 2024-12-13T20:38:52.773Z | [ recovery-image] Dec 13 20:38:51.680 INFO O| Dec 13 20:38:51.680 INFO STEP 724 (remove_files) COMPLETE |
6494 | 2024-12-13T20:38:52.776Z | [ recovery-image] Dec 13 20:38:51.680 INFO O| Dec 13 20:38:51.680 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-12-13T20:38:52.816Z | [ recovery-image] Dec 13 20:38:51.723 INFO O| Dec 13 20:38:51.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6496 | 2024-12-13T20:38:52.835Z | [ recovery-image] Dec 13 20:38:51.742 INFO O| Dec 13 20:38:51.742 INFO STEP 725 (remove_files) COMPLETE |
6497 | 2024-12-13T20:38:52.835Z | [ recovery-image] Dec 13 20:38:51.742 INFO O| Dec 13 20:38:51.742 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-12-13T20:38:52.860Z | [ recovery-image] Dec 13 20:38:51.767 INFO O| Dec 13 20:38:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6499 | 2024-12-13T20:38:52.860Z | [ recovery-image] Dec 13 20:38:51.767 INFO O| Dec 13 20:38:51.767 INFO STEP 726 (remove_files) COMPLETE |
6500 | 2024-12-13T20:38:52.860Z | [ recovery-image] Dec 13 20:38:51.767 INFO O| Dec 13 20:38:51.767 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-12-13T20:38:52.881Z | [ recovery-image] Dec 13 20:38:51.789 INFO O| Dec 13 20:38:51.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6502 | 2024-12-13T20:38:52.881Z | [ recovery-image] Dec 13 20:38:51.789 INFO O| Dec 13 20:38:51.789 INFO STEP 727 (remove_files) COMPLETE |
6503 | 2024-12-13T20:38:52.882Z | [ recovery-image] Dec 13 20:38:51.789 INFO O| Dec 13 20:38:51.789 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-13T20:38:52.904Z | [ recovery-image] Dec 13 20:38:51.811 INFO O| Dec 13 20:38:51.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6505 | 2024-12-13T20:38:52.904Z | [ recovery-image] Dec 13 20:38:51.811 INFO O| Dec 13 20:38:51.811 INFO STEP 728 (remove_files) COMPLETE |
6506 | 2024-12-13T20:38:52.906Z | [ recovery-image] Dec 13 20:38:51.811 INFO O| Dec 13 20:38:51.811 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-13T20:38:52.925Z | [ recovery-image] Dec 13 20:38:51.832 INFO O| Dec 13 20:38:51.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6508 | 2024-12-13T20:38:52.928Z | [ recovery-image] Dec 13 20:38:51.833 INFO O| Dec 13 20:38:51.832 INFO STEP 729 (remove_files) COMPLETE |
6509 | 2024-12-13T20:38:52.928Z | [ recovery-image] Dec 13 20:38:51.833 INFO O| Dec 13 20:38:51.833 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-13T20:38:52.956Z | [ recovery-image] Dec 13 20:38:51.855 INFO O| Dec 13 20:38:51.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6511 | 2024-12-13T20:38:52.956Z | [ recovery-image] Dec 13 20:38:51.855 INFO O| Dec 13 20:38:51.855 INFO STEP 730 (remove_files) COMPLETE |
6512 | 2024-12-13T20:38:52.956Z | [ recovery-image] Dec 13 20:38:51.855 INFO O| Dec 13 20:38:51.855 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-13T20:38:52.969Z | [ recovery-image] Dec 13 20:38:51.876 INFO O| Dec 13 20:38:51.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6514 | 2024-12-13T20:38:52.969Z | [ recovery-image] Dec 13 20:38:51.876 INFO O| Dec 13 20:38:51.876 INFO STEP 731 (remove_files) COMPLETE |
6515 | 2024-12-13T20:38:52.969Z | [ recovery-image] Dec 13 20:38:51.876 INFO O| Dec 13 20:38:51.876 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-13T20:38:53.005Z | [ recovery-image] Dec 13 20:38:51.912 INFO O| Dec 13 20:38:51.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6517 | 2024-12-13T20:38:53.005Z | [ recovery-image] Dec 13 20:38:51.913 INFO O| Dec 13 20:38:51.912 INFO STEP 732 (remove_files) COMPLETE |
6518 | 2024-12-13T20:38:53.006Z | [ recovery-image] Dec 13 20:38:51.913 INFO O| Dec 13 20:38:51.913 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-13T20:38:53.038Z | [ recovery-image] Dec 13 20:38:51.938 INFO O| Dec 13 20:38:51.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6520 | 2024-12-13T20:38:53.038Z | [ recovery-image] Dec 13 20:38:51.938 INFO O| Dec 13 20:38:51.938 INFO STEP 733 (remove_files) COMPLETE |
6521 | 2024-12-13T20:38:53.041Z | [ recovery-image] Dec 13 20:38:51.938 INFO O| Dec 13 20:38:51.938 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-13T20:38:53.073Z | [ recovery-image] Dec 13 20:38:51.980 INFO O| Dec 13 20:38:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6523 | 2024-12-13T20:38:53.073Z | [ recovery-image] Dec 13 20:38:51.980 INFO O| Dec 13 20:38:51.980 INFO STEP 734 (remove_files) COMPLETE |
6524 | 2024-12-13T20:38:53.073Z | [ recovery-image] Dec 13 20:38:51.980 INFO O| Dec 13 20:38:51.980 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-13T20:38:53.132Z | [ recovery-image] Dec 13 20:38:52.039 INFO O| Dec 13 20:38:52.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6526 | 2024-12-13T20:38:53.132Z | [ recovery-image] Dec 13 20:38:52.039 INFO O| Dec 13 20:38:52.039 INFO STEP 735 (remove_files) COMPLETE |
6527 | 2024-12-13T20:38:53.132Z | [ recovery-image] Dec 13 20:38:52.039 INFO O| Dec 13 20:38:52.039 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-13T20:38:53.155Z | [ recovery-image] Dec 13 20:38:52.062 INFO O| Dec 13 20:38:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6529 | 2024-12-13T20:38:53.173Z | [ recovery-image] Dec 13 20:38:52.080 INFO O| Dec 13 20:38:52.080 INFO STEP 736 (remove_files) COMPLETE |
6530 | 2024-12-13T20:38:53.173Z | [ recovery-image] Dec 13 20:38:52.080 INFO O| Dec 13 20:38:52.080 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-13T20:38:53.265Z | [ recovery-image] Dec 13 20:38:52.172 INFO O| Dec 13 20:38:52.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6532 | 2024-12-13T20:38:53.265Z | [ recovery-image] Dec 13 20:38:52.172 INFO O| Dec 13 20:38:52.172 INFO STEP 737 (remove_files) COMPLETE |
6533 | 2024-12-13T20:38:53.265Z | [ recovery-image] Dec 13 20:38:52.172 INFO O| Dec 13 20:38:52.172 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-13T20:38:53.289Z | [ recovery-image] Dec 13 20:38:52.195 INFO O| Dec 13 20:38:52.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6535 | 2024-12-13T20:38:53.292Z | [ recovery-image] Dec 13 20:38:52.196 INFO O| Dec 13 20:38:52.196 INFO STEP 738 (remove_files) COMPLETE |
6536 | 2024-12-13T20:38:53.292Z | [ recovery-image] Dec 13 20:38:52.196 INFO O| Dec 13 20:38:52.196 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-13T20:38:53.414Z | [ recovery-image] Dec 13 20:38:52.321 INFO O| Dec 13 20:38:52.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6538 | 2024-12-13T20:38:53.417Z | [ recovery-image] Dec 13 20:38:52.322 INFO O| Dec 13 20:38:52.322 INFO STEP 739 (remove_files) COMPLETE |
6539 | 2024-12-13T20:38:53.417Z | [ recovery-image] Dec 13 20:38:52.322 INFO O| Dec 13 20:38:52.322 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-13T20:38:53.476Z | [ recovery-image] Dec 13 20:38:52.383 INFO O| Dec 13 20:38:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6541 | 2024-12-13T20:38:53.478Z | [ recovery-image] Dec 13 20:38:52.383 INFO O| Dec 13 20:38:52.383 INFO STEP 740 (remove_files) COMPLETE |
6542 | 2024-12-13T20:38:53.479Z | [ recovery-image] Dec 13 20:38:52.383 INFO O| Dec 13 20:38:52.383 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-13T20:38:53.500Z | [ recovery-image] Dec 13 20:38:52.406 INFO O| Dec 13 20:38:52.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6544 | 2024-12-13T20:38:53.500Z | [ recovery-image] Dec 13 20:38:52.406 INFO O| Dec 13 20:38:52.406 INFO STEP 741 (remove_files) COMPLETE |
6545 | 2024-12-13T20:38:53.500Z | [ recovery-image] Dec 13 20:38:52.406 INFO O| Dec 13 20:38:52.406 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-13T20:38:53.541Z | [ recovery-image] Dec 13 20:38:52.448 INFO O| Dec 13 20:38:52.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6547 | 2024-12-13T20:38:53.542Z | [ recovery-image] Dec 13 20:38:52.448 INFO O| Dec 13 20:38:52.443 INFO STEP 742 (remove_files) COMPLETE |
6548 | 2024-12-13T20:38:53.544Z | [ recovery-image] Dec 13 20:38:52.449 INFO O| Dec 13 20:38:52.443 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-13T20:38:53.578Z | [ recovery-image] Dec 13 20:38:52.485 INFO O| Dec 13 20:38:52.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6550 | 2024-12-13T20:38:53.578Z | [ recovery-image] Dec 13 20:38:52.485 INFO O| Dec 13 20:38:52.473 INFO STEP 743 (remove_files) COMPLETE |
6551 | 2024-12-13T20:38:53.581Z | [ recovery-image] Dec 13 20:38:52.485 INFO O| Dec 13 20:38:52.474 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-13T20:38:53.592Z | [ recovery-image] Dec 13 20:38:52.498 INFO O| Dec 13 20:38:52.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6553 | 2024-12-13T20:38:53.592Z | [ recovery-image] Dec 13 20:38:52.498 INFO O| Dec 13 20:38:52.498 INFO STEP 744 (remove_files) COMPLETE |
6554 | 2024-12-13T20:38:53.595Z | [ recovery-image] Dec 13 20:38:52.498 INFO O| Dec 13 20:38:52.498 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-13T20:38:53.595Z | [ host-image] Dec 13 20:38:52.500 INFO O| Dec 13 20:38:52.500 INFO O| Download: Completed 8.42 MB in 6.54 seconds (1.3M/s) |
6556 | 2024-12-13T20:38:53.621Z | [ recovery-image] Dec 13 20:38:52.525 INFO O| Dec 13 20:38:52.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6557 | 2024-12-13T20:38:53.624Z | [ recovery-image] Dec 13 20:38:52.525 INFO O| Dec 13 20:38:52.525 INFO STEP 745 (remove_files) COMPLETE |
6558 | 2024-12-13T20:38:53.624Z | [ recovery-image] Dec 13 20:38:52.525 INFO O| Dec 13 20:38:52.525 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-13T20:38:53.655Z | [ recovery-image] Dec 13 20:38:52.562 INFO O| Dec 13 20:38:52.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6560 | 2024-12-13T20:38:53.655Z | [ recovery-image] Dec 13 20:38:52.562 INFO O| Dec 13 20:38:52.562 INFO STEP 746 (remove_files) COMPLETE |
6561 | 2024-12-13T20:38:53.658Z | [ recovery-image] Dec 13 20:38:52.562 INFO O| Dec 13 20:38:52.562 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-13T20:38:53.703Z | [ host-image] Dec 13 20:38:52.610 INFO O| Dec 13 20:38:52.610 INFO O| Actions: 1/1361 actions (Installing new actions) |
6563 | 2024-12-13T20:38:53.926Z | [ recovery-image] Dec 13 20:38:52.833 INFO O| Dec 13 20:38:52.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6564 | 2024-12-13T20:38:53.926Z | [ recovery-image] Dec 13 20:38:52.833 INFO O| Dec 13 20:38:52.829 INFO STEP 747 (remove_files) COMPLETE |
6565 | 2024-12-13T20:38:53.926Z | [ recovery-image] Dec 13 20:38:52.833 INFO O| Dec 13 20:38:52.829 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-12-13T20:38:53.950Z | [ recovery-image] Dec 13 20:38:52.857 INFO O| Dec 13 20:38:52.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6567 | 2024-12-13T20:38:53.950Z | [ recovery-image] Dec 13 20:38:52.857 INFO O| Dec 13 20:38:52.857 INFO STEP 748 (remove_files) COMPLETE |
6568 | 2024-12-13T20:38:53.953Z | [ recovery-image] Dec 13 20:38:52.857 INFO O| Dec 13 20:38:52.857 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-12-13T20:38:53.992Z | [ recovery-image] Dec 13 20:38:52.898 INFO O| Dec 13 20:38:52.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6570 | 2024-12-13T20:38:53.992Z | [ recovery-image] Dec 13 20:38:52.898 INFO O| Dec 13 20:38:52.898 INFO STEP 749 (remove_files) COMPLETE |
6571 | 2024-12-13T20:38:53.992Z | [ recovery-image] Dec 13 20:38:52.898 INFO O| Dec 13 20:38:52.898 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-12-13T20:38:54.037Z | [ recovery-image] Dec 13 20:38:52.944 INFO O| Dec 13 20:38:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6573 | 2024-12-13T20:38:54.037Z | [ recovery-image] Dec 13 20:38:52.944 INFO O| Dec 13 20:38:52.944 INFO STEP 750 (remove_files) COMPLETE |
6574 | 2024-12-13T20:38:54.040Z | [ recovery-image] Dec 13 20:38:52.944 INFO O| Dec 13 20:38:52.944 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-12-13T20:38:54.059Z | [ recovery-image] Dec 13 20:38:52.966 INFO O| Dec 13 20:38:52.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6576 | 2024-12-13T20:38:54.059Z | [ recovery-image] Dec 13 20:38:52.966 INFO O| Dec 13 20:38:52.966 INFO STEP 751 (remove_files) COMPLETE |
6577 | 2024-12-13T20:38:54.061Z | [ recovery-image] Dec 13 20:38:52.966 INFO O| Dec 13 20:38:52.966 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-12-13T20:38:54.081Z | [ recovery-image] Dec 13 20:38:52.988 INFO O| Dec 13 20:38:52.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6579 | 2024-12-13T20:38:54.081Z | [ recovery-image] Dec 13 20:38:52.988 INFO O| Dec 13 20:38:52.988 INFO STEP 752 (remove_files) COMPLETE |
6580 | 2024-12-13T20:38:54.084Z | [ recovery-image] Dec 13 20:38:52.988 INFO O| Dec 13 20:38:52.988 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-12-13T20:38:54.103Z | [ recovery-image] Dec 13 20:38:53.010 INFO O| Dec 13 20:38:53.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6582 | 2024-12-13T20:38:54.106Z | [ recovery-image] Dec 13 20:38:53.010 INFO O| Dec 13 20:38:53.010 INFO STEP 753 (remove_files) COMPLETE |
6583 | 2024-12-13T20:38:54.106Z | [ recovery-image] Dec 13 20:38:53.011 INFO O| Dec 13 20:38:53.011 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-12-13T20:38:54.127Z | [ recovery-image] Dec 13 20:38:53.034 INFO O| Dec 13 20:38:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6585 | 2024-12-13T20:38:54.130Z | [ recovery-image] Dec 13 20:38:53.034 INFO O| Dec 13 20:38:53.034 INFO STEP 754 (remove_files) COMPLETE |
6586 | 2024-12-13T20:38:54.130Z | [ recovery-image] Dec 13 20:38:53.034 INFO O| Dec 13 20:38:53.034 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-12-13T20:38:54.195Z | [ recovery-image] Dec 13 20:38:53.102 INFO O| Dec 13 20:38:53.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6588 | 2024-12-13T20:38:54.195Z | [ recovery-image] Dec 13 20:38:53.102 INFO O| Dec 13 20:38:53.102 INFO STEP 755 (remove_files) COMPLETE |
6589 | 2024-12-13T20:38:54.195Z | [ recovery-image] Dec 13 20:38:53.102 INFO O| Dec 13 20:38:53.102 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-12-13T20:38:54.220Z | [ recovery-image] Dec 13 20:38:53.126 INFO O| Dec 13 20:38:53.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6591 | 2024-12-13T20:38:54.220Z | [ recovery-image] Dec 13 20:38:53.126 INFO O| Dec 13 20:38:53.126 INFO STEP 756 (remove_files) COMPLETE |
6592 | 2024-12-13T20:38:54.220Z | [ recovery-image] Dec 13 20:38:53.126 INFO O| Dec 13 20:38:53.126 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-12-13T20:38:54.262Z | [ recovery-image] Dec 13 20:38:53.169 INFO O| Dec 13 20:38:53.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6594 | 2024-12-13T20:38:54.262Z | [ recovery-image] Dec 13 20:38:53.169 INFO O| Dec 13 20:38:53.169 INFO STEP 757 (remove_files) COMPLETE |
6595 | 2024-12-13T20:38:54.262Z | [ recovery-image] Dec 13 20:38:53.169 INFO O| Dec 13 20:38:53.169 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-12-13T20:38:54.291Z | [ recovery-image] Dec 13 20:38:53.198 INFO O| Dec 13 20:38:53.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6597 | 2024-12-13T20:38:54.291Z | [ recovery-image] Dec 13 20:38:53.198 INFO O| Dec 13 20:38:53.198 INFO STEP 758 (remove_files) COMPLETE |
6598 | 2024-12-13T20:38:54.291Z | [ recovery-image] Dec 13 20:38:53.198 INFO O| Dec 13 20:38:53.198 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-12-13T20:38:54.366Z | [ recovery-image] Dec 13 20:38:53.273 INFO O| Dec 13 20:38:53.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6600 | 2024-12-13T20:38:54.366Z | [ recovery-image] Dec 13 20:38:53.273 INFO O| Dec 13 20:38:53.273 INFO STEP 759 (remove_files) COMPLETE |
6601 | 2024-12-13T20:38:54.369Z | [ recovery-image] Dec 13 20:38:53.273 INFO O| Dec 13 20:38:53.273 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-12-13T20:38:54.389Z | [ recovery-image] Dec 13 20:38:53.295 INFO O| Dec 13 20:38:53.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6603 | 2024-12-13T20:38:54.389Z | [ recovery-image] Dec 13 20:38:53.295 INFO O| Dec 13 20:38:53.295 INFO STEP 760 (remove_files) COMPLETE |
6604 | 2024-12-13T20:38:54.389Z | [ recovery-image] Dec 13 20:38:53.296 INFO O| Dec 13 20:38:53.295 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-12-13T20:38:54.412Z | [ host-image] Dec 13 20:38:53.319 INFO O| Dec 13 20:38:53.319 INFO O| Actions: Completed 1361 actions in 0.71 seconds. |
6606 | 2024-12-13T20:38:54.422Z | [ recovery-image] Dec 13 20:38:53.329 INFO O| Dec 13 20:38:53.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6607 | 2024-12-13T20:38:54.422Z | [ recovery-image] Dec 13 20:38:53.329 INFO O| Dec 13 20:38:53.329 INFO STEP 761 (remove_files) COMPLETE |
6608 | 2024-12-13T20:38:54.422Z | [ recovery-image] Dec 13 20:38:53.329 INFO O| Dec 13 20:38:53.329 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-12-13T20:38:54.489Z | [ recovery-image] Dec 13 20:38:53.395 INFO O| Dec 13 20:38:53.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6610 | 2024-12-13T20:38:54.489Z | [ recovery-image] Dec 13 20:38:53.395 INFO O| Dec 13 20:38:53.395 INFO STEP 762 (remove_files) COMPLETE |
6611 | 2024-12-13T20:38:54.489Z | [ recovery-image] Dec 13 20:38:53.395 INFO O| Dec 13 20:38:53.395 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-12-13T20:38:54.525Z | [ recovery-image] Dec 13 20:38:53.431 INFO O| Dec 13 20:38:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6613 | 2024-12-13T20:38:54.525Z | [ recovery-image] Dec 13 20:38:53.431 INFO O| Dec 13 20:38:53.431 INFO STEP 763 (remove_files) COMPLETE |
6614 | 2024-12-13T20:38:54.525Z | [ recovery-image] Dec 13 20:38:53.432 INFO O| Dec 13 20:38:53.431 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-12-13T20:38:54.548Z | [ recovery-image] Dec 13 20:38:53.454 INFO O| Dec 13 20:38:53.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6616 | 2024-12-13T20:38:54.548Z | [ recovery-image] Dec 13 20:38:53.454 INFO O| Dec 13 20:38:53.454 INFO STEP 764 (remove_files) COMPLETE |
6617 | 2024-12-13T20:38:54.548Z | [ recovery-image] Dec 13 20:38:53.454 INFO O| Dec 13 20:38:53.454 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-12-13T20:38:54.579Z | [ recovery-image] Dec 13 20:38:53.485 INFO O| Dec 13 20:38:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6619 | 2024-12-13T20:38:54.579Z | [ recovery-image] Dec 13 20:38:53.485 INFO O| Dec 13 20:38:53.485 INFO STEP 765 (remove_files) COMPLETE |
6620 | 2024-12-13T20:38:54.579Z | [ recovery-image] Dec 13 20:38:53.485 INFO O| Dec 13 20:38:53.485 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-12-13T20:38:54.631Z | [ recovery-image] Dec 13 20:38:53.538 INFO O| Dec 13 20:38:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6622 | 2024-12-13T20:38:54.632Z | [ recovery-image] Dec 13 20:38:53.538 INFO O| Dec 13 20:38:53.538 INFO STEP 766 (remove_files) COMPLETE |
6623 | 2024-12-13T20:38:54.634Z | [ recovery-image] Dec 13 20:38:53.539 INFO O| Dec 13 20:38:53.538 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-12-13T20:38:54.652Z | [ recovery-image] Dec 13 20:38:53.559 INFO O| Dec 13 20:38:53.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6625 | 2024-12-13T20:38:54.652Z | [ recovery-image] Dec 13 20:38:53.559 INFO O| Dec 13 20:38:53.559 INFO STEP 767 (remove_files) COMPLETE |
6626 | 2024-12-13T20:38:54.652Z | [ recovery-image] Dec 13 20:38:53.559 INFO O| Dec 13 20:38:53.559 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-12-13T20:38:54.675Z | [ recovery-image] Dec 13 20:38:53.581 INFO O| Dec 13 20:38:53.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6628 | 2024-12-13T20:38:54.708Z | [ recovery-image] Dec 13 20:38:53.614 INFO O| Dec 13 20:38:53.614 INFO STEP 768 (remove_files) COMPLETE |
6629 | 2024-12-13T20:38:54.710Z | [ recovery-image] Dec 13 20:38:53.614 INFO O| Dec 13 20:38:53.614 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-12-13T20:38:54.805Z | [ recovery-image] Dec 13 20:38:53.712 INFO O| Dec 13 20:38:53.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6631 | 2024-12-13T20:38:54.805Z | [ recovery-image] Dec 13 20:38:53.712 INFO O| Dec 13 20:38:53.712 INFO STEP 769 (remove_files) COMPLETE |
6632 | 2024-12-13T20:38:54.805Z | [ recovery-image] Dec 13 20:38:53.712 INFO O| Dec 13 20:38:53.712 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-12-13T20:38:54.831Z | [ recovery-image] Dec 13 20:38:53.736 INFO O| Dec 13 20:38:53.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6634 | 2024-12-13T20:38:54.831Z | [ recovery-image] Dec 13 20:38:53.736 INFO O| Dec 13 20:38:53.736 INFO STEP 770 (remove_files) COMPLETE |
6635 | 2024-12-13T20:38:54.831Z | [ recovery-image] Dec 13 20:38:53.736 INFO O| Dec 13 20:38:53.736 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-13T20:38:54.857Z | [ recovery-image] Dec 13 20:38:53.764 INFO O| Dec 13 20:38:53.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6637 | 2024-12-13T20:38:54.857Z | [ recovery-image] Dec 13 20:38:53.764 INFO O| Dec 13 20:38:53.764 INFO STEP 771 (remove_files) COMPLETE |
6638 | 2024-12-13T20:38:54.857Z | [ recovery-image] Dec 13 20:38:53.764 INFO O| Dec 13 20:38:53.764 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-13T20:38:54.881Z | [ recovery-image] Dec 13 20:38:53.788 INFO O| Dec 13 20:38:53.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6640 | 2024-12-13T20:38:54.881Z | [ recovery-image] Dec 13 20:38:53.788 INFO O| Dec 13 20:38:53.788 INFO STEP 772 (remove_files) COMPLETE |
6641 | 2024-12-13T20:38:54.881Z | [ recovery-image] Dec 13 20:38:53.788 INFO O| Dec 13 20:38:53.788 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-13T20:38:54.921Z | [ recovery-image] Dec 13 20:38:53.827 INFO O| Dec 13 20:38:53.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6643 | 2024-12-13T20:38:54.923Z | [ recovery-image] Dec 13 20:38:53.828 INFO O| Dec 13 20:38:53.828 INFO STEP 773 (remove_files) COMPLETE |
6644 | 2024-12-13T20:38:54.923Z | [ recovery-image] Dec 13 20:38:53.828 INFO O| Dec 13 20:38:53.828 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-13T20:38:54.944Z | [ recovery-image] Dec 13 20:38:53.851 INFO O| Dec 13 20:38:53.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6646 | 2024-12-13T20:38:54.947Z | [ recovery-image] Dec 13 20:38:53.851 INFO O| Dec 13 20:38:53.851 INFO STEP 774 (remove_files) COMPLETE |
6647 | 2024-12-13T20:38:54.947Z | [ recovery-image] Dec 13 20:38:53.851 INFO O| Dec 13 20:38:53.851 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-13T20:38:54.967Z | [ recovery-image] Dec 13 20:38:53.873 INFO O| Dec 13 20:38:53.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6649 | 2024-12-13T20:38:54.970Z | [ recovery-image] Dec 13 20:38:53.874 INFO O| Dec 13 20:38:53.874 INFO STEP 775 (remove_files) COMPLETE |
6650 | 2024-12-13T20:38:54.970Z | [ recovery-image] Dec 13 20:38:53.874 INFO O| Dec 13 20:38:53.874 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-13T20:38:55.027Z | [ recovery-image] Dec 13 20:38:53.933 INFO O| Dec 13 20:38:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6652 | 2024-12-13T20:38:55.029Z | [ recovery-image] Dec 13 20:38:53.934 INFO O| Dec 13 20:38:53.934 INFO STEP 776 (remove_files) COMPLETE |
6653 | 2024-12-13T20:38:55.029Z | [ recovery-image] Dec 13 20:38:53.934 INFO O| Dec 13 20:38:53.934 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-12-13T20:38:55.050Z | [ recovery-image] Dec 13 20:38:53.956 INFO O| Dec 13 20:38:53.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6655 | 2024-12-13T20:38:55.050Z | [ recovery-image] Dec 13 20:38:53.956 INFO O| Dec 13 20:38:53.956 INFO STEP 777 (remove_files) COMPLETE |
6656 | 2024-12-13T20:38:55.050Z | [ recovery-image] Dec 13 20:38:53.956 INFO O| Dec 13 20:38:53.956 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-12-13T20:38:55.122Z | [ host-image] Dec 13 20:38:54.029 INFO O| Dec 13 20:38:54.029 INFO O| Done |
6658 | 2024-12-13T20:38:55.122Z | [ host-image] Dec 13 20:38:54.029 INFO O| Dec 13 20:38:54.029 INFO O| Done |
6659 | 2024-12-13T20:38:55.141Z | [ recovery-image] Dec 13 20:38:54.048 INFO O| Dec 13 20:38:54.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6660 | 2024-12-13T20:38:55.141Z | [ recovery-image] Dec 13 20:38:54.048 INFO O| Dec 13 20:38:54.048 INFO STEP 778 (remove_files) COMPLETE |
6661 | 2024-12-13T20:38:55.141Z | [ recovery-image] Dec 13 20:38:54.048 INFO O| Dec 13 20:38:54.048 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-13T20:38:55.243Z | [ recovery-image] Dec 13 20:38:54.150 INFO O| Dec 13 20:38:54.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6663 | 2024-12-13T20:38:55.243Z | [ recovery-image] Dec 13 20:38:54.150 INFO O| Dec 13 20:38:54.150 INFO STEP 779 (remove_files) COMPLETE |
6664 | 2024-12-13T20:38:55.243Z | [ recovery-image] Dec 13 20:38:54.150 INFO O| Dec 13 20:38:54.150 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-13T20:38:55.280Z | [ recovery-image] Dec 13 20:38:54.187 INFO O| Dec 13 20:38:54.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6666 | 2024-12-13T20:38:55.280Z | [ recovery-image] Dec 13 20:38:54.187 INFO O| Dec 13 20:38:54.187 INFO STEP 780 (remove_files) COMPLETE |
6667 | 2024-12-13T20:38:55.280Z | [ recovery-image] Dec 13 20:38:54.187 INFO O| Dec 13 20:38:54.187 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-12-13T20:38:55.327Z | [ recovery-image] Dec 13 20:38:54.230 INFO O| Dec 13 20:38:54.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6669 | 2024-12-13T20:38:55.327Z | [ recovery-image] Dec 13 20:38:54.230 INFO O| Dec 13 20:38:54.230 INFO STEP 781 (remove_files) COMPLETE |
6670 | 2024-12-13T20:38:55.330Z | [ recovery-image] Dec 13 20:38:54.230 INFO O| Dec 13 20:38:54.230 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-12-13T20:38:55.371Z | [ recovery-image] Dec 13 20:38:54.277 INFO O| Dec 13 20:38:54.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6672 | 2024-12-13T20:38:55.371Z | [ recovery-image] Dec 13 20:38:54.277 INFO O| Dec 13 20:38:54.277 INFO STEP 782 (remove_files) COMPLETE |
6673 | 2024-12-13T20:38:55.373Z | [ recovery-image] Dec 13 20:38:54.278 INFO O| Dec 13 20:38:54.277 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-12-13T20:38:55.429Z | [ recovery-image] Dec 13 20:38:54.336 INFO O| Dec 13 20:38:54.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6675 | 2024-12-13T20:38:55.429Z | [ recovery-image] Dec 13 20:38:54.336 INFO O| Dec 13 20:38:54.336 INFO STEP 783 (remove_files) COMPLETE |
6676 | 2024-12-13T20:38:55.429Z | [ recovery-image] Dec 13 20:38:54.336 INFO O| Dec 13 20:38:54.336 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-12-13T20:38:55.453Z | [ recovery-image] Dec 13 20:38:54.360 INFO O| Dec 13 20:38:54.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6678 | 2024-12-13T20:38:55.453Z | [ recovery-image] Dec 13 20:38:54.360 INFO O| Dec 13 20:38:54.360 INFO STEP 784 (remove_files) COMPLETE |
6679 | 2024-12-13T20:38:55.453Z | [ recovery-image] Dec 13 20:38:54.360 INFO O| Dec 13 20:38:54.360 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-12-13T20:38:55.475Z | [ recovery-image] Dec 13 20:38:54.382 INFO O| Dec 13 20:38:54.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6681 | 2024-12-13T20:38:55.475Z | [ recovery-image] Dec 13 20:38:54.382 INFO O| Dec 13 20:38:54.382 INFO STEP 785 (remove_files) COMPLETE |
6682 | 2024-12-13T20:38:55.475Z | [ recovery-image] Dec 13 20:38:54.382 INFO O| Dec 13 20:38:54.382 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-12-13T20:38:55.503Z | [ recovery-image] Dec 13 20:38:54.410 INFO O| Dec 13 20:38:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6684 | 2024-12-13T20:38:55.507Z | [ recovery-image] Dec 13 20:38:54.410 INFO O| Dec 13 20:38:54.410 INFO STEP 786 (remove_files) COMPLETE |
6685 | 2024-12-13T20:38:55.507Z | [ recovery-image] Dec 13 20:38:54.410 INFO O| Dec 13 20:38:54.410 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-12-13T20:38:55.524Z | [ recovery-image] Dec 13 20:38:54.430 INFO O| Dec 13 20:38:54.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6687 | 2024-12-13T20:38:55.526Z | [ recovery-image] Dec 13 20:38:54.430 INFO O| Dec 13 20:38:54.430 INFO STEP 787 (remove_files) COMPLETE |
6688 | 2024-12-13T20:38:55.526Z | [ recovery-image] Dec 13 20:38:54.430 INFO O| Dec 13 20:38:54.430 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-12-13T20:38:55.544Z | [ recovery-image] Dec 13 20:38:54.451 INFO O| Dec 13 20:38:54.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6690 | 2024-12-13T20:38:55.544Z | [ recovery-image] Dec 13 20:38:54.451 INFO O| Dec 13 20:38:54.451 INFO STEP 788 (remove_files) COMPLETE |
6691 | 2024-12-13T20:38:55.547Z | [ recovery-image] Dec 13 20:38:54.451 INFO O| Dec 13 20:38:54.451 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-12-13T20:38:55.593Z | [ recovery-image] Dec 13 20:38:54.499 INFO O| Dec 13 20:38:54.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6693 | 2024-12-13T20:38:55.593Z | [ recovery-image] Dec 13 20:38:54.499 INFO O| Dec 13 20:38:54.499 INFO STEP 789 (remove_files) COMPLETE |
6694 | 2024-12-13T20:38:55.593Z | [ recovery-image] Dec 13 20:38:54.499 INFO O| Dec 13 20:38:54.499 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-12-13T20:38:55.614Z | [ recovery-image] Dec 13 20:38:54.521 INFO O| Dec 13 20:38:54.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6696 | 2024-12-13T20:38:55.614Z | [ recovery-image] Dec 13 20:38:54.521 INFO O| Dec 13 20:38:54.521 INFO STEP 790 (remove_files) COMPLETE |
6697 | 2024-12-13T20:38:55.614Z | [ recovery-image] Dec 13 20:38:54.521 INFO O| Dec 13 20:38:54.521 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-12-13T20:38:55.642Z | [ recovery-image] Dec 13 20:38:54.548 INFO O| Dec 13 20:38:54.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6699 | 2024-12-13T20:38:55.642Z | [ recovery-image] Dec 13 20:38:54.548 INFO O| Dec 13 20:38:54.548 INFO STEP 791 (remove_files) COMPLETE |
6700 | 2024-12-13T20:38:55.645Z | [ recovery-image] Dec 13 20:38:54.548 INFO O| Dec 13 20:38:54.548 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-12-13T20:38:55.670Z | [ recovery-image] Dec 13 20:38:54.576 INFO O| Dec 13 20:38:54.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6702 | 2024-12-13T20:38:55.670Z | [ recovery-image] Dec 13 20:38:54.576 INFO O| Dec 13 20:38:54.576 INFO STEP 792 (remove_files) COMPLETE |
6703 | 2024-12-13T20:38:55.670Z | [ recovery-image] Dec 13 20:38:54.576 INFO O| Dec 13 20:38:54.576 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-12-13T20:38:55.707Z | [ recovery-image] Dec 13 20:38:54.613 INFO O| Dec 13 20:38:54.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6705 | 2024-12-13T20:38:55.707Z | [ recovery-image] Dec 13 20:38:54.613 INFO O| Dec 13 20:38:54.613 INFO STEP 793 (remove_files) COMPLETE |
6706 | 2024-12-13T20:38:55.707Z | [ recovery-image] Dec 13 20:38:54.613 INFO O| Dec 13 20:38:54.613 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-12-13T20:38:55.767Z | [ recovery-image] Dec 13 20:38:54.673 INFO O| Dec 13 20:38:54.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6708 | 2024-12-13T20:38:55.767Z | [ recovery-image] Dec 13 20:38:54.673 INFO O| Dec 13 20:38:54.673 INFO STEP 794 (remove_files) COMPLETE |
6709 | 2024-12-13T20:38:55.767Z | [ recovery-image] Dec 13 20:38:54.673 INFO O| Dec 13 20:38:54.673 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-12-13T20:38:55.873Z | [ recovery-image] Dec 13 20:38:54.779 INFO O| Dec 13 20:38:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6711 | 2024-12-13T20:38:55.873Z | [ recovery-image] Dec 13 20:38:54.779 INFO O| Dec 13 20:38:54.779 INFO STEP 795 (remove_files) COMPLETE |
6712 | 2024-12-13T20:38:55.873Z | [ recovery-image] Dec 13 20:38:54.779 INFO O| Dec 13 20:38:54.779 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-12-13T20:38:55.915Z | [ recovery-image] Dec 13 20:38:54.821 INFO O| Dec 13 20:38:54.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6714 | 2024-12-13T20:38:55.918Z | [ recovery-image] Dec 13 20:38:54.821 INFO O| Dec 13 20:38:54.821 INFO STEP 796 (remove_files) COMPLETE |
6715 | 2024-12-13T20:38:55.918Z | [ recovery-image] Dec 13 20:38:54.822 INFO O| Dec 13 20:38:54.821 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-12-13T20:38:55.938Z | [ recovery-image] Dec 13 20:38:54.844 INFO O| Dec 13 20:38:54.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6717 | 2024-12-13T20:38:55.938Z | [ recovery-image] Dec 13 20:38:54.845 INFO O| Dec 13 20:38:54.844 INFO STEP 797 (remove_files) COMPLETE |
6718 | 2024-12-13T20:38:55.940Z | [ recovery-image] Dec 13 20:38:54.845 INFO O| Dec 13 20:38:54.845 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-12-13T20:38:55.984Z | [ recovery-image] Dec 13 20:38:54.890 INFO O| Dec 13 20:38:54.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6720 | 2024-12-13T20:38:55.984Z | [ recovery-image] Dec 13 20:38:54.891 INFO O| Dec 13 20:38:54.891 INFO STEP 798 (remove_files) COMPLETE |
6721 | 2024-12-13T20:38:55.984Z | [ recovery-image] Dec 13 20:38:54.891 INFO O| Dec 13 20:38:54.891 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-12-13T20:38:56.021Z | [ recovery-image] Dec 13 20:38:54.928 INFO O| Dec 13 20:38:54.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6723 | 2024-12-13T20:38:56.021Z | [ recovery-image] Dec 13 20:38:54.928 INFO O| Dec 13 20:38:54.928 INFO STEP 799 (remove_files) COMPLETE |
6724 | 2024-12-13T20:38:56.021Z | [ recovery-image] Dec 13 20:38:54.928 INFO O| Dec 13 20:38:54.928 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-12-13T20:38:56.045Z | [ recovery-image] Dec 13 20:38:54.952 INFO O| Dec 13 20:38:54.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6726 | 2024-12-13T20:38:56.045Z | [ recovery-image] Dec 13 20:38:54.952 INFO O| Dec 13 20:38:54.952 INFO STEP 800 (remove_files) COMPLETE |
6727 | 2024-12-13T20:38:56.048Z | [ recovery-image] Dec 13 20:38:54.952 INFO O| Dec 13 20:38:54.952 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-12-13T20:38:56.077Z | [ recovery-image] Dec 13 20:38:54.984 INFO O| Dec 13 20:38:54.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6729 | 2024-12-13T20:38:56.080Z | [ recovery-image] Dec 13 20:38:54.984 INFO O| Dec 13 20:38:54.984 INFO STEP 801 (remove_files) COMPLETE |
6730 | 2024-12-13T20:38:56.080Z | [ recovery-image] Dec 13 20:38:54.984 INFO O| Dec 13 20:38:54.984 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-12-13T20:38:56.100Z | [ recovery-image] Dec 13 20:38:55.007 INFO O| Dec 13 20:38:55.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6732 | 2024-12-13T20:38:56.103Z | [ recovery-image] Dec 13 20:38:55.007 INFO O| Dec 13 20:38:55.007 INFO STEP 802 (remove_files) COMPLETE |
6733 | 2024-12-13T20:38:56.103Z | [ recovery-image] Dec 13 20:38:55.007 INFO O| Dec 13 20:38:55.007 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-12-13T20:38:56.122Z | [ recovery-image] Dec 13 20:38:55.029 INFO O| Dec 13 20:38:55.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6735 | 2024-12-13T20:38:56.125Z | [ recovery-image] Dec 13 20:38:55.029 INFO O| Dec 13 20:38:55.029 INFO STEP 803 (remove_files) COMPLETE |
6736 | 2024-12-13T20:38:56.125Z | [ recovery-image] Dec 13 20:38:55.029 INFO O| Dec 13 20:38:55.029 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-12-13T20:38:56.145Z | [ recovery-image] Dec 13 20:38:55.052 INFO O| Dec 13 20:38:55.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6738 | 2024-12-13T20:38:56.148Z | [ recovery-image] Dec 13 20:38:55.052 INFO O| Dec 13 20:38:55.052 INFO STEP 804 (remove_files) COMPLETE |
6739 | 2024-12-13T20:38:56.148Z | [ recovery-image] Dec 13 20:38:55.052 INFO O| Dec 13 20:38:55.052 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-12-13T20:38:56.169Z | [ recovery-image] Dec 13 20:38:55.076 INFO O| Dec 13 20:38:55.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6741 | 2024-12-13T20:38:56.172Z | [ recovery-image] Dec 13 20:38:55.076 INFO O| Dec 13 20:38:55.076 INFO STEP 805 (remove_files) COMPLETE |
6742 | 2024-12-13T20:38:56.172Z | [ recovery-image] Dec 13 20:38:55.076 INFO O| Dec 13 20:38:55.076 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-12-13T20:38:56.194Z | [ recovery-image] Dec 13 20:38:55.099 INFO O| Dec 13 20:38:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6744 | 2024-12-13T20:38:56.196Z | [ recovery-image] Dec 13 20:38:55.099 INFO O| Dec 13 20:38:55.099 INFO STEP 806 (remove_files) COMPLETE |
6745 | 2024-12-13T20:38:56.196Z | [ recovery-image] Dec 13 20:38:55.099 INFO O| Dec 13 20:38:55.099 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-12-13T20:38:56.257Z | [ recovery-image] Dec 13 20:38:55.163 INFO O| Dec 13 20:38:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6747 | 2024-12-13T20:38:56.257Z | [ recovery-image] Dec 13 20:38:55.163 INFO O| Dec 13 20:38:55.163 INFO STEP 807 (remove_files) COMPLETE |
6748 | 2024-12-13T20:38:56.259Z | [ recovery-image] Dec 13 20:38:55.163 INFO O| Dec 13 20:38:55.163 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-12-13T20:38:56.278Z | [ recovery-image] Dec 13 20:38:55.184 INFO O| Dec 13 20:38:55.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6750 | 2024-12-13T20:38:56.278Z | [ recovery-image] Dec 13 20:38:55.184 INFO O| Dec 13 20:38:55.184 INFO STEP 808 (remove_files) COMPLETE |
6751 | 2024-12-13T20:38:56.280Z | [ recovery-image] Dec 13 20:38:55.184 INFO O| Dec 13 20:38:55.184 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-12-13T20:38:56.313Z | [ recovery-image] Dec 13 20:38:55.220 INFO O| Dec 13 20:38:55.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6753 | 2024-12-13T20:38:56.313Z | [ recovery-image] Dec 13 20:38:55.220 INFO O| Dec 13 20:38:55.220 INFO STEP 809 (remove_files) COMPLETE |
6754 | 2024-12-13T20:38:56.313Z | [ recovery-image] Dec 13 20:38:55.220 INFO O| Dec 13 20:38:55.220 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-12-13T20:38:56.330Z | [ host-image] Dec 13 20:38:55.234 INFO O| Dec 13 20:38:55.233 INFO O| Done |
6756 | 2024-12-13T20:38:56.354Z | [ recovery-image] Dec 13 20:38:55.260 INFO O| Dec 13 20:38:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6757 | 2024-12-13T20:38:56.354Z | [ recovery-image] Dec 13 20:38:55.260 INFO O| Dec 13 20:38:55.260 INFO STEP 810 (remove_files) COMPLETE |
6758 | 2024-12-13T20:38:56.354Z | [ recovery-image] Dec 13 20:38:55.260 INFO O| Dec 13 20:38:55.260 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-13T20:38:56.380Z | [ recovery-image] Dec 13 20:38:55.286 INFO O| Dec 13 20:38:55.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6760 | 2024-12-13T20:38:56.380Z | [ recovery-image] Dec 13 20:38:55.286 INFO O| Dec 13 20:38:55.286 INFO STEP 811 (remove_files) COMPLETE |
6761 | 2024-12-13T20:38:56.380Z | [ recovery-image] Dec 13 20:38:55.286 INFO O| Dec 13 20:38:55.286 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-13T20:38:56.404Z | [ recovery-image] Dec 13 20:38:55.310 INFO O| Dec 13 20:38:55.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6763 | 2024-12-13T20:38:56.404Z | [ recovery-image] Dec 13 20:38:55.311 INFO O| Dec 13 20:38:55.311 INFO STEP 812 (remove_files) COMPLETE |
6764 | 2024-12-13T20:38:56.404Z | [ recovery-image] Dec 13 20:38:55.311 INFO O| Dec 13 20:38:55.311 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-13T20:38:56.443Z | [ recovery-image] Dec 13 20:38:55.349 INFO O| Dec 13 20:38:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6766 | 2024-12-13T20:38:56.443Z | [ recovery-image] Dec 13 20:38:55.349 INFO O| Dec 13 20:38:55.349 INFO STEP 813 (remove_files) COMPLETE |
6767 | 2024-12-13T20:38:56.443Z | [ recovery-image] Dec 13 20:38:55.349 INFO O| Dec 13 20:38:55.349 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-13T20:38:56.467Z | [ recovery-image] Dec 13 20:38:55.374 INFO O| Dec 13 20:38:55.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6769 | 2024-12-13T20:38:56.468Z | [ recovery-image] Dec 13 20:38:55.374 INFO O| Dec 13 20:38:55.374 INFO STEP 814 (remove_files) COMPLETE |
6770 | 2024-12-13T20:38:56.468Z | [ recovery-image] Dec 13 20:38:55.374 INFO O| Dec 13 20:38:55.374 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-13T20:38:56.489Z | [ recovery-image] Dec 13 20:38:55.395 INFO O| Dec 13 20:38:55.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6772 | 2024-12-13T20:38:56.489Z | [ recovery-image] Dec 13 20:38:55.395 INFO O| Dec 13 20:38:55.395 INFO STEP 815 (remove_files) COMPLETE |
6773 | 2024-12-13T20:38:56.489Z | [ recovery-image] Dec 13 20:38:55.395 INFO O| Dec 13 20:38:55.395 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-13T20:38:56.517Z | [ recovery-image] Dec 13 20:38:55.423 INFO O| Dec 13 20:38:55.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6775 | 2024-12-13T20:38:56.519Z | [ recovery-image] Dec 13 20:38:55.424 INFO O| Dec 13 20:38:55.423 INFO STEP 816 (remove_files) COMPLETE |
6776 | 2024-12-13T20:38:56.519Z | [ recovery-image] Dec 13 20:38:55.424 INFO O| Dec 13 20:38:55.424 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-13T20:38:56.543Z | [ recovery-image] Dec 13 20:38:55.448 INFO O| Dec 13 20:38:55.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6778 | 2024-12-13T20:38:56.543Z | [ recovery-image] Dec 13 20:38:55.448 INFO O| Dec 13 20:38:55.448 INFO STEP 817 (remove_files) COMPLETE |
6779 | 2024-12-13T20:38:56.543Z | [ recovery-image] Dec 13 20:38:55.448 INFO O| Dec 13 20:38:55.448 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-13T20:38:56.567Z | [ recovery-image] Dec 13 20:38:55.473 INFO O| Dec 13 20:38:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6781 | 2024-12-13T20:38:56.567Z | [ recovery-image] Dec 13 20:38:55.473 INFO O| Dec 13 20:38:55.473 INFO STEP 818 (remove_files) COMPLETE |
6782 | 2024-12-13T20:38:56.569Z | [ recovery-image] Dec 13 20:38:55.473 INFO O| Dec 13 20:38:55.473 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-13T20:38:56.667Z | [ recovery-image] Dec 13 20:38:55.573 INFO O| Dec 13 20:38:55.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6784 | 2024-12-13T20:38:56.667Z | [ recovery-image] Dec 13 20:38:55.573 INFO O| Dec 13 20:38:55.573 INFO STEP 819 (remove_files) COMPLETE |
6785 | 2024-12-13T20:38:56.667Z | [ recovery-image] Dec 13 20:38:55.573 INFO O| Dec 13 20:38:55.573 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-13T20:38:56.733Z | [ recovery-image] Dec 13 20:38:55.640 INFO O| Dec 13 20:38:55.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6787 | 2024-12-13T20:38:56.736Z | [ recovery-image] Dec 13 20:38:55.640 INFO O| Dec 13 20:38:55.640 INFO STEP 820 (remove_files) COMPLETE |
6788 | 2024-12-13T20:38:56.736Z | [ recovery-image] Dec 13 20:38:55.640 INFO O| Dec 13 20:38:55.640 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-13T20:38:56.756Z | [ recovery-image] Dec 13 20:38:55.663 INFO O| Dec 13 20:38:55.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6790 | 2024-12-13T20:38:56.760Z | [ recovery-image] Dec 13 20:38:55.663 INFO O| Dec 13 20:38:55.663 INFO STEP 821 (remove_files) COMPLETE |
6791 | 2024-12-13T20:38:56.760Z | [ recovery-image] Dec 13 20:38:55.663 INFO O| Dec 13 20:38:55.663 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-13T20:38:56.779Z | [ recovery-image] Dec 13 20:38:55.684 INFO O| Dec 13 20:38:55.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6793 | 2024-12-13T20:38:56.792Z | [ recovery-image] Dec 13 20:38:55.698 INFO O| Dec 13 20:38:55.698 INFO STEP 822 (remove_files) COMPLETE |
6794 | 2024-12-13T20:38:56.792Z | [ recovery-image] Dec 13 20:38:55.698 INFO O| Dec 13 20:38:55.698 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-13T20:38:56.825Z | [ recovery-image] Dec 13 20:38:55.731 INFO O| Dec 13 20:38:55.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6796 | 2024-12-13T20:38:56.825Z | [ recovery-image] Dec 13 20:38:55.731 INFO O| Dec 13 20:38:55.731 INFO STEP 823 (remove_files) COMPLETE |
6797 | 2024-12-13T20:38:56.829Z | [ recovery-image] Dec 13 20:38:55.731 INFO O| Dec 13 20:38:55.731 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-13T20:38:56.884Z | [ recovery-image] Dec 13 20:38:55.790 INFO O| Dec 13 20:38:55.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6799 | 2024-12-13T20:38:56.884Z | [ recovery-image] Dec 13 20:38:55.790 INFO O| Dec 13 20:38:55.790 INFO STEP 824 (remove_files) COMPLETE |
6800 | 2024-12-13T20:38:56.884Z | [ recovery-image] Dec 13 20:38:55.790 INFO O| Dec 13 20:38:55.790 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-13T20:38:56.922Z | [ recovery-image] Dec 13 20:38:55.826 INFO O| Dec 13 20:38:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6802 | 2024-12-13T20:38:56.922Z | [ recovery-image] Dec 13 20:38:55.826 INFO O| Dec 13 20:38:55.826 INFO STEP 825 (remove_files) COMPLETE |
6803 | 2024-12-13T20:38:56.925Z | [ recovery-image] Dec 13 20:38:55.826 INFO O| Dec 13 20:38:55.826 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-13T20:38:56.944Z | [ recovery-image] Dec 13 20:38:55.850 INFO O| Dec 13 20:38:55.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6805 | 2024-12-13T20:38:56.944Z | [ recovery-image] Dec 13 20:38:55.850 INFO O| Dec 13 20:38:55.850 INFO STEP 826 (remove_files) COMPLETE |
6806 | 2024-12-13T20:38:56.944Z | [ recovery-image] Dec 13 20:38:55.850 INFO O| Dec 13 20:38:55.850 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-12-13T20:38:56.982Z | [ recovery-image] Dec 13 20:38:55.888 INFO O| Dec 13 20:38:55.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6808 | 2024-12-13T20:38:56.982Z | [ recovery-image] Dec 13 20:38:55.888 INFO O| Dec 13 20:38:55.888 INFO STEP 827 (remove_files) COMPLETE |
6809 | 2024-12-13T20:38:56.984Z | [ recovery-image] Dec 13 20:38:55.888 INFO O| Dec 13 20:38:55.888 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-12-13T20:38:57.005Z | [ recovery-image] Dec 13 20:38:55.912 INFO O| Dec 13 20:38:55.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6811 | 2024-12-13T20:38:57.005Z | [ recovery-image] Dec 13 20:38:55.912 INFO O| Dec 13 20:38:55.912 INFO STEP 828 (remove_files) COMPLETE |
6812 | 2024-12-13T20:38:57.008Z | [ recovery-image] Dec 13 20:38:55.912 INFO O| Dec 13 20:38:55.912 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-12-13T20:38:57.047Z | [ recovery-image] Dec 13 20:38:55.953 INFO O| Dec 13 20:38:55.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6814 | 2024-12-13T20:38:57.067Z | [ recovery-image] Dec 13 20:38:55.973 INFO O| Dec 13 20:38:55.973 INFO STEP 829 (remove_files) COMPLETE |
6815 | 2024-12-13T20:38:57.067Z | [ recovery-image] Dec 13 20:38:55.973 INFO O| Dec 13 20:38:55.973 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-12-13T20:38:57.109Z | [ recovery-image] Dec 13 20:38:56.015 INFO O| Dec 13 20:38:56.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6817 | 2024-12-13T20:38:57.109Z | [ recovery-image] Dec 13 20:38:56.015 INFO O| Dec 13 20:38:56.015 INFO STEP 830 (remove_files) COMPLETE |
6818 | 2024-12-13T20:38:57.109Z | [ recovery-image] Dec 13 20:38:56.015 INFO O| Dec 13 20:38:56.015 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-12-13T20:38:57.227Z | [ recovery-image] Dec 13 20:38:56.134 INFO O| Dec 13 20:38:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6820 | 2024-12-13T20:38:57.227Z | [ recovery-image] Dec 13 20:38:56.134 INFO O| Dec 13 20:38:56.134 INFO STEP 831 (remove_files) COMPLETE |
6821 | 2024-12-13T20:38:57.230Z | [ recovery-image] Dec 13 20:38:56.134 INFO O| Dec 13 20:38:56.134 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-12-13T20:38:57.261Z | [ recovery-image] Dec 13 20:38:56.168 INFO O| Dec 13 20:38:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6823 | 2024-12-13T20:38:57.261Z | [ recovery-image] Dec 13 20:38:56.168 INFO O| Dec 13 20:38:56.168 INFO STEP 832 (remove_files) COMPLETE |
6824 | 2024-12-13T20:38:57.264Z | [ recovery-image] Dec 13 20:38:56.168 INFO O| Dec 13 20:38:56.168 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-12-13T20:38:57.296Z | [ recovery-image] Dec 13 20:38:56.201 INFO O| Dec 13 20:38:56.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6826 | 2024-12-13T20:38:57.298Z | [ recovery-image] Dec 13 20:38:56.201 INFO O| Dec 13 20:38:56.201 INFO STEP 833 (remove_files) COMPLETE |
6827 | 2024-12-13T20:38:57.298Z | [ recovery-image] Dec 13 20:38:56.201 INFO O| Dec 13 20:38:56.201 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-13T20:38:57.336Z | [ recovery-image] Dec 13 20:38:56.242 INFO O| Dec 13 20:38:56.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6829 | 2024-12-13T20:38:57.338Z | [ recovery-image] Dec 13 20:38:56.242 INFO O| Dec 13 20:38:56.242 INFO STEP 834 (remove_files) COMPLETE |
6830 | 2024-12-13T20:38:57.338Z | [ recovery-image] Dec 13 20:38:56.242 INFO O| Dec 13 20:38:56.242 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-13T20:38:57.436Z | [ recovery-image] Dec 13 20:38:56.342 INFO O| Dec 13 20:38:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6832 | 2024-12-13T20:38:57.436Z | [ recovery-image] Dec 13 20:38:56.342 INFO O| Dec 13 20:38:56.342 INFO STEP 835 (remove_files) COMPLETE |
6833 | 2024-12-13T20:38:57.438Z | [ recovery-image] Dec 13 20:38:56.342 INFO O| Dec 13 20:38:56.342 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-12-13T20:38:57.459Z | [ recovery-image] Dec 13 20:38:56.365 INFO O| Dec 13 20:38:56.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6835 | 2024-12-13T20:38:57.459Z | [ recovery-image] Dec 13 20:38:56.365 INFO O| Dec 13 20:38:56.365 INFO STEP 836 (remove_files) COMPLETE |
6836 | 2024-12-13T20:38:57.459Z | [ recovery-image] Dec 13 20:38:56.365 INFO O| Dec 13 20:38:56.365 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-12-13T20:38:57.480Z | [ recovery-image] Dec 13 20:38:56.386 INFO O| Dec 13 20:38:56.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6838 | 2024-12-13T20:38:57.480Z | [ recovery-image] Dec 13 20:38:56.386 INFO O| Dec 13 20:38:56.386 INFO STEP 837 (remove_files) COMPLETE |
6839 | 2024-12-13T20:38:57.480Z | [ recovery-image] Dec 13 20:38:56.386 INFO O| Dec 13 20:38:56.386 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-12-13T20:38:57.515Z | [ recovery-image] Dec 13 20:38:56.421 INFO O| Dec 13 20:38:56.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6841 | 2024-12-13T20:38:57.517Z | [ recovery-image] Dec 13 20:38:56.421 INFO O| Dec 13 20:38:56.421 INFO STEP 838 (remove_files) COMPLETE |
6842 | 2024-12-13T20:38:57.517Z | [ recovery-image] Dec 13 20:38:56.421 INFO O| Dec 13 20:38:56.421 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-12-13T20:38:57.536Z | [ recovery-image] Dec 13 20:38:56.442 INFO O| Dec 13 20:38:56.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6844 | 2024-12-13T20:38:57.538Z | [ recovery-image] Dec 13 20:38:56.442 INFO O| Dec 13 20:38:56.442 INFO STEP 839 (remove_files) COMPLETE |
6845 | 2024-12-13T20:38:57.538Z | [ recovery-image] Dec 13 20:38:56.443 INFO O| Dec 13 20:38:56.442 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-12-13T20:38:57.557Z | [ recovery-image] Dec 13 20:38:56.463 INFO O| Dec 13 20:38:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6847 | 2024-12-13T20:38:57.568Z | [ recovery-image] Dec 13 20:38:56.474 INFO O| Dec 13 20:38:56.474 INFO STEP 840 (remove_files) COMPLETE |
6848 | 2024-12-13T20:38:57.568Z | [ recovery-image] Dec 13 20:38:56.474 INFO O| Dec 13 20:38:56.474 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-12-13T20:38:57.621Z | [ recovery-image] Dec 13 20:38:56.527 INFO O| Dec 13 20:38:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6850 | 2024-12-13T20:38:57.621Z | [ recovery-image] Dec 13 20:38:56.527 INFO O| Dec 13 20:38:56.527 INFO STEP 841 (remove_files) COMPLETE |
6851 | 2024-12-13T20:38:57.621Z | [ recovery-image] Dec 13 20:38:56.527 INFO O| Dec 13 20:38:56.527 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-12-13T20:38:57.659Z | [ recovery-image] Dec 13 20:38:56.565 INFO O| Dec 13 20:38:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6853 | 2024-12-13T20:38:57.663Z | [ recovery-image] Dec 13 20:38:56.565 INFO O| Dec 13 20:38:56.565 INFO STEP 842 (remove_files) COMPLETE |
6854 | 2024-12-13T20:38:57.663Z | [ recovery-image] Dec 13 20:38:56.565 INFO O| Dec 13 20:38:56.565 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-12-13T20:38:57.697Z | [ recovery-image] Dec 13 20:38:56.603 INFO O| Dec 13 20:38:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6856 | 2024-12-13T20:38:57.697Z | [ recovery-image] Dec 13 20:38:56.603 INFO O| Dec 13 20:38:56.603 INFO STEP 843 (remove_files) COMPLETE |
6857 | 2024-12-13T20:38:57.697Z | [ recovery-image] Dec 13 20:38:56.603 INFO O| Dec 13 20:38:56.603 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-12-13T20:38:57.730Z | [ recovery-image] Dec 13 20:38:56.636 INFO O| Dec 13 20:38:56.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6859 | 2024-12-13T20:38:57.730Z | [ recovery-image] Dec 13 20:38:56.636 INFO O| Dec 13 20:38:56.636 INFO STEP 844 (remove_files) COMPLETE |
6860 | 2024-12-13T20:38:57.730Z | [ recovery-image] Dec 13 20:38:56.636 INFO O| Dec 13 20:38:56.636 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-12-13T20:38:57.758Z | [ recovery-image] Dec 13 20:38:56.664 INFO O| Dec 13 20:38:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6862 | 2024-12-13T20:38:57.758Z | [ recovery-image] Dec 13 20:38:56.664 INFO O| Dec 13 20:38:56.664 INFO STEP 845 (remove_files) COMPLETE |
6863 | 2024-12-13T20:38:57.758Z | [ recovery-image] Dec 13 20:38:56.664 INFO O| Dec 13 20:38:56.664 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-12-13T20:38:57.783Z | [ recovery-image] Dec 13 20:38:56.689 INFO O| Dec 13 20:38:56.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6865 | 2024-12-13T20:38:57.783Z | [ recovery-image] Dec 13 20:38:56.689 INFO O| Dec 13 20:38:56.689 INFO STEP 846 (remove_files) COMPLETE |
6866 | 2024-12-13T20:38:57.783Z | [ recovery-image] Dec 13 20:38:56.689 INFO O| Dec 13 20:38:56.689 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-12-13T20:38:57.807Z | [ recovery-image] Dec 13 20:38:56.713 INFO O| Dec 13 20:38:56.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6868 | 2024-12-13T20:38:57.807Z | [ recovery-image] Dec 13 20:38:56.713 INFO O| Dec 13 20:38:56.713 INFO STEP 847 (remove_files) COMPLETE |
6869 | 2024-12-13T20:38:57.807Z | [ recovery-image] Dec 13 20:38:56.713 INFO O| Dec 13 20:38:56.713 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-12-13T20:38:57.844Z | [ recovery-image] Dec 13 20:38:56.750 INFO O| Dec 13 20:38:56.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6871 | 2024-12-13T20:38:57.844Z | [ recovery-image] Dec 13 20:38:56.750 INFO O| Dec 13 20:38:56.750 INFO STEP 848 (remove_files) COMPLETE |
6872 | 2024-12-13T20:38:57.844Z | [ recovery-image] Dec 13 20:38:56.750 INFO O| Dec 13 20:38:56.750 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-12-13T20:38:57.871Z | [ recovery-image] Dec 13 20:38:56.777 INFO O| Dec 13 20:38:56.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6874 | 2024-12-13T20:38:57.871Z | [ recovery-image] Dec 13 20:38:56.777 INFO O| Dec 13 20:38:56.777 INFO STEP 849 (remove_files) COMPLETE |
6875 | 2024-12-13T20:38:57.871Z | [ recovery-image] Dec 13 20:38:56.777 INFO O| Dec 13 20:38:56.777 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-12-13T20:38:57.903Z | [ recovery-image] Dec 13 20:38:56.809 INFO O| Dec 13 20:38:56.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6877 | 2024-12-13T20:38:57.903Z | [ recovery-image] Dec 13 20:38:56.809 INFO O| Dec 13 20:38:56.809 INFO STEP 850 (remove_files) COMPLETE |
6878 | 2024-12-13T20:38:57.903Z | [ recovery-image] Dec 13 20:38:56.809 INFO O| Dec 13 20:38:56.809 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-12-13T20:38:57.926Z | [ recovery-image] Dec 13 20:38:56.831 INFO O| Dec 13 20:38:56.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6880 | 2024-12-13T20:38:57.926Z | [ recovery-image] Dec 13 20:38:56.832 INFO O| Dec 13 20:38:56.832 INFO STEP 851 (remove_files) COMPLETE |
6881 | 2024-12-13T20:38:57.926Z | [ recovery-image] Dec 13 20:38:56.832 INFO O| Dec 13 20:38:56.832 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-12-13T20:38:57.948Z | [ recovery-image] Dec 13 20:38:56.853 INFO O| Dec 13 20:38:56.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6883 | 2024-12-13T20:38:57.948Z | [ recovery-image] Dec 13 20:38:56.853 INFO O| Dec 13 20:38:56.853 INFO STEP 852 (remove_files) COMPLETE |
6884 | 2024-12-13T20:38:57.948Z | [ recovery-image] Dec 13 20:38:56.853 INFO O| Dec 13 20:38:56.853 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-12-13T20:38:57.970Z | [ recovery-image] Dec 13 20:38:56.877 INFO O| Dec 13 20:38:56.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6886 | 2024-12-13T20:38:57.971Z | [ recovery-image] Dec 13 20:38:56.877 INFO O| Dec 13 20:38:56.877 INFO STEP 853 (remove_files) COMPLETE |
6887 | 2024-12-13T20:38:57.980Z | [ recovery-image] Dec 13 20:38:56.877 INFO O| Dec 13 20:38:56.877 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-12-13T20:38:57.994Z | [ recovery-image] Dec 13 20:38:56.900 INFO O| Dec 13 20:38:56.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6889 | 2024-12-13T20:38:58.003Z | [ recovery-image] Dec 13 20:38:56.901 INFO O| Dec 13 20:38:56.900 INFO STEP 854 (remove_files) COMPLETE |
6890 | 2024-12-13T20:38:58.003Z | [ recovery-image] Dec 13 20:38:56.901 INFO O| Dec 13 20:38:56.901 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-12-13T20:38:58.017Z | [ recovery-image] Dec 13 20:38:56.923 INFO O| Dec 13 20:38:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6892 | 2024-12-13T20:38:58.017Z | [ recovery-image] Dec 13 20:38:56.923 INFO O| Dec 13 20:38:56.923 INFO STEP 855 (remove_files) COMPLETE |
6893 | 2024-12-13T20:38:58.017Z | [ recovery-image] Dec 13 20:38:56.923 INFO O| Dec 13 20:38:56.923 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-12-13T20:38:58.039Z | [ recovery-image] Dec 13 20:38:56.945 INFO O| Dec 13 20:38:56.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6895 | 2024-12-13T20:38:58.039Z | [ recovery-image] Dec 13 20:38:56.945 INFO O| Dec 13 20:38:56.945 INFO STEP 856 (remove_files) COMPLETE |
6896 | 2024-12-13T20:38:58.039Z | [ recovery-image] Dec 13 20:38:56.945 INFO O| Dec 13 20:38:56.945 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-12-13T20:38:58.063Z | [ recovery-image] Dec 13 20:38:56.968 INFO O| Dec 13 20:38:56.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6898 | 2024-12-13T20:38:58.064Z | [ recovery-image] Dec 13 20:38:56.968 INFO O| Dec 13 20:38:56.968 INFO STEP 857 (remove_files) COMPLETE |
6899 | 2024-12-13T20:38:58.067Z | [ recovery-image] Dec 13 20:38:56.969 INFO O| Dec 13 20:38:56.968 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-12-13T20:38:58.092Z | [ recovery-image] Dec 13 20:38:56.997 INFO O| Dec 13 20:38:56.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6901 | 2024-12-13T20:38:58.092Z | [ recovery-image] Dec 13 20:38:56.997 INFO O| Dec 13 20:38:56.997 INFO STEP 858 (remove_files) COMPLETE |
6902 | 2024-12-13T20:38:58.092Z | [ recovery-image] Dec 13 20:38:56.997 INFO O| Dec 13 20:38:56.997 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-12-13T20:38:58.126Z | [ recovery-image] Dec 13 20:38:57.031 INFO O| Dec 13 20:38:57.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6904 | 2024-12-13T20:38:58.126Z | [ recovery-image] Dec 13 20:38:57.031 INFO O| Dec 13 20:38:57.031 INFO STEP 859 (remove_files) COMPLETE |
6905 | 2024-12-13T20:38:58.126Z | [ recovery-image] Dec 13 20:38:57.031 INFO O| Dec 13 20:38:57.031 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-12-13T20:38:58.170Z | [ recovery-image] Dec 13 20:38:57.075 INFO O| Dec 13 20:38:57.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6907 | 2024-12-13T20:38:58.170Z | [ recovery-image] Dec 13 20:38:57.075 INFO O| Dec 13 20:38:57.075 INFO STEP 860 (remove_files) COMPLETE |
6908 | 2024-12-13T20:38:58.170Z | [ recovery-image] Dec 13 20:38:57.075 INFO O| Dec 13 20:38:57.075 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-12-13T20:38:58.211Z | [ recovery-image] Dec 13 20:38:57.117 INFO O| Dec 13 20:38:57.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6910 | 2024-12-13T20:38:58.213Z | [ recovery-image] Dec 13 20:38:57.117 INFO O| Dec 13 20:38:57.117 INFO STEP 861 (remove_files) COMPLETE |
6911 | 2024-12-13T20:38:58.213Z | [ recovery-image] Dec 13 20:38:57.117 INFO O| Dec 13 20:38:57.117 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-12-13T20:38:58.236Z | [ recovery-image] Dec 13 20:38:57.141 INFO O| Dec 13 20:38:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6913 | 2024-12-13T20:38:58.238Z | [ recovery-image] Dec 13 20:38:57.142 INFO O| Dec 13 20:38:57.142 INFO STEP 862 (remove_files) COMPLETE |
6914 | 2024-12-13T20:38:58.238Z | [ recovery-image] Dec 13 20:38:57.142 INFO O| Dec 13 20:38:57.142 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-12-13T20:38:58.257Z | [ recovery-image] Dec 13 20:38:57.163 INFO O| Dec 13 20:38:57.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6916 | 2024-12-13T20:38:58.257Z | [ recovery-image] Dec 13 20:38:57.163 INFO O| Dec 13 20:38:57.163 INFO STEP 863 (remove_files) COMPLETE |
6917 | 2024-12-13T20:38:58.257Z | [ recovery-image] Dec 13 20:38:57.163 INFO O| Dec 13 20:38:57.163 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-12-13T20:38:58.289Z | [ recovery-image] Dec 13 20:38:57.194 INFO O| Dec 13 20:38:57.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6919 | 2024-12-13T20:38:58.289Z | [ recovery-image] Dec 13 20:38:57.195 INFO O| Dec 13 20:38:57.194 INFO STEP 864 (remove_files) COMPLETE |
6920 | 2024-12-13T20:38:58.291Z | [ recovery-image] Dec 13 20:38:57.195 INFO O| Dec 13 20:38:57.194 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-12-13T20:38:58.346Z | [ recovery-image] Dec 13 20:38:57.252 INFO O| Dec 13 20:38:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6922 | 2024-12-13T20:38:58.346Z | [ recovery-image] Dec 13 20:38:57.252 INFO O| Dec 13 20:38:57.252 INFO STEP 865 (remove_files) COMPLETE |
6923 | 2024-12-13T20:38:58.350Z | [ recovery-image] Dec 13 20:38:57.252 INFO O| Dec 13 20:38:57.252 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-12-13T20:38:58.400Z | [ recovery-image] Dec 13 20:38:57.306 INFO O| Dec 13 20:38:57.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6925 | 2024-12-13T20:38:58.400Z | [ recovery-image] Dec 13 20:38:57.306 INFO O| Dec 13 20:38:57.306 INFO STEP 866 (remove_files) COMPLETE |
6926 | 2024-12-13T20:38:58.400Z | [ recovery-image] Dec 13 20:38:57.306 INFO O| Dec 13 20:38:57.306 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-12-13T20:38:58.424Z | [ recovery-image] Dec 13 20:38:57.330 INFO O| Dec 13 20:38:57.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6928 | 2024-12-13T20:38:58.424Z | [ recovery-image] Dec 13 20:38:57.330 INFO O| Dec 13 20:38:57.330 INFO STEP 867 (remove_files) COMPLETE |
6929 | 2024-12-13T20:38:58.424Z | [ recovery-image] Dec 13 20:38:57.330 INFO O| Dec 13 20:38:57.330 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-12-13T20:38:58.465Z | [ recovery-image] Dec 13 20:38:57.371 INFO O| Dec 13 20:38:57.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6931 | 2024-12-13T20:38:58.468Z | [ recovery-image] Dec 13 20:38:57.372 INFO O| Dec 13 20:38:57.372 INFO STEP 868 (remove_files) COMPLETE |
6932 | 2024-12-13T20:38:58.468Z | [ recovery-image] Dec 13 20:38:57.372 INFO O| Dec 13 20:38:57.372 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-12-13T20:38:58.507Z | [ recovery-image] Dec 13 20:38:57.413 INFO O| Dec 13 20:38:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6934 | 2024-12-13T20:38:58.507Z | [ recovery-image] Dec 13 20:38:57.413 INFO O| Dec 13 20:38:57.413 INFO STEP 869 (remove_files) COMPLETE |
6935 | 2024-12-13T20:38:58.508Z | [ recovery-image] Dec 13 20:38:57.413 INFO O| Dec 13 20:38:57.413 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-12-13T20:38:58.532Z | [ recovery-image] Dec 13 20:38:57.438 INFO O| Dec 13 20:38:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6937 | 2024-12-13T20:38:58.532Z | [ recovery-image] Dec 13 20:38:57.438 INFO O| Dec 13 20:38:57.438 INFO STEP 870 (remove_files) COMPLETE |
6938 | 2024-12-13T20:38:58.532Z | [ recovery-image] Dec 13 20:38:57.438 INFO O| Dec 13 20:38:57.438 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-12-13T20:38:58.572Z | [ recovery-image] Dec 13 20:38:57.477 INFO O| Dec 13 20:38:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6940 | 2024-12-13T20:38:58.572Z | [ recovery-image] Dec 13 20:38:57.478 INFO O| Dec 13 20:38:57.477 INFO STEP 871 (remove_files) COMPLETE |
6941 | 2024-12-13T20:38:58.572Z | [ recovery-image] Dec 13 20:38:57.478 INFO O| Dec 13 20:38:57.477 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-12-13T20:38:58.597Z | [ recovery-image] Dec 13 20:38:57.501 INFO O| Dec 13 20:38:57.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6943 | 2024-12-13T20:38:58.600Z | [ recovery-image] Dec 13 20:38:57.502 INFO O| Dec 13 20:38:57.502 INFO STEP 872 (remove_files) COMPLETE |
6944 | 2024-12-13T20:38:58.600Z | [ recovery-image] Dec 13 20:38:57.502 INFO O| Dec 13 20:38:57.502 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-12-13T20:38:58.619Z | [ recovery-image] Dec 13 20:38:57.525 INFO O| Dec 13 20:38:57.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6946 | 2024-12-13T20:38:58.622Z | [ recovery-image] Dec 13 20:38:57.525 INFO O| Dec 13 20:38:57.525 INFO STEP 873 (remove_files) COMPLETE |
6947 | 2024-12-13T20:38:58.622Z | [ recovery-image] Dec 13 20:38:57.526 INFO O| Dec 13 20:38:57.525 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-12-13T20:38:58.643Z | [ recovery-image] Dec 13 20:38:57.549 INFO O| Dec 13 20:38:57.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6949 | 2024-12-13T20:38:58.646Z | [ recovery-image] Dec 13 20:38:57.550 INFO O| Dec 13 20:38:57.550 INFO STEP 874 (remove_files) COMPLETE |
6950 | 2024-12-13T20:38:58.646Z | [ recovery-image] Dec 13 20:38:57.550 INFO O| Dec 13 20:38:57.550 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-12-13T20:38:58.665Z | [ recovery-image] Dec 13 20:38:57.571 INFO O| Dec 13 20:38:57.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6952 | 2024-12-13T20:38:58.665Z | [ recovery-image] Dec 13 20:38:57.571 INFO O| Dec 13 20:38:57.571 INFO STEP 875 (remove_files) COMPLETE |
6953 | 2024-12-13T20:38:58.665Z | [ recovery-image] Dec 13 20:38:57.571 INFO O| Dec 13 20:38:57.571 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-12-13T20:38:58.687Z | [ recovery-image] Dec 13 20:38:57.592 INFO O| Dec 13 20:38:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6955 | 2024-12-13T20:38:58.687Z | [ recovery-image] Dec 13 20:38:57.593 INFO O| Dec 13 20:38:57.593 INFO STEP 876 (remove_files) COMPLETE |
6956 | 2024-12-13T20:38:58.689Z | [ recovery-image] Dec 13 20:38:57.593 INFO O| Dec 13 20:38:57.593 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-12-13T20:38:58.718Z | [ recovery-image] Dec 13 20:38:57.624 INFO O| Dec 13 20:38:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6958 | 2024-12-13T20:38:58.718Z | [ recovery-image] Dec 13 20:38:57.624 INFO O| Dec 13 20:38:57.624 INFO STEP 877 (remove_files) COMPLETE |
6959 | 2024-12-13T20:38:58.718Z | [ recovery-image] Dec 13 20:38:57.624 INFO O| Dec 13 20:38:57.624 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-12-13T20:38:58.743Z | [ recovery-image] Dec 13 20:38:57.648 INFO O| Dec 13 20:38:57.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6961 | 2024-12-13T20:38:58.743Z | [ recovery-image] Dec 13 20:38:57.648 INFO O| Dec 13 20:38:57.648 INFO STEP 878 (remove_files) COMPLETE |
6962 | 2024-12-13T20:38:58.743Z | [ recovery-image] Dec 13 20:38:57.648 INFO O| Dec 13 20:38:57.648 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-12-13T20:38:58.885Z | [ recovery-image] Dec 13 20:38:57.791 INFO O| Dec 13 20:38:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6964 | 2024-12-13T20:38:58.885Z | [ recovery-image] Dec 13 20:38:57.791 INFO O| Dec 13 20:38:57.791 INFO STEP 879 (remove_files) COMPLETE |
6965 | 2024-12-13T20:38:58.885Z | [ recovery-image] Dec 13 20:38:57.791 INFO O| Dec 13 20:38:57.791 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-12-13T20:38:58.907Z | [ recovery-image] Dec 13 20:38:57.813 INFO O| Dec 13 20:38:57.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6967 | 2024-12-13T20:38:58.907Z | [ recovery-image] Dec 13 20:38:57.813 INFO O| Dec 13 20:38:57.813 INFO STEP 880 (remove_files) COMPLETE |
6968 | 2024-12-13T20:38:58.907Z | [ recovery-image] Dec 13 20:38:57.813 INFO O| Dec 13 20:38:57.813 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-12-13T20:38:58.929Z | [ recovery-image] Dec 13 20:38:57.834 INFO O| Dec 13 20:38:57.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6970 | 2024-12-13T20:38:58.929Z | [ recovery-image] Dec 13 20:38:57.834 INFO O| Dec 13 20:38:57.834 INFO STEP 881 (remove_files) COMPLETE |
6971 | 2024-12-13T20:38:58.929Z | [ recovery-image] Dec 13 20:38:57.834 INFO O| Dec 13 20:38:57.834 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-12-13T20:38:58.950Z | [ recovery-image] Dec 13 20:38:57.856 INFO O| Dec 13 20:38:57.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6973 | 2024-12-13T20:38:58.950Z | [ recovery-image] Dec 13 20:38:57.856 INFO O| Dec 13 20:38:57.856 INFO STEP 882 (remove_files) COMPLETE |
6974 | 2024-12-13T20:38:58.950Z | [ recovery-image] Dec 13 20:38:57.856 INFO O| Dec 13 20:38:57.856 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-12-13T20:38:58.971Z | [ recovery-image] Dec 13 20:38:57.877 INFO O| Dec 13 20:38:57.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6976 | 2024-12-13T20:38:58.971Z | [ recovery-image] Dec 13 20:38:57.877 INFO O| Dec 13 20:38:57.877 INFO STEP 883 (remove_files) COMPLETE |
6977 | 2024-12-13T20:38:58.973Z | [ recovery-image] Dec 13 20:38:57.877 INFO O| Dec 13 20:38:57.877 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-12-13T20:38:59.009Z | [ recovery-image] Dec 13 20:38:57.913 INFO O| Dec 13 20:38:57.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6979 | 2024-12-13T20:38:59.012Z | [ recovery-image] Dec 13 20:38:57.913 INFO O| Dec 13 20:38:57.913 INFO STEP 884 (remove_files) COMPLETE |
6980 | 2024-12-13T20:38:59.012Z | [ recovery-image] Dec 13 20:38:57.913 INFO O| Dec 13 20:38:57.913 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-12-13T20:38:59.039Z | [ recovery-image] Dec 13 20:38:57.945 INFO O| Dec 13 20:38:57.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6982 | 2024-12-13T20:38:59.039Z | [ recovery-image] Dec 13 20:38:57.945 INFO O| Dec 13 20:38:57.945 INFO STEP 885 (remove_files) COMPLETE |
6983 | 2024-12-13T20:38:59.039Z | [ recovery-image] Dec 13 20:38:57.945 INFO O| Dec 13 20:38:57.945 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-12-13T20:38:59.064Z | [ recovery-image] Dec 13 20:38:57.969 INFO O| Dec 13 20:38:57.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6985 | 2024-12-13T20:38:59.064Z | [ recovery-image] Dec 13 20:38:57.969 INFO O| Dec 13 20:38:57.969 INFO STEP 886 (remove_files) COMPLETE |
6986 | 2024-12-13T20:38:59.066Z | [ recovery-image] Dec 13 20:38:57.969 INFO O| Dec 13 20:38:57.969 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-12-13T20:38:59.086Z | [ recovery-image] Dec 13 20:38:57.992 INFO O| Dec 13 20:38:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6988 | 2024-12-13T20:38:59.086Z | [ recovery-image] Dec 13 20:38:57.992 INFO O| Dec 13 20:38:57.992 INFO STEP 887 (remove_files) COMPLETE |
6989 | 2024-12-13T20:38:59.086Z | [ recovery-image] Dec 13 20:38:57.992 INFO O| Dec 13 20:38:57.992 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-12-13T20:38:59.109Z | [ recovery-image] Dec 13 20:38:58.015 INFO O| Dec 13 20:38:58.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6991 | 2024-12-13T20:38:59.109Z | [ recovery-image] Dec 13 20:38:58.015 INFO O| Dec 13 20:38:58.015 INFO STEP 888 (remove_files) COMPLETE |
6992 | 2024-12-13T20:38:59.109Z | [ recovery-image] Dec 13 20:38:58.015 INFO O| Dec 13 20:38:58.015 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-12-13T20:38:59.148Z | [ recovery-image] Dec 13 20:38:58.054 INFO O| Dec 13 20:38:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6994 | 2024-12-13T20:38:59.148Z | [ recovery-image] Dec 13 20:38:58.054 INFO O| Dec 13 20:38:58.054 INFO STEP 889 (remove_files) COMPLETE |
6995 | 2024-12-13T20:38:59.151Z | [ recovery-image] Dec 13 20:38:58.054 INFO O| Dec 13 20:38:58.054 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-12-13T20:38:59.231Z | [ recovery-image] Dec 13 20:38:58.137 INFO O| Dec 13 20:38:58.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6997 | 2024-12-13T20:38:59.233Z | [ recovery-image] Dec 13 20:38:58.137 INFO O| Dec 13 20:38:58.137 INFO STEP 890 (remove_files) COMPLETE |
6998 | 2024-12-13T20:38:59.233Z | [ recovery-image] Dec 13 20:38:58.137 INFO O| Dec 13 20:38:58.137 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-12-13T20:38:59.254Z | [ host-image] Dec 13 20:38:58.160 INFO O| Dec 13 20:38:58.160 INFO O| Done |
7000 | 2024-12-13T20:38:59.258Z | [ recovery-image] Dec 13 20:38:58.161 INFO O| Dec 13 20:38:58.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7001 | 2024-12-13T20:38:59.258Z | [ recovery-image] Dec 13 20:38:58.161 INFO O| Dec 13 20:38:58.161 INFO STEP 891 (remove_files) COMPLETE |
7002 | 2024-12-13T20:38:59.258Z | [ recovery-image] Dec 13 20:38:58.161 INFO O| Dec 13 20:38:58.161 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-13T20:38:59.280Z | [ recovery-image] Dec 13 20:38:58.186 INFO O| Dec 13 20:38:58.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7004 | 2024-12-13T20:38:59.281Z | [ recovery-image] Dec 13 20:38:58.186 INFO O| Dec 13 20:38:58.186 INFO STEP 892 (remove_files) COMPLETE |
7005 | 2024-12-13T20:38:59.284Z | [ recovery-image] Dec 13 20:38:58.186 INFO O| Dec 13 20:38:58.186 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-13T20:38:59.330Z | [ host-image] Dec 13 20:38:58.235 INFO O| Dec 13 20:38:58.235 INFO O| Done |
7007 | 2024-12-13T20:38:59.333Z | [ host-image] Dec 13 20:38:58.236 INFO O| Dec 13 20:38:58.236 INFO O| Done |
7008 | 2024-12-13T20:38:59.333Z | [ recovery-image] Dec 13 20:38:58.236 INFO O| Dec 13 20:38:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7009 | 2024-12-13T20:38:59.333Z | [ recovery-image] Dec 13 20:38:58.236 INFO O| Dec 13 20:38:58.236 INFO STEP 893 (remove_files) COMPLETE |
7010 | 2024-12-13T20:38:59.333Z | [ recovery-image] Dec 13 20:38:58.237 INFO O| Dec 13 20:38:58.236 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-12-13T20:38:59.355Z | [ recovery-image] Dec 13 20:38:58.260 INFO O| Dec 13 20:38:58.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7012 | 2024-12-13T20:38:59.358Z | [ recovery-image] Dec 13 20:38:58.260 INFO O| Dec 13 20:38:58.260 INFO STEP 894 (remove_files) COMPLETE |
7013 | 2024-12-13T20:38:59.358Z | [ recovery-image] Dec 13 20:38:58.260 INFO O| Dec 13 20:38:58.260 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-12-13T20:38:59.374Z | [ recovery-image] Dec 13 20:38:58.280 INFO O| Dec 13 20:38:58.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7015 | 2024-12-13T20:38:59.376Z | [ recovery-image] Dec 13 20:38:58.280 INFO O| Dec 13 20:38:58.280 INFO STEP 895 (remove_files) COMPLETE |
7016 | 2024-12-13T20:38:59.377Z | [ recovery-image] Dec 13 20:38:58.281 INFO O| Dec 13 20:38:58.280 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-12-13T20:38:59.399Z | [ recovery-image] Dec 13 20:38:58.305 INFO O| Dec 13 20:38:58.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7018 | 2024-12-13T20:38:59.401Z | [ recovery-image] Dec 13 20:38:58.305 INFO O| Dec 13 20:38:58.305 INFO STEP 896 (remove_files) COMPLETE |
7019 | 2024-12-13T20:38:59.401Z | [ recovery-image] Dec 13 20:38:58.305 INFO O| Dec 13 20:38:58.305 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-12-13T20:38:59.401Z | [ host-image] Dec 13 20:38:58.305 INFO O| Dec 13 20:38:58.305 INFO O| Done |
7021 | 2024-12-13T20:38:59.444Z | [ recovery-image] Dec 13 20:38:58.350 INFO O| Dec 13 20:38:58.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7022 | 2024-12-13T20:38:59.444Z | [ recovery-image] Dec 13 20:38:58.350 INFO O| Dec 13 20:38:58.350 INFO STEP 897 (remove_files) COMPLETE |
7023 | 2024-12-13T20:38:59.447Z | [ recovery-image] Dec 13 20:38:58.350 INFO O| Dec 13 20:38:58.350 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-13T20:38:59.503Z | [ recovery-image] Dec 13 20:38:58.409 INFO O| Dec 13 20:38:58.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7025 | 2024-12-13T20:38:59.503Z | [ recovery-image] Dec 13 20:38:58.409 INFO O| Dec 13 20:38:58.409 INFO STEP 898 (remove_files) COMPLETE |
7026 | 2024-12-13T20:38:59.503Z | [ recovery-image] Dec 13 20:38:58.409 INFO O| Dec 13 20:38:58.409 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-13T20:38:59.525Z | [ recovery-image] Dec 13 20:38:58.431 INFO O| Dec 13 20:38:58.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7028 | 2024-12-13T20:38:59.529Z | [ recovery-image] Dec 13 20:38:58.431 INFO O| Dec 13 20:38:58.431 INFO STEP 899 (remove_files) COMPLETE |
7029 | 2024-12-13T20:38:59.529Z | [ recovery-image] Dec 13 20:38:58.432 INFO O| Dec 13 20:38:58.431 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-13T20:38:59.564Z | [ recovery-image] Dec 13 20:38:58.469 INFO O| Dec 13 20:38:58.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7031 | 2024-12-13T20:38:59.564Z | [ recovery-image] Dec 13 20:38:58.469 INFO O| Dec 13 20:38:58.469 INFO STEP 900 (remove_files) COMPLETE |
7032 | 2024-12-13T20:38:59.566Z | [ recovery-image] Dec 13 20:38:58.469 INFO O| Dec 13 20:38:58.469 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-13T20:38:59.612Z | [ recovery-image] Dec 13 20:38:58.502 INFO O| Dec 13 20:38:58.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7034 | 2024-12-13T20:38:59.612Z | [ recovery-image] Dec 13 20:38:58.502 INFO O| Dec 13 20:38:58.502 INFO STEP 901 (remove_files) COMPLETE |
7035 | 2024-12-13T20:38:59.615Z | [ recovery-image] Dec 13 20:38:58.502 INFO O| Dec 13 20:38:58.502 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-13T20:38:59.615Z | [ host-image] Dec 13 20:38:58.518 INFO O| Dec 13 20:38:58.518 INFO STEP 13 (pkg_install) COMPLETE |
7037 | 2024-12-13T20:38:59.615Z | [ host-image] Dec 13 20:38:58.518 INFO O| Dec 13 20:38:58.518 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7038 | 2024-12-13T20:38:59.633Z | [ host-image] Dec 13 20:38:58.539 INFO O| Dec 13 20:38:58.538 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
7039 | 2024-12-13T20:38:59.637Z | [ recovery-image] Dec 13 20:38:58.543 INFO O| Dec 13 20:38:58.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7040 | 2024-12-13T20:38:59.637Z | [ recovery-image] Dec 13 20:38:58.543 INFO O| Dec 13 20:38:58.543 INFO STEP 902 (remove_files) COMPLETE |
7041 | 2024-12-13T20:38:59.640Z | [ recovery-image] Dec 13 20:38:58.544 INFO O| Dec 13 20:38:58.543 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-13T20:38:59.694Z | [ recovery-image] Dec 13 20:38:58.600 INFO O| Dec 13 20:38:58.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7043 | 2024-12-13T20:38:59.694Z | [ recovery-image] Dec 13 20:38:58.600 INFO O| Dec 13 20:38:58.600 INFO STEP 903 (remove_files) COMPLETE |
7044 | 2024-12-13T20:38:59.697Z | [ recovery-image] Dec 13 20:38:58.600 INFO O| Dec 13 20:38:58.600 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-13T20:38:59.718Z | [ recovery-image] Dec 13 20:38:58.624 INFO O| Dec 13 20:38:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7046 | 2024-12-13T20:38:59.718Z | [ recovery-image] Dec 13 20:38:58.624 INFO O| Dec 13 20:38:58.624 INFO STEP 904 (remove_files) COMPLETE |
7047 | 2024-12-13T20:38:59.721Z | [ recovery-image] Dec 13 20:38:58.624 INFO O| Dec 13 20:38:58.624 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-13T20:38:59.741Z | [ recovery-image] Dec 13 20:38:58.647 INFO O| Dec 13 20:38:58.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7049 | 2024-12-13T20:38:59.741Z | [ recovery-image] Dec 13 20:38:58.647 INFO O| Dec 13 20:38:58.647 INFO STEP 905 (remove_files) COMPLETE |
7050 | 2024-12-13T20:38:59.741Z | [ recovery-image] Dec 13 20:38:58.647 INFO O| Dec 13 20:38:58.647 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-13T20:38:59.819Z | [ recovery-image] Dec 13 20:38:58.725 INFO O| Dec 13 20:38:58.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7052 | 2024-12-13T20:38:59.819Z | [ recovery-image] Dec 13 20:38:58.725 INFO O| Dec 13 20:38:58.725 INFO STEP 906 (remove_files) COMPLETE |
7053 | 2024-12-13T20:38:59.819Z | [ recovery-image] Dec 13 20:38:58.725 INFO O| Dec 13 20:38:58.725 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-13T20:38:59.844Z | [ recovery-image] Dec 13 20:38:58.749 INFO O| Dec 13 20:38:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7055 | 2024-12-13T20:38:59.844Z | [ recovery-image] Dec 13 20:38:58.750 INFO O| Dec 13 20:38:58.749 INFO STEP 907 (remove_files) COMPLETE |
7056 | 2024-12-13T20:38:59.844Z | [ recovery-image] Dec 13 20:38:58.750 INFO O| Dec 13 20:38:58.750 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-13T20:38:59.867Z | [ recovery-image] Dec 13 20:38:58.773 INFO O| Dec 13 20:38:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7058 | 2024-12-13T20:38:59.867Z | [ recovery-image] Dec 13 20:38:58.773 INFO O| Dec 13 20:38:58.773 INFO STEP 908 (remove_files) COMPLETE |
7059 | 2024-12-13T20:38:59.867Z | [ recovery-image] Dec 13 20:38:58.773 INFO O| Dec 13 20:38:58.773 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-12-13T20:38:59.890Z | [ recovery-image] Dec 13 20:38:58.795 INFO O| Dec 13 20:38:58.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7061 | 2024-12-13T20:38:59.890Z | [ recovery-image] Dec 13 20:38:58.796 INFO O| Dec 13 20:38:58.795 INFO STEP 909 (remove_files) COMPLETE |
7062 | 2024-12-13T20:38:59.890Z | [ recovery-image] Dec 13 20:38:58.796 INFO O| Dec 13 20:38:58.796 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-12-13T20:38:59.912Z | [ recovery-image] Dec 13 20:38:58.818 INFO O| Dec 13 20:38:58.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7064 | 2024-12-13T20:38:59.913Z | [ recovery-image] Dec 13 20:38:58.818 INFO O| Dec 13 20:38:58.818 INFO STEP 910 (remove_files) COMPLETE |
7065 | 2024-12-13T20:38:59.913Z | [ recovery-image] Dec 13 20:38:58.818 INFO O| Dec 13 20:38:58.818 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-12-13T20:38:59.975Z | [ recovery-image] Dec 13 20:38:58.880 INFO O| Dec 13 20:38:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7067 | 2024-12-13T20:38:59.975Z | [ recovery-image] Dec 13 20:38:58.880 INFO O| Dec 13 20:38:58.880 INFO STEP 911 (remove_files) COMPLETE |
7068 | 2024-12-13T20:38:59.975Z | [ recovery-image] Dec 13 20:38:58.880 INFO O| Dec 13 20:38:58.880 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-12-13T20:39:00.042Z | [ recovery-image] Dec 13 20:38:58.948 INFO O| Dec 13 20:38:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7070 | 2024-12-13T20:39:00.042Z | [ recovery-image] Dec 13 20:38:58.948 INFO O| Dec 13 20:38:58.948 INFO STEP 912 (remove_files) COMPLETE |
7071 | 2024-12-13T20:39:00.045Z | [ recovery-image] Dec 13 20:38:58.948 INFO O| Dec 13 20:38:58.948 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-12-13T20:39:00.064Z | [ recovery-image] Dec 13 20:38:58.969 INFO O| Dec 13 20:38:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7073 | 2024-12-13T20:39:00.064Z | [ recovery-image] Dec 13 20:38:58.969 INFO O| Dec 13 20:38:58.969 INFO STEP 913 (remove_files) COMPLETE |
7074 | 2024-12-13T20:39:00.064Z | [ recovery-image] Dec 13 20:38:58.969 INFO O| Dec 13 20:38:58.969 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-12-13T20:39:00.086Z | [ recovery-image] Dec 13 20:38:58.991 INFO O| Dec 13 20:38:58.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7076 | 2024-12-13T20:39:00.086Z | [ recovery-image] Dec 13 20:38:58.991 INFO O| Dec 13 20:38:58.991 INFO STEP 914 (remove_files) COMPLETE |
7077 | 2024-12-13T20:39:00.086Z | [ recovery-image] Dec 13 20:38:58.991 INFO O| Dec 13 20:38:58.991 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-12-13T20:39:00.106Z | [ recovery-image] Dec 13 20:38:59.012 INFO O| Dec 13 20:38:59.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7079 | 2024-12-13T20:39:00.106Z | [ recovery-image] Dec 13 20:38:59.012 INFO O| Dec 13 20:38:59.012 INFO STEP 915 (remove_files) COMPLETE |
7080 | 2024-12-13T20:39:00.106Z | [ recovery-image] Dec 13 20:38:59.012 INFO O| Dec 13 20:38:59.012 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-12-13T20:39:00.130Z | [ recovery-image] Dec 13 20:38:59.036 INFO O| Dec 13 20:38:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7082 | 2024-12-13T20:39:00.133Z | [ recovery-image] Dec 13 20:38:59.036 INFO O| Dec 13 20:38:59.036 INFO STEP 916 (remove_files) COMPLETE |
7083 | 2024-12-13T20:39:00.133Z | [ recovery-image] Dec 13 20:38:59.036 INFO O| Dec 13 20:38:59.036 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-12-13T20:39:00.153Z | [ recovery-image] Dec 13 20:38:59.058 INFO O| Dec 13 20:38:59.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7085 | 2024-12-13T20:39:00.153Z | [ recovery-image] Dec 13 20:38:59.058 INFO O| Dec 13 20:38:59.058 INFO STEP 917 (remove_files) COMPLETE |
7086 | 2024-12-13T20:39:00.153Z | [ recovery-image] Dec 13 20:38:59.058 INFO O| Dec 13 20:38:59.058 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-12-13T20:39:00.174Z | [ recovery-image] Dec 13 20:38:59.080 INFO O| Dec 13 20:38:59.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7088 | 2024-12-13T20:39:00.174Z | [ recovery-image] Dec 13 20:38:59.080 INFO O| Dec 13 20:38:59.080 INFO STEP 918 (remove_files) COMPLETE |
7089 | 2024-12-13T20:39:00.174Z | [ recovery-image] Dec 13 20:38:59.080 INFO O| Dec 13 20:38:59.080 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-12-13T20:39:00.197Z | [ recovery-image] Dec 13 20:38:59.102 INFO O| Dec 13 20:38:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7091 | 2024-12-13T20:39:00.197Z | [ recovery-image] Dec 13 20:38:59.102 INFO O| Dec 13 20:38:59.102 INFO STEP 919 (remove_files) COMPLETE |
7092 | 2024-12-13T20:39:00.197Z | [ recovery-image] Dec 13 20:38:59.102 INFO O| Dec 13 20:38:59.102 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-12-13T20:39:00.218Z | [ recovery-image] Dec 13 20:38:59.123 INFO O| Dec 13 20:38:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7094 | 2024-12-13T20:39:00.220Z | [ recovery-image] Dec 13 20:38:59.124 INFO O| Dec 13 20:38:59.123 INFO STEP 920 (remove_files) COMPLETE |
7095 | 2024-12-13T20:39:00.220Z | [ recovery-image] Dec 13 20:38:59.124 INFO O| Dec 13 20:38:59.124 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-12-13T20:39:00.240Z | [ recovery-image] Dec 13 20:38:59.146 INFO O| Dec 13 20:38:59.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7097 | 2024-12-13T20:39:00.240Z | [ recovery-image] Dec 13 20:38:59.146 INFO O| Dec 13 20:38:59.146 INFO STEP 921 (remove_files) COMPLETE |
7098 | 2024-12-13T20:39:00.240Z | [ recovery-image] Dec 13 20:38:59.146 INFO O| Dec 13 20:38:59.146 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-12-13T20:39:00.271Z | [ recovery-image] Dec 13 20:38:59.177 INFO O| Dec 13 20:38:59.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7100 | 2024-12-13T20:39:00.271Z | [ recovery-image] Dec 13 20:38:59.177 INFO O| Dec 13 20:38:59.177 INFO STEP 922 (remove_files) COMPLETE |
7101 | 2024-12-13T20:39:00.271Z | [ recovery-image] Dec 13 20:38:59.177 INFO O| Dec 13 20:38:59.177 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-12-13T20:39:00.304Z | [ recovery-image] Dec 13 20:38:59.209 INFO O| Dec 13 20:38:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7103 | 2024-12-13T20:39:00.304Z | [ recovery-image] Dec 13 20:38:59.210 INFO O| Dec 13 20:38:59.209 INFO STEP 923 (remove_files) COMPLETE |
7104 | 2024-12-13T20:39:00.304Z | [ recovery-image] Dec 13 20:38:59.210 INFO O| Dec 13 20:38:59.210 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-12-13T20:39:00.342Z | [ recovery-image] Dec 13 20:38:59.248 INFO O| Dec 13 20:38:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7106 | 2024-12-13T20:39:00.342Z | [ recovery-image] Dec 13 20:38:59.248 INFO O| Dec 13 20:38:59.248 INFO STEP 924 (remove_files) COMPLETE |
7107 | 2024-12-13T20:39:00.347Z | [ recovery-image] Dec 13 20:38:59.248 INFO O| Dec 13 20:38:59.248 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-12-13T20:39:00.390Z | [ recovery-image] Dec 13 20:38:59.295 INFO O| Dec 13 20:38:59.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7109 | 2024-12-13T20:39:00.390Z | [ recovery-image] Dec 13 20:38:59.295 INFO O| Dec 13 20:38:59.295 INFO STEP 925 (remove_files) COMPLETE |
7110 | 2024-12-13T20:39:00.392Z | [ recovery-image] Dec 13 20:38:59.295 INFO O| Dec 13 20:38:59.295 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-12-13T20:39:00.415Z | [ recovery-image] Dec 13 20:38:59.321 INFO O| Dec 13 20:38:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7112 | 2024-12-13T20:39:00.436Z | [ recovery-image] Dec 13 20:38:59.341 INFO O| Dec 13 20:38:59.341 INFO STEP 926 (remove_files) COMPLETE |
7113 | 2024-12-13T20:39:00.436Z | [ recovery-image] Dec 13 20:38:59.341 INFO O| Dec 13 20:38:59.341 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-12-13T20:39:00.536Z | [ recovery-image] Dec 13 20:38:59.442 INFO O| Dec 13 20:38:59.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7115 | 2024-12-13T20:39:00.539Z | [ recovery-image] Dec 13 20:38:59.442 INFO O| Dec 13 20:38:59.442 INFO STEP 927 (remove_files) COMPLETE |
7116 | 2024-12-13T20:39:00.540Z | [ recovery-image] Dec 13 20:38:59.442 INFO O| Dec 13 20:38:59.442 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-12-13T20:39:00.575Z | [ recovery-image] Dec 13 20:38:59.480 INFO O| Dec 13 20:38:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7118 | 2024-12-13T20:39:00.575Z | [ recovery-image] Dec 13 20:38:59.481 INFO O| Dec 13 20:38:59.481 INFO STEP 928 (remove_files) COMPLETE |
7119 | 2024-12-13T20:39:00.577Z | [ recovery-image] Dec 13 20:38:59.481 INFO O| Dec 13 20:38:59.481 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-12-13T20:39:00.600Z | [ recovery-image] Dec 13 20:38:59.505 INFO O| Dec 13 20:38:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7121 | 2024-12-13T20:39:00.600Z | [ recovery-image] Dec 13 20:38:59.506 INFO O| Dec 13 20:38:59.505 INFO STEP 929 (remove_files) COMPLETE |
7122 | 2024-12-13T20:39:00.603Z | [ recovery-image] Dec 13 20:38:59.506 INFO O| Dec 13 20:38:59.506 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-12-13T20:39:00.623Z | [ recovery-image] Dec 13 20:38:59.528 INFO O| Dec 13 20:38:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7124 | 2024-12-13T20:39:00.625Z | [ recovery-image] Dec 13 20:38:59.529 INFO O| Dec 13 20:38:59.529 INFO STEP 930 (remove_files) COMPLETE |
7125 | 2024-12-13T20:39:00.625Z | [ recovery-image] Dec 13 20:38:59.529 INFO O| Dec 13 20:38:59.529 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-12-13T20:39:00.644Z | [ recovery-image] Dec 13 20:38:59.550 INFO O| Dec 13 20:38:59.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7127 | 2024-12-13T20:39:00.647Z | [ recovery-image] Dec 13 20:38:59.550 INFO O| Dec 13 20:38:59.550 INFO STEP 931 (remove_files) COMPLETE |
7128 | 2024-12-13T20:39:00.647Z | [ recovery-image] Dec 13 20:38:59.550 INFO O| Dec 13 20:38:59.550 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-12-13T20:39:00.665Z | [ recovery-image] Dec 13 20:38:59.571 INFO O| Dec 13 20:38:59.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7130 | 2024-12-13T20:39:00.668Z | [ recovery-image] Dec 13 20:38:59.571 INFO O| Dec 13 20:38:59.571 INFO STEP 932 (remove_files) COMPLETE |
7131 | 2024-12-13T20:39:00.668Z | [ recovery-image] Dec 13 20:38:59.571 INFO O| Dec 13 20:38:59.571 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-12-13T20:39:00.687Z | [ recovery-image] Dec 13 20:38:59.593 INFO O| Dec 13 20:38:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7133 | 2024-12-13T20:39:00.687Z | [ recovery-image] Dec 13 20:38:59.593 INFO O| Dec 13 20:38:59.593 INFO STEP 933 (remove_files) COMPLETE |
7134 | 2024-12-13T20:39:00.687Z | [ recovery-image] Dec 13 20:38:59.593 INFO O| Dec 13 20:38:59.593 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-12-13T20:39:00.724Z | [ recovery-image] Dec 13 20:38:59.630 INFO O| Dec 13 20:38:59.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7136 | 2024-12-13T20:39:00.727Z | [ recovery-image] Dec 13 20:38:59.630 INFO O| Dec 13 20:38:59.630 INFO STEP 934 (remove_files) COMPLETE |
7137 | 2024-12-13T20:39:00.727Z | [ recovery-image] Dec 13 20:38:59.630 INFO O| Dec 13 20:38:59.630 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-12-13T20:39:00.749Z | [ recovery-image] Dec 13 20:38:59.654 INFO O| Dec 13 20:38:59.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7139 | 2024-12-13T20:39:00.752Z | [ recovery-image] Dec 13 20:38:59.655 INFO O| Dec 13 20:38:59.655 INFO STEP 935 (remove_files) COMPLETE |
7140 | 2024-12-13T20:39:00.753Z | [ recovery-image] Dec 13 20:38:59.655 INFO O| Dec 13 20:38:59.655 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-12-13T20:39:00.781Z | [ host-image] Dec 13 20:38:59.687 INFO O| Dec 13 20:38:59.687 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7142 | 2024-12-13T20:39:00.790Z | [ recovery-image] Dec 13 20:38:59.696 INFO O| Dec 13 20:38:59.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7143 | 2024-12-13T20:39:00.793Z | [ recovery-image] Dec 13 20:38:59.696 INFO O| Dec 13 20:38:59.696 INFO STEP 936 (remove_files) COMPLETE |
7144 | 2024-12-13T20:39:00.793Z | [ recovery-image] Dec 13 20:38:59.696 INFO O| Dec 13 20:38:59.696 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-13T20:39:00.835Z | [ recovery-image] Dec 13 20:38:59.740 INFO O| Dec 13 20:38:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7146 | 2024-12-13T20:39:00.835Z | [ recovery-image] Dec 13 20:38:59.741 INFO O| Dec 13 20:38:59.741 INFO STEP 937 (remove_files) COMPLETE |
7147 | 2024-12-13T20:39:00.835Z | [ recovery-image] Dec 13 20:38:59.741 INFO O| Dec 13 20:38:59.741 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-13T20:39:00.860Z | [ recovery-image] Dec 13 20:38:59.765 INFO O| Dec 13 20:38:59.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7149 | 2024-12-13T20:39:00.860Z | [ recovery-image] Dec 13 20:38:59.765 INFO O| Dec 13 20:38:59.765 INFO STEP 938 (remove_files) COMPLETE |
7150 | 2024-12-13T20:39:00.862Z | [ recovery-image] Dec 13 20:38:59.765 INFO O| Dec 13 20:38:59.765 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-13T20:39:00.919Z | [ recovery-image] Dec 13 20:38:59.825 INFO O| Dec 13 20:38:59.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7152 | 2024-12-13T20:39:00.919Z | [ recovery-image] Dec 13 20:38:59.825 INFO O| Dec 13 20:38:59.825 INFO STEP 939 (remove_files) COMPLETE |
7153 | 2024-12-13T20:39:00.919Z | [ recovery-image] Dec 13 20:38:59.825 INFO O| Dec 13 20:38:59.825 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-13T20:39:00.945Z | [ recovery-image] Dec 13 20:38:59.850 INFO O| Dec 13 20:38:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7155 | 2024-12-13T20:39:00.945Z | [ recovery-image] Dec 13 20:38:59.850 INFO O| Dec 13 20:38:59.850 INFO STEP 940 (remove_files) COMPLETE |
7156 | 2024-12-13T20:39:00.945Z | [ recovery-image] Dec 13 20:38:59.850 INFO O| Dec 13 20:38:59.850 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-13T20:39:00.982Z | [ recovery-image] Dec 13 20:38:59.888 INFO O| Dec 13 20:38:59.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7158 | 2024-12-13T20:39:00.982Z | [ recovery-image] Dec 13 20:38:59.888 INFO O| Dec 13 20:38:59.888 INFO STEP 941 (remove_files) COMPLETE |
7159 | 2024-12-13T20:39:00.985Z | [ recovery-image] Dec 13 20:38:59.888 INFO O| Dec 13 20:38:59.888 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-13T20:39:01.008Z | [ recovery-image] Dec 13 20:38:59.914 INFO O| Dec 13 20:38:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7161 | 2024-12-13T20:39:01.008Z | [ recovery-image] Dec 13 20:38:59.914 INFO O| Dec 13 20:38:59.914 INFO STEP 942 (remove_files) COMPLETE |
7162 | 2024-12-13T20:39:01.012Z | [ recovery-image] Dec 13 20:38:59.914 INFO O| Dec 13 20:38:59.914 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-13T20:39:01.049Z | [ recovery-image] Dec 13 20:38:59.955 INFO O| Dec 13 20:38:59.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7164 | 2024-12-13T20:39:01.049Z | [ recovery-image] Dec 13 20:38:59.955 INFO O| Dec 13 20:38:59.955 INFO STEP 943 (remove_files) COMPLETE |
7165 | 2024-12-13T20:39:01.049Z | [ recovery-image] Dec 13 20:38:59.955 INFO O| Dec 13 20:38:59.955 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-13T20:39:01.080Z | [ recovery-image] Dec 13 20:38:59.985 INFO O| Dec 13 20:38:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7167 | 2024-12-13T20:39:01.080Z | [ recovery-image] Dec 13 20:38:59.985 INFO O| Dec 13 20:38:59.985 INFO STEP 944 (remove_files) COMPLETE |
7168 | 2024-12-13T20:39:01.082Z | [ recovery-image] Dec 13 20:38:59.985 INFO O| Dec 13 20:38:59.985 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-13T20:39:01.104Z | [ recovery-image] Dec 13 20:39:00.009 INFO O| Dec 13 20:39:00.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7170 | 2024-12-13T20:39:01.104Z | [ recovery-image] Dec 13 20:39:00.009 INFO O| Dec 13 20:39:00.009 INFO STEP 945 (remove_files) COMPLETE |
7171 | 2024-12-13T20:39:01.104Z | [ recovery-image] Dec 13 20:39:00.009 INFO O| Dec 13 20:39:00.009 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-13T20:39:01.128Z | [ recovery-image] Dec 13 20:39:00.033 INFO O| Dec 13 20:39:00.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7173 | 2024-12-13T20:39:01.128Z | [ recovery-image] Dec 13 20:39:00.034 INFO O| Dec 13 20:39:00.033 INFO STEP 946 (remove_files) COMPLETE |
7174 | 2024-12-13T20:39:01.128Z | [ recovery-image] Dec 13 20:39:00.034 INFO O| Dec 13 20:39:00.034 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-13T20:39:01.152Z | [ recovery-image] Dec 13 20:39:00.057 INFO O| Dec 13 20:39:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7176 | 2024-12-13T20:39:01.152Z | [ recovery-image] Dec 13 20:39:00.058 INFO O| Dec 13 20:39:00.058 INFO STEP 947 (remove_files) COMPLETE |
7177 | 2024-12-13T20:39:01.152Z | [ recovery-image] Dec 13 20:39:00.058 INFO O| Dec 13 20:39:00.058 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-13T20:39:01.176Z | [ recovery-image] Dec 13 20:39:00.081 INFO O| Dec 13 20:39:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7179 | 2024-12-13T20:39:01.176Z | [ recovery-image] Dec 13 20:39:00.081 INFO O| Dec 13 20:39:00.081 INFO STEP 948 (remove_files) COMPLETE |
7180 | 2024-12-13T20:39:01.176Z | [ recovery-image] Dec 13 20:39:00.081 INFO O| Dec 13 20:39:00.081 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-13T20:39:01.208Z | [ recovery-image] Dec 13 20:39:00.113 INFO O| Dec 13 20:39:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7182 | 2024-12-13T20:39:01.211Z | [ recovery-image] Dec 13 20:39:00.114 INFO O| Dec 13 20:39:00.114 INFO STEP 949 (remove_files) COMPLETE |
7183 | 2024-12-13T20:39:01.211Z | [ recovery-image] Dec 13 20:39:00.114 INFO O| Dec 13 20:39:00.114 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-13T20:39:01.234Z | [ recovery-image] Dec 13 20:39:00.139 INFO O| Dec 13 20:39:00.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7185 | 2024-12-13T20:39:01.237Z | [ recovery-image] Dec 13 20:39:00.140 INFO O| Dec 13 20:39:00.139 INFO STEP 950 (remove_files) COMPLETE |
7186 | 2024-12-13T20:39:01.237Z | [ recovery-image] Dec 13 20:39:00.140 INFO O| Dec 13 20:39:00.140 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-13T20:39:01.269Z | [ recovery-image] Dec 13 20:39:00.175 INFO O| Dec 13 20:39:00.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7188 | 2024-12-13T20:39:01.269Z | [ recovery-image] Dec 13 20:39:00.175 INFO O| Dec 13 20:39:00.175 INFO STEP 951 (remove_files) COMPLETE |
7189 | 2024-12-13T20:39:01.269Z | [ recovery-image] Dec 13 20:39:00.175 INFO O| Dec 13 20:39:00.175 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-13T20:39:01.302Z | [ recovery-image] Dec 13 20:39:00.208 INFO O| Dec 13 20:39:00.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7191 | 2024-12-13T20:39:01.303Z | [ recovery-image] Dec 13 20:39:00.208 INFO O| Dec 13 20:39:00.208 INFO STEP 952 (remove_files) COMPLETE |
7192 | 2024-12-13T20:39:01.305Z | [ recovery-image] Dec 13 20:39:00.208 INFO O| Dec 13 20:39:00.208 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-13T20:39:01.352Z | [ recovery-image] Dec 13 20:39:00.255 INFO O| Dec 13 20:39:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7194 | 2024-12-13T20:39:01.352Z | [ recovery-image] Dec 13 20:39:00.255 INFO O| Dec 13 20:39:00.255 INFO STEP 953 (remove_files) COMPLETE |
7195 | 2024-12-13T20:39:01.355Z | [ recovery-image] Dec 13 20:39:00.255 INFO O| Dec 13 20:39:00.255 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-13T20:39:01.386Z | [ recovery-image] Dec 13 20:39:00.291 INFO O| Dec 13 20:39:00.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7197 | 2024-12-13T20:39:01.389Z | [ recovery-image] Dec 13 20:39:00.291 INFO O| Dec 13 20:39:00.291 INFO STEP 954 (remove_files) COMPLETE |
7198 | 2024-12-13T20:39:01.389Z | [ recovery-image] Dec 13 20:39:00.291 INFO O| Dec 13 20:39:00.291 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-13T20:39:01.411Z | [ recovery-image] Dec 13 20:39:00.316 INFO O| Dec 13 20:39:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7200 | 2024-12-13T20:39:01.411Z | [ recovery-image] Dec 13 20:39:00.316 INFO O| Dec 13 20:39:00.316 INFO STEP 955 (remove_files) COMPLETE |
7201 | 2024-12-13T20:39:01.414Z | [ recovery-image] Dec 13 20:39:00.317 INFO O| Dec 13 20:39:00.316 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-13T20:39:01.434Z | [ recovery-image] Dec 13 20:39:00.340 INFO O| Dec 13 20:39:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7203 | 2024-12-13T20:39:01.435Z | [ recovery-image] Dec 13 20:39:00.340 INFO O| Dec 13 20:39:00.340 INFO STEP 956 (remove_files) COMPLETE |
7204 | 2024-12-13T20:39:01.437Z | [ recovery-image] Dec 13 20:39:00.340 INFO O| Dec 13 20:39:00.340 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-13T20:39:01.477Z | [ recovery-image] Dec 13 20:39:00.383 INFO O| Dec 13 20:39:00.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7206 | 2024-12-13T20:39:01.477Z | [ recovery-image] Dec 13 20:39:00.383 INFO O| Dec 13 20:39:00.383 INFO STEP 957 (remove_files) COMPLETE |
7207 | 2024-12-13T20:39:01.477Z | [ recovery-image] Dec 13 20:39:00.383 INFO O| Dec 13 20:39:00.383 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-13T20:39:01.538Z | [ recovery-image] Dec 13 20:39:00.443 INFO O| Dec 13 20:39:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7209 | 2024-12-13T20:39:01.538Z | [ recovery-image] Dec 13 20:39:00.443 INFO O| Dec 13 20:39:00.443 INFO STEP 958 (remove_files) COMPLETE |
7210 | 2024-12-13T20:39:01.538Z | [ recovery-image] Dec 13 20:39:00.443 INFO O| Dec 13 20:39:00.443 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-13T20:39:01.578Z | [ recovery-image] Dec 13 20:39:00.482 INFO O| Dec 13 20:39:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7212 | 2024-12-13T20:39:01.580Z | [ recovery-image] Dec 13 20:39:00.482 INFO O| Dec 13 20:39:00.482 INFO STEP 959 (remove_files) COMPLETE |
7213 | 2024-12-13T20:39:01.580Z | [ recovery-image] Dec 13 20:39:00.482 INFO O| Dec 13 20:39:00.482 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-13T20:39:01.602Z | [ recovery-image] Dec 13 20:39:00.507 INFO O| Dec 13 20:39:00.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7215 | 2024-12-13T20:39:01.604Z | [ recovery-image] Dec 13 20:39:00.507 INFO O| Dec 13 20:39:00.507 INFO STEP 960 (remove_files) COMPLETE |
7216 | 2024-12-13T20:39:01.604Z | [ recovery-image] Dec 13 20:39:00.507 INFO O| Dec 13 20:39:00.507 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-13T20:39:01.633Z | [ recovery-image] Dec 13 20:39:00.538 INFO O| Dec 13 20:39:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7218 | 2024-12-13T20:39:01.633Z | [ recovery-image] Dec 13 20:39:00.539 INFO O| Dec 13 20:39:00.538 INFO STEP 961 (remove_files) COMPLETE |
7219 | 2024-12-13T20:39:01.633Z | [ recovery-image] Dec 13 20:39:00.539 INFO O| Dec 13 20:39:00.538 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-13T20:39:01.659Z | [ recovery-image] Dec 13 20:39:00.565 INFO O| Dec 13 20:39:00.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7221 | 2024-12-13T20:39:01.659Z | [ recovery-image] Dec 13 20:39:00.565 INFO O| Dec 13 20:39:00.565 INFO STEP 962 (remove_files) COMPLETE |
7222 | 2024-12-13T20:39:01.662Z | [ recovery-image] Dec 13 20:39:00.565 INFO O| Dec 13 20:39:00.565 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-13T20:39:01.695Z | [ recovery-image] Dec 13 20:39:00.600 INFO O| Dec 13 20:39:00.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7224 | 2024-12-13T20:39:01.695Z | [ recovery-image] Dec 13 20:39:00.600 INFO O| Dec 13 20:39:00.600 INFO STEP 963 (remove_files) COMPLETE |
7225 | 2024-12-13T20:39:01.697Z | [ recovery-image] Dec 13 20:39:00.600 INFO O| Dec 13 20:39:00.600 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-13T20:39:01.720Z | [ recovery-image] Dec 13 20:39:00.625 INFO O| Dec 13 20:39:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7227 | 2024-12-13T20:39:01.720Z | [ recovery-image] Dec 13 20:39:00.626 INFO O| Dec 13 20:39:00.626 INFO STEP 964 (remove_files) COMPLETE |
7228 | 2024-12-13T20:39:01.720Z | [ recovery-image] Dec 13 20:39:00.626 INFO O| Dec 13 20:39:00.626 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-13T20:39:01.745Z | [ recovery-image] Dec 13 20:39:00.650 INFO O| Dec 13 20:39:00.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7230 | 2024-12-13T20:39:01.749Z | [ recovery-image] Dec 13 20:39:00.651 INFO O| Dec 13 20:39:00.651 INFO STEP 965 (remove_files) COMPLETE |
7231 | 2024-12-13T20:39:01.749Z | [ recovery-image] Dec 13 20:39:00.651 INFO O| Dec 13 20:39:00.651 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-13T20:39:01.770Z | [ recovery-image] Dec 13 20:39:00.676 INFO O| Dec 13 20:39:00.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7233 | 2024-12-13T20:39:01.770Z | [ recovery-image] Dec 13 20:39:00.676 INFO O| Dec 13 20:39:00.676 INFO STEP 966 (remove_files) COMPLETE |
7234 | 2024-12-13T20:39:01.770Z | [ recovery-image] Dec 13 20:39:00.676 INFO O| Dec 13 20:39:00.676 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-13T20:39:01.796Z | [ recovery-image] Dec 13 20:39:00.701 INFO O| Dec 13 20:39:00.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7236 | 2024-12-13T20:39:01.796Z | [ recovery-image] Dec 13 20:39:00.702 INFO O| Dec 13 20:39:00.701 INFO STEP 967 (remove_files) COMPLETE |
7237 | 2024-12-13T20:39:01.796Z | [ recovery-image] Dec 13 20:39:00.702 INFO O| Dec 13 20:39:00.702 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-13T20:39:01.826Z | [ recovery-image] Dec 13 20:39:00.731 INFO O| Dec 13 20:39:00.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7239 | 2024-12-13T20:39:01.826Z | [ recovery-image] Dec 13 20:39:00.731 INFO O| Dec 13 20:39:00.731 INFO STEP 968 (remove_files) COMPLETE |
7240 | 2024-12-13T20:39:01.826Z | [ recovery-image] Dec 13 20:39:00.731 INFO O| Dec 13 20:39:00.731 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-13T20:39:01.851Z | [ recovery-image] Dec 13 20:39:00.756 INFO O| Dec 13 20:39:00.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7242 | 2024-12-13T20:39:01.851Z | [ recovery-image] Dec 13 20:39:00.756 INFO O| Dec 13 20:39:00.756 INFO STEP 969 (remove_files) COMPLETE |
7243 | 2024-12-13T20:39:01.851Z | [ recovery-image] Dec 13 20:39:00.756 INFO O| Dec 13 20:39:00.756 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-13T20:39:01.876Z | [ recovery-image] Dec 13 20:39:00.782 INFO O| Dec 13 20:39:00.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7245 | 2024-12-13T20:39:01.876Z | [ recovery-image] Dec 13 20:39:00.782 INFO O| Dec 13 20:39:00.782 INFO STEP 970 (remove_files) COMPLETE |
7246 | 2024-12-13T20:39:01.879Z | [ recovery-image] Dec 13 20:39:00.782 INFO O| Dec 13 20:39:00.782 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-13T20:39:01.903Z | [ recovery-image] Dec 13 20:39:00.806 INFO O| Dec 13 20:39:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7248 | 2024-12-13T20:39:01.905Z | [ recovery-image] Dec 13 20:39:00.806 INFO O| Dec 13 20:39:00.806 INFO STEP 971 (remove_files) COMPLETE |
7249 | 2024-12-13T20:39:01.905Z | [ recovery-image] Dec 13 20:39:00.806 INFO O| Dec 13 20:39:00.806 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-13T20:39:01.924Z | [ recovery-image] Dec 13 20:39:00.830 INFO O| Dec 13 20:39:00.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7251 | 2024-12-13T20:39:01.924Z | [ recovery-image] Dec 13 20:39:00.830 INFO O| Dec 13 20:39:00.830 INFO STEP 972 (remove_files) COMPLETE |
7252 | 2024-12-13T20:39:01.927Z | [ recovery-image] Dec 13 20:39:00.830 INFO O| Dec 13 20:39:00.830 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-13T20:39:01.988Z | [ recovery-image] Dec 13 20:39:00.893 INFO O| Dec 13 20:39:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7254 | 2024-12-13T20:39:01.990Z | [ recovery-image] Dec 13 20:39:00.893 INFO O| Dec 13 20:39:00.893 INFO STEP 973 (remove_files) COMPLETE |
7255 | 2024-12-13T20:39:01.990Z | [ recovery-image] Dec 13 20:39:00.894 INFO O| Dec 13 20:39:00.893 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-13T20:39:02.027Z | [ recovery-image] Dec 13 20:39:00.932 INFO O| Dec 13 20:39:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7257 | 2024-12-13T20:39:02.027Z | [ recovery-image] Dec 13 20:39:00.932 INFO O| Dec 13 20:39:00.932 INFO STEP 974 (remove_files) COMPLETE |
7258 | 2024-12-13T20:39:02.027Z | [ recovery-image] Dec 13 20:39:00.932 INFO O| Dec 13 20:39:00.932 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-13T20:39:02.051Z | [ recovery-image] Dec 13 20:39:00.956 INFO O| Dec 13 20:39:00.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7260 | 2024-12-13T20:39:02.053Z | [ recovery-image] Dec 13 20:39:00.956 INFO O| Dec 13 20:39:00.956 INFO STEP 975 (remove_files) COMPLETE |
7261 | 2024-12-13T20:39:02.053Z | [ recovery-image] Dec 13 20:39:00.956 INFO O| Dec 13 20:39:00.956 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-13T20:39:02.110Z | [ recovery-image] Dec 13 20:39:01.016 INFO O| Dec 13 20:39:01.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7263 | 2024-12-13T20:39:02.110Z | [ recovery-image] Dec 13 20:39:01.016 INFO O| Dec 13 20:39:01.016 INFO STEP 976 (remove_files) COMPLETE |
7264 | 2024-12-13T20:39:02.110Z | [ recovery-image] Dec 13 20:39:01.016 INFO O| Dec 13 20:39:01.016 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-13T20:39:02.156Z | [ recovery-image] Dec 13 20:39:01.060 INFO O| Dec 13 20:39:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7266 | 2024-12-13T20:39:02.175Z | [ recovery-image] Dec 13 20:39:01.080 INFO O| Dec 13 20:39:01.080 INFO STEP 977 (remove_files) COMPLETE |
7267 | 2024-12-13T20:39:02.175Z | [ recovery-image] Dec 13 20:39:01.080 INFO O| Dec 13 20:39:01.080 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-13T20:39:02.234Z | [ recovery-image] Dec 13 20:39:01.139 INFO O| Dec 13 20:39:01.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7269 | 2024-12-13T20:39:02.234Z | [ recovery-image] Dec 13 20:39:01.139 INFO O| Dec 13 20:39:01.139 INFO STEP 978 (remove_files) COMPLETE |
7270 | 2024-12-13T20:39:02.234Z | [ recovery-image] Dec 13 20:39:01.139 INFO O| Dec 13 20:39:01.139 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-13T20:39:02.258Z | [ recovery-image] Dec 13 20:39:01.163 INFO O| Dec 13 20:39:01.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7272 | 2024-12-13T20:39:02.258Z | [ recovery-image] Dec 13 20:39:01.163 INFO O| Dec 13 20:39:01.163 INFO STEP 979 (remove_files) COMPLETE |
7273 | 2024-12-13T20:39:02.258Z | [ recovery-image] Dec 13 20:39:01.163 INFO O| Dec 13 20:39:01.163 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-13T20:39:02.287Z | [ recovery-image] Dec 13 20:39:01.192 INFO O| Dec 13 20:39:01.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7275 | 2024-12-13T20:39:02.287Z | [ recovery-image] Dec 13 20:39:01.193 INFO O| Dec 13 20:39:01.192 INFO STEP 980 (remove_files) COMPLETE |
7276 | 2024-12-13T20:39:02.287Z | [ recovery-image] Dec 13 20:39:01.193 INFO O| Dec 13 20:39:01.192 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-13T20:39:02.375Z | [ recovery-image] Dec 13 20:39:01.280 INFO O| Dec 13 20:39:01.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7278 | 2024-12-13T20:39:02.375Z | [ recovery-image] Dec 13 20:39:01.280 INFO O| Dec 13 20:39:01.280 INFO STEP 981 (remove_files) COMPLETE |
7279 | 2024-12-13T20:39:02.375Z | [ recovery-image] Dec 13 20:39:01.280 INFO O| Dec 13 20:39:01.280 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-13T20:39:02.399Z | [ recovery-image] Dec 13 20:39:01.304 INFO O| Dec 13 20:39:01.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7281 | 2024-12-13T20:39:02.399Z | [ recovery-image] Dec 13 20:39:01.305 INFO O| Dec 13 20:39:01.304 INFO STEP 982 (remove_files) COMPLETE |
7282 | 2024-12-13T20:39:02.399Z | [ recovery-image] Dec 13 20:39:01.305 INFO O| Dec 13 20:39:01.304 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-13T20:39:02.435Z | [ recovery-image] Dec 13 20:39:01.340 INFO O| Dec 13 20:39:01.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7284 | 2024-12-13T20:39:02.435Z | [ recovery-image] Dec 13 20:39:01.340 INFO O| Dec 13 20:39:01.340 INFO STEP 983 (remove_files) COMPLETE |
7285 | 2024-12-13T20:39:02.435Z | [ recovery-image] Dec 13 20:39:01.340 INFO O| Dec 13 20:39:01.340 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-13T20:39:02.459Z | [ recovery-image] Dec 13 20:39:01.365 INFO O| Dec 13 20:39:01.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7287 | 2024-12-13T20:39:02.459Z | [ recovery-image] Dec 13 20:39:01.365 INFO O| Dec 13 20:39:01.365 INFO STEP 984 (remove_files) COMPLETE |
7288 | 2024-12-13T20:39:02.459Z | [ recovery-image] Dec 13 20:39:01.365 INFO O| Dec 13 20:39:01.365 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-13T20:39:02.492Z | [ recovery-image] Dec 13 20:39:01.397 INFO O| Dec 13 20:39:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7290 | 2024-12-13T20:39:02.492Z | [ recovery-image] Dec 13 20:39:01.397 INFO O| Dec 13 20:39:01.397 INFO STEP 985 (remove_files) COMPLETE |
7291 | 2024-12-13T20:39:02.492Z | [ recovery-image] Dec 13 20:39:01.397 INFO O| Dec 13 20:39:01.397 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-13T20:39:02.516Z | [ recovery-image] Dec 13 20:39:01.421 INFO O| Dec 13 20:39:01.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7293 | 2024-12-13T20:39:02.516Z | [ recovery-image] Dec 13 20:39:01.421 INFO O| Dec 13 20:39:01.421 INFO STEP 986 (remove_files) COMPLETE |
7294 | 2024-12-13T20:39:02.519Z | [ recovery-image] Dec 13 20:39:01.422 INFO O| Dec 13 20:39:01.421 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-13T20:39:02.540Z | [ recovery-image] Dec 13 20:39:01.445 INFO O| Dec 13 20:39:01.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7296 | 2024-12-13T20:39:02.540Z | [ recovery-image] Dec 13 20:39:01.446 INFO O| Dec 13 20:39:01.445 INFO STEP 987 (remove_files) COMPLETE |
7297 | 2024-12-13T20:39:02.540Z | [ recovery-image] Dec 13 20:39:01.446 INFO O| Dec 13 20:39:01.446 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-13T20:39:02.566Z | [ recovery-image] Dec 13 20:39:01.471 INFO O| Dec 13 20:39:01.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7299 | 2024-12-13T20:39:02.566Z | [ recovery-image] Dec 13 20:39:01.471 INFO O| Dec 13 20:39:01.471 INFO STEP 988 (remove_files) COMPLETE |
7300 | 2024-12-13T20:39:02.566Z | [ recovery-image] Dec 13 20:39:01.471 INFO O| Dec 13 20:39:01.471 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-13T20:39:02.617Z | [ recovery-image] Dec 13 20:39:01.522 INFO O| Dec 13 20:39:01.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7302 | 2024-12-13T20:39:02.617Z | [ recovery-image] Dec 13 20:39:01.522 INFO O| Dec 13 20:39:01.522 INFO STEP 989 (remove_files) COMPLETE |
7303 | 2024-12-13T20:39:02.620Z | [ recovery-image] Dec 13 20:39:01.523 INFO O| Dec 13 20:39:01.522 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-13T20:39:02.678Z | [ recovery-image] Dec 13 20:39:01.583 INFO O| Dec 13 20:39:01.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7305 | 2024-12-13T20:39:02.678Z | [ recovery-image] Dec 13 20:39:01.583 INFO O| Dec 13 20:39:01.583 INFO STEP 990 (remove_files) COMPLETE |
7306 | 2024-12-13T20:39:02.678Z | [ recovery-image] Dec 13 20:39:01.583 INFO O| Dec 13 20:39:01.583 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-13T20:39:02.715Z | [ recovery-image] Dec 13 20:39:01.620 INFO O| Dec 13 20:39:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7308 | 2024-12-13T20:39:02.718Z | [ recovery-image] Dec 13 20:39:01.621 INFO O| Dec 13 20:39:01.621 INFO STEP 991 (remove_files) COMPLETE |
7309 | 2024-12-13T20:39:02.718Z | [ recovery-image] Dec 13 20:39:01.621 INFO O| Dec 13 20:39:01.621 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-13T20:39:02.742Z | [ recovery-image] Dec 13 20:39:01.647 INFO O| Dec 13 20:39:01.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7311 | 2024-12-13T20:39:02.744Z | [ recovery-image] Dec 13 20:39:01.647 INFO O| Dec 13 20:39:01.647 INFO STEP 992 (remove_files) COMPLETE |
7312 | 2024-12-13T20:39:02.744Z | [ recovery-image] Dec 13 20:39:01.648 INFO O| Dec 13 20:39:01.647 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-13T20:39:02.768Z | [ recovery-image] Dec 13 20:39:01.673 INFO O| Dec 13 20:39:01.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7314 | 2024-12-13T20:39:02.770Z | [ recovery-image] Dec 13 20:39:01.673 INFO O| Dec 13 20:39:01.673 INFO STEP 993 (remove_files) COMPLETE |
7315 | 2024-12-13T20:39:02.770Z | [ recovery-image] Dec 13 20:39:01.673 INFO O| Dec 13 20:39:01.673 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-13T20:39:02.794Z | [ recovery-image] Dec 13 20:39:01.699 INFO O| Dec 13 20:39:01.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7317 | 2024-12-13T20:39:02.797Z | [ recovery-image] Dec 13 20:39:01.700 INFO O| Dec 13 20:39:01.700 INFO STEP 994 (remove_files) COMPLETE |
7318 | 2024-12-13T20:39:02.797Z | [ recovery-image] Dec 13 20:39:01.700 INFO O| Dec 13 20:39:01.700 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-13T20:39:02.823Z | [ recovery-image] Dec 13 20:39:01.728 INFO O| Dec 13 20:39:01.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7320 | 2024-12-13T20:39:02.825Z | [ recovery-image] Dec 13 20:39:01.728 INFO O| Dec 13 20:39:01.728 INFO STEP 995 (remove_files) COMPLETE |
7321 | 2024-12-13T20:39:02.826Z | [ recovery-image] Dec 13 20:39:01.728 INFO O| Dec 13 20:39:01.728 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-13T20:39:02.851Z | [ recovery-image] Dec 13 20:39:01.757 INFO O| Dec 13 20:39:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7323 | 2024-12-13T20:39:02.852Z | [ recovery-image] Dec 13 20:39:01.757 INFO O| Dec 13 20:39:01.757 INFO STEP 996 (remove_files) COMPLETE |
7324 | 2024-12-13T20:39:02.852Z | [ recovery-image] Dec 13 20:39:01.757 INFO O| Dec 13 20:39:01.757 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-13T20:39:02.895Z | [ recovery-image] Dec 13 20:39:01.800 INFO O| Dec 13 20:39:01.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7326 | 2024-12-13T20:39:02.896Z | [ recovery-image] Dec 13 20:39:01.800 INFO O| Dec 13 20:39:01.800 INFO STEP 997 (remove_files) COMPLETE |
7327 | 2024-12-13T20:39:02.896Z | [ recovery-image] Dec 13 20:39:01.800 INFO O| Dec 13 20:39:01.800 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-13T20:39:02.921Z | [ recovery-image] Dec 13 20:39:01.825 INFO O| Dec 13 20:39:01.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7329 | 2024-12-13T20:39:02.921Z | [ recovery-image] Dec 13 20:39:01.826 INFO O| Dec 13 20:39:01.825 INFO STEP 998 (remove_files) COMPLETE |
7330 | 2024-12-13T20:39:02.921Z | [ recovery-image] Dec 13 20:39:01.826 INFO O| Dec 13 20:39:01.826 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-13T20:39:02.945Z | [ recovery-image] Dec 13 20:39:01.849 INFO O| Dec 13 20:39:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7332 | 2024-12-13T20:39:02.945Z | [ recovery-image] Dec 13 20:39:01.849 INFO O| Dec 13 20:39:01.849 INFO STEP 999 (remove_files) COMPLETE |
7333 | 2024-12-13T20:39:02.945Z | [ recovery-image] Dec 13 20:39:01.849 INFO O| Dec 13 20:39:01.849 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-13T20:39:02.966Z | [ recovery-image] Dec 13 20:39:01.872 INFO O| Dec 13 20:39:01.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7335 | 2024-12-13T20:39:02.966Z | [ recovery-image] Dec 13 20:39:01.872 INFO O| Dec 13 20:39:01.872 INFO STEP 1000 (remove_files) COMPLETE |
7336 | 2024-12-13T20:39:02.969Z | [ recovery-image] Dec 13 20:39:01.872 INFO O| Dec 13 20:39:01.872 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-13T20:39:02.990Z | [ recovery-image] Dec 13 20:39:01.894 INFO O| Dec 13 20:39:01.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7338 | 2024-12-13T20:39:02.990Z | [ recovery-image] Dec 13 20:39:01.894 INFO O| Dec 13 20:39:01.894 INFO STEP 1001 (remove_files) COMPLETE |
7339 | 2024-12-13T20:39:02.990Z | [ recovery-image] Dec 13 20:39:01.894 INFO O| Dec 13 20:39:01.894 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-13T20:39:03.011Z | [ recovery-image] Dec 13 20:39:01.916 INFO O| Dec 13 20:39:01.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7341 | 2024-12-13T20:39:03.011Z | [ recovery-image] Dec 13 20:39:01.916 INFO O| Dec 13 20:39:01.916 INFO STEP 1002 (remove_files) COMPLETE |
7342 | 2024-12-13T20:39:03.014Z | [ recovery-image] Dec 13 20:39:01.916 INFO O| Dec 13 20:39:01.916 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-13T20:39:03.033Z | [ recovery-image] Dec 13 20:39:01.938 INFO O| Dec 13 20:39:01.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7344 | 2024-12-13T20:39:03.033Z | [ recovery-image] Dec 13 20:39:01.938 INFO O| Dec 13 20:39:01.938 INFO STEP 1003 (remove_files) COMPLETE |
7345 | 2024-12-13T20:39:03.036Z | [ recovery-image] Dec 13 20:39:01.939 INFO O| Dec 13 20:39:01.938 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-13T20:39:03.069Z | [ recovery-image] Dec 13 20:39:01.974 INFO O| Dec 13 20:39:01.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7347 | 2024-12-13T20:39:03.069Z | [ recovery-image] Dec 13 20:39:01.974 INFO O| Dec 13 20:39:01.974 INFO STEP 1004 (remove_files) COMPLETE |
7348 | 2024-12-13T20:39:03.072Z | [ recovery-image] Dec 13 20:39:01.974 INFO O| Dec 13 20:39:01.974 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-13T20:39:03.095Z | [ recovery-image] Dec 13 20:39:02.000 INFO O| Dec 13 20:39:02.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7350 | 2024-12-13T20:39:03.095Z | [ recovery-image] Dec 13 20:39:02.000 INFO O| Dec 13 20:39:02.000 INFO STEP 1005 (remove_files) COMPLETE |
7351 | 2024-12-13T20:39:03.095Z | [ recovery-image] Dec 13 20:39:02.000 INFO O| Dec 13 20:39:02.000 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-13T20:39:03.121Z | [ recovery-image] Dec 13 20:39:02.026 INFO O| Dec 13 20:39:02.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7353 | 2024-12-13T20:39:03.121Z | [ recovery-image] Dec 13 20:39:02.026 INFO O| Dec 13 20:39:02.026 INFO STEP 1006 (remove_files) COMPLETE |
7354 | 2024-12-13T20:39:03.123Z | [ recovery-image] Dec 13 20:39:02.026 INFO O| Dec 13 20:39:02.026 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-13T20:39:03.184Z | [ recovery-image] Dec 13 20:39:02.089 INFO O| Dec 13 20:39:02.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7356 | 2024-12-13T20:39:03.184Z | [ recovery-image] Dec 13 20:39:02.089 INFO O| Dec 13 20:39:02.089 INFO STEP 1007 (remove_files) COMPLETE |
7357 | 2024-12-13T20:39:03.187Z | [ recovery-image] Dec 13 20:39:02.089 INFO O| Dec 13 20:39:02.089 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-13T20:39:03.228Z | [ recovery-image] Dec 13 20:39:02.133 INFO O| Dec 13 20:39:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7359 | 2024-12-13T20:39:03.228Z | [ recovery-image] Dec 13 20:39:02.133 INFO O| Dec 13 20:39:02.133 INFO STEP 1008 (remove_files) COMPLETE |
7360 | 2024-12-13T20:39:03.228Z | [ recovery-image] Dec 13 20:39:02.133 INFO O| Dec 13 20:39:02.133 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-13T20:39:03.255Z | [ recovery-image] Dec 13 20:39:02.159 INFO O| Dec 13 20:39:02.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7362 | 2024-12-13T20:39:03.255Z | [ recovery-image] Dec 13 20:39:02.159 INFO O| Dec 13 20:39:02.159 INFO STEP 1009 (remove_files) COMPLETE |
7363 | 2024-12-13T20:39:03.255Z | [ recovery-image] Dec 13 20:39:02.159 INFO O| Dec 13 20:39:02.159 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-13T20:39:03.285Z | [ recovery-image] Dec 13 20:39:02.190 INFO O| Dec 13 20:39:02.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7365 | 2024-12-13T20:39:03.285Z | [ recovery-image] Dec 13 20:39:02.190 INFO O| Dec 13 20:39:02.190 INFO STEP 1010 (remove_files) COMPLETE |
7366 | 2024-12-13T20:39:03.285Z | [ recovery-image] Dec 13 20:39:02.190 INFO O| Dec 13 20:39:02.190 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-13T20:39:03.319Z | [ recovery-image] Dec 13 20:39:02.224 INFO O| Dec 13 20:39:02.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7368 | 2024-12-13T20:39:03.322Z | [ recovery-image] Dec 13 20:39:02.224 INFO O| Dec 13 20:39:02.224 INFO STEP 1011 (remove_files) COMPLETE |
7369 | 2024-12-13T20:39:03.322Z | [ recovery-image] Dec 13 20:39:02.224 INFO O| Dec 13 20:39:02.224 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-13T20:39:03.361Z | [ recovery-image] Dec 13 20:39:02.264 INFO O| Dec 13 20:39:02.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7371 | 2024-12-13T20:39:03.361Z | [ recovery-image] Dec 13 20:39:02.265 INFO O| Dec 13 20:39:02.265 INFO STEP 1012 (remove_files) COMPLETE |
7372 | 2024-12-13T20:39:03.361Z | [ recovery-image] Dec 13 20:39:02.265 INFO O| Dec 13 20:39:02.265 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-13T20:39:03.383Z | [ recovery-image] Dec 13 20:39:02.288 INFO O| Dec 13 20:39:02.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7374 | 2024-12-13T20:39:03.386Z | [ recovery-image] Dec 13 20:39:02.289 INFO O| Dec 13 20:39:02.289 INFO STEP 1013 (remove_files) COMPLETE |
7375 | 2024-12-13T20:39:03.386Z | [ recovery-image] Dec 13 20:39:02.289 INFO O| Dec 13 20:39:02.289 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-13T20:39:03.428Z | [ recovery-image] Dec 13 20:39:02.333 INFO O| Dec 13 20:39:02.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7377 | 2024-12-13T20:39:03.430Z | [ recovery-image] Dec 13 20:39:02.333 INFO O| Dec 13 20:39:02.333 INFO STEP 1014 (remove_files) COMPLETE |
7378 | 2024-12-13T20:39:03.430Z | [ recovery-image] Dec 13 20:39:02.333 INFO O| Dec 13 20:39:02.333 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-13T20:39:03.453Z | [ recovery-image] Dec 13 20:39:02.358 INFO O| Dec 13 20:39:02.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7380 | 2024-12-13T20:39:03.453Z | [ recovery-image] Dec 13 20:39:02.358 INFO O| Dec 13 20:39:02.358 INFO STEP 1015 (remove_files) COMPLETE |
7381 | 2024-12-13T20:39:03.456Z | [ recovery-image] Dec 13 20:39:02.358 INFO O| Dec 13 20:39:02.358 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-13T20:39:03.477Z | [ recovery-image] Dec 13 20:39:02.382 INFO O| Dec 13 20:39:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7383 | 2024-12-13T20:39:03.477Z | [ recovery-image] Dec 13 20:39:02.382 INFO O| Dec 13 20:39:02.382 INFO STEP 1016 (remove_files) COMPLETE |
7384 | 2024-12-13T20:39:03.477Z | [ recovery-image] Dec 13 20:39:02.382 INFO O| Dec 13 20:39:02.382 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-13T20:39:03.502Z | [ recovery-image] Dec 13 20:39:02.407 INFO O| Dec 13 20:39:02.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7386 | 2024-12-13T20:39:03.502Z | [ recovery-image] Dec 13 20:39:02.407 INFO O| Dec 13 20:39:02.407 INFO STEP 1017 (remove_files) COMPLETE |
7387 | 2024-12-13T20:39:03.504Z | [ recovery-image] Dec 13 20:39:02.407 INFO O| Dec 13 20:39:02.407 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-13T20:39:03.527Z | [ recovery-image] Dec 13 20:39:02.432 INFO O| Dec 13 20:39:02.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7389 | 2024-12-13T20:39:03.527Z | [ recovery-image] Dec 13 20:39:02.432 INFO O| Dec 13 20:39:02.432 INFO STEP 1018 (remove_files) COMPLETE |
7390 | 2024-12-13T20:39:03.531Z | [ recovery-image] Dec 13 20:39:02.432 INFO O| Dec 13 20:39:02.432 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-13T20:39:03.552Z | [ recovery-image] Dec 13 20:39:02.457 INFO O| Dec 13 20:39:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7392 | 2024-12-13T20:39:03.552Z | [ recovery-image] Dec 13 20:39:02.458 INFO O| Dec 13 20:39:02.458 INFO STEP 1019 (remove_files) COMPLETE |
7393 | 2024-12-13T20:39:03.552Z | [ recovery-image] Dec 13 20:39:02.458 INFO O| Dec 13 20:39:02.458 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-13T20:39:03.578Z | [ recovery-image] Dec 13 20:39:02.483 INFO O| Dec 13 20:39:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7395 | 2024-12-13T20:39:03.581Z | [ recovery-image] Dec 13 20:39:02.483 INFO O| Dec 13 20:39:02.483 INFO STEP 1020 (remove_files) COMPLETE |
7396 | 2024-12-13T20:39:03.581Z | [ recovery-image] Dec 13 20:39:02.483 INFO O| Dec 13 20:39:02.483 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-13T20:39:03.617Z | [ recovery-image] Dec 13 20:39:02.522 INFO O| Dec 13 20:39:02.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7398 | 2024-12-13T20:39:03.619Z | [ recovery-image] Dec 13 20:39:02.522 INFO O| Dec 13 20:39:02.522 INFO STEP 1021 (remove_files) COMPLETE |
7399 | 2024-12-13T20:39:03.619Z | [ recovery-image] Dec 13 20:39:02.522 INFO O| Dec 13 20:39:02.522 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-13T20:39:03.644Z | [ recovery-image] Dec 13 20:39:02.549 INFO O| Dec 13 20:39:02.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7401 | 2024-12-13T20:39:03.644Z | [ recovery-image] Dec 13 20:39:02.549 INFO O| Dec 13 20:39:02.549 INFO STEP 1022 (remove_files) COMPLETE |
7402 | 2024-12-13T20:39:03.647Z | [ recovery-image] Dec 13 20:39:02.549 INFO O| Dec 13 20:39:02.549 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-13T20:39:03.792Z | [ recovery-image] Dec 13 20:39:02.697 INFO O| Dec 13 20:39:02.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7404 | 2024-12-13T20:39:03.795Z | [ recovery-image] Dec 13 20:39:02.698 INFO O| Dec 13 20:39:02.697 INFO STEP 1023 (remove_files) COMPLETE |
7405 | 2024-12-13T20:39:03.795Z | [ recovery-image] Dec 13 20:39:02.698 INFO O| Dec 13 20:39:02.697 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-13T20:39:03.881Z | [ recovery-image] Dec 13 20:39:02.786 INFO O| Dec 13 20:39:02.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7407 | 2024-12-13T20:39:03.881Z | [ recovery-image] Dec 13 20:39:02.786 INFO O| Dec 13 20:39:02.786 INFO STEP 1024 (remove_files) COMPLETE |
7408 | 2024-12-13T20:39:03.881Z | [ recovery-image] Dec 13 20:39:02.786 INFO O| Dec 13 20:39:02.786 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-13T20:39:03.943Z | [ recovery-image] Dec 13 20:39:02.848 INFO O| Dec 13 20:39:02.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7410 | 2024-12-13T20:39:03.943Z | [ recovery-image] Dec 13 20:39:02.848 INFO O| Dec 13 20:39:02.848 INFO STEP 1025 (remove_files) COMPLETE |
7411 | 2024-12-13T20:39:03.943Z | [ recovery-image] Dec 13 20:39:02.848 INFO O| Dec 13 20:39:02.848 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-13T20:39:03.987Z | [ recovery-image] Dec 13 20:39:02.891 INFO O| Dec 13 20:39:02.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7413 | 2024-12-13T20:39:03.990Z | [ recovery-image] Dec 13 20:39:02.891 INFO O| Dec 13 20:39:02.891 INFO STEP 1026 (remove_files) COMPLETE |
7414 | 2024-12-13T20:39:03.990Z | [ recovery-image] Dec 13 20:39:02.891 INFO O| Dec 13 20:39:02.891 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-13T20:39:04.009Z | [ recovery-image] Dec 13 20:39:02.914 INFO O| Dec 13 20:39:02.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7416 | 2024-12-13T20:39:04.009Z | [ recovery-image] Dec 13 20:39:02.914 INFO O| Dec 13 20:39:02.914 INFO STEP 1027 (remove_files) COMPLETE |
7417 | 2024-12-13T20:39:04.009Z | [ recovery-image] Dec 13 20:39:02.914 INFO O| Dec 13 20:39:02.914 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-13T20:39:04.114Z | [ recovery-image] Dec 13 20:39:03.019 INFO O| Dec 13 20:39:03.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7419 | 2024-12-13T20:39:04.114Z | [ recovery-image] Dec 13 20:39:03.019 INFO O| Dec 13 20:39:03.019 INFO STEP 1028 (remove_files) COMPLETE |
7420 | 2024-12-13T20:39:04.114Z | [ recovery-image] Dec 13 20:39:03.019 INFO O| Dec 13 20:39:03.019 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-13T20:39:04.141Z | [ recovery-image] Dec 13 20:39:03.046 INFO O| Dec 13 20:39:03.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7422 | 2024-12-13T20:39:04.141Z | [ recovery-image] Dec 13 20:39:03.046 INFO O| Dec 13 20:39:03.046 INFO STEP 1029 (remove_files) COMPLETE |
7423 | 2024-12-13T20:39:04.145Z | [ recovery-image] Dec 13 20:39:03.046 INFO O| Dec 13 20:39:03.046 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-13T20:39:04.167Z | [ recovery-image] Dec 13 20:39:03.072 INFO O| Dec 13 20:39:03.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7425 | 2024-12-13T20:39:04.167Z | [ recovery-image] Dec 13 20:39:03.072 INFO O| Dec 13 20:39:03.072 INFO STEP 1030 (remove_files) COMPLETE |
7426 | 2024-12-13T20:39:04.167Z | [ recovery-image] Dec 13 20:39:03.072 INFO O| Dec 13 20:39:03.072 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-13T20:39:04.189Z | [ recovery-image] Dec 13 20:39:03.093 INFO O| Dec 13 20:39:03.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7428 | 2024-12-13T20:39:04.189Z | [ recovery-image] Dec 13 20:39:03.093 INFO O| Dec 13 20:39:03.093 INFO STEP 1031 (remove_files) COMPLETE |
7429 | 2024-12-13T20:39:04.189Z | [ recovery-image] Dec 13 20:39:03.093 INFO O| Dec 13 20:39:03.093 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-13T20:39:04.210Z | [ recovery-image] Dec 13 20:39:03.114 INFO O| Dec 13 20:39:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7431 | 2024-12-13T20:39:04.210Z | [ recovery-image] Dec 13 20:39:03.115 INFO O| Dec 13 20:39:03.114 INFO STEP 1032 (remove_files) COMPLETE |
7432 | 2024-12-13T20:39:04.210Z | [ recovery-image] Dec 13 20:39:03.115 INFO O| Dec 13 20:39:03.115 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-13T20:39:04.232Z | [ recovery-image] Dec 13 20:39:03.137 INFO O| Dec 13 20:39:03.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7434 | 2024-12-13T20:39:04.232Z | [ recovery-image] Dec 13 20:39:03.137 INFO O| Dec 13 20:39:03.137 INFO STEP 1033 (remove_files) COMPLETE |
7435 | 2024-12-13T20:39:04.232Z | [ recovery-image] Dec 13 20:39:03.137 INFO O| Dec 13 20:39:03.137 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-13T20:39:04.253Z | [ recovery-image] Dec 13 20:39:03.159 INFO O| Dec 13 20:39:03.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7437 | 2024-12-13T20:39:04.254Z | [ recovery-image] Dec 13 20:39:03.159 INFO O| Dec 13 20:39:03.159 INFO STEP 1034 (remove_files) COMPLETE |
7438 | 2024-12-13T20:39:04.256Z | [ recovery-image] Dec 13 20:39:03.159 INFO O| Dec 13 20:39:03.159 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-13T20:39:04.297Z | [ recovery-image] Dec 13 20:39:03.202 INFO O| Dec 13 20:39:03.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7440 | 2024-12-13T20:39:04.297Z | [ recovery-image] Dec 13 20:39:03.202 INFO O| Dec 13 20:39:03.202 INFO STEP 1035 (remove_files) COMPLETE |
7441 | 2024-12-13T20:39:04.297Z | [ recovery-image] Dec 13 20:39:03.202 INFO O| Dec 13 20:39:03.202 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-13T20:39:04.336Z | [ recovery-image] Dec 13 20:39:03.240 INFO O| Dec 13 20:39:03.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7443 | 2024-12-13T20:39:04.339Z | [ recovery-image] Dec 13 20:39:03.241 INFO O| Dec 13 20:39:03.241 INFO STEP 1036 (remove_files) COMPLETE |
7444 | 2024-12-13T20:39:04.339Z | [ recovery-image] Dec 13 20:39:03.241 INFO O| Dec 13 20:39:03.241 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-13T20:39:04.361Z | [ recovery-image] Dec 13 20:39:03.265 INFO O| Dec 13 20:39:03.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7446 | 2024-12-13T20:39:04.366Z | [ recovery-image] Dec 13 20:39:03.266 INFO O| Dec 13 20:39:03.266 INFO STEP 1037 (remove_files) COMPLETE |
7447 | 2024-12-13T20:39:04.366Z | [ recovery-image] Dec 13 20:39:03.266 INFO O| Dec 13 20:39:03.266 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-13T20:39:04.413Z | [ recovery-image] Dec 13 20:39:03.318 INFO O| Dec 13 20:39:03.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7449 | 2024-12-13T20:39:04.418Z | [ recovery-image] Dec 13 20:39:03.318 INFO O| Dec 13 20:39:03.318 INFO STEP 1038 (remove_files) COMPLETE |
7450 | 2024-12-13T20:39:04.418Z | [ recovery-image] Dec 13 20:39:03.318 INFO O| Dec 13 20:39:03.318 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-13T20:39:04.437Z | [ recovery-image] Dec 13 20:39:03.342 INFO O| Dec 13 20:39:03.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7452 | 2024-12-13T20:39:04.440Z | [ recovery-image] Dec 13 20:39:03.343 INFO O| Dec 13 20:39:03.343 INFO STEP 1039 (remove_files) COMPLETE |
7453 | 2024-12-13T20:39:04.440Z | [ recovery-image] Dec 13 20:39:03.343 INFO O| Dec 13 20:39:03.343 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-13T20:39:04.476Z | [ recovery-image] Dec 13 20:39:03.381 INFO O| Dec 13 20:39:03.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7455 | 2024-12-13T20:39:04.479Z | [ recovery-image] Dec 13 20:39:03.382 INFO O| Dec 13 20:39:03.382 INFO STEP 1040 (remove_files) COMPLETE |
7456 | 2024-12-13T20:39:04.479Z | [ recovery-image] Dec 13 20:39:03.382 INFO O| Dec 13 20:39:03.382 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-13T20:39:04.498Z | [ recovery-image] Dec 13 20:39:03.403 INFO O| Dec 13 20:39:03.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7458 | 2024-12-13T20:39:04.501Z | [ recovery-image] Dec 13 20:39:03.403 INFO O| Dec 13 20:39:03.403 INFO STEP 1041 (remove_files) COMPLETE |
7459 | 2024-12-13T20:39:04.501Z | [ recovery-image] Dec 13 20:39:03.404 INFO O| Dec 13 20:39:03.403 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-13T20:39:04.520Z | [ recovery-image] Dec 13 20:39:03.425 INFO O| Dec 13 20:39:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7461 | 2024-12-13T20:39:04.520Z | [ recovery-image] Dec 13 20:39:03.425 INFO O| Dec 13 20:39:03.425 INFO STEP 1042 (remove_files) COMPLETE |
7462 | 2024-12-13T20:39:04.523Z | [ recovery-image] Dec 13 20:39:03.425 INFO O| Dec 13 20:39:03.425 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-13T20:39:04.543Z | [ recovery-image] Dec 13 20:39:03.448 INFO O| Dec 13 20:39:03.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7464 | 2024-12-13T20:39:04.544Z | [ recovery-image] Dec 13 20:39:03.448 INFO O| Dec 13 20:39:03.448 INFO STEP 1043 (remove_files) COMPLETE |
7465 | 2024-12-13T20:39:04.544Z | [ recovery-image] Dec 13 20:39:03.448 INFO O| Dec 13 20:39:03.448 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-13T20:39:04.566Z | [ recovery-image] Dec 13 20:39:03.471 INFO O| Dec 13 20:39:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7467 | 2024-12-13T20:39:04.569Z | [ recovery-image] Dec 13 20:39:03.471 INFO O| Dec 13 20:39:03.471 INFO STEP 1044 (remove_files) COMPLETE |
7468 | 2024-12-13T20:39:04.569Z | [ recovery-image] Dec 13 20:39:03.471 INFO O| Dec 13 20:39:03.471 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-13T20:39:04.611Z | [ recovery-image] Dec 13 20:39:03.516 INFO O| Dec 13 20:39:03.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7470 | 2024-12-13T20:39:04.615Z | [ recovery-image] Dec 13 20:39:03.516 INFO O| Dec 13 20:39:03.516 INFO STEP 1045 (remove_files) COMPLETE |
7471 | 2024-12-13T20:39:04.615Z | [ recovery-image] Dec 13 20:39:03.516 INFO O| Dec 13 20:39:03.516 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-13T20:39:04.636Z | [ recovery-image] Dec 13 20:39:03.541 INFO O| Dec 13 20:39:03.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7473 | 2024-12-13T20:39:04.639Z | [ recovery-image] Dec 13 20:39:03.541 INFO O| Dec 13 20:39:03.541 INFO STEP 1046 (remove_files) COMPLETE |
7474 | 2024-12-13T20:39:04.639Z | [ recovery-image] Dec 13 20:39:03.541 INFO O| Dec 13 20:39:03.541 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-13T20:39:04.660Z | [ recovery-image] Dec 13 20:39:03.565 INFO O| Dec 13 20:39:03.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7476 | 2024-12-13T20:39:04.663Z | [ recovery-image] Dec 13 20:39:03.565 INFO O| Dec 13 20:39:03.565 INFO STEP 1047 (remove_files) COMPLETE |
7477 | 2024-12-13T20:39:04.663Z | [ recovery-image] Dec 13 20:39:03.566 INFO O| Dec 13 20:39:03.565 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-13T20:39:04.688Z | [ recovery-image] Dec 13 20:39:03.592 INFO O| Dec 13 20:39:03.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7479 | 2024-12-13T20:39:04.690Z | [ recovery-image] Dec 13 20:39:03.593 INFO O| Dec 13 20:39:03.593 INFO STEP 1048 (remove_files) COMPLETE |
7480 | 2024-12-13T20:39:04.690Z | [ recovery-image] Dec 13 20:39:03.593 INFO O| Dec 13 20:39:03.593 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-13T20:39:04.711Z | [ recovery-image] Dec 13 20:39:03.615 INFO O| Dec 13 20:39:03.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7482 | 2024-12-13T20:39:04.713Z | [ recovery-image] Dec 13 20:39:03.616 INFO O| Dec 13 20:39:03.616 INFO STEP 1049 (remove_files) COMPLETE |
7483 | 2024-12-13T20:39:04.713Z | [ recovery-image] Dec 13 20:39:03.616 INFO O| Dec 13 20:39:03.616 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-13T20:39:04.809Z | [ recovery-image] Dec 13 20:39:03.713 INFO O| Dec 13 20:39:03.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7485 | 2024-12-13T20:39:04.811Z | [ recovery-image] Dec 13 20:39:03.714 INFO O| Dec 13 20:39:03.714 INFO STEP 1050 (remove_files) COMPLETE |
7486 | 2024-12-13T20:39:04.811Z | [ recovery-image] Dec 13 20:39:03.714 INFO O| Dec 13 20:39:03.714 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-13T20:39:04.835Z | [ recovery-image] Dec 13 20:39:03.739 INFO O| Dec 13 20:39:03.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7488 | 2024-12-13T20:39:04.837Z | [ recovery-image] Dec 13 20:39:03.740 INFO O| Dec 13 20:39:03.740 INFO STEP 1051 (remove_files) COMPLETE |
7489 | 2024-12-13T20:39:04.837Z | [ recovery-image] Dec 13 20:39:03.740 INFO O| Dec 13 20:39:03.740 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-13T20:39:04.864Z | [ recovery-image] Dec 13 20:39:03.769 INFO O| Dec 13 20:39:03.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7491 | 2024-12-13T20:39:04.867Z | [ recovery-image] Dec 13 20:39:03.769 INFO O| Dec 13 20:39:03.769 INFO STEP 1052 (remove_files) COMPLETE |
7492 | 2024-12-13T20:39:04.867Z | [ recovery-image] Dec 13 20:39:03.770 INFO O| Dec 13 20:39:03.769 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-13T20:39:04.892Z | [ recovery-image] Dec 13 20:39:03.797 INFO O| Dec 13 20:39:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7494 | 2024-12-13T20:39:04.895Z | [ recovery-image] Dec 13 20:39:03.798 INFO O| Dec 13 20:39:03.797 INFO STEP 1053 (remove_files) COMPLETE |
7495 | 2024-12-13T20:39:04.895Z | [ recovery-image] Dec 13 20:39:03.798 INFO O| Dec 13 20:39:03.798 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-13T20:39:04.922Z | [ recovery-image] Dec 13 20:39:03.826 INFO O| Dec 13 20:39:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7497 | 2024-12-13T20:39:04.924Z | [ recovery-image] Dec 13 20:39:03.827 INFO O| Dec 13 20:39:03.827 INFO STEP 1054 (remove_files) COMPLETE |
7498 | 2024-12-13T20:39:04.924Z | [ recovery-image] Dec 13 20:39:03.827 INFO O| Dec 13 20:39:03.827 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-13T20:39:04.946Z | [ recovery-image] Dec 13 20:39:03.850 INFO O| Dec 13 20:39:03.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7500 | 2024-12-13T20:39:04.949Z | [ recovery-image] Dec 13 20:39:03.851 INFO O| Dec 13 20:39:03.851 INFO STEP 1055 (remove_files) COMPLETE |
7501 | 2024-12-13T20:39:04.949Z | [ recovery-image] Dec 13 20:39:03.851 INFO O| Dec 13 20:39:03.851 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-13T20:39:04.969Z | [ recovery-image] Dec 13 20:39:03.874 INFO O| Dec 13 20:39:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7503 | 2024-12-13T20:39:04.972Z | [ recovery-image] Dec 13 20:39:03.874 INFO O| Dec 13 20:39:03.874 INFO STEP 1056 (remove_files) COMPLETE |
7504 | 2024-12-13T20:39:04.972Z | [ recovery-image] Dec 13 20:39:03.875 INFO O| Dec 13 20:39:03.874 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-13T20:39:05.012Z | [ recovery-image] Dec 13 20:39:03.917 INFO O| Dec 13 20:39:03.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7506 | 2024-12-13T20:39:05.012Z | [ recovery-image] Dec 13 20:39:03.917 INFO O| Dec 13 20:39:03.916 INFO STEP 1057 (remove_files) COMPLETE |
7507 | 2024-12-13T20:39:05.012Z | [ recovery-image] Dec 13 20:39:03.917 INFO O| Dec 13 20:39:03.916 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-13T20:39:05.036Z | [ recovery-image] Dec 13 20:39:03.941 INFO O| Dec 13 20:39:03.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7509 | 2024-12-13T20:39:05.040Z | [ recovery-image] Dec 13 20:39:03.941 INFO O| Dec 13 20:39:03.941 INFO STEP 1058 (remove_files) COMPLETE |
7510 | 2024-12-13T20:39:05.040Z | [ recovery-image] Dec 13 20:39:03.941 INFO O| Dec 13 20:39:03.941 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-13T20:39:05.085Z | [ recovery-image] Dec 13 20:39:03.989 INFO O| Dec 13 20:39:03.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7512 | 2024-12-13T20:39:05.086Z | [ recovery-image] Dec 13 20:39:03.989 INFO O| Dec 13 20:39:03.989 INFO STEP 1059 (remove_files) COMPLETE |
7513 | 2024-12-13T20:39:05.086Z | [ recovery-image] Dec 13 20:39:03.989 INFO O| Dec 13 20:39:03.989 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-13T20:39:05.119Z | [ recovery-image] Dec 13 20:39:04.022 INFO O| Dec 13 20:39:04.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7515 | 2024-12-13T20:39:05.119Z | [ recovery-image] Dec 13 20:39:04.022 INFO O| Dec 13 20:39:04.022 INFO STEP 1060 (remove_files) COMPLETE |
7516 | 2024-12-13T20:39:05.119Z | [ recovery-image] Dec 13 20:39:04.022 INFO O| Dec 13 20:39:04.022 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-13T20:39:05.160Z | [ recovery-image] Dec 13 20:39:04.064 INFO O| Dec 13 20:39:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7518 | 2024-12-13T20:39:05.160Z | [ recovery-image] Dec 13 20:39:04.064 INFO O| Dec 13 20:39:04.064 INFO STEP 1061 (remove_files) COMPLETE |
7519 | 2024-12-13T20:39:05.160Z | [ recovery-image] Dec 13 20:39:04.064 INFO O| Dec 13 20:39:04.064 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-13T20:39:05.187Z | [ host-image] Dec 13 20:39:04.091 INFO O| Dec 13 20:39:04.091 INFO O| Planning: Solver setup ... Done |
7521 | 2024-12-13T20:39:05.192Z | [ recovery-image] Dec 13 20:39:04.097 INFO O| Dec 13 20:39:04.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7522 | 2024-12-13T20:39:05.192Z | [ recovery-image] Dec 13 20:39:04.097 INFO O| Dec 13 20:39:04.097 INFO STEP 1062 (remove_files) COMPLETE |
7523 | 2024-12-13T20:39:05.195Z | [ recovery-image] Dec 13 20:39:04.097 INFO O| Dec 13 20:39:04.097 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-13T20:39:05.197Z | [ host-image] Dec 13 20:39:04.100 INFO O| Dec 13 20:39:04.100 INFO O| Planning: Running solver ... Done |
7525 | 2024-12-13T20:39:05.232Z | [ recovery-image] Dec 13 20:39:04.137 INFO O| Dec 13 20:39:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7526 | 2024-12-13T20:39:05.232Z | [ recovery-image] Dec 13 20:39:04.137 INFO O| Dec 13 20:39:04.137 INFO STEP 1063 (remove_files) COMPLETE |
7527 | 2024-12-13T20:39:05.235Z | [ recovery-image] Dec 13 20:39:04.137 INFO O| Dec 13 20:39:04.137 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-12-13T20:39:05.256Z | [ recovery-image] Dec 13 20:39:04.161 INFO O| Dec 13 20:39:04.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7529 | 2024-12-13T20:39:05.256Z | [ recovery-image] Dec 13 20:39:04.161 INFO O| Dec 13 20:39:04.161 INFO STEP 1064 (remove_files) COMPLETE |
7530 | 2024-12-13T20:39:05.256Z | [ recovery-image] Dec 13 20:39:04.161 INFO O| Dec 13 20:39:04.161 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-12-13T20:39:05.289Z | [ recovery-image] Dec 13 20:39:04.193 INFO O| Dec 13 20:39:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7532 | 2024-12-13T20:39:05.289Z | [ recovery-image] Dec 13 20:39:04.194 INFO O| Dec 13 20:39:04.194 INFO STEP 1065 (remove_files) COMPLETE |
7533 | 2024-12-13T20:39:05.289Z | [ recovery-image] Dec 13 20:39:04.194 INFO O| Dec 13 20:39:04.194 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-12-13T20:39:05.323Z | [ host-image] Dec 13 20:39:04.227 INFO O| Dec 13 20:39:04.227 INFO O| Planning: Finding local manifests ... Done |
7535 | 2024-12-13T20:39:05.325Z | [ host-image] Dec 13 20:39:04.228 INFO O| Dec 13 20:39:04.228 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7536 | 2024-12-13T20:39:05.337Z | [ recovery-image] Dec 13 20:39:04.241 INFO O| Dec 13 20:39:04.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7537 | 2024-12-13T20:39:05.337Z | [ recovery-image] Dec 13 20:39:04.241 INFO O| Dec 13 20:39:04.241 INFO STEP 1066 (remove_files) COMPLETE |
7538 | 2024-12-13T20:39:05.337Z | [ recovery-image] Dec 13 20:39:04.241 INFO O| Dec 13 20:39:04.241 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-13T20:39:05.485Z | [ host-image] Dec 13 20:39:04.389 INFO O| Dec 13 20:39:04.389 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7540 | 2024-12-13T20:39:05.487Z | [ recovery-image] Dec 13 20:39:04.390 INFO O| Dec 13 20:39:04.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7541 | 2024-12-13T20:39:05.487Z | [ recovery-image] Dec 13 20:39:04.390 INFO O| Dec 13 20:39:04.390 INFO STEP 1067 (remove_files) COMPLETE |
7542 | 2024-12-13T20:39:05.487Z | [ recovery-image] Dec 13 20:39:04.390 INFO O| Dec 13 20:39:04.390 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-12-13T20:39:05.512Z | [ recovery-image] Dec 13 20:39:04.417 INFO O| Dec 13 20:39:04.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7544 | 2024-12-13T20:39:05.515Z | [ recovery-image] Dec 13 20:39:04.417 INFO O| Dec 13 20:39:04.417 INFO STEP 1068 (remove_files) COMPLETE |
7545 | 2024-12-13T20:39:05.515Z | [ recovery-image] Dec 13 20:39:04.417 INFO O| Dec 13 20:39:04.417 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-12-13T20:39:05.520Z | [ host-image] Dec 13 20:39:04.424 INFO O| Dec 13 20:39:04.424 INFO O| Planning: Package planning ... Done |
7547 | 2024-12-13T20:39:05.522Z | [ host-image] Dec 13 20:39:04.425 INFO O| Dec 13 20:39:04.425 INFO O| Planning: Merging actions ... Done |
7548 | 2024-12-13T20:39:05.536Z | [ recovery-image] Dec 13 20:39:04.441 INFO O| Dec 13 20:39:04.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7549 | 2024-12-13T20:39:05.539Z | [ recovery-image] Dec 13 20:39:04.441 INFO O| Dec 13 20:39:04.441 INFO STEP 1069 (remove_files) COMPLETE |
7550 | 2024-12-13T20:39:05.539Z | [ recovery-image] Dec 13 20:39:04.441 INFO O| Dec 13 20:39:04.441 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-13T20:39:05.558Z | [ recovery-image] Dec 13 20:39:04.463 INFO O| Dec 13 20:39:04.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7552 | 2024-12-13T20:39:05.558Z | [ recovery-image] Dec 13 20:39:04.463 INFO O| Dec 13 20:39:04.463 INFO STEP 1070 (remove_files) COMPLETE |
7553 | 2024-12-13T20:39:05.558Z | [ recovery-image] Dec 13 20:39:04.463 INFO O| Dec 13 20:39:04.463 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-13T20:39:05.580Z | [ recovery-image] Dec 13 20:39:04.484 INFO O| Dec 13 20:39:04.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7555 | 2024-12-13T20:39:05.581Z | [ recovery-image] Dec 13 20:39:04.484 INFO O| Dec 13 20:39:04.484 INFO STEP 1071 (remove_files) COMPLETE |
7556 | 2024-12-13T20:39:05.581Z | [ recovery-image] Dec 13 20:39:04.484 INFO O| Dec 13 20:39:04.484 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-13T20:39:05.611Z | [ recovery-image] Dec 13 20:39:04.516 INFO O| Dec 13 20:39:04.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7558 | 2024-12-13T20:39:05.611Z | [ recovery-image] Dec 13 20:39:04.516 INFO O| Dec 13 20:39:04.516 INFO STEP 1072 (remove_files) COMPLETE |
7559 | 2024-12-13T20:39:05.611Z | [ recovery-image] Dec 13 20:39:04.516 INFO O| Dec 13 20:39:04.516 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-13T20:39:05.635Z | [ recovery-image] Dec 13 20:39:04.539 INFO O| Dec 13 20:39:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7561 | 2024-12-13T20:39:05.635Z | [ recovery-image] Dec 13 20:39:04.539 INFO O| Dec 13 20:39:04.539 INFO STEP 1073 (remove_files) COMPLETE |
7562 | 2024-12-13T20:39:05.635Z | [ recovery-image] Dec 13 20:39:04.539 INFO O| Dec 13 20:39:04.539 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-13T20:39:05.644Z | [ host-image] Dec 13 20:39:04.548 INFO O| Dec 13 20:39:04.548 INFO O| Planning: Checking for conflicting actions ... Done |
7564 | 2024-12-13T20:39:05.644Z | [ host-image] Dec 13 20:39:04.549 INFO O| Dec 13 20:39:04.549 INFO O| Planning: Consolidating action changes ... Done |
7565 | 2024-12-13T20:39:05.656Z | [ recovery-image] Dec 13 20:39:04.560 INFO O| Dec 13 20:39:04.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7566 | 2024-12-13T20:39:05.656Z | [ recovery-image] Dec 13 20:39:04.560 INFO O| Dec 13 20:39:04.560 INFO STEP 1074 (remove_files) COMPLETE |
7567 | 2024-12-13T20:39:05.656Z | [ recovery-image] Dec 13 20:39:04.561 INFO O| Dec 13 20:39:04.560 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-13T20:39:05.687Z | [ recovery-image] Dec 13 20:39:04.591 INFO O| Dec 13 20:39:04.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7569 | 2024-12-13T20:39:05.687Z | [ recovery-image] Dec 13 20:39:04.591 INFO O| Dec 13 20:39:04.591 INFO STEP 1075 (remove_files) COMPLETE |
7570 | 2024-12-13T20:39:05.687Z | [ recovery-image] Dec 13 20:39:04.591 INFO O| Dec 13 20:39:04.591 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-13T20:39:05.722Z | [ recovery-image] Dec 13 20:39:04.626 INFO O| Dec 13 20:39:04.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7572 | 2024-12-13T20:39:05.722Z | [ recovery-image] Dec 13 20:39:04.626 INFO O| Dec 13 20:39:04.626 INFO STEP 1076 (remove_files) COMPLETE |
7573 | 2024-12-13T20:39:05.722Z | [ recovery-image] Dec 13 20:39:04.626 INFO O| Dec 13 20:39:04.626 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-13T20:39:05.749Z | [ recovery-image] Dec 13 20:39:04.653 INFO O| Dec 13 20:39:04.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7575 | 2024-12-13T20:39:05.749Z | [ recovery-image] Dec 13 20:39:04.653 INFO O| Dec 13 20:39:04.653 INFO STEP 1077 (remove_files) COMPLETE |
7576 | 2024-12-13T20:39:05.750Z | [ recovery-image] Dec 13 20:39:04.653 INFO O| Dec 13 20:39:04.653 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-13T20:39:05.776Z | [ recovery-image] Dec 13 20:39:04.680 INFO O| Dec 13 20:39:04.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7578 | 2024-12-13T20:39:05.776Z | [ recovery-image] Dec 13 20:39:04.680 INFO O| Dec 13 20:39:04.680 INFO STEP 1078 (remove_files) COMPLETE |
7579 | 2024-12-13T20:39:05.776Z | [ recovery-image] Dec 13 20:39:04.680 INFO O| Dec 13 20:39:04.680 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-13T20:39:05.799Z | [ recovery-image] Dec 13 20:39:04.704 INFO O| Dec 13 20:39:04.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7581 | 2024-12-13T20:39:05.799Z | [ recovery-image] Dec 13 20:39:04.704 INFO O| Dec 13 20:39:04.704 INFO STEP 1079 (remove_files) COMPLETE |
7582 | 2024-12-13T20:39:05.799Z | [ recovery-image] Dec 13 20:39:04.704 INFO O| Dec 13 20:39:04.704 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-13T20:39:05.822Z | [ recovery-image] Dec 13 20:39:04.725 INFO O| Dec 13 20:39:04.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7584 | 2024-12-13T20:39:05.822Z | [ recovery-image] Dec 13 20:39:04.725 INFO O| Dec 13 20:39:04.725 INFO STEP 1080 (remove_files) COMPLETE |
7585 | 2024-12-13T20:39:05.822Z | [ recovery-image] Dec 13 20:39:04.725 INFO O| Dec 13 20:39:04.725 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-13T20:39:05.857Z | [ recovery-image] Dec 13 20:39:04.762 INFO O| Dec 13 20:39:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7587 | 2024-12-13T20:39:05.860Z | [ recovery-image] Dec 13 20:39:04.762 INFO O| Dec 13 20:39:04.762 INFO STEP 1081 (remove_files) COMPLETE |
7588 | 2024-12-13T20:39:05.860Z | [ recovery-image] Dec 13 20:39:04.762 INFO O| Dec 13 20:39:04.762 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-13T20:39:05.902Z | [ recovery-image] Dec 13 20:39:04.807 INFO O| Dec 13 20:39:04.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7590 | 2024-12-13T20:39:05.902Z | [ recovery-image] Dec 13 20:39:04.807 INFO O| Dec 13 20:39:04.807 INFO STEP 1082 (remove_files) COMPLETE |
7591 | 2024-12-13T20:39:05.902Z | [ recovery-image] Dec 13 20:39:04.807 INFO O| Dec 13 20:39:04.807 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-13T20:39:05.923Z | [ recovery-image] Dec 13 20:39:04.827 INFO O| Dec 13 20:39:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7593 | 2024-12-13T20:39:05.923Z | [ recovery-image] Dec 13 20:39:04.827 INFO O| Dec 13 20:39:04.827 INFO STEP 1083 (remove_files) COMPLETE |
7594 | 2024-12-13T20:39:05.926Z | [ recovery-image] Dec 13 20:39:04.827 INFO O| Dec 13 20:39:04.827 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-13T20:39:05.961Z | [ recovery-image] Dec 13 20:39:04.865 INFO O| Dec 13 20:39:04.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7596 | 2024-12-13T20:39:05.963Z | [ recovery-image] Dec 13 20:39:04.865 INFO O| Dec 13 20:39:04.865 INFO STEP 1084 (remove_files) COMPLETE |
7597 | 2024-12-13T20:39:05.963Z | [ recovery-image] Dec 13 20:39:04.865 INFO O| Dec 13 20:39:04.865 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-13T20:39:05.983Z | [ recovery-image] Dec 13 20:39:04.887 INFO O| Dec 13 20:39:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7599 | 2024-12-13T20:39:05.985Z | [ recovery-image] Dec 13 20:39:04.887 INFO O| Dec 13 20:39:04.887 INFO STEP 1085 (remove_files) COMPLETE |
7600 | 2024-12-13T20:39:05.985Z | [ recovery-image] Dec 13 20:39:04.887 INFO O| Dec 13 20:39:04.887 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-13T20:39:06.004Z | [ recovery-image] Dec 13 20:39:04.908 INFO O| Dec 13 20:39:04.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7602 | 2024-12-13T20:39:06.004Z | [ recovery-image] Dec 13 20:39:04.909 INFO O| Dec 13 20:39:04.909 INFO STEP 1086 (remove_files) COMPLETE |
7603 | 2024-12-13T20:39:06.006Z | [ recovery-image] Dec 13 20:39:04.909 INFO O| Dec 13 20:39:04.909 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-13T20:39:06.045Z | [ recovery-image] Dec 13 20:39:04.948 INFO O| Dec 13 20:39:04.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7605 | 2024-12-13T20:39:06.045Z | [ recovery-image] Dec 13 20:39:04.949 INFO O| Dec 13 20:39:04.949 INFO STEP 1087 (remove_files) COMPLETE |
7606 | 2024-12-13T20:39:06.045Z | [ recovery-image] Dec 13 20:39:04.949 INFO O| Dec 13 20:39:04.949 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-13T20:39:06.052Z | [ host-image] Dec 13 20:39:04.957 INFO O| Dec 13 20:39:04.957 INFO O| Planning: Evaluating mediators ... Done |
7608 | 2024-12-13T20:39:06.055Z | [ host-image] Dec 13 20:39:04.958 INFO O| Dec 13 20:39:04.958 INFO O| Planning: Planning completed in 5.27 seconds |
7609 | 2024-12-13T20:39:06.057Z | [ host-image] Dec 13 20:39:04.960 INFO O| Dec 13 20:39:04.960 INFO O| Packages to install: 1 |
7610 | 2024-12-13T20:39:06.068Z | [ recovery-image] Dec 13 20:39:04.972 INFO O| Dec 13 20:39:04.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7611 | 2024-12-13T20:39:06.077Z | [ recovery-image] Dec 13 20:39:04.981 INFO O| Dec 13 20:39:04.981 INFO STEP 1088 (remove_files) COMPLETE |
7612 | 2024-12-13T20:39:06.077Z | [ recovery-image] Dec 13 20:39:04.981 INFO O| Dec 13 20:39:04.981 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-13T20:39:06.085Z | [ host-image] Dec 13 20:39:04.989 INFO O| Dec 13 20:39:04.989 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
7614 | 2024-12-13T20:39:06.120Z | [ recovery-image] Dec 13 20:39:05.024 INFO O| Dec 13 20:39:05.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7615 | 2024-12-13T20:39:06.120Z | [ recovery-image] Dec 13 20:39:05.024 INFO O| Dec 13 20:39:05.024 INFO STEP 1089 (remove_files) COMPLETE |
7616 | 2024-12-13T20:39:06.120Z | [ recovery-image] Dec 13 20:39:05.024 INFO O| Dec 13 20:39:05.024 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-12-13T20:39:06.265Z | [ recovery-image] Dec 13 20:39:05.169 INFO O| Dec 13 20:39:05.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7618 | 2024-12-13T20:39:06.267Z | [ recovery-image] Dec 13 20:39:05.169 INFO O| Dec 13 20:39:05.169 INFO STEP 1090 (remove_files) COMPLETE |
7619 | 2024-12-13T20:39:06.267Z | [ recovery-image] Dec 13 20:39:05.170 INFO O| Dec 13 20:39:05.169 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-12-13T20:39:06.299Z | [ recovery-image] Dec 13 20:39:05.203 INFO O| Dec 13 20:39:05.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7621 | 2024-12-13T20:39:06.301Z | [ recovery-image] Dec 13 20:39:05.204 INFO O| Dec 13 20:39:05.204 INFO STEP 1091 (remove_files) COMPLETE |
7622 | 2024-12-13T20:39:06.301Z | [ recovery-image] Dec 13 20:39:05.204 INFO O| Dec 13 20:39:05.204 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-12-13T20:39:06.381Z | [ recovery-image] Dec 13 20:39:05.285 INFO O| Dec 13 20:39:05.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7624 | 2024-12-13T20:39:06.381Z | [ recovery-image] Dec 13 20:39:05.285 INFO O| Dec 13 20:39:05.285 INFO STEP 1092 (remove_files) COMPLETE |
7625 | 2024-12-13T20:39:06.381Z | [ recovery-image] Dec 13 20:39:05.285 INFO O| Dec 13 20:39:05.285 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-12-13T20:39:06.405Z | [ recovery-image] Dec 13 20:39:05.310 INFO O| Dec 13 20:39:05.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7627 | 2024-12-13T20:39:06.405Z | [ recovery-image] Dec 13 20:39:05.310 INFO O| Dec 13 20:39:05.310 INFO STEP 1093 (remove_files) COMPLETE |
7628 | 2024-12-13T20:39:06.405Z | [ recovery-image] Dec 13 20:39:05.310 INFO O| Dec 13 20:39:05.310 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-12-13T20:39:06.467Z | [ recovery-image] Dec 13 20:39:05.371 INFO O| Dec 13 20:39:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7630 | 2024-12-13T20:39:06.467Z | [ recovery-image] Dec 13 20:39:05.372 INFO O| Dec 13 20:39:05.372 INFO STEP 1094 (remove_files) COMPLETE |
7631 | 2024-12-13T20:39:06.467Z | [ recovery-image] Dec 13 20:39:05.372 INFO O| Dec 13 20:39:05.372 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-12-13T20:39:06.565Z | [ recovery-image] Dec 13 20:39:05.468 INFO O| Dec 13 20:39:05.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7633 | 2024-12-13T20:39:06.565Z | [ recovery-image] Dec 13 20:39:05.468 INFO O| Dec 13 20:39:05.468 INFO STEP 1095 (remove_files) COMPLETE |
7634 | 2024-12-13T20:39:06.565Z | [ recovery-image] Dec 13 20:39:05.468 INFO O| Dec 13 20:39:05.468 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-12-13T20:39:06.633Z | [ recovery-image] Dec 13 20:39:05.538 INFO O| Dec 13 20:39:05.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7636 | 2024-12-13T20:39:06.636Z | [ recovery-image] Dec 13 20:39:05.538 INFO O| Dec 13 20:39:05.538 INFO STEP 1096 (remove_files) COMPLETE |
7637 | 2024-12-13T20:39:06.636Z | [ recovery-image] Dec 13 20:39:05.538 INFO O| Dec 13 20:39:05.538 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-12-13T20:39:06.657Z | [ recovery-image] Dec 13 20:39:05.561 INFO O| Dec 13 20:39:05.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7639 | 2024-12-13T20:39:06.659Z | [ recovery-image] Dec 13 20:39:05.561 INFO O| Dec 13 20:39:05.561 INFO STEP 1097 (remove_files) COMPLETE |
7640 | 2024-12-13T20:39:06.659Z | [ recovery-image] Dec 13 20:39:05.561 INFO O| Dec 13 20:39:05.561 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-12-13T20:39:06.693Z | [ recovery-image] Dec 13 20:39:05.597 INFO O| Dec 13 20:39:05.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7642 | 2024-12-13T20:39:06.696Z | [ recovery-image] Dec 13 20:39:05.597 INFO O| Dec 13 20:39:05.597 INFO STEP 1098 (remove_files) COMPLETE |
7643 | 2024-12-13T20:39:06.696Z | [ recovery-image] Dec 13 20:39:05.597 INFO O| Dec 13 20:39:05.597 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-12-13T20:39:06.706Z | [ host-image] Dec 13 20:39:05.611 INFO O| Dec 13 20:39:05.610 INFO O| Download: Completed 9.99 MB in 0.62 seconds (16.1M/s) |
7645 | 2024-12-13T20:39:06.715Z | [ recovery-image] Dec 13 20:39:05.617 INFO O| Dec 13 20:39:05.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7646 | 2024-12-13T20:39:06.715Z | [ recovery-image] Dec 13 20:39:05.617 INFO O| Dec 13 20:39:05.617 INFO STEP 1099 (remove_files) COMPLETE |
7647 | 2024-12-13T20:39:06.715Z | [ recovery-image] Dec 13 20:39:05.617 INFO O| Dec 13 20:39:05.617 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-13T20:39:06.742Z | [ recovery-image] Dec 13 20:39:05.641 INFO O| Dec 13 20:39:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7649 | 2024-12-13T20:39:06.742Z | [ recovery-image] Dec 13 20:39:05.641 INFO O| Dec 13 20:39:05.641 INFO STEP 1100 (remove_files) COMPLETE |
7650 | 2024-12-13T20:39:06.742Z | [ recovery-image] Dec 13 20:39:05.641 INFO O| Dec 13 20:39:05.641 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-13T20:39:06.821Z | [ recovery-image] Dec 13 20:39:05.725 INFO O| Dec 13 20:39:05.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7652 | 2024-12-13T20:39:06.821Z | [ recovery-image] Dec 13 20:39:05.725 INFO O| Dec 13 20:39:05.725 INFO STEP 1101 (remove_files) COMPLETE |
7653 | 2024-12-13T20:39:06.821Z | [ recovery-image] Dec 13 20:39:05.725 INFO O| Dec 13 20:39:05.725 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-13T20:39:06.881Z | [ host-image] Dec 13 20:39:05.786 INFO O| Dec 13 20:39:05.774 INFO O| Actions: 1/22 actions (Installing new actions) |
7655 | 2024-12-13T20:39:06.907Z | [ recovery-image] Dec 13 20:39:05.812 INFO O| Dec 13 20:39:05.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7656 | 2024-12-13T20:39:06.910Z | [ recovery-image] Dec 13 20:39:05.812 INFO O| Dec 13 20:39:05.812 INFO STEP 1102 (remove_files) COMPLETE |
7657 | 2024-12-13T20:39:06.910Z | [ recovery-image] Dec 13 20:39:05.812 INFO O| Dec 13 20:39:05.812 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-13T20:39:07.059Z | [ recovery-image] Dec 13 20:39:05.963 INFO O| Dec 13 20:39:05.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7659 | 2024-12-13T20:39:07.059Z | [ recovery-image] Dec 13 20:39:05.963 INFO O| Dec 13 20:39:05.963 INFO STEP 1103 (remove_files) COMPLETE |
7660 | 2024-12-13T20:39:07.062Z | [ recovery-image] Dec 13 20:39:05.963 INFO O| Dec 13 20:39:05.963 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-13T20:39:07.083Z | [ recovery-image] Dec 13 20:39:05.988 INFO O| Dec 13 20:39:05.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7662 | 2024-12-13T20:39:07.083Z | [ recovery-image] Dec 13 20:39:05.988 INFO O| Dec 13 20:39:05.988 INFO STEP 1104 (remove_files) COMPLETE |
7663 | 2024-12-13T20:39:07.083Z | [ recovery-image] Dec 13 20:39:05.988 INFO O| Dec 13 20:39:05.988 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-13T20:39:07.114Z | [ recovery-image] Dec 13 20:39:06.018 INFO O| Dec 13 20:39:06.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7665 | 2024-12-13T20:39:07.114Z | [ recovery-image] Dec 13 20:39:06.018 INFO O| Dec 13 20:39:06.018 INFO STEP 1105 (remove_files) COMPLETE |
7666 | 2024-12-13T20:39:07.114Z | [ recovery-image] Dec 13 20:39:06.018 INFO O| Dec 13 20:39:06.018 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-13T20:39:07.172Z | [ recovery-image] Dec 13 20:39:06.077 INFO O| Dec 13 20:39:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7668 | 2024-12-13T20:39:07.172Z | [ recovery-image] Dec 13 20:39:06.077 INFO O| Dec 13 20:39:06.077 INFO STEP 1106 (remove_files) COMPLETE |
7669 | 2024-12-13T20:39:07.172Z | [ recovery-image] Dec 13 20:39:06.077 INFO O| Dec 13 20:39:06.077 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-13T20:39:07.229Z | [ recovery-image] Dec 13 20:39:06.133 INFO O| Dec 13 20:39:06.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7671 | 2024-12-13T20:39:07.229Z | [ recovery-image] Dec 13 20:39:06.133 INFO O| Dec 13 20:39:06.133 INFO STEP 1107 (remove_files) COMPLETE |
7672 | 2024-12-13T20:39:07.229Z | [ recovery-image] Dec 13 20:39:06.133 INFO O| Dec 13 20:39:06.133 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-13T20:39:07.232Z | [ host-image] Dec 13 20:39:06.134 INFO O| Dec 13 20:39:06.134 INFO O| Actions: Completed 22 actions in 0.36 seconds. |
7674 | 2024-12-13T20:39:07.251Z | [ recovery-image] Dec 13 20:39:06.154 INFO O| Dec 13 20:39:06.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7675 | 2024-12-13T20:39:07.251Z | [ recovery-image] Dec 13 20:39:06.155 INFO O| Dec 13 20:39:06.155 INFO STEP 1108 (remove_files) COMPLETE |
7676 | 2024-12-13T20:39:07.251Z | [ recovery-image] Dec 13 20:39:06.155 INFO O| Dec 13 20:39:06.155 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-13T20:39:07.285Z | [ recovery-image] Dec 13 20:39:06.189 INFO O| Dec 13 20:39:06.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7678 | 2024-12-13T20:39:07.285Z | [ recovery-image] Dec 13 20:39:06.189 INFO O| Dec 13 20:39:06.189 INFO STEP 1109 (remove_files) COMPLETE |
7679 | 2024-12-13T20:39:07.288Z | [ recovery-image] Dec 13 20:39:06.189 INFO O| Dec 13 20:39:06.189 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-13T20:39:07.319Z | [ recovery-image] Dec 13 20:39:06.222 INFO O| Dec 13 20:39:06.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7681 | 2024-12-13T20:39:07.319Z | [ recovery-image] Dec 13 20:39:06.222 INFO O| Dec 13 20:39:06.222 INFO STEP 1110 (remove_files) COMPLETE |
7682 | 2024-12-13T20:39:07.319Z | [ recovery-image] Dec 13 20:39:06.222 INFO O| Dec 13 20:39:06.222 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-13T20:39:07.353Z | [ recovery-image] Dec 13 20:39:06.256 INFO O| Dec 13 20:39:06.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7684 | 2024-12-13T20:39:07.353Z | [ recovery-image] Dec 13 20:39:06.256 INFO O| Dec 13 20:39:06.256 INFO STEP 1111 (remove_files) COMPLETE |
7685 | 2024-12-13T20:39:07.353Z | [ recovery-image] Dec 13 20:39:06.256 INFO O| Dec 13 20:39:06.256 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-13T20:39:07.391Z | [ recovery-image] Dec 13 20:39:06.296 INFO O| Dec 13 20:39:06.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7687 | 2024-12-13T20:39:07.392Z | [ recovery-image] Dec 13 20:39:06.296 INFO O| Dec 13 20:39:06.296 INFO STEP 1112 (remove_files) COMPLETE |
7688 | 2024-12-13T20:39:07.408Z | [ recovery-image] Dec 13 20:39:06.296 INFO O| Dec 13 20:39:06.296 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-13T20:39:07.415Z | [ recovery-image] Dec 13 20:39:06.319 INFO O| Dec 13 20:39:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7690 | 2024-12-13T20:39:07.415Z | [ recovery-image] Dec 13 20:39:06.319 INFO O| Dec 13 20:39:06.319 INFO STEP 1113 (remove_files) COMPLETE |
7691 | 2024-12-13T20:39:07.415Z | [ recovery-image] Dec 13 20:39:06.319 INFO O| Dec 13 20:39:06.319 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-13T20:39:07.437Z | [ recovery-image] Dec 13 20:39:06.341 INFO O| Dec 13 20:39:06.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7693 | 2024-12-13T20:39:07.437Z | [ recovery-image] Dec 13 20:39:06.341 INFO O| Dec 13 20:39:06.341 INFO STEP 1114 (remove_files) COMPLETE |
7694 | 2024-12-13T20:39:07.437Z | [ recovery-image] Dec 13 20:39:06.341 INFO O| Dec 13 20:39:06.341 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-13T20:39:07.461Z | [ recovery-image] Dec 13 20:39:06.365 INFO O| Dec 13 20:39:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7696 | 2024-12-13T20:39:07.461Z | [ recovery-image] Dec 13 20:39:06.365 INFO O| Dec 13 20:39:06.365 INFO STEP 1115 (remove_files) COMPLETE |
7697 | 2024-12-13T20:39:07.461Z | [ recovery-image] Dec 13 20:39:06.365 INFO O| Dec 13 20:39:06.365 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-13T20:39:07.494Z | [ recovery-image] Dec 13 20:39:06.397 INFO O| Dec 13 20:39:06.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7699 | 2024-12-13T20:39:07.494Z | [ recovery-image] Dec 13 20:39:06.397 INFO O| Dec 13 20:39:06.397 INFO STEP 1116 (remove_files) COMPLETE |
7700 | 2024-12-13T20:39:07.497Z | [ recovery-image] Dec 13 20:39:06.398 INFO O| Dec 13 20:39:06.397 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-13T20:39:07.517Z | [ recovery-image] Dec 13 20:39:06.422 INFO O| Dec 13 20:39:06.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7702 | 2024-12-13T20:39:07.517Z | [ recovery-image] Dec 13 20:39:06.422 INFO O| Dec 13 20:39:06.422 INFO STEP 1117 (remove_files) COMPLETE |
7703 | 2024-12-13T20:39:07.517Z | [ recovery-image] Dec 13 20:39:06.422 INFO O| Dec 13 20:39:06.422 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-13T20:39:07.545Z | [ recovery-image] Dec 13 20:39:06.449 INFO O| Dec 13 20:39:06.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7705 | 2024-12-13T20:39:07.549Z | [ recovery-image] Dec 13 20:39:06.450 INFO O| Dec 13 20:39:06.449 INFO STEP 1118 (remove_files) COMPLETE |
7706 | 2024-12-13T20:39:07.549Z | [ recovery-image] Dec 13 20:39:06.450 INFO O| Dec 13 20:39:06.450 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-13T20:39:07.570Z | [ recovery-image] Dec 13 20:39:06.474 INFO O| Dec 13 20:39:06.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7708 | 2024-12-13T20:39:07.574Z | [ recovery-image] Dec 13 20:39:06.474 INFO O| Dec 13 20:39:06.474 INFO STEP 1119 (remove_files) COMPLETE |
7709 | 2024-12-13T20:39:07.575Z | [ recovery-image] Dec 13 20:39:06.474 INFO O| Dec 13 20:39:06.474 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-13T20:39:07.593Z | [ recovery-image] Dec 13 20:39:06.497 INFO O| Dec 13 20:39:06.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7711 | 2024-12-13T20:39:07.597Z | [ recovery-image] Dec 13 20:39:06.497 INFO O| Dec 13 20:39:06.497 INFO STEP 1120 (remove_files) COMPLETE |
7712 | 2024-12-13T20:39:07.597Z | [ recovery-image] Dec 13 20:39:06.498 INFO O| Dec 13 20:39:06.497 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-13T20:39:07.632Z | [ recovery-image] Dec 13 20:39:06.536 INFO O| Dec 13 20:39:06.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7714 | 2024-12-13T20:39:07.634Z | [ recovery-image] Dec 13 20:39:06.537 INFO O| Dec 13 20:39:06.537 INFO STEP 1121 (remove_files) COMPLETE |
7715 | 2024-12-13T20:39:07.635Z | [ recovery-image] Dec 13 20:39:06.537 INFO O| Dec 13 20:39:06.537 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-13T20:39:07.656Z | [ recovery-image] Dec 13 20:39:06.560 INFO O| Dec 13 20:39:06.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7717 | 2024-12-13T20:39:07.659Z | [ recovery-image] Dec 13 20:39:06.561 INFO O| Dec 13 20:39:06.561 INFO STEP 1122 (remove_files) COMPLETE |
7718 | 2024-12-13T20:39:07.659Z | [ recovery-image] Dec 13 20:39:06.561 INFO O| Dec 13 20:39:06.561 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-13T20:39:07.689Z | [ recovery-image] Dec 13 20:39:06.593 INFO O| Dec 13 20:39:06.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7720 | 2024-12-13T20:39:07.689Z | [ recovery-image] Dec 13 20:39:06.593 INFO O| Dec 13 20:39:06.593 INFO STEP 1123 (remove_files) COMPLETE |
7721 | 2024-12-13T20:39:07.692Z | [ recovery-image] Dec 13 20:39:06.594 INFO O| Dec 13 20:39:06.593 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-12-13T20:39:07.710Z | [ host-image] Dec 13 20:39:06.614 INFO O| Dec 13 20:39:06.614 INFO O| Done |
7723 | 2024-12-13T20:39:07.711Z | [ host-image] Dec 13 20:39:06.614 INFO O| Dec 13 20:39:06.614 INFO O| Done |
7724 | 2024-12-13T20:39:07.714Z | [ recovery-image] Dec 13 20:39:06.617 INFO O| Dec 13 20:39:06.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7725 | 2024-12-13T20:39:07.714Z | [ recovery-image] Dec 13 20:39:06.617 INFO O| Dec 13 20:39:06.617 INFO STEP 1124 (remove_files) COMPLETE |
7726 | 2024-12-13T20:39:07.715Z | [ recovery-image] Dec 13 20:39:06.618 INFO O| Dec 13 20:39:06.617 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-13T20:39:07.754Z | [ recovery-image] Dec 13 20:39:06.641 INFO O| Dec 13 20:39:06.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7728 | 2024-12-13T20:39:07.754Z | [ recovery-image] Dec 13 20:39:06.641 INFO O| Dec 13 20:39:06.641 INFO STEP 1125 (remove_files) COMPLETE |
7729 | 2024-12-13T20:39:07.755Z | [ recovery-image] Dec 13 20:39:06.642 INFO O| Dec 13 20:39:06.641 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-13T20:39:07.761Z | [ recovery-image] Dec 13 20:39:06.664 INFO O| Dec 13 20:39:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7731 | 2024-12-13T20:39:07.761Z | [ recovery-image] Dec 13 20:39:06.665 INFO O| Dec 13 20:39:06.665 INFO STEP 1126 (remove_files) COMPLETE |
7732 | 2024-12-13T20:39:07.761Z | [ recovery-image] Dec 13 20:39:06.665 INFO O| Dec 13 20:39:06.665 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-13T20:39:07.821Z | [ recovery-image] Dec 13 20:39:06.725 INFO O| Dec 13 20:39:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7734 | 2024-12-13T20:39:07.821Z | [ recovery-image] Dec 13 20:39:06.726 INFO O| Dec 13 20:39:06.725 INFO STEP 1127 (remove_files) COMPLETE |
7735 | 2024-12-13T20:39:07.825Z | [ recovery-image] Dec 13 20:39:06.726 INFO O| Dec 13 20:39:06.725 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-13T20:39:07.847Z | [ recovery-image] Dec 13 20:39:06.751 INFO O| Dec 13 20:39:06.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7737 | 2024-12-13T20:39:07.850Z | [ recovery-image] Dec 13 20:39:06.751 INFO O| Dec 13 20:39:06.751 INFO STEP 1128 (remove_files) COMPLETE |
7738 | 2024-12-13T20:39:07.850Z | [ recovery-image] Dec 13 20:39:06.751 INFO O| Dec 13 20:39:06.751 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-13T20:39:07.870Z | [ recovery-image] Dec 13 20:39:06.774 INFO O| Dec 13 20:39:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7740 | 2024-12-13T20:39:07.872Z | [ recovery-image] Dec 13 20:39:06.774 INFO O| Dec 13 20:39:06.774 INFO STEP 1129 (remove_files) COMPLETE |
7741 | 2024-12-13T20:39:07.872Z | [ recovery-image] Dec 13 20:39:06.774 INFO O| Dec 13 20:39:06.774 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-13T20:39:07.894Z | [ recovery-image] Dec 13 20:39:06.798 INFO O| Dec 13 20:39:06.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7743 | 2024-12-13T20:39:07.896Z | [ recovery-image] Dec 13 20:39:06.798 INFO O| Dec 13 20:39:06.798 INFO STEP 1130 (remove_files) COMPLETE |
7744 | 2024-12-13T20:39:07.896Z | [ recovery-image] Dec 13 20:39:06.798 INFO O| Dec 13 20:39:06.798 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-13T20:39:07.933Z | [ recovery-image] Dec 13 20:39:06.836 INFO O| Dec 13 20:39:06.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7746 | 2024-12-13T20:39:07.933Z | [ recovery-image] Dec 13 20:39:06.836 INFO O| Dec 13 20:39:06.836 INFO STEP 1131 (remove_files) COMPLETE |
7747 | 2024-12-13T20:39:07.933Z | [ recovery-image] Dec 13 20:39:06.836 INFO O| Dec 13 20:39:06.836 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-13T20:39:07.966Z | [ recovery-image] Dec 13 20:39:06.870 INFO O| Dec 13 20:39:06.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7749 | 2024-12-13T20:39:07.966Z | [ recovery-image] Dec 13 20:39:06.870 INFO O| Dec 13 20:39:06.870 INFO STEP 1132 (remove_files) COMPLETE |
7750 | 2024-12-13T20:39:07.967Z | [ recovery-image] Dec 13 20:39:06.870 INFO O| Dec 13 20:39:06.870 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-13T20:39:07.988Z | [ recovery-image] Dec 13 20:39:06.892 INFO O| Dec 13 20:39:06.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7752 | 2024-12-13T20:39:07.988Z | [ recovery-image] Dec 13 20:39:06.892 INFO O| Dec 13 20:39:06.892 INFO STEP 1133 (remove_files) COMPLETE |
7753 | 2024-12-13T20:39:07.988Z | [ recovery-image] Dec 13 20:39:06.892 INFO O| Dec 13 20:39:06.892 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-13T20:39:08.020Z | [ recovery-image] Dec 13 20:39:06.924 INFO O| Dec 13 20:39:06.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7755 | 2024-12-13T20:39:08.020Z | [ recovery-image] Dec 13 20:39:06.924 INFO O| Dec 13 20:39:06.924 INFO STEP 1134 (remove_files) COMPLETE |
7756 | 2024-12-13T20:39:08.020Z | [ recovery-image] Dec 13 20:39:06.924 INFO O| Dec 13 20:39:06.924 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-13T20:39:08.043Z | [ recovery-image] Dec 13 20:39:06.947 INFO O| Dec 13 20:39:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7758 | 2024-12-13T20:39:08.043Z | [ recovery-image] Dec 13 20:39:06.947 INFO O| Dec 13 20:39:06.947 INFO STEP 1135 (remove_files) COMPLETE |
7759 | 2024-12-13T20:39:08.043Z | [ recovery-image] Dec 13 20:39:06.947 INFO O| Dec 13 20:39:06.947 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-13T20:39:08.066Z | [ recovery-image] Dec 13 20:39:06.970 INFO O| Dec 13 20:39:06.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7761 | 2024-12-13T20:39:08.066Z | [ recovery-image] Dec 13 20:39:06.970 INFO O| Dec 13 20:39:06.970 INFO STEP 1136 (remove_files) COMPLETE |
7762 | 2024-12-13T20:39:08.069Z | [ recovery-image] Dec 13 20:39:06.970 INFO O| Dec 13 20:39:06.970 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-13T20:39:08.087Z | [ recovery-image] Dec 13 20:39:06.992 INFO O| Dec 13 20:39:06.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7764 | 2024-12-13T20:39:08.087Z | [ recovery-image] Dec 13 20:39:06.992 INFO O| Dec 13 20:39:06.992 INFO STEP 1137 (remove_files) COMPLETE |
7765 | 2024-12-13T20:39:08.088Z | [ recovery-image] Dec 13 20:39:06.992 INFO O| Dec 13 20:39:06.992 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-13T20:39:08.122Z | [ recovery-image] Dec 13 20:39:07.026 INFO O| Dec 13 20:39:07.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7767 | 2024-12-13T20:39:08.122Z | [ recovery-image] Dec 13 20:39:07.026 INFO O| Dec 13 20:39:07.026 INFO STEP 1138 (remove_files) COMPLETE |
7768 | 2024-12-13T20:39:08.122Z | [ recovery-image] Dec 13 20:39:07.026 INFO O| Dec 13 20:39:07.026 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-13T20:39:08.157Z | [ recovery-image] Dec 13 20:39:07.061 INFO O| Dec 13 20:39:07.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7770 | 2024-12-13T20:39:08.157Z | [ recovery-image] Dec 13 20:39:07.061 INFO O| Dec 13 20:39:07.061 INFO STEP 1139 (remove_files) COMPLETE |
7771 | 2024-12-13T20:39:08.157Z | [ recovery-image] Dec 13 20:39:07.061 INFO O| Dec 13 20:39:07.061 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-13T20:39:08.176Z | [ recovery-image] Dec 13 20:39:07.080 INFO O| Dec 13 20:39:07.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7773 | 2024-12-13T20:39:08.176Z | [ recovery-image] Dec 13 20:39:07.080 INFO O| Dec 13 20:39:07.080 INFO STEP 1140 (remove_files) COMPLETE |
7774 | 2024-12-13T20:39:08.179Z | [ recovery-image] Dec 13 20:39:07.080 INFO O| Dec 13 20:39:07.080 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-13T20:39:08.234Z | [ recovery-image] Dec 13 20:39:07.137 INFO O| Dec 13 20:39:07.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7776 | 2024-12-13T20:39:08.234Z | [ recovery-image] Dec 13 20:39:07.137 INFO O| Dec 13 20:39:07.137 INFO STEP 1141 (remove_files) COMPLETE |
7777 | 2024-12-13T20:39:08.237Z | [ recovery-image] Dec 13 20:39:07.137 INFO O| Dec 13 20:39:07.137 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-13T20:39:08.278Z | [ recovery-image] Dec 13 20:39:07.182 INFO O| Dec 13 20:39:07.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7779 | 2024-12-13T20:39:08.278Z | [ recovery-image] Dec 13 20:39:07.182 INFO O| Dec 13 20:39:07.182 INFO STEP 1142 (remove_files) COMPLETE |
7780 | 2024-12-13T20:39:08.278Z | [ recovery-image] Dec 13 20:39:07.182 INFO O| Dec 13 20:39:07.182 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-13T20:39:08.299Z | [ recovery-image] Dec 13 20:39:07.203 INFO O| Dec 13 20:39:07.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7782 | 2024-12-13T20:39:08.299Z | [ recovery-image] Dec 13 20:39:07.203 INFO O| Dec 13 20:39:07.203 INFO STEP 1143 (remove_files) COMPLETE |
7783 | 2024-12-13T20:39:08.299Z | [ recovery-image] Dec 13 20:39:07.203 INFO O| Dec 13 20:39:07.203 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-13T20:39:08.339Z | [ recovery-image] Dec 13 20:39:07.243 INFO O| Dec 13 20:39:07.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7785 | 2024-12-13T20:39:08.342Z | [ recovery-image] Dec 13 20:39:07.243 INFO O| Dec 13 20:39:07.243 INFO STEP 1144 (remove_files) COMPLETE |
7786 | 2024-12-13T20:39:08.342Z | [ recovery-image] Dec 13 20:39:07.243 INFO O| Dec 13 20:39:07.243 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-13T20:39:08.396Z | [ recovery-image] Dec 13 20:39:07.300 INFO O| Dec 13 20:39:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7788 | 2024-12-13T20:39:08.396Z | [ recovery-image] Dec 13 20:39:07.300 INFO O| Dec 13 20:39:07.300 INFO STEP 1145 (remove_files) COMPLETE |
7789 | 2024-12-13T20:39:08.396Z | [ recovery-image] Dec 13 20:39:07.300 INFO O| Dec 13 20:39:07.300 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-13T20:39:08.456Z | [ recovery-image] Dec 13 20:39:07.360 INFO O| Dec 13 20:39:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7791 | 2024-12-13T20:39:08.456Z | [ recovery-image] Dec 13 20:39:07.360 INFO O| Dec 13 20:39:07.360 INFO STEP 1146 (remove_files) COMPLETE |
7792 | 2024-12-13T20:39:08.456Z | [ recovery-image] Dec 13 20:39:07.360 INFO O| Dec 13 20:39:07.360 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-13T20:39:08.499Z | [ recovery-image] Dec 13 20:39:07.402 INFO O| Dec 13 20:39:07.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7794 | 2024-12-13T20:39:08.499Z | [ recovery-image] Dec 13 20:39:07.402 INFO O| Dec 13 20:39:07.402 INFO STEP 1147 (remove_files) COMPLETE |
7795 | 2024-12-13T20:39:08.499Z | [ recovery-image] Dec 13 20:39:07.402 INFO O| Dec 13 20:39:07.402 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-13T20:39:08.553Z | [ recovery-image] Dec 13 20:39:07.457 INFO O| Dec 13 20:39:07.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7797 | 2024-12-13T20:39:08.553Z | [ recovery-image] Dec 13 20:39:07.458 INFO O| Dec 13 20:39:07.457 INFO STEP 1148 (remove_files) COMPLETE |
7798 | 2024-12-13T20:39:08.553Z | [ recovery-image] Dec 13 20:39:07.458 INFO O| Dec 13 20:39:07.458 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-13T20:39:08.574Z | [ recovery-image] Dec 13 20:39:07.478 INFO O| Dec 13 20:39:07.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7800 | 2024-12-13T20:39:08.574Z | [ recovery-image] Dec 13 20:39:07.478 INFO O| Dec 13 20:39:07.478 INFO STEP 1149 (remove_files) COMPLETE |
7801 | 2024-12-13T20:39:08.574Z | [ recovery-image] Dec 13 20:39:07.479 INFO O| Dec 13 20:39:07.478 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-13T20:39:08.606Z | [ recovery-image] Dec 13 20:39:07.510 INFO O| Dec 13 20:39:07.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7803 | 2024-12-13T20:39:08.606Z | [ recovery-image] Dec 13 20:39:07.510 INFO O| Dec 13 20:39:07.510 INFO STEP 1150 (remove_files) COMPLETE |
7804 | 2024-12-13T20:39:08.606Z | [ recovery-image] Dec 13 20:39:07.510 INFO O| Dec 13 20:39:07.510 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-13T20:39:08.641Z | [ recovery-image] Dec 13 20:39:07.544 INFO O| Dec 13 20:39:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7806 | 2024-12-13T20:39:08.641Z | [ recovery-image] Dec 13 20:39:07.544 INFO O| Dec 13 20:39:07.544 INFO STEP 1151 (remove_files) COMPLETE |
7807 | 2024-12-13T20:39:08.641Z | [ recovery-image] Dec 13 20:39:07.544 INFO O| Dec 13 20:39:07.544 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-13T20:39:08.661Z | [ recovery-image] Dec 13 20:39:07.565 INFO O| Dec 13 20:39:07.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7809 | 2024-12-13T20:39:08.661Z | [ recovery-image] Dec 13 20:39:07.565 INFO O| Dec 13 20:39:07.565 INFO STEP 1152 (remove_files) COMPLETE |
7810 | 2024-12-13T20:39:08.665Z | [ recovery-image] Dec 13 20:39:07.565 INFO O| Dec 13 20:39:07.565 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-13T20:39:08.688Z | [ recovery-image] Dec 13 20:39:07.587 INFO O| Dec 13 20:39:07.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7812 | 2024-12-13T20:39:08.688Z | [ recovery-image] Dec 13 20:39:07.587 INFO O| Dec 13 20:39:07.587 INFO STEP 1153 (remove_files) COMPLETE |
7813 | 2024-12-13T20:39:08.688Z | [ recovery-image] Dec 13 20:39:07.587 INFO O| Dec 13 20:39:07.587 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-13T20:39:08.715Z | [ recovery-image] Dec 13 20:39:07.619 INFO O| Dec 13 20:39:07.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7815 | 2024-12-13T20:39:08.718Z | [ recovery-image] Dec 13 20:39:07.620 INFO O| Dec 13 20:39:07.620 INFO STEP 1154 (remove_files) COMPLETE |
7816 | 2024-12-13T20:39:08.718Z | [ recovery-image] Dec 13 20:39:07.620 INFO O| Dec 13 20:39:07.620 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-13T20:39:08.739Z | [ recovery-image] Dec 13 20:39:07.643 INFO O| Dec 13 20:39:07.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7818 | 2024-12-13T20:39:08.742Z | [ recovery-image] Dec 13 20:39:07.643 INFO O| Dec 13 20:39:07.643 INFO STEP 1155 (remove_files) COMPLETE |
7819 | 2024-12-13T20:39:08.742Z | [ recovery-image] Dec 13 20:39:07.643 INFO O| Dec 13 20:39:07.643 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-13T20:39:08.772Z | [ recovery-image] Dec 13 20:39:07.674 INFO O| Dec 13 20:39:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7821 | 2024-12-13T20:39:08.775Z | [ recovery-image] Dec 13 20:39:07.675 INFO O| Dec 13 20:39:07.675 INFO STEP 1156 (remove_files) COMPLETE |
7822 | 2024-12-13T20:39:08.775Z | [ recovery-image] Dec 13 20:39:07.675 INFO O| Dec 13 20:39:07.675 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-13T20:39:08.850Z | [ recovery-image] Dec 13 20:39:07.754 INFO O| Dec 13 20:39:07.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7824 | 2024-12-13T20:39:08.851Z | [ recovery-image] Dec 13 20:39:07.754 INFO O| Dec 13 20:39:07.754 INFO STEP 1157 (remove_files) COMPLETE |
7825 | 2024-12-13T20:39:08.851Z | [ recovery-image] Dec 13 20:39:07.754 INFO O| Dec 13 20:39:07.754 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-13T20:39:08.870Z | [ recovery-image] Dec 13 20:39:07.774 INFO O| Dec 13 20:39:07.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7827 | 2024-12-13T20:39:08.871Z | [ recovery-image] Dec 13 20:39:07.774 INFO O| Dec 13 20:39:07.774 INFO STEP 1158 (remove_files) COMPLETE |
7828 | 2024-12-13T20:39:08.876Z | [ recovery-image] Dec 13 20:39:07.774 INFO O| Dec 13 20:39:07.774 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-13T20:39:08.901Z | [ recovery-image] Dec 13 20:39:07.805 INFO O| Dec 13 20:39:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7830 | 2024-12-13T20:39:08.901Z | [ recovery-image] Dec 13 20:39:07.805 INFO O| Dec 13 20:39:07.805 INFO STEP 1159 (remove_files) COMPLETE |
7831 | 2024-12-13T20:39:08.904Z | [ recovery-image] Dec 13 20:39:07.805 INFO O| Dec 13 20:39:07.805 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-13T20:39:08.927Z | [ host-image] Dec 13 20:39:07.831 INFO O| Dec 13 20:39:07.830 INFO O| Done |
7833 | 2024-12-13T20:39:08.938Z | [ recovery-image] Dec 13 20:39:07.841 INFO O| Dec 13 20:39:07.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7834 | 2024-12-13T20:39:08.938Z | [ recovery-image] Dec 13 20:39:07.841 INFO O| Dec 13 20:39:07.841 INFO STEP 1160 (remove_files) COMPLETE |
7835 | 2024-12-13T20:39:08.941Z | [ recovery-image] Dec 13 20:39:07.841 INFO O| Dec 13 20:39:07.841 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-13T20:39:08.972Z | [ recovery-image] Dec 13 20:39:07.876 INFO O| Dec 13 20:39:07.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7837 | 2024-12-13T20:39:08.972Z | [ recovery-image] Dec 13 20:39:07.876 INFO O| Dec 13 20:39:07.876 INFO STEP 1161 (remove_files) COMPLETE |
7838 | 2024-12-13T20:39:08.975Z | [ recovery-image] Dec 13 20:39:07.876 INFO O| Dec 13 20:39:07.876 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-13T20:39:09.033Z | [ recovery-image] Dec 13 20:39:07.936 INFO O| Dec 13 20:39:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7840 | 2024-12-13T20:39:09.033Z | [ recovery-image] Dec 13 20:39:07.937 INFO O| Dec 13 20:39:07.937 INFO STEP 1162 (remove_files) COMPLETE |
7841 | 2024-12-13T20:39:09.035Z | [ recovery-image] Dec 13 20:39:07.937 INFO O| Dec 13 20:39:07.937 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-13T20:39:09.059Z | [ recovery-image] Dec 13 20:39:07.962 INFO O| Dec 13 20:39:07.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7843 | 2024-12-13T20:39:09.062Z | [ recovery-image] Dec 13 20:39:07.962 INFO O| Dec 13 20:39:07.962 INFO STEP 1163 (remove_files) COMPLETE |
7844 | 2024-12-13T20:39:09.062Z | [ recovery-image] Dec 13 20:39:07.962 INFO O| Dec 13 20:39:07.962 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-13T20:39:09.117Z | [ recovery-image] Dec 13 20:39:08.019 INFO O| Dec 13 20:39:08.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7846 | 2024-12-13T20:39:09.117Z | [ recovery-image] Dec 13 20:39:08.019 INFO O| Dec 13 20:39:08.018 INFO STEP 1164 (remove_files) COMPLETE |
7847 | 2024-12-13T20:39:09.117Z | [ recovery-image] Dec 13 20:39:08.019 INFO O| Dec 13 20:39:08.018 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-13T20:39:09.172Z | [ recovery-image] Dec 13 20:39:08.076 INFO O| Dec 13 20:39:08.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7849 | 2024-12-13T20:39:09.175Z | [ recovery-image] Dec 13 20:39:08.076 INFO O| Dec 13 20:39:08.076 INFO STEP 1165 (remove_files) COMPLETE |
7850 | 2024-12-13T20:39:09.175Z | [ recovery-image] Dec 13 20:39:08.076 INFO O| Dec 13 20:39:08.076 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-13T20:39:09.195Z | [ recovery-image] Dec 13 20:39:08.099 INFO O| Dec 13 20:39:08.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7852 | 2024-12-13T20:39:09.215Z | [ recovery-image] Dec 13 20:39:08.119 INFO O| Dec 13 20:39:08.119 INFO STEP 1166 (remove_files) COMPLETE |
7853 | 2024-12-13T20:39:09.215Z | [ recovery-image] Dec 13 20:39:08.119 INFO O| Dec 13 20:39:08.119 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-13T20:39:09.238Z | [ recovery-image] Dec 13 20:39:08.141 INFO O| Dec 13 20:39:08.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7855 | 2024-12-13T20:39:09.240Z | [ recovery-image] Dec 13 20:39:08.142 INFO O| Dec 13 20:39:08.142 INFO STEP 1167 (remove_files) COMPLETE |
7856 | 2024-12-13T20:39:09.240Z | [ recovery-image] Dec 13 20:39:08.142 INFO O| Dec 13 20:39:08.142 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-13T20:39:09.272Z | [ recovery-image] Dec 13 20:39:08.176 INFO O| Dec 13 20:39:08.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7858 | 2024-12-13T20:39:09.272Z | [ recovery-image] Dec 13 20:39:08.176 INFO O| Dec 13 20:39:08.176 INFO STEP 1168 (remove_files) COMPLETE |
7859 | 2024-12-13T20:39:09.272Z | [ recovery-image] Dec 13 20:39:08.176 INFO O| Dec 13 20:39:08.176 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-13T20:39:09.294Z | [ recovery-image] Dec 13 20:39:08.198 INFO O| Dec 13 20:39:08.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7861 | 2024-12-13T20:39:09.294Z | [ recovery-image] Dec 13 20:39:08.198 INFO O| Dec 13 20:39:08.198 INFO STEP 1169 (remove_files) COMPLETE |
7862 | 2024-12-13T20:39:09.294Z | [ recovery-image] Dec 13 20:39:08.198 INFO O| Dec 13 20:39:08.198 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-13T20:39:09.336Z | [ recovery-image] Dec 13 20:39:08.240 INFO O| Dec 13 20:39:08.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7864 | 2024-12-13T20:39:09.339Z | [ recovery-image] Dec 13 20:39:08.241 INFO O| Dec 13 20:39:08.241 INFO STEP 1170 (remove_files) COMPLETE |
7865 | 2024-12-13T20:39:09.339Z | [ recovery-image] Dec 13 20:39:08.241 INFO O| Dec 13 20:39:08.241 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-13T20:39:09.359Z | [ recovery-image] Dec 13 20:39:08.262 INFO O| Dec 13 20:39:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7867 | 2024-12-13T20:39:09.361Z | [ recovery-image] Dec 13 20:39:08.262 INFO O| Dec 13 20:39:08.262 INFO STEP 1171 (remove_files) COMPLETE |
7868 | 2024-12-13T20:39:09.362Z | [ recovery-image] Dec 13 20:39:08.262 INFO O| Dec 13 20:39:08.262 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-13T20:39:09.395Z | [ recovery-image] Dec 13 20:39:08.299 INFO O| Dec 13 20:39:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7870 | 2024-12-13T20:39:09.398Z | [ recovery-image] Dec 13 20:39:08.299 INFO O| Dec 13 20:39:08.299 INFO STEP 1172 (remove_files) COMPLETE |
7871 | 2024-12-13T20:39:09.398Z | [ recovery-image] Dec 13 20:39:08.299 INFO O| Dec 13 20:39:08.299 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-13T20:39:09.422Z | [ recovery-image] Dec 13 20:39:08.322 INFO O| Dec 13 20:39:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7873 | 2024-12-13T20:39:09.424Z | [ recovery-image] Dec 13 20:39:08.322 INFO O| Dec 13 20:39:08.322 INFO STEP 1173 (remove_files) COMPLETE |
7874 | 2024-12-13T20:39:09.425Z | [ recovery-image] Dec 13 20:39:08.322 INFO O| Dec 13 20:39:08.322 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-13T20:39:09.460Z | [ recovery-image] Dec 13 20:39:08.364 INFO O| Dec 13 20:39:08.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7876 | 2024-12-13T20:39:09.460Z | [ recovery-image] Dec 13 20:39:08.364 INFO O| Dec 13 20:39:08.364 INFO STEP 1174 (remove_files) COMPLETE |
7877 | 2024-12-13T20:39:09.460Z | [ recovery-image] Dec 13 20:39:08.364 INFO O| Dec 13 20:39:08.364 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-13T20:39:09.483Z | [ recovery-image] Dec 13 20:39:08.387 INFO O| Dec 13 20:39:08.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7879 | 2024-12-13T20:39:09.483Z | [ recovery-image] Dec 13 20:39:08.387 INFO O| Dec 13 20:39:08.387 INFO STEP 1175 (remove_files) COMPLETE |
7880 | 2024-12-13T20:39:09.485Z | [ recovery-image] Dec 13 20:39:08.387 INFO O| Dec 13 20:39:08.387 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-13T20:39:09.518Z | [ recovery-image] Dec 13 20:39:08.421 INFO O| Dec 13 20:39:08.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7882 | 2024-12-13T20:39:09.518Z | [ recovery-image] Dec 13 20:39:08.422 INFO O| Dec 13 20:39:08.421 INFO STEP 1176 (remove_files) COMPLETE |
7883 | 2024-12-13T20:39:09.521Z | [ recovery-image] Dec 13 20:39:08.422 INFO O| Dec 13 20:39:08.422 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-13T20:39:09.551Z | [ recovery-image] Dec 13 20:39:08.455 INFO O| Dec 13 20:39:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7885 | 2024-12-13T20:39:09.552Z | [ recovery-image] Dec 13 20:39:08.455 INFO O| Dec 13 20:39:08.455 INFO STEP 1177 (remove_files) COMPLETE |
7886 | 2024-12-13T20:39:09.554Z | [ recovery-image] Dec 13 20:39:08.455 INFO O| Dec 13 20:39:08.455 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-13T20:39:09.578Z | [ recovery-image] Dec 13 20:39:08.478 INFO O| Dec 13 20:39:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7888 | 2024-12-13T20:39:09.578Z | [ recovery-image] Dec 13 20:39:08.478 INFO O| Dec 13 20:39:08.478 INFO STEP 1178 (remove_files) COMPLETE |
7889 | 2024-12-13T20:39:09.578Z | [ recovery-image] Dec 13 20:39:08.478 INFO O| Dec 13 20:39:08.478 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-13T20:39:09.600Z | [ recovery-image] Dec 13 20:39:08.504 INFO O| Dec 13 20:39:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7891 | 2024-12-13T20:39:09.600Z | [ recovery-image] Dec 13 20:39:08.504 INFO O| Dec 13 20:39:08.504 INFO STEP 1179 (remove_files) COMPLETE |
7892 | 2024-12-13T20:39:09.600Z | [ recovery-image] Dec 13 20:39:08.504 INFO O| Dec 13 20:39:08.504 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-13T20:39:09.632Z | [ recovery-image] Dec 13 20:39:08.535 INFO O| Dec 13 20:39:08.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7894 | 2024-12-13T20:39:09.632Z | [ recovery-image] Dec 13 20:39:08.535 INFO O| Dec 13 20:39:08.535 INFO STEP 1180 (remove_files) COMPLETE |
7895 | 2024-12-13T20:39:09.632Z | [ recovery-image] Dec 13 20:39:08.535 INFO O| Dec 13 20:39:08.535 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-13T20:39:09.655Z | [ recovery-image] Dec 13 20:39:08.558 INFO O| Dec 13 20:39:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7897 | 2024-12-13T20:39:09.655Z | [ recovery-image] Dec 13 20:39:08.559 INFO O| Dec 13 20:39:08.559 INFO STEP 1181 (remove_files) COMPLETE |
7898 | 2024-12-13T20:39:09.655Z | [ recovery-image] Dec 13 20:39:08.559 INFO O| Dec 13 20:39:08.559 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-13T20:39:09.802Z | [ recovery-image] Dec 13 20:39:08.706 INFO O| Dec 13 20:39:08.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7900 | 2024-12-13T20:39:09.804Z | [ recovery-image] Dec 13 20:39:08.706 INFO O| Dec 13 20:39:08.706 INFO STEP 1182 (remove_files) COMPLETE |
7901 | 2024-12-13T20:39:09.804Z | [ recovery-image] Dec 13 20:39:08.706 INFO O| Dec 13 20:39:08.706 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-13T20:39:09.829Z | [ recovery-image] Dec 13 20:39:08.733 INFO O| Dec 13 20:39:08.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7903 | 2024-12-13T20:39:09.832Z | [ recovery-image] Dec 13 20:39:08.733 INFO O| Dec 13 20:39:08.733 INFO STEP 1183 (remove_files) COMPLETE |
7904 | 2024-12-13T20:39:09.832Z | [ recovery-image] Dec 13 20:39:08.733 INFO O| Dec 13 20:39:08.733 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-13T20:39:09.892Z | [ recovery-image] Dec 13 20:39:08.796 INFO O| Dec 13 20:39:08.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7906 | 2024-12-13T20:39:09.894Z | [ recovery-image] Dec 13 20:39:08.796 INFO O| Dec 13 20:39:08.796 INFO STEP 1184 (remove_files) COMPLETE |
7907 | 2024-12-13T20:39:09.894Z | [ recovery-image] Dec 13 20:39:08.796 INFO O| Dec 13 20:39:08.796 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-13T20:39:09.951Z | [ recovery-image] Dec 13 20:39:08.855 INFO O| Dec 13 20:39:08.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7909 | 2024-12-13T20:39:09.951Z | [ recovery-image] Dec 13 20:39:08.855 INFO O| Dec 13 20:39:08.855 INFO STEP 1185 (remove_files) COMPLETE |
7910 | 2024-12-13T20:39:09.951Z | [ recovery-image] Dec 13 20:39:08.855 INFO O| Dec 13 20:39:08.855 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-13T20:39:09.974Z | [ recovery-image] Dec 13 20:39:08.877 INFO O| Dec 13 20:39:08.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7912 | 2024-12-13T20:39:09.974Z | [ recovery-image] Dec 13 20:39:08.878 INFO O| Dec 13 20:39:08.878 INFO STEP 1186 (remove_files) COMPLETE |
7913 | 2024-12-13T20:39:09.974Z | [ recovery-image] Dec 13 20:39:08.878 INFO O| Dec 13 20:39:08.878 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-13T20:39:09.994Z | [ recovery-image] Dec 13 20:39:08.898 INFO O| Dec 13 20:39:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7915 | 2024-12-13T20:39:09.994Z | [ recovery-image] Dec 13 20:39:08.898 INFO O| Dec 13 20:39:08.898 INFO STEP 1187 (remove_files) COMPLETE |
7916 | 2024-12-13T20:39:09.994Z | [ recovery-image] Dec 13 20:39:08.898 INFO O| Dec 13 20:39:08.898 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-13T20:39:10.013Z | [ recovery-image] Dec 13 20:39:08.917 INFO O| Dec 13 20:39:08.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7918 | 2024-12-13T20:39:10.013Z | [ recovery-image] Dec 13 20:39:08.917 INFO O| Dec 13 20:39:08.917 INFO STEP 1188 (remove_files) COMPLETE |
7919 | 2024-12-13T20:39:10.013Z | [ recovery-image] Dec 13 20:39:08.917 INFO O| Dec 13 20:39:08.917 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-13T20:39:10.034Z | [ recovery-image] Dec 13 20:39:08.937 INFO O| Dec 13 20:39:08.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7921 | 2024-12-13T20:39:10.034Z | [ recovery-image] Dec 13 20:39:08.937 INFO O| Dec 13 20:39:08.937 INFO STEP 1189 (remove_files) COMPLETE |
7922 | 2024-12-13T20:39:10.034Z | [ recovery-image] Dec 13 20:39:08.937 INFO O| Dec 13 20:39:08.937 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-13T20:39:10.053Z | [ recovery-image] Dec 13 20:39:08.957 INFO O| Dec 13 20:39:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7924 | 2024-12-13T20:39:10.054Z | [ recovery-image] Dec 13 20:39:08.957 INFO O| Dec 13 20:39:08.957 INFO STEP 1190 (remove_files) COMPLETE |
7925 | 2024-12-13T20:39:10.054Z | [ recovery-image] Dec 13 20:39:08.957 INFO O| Dec 13 20:39:08.957 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-13T20:39:10.072Z | [ recovery-image] Dec 13 20:39:08.976 INFO O| Dec 13 20:39:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7927 | 2024-12-13T20:39:10.072Z | [ recovery-image] Dec 13 20:39:08.976 INFO O| Dec 13 20:39:08.976 INFO STEP 1191 (remove_files) COMPLETE |
7928 | 2024-12-13T20:39:10.072Z | [ recovery-image] Dec 13 20:39:08.976 INFO O| Dec 13 20:39:08.976 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-13T20:39:10.119Z | [ recovery-image] Dec 13 20:39:09.016 INFO O| Dec 13 20:39:09.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7930 | 2024-12-13T20:39:10.123Z | [ recovery-image] Dec 13 20:39:09.026 INFO O| Dec 13 20:39:09.026 INFO STEP 1192 (remove_files) COMPLETE |
7931 | 2024-12-13T20:39:10.123Z | [ recovery-image] Dec 13 20:39:09.026 INFO O| Dec 13 20:39:09.026 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-13T20:39:10.161Z | [ recovery-image] Dec 13 20:39:09.064 INFO O| Dec 13 20:39:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7933 | 2024-12-13T20:39:10.161Z | [ recovery-image] Dec 13 20:39:09.065 INFO O| Dec 13 20:39:09.065 INFO STEP 1193 (remove_files) COMPLETE |
7934 | 2024-12-13T20:39:10.161Z | [ recovery-image] Dec 13 20:39:09.065 INFO O| Dec 13 20:39:09.065 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-13T20:39:10.202Z | [ recovery-image] Dec 13 20:39:09.106 INFO O| Dec 13 20:39:09.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7936 | 2024-12-13T20:39:10.205Z | [ recovery-image] Dec 13 20:39:09.106 INFO O| Dec 13 20:39:09.106 INFO STEP 1194 (remove_files) COMPLETE |
7937 | 2024-12-13T20:39:10.205Z | [ recovery-image] Dec 13 20:39:09.106 INFO O| Dec 13 20:39:09.106 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-13T20:39:10.225Z | [ recovery-image] Dec 13 20:39:09.129 INFO O| Dec 13 20:39:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7939 | 2024-12-13T20:39:10.228Z | [ recovery-image] Dec 13 20:39:09.129 INFO O| Dec 13 20:39:09.129 INFO STEP 1195 (remove_files) COMPLETE |
7940 | 2024-12-13T20:39:10.228Z | [ recovery-image] Dec 13 20:39:09.129 INFO O| Dec 13 20:39:09.129 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-13T20:39:10.270Z | [ recovery-image] Dec 13 20:39:09.174 INFO O| Dec 13 20:39:09.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7942 | 2024-12-13T20:39:10.270Z | [ recovery-image] Dec 13 20:39:09.174 INFO O| Dec 13 20:39:09.174 INFO STEP 1196 (remove_files) COMPLETE |
7943 | 2024-12-13T20:39:10.273Z | [ recovery-image] Dec 13 20:39:09.174 INFO O| Dec 13 20:39:09.174 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-13T20:39:10.294Z | [ recovery-image] Dec 13 20:39:09.198 INFO O| Dec 13 20:39:09.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7945 | 2024-12-13T20:39:10.294Z | [ recovery-image] Dec 13 20:39:09.198 INFO O| Dec 13 20:39:09.198 INFO STEP 1197 (remove_files) COMPLETE |
7946 | 2024-12-13T20:39:10.294Z | [ recovery-image] Dec 13 20:39:09.198 INFO O| Dec 13 20:39:09.198 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-13T20:39:10.334Z | [ recovery-image] Dec 13 20:39:09.238 INFO O| Dec 13 20:39:09.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7948 | 2024-12-13T20:39:10.334Z | [ recovery-image] Dec 13 20:39:09.238 INFO O| Dec 13 20:39:09.238 INFO STEP 1198 (remove_files) COMPLETE |
7949 | 2024-12-13T20:39:10.334Z | [ recovery-image] Dec 13 20:39:09.238 INFO O| Dec 13 20:39:09.238 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-13T20:39:10.376Z | [ recovery-image] Dec 13 20:39:09.279 INFO O| Dec 13 20:39:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7951 | 2024-12-13T20:39:10.376Z | [ recovery-image] Dec 13 20:39:09.279 INFO O| Dec 13 20:39:09.279 INFO STEP 1199 (remove_files) COMPLETE |
7952 | 2024-12-13T20:39:10.376Z | [ recovery-image] Dec 13 20:39:09.279 INFO O| Dec 13 20:39:09.279 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-13T20:39:10.400Z | [ recovery-image] Dec 13 20:39:09.304 INFO O| Dec 13 20:39:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7954 | 2024-12-13T20:39:10.400Z | [ recovery-image] Dec 13 20:39:09.304 INFO O| Dec 13 20:39:09.304 INFO STEP 1200 (remove_files) COMPLETE |
7955 | 2024-12-13T20:39:10.400Z | [ recovery-image] Dec 13 20:39:09.304 INFO O| Dec 13 20:39:09.304 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-13T20:39:10.423Z | [ recovery-image] Dec 13 20:39:09.327 INFO O| Dec 13 20:39:09.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7957 | 2024-12-13T20:39:10.423Z | [ recovery-image] Dec 13 20:39:09.327 INFO O| Dec 13 20:39:09.327 INFO STEP 1201 (remove_files) COMPLETE |
7958 | 2024-12-13T20:39:10.426Z | [ recovery-image] Dec 13 20:39:09.327 INFO O| Dec 13 20:39:09.327 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-13T20:39:10.465Z | [ recovery-image] Dec 13 20:39:09.368 INFO O| Dec 13 20:39:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7960 | 2024-12-13T20:39:10.465Z | [ recovery-image] Dec 13 20:39:09.369 INFO O| Dec 13 20:39:09.368 INFO STEP 1202 (remove_files) COMPLETE |
7961 | 2024-12-13T20:39:10.465Z | [ recovery-image] Dec 13 20:39:09.369 INFO O| Dec 13 20:39:09.368 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-13T20:39:10.491Z | [ recovery-image] Dec 13 20:39:09.395 INFO O| Dec 13 20:39:09.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7963 | 2024-12-13T20:39:10.491Z | [ recovery-image] Dec 13 20:39:09.395 INFO O| Dec 13 20:39:09.395 INFO STEP 1203 (remove_files) COMPLETE |
7964 | 2024-12-13T20:39:10.491Z | [ recovery-image] Dec 13 20:39:09.395 INFO O| Dec 13 20:39:09.395 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-13T20:39:10.517Z | [ recovery-image] Dec 13 20:39:09.420 INFO O| Dec 13 20:39:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7966 | 2024-12-13T20:39:10.519Z | [ recovery-image] Dec 13 20:39:09.421 INFO O| Dec 13 20:39:09.421 INFO STEP 1204 (remove_files) COMPLETE |
7967 | 2024-12-13T20:39:10.519Z | [ recovery-image] Dec 13 20:39:09.421 INFO O| Dec 13 20:39:09.421 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-13T20:39:10.544Z | [ recovery-image] Dec 13 20:39:09.447 INFO O| Dec 13 20:39:09.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7969 | 2024-12-13T20:39:10.546Z | [ recovery-image] Dec 13 20:39:09.448 INFO O| Dec 13 20:39:09.447 INFO STEP 1205 (remove_files) COMPLETE |
7970 | 2024-12-13T20:39:10.546Z | [ recovery-image] Dec 13 20:39:09.448 INFO O| Dec 13 20:39:09.448 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7971 | 2024-12-13T20:39:10.582Z | [ recovery-image] Dec 13 20:39:09.485 INFO O| Dec 13 20:39:09.485 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7972 | 2024-12-13T20:39:10.584Z | [ recovery-image] Dec 13 20:39:09.486 INFO O| Dec 13 20:39:09.486 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7973 | 2024-12-13T20:39:12.001Z | [ host-image] Dec 13 20:39:10.904 INFO O| Dec 13 20:39:10.904 INFO O| Done |
7974 | 2024-12-13T20:39:12.058Z | [ host-image] Dec 13 20:39:10.961 INFO O| Dec 13 20:39:10.961 INFO O| Done |
7975 | 2024-12-13T20:39:12.058Z | [ host-image] Dec 13 20:39:10.961 INFO O| Dec 13 20:39:10.961 INFO O| Done |
7976 | 2024-12-13T20:39:12.086Z | [ host-image] Dec 13 20:39:10.990 INFO O| Dec 13 20:39:10.990 INFO O| Done |
7977 | 2024-12-13T20:39:12.199Z | [ recovery-image] Dec 13 20:39:11.103 INFO O| Dec 13 20:39:11.102 INFO STEP 1206 (pack_tar) COMPLETE |
7978 | 2024-12-13T20:39:12.200Z | [ recovery-image] Dec 13 20:39:11.103 INFO O| Dec 13 20:39:11.103 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7979 | 2024-12-13T20:39:12.200Z | [ recovery-image] Dec 13 20:39:11.103 INFO O| Dec 13 20:39:11.103 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7980 | 2024-12-13T20:39:12.421Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 14 (pkg_install) COMPLETE |
7981 | 2024-12-13T20:39:12.421Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7982 | 2024-12-13T20:39:12.421Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO skip step because feature "mfg" is not enabled |
7983 | 2024-12-13T20:39:12.424Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7984 | 2024-12-13T20:39:12.424Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO skip step because feature "compliance" is not enabled |
7985 | 2024-12-13T20:39:12.424Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7986 | 2024-12-13T20:39:12.424Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO skip step because feature "stress" is not enabled |
7987 | 2024-12-13T20:39:12.424Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7988 | 2024-12-13T20:39:12.424Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO skip step because feature "nfs" is not enabled |
7989 | 2024-12-13T20:39:12.424Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7990 | 2024-12-13T20:39:12.424Z | [ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7991 | 2024-12-13T20:39:12.445Z | [ recovery-image] Dec 13 20:39:11.348 INFO O| Dec 13 20:39:11.348 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7992 | 2024-12-13T20:39:12.475Z | [ host-image] Dec 13 20:39:11.379 INFO O| Dec 13 20:39:11.379 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7993 | 2024-12-13T20:39:12.535Z | [ recovery-image] Dec 13 20:39:11.439 INFO O| Dec 13 20:39:11.439 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7994 | 2024-12-13T20:39:12.547Z | [ recovery-image] Dec 13 20:39:11.450 INFO image builder template: zfs-recovery... |
7995 | 2024-12-13T20:39:12.547Z | [ recovery-image] Dec 13 20:39:11.450 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/.tmpVYZFEz/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 |
7996 | 2024-12-13T20:39:12.576Z | [ host-image] Dec 13 20:39:11.480 INFO O| Dec 13 20:39:11.479 INFO completed processing gimlet/ramdisk-01-os |
7997 | 2024-12-13T20:39:12.580Z | [ host-image] Dec 13 20:39:11.483 INFO omicron1 baseline generation... |
7998 | 2024-12-13T20:39:12.583Z | [ host-image] Dec 13 20:39:11.484 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7999 | 2024-12-13T20:39:12.604Z | [ recovery-image] Dec 13 20:39:11.508 INFO O| Dec 13 20:39:11.507 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8000 | 2024-12-13T20:39:12.634Z | [ recovery-image] Dec 13 20:39:11.537 INFO O| Dec 13 20:39:11.537 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8001 | 2024-12-13T20:39:12.768Z | [ recovery-image] Dec 13 20:39:11.671 INFO O| Dec 13 20:39:11.671 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8002 | 2024-12-13T20:39:12.842Z | [ recovery-image] Dec 13 20:39:11.746 INFO O| Dec 13 20:39:11.746 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8003 | 2024-12-13T20:39:12.845Z | [ recovery-image] Dec 13 20:39:11.746 INFO O| Dec 13 20:39:11.746 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8004 | 2024-12-13T20:39:12.852Z | [ recovery-image] Dec 13 20:39:11.755 INFO O| Dec 13 20:39:11.755 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8005 | 2024-12-13T20:39:12.998Z | [ recovery-image] Dec 13 20:39:11.901 INFO O| Dec 13 20:39:11.901 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8006 | 2024-12-13T20:39:13.086Z | [ recovery-image] Dec 13 20:39:11.989 INFO O| Dec 13 20:39:11.989 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8007 | 2024-12-13T20:39:13.183Z | [ recovery-image] Dec 13 20:39:12.086 INFO O| Dec 13 20:39:12.086 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8008 | 2024-12-13T20:39:13.209Z | [ recovery-image] Dec 13 20:39:12.112 INFO O| Dec 13 20:39:12.112 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8009 | 2024-12-13T20:39:13.249Z | [ recovery-image] Dec 13 20:39:12.152 INFO O| Dec 13 20:39:12.152 INFO no lofi found |
8010 | 2024-12-13T20:39:13.249Z | [ recovery-image] Dec 13 20:39:12.152 INFO O| Dec 13 20:39:12.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8011 | 2024-12-13T20:39:13.249Z | [ recovery-image] Dec 13 20:39:12.152 INFO O| Dec 13 20:39:12.152 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8012 | 2024-12-13T20:39:13.435Z | [ host-image] Dec 13 20:39:12.338 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z |
8013 | 2024-12-13T20:39:16.043Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
8014 | 2024-12-13T20:39:16.114Z | [ recovery-image] Dec 13 20:39:15.017 INFO O| Dec 13 20:39:15.017 INFO lofi device = /dev/dsk/c2t1d0p0 |
8015 | 2024-12-13T20:39:16.115Z | [ recovery-image] Dec 13 20:39:15.017 INFO O| Dec 13 20:39:15.017 INFO pool device = /dev/dsk/c2t1d0p0 |
8016 | 2024-12-13T20:39:16.117Z | [ recovery-image] Dec 13 20:39:15.017 INFO O| Dec 13 20:39:15.017 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"] |
8017 | 2024-12-13T20:39:16.388Z | [ recovery-image] Dec 13 20:39:15.290 INFO O| Dec 13 20:39:15.290 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8018 | 2024-12-13T20:39:16.388Z | [ recovery-image] Dec 13 20:39:15.290 INFO O| Dec 13 20:39:15.290 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8019 | 2024-12-13T20:39:16.418Z | [ recovery-image] Dec 13 20:39:15.321 INFO O| Dec 13 20:39:15.320 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8020 | 2024-12-13T20:39:16.794Z | [ recovery-image] Dec 13 20:39:15.694 INFO O| Dec 13 20:39:15.694 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8021 | 2024-12-13T20:39:16.870Z | [ recovery-image] Dec 13 20:39:15.772 INFO O| Dec 13 20:39:15.772 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8022 | 2024-12-13T20:39:16.897Z | [ recovery-image] Dec 13 20:39:15.800 INFO O| Dec 13 20:39:15.800 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8023 | 2024-12-13T20:39:16.920Z | [ recovery-image] Dec 13 20:39:15.822 INFO O| Dec 13 20:39:15.822 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8024 | 2024-12-13T20:39:17.011Z | [ recovery-image] Dec 13 20:39:15.912 INFO O| Dec 13 20:39:15.912 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8025 | 2024-12-13T20:39:17.014Z | [ recovery-image] Dec 13 20:39:15.912 INFO O| Dec 13 20:39:15.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8026 | 2024-12-13T20:39:17.014Z | [ recovery-image] Dec 13 20:39:15.912 INFO O| Dec 13 20:39:15.912 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8027 | 2024-12-13T20:39:17.022Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
8028 | 2024-12-13T20:39:17.072Z | [ recovery-image] Dec 13 20:39:15.974 INFO O| Dec 13 20:39:15.974 INFO boot environment UUID: d6526008-7bf0-45e3-9bb9-541df9e87329 |
8029 | 2024-12-13T20:39:17.072Z | [ recovery-image] Dec 13 20:39:15.974 INFO O| Dec 13 20:39:15.974 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d6526008-7bf0-45e3-9bb9-541df9e87329 |
8030 | 2024-12-13T20:39:17.140Z | [ recovery-image] Dec 13 20:39:16.043 INFO O| Dec 13 20:39:16.043 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8031 | 2024-12-13T20:39:17.205Z | [ recovery-image] Dec 13 20:39:16.108 INFO O| Dec 13 20:39:16.108 INFO STEP 0 (create_be) COMPLETE |
8032 | 2024-12-13T20:39:17.205Z | [ recovery-image] Dec 13 20:39:16.108 INFO O| Dec 13 20:39:16.108 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8033 | 2024-12-13T20:39:17.279Z | [ recovery-image] Dec 13 20:39:16.182 INFO O| Dec 13 20:39:16.182 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-13T20:39:23.177Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
8035 | 2024-12-13T20:39:24.413Z | [ recovery-image] Dec 13 20:39:23.314 INFO O| Dec 13 20:39:23.313 INFO STEP 1 (unpack_tar) COMPLETE |
8036 | 2024-12-13T20:39:24.413Z | [ recovery-image] Dec 13 20:39:23.314 INFO O| Dec 13 20:39:23.314 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8037 | 2024-12-13T20:39:24.433Z | [ recovery-image] Dec 13 20:39:23.334 INFO O| Dec 13 20:39:23.334 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8038 | 2024-12-13T20:39:24.852Z | [ recovery-image] Dec 13 20:39:23.752 INFO O| Dec 13 20:39:23.752 INFO STEP 2 (devfsadm) COMPLETE |
8039 | 2024-12-13T20:39:24.852Z | [ recovery-image] Dec 13 20:39:23.753 INFO O| Dec 13 20:39:23.752 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8040 | 2024-12-13T20:39:24.873Z | [ recovery-image] Dec 13 20:39:23.774 INFO O| Dec 13 20:39:23.774 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8041 | 2024-12-13T20:39:24.873Z | [ recovery-image] Dec 13 20:39:23.774 INFO O| Dec 13 20:39:23.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8042 | 2024-12-13T20:39:24.873Z | [ recovery-image] Dec 13 20:39:23.774 INFO O| Dec 13 20:39:23.774 INFO STEP 3 (ensure_dir) COMPLETE |
8043 | 2024-12-13T20:39:24.875Z | [ recovery-image] Dec 13 20:39:23.774 INFO O| Dec 13 20:39:23.774 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8044 | 2024-12-13T20:39:24.931Z | [ recovery-image] Dec 13 20:39:23.832 INFO O| Dec 13 20:39:23.832 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8045 | 2024-12-13T20:39:24.931Z | [ recovery-image] Dec 13 20:39:23.832 INFO O| Dec 13 20:39:23.832 INFO STEP 4 (ensure_dir) COMPLETE |
8046 | 2024-12-13T20:39:24.934Z | [ recovery-image] Dec 13 20:39:23.833 INFO O| Dec 13 20:39:23.832 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8047 | 2024-12-13T20:39:24.971Z | [ recovery-image] Dec 13 20:39:23.872 INFO O| Dec 13 20:39:23.872 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8048 | 2024-12-13T20:39:24.971Z | [ recovery-image] Dec 13 20:39:23.872 INFO O| Dec 13 20:39:23.872 INFO STEP 5 (ensure_dir) COMPLETE |
8049 | 2024-12-13T20:39:24.973Z | [ recovery-image] Dec 13 20:39:23.872 INFO O| Dec 13 20:39:23.872 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8050 | 2024-12-13T20:39:24.993Z | [ recovery-image] Dec 13 20:39:23.894 INFO O| Dec 13 20:39:23.893 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8051 | 2024-12-13T20:39:24.993Z | [ recovery-image] Dec 13 20:39:23.894 INFO O| Dec 13 20:39:23.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8052 | 2024-12-13T20:39:24.993Z | [ recovery-image] Dec 13 20:39:23.894 INFO O| Dec 13 20:39:23.894 INFO STEP 6 (ensure_dir) COMPLETE |
8053 | 2024-12-13T20:39:24.993Z | [ recovery-image] Dec 13 20:39:23.894 INFO O| Dec 13 20:39:23.894 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8054 | 2024-12-13T20:39:25.015Z | [ recovery-image] Dec 13 20:39:23.916 INFO O| Dec 13 20:39:23.916 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8055 | 2024-12-13T20:39:25.015Z | [ recovery-image] Dec 13 20:39:23.916 INFO O| Dec 13 20:39:23.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8056 | 2024-12-13T20:39:25.015Z | [ recovery-image] Dec 13 20:39:23.916 INFO O| Dec 13 20:39:23.916 INFO STEP 7 (ensure_dir) COMPLETE |
8057 | 2024-12-13T20:39:25.018Z | [ recovery-image] Dec 13 20:39:23.916 INFO O| Dec 13 20:39:23.916 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8058 | 2024-12-13T20:39:25.038Z | [ recovery-image] Dec 13 20:39:23.939 INFO O| Dec 13 20:39:23.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8059 | 2024-12-13T20:39:25.041Z | [ recovery-image] Dec 13 20:39:23.940 INFO O| Dec 13 20:39:23.940 INFO STEP 8 (remove_files) COMPLETE |
8060 | 2024-12-13T20:39:25.041Z | [ recovery-image] Dec 13 20:39:23.940 INFO O| Dec 13 20:39:23.940 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-13T20:39:25.064Z | [ recovery-image] Dec 13 20:39:23.965 INFO O| Dec 13 20:39:23.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8062 | 2024-12-13T20:39:25.064Z | [ recovery-image] Dec 13 20:39:23.965 INFO O| Dec 13 20:39:23.965 INFO STEP 9 (remove_files) COMPLETE |
8063 | 2024-12-13T20:39:25.068Z | [ recovery-image] Dec 13 20:39:23.965 INFO O| Dec 13 20:39:23.965 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8064 | 2024-12-13T20:39:25.147Z | [ recovery-image] Dec 13 20:39:24.048 INFO O| Dec 13 20:39:24.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8065 | 2024-12-13T20:39:25.149Z | [ recovery-image] Dec 13 20:39:24.049 INFO O| Dec 13 20:39:24.049 INFO STEP 10 (remove_files) COMPLETE |
8066 | 2024-12-13T20:39:25.149Z | [ recovery-image] Dec 13 20:39:24.049 INFO O| Dec 13 20:39:24.049 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8067 | 2024-12-13T20:39:25.168Z | [ recovery-image] Dec 13 20:39:24.069 INFO O| Dec 13 20:39:24.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8068 | 2024-12-13T20:39:25.168Z | [ recovery-image] Dec 13 20:39:24.069 INFO O| Dec 13 20:39:24.069 INFO STEP 11 (remove_files) COMPLETE |
8069 | 2024-12-13T20:39:25.168Z | [ recovery-image] Dec 13 20:39:24.069 INFO O| Dec 13 20:39:24.069 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8070 | 2024-12-13T20:39:25.189Z | [ recovery-image] Dec 13 20:39:24.090 INFO O| Dec 13 20:39:24.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8071 | 2024-12-13T20:39:25.192Z | [ recovery-image] Dec 13 20:39:24.091 INFO O| Dec 13 20:39:24.091 INFO STEP 12 (remove_files) COMPLETE |
8072 | 2024-12-13T20:39:25.192Z | [ recovery-image] Dec 13 20:39:24.091 INFO O| Dec 13 20:39:24.091 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8073 | 2024-12-13T20:39:25.212Z | [ recovery-image] Dec 13 20:39:24.113 INFO O| Dec 13 20:39:24.112 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8074 | 2024-12-13T20:39:25.212Z | [ recovery-image] Dec 13 20:39:24.113 INFO O| Dec 13 20:39:24.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8075 | 2024-12-13T20:39:25.215Z | [ recovery-image] Dec 13 20:39:24.113 INFO O| Dec 13 20:39:24.113 INFO STEP 13 (ensure_dir) COMPLETE |
8076 | 2024-12-13T20:39:25.215Z | [ recovery-image] Dec 13 20:39:24.113 INFO O| Dec 13 20:39:24.113 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8077 | 2024-12-13T20:39:25.232Z | [ recovery-image] Dec 13 20:39:24.133 INFO O| Dec 13 20:39:24.133 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8078 | 2024-12-13T20:39:25.232Z | [ recovery-image] Dec 13 20:39:24.133 INFO O| Dec 13 20:39:24.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8079 | 2024-12-13T20:39:25.235Z | [ recovery-image] Dec 13 20:39:24.133 INFO O| Dec 13 20:39:24.133 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8080 | 2024-12-13T20:39:25.235Z | [ recovery-image] Dec 13 20:39:24.134 INFO O| Dec 13 20:39:24.133 INFO STEP 14 (ensure_dir) COMPLETE |
8081 | 2024-12-13T20:39:25.235Z | [ recovery-image] Dec 13 20:39:24.134 INFO O| Dec 13 20:39:24.134 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8082 | 2024-12-13T20:39:25.254Z | [ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8083 | 2024-12-13T20:39:25.254Z | [ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8084 | 2024-12-13T20:39:25.254Z | [ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8085 | 2024-12-13T20:39:25.257Z | [ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO STEP 15 (ensure_dir) COMPLETE |
8086 | 2024-12-13T20:39:25.257Z | [ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8087 | 2024-12-13T20:39:25.280Z | [ recovery-image] Dec 13 20:39:24.181 INFO O| Dec 13 20:39:24.180 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8088 | 2024-12-13T20:39:25.280Z | [ recovery-image] Dec 13 20:39:24.181 INFO O| Dec 13 20:39:24.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8089 | 2024-12-13T20:39:25.282Z | [ recovery-image] Dec 13 20:39:24.181 INFO O| Dec 13 20:39:24.181 INFO STEP 16 (ensure_dir) COMPLETE |
8090 | 2024-12-13T20:39:25.282Z | [ recovery-image] Dec 13 20:39:24.181 INFO O| Dec 13 20:39:24.181 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8091 | 2024-12-13T20:39:25.302Z | [ recovery-image] Dec 13 20:39:24.203 INFO O| Dec 13 20:39:24.203 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8092 | 2024-12-13T20:39:25.304Z | [ recovery-image] Dec 13 20:39:24.203 INFO O| Dec 13 20:39:24.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8093 | 2024-12-13T20:39:25.304Z | [ recovery-image] Dec 13 20:39:24.204 INFO O| Dec 13 20:39:24.203 INFO STEP 17 (ensure_dir) COMPLETE |
8094 | 2024-12-13T20:39:25.305Z | [ recovery-image] Dec 13 20:39:24.204 INFO O| Dec 13 20:39:24.204 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8095 | 2024-12-13T20:39:25.359Z | [ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8096 | 2024-12-13T20:39:25.359Z | [ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8097 | 2024-12-13T20:39:25.362Z | [ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO ok! |
8098 | 2024-12-13T20:39:25.362Z | [ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO STEP 18 (ensure_symlink) COMPLETE |
8099 | 2024-12-13T20:39:25.362Z | [ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8100 | 2024-12-13T20:39:25.381Z | [ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8101 | 2024-12-13T20:39:25.381Z | [ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8102 | 2024-12-13T20:39:25.381Z | [ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO ok! |
8103 | 2024-12-13T20:39:25.381Z | [ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO STEP 19 (ensure_file) COMPLETE |
8104 | 2024-12-13T20:39:25.381Z | [ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8105 | 2024-12-13T20:39:25.402Z | [ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8106 | 2024-12-13T20:39:25.402Z | [ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8107 | 2024-12-13T20:39:25.404Z | [ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8108 | 2024-12-13T20:39:25.404Z | [ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO ok! |
8109 | 2024-12-13T20:39:25.404Z | [ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO STEP 20 (ensure_symlink) COMPLETE |
8110 | 2024-12-13T20:39:25.404Z | [ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8111 | 2024-12-13T20:39:25.431Z | [ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8112 | 2024-12-13T20:39:25.431Z | [ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8113 | 2024-12-13T20:39:25.431Z | [ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8114 | 2024-12-13T20:39:25.431Z | [ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO ok! |
8115 | 2024-12-13T20:39:25.434Z | [ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO STEP 21 (ensure_symlink) COMPLETE |
8116 | 2024-12-13T20:39:25.434Z | [ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8117 | 2024-12-13T20:39:25.453Z | [ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8118 | 2024-12-13T20:39:25.453Z | [ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8119 | 2024-12-13T20:39:25.458Z | [ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8120 | 2024-12-13T20:39:25.458Z | [ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO ok! |
8121 | 2024-12-13T20:39:25.458Z | [ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO STEP 22 (ensure_symlink) COMPLETE |
8122 | 2024-12-13T20:39:25.458Z | [ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8123 | 2024-12-13T20:39:25.475Z | [ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.375 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8124 | 2024-12-13T20:39:25.475Z | [ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8125 | 2024-12-13T20:39:25.475Z | [ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8126 | 2024-12-13T20:39:25.475Z | [ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO ok! |
8127 | 2024-12-13T20:39:25.477Z | [ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO STEP 23 (ensure_symlink) COMPLETE |
8128 | 2024-12-13T20:39:25.478Z | [ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8129 | 2024-12-13T20:39:25.494Z | [ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8130 | 2024-12-13T20:39:25.494Z | [ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 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 ... |
8131 | 2024-12-13T20:39:25.497Z | [ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8132 | 2024-12-13T20:39:25.497Z | [ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 INFO ok! |
8133 | 2024-12-13T20:39:25.497Z | [ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 INFO STEP 24 (ensure_file) COMPLETE |
8134 | 2024-12-13T20:39:25.497Z | [ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8135 | 2024-12-13T20:39:25.530Z | [ recovery-image] Dec 13 20:39:24.431 INFO O| Dec 13 20:39:24.431 INFO updating shadow file |
8136 | 2024-12-13T20:39:25.533Z | [ recovery-image] Dec 13 20:39:24.432 INFO O| Dec 13 20:39:24.432 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8137 | 2024-12-13T20:39:25.533Z | [ recovery-image] Dec 13 20:39:24.432 INFO O| Dec 13 20:39:24.432 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8138 | 2024-12-13T20:39:25.533Z | [ recovery-image] Dec 13 20:39:24.432 INFO O| Dec 13 20:39:24.432 INFO STEP 25 (shadow) COMPLETE |
8139 | 2024-12-13T20:39:25.533Z | [ recovery-image] Dec 13 20:39:24.432 INFO O| Dec 13 20:39:24.432 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8140 | 2024-12-13T20:39:25.564Z | [ recovery-image] Dec 13 20:39:24.465 INFO O| Dec 13 20:39:24.465 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8141 | 2024-12-13T20:39:25.564Z | [ recovery-image] Dec 13 20:39:24.465 INFO O| Dec 13 20:39:24.465 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8142 | 2024-12-13T20:39:25.567Z | [ recovery-image] Dec 13 20:39:24.466 INFO O| Dec 13 20:39:24.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8143 | 2024-12-13T20:39:25.567Z | [ recovery-image] Dec 13 20:39:24.466 INFO O| Dec 13 20:39:24.466 INFO ok! |
8144 | 2024-12-13T20:39:25.567Z | [ recovery-image] Dec 13 20:39:24.466 INFO O| Dec 13 20:39:24.466 INFO STEP 26 (ensure_file) COMPLETE |
8145 | 2024-12-13T20:39:25.567Z | [ recovery-image] Dec 13 20:39:24.466 INFO O| Dec 13 20:39:24.466 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8146 | 2024-12-13T20:39:25.612Z | [ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8147 | 2024-12-13T20:39:25.612Z | [ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8148 | 2024-12-13T20:39:25.614Z | [ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8149 | 2024-12-13T20:39:25.614Z | [ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO ok! |
8150 | 2024-12-13T20:39:25.614Z | [ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO STEP 27 (ensure_file) COMPLETE |
8151 | 2024-12-13T20:39:25.614Z | [ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8152 | 2024-12-13T20:39:25.634Z | [ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8153 | 2024-12-13T20:39:25.637Z | [ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8154 | 2024-12-13T20:39:25.637Z | [ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8155 | 2024-12-13T20:39:25.637Z | [ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8156 | 2024-12-13T20:39:25.637Z | [ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO ok! |
8157 | 2024-12-13T20:39:25.637Z | [ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO STEP 28 (ensure_file) COMPLETE |
8158 | 2024-12-13T20:39:25.637Z | [ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8159 | 2024-12-13T20:39:25.677Z | [ recovery-image] Dec 13 20:39:24.578 INFO O| Dec 13 20:39:24.578 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8160 | 2024-12-13T20:39:25.677Z | [ recovery-image] Dec 13 20:39:24.578 INFO O| Dec 13 20:39:24.578 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8161 | 2024-12-13T20:39:25.680Z | [ recovery-image] Dec 13 20:39:24.578 INFO O| Dec 13 20:39:24.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8162 | 2024-12-13T20:39:25.680Z | [ recovery-image] Dec 13 20:39:24.578 INFO O| Dec 13 20:39:24.578 INFO ok! |
8163 | 2024-12-13T20:39:25.680Z | [ recovery-image] Dec 13 20:39:24.579 INFO O| Dec 13 20:39:24.579 INFO STEP 29 (ensure_file) COMPLETE |
8164 | 2024-12-13T20:39:25.680Z | [ recovery-image] Dec 13 20:39:24.579 INFO O| Dec 13 20:39:24.579 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8165 | 2024-12-13T20:39:25.700Z | [ recovery-image] Dec 13 20:39:24.601 INFO O| Dec 13 20:39:24.601 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8166 | 2024-12-13T20:39:25.701Z | [ recovery-image] Dec 13 20:39:24.601 INFO O| Dec 13 20:39:24.601 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8167 | 2024-12-13T20:39:25.703Z | [ recovery-image] Dec 13 20:39:24.601 INFO O| Dec 13 20:39:24.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8168 | 2024-12-13T20:39:25.703Z | [ recovery-image] Dec 13 20:39:24.602 INFO O| Dec 13 20:39:24.601 INFO ok! |
8169 | 2024-12-13T20:39:25.703Z | [ recovery-image] Dec 13 20:39:24.602 INFO O| Dec 13 20:39:24.602 INFO STEP 30 (ensure_file) COMPLETE |
8170 | 2024-12-13T20:39:25.703Z | [ recovery-image] Dec 13 20:39:24.602 INFO O| Dec 13 20:39:24.602 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8171 | 2024-12-13T20:39:25.723Z | [ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.623 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8172 | 2024-12-13T20:39:25.723Z | [ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8173 | 2024-12-13T20:39:25.726Z | [ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8174 | 2024-12-13T20:39:25.726Z | [ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8175 | 2024-12-13T20:39:25.726Z | [ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO ok! |
8176 | 2024-12-13T20:39:25.726Z | [ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO STEP 31 (ensure_file) COMPLETE |
8177 | 2024-12-13T20:39:25.726Z | [ recovery-image] Dec 13 20:39:24.625 INFO O| Dec 13 20:39:24.624 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8178 | 2024-12-13T20:39:25.768Z | [ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8179 | 2024-12-13T20:39:25.768Z | [ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8180 | 2024-12-13T20:39:25.771Z | [ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8181 | 2024-12-13T20:39:25.771Z | [ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO ok! |
8182 | 2024-12-13T20:39:25.771Z | [ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO STEP 32 (ensure_file) COMPLETE |
8183 | 2024-12-13T20:39:25.771Z | [ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8184 | 2024-12-13T20:39:25.791Z | [ recovery-image] Dec 13 20:39:24.691 INFO O| Dec 13 20:39:24.691 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8185 | 2024-12-13T20:39:25.791Z | [ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8186 | 2024-12-13T20:39:25.793Z | [ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8187 | 2024-12-13T20:39:25.793Z | [ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO ok! |
8188 | 2024-12-13T20:39:25.793Z | [ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO STEP 33 (ensure_file) COMPLETE |
8189 | 2024-12-13T20:39:25.793Z | [ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8190 | 2024-12-13T20:39:25.835Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8191 | 2024-12-13T20:39:25.835Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8192 | 2024-12-13T20:39:25.835Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8193 | 2024-12-13T20:39:25.838Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8194 | 2024-12-13T20:39:25.838Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8195 | 2024-12-13T20:39:25.838Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8196 | 2024-12-13T20:39:25.838Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO ok! |
8197 | 2024-12-13T20:39:25.838Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO STEP 34 (ensure_file) COMPLETE |
8198 | 2024-12-13T20:39:25.838Z | [ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8199 | 2024-12-13T20:39:25.874Z | [ recovery-image] Dec 13 20:39:24.774 INFO O| Dec 13 20:39:24.774 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8200 | 2024-12-13T20:39:25.874Z | [ recovery-image] Dec 13 20:39:24.774 INFO O| Dec 13 20:39:24.774 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8201 | 2024-12-13T20:39:25.874Z | [ recovery-image] Dec 13 20:39:24.774 INFO O| Dec 13 20:39:24.774 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8202 | 2024-12-13T20:39:25.876Z | [ recovery-image] Dec 13 20:39:24.775 INFO O| Dec 13 20:39:24.774 INFO STEP 35 (ensure_dir) COMPLETE |
8203 | 2024-12-13T20:39:25.877Z | [ recovery-image] Dec 13 20:39:24.775 INFO O| Dec 13 20:39:24.774 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8204 | 2024-12-13T20:39:25.934Z | [ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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 |
8205 | 2024-12-13T20:39:25.934Z | [ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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 ... |
8206 | 2024-12-13T20:39:25.937Z | [ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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 |
8207 | 2024-12-13T20:39:25.937Z | [ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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 |
8208 | 2024-12-13T20:39:25.937Z | [ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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 |
8209 | 2024-12-13T20:39:25.937Z | [ recovery-image] Dec 13 20:39:24.836 INFO O| Dec 13 20:39:24.836 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 |
8210 | 2024-12-13T20:39:25.937Z | [ recovery-image] Dec 13 20:39:24.836 INFO O| Dec 13 20:39:24.836 INFO ok! |
8211 | 2024-12-13T20:39:25.937Z | [ recovery-image] Dec 13 20:39:24.836 INFO O| Dec 13 20:39:24.836 INFO STEP 36 (ensure_file) COMPLETE |
8212 | 2024-12-13T20:39:25.937Z | [ recovery-image] Dec 13 20:39:24.836 INFO O| Dec 13 20:39:24.836 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8213 | 2024-12-13T20:39:25.980Z | [ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8214 | 2024-12-13T20:39:25.980Z | [ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 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 ... |
8215 | 2024-12-13T20:39:25.980Z | [ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8216 | 2024-12-13T20:39:25.982Z | [ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO ok! |
8217 | 2024-12-13T20:39:25.982Z | [ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO STEP 37 (ensure_symlink) COMPLETE |
8218 | 2024-12-13T20:39:25.982Z | [ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8219 | 2024-12-13T20:39:26.095Z | [ recovery-image] Dec 13 20:39:24.995 INFO O| Dec 13 20:39:24.995 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8220 | 2024-12-13T20:39:26.095Z | [ recovery-image] Dec 13 20:39:24.995 INFO O| Dec 13 20:39:24.995 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8221 | 2024-12-13T20:39:26.097Z | [ recovery-image] Dec 13 20:39:24.995 INFO O| Dec 13 20:39:24.995 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8222 | 2024-12-13T20:39:26.097Z | [ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.995 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8223 | 2024-12-13T20:39:26.098Z | [ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.995 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8224 | 2024-12-13T20:39:26.098Z | [ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.996 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8225 | 2024-12-13T20:39:26.098Z | [ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.996 INFO ok! |
8226 | 2024-12-13T20:39:26.098Z | [ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.996 INFO STEP 38 (ensure_file) COMPLETE |
8227 | 2024-12-13T20:39:26.098Z | [ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.996 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8228 | 2024-12-13T20:39:26.156Z | [ recovery-image] Dec 13 20:39:25.056 INFO O| Dec 13 20:39:25.056 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8229 | 2024-12-13T20:39:26.156Z | [ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.056 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 ... |
8230 | 2024-12-13T20:39:26.156Z | [ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 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 |
8231 | 2024-12-13T20:39:26.160Z | [ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8232 | 2024-12-13T20:39:26.160Z | [ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 INFO ok! |
8233 | 2024-12-13T20:39:26.160Z | [ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 INFO STEP 39 (ensure_file) COMPLETE |
8234 | 2024-12-13T20:39:26.160Z | [ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8235 | 2024-12-13T20:39:26.179Z | [ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8236 | 2024-12-13T20:39:26.179Z | [ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8237 | 2024-12-13T20:39:26.179Z | [ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8238 | 2024-12-13T20:39:26.179Z | [ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO ok! |
8239 | 2024-12-13T20:39:26.181Z | [ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO STEP 40 (ensure_file) COMPLETE |
8240 | 2024-12-13T20:39:26.181Z | [ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8241 | 2024-12-13T20:39:26.202Z | [ recovery-image] Dec 13 20:39:25.103 INFO O| Dec 13 20:39:25.102 INFO updating shadow file |
8242 | 2024-12-13T20:39:26.204Z | [ recovery-image] Dec 13 20:39:25.103 INFO O| Dec 13 20:39:25.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8243 | 2024-12-13T20:39:26.204Z | [ recovery-image] Dec 13 20:39:25.103 INFO O| Dec 13 20:39:25.103 INFO STEP 41 (shadow) COMPLETE |
8244 | 2024-12-13T20:39:26.204Z | [ recovery-image] Dec 13 20:39:25.103 INFO O| Dec 13 20:39:25.103 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8245 | 2024-12-13T20:39:26.235Z | [ recovery-image] Dec 13 20:39:25.135 INFO O| Dec 13 20:39:25.135 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8246 | 2024-12-13T20:39:26.235Z | [ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8247 | 2024-12-13T20:39:26.238Z | [ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8248 | 2024-12-13T20:39:26.238Z | [ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8249 | 2024-12-13T20:39:26.238Z | [ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO ok! |
8250 | 2024-12-13T20:39:26.238Z | [ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO STEP 42 (ensure_file) COMPLETE |
8251 | 2024-12-13T20:39:26.238Z | [ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8252 | 2024-12-13T20:39:26.271Z | [ recovery-image] Dec 13 20:39:25.172 INFO O| Dec 13 20:39:25.172 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8253 | 2024-12-13T20:39:26.271Z | [ recovery-image] Dec 13 20:39:25.172 INFO O| Dec 13 20:39:25.172 INFO STEP 43 (ensure_dir) COMPLETE |
8254 | 2024-12-13T20:39:26.274Z | [ recovery-image] Dec 13 20:39:25.172 INFO O| Dec 13 20:39:25.172 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8255 | 2024-12-13T20:39:26.292Z | [ recovery-image] Dec 13 20:39:25.193 INFO O| Dec 13 20:39:25.193 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8256 | 2024-12-13T20:39:26.292Z | [ recovery-image] Dec 13 20:39:25.193 INFO O| Dec 13 20:39:25.193 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8257 | 2024-12-13T20:39:26.295Z | [ recovery-image] Dec 13 20:39:25.193 INFO O| Dec 13 20:39:25.193 INFO STEP 44 (ensure_dir) COMPLETE |
8258 | 2024-12-13T20:39:26.295Z | [ recovery-image] Dec 13 20:39:25.193 INFO O| Dec 13 20:39:25.193 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8259 | 2024-12-13T20:39:26.345Z | [ recovery-image] Dec 13 20:39:25.246 INFO O| Dec 13 20:39:25.246 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8260 | 2024-12-13T20:39:26.346Z | [ recovery-image] Dec 13 20:39:25.246 INFO O| Dec 13 20:39:25.246 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8261 | 2024-12-13T20:39:26.346Z | [ recovery-image] Dec 13 20:39:25.246 INFO O| Dec 13 20:39:25.246 INFO STEP 45 (ensure_dir) COMPLETE |
8262 | 2024-12-13T20:39:26.346Z | [ recovery-image] Dec 13 20:39:25.246 INFO O| Dec 13 20:39:25.246 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8263 | 2024-12-13T20:39:26.368Z | [ recovery-image] Dec 13 20:39:25.269 INFO O| Dec 13 20:39:25.268 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8264 | 2024-12-13T20:39:26.368Z | [ recovery-image] Dec 13 20:39:25.269 INFO O| Dec 13 20:39:25.269 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8265 | 2024-12-13T20:39:26.484Z | [ recovery-image] Dec 13 20:39:25.384 INFO O| Dec 13 20:39:25.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8266 | 2024-12-13T20:39:26.484Z | [ recovery-image] Dec 13 20:39:25.384 INFO O| Dec 13 20:39:25.384 INFO ok! |
8267 | 2024-12-13T20:39:26.484Z | [ recovery-image] Dec 13 20:39:25.384 INFO O| Dec 13 20:39:25.384 INFO STEP 46 (ensure_file) COMPLETE |
8268 | 2024-12-13T20:39:26.486Z | [ recovery-image] Dec 13 20:39:25.384 INFO O| Dec 13 20:39:25.384 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8269 | 2024-12-13T20:39:26.506Z | [ recovery-image] Dec 13 20:39:25.406 INFO O| Dec 13 20:39:25.406 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8270 | 2024-12-13T20:39:26.506Z | [ recovery-image] Dec 13 20:39:25.406 INFO O| Dec 13 20:39:25.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8271 | 2024-12-13T20:39:26.506Z | [ recovery-image] Dec 13 20:39:25.406 INFO O| Dec 13 20:39:25.406 INFO STEP 47 (ensure_dir) COMPLETE |
8272 | 2024-12-13T20:39:26.508Z | [ recovery-image] Dec 13 20:39:25.406 INFO O| Dec 13 20:39:25.406 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8273 | 2024-12-13T20:39:26.539Z | [ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8274 | 2024-12-13T20:39:26.540Z | [ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8275 | 2024-12-13T20:39:26.542Z | [ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8276 | 2024-12-13T20:39:26.542Z | [ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO ok! |
8277 | 2024-12-13T20:39:26.542Z | [ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO STEP 48 (ensure_file) COMPLETE |
8278 | 2024-12-13T20:39:26.542Z | [ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8279 | 2024-12-13T20:39:26.606Z | [ recovery-image] Dec 13 20:39:25.507 INFO O| Dec 13 20:39:25.507 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8280 | 2024-12-13T20:39:26.609Z | [ recovery-image] Dec 13 20:39:25.507 INFO O| Dec 13 20:39:25.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8281 | 2024-12-13T20:39:26.609Z | [ recovery-image] Dec 13 20:39:25.507 INFO O| Dec 13 20:39:25.507 INFO STEP 49 (ensure_dir) COMPLETE |
8282 | 2024-12-13T20:39:26.609Z | [ recovery-image] Dec 13 20:39:25.507 INFO O| Dec 13 20:39:25.507 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8283 | 2024-12-13T20:39:26.633Z | [ recovery-image] Dec 13 20:39:25.533 INFO O| Dec 13 20:39:25.533 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8284 | 2024-12-13T20:39:26.633Z | [ recovery-image] Dec 13 20:39:25.534 INFO O| Dec 13 20:39:25.534 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8285 | 2024-12-13T20:39:26.658Z | [ recovery-image] Dec 13 20:39:25.558 INFO O| Dec 13 20:39:25.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8286 | 2024-12-13T20:39:26.658Z | [ recovery-image] Dec 13 20:39:25.559 INFO O| Dec 13 20:39:25.559 INFO ok! |
8287 | 2024-12-13T20:39:26.658Z | [ recovery-image] Dec 13 20:39:25.559 INFO O| Dec 13 20:39:25.559 INFO STEP 50 (ensure_file) COMPLETE |
8288 | 2024-12-13T20:39:26.668Z | [ recovery-image] Dec 13 20:39:25.559 INFO O| Dec 13 20:39:25.559 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8289 | 2024-12-13T20:39:26.685Z | [ recovery-image] Dec 13 20:39:25.584 INFO O| Dec 13 20:39:25.584 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8290 | 2024-12-13T20:39:26.685Z | [ recovery-image] Dec 13 20:39:25.585 INFO O| Dec 13 20:39:25.584 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8291 | 2024-12-13T20:39:28.742Z | [ recovery-image] Dec 13 20:39:27.643 INFO O| Dec 13 20:39:27.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8292 | 2024-12-13T20:39:28.743Z | [ recovery-image] Dec 13 20:39:27.643 INFO O| Dec 13 20:39:27.643 INFO ok! |
8293 | 2024-12-13T20:39:28.743Z | [ recovery-image] Dec 13 20:39:27.643 INFO O| Dec 13 20:39:27.643 INFO STEP 51 (ensure_file) COMPLETE |
8294 | 2024-12-13T20:39:28.745Z | [ recovery-image] Dec 13 20:39:27.643 INFO O| Dec 13 20:39:27.643 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8295 | 2024-12-13T20:39:28.766Z | [ recovery-image] Dec 13 20:39:27.666 INFO O| Dec 13 20:39:27.666 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8296 | 2024-12-13T20:39:28.766Z | [ recovery-image] Dec 13 20:39:27.667 INFO O| Dec 13 20:39:27.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8297 | 2024-12-13T20:39:28.766Z | [ recovery-image] Dec 13 20:39:27.667 INFO O| Dec 13 20:39:27.667 INFO STEP 52 (ensure_dir) COMPLETE |
8298 | 2024-12-13T20:39:28.769Z | [ recovery-image] Dec 13 20:39:27.667 INFO O| Dec 13 20:39:27.667 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8299 | 2024-12-13T20:39:28.789Z | [ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.689 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8300 | 2024-12-13T20:39:28.789Z | [ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 INFO copying /tmp/.tmpVYZFEz/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 ... |
8301 | 2024-12-13T20:39:28.792Z | [ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 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 |
8302 | 2024-12-13T20:39:28.792Z | [ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 INFO ok! |
8303 | 2024-12-13T20:39:28.792Z | [ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 INFO STEP 53 (ensure_file) COMPLETE |
8304 | 2024-12-13T20:39:28.792Z | [ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8305 | 2024-12-13T20:39:28.828Z | [ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8306 | 2024-12-13T20:39:28.828Z | [ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO copying /tmp/.tmpVYZFEz/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 ... |
8307 | 2024-12-13T20:39:28.828Z | [ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 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 |
8308 | 2024-12-13T20:39:28.828Z | [ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO ok! |
8309 | 2024-12-13T20:39:28.830Z | [ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO STEP 54 (ensure_file) COMPLETE |
8310 | 2024-12-13T20:39:28.831Z | [ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8311 | 2024-12-13T20:39:28.850Z | [ recovery-image] Dec 13 20:39:27.750 INFO O| Dec 13 20:39:27.750 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8312 | 2024-12-13T20:39:28.850Z | [ recovery-image] Dec 13 20:39:27.750 INFO O| Dec 13 20:39:27.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8313 | 2024-12-13T20:39:28.854Z | [ recovery-image] Dec 13 20:39:27.750 INFO O| Dec 13 20:39:27.750 INFO STEP 55 (ensure_dir) COMPLETE |
8314 | 2024-12-13T20:39:28.854Z | [ recovery-image] Dec 13 20:39:27.750 INFO O| Dec 13 20:39:27.750 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8315 | 2024-12-13T20:39:28.910Z | [ recovery-image] Dec 13 20:39:27.810 INFO O| Dec 13 20:39:27.810 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8316 | 2024-12-13T20:39:28.910Z | [ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.810 INFO copying /tmp/.tmpVYZFEz/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 ... |
8317 | 2024-12-13T20:39:28.910Z | [ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8318 | 2024-12-13T20:39:28.913Z | [ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.811 INFO ok! |
8319 | 2024-12-13T20:39:28.913Z | [ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.811 INFO STEP 56 (ensure_file) COMPLETE |
8320 | 2024-12-13T20:39:28.913Z | [ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.811 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8321 | 2024-12-13T20:39:28.954Z | [ recovery-image] Dec 13 20:39:27.854 INFO O| Dec 13 20:39:27.854 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8322 | 2024-12-13T20:39:28.954Z | [ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.854 INFO copying /tmp/.tmpVYZFEz/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 ... |
8323 | 2024-12-13T20:39:28.957Z | [ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.855 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 |
8324 | 2024-12-13T20:39:28.957Z | [ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.855 INFO ok! |
8325 | 2024-12-13T20:39:28.957Z | [ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.855 INFO STEP 57 (ensure_file) COMPLETE |
8326 | 2024-12-13T20:39:28.957Z | [ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.855 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8327 | 2024-12-13T20:39:28.977Z | [ recovery-image] Dec 13 20:39:27.877 INFO O| Dec 13 20:39:27.877 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8328 | 2024-12-13T20:39:28.980Z | [ recovery-image] Dec 13 20:39:27.878 INFO O| Dec 13 20:39:27.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8329 | 2024-12-13T20:39:28.980Z | [ recovery-image] Dec 13 20:39:27.878 INFO O| Dec 13 20:39:27.878 INFO STEP 58 (ensure_dir) COMPLETE |
8330 | 2024-12-13T20:39:28.980Z | [ recovery-image] Dec 13 20:39:27.878 INFO O| Dec 13 20:39:27.878 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8331 | 2024-12-13T20:39:29.003Z | [ recovery-image] Dec 13 20:39:27.901 INFO O| Dec 13 20:39:27.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8332 | 2024-12-13T20:39:29.003Z | [ recovery-image] Dec 13 20:39:27.901 INFO O| Dec 13 20:39:27.901 INFO copying /tmp/.tmpVYZFEz/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 ... |
8333 | 2024-12-13T20:39:29.006Z | [ recovery-image] Dec 13 20:39:27.901 INFO O| Dec 13 20:39:27.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8334 | 2024-12-13T20:39:29.006Z | [ recovery-image] Dec 13 20:39:27.902 INFO O| Dec 13 20:39:27.901 INFO ok! |
8335 | 2024-12-13T20:39:29.006Z | [ recovery-image] Dec 13 20:39:27.902 INFO O| Dec 13 20:39:27.902 INFO STEP 59 (ensure_file) COMPLETE |
8336 | 2024-12-13T20:39:29.006Z | [ recovery-image] Dec 13 20:39:27.902 INFO O| Dec 13 20:39:27.902 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8337 | 2024-12-13T20:39:29.039Z | [ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8338 | 2024-12-13T20:39:29.039Z | [ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8339 | 2024-12-13T20:39:29.039Z | [ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8340 | 2024-12-13T20:39:29.041Z | [ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO ok! |
8341 | 2024-12-13T20:39:29.041Z | [ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO STEP 60 (ensure_file) COMPLETE |
8342 | 2024-12-13T20:39:29.041Z | [ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8343 | 2024-12-13T20:39:29.135Z | [ recovery-image] Dec 13 20:39:28.035 INFO O| Dec 13 20:39:28.035 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8344 | 2024-12-13T20:39:29.135Z | [ recovery-image] Dec 13 20:39:28.035 INFO O| Dec 13 20:39:28.035 INFO STEP 61 (ensure_dir) COMPLETE |
8345 | 2024-12-13T20:39:29.135Z | [ recovery-image] Dec 13 20:39:28.035 INFO O| Dec 13 20:39:28.035 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8346 | 2024-12-13T20:39:29.157Z | [ recovery-image] Dec 13 20:39:28.056 INFO O| Dec 13 20:39:28.056 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8347 | 2024-12-13T20:39:29.157Z | [ recovery-image] Dec 13 20:39:28.056 INFO O| Dec 13 20:39:28.056 INFO STEP 62 (ensure_dir) COMPLETE |
8348 | 2024-12-13T20:39:29.157Z | [ recovery-image] Dec 13 20:39:28.056 INFO O| Dec 13 20:39:28.056 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8349 | 2024-12-13T20:39:29.197Z | [ recovery-image] Dec 13 20:39:28.097 INFO O| Dec 13 20:39:28.097 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8350 | 2024-12-13T20:39:29.200Z | [ recovery-image] Dec 13 20:39:28.097 INFO O| Dec 13 20:39:28.097 INFO STEP 63 (ensure_dir) COMPLETE |
8351 | 2024-12-13T20:39:29.200Z | [ recovery-image] Dec 13 20:39:28.097 INFO O| Dec 13 20:39:28.097 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8352 | 2024-12-13T20:39:29.230Z | [ recovery-image] Dec 13 20:39:28.131 INFO O| Dec 13 20:39:28.130 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8353 | 2024-12-13T20:39:29.231Z | [ recovery-image] Dec 13 20:39:28.131 INFO O| Dec 13 20:39:28.131 INFO STEP 64 (ensure_dir) COMPLETE |
8354 | 2024-12-13T20:39:29.231Z | [ recovery-image] Dec 13 20:39:28.131 INFO O| Dec 13 20:39:28.131 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8355 | 2024-12-13T20:39:29.271Z | [ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8356 | 2024-12-13T20:39:29.271Z | [ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8357 | 2024-12-13T20:39:29.271Z | [ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8358 | 2024-12-13T20:39:29.274Z | [ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO ok! |
8359 | 2024-12-13T20:39:29.274Z | [ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO STEP 65 (ensure_file) COMPLETE |
8360 | 2024-12-13T20:39:29.274Z | [ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8361 | 2024-12-13T20:39:29.303Z | [ recovery-image] Dec 13 20:39:28.203 INFO O| Dec 13 20:39:28.203 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8362 | 2024-12-13T20:39:29.305Z | [ recovery-image] Dec 13 20:39:28.204 INFO O| Dec 13 20:39:28.204 INFO STEP 66 (remove_files) COMPLETE |
8363 | 2024-12-13T20:39:29.305Z | [ recovery-image] Dec 13 20:39:28.204 INFO O| Dec 13 20:39:28.204 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8364 | 2024-12-13T20:39:29.339Z | [ recovery-image] Dec 13 20:39:28.239 INFO O| Dec 13 20:39:28.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8365 | 2024-12-13T20:39:29.341Z | [ recovery-image] Dec 13 20:39:28.239 INFO O| Dec 13 20:39:28.239 INFO STEP 67 (remove_files) COMPLETE |
8366 | 2024-12-13T20:39:29.341Z | [ recovery-image] Dec 13 20:39:28.239 INFO O| Dec 13 20:39:28.239 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8367 | 2024-12-13T20:39:29.378Z | [ recovery-image] Dec 13 20:39:28.278 INFO O| Dec 13 20:39:28.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8368 | 2024-12-13T20:39:29.381Z | [ recovery-image] Dec 13 20:39:28.279 INFO O| Dec 13 20:39:28.278 INFO STEP 68 (remove_files) COMPLETE |
8369 | 2024-12-13T20:39:29.381Z | [ recovery-image] Dec 13 20:39:28.279 INFO O| Dec 13 20:39:28.279 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8370 | 2024-12-13T20:39:29.409Z | [ recovery-image] Dec 13 20:39:28.309 INFO O| Dec 13 20:39:28.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8371 | 2024-12-13T20:39:29.412Z | [ recovery-image] Dec 13 20:39:28.309 INFO O| Dec 13 20:39:28.309 INFO STEP 69 (remove_files) COMPLETE |
8372 | 2024-12-13T20:39:29.412Z | [ recovery-image] Dec 13 20:39:28.309 INFO O| Dec 13 20:39:28.309 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8373 | 2024-12-13T20:39:29.533Z | [ recovery-image] Dec 13 20:39:28.433 INFO O| Dec 13 20:39:28.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8374 | 2024-12-13T20:39:29.535Z | [ recovery-image] Dec 13 20:39:28.433 INFO O| Dec 13 20:39:28.433 INFO STEP 70 (remove_files) COMPLETE |
8375 | 2024-12-13T20:39:29.535Z | [ recovery-image] Dec 13 20:39:28.433 INFO O| Dec 13 20:39:28.433 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8376 | 2024-12-13T20:39:29.554Z | [ recovery-image] Dec 13 20:39:28.454 INFO O| Dec 13 20:39:28.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8377 | 2024-12-13T20:39:29.557Z | [ recovery-image] Dec 13 20:39:28.454 INFO O| Dec 13 20:39:28.454 INFO STEP 71 (remove_files) COMPLETE |
8378 | 2024-12-13T20:39:29.557Z | [ recovery-image] Dec 13 20:39:28.455 INFO O| Dec 13 20:39:28.454 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8379 | 2024-12-13T20:39:29.577Z | [ recovery-image] Dec 13 20:39:28.477 INFO O| Dec 13 20:39:28.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8380 | 2024-12-13T20:39:29.577Z | [ recovery-image] Dec 13 20:39:28.477 INFO O| Dec 13 20:39:28.477 INFO STEP 72 (remove_files) COMPLETE |
8381 | 2024-12-13T20:39:29.577Z | [ recovery-image] Dec 13 20:39:28.477 INFO O| Dec 13 20:39:28.477 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8382 | 2024-12-13T20:39:29.600Z | [ recovery-image] Dec 13 20:39:28.500 INFO O| Dec 13 20:39:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8383 | 2024-12-13T20:39:29.600Z | [ recovery-image] Dec 13 20:39:28.500 INFO O| Dec 13 20:39:28.500 INFO STEP 73 (remove_files) COMPLETE |
8384 | 2024-12-13T20:39:29.603Z | [ recovery-image] Dec 13 20:39:28.501 INFO O| Dec 13 20:39:28.500 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-13T20:39:29.625Z | [ recovery-image] Dec 13 20:39:28.526 INFO O| Dec 13 20:39:28.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8386 | 2024-12-13T20:39:29.628Z | [ recovery-image] Dec 13 20:39:28.526 INFO O| Dec 13 20:39:28.526 INFO STEP 74 (remove_files) COMPLETE |
8387 | 2024-12-13T20:39:29.628Z | [ recovery-image] Dec 13 20:39:28.526 INFO O| Dec 13 20:39:28.526 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-13T20:39:29.674Z | [ recovery-image] Dec 13 20:39:28.574 INFO O| Dec 13 20:39:28.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8389 | 2024-12-13T20:39:29.674Z | [ recovery-image] Dec 13 20:39:28.574 INFO O| Dec 13 20:39:28.574 INFO STEP 75 (remove_files) COMPLETE |
8390 | 2024-12-13T20:39:29.674Z | [ recovery-image] Dec 13 20:39:28.574 INFO O| Dec 13 20:39:28.574 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-13T20:39:29.727Z | [ recovery-image] Dec 13 20:39:28.627 INFO O| Dec 13 20:39:28.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8392 | 2024-12-13T20:39:29.727Z | [ recovery-image] Dec 13 20:39:28.627 INFO O| Dec 13 20:39:28.627 INFO STEP 76 (remove_files) COMPLETE |
8393 | 2024-12-13T20:39:29.730Z | [ recovery-image] Dec 13 20:39:28.627 INFO O| Dec 13 20:39:28.627 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-13T20:39:29.753Z | [ recovery-image] Dec 13 20:39:28.653 INFO O| Dec 13 20:39:28.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8395 | 2024-12-13T20:39:29.753Z | [ recovery-image] Dec 13 20:39:28.653 INFO O| Dec 13 20:39:28.653 INFO STEP 77 (remove_files) COMPLETE |
8396 | 2024-12-13T20:39:29.753Z | [ recovery-image] Dec 13 20:39:28.653 INFO O| Dec 13 20:39:28.653 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-13T20:39:29.792Z | [ recovery-image] Dec 13 20:39:28.692 INFO O| Dec 13 20:39:28.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8398 | 2024-12-13T20:39:29.795Z | [ recovery-image] Dec 13 20:39:28.692 INFO O| Dec 13 20:39:28.692 INFO STEP 78 (remove_files) COMPLETE |
8399 | 2024-12-13T20:39:29.795Z | [ recovery-image] Dec 13 20:39:28.692 INFO O| Dec 13 20:39:28.692 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-13T20:39:29.818Z | [ recovery-image] Dec 13 20:39:28.718 INFO O| Dec 13 20:39:28.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8401 | 2024-12-13T20:39:29.821Z | [ recovery-image] Dec 13 20:39:28.719 INFO O| Dec 13 20:39:28.719 INFO STEP 79 (remove_files) COMPLETE |
8402 | 2024-12-13T20:39:29.821Z | [ recovery-image] Dec 13 20:39:28.719 INFO O| Dec 13 20:39:28.719 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-13T20:39:29.851Z | [ recovery-image] Dec 13 20:39:28.750 INFO O| Dec 13 20:39:28.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8404 | 2024-12-13T20:39:29.851Z | [ recovery-image] Dec 13 20:39:28.750 INFO O| Dec 13 20:39:28.750 INFO STEP 80 (remove_files) COMPLETE |
8405 | 2024-12-13T20:39:29.851Z | [ recovery-image] Dec 13 20:39:28.750 INFO O| Dec 13 20:39:28.750 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-13T20:39:29.887Z | [ recovery-image] Dec 13 20:39:28.787 INFO O| Dec 13 20:39:28.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8407 | 2024-12-13T20:39:29.887Z | [ recovery-image] Dec 13 20:39:28.787 INFO O| Dec 13 20:39:28.787 INFO STEP 81 (remove_files) COMPLETE |
8408 | 2024-12-13T20:39:29.887Z | [ recovery-image] Dec 13 20:39:28.787 INFO O| Dec 13 20:39:28.787 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-13T20:39:29.924Z | [ recovery-image] Dec 13 20:39:28.824 INFO O| Dec 13 20:39:28.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8410 | 2024-12-13T20:39:29.926Z | [ recovery-image] Dec 13 20:39:28.824 INFO O| Dec 13 20:39:28.824 INFO STEP 82 (remove_files) COMPLETE |
8411 | 2024-12-13T20:39:29.926Z | [ recovery-image] Dec 13 20:39:28.825 INFO O| Dec 13 20:39:28.824 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8412 | 2024-12-13T20:39:29.949Z | [ recovery-image] Dec 13 20:39:28.849 INFO O| Dec 13 20:39:28.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8413 | 2024-12-13T20:39:29.951Z | [ recovery-image] Dec 13 20:39:28.849 INFO O| Dec 13 20:39:28.849 INFO STEP 83 (remove_files) COMPLETE |
8414 | 2024-12-13T20:39:29.951Z | [ recovery-image] Dec 13 20:39:28.850 INFO O| Dec 13 20:39:28.850 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8415 | 2024-12-13T20:39:29.979Z | [ recovery-image] Dec 13 20:39:28.879 INFO O| Dec 13 20:39:28.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8416 | 2024-12-13T20:39:29.981Z | [ recovery-image] Dec 13 20:39:28.879 INFO O| Dec 13 20:39:28.879 INFO STEP 84 (remove_files) COMPLETE |
8417 | 2024-12-13T20:39:29.981Z | [ recovery-image] Dec 13 20:39:28.879 INFO O| Dec 13 20:39:28.879 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-13T20:39:30.001Z | [ recovery-image] Dec 13 20:39:28.901 INFO O| Dec 13 20:39:28.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8419 | 2024-12-13T20:39:30.001Z | [ recovery-image] Dec 13 20:39:28.901 INFO O| Dec 13 20:39:28.901 INFO STEP 85 (remove_files) COMPLETE |
8420 | 2024-12-13T20:39:30.004Z | [ recovery-image] Dec 13 20:39:28.901 INFO O| Dec 13 20:39:28.901 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-13T20:39:30.022Z | [ recovery-image] Dec 13 20:39:28.922 INFO O| Dec 13 20:39:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8422 | 2024-12-13T20:39:30.022Z | [ recovery-image] Dec 13 20:39:28.922 INFO O| Dec 13 20:39:28.922 INFO STEP 86 (remove_files) COMPLETE |
8423 | 2024-12-13T20:39:30.025Z | [ recovery-image] Dec 13 20:39:28.922 INFO O| Dec 13 20:39:28.922 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-13T20:39:30.042Z | [ recovery-image] Dec 13 20:39:28.942 INFO O| Dec 13 20:39:28.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8425 | 2024-12-13T20:39:30.042Z | [ recovery-image] Dec 13 20:39:28.942 INFO O| Dec 13 20:39:28.942 INFO STEP 87 (remove_files) COMPLETE |
8426 | 2024-12-13T20:39:30.042Z | [ recovery-image] Dec 13 20:39:28.942 INFO O| Dec 13 20:39:28.942 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-13T20:39:30.085Z | [ recovery-image] Dec 13 20:39:28.985 INFO O| Dec 13 20:39:28.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8428 | 2024-12-13T20:39:30.085Z | [ recovery-image] Dec 13 20:39:28.985 INFO O| Dec 13 20:39:28.985 INFO STEP 88 (remove_files) COMPLETE |
8429 | 2024-12-13T20:39:30.085Z | [ recovery-image] Dec 13 20:39:28.985 INFO O| Dec 13 20:39:28.985 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8430 | 2024-12-13T20:39:30.139Z | [ recovery-image] Dec 13 20:39:29.039 INFO O| Dec 13 20:39:29.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8431 | 2024-12-13T20:39:30.139Z | [ recovery-image] Dec 13 20:39:29.039 INFO O| Dec 13 20:39:29.039 INFO STEP 89 (remove_files) COMPLETE |
8432 | 2024-12-13T20:39:30.142Z | [ recovery-image] Dec 13 20:39:29.039 INFO O| Dec 13 20:39:29.039 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8433 | 2024-12-13T20:39:30.160Z | [ recovery-image] Dec 13 20:39:29.059 INFO O| Dec 13 20:39:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8434 | 2024-12-13T20:39:30.160Z | [ recovery-image] Dec 13 20:39:29.059 INFO O| Dec 13 20:39:29.059 INFO STEP 90 (remove_files) COMPLETE |
8435 | 2024-12-13T20:39:30.160Z | [ recovery-image] Dec 13 20:39:29.059 INFO O| Dec 13 20:39:29.059 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8436 | 2024-12-13T20:39:30.179Z | [ recovery-image] Dec 13 20:39:29.078 INFO O| Dec 13 20:39:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8437 | 2024-12-13T20:39:30.179Z | [ recovery-image] Dec 13 20:39:29.078 INFO O| Dec 13 20:39:29.078 INFO STEP 91 (remove_files) COMPLETE |
8438 | 2024-12-13T20:39:30.179Z | [ recovery-image] Dec 13 20:39:29.078 INFO O| Dec 13 20:39:29.078 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8439 | 2024-12-13T20:39:30.197Z | [ recovery-image] Dec 13 20:39:29.097 INFO O| Dec 13 20:39:29.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8440 | 2024-12-13T20:39:30.197Z | [ recovery-image] Dec 13 20:39:29.097 INFO O| Dec 13 20:39:29.097 INFO STEP 92 (remove_files) COMPLETE |
8441 | 2024-12-13T20:39:30.197Z | [ recovery-image] Dec 13 20:39:29.097 INFO O| Dec 13 20:39:29.097 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8442 | 2024-12-13T20:39:30.234Z | [ recovery-image] Dec 13 20:39:29.133 INFO O| Dec 13 20:39:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8443 | 2024-12-13T20:39:30.234Z | [ recovery-image] Dec 13 20:39:29.134 INFO O| Dec 13 20:39:29.134 INFO STEP 93 (remove_files) COMPLETE |
8444 | 2024-12-13T20:39:30.234Z | [ recovery-image] Dec 13 20:39:29.134 INFO O| Dec 13 20:39:29.134 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8445 | 2024-12-13T20:39:30.616Z | [ recovery-image] Dec 13 20:39:29.188 INFO O| Dec 13 20:39:29.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8446 | 2024-12-13T20:39:30.616Z | [ recovery-image] Dec 13 20:39:29.188 INFO O| Dec 13 20:39:29.188 INFO STEP 94 (remove_files) COMPLETE |
8447 | 2024-12-13T20:39:30.622Z | [ recovery-image] Dec 13 20:39:29.188 INFO O| Dec 13 20:39:29.188 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8448 | 2024-12-13T20:39:30.622Z | [ recovery-image] Dec 13 20:39:29.240 INFO O| Dec 13 20:39:29.240 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8449 | 2024-12-13T20:39:30.622Z | [ recovery-image] Dec 13 20:39:29.241 INFO O| Dec 13 20:39:29.240 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8450 | 2024-12-13T20:39:44.398Z | [ recovery-image] Dec 13 20:39:43.295 INFO O| Dec 13 20:39:43.295 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 |
8451 | 2024-12-13T20:39:44.398Z | [ recovery-image] Dec 13 20:39:43.295 INFO O| Dec 13 20:39:43.295 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8452 | 2024-12-13T20:39:44.422Z | [ recovery-image] Dec 13 20:39:43.318 INFO O| Dec 13 20:39:43.318 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_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"} |
8453 | 2024-12-13T20:39:44.555Z | [ recovery-image] Dec 13 20:39:43.453 INFO O| Dec 13 20:39:43.453 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8454 | 2024-12-13T20:39:44.558Z | [ recovery-image] Dec 13 20:39:43.453 INFO O| Dec 13 20:39:43.453 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 ... |
8455 | 2024-12-13T20:39:44.560Z | [ recovery-image] Dec 13 20:39:43.455 INFO O| Dec 13 20:39:43.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8456 | 2024-12-13T20:39:44.560Z | [ recovery-image] Dec 13 20:39:43.455 INFO O| Dec 13 20:39:43.455 INFO ok! |
8457 | 2024-12-13T20:39:44.560Z | [ recovery-image] Dec 13 20:39:43.455 INFO O| Dec 13 20:39:43.455 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8458 | 2024-12-13T20:39:44.560Z | [ recovery-image] Dec 13 20:39:43.456 INFO O| Dec 13 20:39:43.456 INFO STEP 95 (seed_smf) COMPLETE |
8459 | 2024-12-13T20:39:44.560Z | [ recovery-image] Dec 13 20:39:43.456 INFO O| Dec 13 20:39:43.456 INFO steps complete; finalising image! |
8460 | 2024-12-13T20:39:44.560Z | [ recovery-image] Dec 13 20:39:43.456 INFO O| Dec 13 20:39:43.456 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8461 | 2024-12-13T20:39:44.633Z | [ recovery-image] Dec 13 20:39:43.530 INFO O| Dec 13 20:39:43.530 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 13 20:39:43 2024) |
8462 | 2024-12-13T20:39:44.844Z | [ recovery-image] Dec 13 20:39:43.741 INFO O| Dec 13 20:39:43.741 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Dec 13 20:39:43 2024) |
8463 | 2024-12-13T20:39:45.129Z | [ recovery-image] Dec 13 20:39:44.027 INFO O| Dec 13 20:39:44.026 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8464 | 2024-12-13T20:39:45.130Z | [ recovery-image] Dec 13 20:39:44.027 INFO O| Dec 13 20:39:44.027 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8465 | 2024-12-13T20:39:45.872Z | [ recovery-image] Dec 13 20:39:44.769 INFO O| Dec 13 20:39:44.769 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-13T20:39:45.872Z | [ recovery-image] Dec 13 20:39:44.769 INFO O| Dec 13 20:39:44.769 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8467 | 2024-12-13T20:39:51.918Z | [ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8468 | 2024-12-13T20:39:51.918Z | [ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8469 | 2024-12-13T20:39:51.921Z | [ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8470 | 2024-12-13T20:39:51.921Z | [ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO completed processing gimlet/zfs-recovery |
8471 | 2024-12-13T20:39:51.921Z | [ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8472 | 2024-12-13T20:39:52.190Z | [ recovery-image] Dec 13 20:39:51.085 INFO O| Dec 13 20:39:51.085 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8473 | 2024-12-13T20:39:52.318Z | [ recovery-image] Dec 13 20:39:51.214 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
8474 | 2024-12-13T20:39:52.321Z | [ recovery-image] Dec 13 20:39:51.215 INFO expanded image name: "recovery 51ce5fb/${os_short_commit} 2024-12-13 20:09" -> "recovery 51ce5fb/92ea229 2024-12-13 20:09" |
8475 | 2024-12-13T20:39:52.321Z | [ recovery-image] Dec 13 20:39:51.215 INFO output artefacts stored in: "/work/os-recovery" |
8476 | 2024-12-13T20:39:52.321Z | [ recovery-image] Dec 13 20:39:51.216 INFO collecting git info from project "image-builder"... |
8477 | 2024-12-13T20:39:52.361Z | [ recovery-image] Dec 13 20:39:51.257 INFO collecting git info from project "amd-host-image-builder"... |
8478 | 2024-12-13T20:39:52.520Z | [ recovery-image] Dec 13 20:39:51.415 INFO collecting git info from project "phbl"... |
8479 | 2024-12-13T20:39:52.532Z | [ recovery-image] Dec 13 20:39:51.427 INFO collecting git info from project "chelsio-t6-roms"... |
8480 | 2024-12-13T20:39:52.553Z | [ recovery-image] Dec 13 20:39:51.447 INFO collecting git info from project "pinprick"... |
8481 | 2024-12-13T20:39:52.580Z | [ recovery-image] Dec 13 20:39:51.475 INFO collecting git info from project "pilot"... |
8482 | 2024-12-13T20:39:52.739Z | [ recovery-image] Dec 13 20:39:51.635 INFO collecting git info from project "bootserver"... |
8483 | 2024-12-13T20:39:52.791Z | [ recovery-image] Dec 13 20:39:51.687 INFO collecting git info from project "amd-firmware"... |
8484 | 2024-12-13T20:39:52.969Z | [ recovery-image] Dec 13 20:39:51.865 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8485 | 2024-12-13T20:39:54.193Z | [ recovery-image] Dec 13 20:39:53.088 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8486 | 2024-12-13T20:39:54.933Z | [ recovery-image] Dec 13 20:39:53.828 INFO creating Oxide boot image... |
8487 | 2024-12-13T20:39:54.933Z | [ recovery-image] Dec 13 20:39:53.829 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 51ce5fb/92ea229 2024-12-13 20:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8488 | 2024-12-13T20:40:52.662Z | [ recovery-image] Dec 13 20:40:51.546 INFO O| ok, image written! |
8489 | 2024-12-13T20:40:52.664Z | [ recovery-image] Dec 13 20:40:51.546 INFO O| ok, boot_image_csum file written! |
8490 | 2024-12-13T20:40:52.668Z | [ recovery-image] Dec 13 20:40:51.552 INFO creating boot archive (CPIO)... |
8491 | 2024-12-13T20:40:52.668Z | [ recovery-image] Dec 13 20:40:51.552 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 |
8492 | 2024-12-13T20:40:52.681Z | [ recovery-image] Dec 13 20:40:51.565 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8493 | 2024-12-13T20:40:52.681Z | [ recovery-image] Dec 13 20:40:51.565 INFO E| + outfile=/work/os-recovery/cpio |
8494 | 2024-12-13T20:40:52.681Z | [ recovery-image] Dec 13 20:40:51.565 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8495 | 2024-12-13T20:40:52.685Z | [ recovery-image] Dec 13 20:40:51.569 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8496 | 2024-12-13T20:40:52.688Z | [ recovery-image] Dec 13 20:40:51.570 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8497 | 2024-12-13T20:40:52.734Z | [ recovery-image] Dec 13 20:40:51.618 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8498 | 2024-12-13T20:40:52.736Z | [ recovery-image] Dec 13 20:40:51.619 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8499 | 2024-12-13T20:40:52.745Z | [ recovery-image] Dec 13 20:40:51.630 INFO creating compressed cpio/unix for nanobl-rs... |
8500 | 2024-12-13T20:40:52.746Z | [ recovery-image] Dec 13 20:40:51.630 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 |
8501 | 2024-12-13T20:40:53.155Z | [ recovery-image] Dec 13 20:40:52.039 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8502 | 2024-12-13T20:40:59.209Z | [ recovery-image] Dec 13 20:40:58.091 INFO creating reset image... |
8503 | 2024-12-13T20:40:59.209Z | [ recovery-image] Dec 13 20:40:58.092 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8504 | 2024-12-13T20:40:59.937Z | [ recovery-image] Dec 13 20:40:58.820 INFO E| Updating crates.io index |
8505 | 2024-12-13T20:41:00.264Z | [ host-image] Dec 13 20:40:59.147 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z |
8506 | 2024-12-13T20:41:00.267Z | [ host-image] Dec 13 20:40:59.147 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z |
8507 | 2024-12-13T20:41:00.267Z | [ host-image] Dec 13 20:40:59.147 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8508 | 2024-12-13T20:41:00.268Z | [ host-image] Dec 13 20:40:59.148 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8509 | 2024-12-13T20:41:00.268Z | [ host-image] Dec 13 20:40:59.148 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8510 | 2024-12-13T20:41:00.268Z | [ host-image] Dec 13 20:40:59.148 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8511 | 2024-12-13T20:41:00.268Z | [ host-image] Dec 13 20:40:59.149 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8512 | 2024-12-13T20:41:00.268Z | [ host-image] Dec 13 20:40:59.149 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8513 | 2024-12-13T20:41:00.275Z | [ host-image] Dec 13 20:40:59.149 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8514 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.150 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8515 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.150 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z |
8516 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.152 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z |
8517 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.154 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z |
8518 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.154 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z |
8519 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.154 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8520 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.155 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z |
8521 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.156 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z |
8522 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z |
8523 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z |
8524 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z |
8525 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z |
8526 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z |
8527 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z |
8528 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.159 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z |
8529 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.159 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z |
8530 | 2024-12-13T20:41:00.278Z | [ host-image] Dec 13 20:40:59.160 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z |
8531 | 2024-12-13T20:41:00.279Z | [ host-image] Dec 13 20:40:59.160 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z |
8532 | 2024-12-13T20:41:00.279Z | [ host-image] Dec 13 20:40:59.160 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z |
8533 | 2024-12-13T20:41:00.279Z | [ host-image] Dec 13 20:40:59.160 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z |
8534 | 2024-12-13T20:41:00.279Z | [ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8535 | 2024-12-13T20:41:00.282Z | [ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z |
8536 | 2024-12-13T20:41:00.282Z | [ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z |
8537 | 2024-12-13T20:41:00.282Z | [ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z |
8538 | 2024-12-13T20:41:00.282Z | [ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z |
8539 | 2024-12-13T20:41:00.282Z | [ host-image] Dec 13 20:40:59.163 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z |
8540 | 2024-12-13T20:41:00.283Z | [ host-image] Dec 13 20:40:59.163 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z |
8541 | 2024-12-13T20:41:00.294Z | [ host-image] Dec 13 20:40:59.177 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8542 | 2024-12-13T20:41:00.294Z | [ host-image] Dec 13 20:40:59.177 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z |
8543 | 2024-12-13T20:41:00.297Z | [ host-image] Dec 13 20:40:59.177 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8544 | 2024-12-13T20:41:00.297Z | [ host-image] Dec 13 20:40:59.178 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8545 | 2024-12-13T20:41:00.297Z | [ host-image] Dec 13 20:40:59.178 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8546 | 2024-12-13T20:41:00.297Z | [ host-image] Dec 13 20:40:59.179 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z |
8547 | 2024-12-13T20:41:00.298Z | [ host-image] Dec 13 20:40:59.179 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8548 | 2024-12-13T20:41:00.298Z | [ host-image] Dec 13 20:40:59.180 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8549 | 2024-12-13T20:41:00.300Z | [ host-image] Dec 13 20:40:59.181 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8550 | 2024-12-13T20:41:00.300Z | [ host-image] Dec 13 20:40:59.182 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8551 | 2024-12-13T20:41:00.310Z | [ recovery-image] Dec 13 20:40:59.192 INFO E| Downloading crates ... |
8552 | 2024-12-13T20:41:00.318Z | [ host-image] Dec 13 20:40:59.201 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8553 | 2024-12-13T20:41:00.318Z | [ host-image] Dec 13 20:40:59.201 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8554 | 2024-12-13T20:41:00.318Z | [ host-image] Dec 13 20:40:59.201 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8555 | 2024-12-13T20:41:00.321Z | [ host-image] Dec 13 20:40:59.202 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8556 | 2024-12-13T20:41:00.321Z | [ host-image] Dec 13 20:40:59.203 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8557 | 2024-12-13T20:41:00.321Z | [ host-image] Dec 13 20:40:59.203 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8558 | 2024-12-13T20:41:00.378Z | [ host-image] Dec 13 20:40:59.260 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8559 | 2024-12-13T20:41:00.381Z | [ host-image] Dec 13 20:40:59.261 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8560 | 2024-12-13T20:41:00.381Z | [ host-image] Dec 13 20:40:59.261 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8561 | 2024-12-13T20:41:00.381Z | [ host-image] Dec 13 20:40:59.263 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z |
8562 | 2024-12-13T20:41:00.381Z | [ host-image] Dec 13 20:40:59.263 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z |
8563 | 2024-12-13T20:41:00.381Z | [ host-image] Dec 13 20:40:59.263 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8564 | 2024-12-13T20:41:00.381Z | [ host-image] Dec 13 20:40:59.263 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z |
8565 | 2024-12-13T20:41:00.384Z | [ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8566 | 2024-12-13T20:41:00.384Z | [ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8567 | 2024-12-13T20:41:00.384Z | [ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8568 | 2024-12-13T20:41:00.384Z | [ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z |
8569 | 2024-12-13T20:41:00.384Z | [ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8570 | 2024-12-13T20:41:00.388Z | [ host-image] Dec 13 20:40:59.271 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8571 | 2024-12-13T20:41:00.390Z | [ host-image] Dec 13 20:40:59.271 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8572 | 2024-12-13T20:41:00.390Z | [ host-image] Dec 13 20:40:59.271 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8573 | 2024-12-13T20:41:00.390Z | [ host-image] Dec 13 20:40:59.272 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z |
8574 | 2024-12-13T20:41:00.390Z | [ host-image] Dec 13 20:40:59.272 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8575 | 2024-12-13T20:41:00.410Z | [ host-image] Dec 13 20:40:59.292 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8576 | 2024-12-13T20:41:00.413Z | [ host-image] Dec 13 20:40:59.293 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z |
8577 | 2024-12-13T20:41:00.416Z | [ host-image] Dec 13 20:40:59.296 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z |
8578 | 2024-12-13T20:41:00.416Z | [ host-image] Dec 13 20:40:59.297 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z |
8579 | 2024-12-13T20:41:00.416Z | [ host-image] Dec 13 20:40:59.297 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8580 | 2024-12-13T20:41:00.417Z | [ host-image] Dec 13 20:40:59.297 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z |
8581 | 2024-12-13T20:41:00.420Z | [ host-image] Dec 13 20:40:59.298 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z |
8582 | 2024-12-13T20:41:00.420Z | [ host-image] Dec 13 20:40:59.298 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z |
8583 | 2024-12-13T20:41:00.420Z | [ host-image] Dec 13 20:40:59.299 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z |
8584 | 2024-12-13T20:41:00.420Z | [ recovery-image] Dec 13 20:40:59.299 INFO E| Downloaded clap_derive v4.5.13 |
8585 | 2024-12-13T20:41:00.423Z | [ host-image] Dec 13 20:40:59.304 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8586 | 2024-12-13T20:41:00.424Z | [ host-image] Dec 13 20:40:59.305 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z |
8587 | 2024-12-13T20:41:00.424Z | [ host-image] Dec 13 20:40:59.306 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z |
8588 | 2024-12-13T20:41:00.424Z | [ host-image] Dec 13 20:40:59.306 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8589 | 2024-12-13T20:41:00.426Z | [ host-image] Dec 13 20:40:59.307 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z |
8590 | 2024-12-13T20:41:00.426Z | [ host-image] Dec 13 20:40:59.307 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z |
8591 | 2024-12-13T20:41:00.426Z | [ host-image] Dec 13 20:40:59.307 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z |
8592 | 2024-12-13T20:41:00.426Z | [ host-image] Dec 13 20:40:59.308 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z |
8593 | 2024-12-13T20:41:00.439Z | [ host-image] Dec 13 20:40:59.321 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z |
8594 | 2024-12-13T20:41:00.439Z | [ host-image] Dec 13 20:40:59.321 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8595 | 2024-12-13T20:41:00.442Z | [ host-image] Dec 13 20:40:59.325 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z |
8596 | 2024-12-13T20:41:00.445Z | [ recovery-image] Dec 13 20:40:59.325 INFO E| Downloaded shared_child v1.0.1 |
8597 | 2024-12-13T20:41:00.445Z | [ host-image] Dec 13 20:40:59.327 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z |
8598 | 2024-12-13T20:41:00.445Z | [ recovery-image] Dec 13 20:40:59.327 INFO E| Downloaded os_pipe v1.2.1 |
8599 | 2024-12-13T20:41:00.445Z | [ host-image] Dec 13 20:40:59.327 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z |
8600 | 2024-12-13T20:41:00.448Z | [ host-image] Dec 13 20:40:59.328 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z |
8601 | 2024-12-13T20:41:00.448Z | [ host-image] Dec 13 20:40:59.329 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z |
8602 | 2024-12-13T20:41:00.448Z | [ host-image] Dec 13 20:40:59.329 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z |
8603 | 2024-12-13T20:41:00.448Z | [ recovery-image] Dec 13 20:40:59.329 INFO E| Downloaded duct v0.13.7 |
8604 | 2024-12-13T20:41:00.459Z | [ recovery-image] Dec 13 20:40:59.341 INFO E| Downloaded clap v4.5.17 |
8605 | 2024-12-13T20:41:00.463Z | [ host-image] Dec 13 20:40:59.345 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z |
8606 | 2024-12-13T20:41:00.463Z | [ host-image] Dec 13 20:40:59.346 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z |
8607 | 2024-12-13T20:41:00.558Z | [ host-image] Dec 13 20:40:59.346 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z |
8608 | 2024-12-13T20:41:00.558Z | [ host-image] Dec 13 20:40:59.348 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z |
8609 | 2024-12-13T20:41:00.558Z | [ host-image] Dec 13 20:40:59.348 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z |
8610 | 2024-12-13T20:41:00.563Z | [ recovery-image] Dec 13 20:40:59.381 INFO E| Downloaded clap_builder v4.5.17 |
8611 | 2024-12-13T20:41:00.563Z | [ host-image] Dec 13 20:40:59.419 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z |
8612 | 2024-12-13T20:41:00.563Z | [ host-image] Dec 13 20:40:59.419 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z |
8613 | 2024-12-13T20:41:00.563Z | [ host-image] Dec 13 20:40:59.419 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z |
8614 | 2024-12-13T20:41:00.563Z | [ host-image] Dec 13 20:40:59.419 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8615 | 2024-12-13T20:41:00.563Z | [ host-image] Dec 13 20:40:59.420 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8616 | 2024-12-13T20:41:00.563Z | [ recovery-image] Dec 13 20:40:59.427 INFO E| Downloaded syn v2.0.77 |
8617 | 2024-12-13T20:41:00.588Z | [ host-image] Dec 13 20:40:59.470 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z |
8618 | 2024-12-13T20:41:00.602Z | [ host-image] Dec 13 20:40:59.471 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8619 | 2024-12-13T20:41:00.602Z | [ host-image] Dec 13 20:40:59.471 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z |
8620 | 2024-12-13T20:41:00.602Z | [ host-image] Dec 13 20:40:59.471 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z |
8621 | 2024-12-13T20:41:00.602Z | [ host-image] Dec 13 20:40:59.474 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z |
8622 | 2024-12-13T20:41:00.602Z | [ host-image] Dec 13 20:40:59.474 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8623 | 2024-12-13T20:41:00.602Z | [ host-image] Dec 13 20:40:59.475 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8624 | 2024-12-13T20:41:00.602Z | [ host-image] Dec 13 20:40:59.476 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z |
8625 | 2024-12-13T20:41:00.603Z | [ host-image] Dec 13 20:40:59.476 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z |
8626 | 2024-12-13T20:41:00.603Z | [ host-image] Dec 13 20:40:59.476 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z |
8627 | 2024-12-13T20:41:00.603Z | [ host-image] Dec 13 20:40:59.477 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z |
8628 | 2024-12-13T20:41:00.603Z | [ host-image] Dec 13 20:40:59.477 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z |
8629 | 2024-12-13T20:41:00.603Z | [ host-image] Dec 13 20:40:59.477 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z |
8630 | 2024-12-13T20:41:00.630Z | [ host-image] Dec 13 20:40:59.505 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8631 | 2024-12-13T20:41:00.633Z | [ host-image] Dec 13 20:40:59.506 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z |
8632 | 2024-12-13T20:41:00.633Z | [ recovery-image] Dec 13 20:40:59.506 INFO E| Downloaded libc v0.2.158 |
8633 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.508 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z |
8634 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.508 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z |
8635 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.509 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z |
8636 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.509 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z |
8637 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.510 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z |
8638 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.510 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8639 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.510 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8640 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.510 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z |
8641 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.511 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z |
8642 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.511 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8643 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.511 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8644 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.511 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8645 | 2024-12-13T20:41:00.634Z | [ host-image] Dec 13 20:40:59.512 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8646 | 2024-12-13T20:41:00.640Z | [ host-image] Dec 13 20:40:59.512 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8647 | 2024-12-13T20:41:00.640Z | [ host-image] Dec 13 20:40:59.513 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8648 | 2024-12-13T20:41:00.640Z | [ host-image] Dec 13 20:40:59.515 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8649 | 2024-12-13T20:41:00.640Z | [ host-image] Dec 13 20:40:59.516 INFO O| tempdir @ "/tmp/.tmpuTcuGb/tmp" |
8650 | 2024-12-13T20:41:00.640Z | [ host-image] Dec 13 20:40:59.516 INFO O| image root @ "/tmp/.tmpuTcuGb/tmp/root" |
8651 | 2024-12-13T20:41:00.640Z | [ host-image] Dec 13 20:40:59.516 INFO O| creating image... |
8652 | 2024-12-13T20:41:00.801Z | [ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling proc-macro2 v1.0.86 |
8653 | 2024-12-13T20:41:00.804Z | [ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling libc v0.2.158 |
8654 | 2024-12-13T20:41:00.804Z | [ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling unicode-ident v1.0.13 |
8655 | 2024-12-13T20:41:00.805Z | [ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling utf8parse v0.2.2 |
8656 | 2024-12-13T20:41:00.805Z | [ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling anstyle-query v1.1.1 |
8657 | 2024-12-13T20:41:00.805Z | [ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8658 | 2024-12-13T20:41:00.805Z | [ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling anstyle v1.0.8 |
8659 | 2024-12-13T20:41:00.805Z | [ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling colorchoice v1.0.2 |
8660 | 2024-12-13T20:41:01.279Z | [ recovery-image] Dec 13 20:41:00.161 INFO E| Compiling anstyle-parse v0.2.5 |
8661 | 2024-12-13T20:41:01.305Z | [ recovery-image] Dec 13 20:41:00.188 INFO E| Compiling heck v0.5.0 |
8662 | 2024-12-13T20:41:01.308Z | [ recovery-image] Dec 13 20:41:00.188 INFO E| Compiling clap_lex v0.7.2 |
8663 | 2024-12-13T20:41:01.716Z | [ recovery-image] Dec 13 20:41:00.598 INFO E| Compiling strsim v0.11.1 |
8664 | 2024-12-13T20:41:01.787Z | [ recovery-image] Dec 13 20:41:00.669 INFO E| Compiling once_cell v1.19.0 |
8665 | 2024-12-13T20:41:02.059Z | [ recovery-image] Dec 13 20:41:00.941 INFO E| Compiling anstream v0.6.15 |
8666 | 2024-12-13T20:41:02.337Z | [ host-image] Dec 13 20:41:01.217 INFO O| copying publishers... |
8667 | 2024-12-13T20:41:02.756Z | [ recovery-image] Dec 13 20:41:01.639 INFO E| Compiling clap_builder v4.5.17 |
8668 | 2024-12-13T20:41:03.928Z | [ recovery-image] Dec 13 20:41:02.809 INFO E| Compiling os_pipe v1.2.1 |
8669 | 2024-12-13T20:41:03.928Z | [ recovery-image] Dec 13 20:41:02.809 INFO E| Compiling shared_child v1.0.1 |
8670 | 2024-12-13T20:41:04.173Z | [ recovery-image] Dec 13 20:41:03.055 INFO E| Compiling duct v0.13.7 |
8671 | 2024-12-13T20:41:04.628Z | [ recovery-image] Dec 13 20:41:03.509 INFO E| Compiling quote v1.0.37 |
8672 | 2024-12-13T20:41:05.452Z | [ recovery-image] Dec 13 20:41:04.334 INFO E| Compiling syn v2.0.77 |
8673 | 2024-12-13T20:41:15.008Z | [ recovery-image] Dec 13 20:41:13.888 INFO E| Compiling clap_derive v4.5.13 |
8674 | 2024-12-13T20:41:19.230Z | [ recovery-image] Dec 13 20:41:18.108 INFO E| Compiling clap v4.5.17 |
8675 | 2024-12-13T20:41:19.343Z | [ recovery-image] Dec 13 20:41:18.222 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8676 | 2024-12-13T20:41:21.851Z | [ recovery-image] Dec 13 20:41:20.730 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.49s |
8677 | 2024-12-13T20:41:21.868Z | [ recovery-image] Dec 13 20:41:20.747 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8678 | 2024-12-13T20:41:22.264Z | [ recovery-image] Dec 13 20:41:21.142 INFO E| Updating crates.io index |
8679 | 2024-12-13T20:41:22.423Z | [ recovery-image] Dec 13 20:41:21.301 INFO E| Downloading crates ... |
8680 | 2024-12-13T20:41:22.486Z | [ recovery-image] Dec 13 20:41:21.365 INFO E| Downloaded bitstruct v0.1.1 |
8681 | 2024-12-13T20:41:22.507Z | [ recovery-image] Dec 13 20:41:21.378 INFO E| Downloaded raw-cpuid v10.7.0 |
8682 | 2024-12-13T20:41:22.510Z | [ recovery-image] Dec 13 20:41:21.384 INFO E| Downloaded bitstruct_derive v0.1.0 |
8683 | 2024-12-13T20:41:22.510Z | [ recovery-image] Dec 13 20:41:21.386 INFO E| Downloaded bit_field v0.10.2 |
8684 | 2024-12-13T20:41:22.510Z | [ recovery-image] Dec 13 20:41:21.387 INFO E| Downloaded seq-macro v0.3.5 |
8685 | 2024-12-13T20:41:22.526Z | [ recovery-image] Dec 13 20:41:21.405 INFO E| Downloaded cpio_reader v0.1.1 |
8686 | 2024-12-13T20:41:22.563Z | [ recovery-image] Dec 13 20:41:21.442 INFO E| Downloaded syn v2.0.85 |
8687 | 2024-12-13T20:41:22.786Z | [ recovery-image] Dec 13 20:41:21.665 INFO E| Downloaded x86 v0.52.0 |
8688 | 2024-12-13T20:41:22.913Z | [ recovery-image] Dec 13 20:41:21.789 INFO E| Updating crates.io index |
8689 | 2024-12-13T20:41:23.185Z | [ recovery-image] Dec 13 20:41:22.064 INFO E| Downloading crates ... |
8690 | 2024-12-13T20:41:23.338Z | [ recovery-image] Dec 13 20:41:22.217 INFO E| Downloaded hashbrown v0.15.0 |
8691 | 2024-12-13T20:41:23.351Z | [ recovery-image] Dec 13 20:41:22.229 INFO E| Downloaded compiler_builtins v0.1.134 |
8692 | 2024-12-13T20:41:23.506Z | [ recovery-image] Dec 13 20:41:22.385 INFO E| Compiling compiler_builtins v0.1.134 |
8693 | 2024-12-13T20:41:23.607Z | [ recovery-image] Dec 13 20:41:22.486 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) |
8694 | 2024-12-13T20:41:23.607Z | [ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling proc-macro2 v1.0.89 |
8695 | 2024-12-13T20:41:23.611Z | [ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling unicode-ident v1.0.13 |
8696 | 2024-12-13T20:41:23.611Z | [ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling syn v1.0.109 |
8697 | 2024-12-13T20:41:23.611Z | [ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling x86 v0.52.0 |
8698 | 2024-12-13T20:41:23.611Z | [ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8699 | 2024-12-13T20:41:23.611Z | [ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling seq-macro v0.3.5 |
8700 | 2024-12-13T20:41:26.324Z | [ recovery-image] Dec 13 20:41:25.201 INFO E| Compiling quote v1.0.37 |
8701 | 2024-12-13T20:41:26.929Z | [ recovery-image] Dec 13 20:41:25.807 INFO E| Compiling syn v2.0.85 |
8702 | 2024-12-13T20:41:28.189Z | [ host-image] Dec 13 20:41:27.067 INFO O| adding properties... |
8703 | 2024-12-13T20:41:31.157Z | [ host-image] Dec 13 20:41:30.034 INFO O| installing packages... |
8704 | 2024-12-13T20:41:33.470Z | [ recovery-image] Dec 13 20:41:32.347 INFO E| Compiling scroll_derive v0.12.0 |
8705 | 2024-12-13T20:41:38.734Z | [ recovery-image] Dec 13 20:41:37.609 INFO E| Compiling bitstruct_derive v0.1.0 |
8706 | 2024-12-13T20:42:02.053Z | [ recovery-image] Dec 13 20:42:00.925 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) |
8707 | 2024-12-13T20:42:06.347Z | [ recovery-image] Dec 13 20:42:05.218 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) |
8708 | 2024-12-13T20:42:13.738Z | [ host-image] Dec 13 20:42:12.607 INFO O| seeding SMF database... |
8709 | 2024-12-13T20:42:14.509Z | [ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling bitflags v1.3.2 |
8710 | 2024-12-13T20:42:14.509Z | [ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling bit_field v0.10.2 |
8711 | 2024-12-13T20:42:14.515Z | [ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling adler2 v2.0.0 |
8712 | 2024-12-13T20:42:14.515Z | [ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling log v0.4.22 |
8713 | 2024-12-13T20:42:14.515Z | [ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling scroll v0.12.0 |
8714 | 2024-12-13T20:42:14.515Z | [ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling plain v0.2.3 |
8715 | 2024-12-13T20:42:14.515Z | [ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling static_assertions v1.1.0 |
8716 | 2024-12-13T20:42:14.629Z | [ recovery-image] Dec 13 20:42:13.497 INFO E| Compiling raw-cpuid v10.7.0 |
8717 | 2024-12-13T20:42:14.654Z | [ recovery-image] Dec 13 20:42:13.523 INFO E| Compiling cpio_reader v0.1.1 |
8718 | 2024-12-13T20:42:15.064Z | [ recovery-image] Dec 13 20:42:13.933 INFO E| Compiling miniz_oxide v0.8.0 |
8719 | 2024-12-13T20:42:15.131Z | [ recovery-image] Dec 13 20:42:14.000 INFO E| Compiling bitstruct v0.1.1 |
8720 | 2024-12-13T20:42:15.513Z | [ recovery-image] Dec 13 20:42:14.382 INFO E| Compiling goblin v0.8.2 |
8721 | 2024-12-13T20:42:27.559Z | [ recovery-image] Dec 13 20:42:26.425 INFO E| Finished `release` profile [optimized] target(s) in 1m 05s |
8722 | 2024-12-13T20:42:27.594Z | [ recovery-image] Dec 13 20:42:26.460 INFO building host image... |
8723 | 2024-12-13T20:42:27.596Z | [ recovery-image] Dec 13 20:42:26.461 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") |
8724 | 2024-12-13T20:42:28.497Z | [ recovery-image] Dec 13 20:42:27.362 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8725 | 2024-12-13T20:42:29.171Z | [ host-image] Dec 13 20:42:28.037 INFO O| configuring SMF profile... |
8726 | 2024-12-13T20:42:29.174Z | [ host-image] Dec 13 20:42:28.038 INFO O| modifying shadow(5)... |
8727 | 2024-12-13T20:42:29.174Z | [ host-image] Dec 13 20:42:28.038 INFO O| loading user and group database... |
8728 | 2024-12-13T20:42:29.174Z | [ host-image] Dec 13 20:42:28.038 INFO O| assessing packaged files... |
8729 | 2024-12-13T20:42:30.909Z | [ recovery-image] Dec 13 20:42:29.774 INFO image complete! materials are in "/work/os-recovery" |
8730 | 2024-12-13T20:42:30.916Z | [ recovery-image] |
8731 | 2024-12-13T20:42:30.916Z | [ recovery-image] real 10:10.343284933 |
8732 | 2024-12-13T20:42:30.918Z | [ recovery-image] user 6:23.201917251 |
8733 | 2024-12-13T20:42:30.918Z | [ recovery-image] sys 1:09.617527279 |
8734 | 2024-12-13T20:42:30.918Z | [ recovery-image] trap 0.353119224 |
8735 | 2024-12-13T20:42:30.918Z | [ recovery-image] tflt 0.783935235 |
8736 | 2024-12-13T20:42:30.918Z | [ recovery-image] dflt 4.018319840 |
8737 | 2024-12-13T20:42:30.918Z | [ recovery-image] kflt 0.030130363 |
8738 | 2024-12-13T20:42:30.918Z | [ recovery-image] lock 23:50.008278034 |
8739 | 2024-12-13T20:42:30.918Z | [ recovery-image] slp 1:02:21.263653823 |
8740 | 2024-12-13T20:42:30.918Z | [ recovery-image] lat 4:46.992577810 |
8741 | 2024-12-13T20:42:30.919Z | [ recovery-image] stop 11.365267351 |
8742 | 2024-12-13T20:42:30.919Z | Dec 13 20:42:29.783 INFO [recovery-image] process exited with exit status: 0 (610.372208892s) |
8743 | 2024-12-13T20:42:33.877Z | [ host-image] Dec 13 20:42:32.742 INFO O| creating archive... |
8744 | 2024-12-13T20:42:33.948Z | [ host-image] Dec 13 20:42:32.813 INFO O| missing from packaging: |
8745 | 2024-12-13T20:42:33.961Z | [ host-image] Dec 13 20:42:32.826 INFO O| "etc/.pwd.lock" |
8746 | 2024-12-13T20:42:33.963Z | [ host-image] Dec 13 20:42:32.826 INFO O| "etc/bash" |
8747 | 2024-12-13T20:42:33.970Z | [ host-image] Dec 13 20:42:32.835 INFO O| "etc/svc/profile/generic.xml" |
8748 | 2024-12-13T20:42:33.970Z | [ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/profile/inetd_services.xml" |
8749 | 2024-12-13T20:42:33.973Z | [ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/profile/name_service.xml" |
8750 | 2024-12-13T20:42:33.973Z | [ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/profile/platform.xml" |
8751 | 2024-12-13T20:42:33.973Z | [ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8752 | 2024-12-13T20:42:33.973Z | [ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/repository.db" |
8753 | 2024-12-13T20:42:33.988Z | [ host-image] Dec 13 20:42:32.853 INFO O| "opt/ooce/share" |
8754 | 2024-12-13T20:42:33.988Z | [ host-image] Dec 13 20:42:32.853 INFO O| "opt/ooce/share/man" |
8755 | 2024-12-13T20:42:33.996Z | [ host-image] Dec 13 20:42:32.853 INFO O| "opt/ooce/share/man/man1" |
8756 | 2024-12-13T20:42:34.011Z | [ host-image] Dec 13 20:42:32.868 INFO O| finishing archive... |
8757 | 2024-12-13T20:42:37.884Z | [ host-image] Dec 13 20:42:36.733 INFO O| creating gzonly manifest... |
8758 | 2024-12-13T20:42:37.887Z | [ host-image] Dec 13 20:42:36.745 INFO O| ok |
8759 | 2024-12-13T20:42:38.043Z | [ host-image] Dec 13 20:42:36.907 INFO image builder template: ramdisk-02-trim... |
8760 | 2024-12-13T20:42:38.043Z | [ host-image] Dec 13 20:42:36.907 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/.tmpVYZFEz/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 |
8761 | 2024-12-13T20:42:38.114Z | [ host-image] Dec 13 20:42:36.957 INFO O| Dec 13 20:42:36.957 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8762 | 2024-12-13T20:42:38.114Z | [ host-image] Dec 13 20:42:36.968 INFO O| Dec 13 20:42:36.968 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8763 | 2024-12-13T20:42:38.343Z | [ host-image] Dec 13 20:42:37.207 INFO O| Dec 13 20:42:37.207 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8764 | 2024-12-13T20:42:38.431Z | [ host-image] Dec 13 20:42:37.295 INFO O| Dec 13 20:42:37.295 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8765 | 2024-12-13T20:42:38.433Z | [ host-image] Dec 13 20:42:37.295 INFO O| Dec 13 20:42:37.295 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8766 | 2024-12-13T20:42:38.440Z | [ host-image] Dec 13 20:42:37.304 INFO O| Dec 13 20:42:37.304 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8767 | 2024-12-13T20:42:38.447Z | [ host-image] Dec 13 20:42:37.311 INFO O| Dec 13 20:42:37.311 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8768 | 2024-12-13T20:42:38.476Z | [ host-image] Dec 13 20:42:37.336 INFO O| Dec 13 20:42:37.336 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8769 | 2024-12-13T20:42:39.030Z | [ host-image] Dec 13 20:42:37.894 INFO O| Dec 13 20:42:37.894 INFO rolled back to input snapshot; work may begin |
8770 | 2024-12-13T20:42:39.030Z | [ host-image] Dec 13 20:42:37.894 INFO O| Dec 13 20:42:37.894 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8771 | 2024-12-13T20:42:39.040Z | [ host-image] Dec 13 20:42:37.904 INFO O| Dec 13 20:42:37.904 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-12-13T20:42:39.061Z | [ host-image] Dec 13 20:42:37.925 INFO O| Dec 13 20:42:37.925 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8773 | 2024-12-13T20:42:39.228Z | [ host-image] Dec 13 20:42:38.092 INFO O| Dec 13 20:42:38.092 INFO STEP 0 (remove_files) COMPLETE |
8774 | 2024-12-13T20:42:39.231Z | [ host-image] Dec 13 20:42:38.093 INFO O| Dec 13 20:42:38.092 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-12-13T20:42:39.254Z | [ host-image] Dec 13 20:42:38.118 INFO O| Dec 13 20:42:38.118 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8776 | 2024-12-13T20:42:39.257Z | [ host-image] Dec 13 20:42:38.121 INFO O| Dec 13 20:42:38.121 INFO STEP 1 (remove_files) COMPLETE |
8777 | 2024-12-13T20:42:39.257Z | [ host-image] Dec 13 20:42:38.121 INFO O| Dec 13 20:42:38.121 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-12-13T20:42:39.285Z | [ host-image] Dec 13 20:42:38.149 INFO O| Dec 13 20:42:38.149 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8779 | 2024-12-13T20:42:39.312Z | [ host-image] Dec 13 20:42:38.176 INFO O| Dec 13 20:42:38.175 INFO STEP 2 (remove_files) COMPLETE |
8780 | 2024-12-13T20:42:39.312Z | [ host-image] Dec 13 20:42:38.176 INFO O| Dec 13 20:42:38.176 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-12-13T20:42:39.333Z | [ host-image] Dec 13 20:42:38.197 INFO O| Dec 13 20:42:38.197 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8782 | 2024-12-13T20:42:39.336Z | [ host-image] Dec 13 20:42:38.200 INFO O| Dec 13 20:42:38.200 INFO STEP 3 (remove_files) COMPLETE |
8783 | 2024-12-13T20:42:39.336Z | [ host-image] Dec 13 20:42:38.200 INFO O| Dec 13 20:42:38.200 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-12-13T20:42:39.359Z | [ host-image] Dec 13 20:42:38.223 INFO O| Dec 13 20:42:38.223 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8785 | 2024-12-13T20:42:39.366Z | [ host-image] Dec 13 20:42:38.230 INFO O| Dec 13 20:42:38.230 INFO STEP 4 (remove_files) COMPLETE |
8786 | 2024-12-13T20:42:39.369Z | [ host-image] Dec 13 20:42:38.230 INFO O| Dec 13 20:42:38.230 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-12-13T20:42:39.396Z | [ host-image] Dec 13 20:42:38.260 INFO O| Dec 13 20:42:38.260 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8788 | 2024-12-13T20:42:39.401Z | [ host-image] Dec 13 20:42:38.265 INFO O| Dec 13 20:42:38.265 INFO STEP 5 (remove_files) COMPLETE |
8789 | 2024-12-13T20:42:39.401Z | [ host-image] Dec 13 20:42:38.265 INFO O| Dec 13 20:42:38.265 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8790 | 2024-12-13T20:42:39.466Z | [ host-image] Dec 13 20:42:38.330 INFO O| Dec 13 20:42:38.330 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8791 | 2024-12-13T20:42:39.489Z | [ host-image] Dec 13 20:42:38.351 INFO O| Dec 13 20:42:38.351 INFO STEP 6 (remove_files) COMPLETE |
8792 | 2024-12-13T20:42:39.489Z | [ host-image] Dec 13 20:42:38.351 INFO O| Dec 13 20:42:38.351 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2024-12-13T20:42:39.509Z | [ host-image] Dec 13 20:42:38.372 INFO O| Dec 13 20:42:38.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8794 | 2024-12-13T20:42:39.532Z | [ host-image] Dec 13 20:42:38.396 INFO O| Dec 13 20:42:38.396 INFO STEP 7 (remove_files) COMPLETE |
8795 | 2024-12-13T20:42:39.532Z | [ host-image] Dec 13 20:42:38.396 INFO O| Dec 13 20:42:38.396 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2024-12-13T20:42:39.563Z | [ host-image] Dec 13 20:42:38.427 INFO O| Dec 13 20:42:38.427 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8797 | 2024-12-13T20:42:40.050Z | [ host-image] Dec 13 20:42:38.580 INFO O| Dec 13 20:42:38.580 INFO STEP 8 (remove_files) COMPLETE |
8798 | 2024-12-13T20:42:40.050Z | [ host-image] Dec 13 20:42:38.580 INFO O| Dec 13 20:42:38.580 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2024-12-13T20:42:40.061Z | [ host-image] Dec 13 20:42:38.600 INFO O| Dec 13 20:42:38.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8800 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.769 INFO O| Dec 13 20:42:38.769 INFO STEP 9 (remove_files) COMPLETE |
8801 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.769 INFO O| Dec 13 20:42:38.769 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8802 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.790 INFO O| Dec 13 20:42:38.790 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8803 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.795 INFO O| Dec 13 20:42:38.795 INFO STEP 10 (remove_files) COMPLETE |
8804 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.795 INFO O| Dec 13 20:42:38.795 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8805 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.815 INFO O| Dec 13 20:42:38.815 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8806 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.816 INFO O| Dec 13 20:42:38.816 INFO STEP 11 (remove_files) COMPLETE |
8807 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.816 INFO O| Dec 13 20:42:38.816 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8808 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.845 INFO O| Dec 13 20:42:38.845 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8809 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.848 INFO O| Dec 13 20:42:38.847 INFO STEP 12 (remove_files) COMPLETE |
8810 | 2024-12-13T20:42:40.062Z | [ host-image] Dec 13 20:42:38.848 INFO O| Dec 13 20:42:38.848 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8811 | 2024-12-13T20:42:40.600Z | [ host-image] Dec 13 20:42:39.463 INFO O| Dec 13 20:42:39.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8812 | 2024-12-13T20:42:40.618Z | [ host-image] Dec 13 20:42:39.482 INFO O| Dec 13 20:42:39.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8813 | 2024-12-13T20:42:40.621Z | [ host-image] Dec 13 20:42:39.485 INFO O| Dec 13 20:42:39.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8814 | 2024-12-13T20:42:40.628Z | [ host-image] Dec 13 20:42:39.491 INFO O| Dec 13 20:42:39.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8815 | 2024-12-13T20:42:40.764Z | [ host-image] Dec 13 20:42:39.628 INFO O| Dec 13 20:42:39.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8816 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.628 INFO O| Dec 13 20:42:39.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8817 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.629 INFO O| Dec 13 20:42:39.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8818 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.629 INFO O| Dec 13 20:42:39.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8819 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.629 INFO O| Dec 13 20:42:39.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8820 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8821 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8822 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8823 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8824 | 2024-12-13T20:42:40.767Z | [ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8825 | 2024-12-13T20:42:40.770Z | [ host-image] Dec 13 20:42:39.631 INFO O| Dec 13 20:42:39.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8826 | 2024-12-13T20:42:40.770Z | [ host-image] Dec 13 20:42:39.631 INFO O| Dec 13 20:42:39.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8827 | 2024-12-13T20:42:40.771Z | [ host-image] Dec 13 20:42:39.632 INFO O| Dec 13 20:42:39.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8828 | 2024-12-13T20:42:40.771Z | [ host-image] Dec 13 20:42:39.632 INFO O| Dec 13 20:42:39.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8829 | 2024-12-13T20:42:40.771Z | [ host-image] Dec 13 20:42:39.632 INFO O| Dec 13 20:42:39.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8830 | 2024-12-13T20:42:40.771Z | [ host-image] Dec 13 20:42:39.632 INFO O| Dec 13 20:42:39.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8831 | 2024-12-13T20:42:40.771Z | [ host-image] Dec 13 20:42:39.634 INFO O| Dec 13 20:42:39.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8832 | 2024-12-13T20:42:40.787Z | [ host-image] Dec 13 20:42:39.650 INFO O| Dec 13 20:42:39.650 INFO STEP 13 (remove_files) COMPLETE |
8833 | 2024-12-13T20:42:40.787Z | [ host-image] Dec 13 20:42:39.650 INFO O| Dec 13 20:42:39.650 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-13T20:42:40.843Z | [ host-image] Dec 13 20:42:39.707 INFO O| Dec 13 20:42:39.707 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8835 | 2024-12-13T20:42:40.847Z | [ host-image] Dec 13 20:42:39.709 INFO O| Dec 13 20:42:39.709 INFO STEP 14 (remove_files) COMPLETE |
8836 | 2024-12-13T20:42:40.847Z | [ host-image] Dec 13 20:42:39.709 INFO O| Dec 13 20:42:39.709 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-13T20:42:40.867Z | [ host-image] Dec 13 20:42:39.730 INFO O| Dec 13 20:42:39.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8838 | 2024-12-13T20:42:40.878Z | [ host-image] Dec 13 20:42:39.742 INFO O| Dec 13 20:42:39.742 INFO STEP 15 (remove_files) COMPLETE |
8839 | 2024-12-13T20:42:40.878Z | [ host-image] Dec 13 20:42:39.742 INFO O| Dec 13 20:42:39.742 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-13T20:42:40.920Z | [ host-image] Dec 13 20:42:39.784 INFO O| Dec 13 20:42:39.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8841 | 2024-12-13T20:42:40.923Z | [ host-image] Dec 13 20:42:39.785 INFO O| Dec 13 20:42:39.785 INFO STEP 16 (remove_files) COMPLETE |
8842 | 2024-12-13T20:42:40.923Z | [ host-image] Dec 13 20:42:39.785 INFO O| Dec 13 20:42:39.785 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-13T20:42:40.954Z | [ host-image] Dec 13 20:42:39.818 INFO O| Dec 13 20:42:39.818 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8844 | 2024-12-13T20:42:40.957Z | [ host-image] Dec 13 20:42:39.821 INFO O| Dec 13 20:42:39.821 INFO STEP 17 (remove_files) COMPLETE |
8845 | 2024-12-13T20:42:40.960Z | [ host-image] Dec 13 20:42:39.821 INFO O| Dec 13 20:42:39.821 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-13T20:42:40.979Z | [ host-image] Dec 13 20:42:39.843 INFO O| Dec 13 20:42:39.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8847 | 2024-12-13T20:42:40.982Z | [ host-image] Dec 13 20:42:39.843 INFO O| Dec 13 20:42:39.843 INFO STEP 18 (remove_files) COMPLETE |
8848 | 2024-12-13T20:42:40.982Z | [ host-image] Dec 13 20:42:39.843 INFO O| Dec 13 20:42:39.843 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-13T20:42:41.001Z | [ host-image] Dec 13 20:42:39.864 INFO O| Dec 13 20:42:39.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8850 | 2024-12-13T20:42:41.001Z | [ host-image] Dec 13 20:42:39.864 INFO O| Dec 13 20:42:39.864 INFO STEP 19 (remove_files) COMPLETE |
8851 | 2024-12-13T20:42:41.001Z | [ host-image] Dec 13 20:42:39.864 INFO O| Dec 13 20:42:39.864 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-13T20:42:41.054Z | [ host-image] Dec 13 20:42:39.918 INFO O| Dec 13 20:42:39.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8853 | 2024-12-13T20:42:41.057Z | [ host-image] Dec 13 20:42:39.918 INFO O| Dec 13 20:42:39.918 INFO STEP 20 (remove_files) COMPLETE |
8854 | 2024-12-13T20:42:41.057Z | [ host-image] Dec 13 20:42:39.918 INFO O| Dec 13 20:42:39.918 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-13T20:42:41.073Z | [ host-image] Dec 13 20:42:39.937 INFO O| Dec 13 20:42:39.937 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8856 | 2024-12-13T20:42:41.076Z | [ host-image] Dec 13 20:42:39.937 INFO O| Dec 13 20:42:39.937 INFO STEP 21 (remove_files) COMPLETE |
8857 | 2024-12-13T20:42:41.076Z | [ host-image] Dec 13 20:42:39.938 INFO O| Dec 13 20:42:39.937 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-13T20:42:41.092Z | [ host-image] Dec 13 20:42:39.956 INFO O| Dec 13 20:42:39.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8859 | 2024-12-13T20:42:41.092Z | [ host-image] Dec 13 20:42:39.956 INFO O| Dec 13 20:42:39.956 INFO STEP 22 (remove_files) COMPLETE |
8860 | 2024-12-13T20:42:41.095Z | [ host-image] Dec 13 20:42:39.956 INFO O| Dec 13 20:42:39.956 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-13T20:42:41.112Z | [ host-image] Dec 13 20:42:39.976 INFO O| Dec 13 20:42:39.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8862 | 2024-12-13T20:42:41.115Z | [ host-image] Dec 13 20:42:39.976 INFO O| Dec 13 20:42:39.976 INFO STEP 23 (remove_files) COMPLETE |
8863 | 2024-12-13T20:42:41.115Z | [ host-image] Dec 13 20:42:39.976 INFO O| Dec 13 20:42:39.976 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-13T20:42:41.134Z | [ host-image] Dec 13 20:42:39.997 INFO O| Dec 13 20:42:39.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8865 | 2024-12-13T20:42:41.137Z | [ host-image] Dec 13 20:42:39.998 INFO O| Dec 13 20:42:39.998 INFO STEP 24 (remove_files) COMPLETE |
8866 | 2024-12-13T20:42:41.137Z | [ host-image] Dec 13 20:42:39.998 INFO O| Dec 13 20:42:39.998 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-13T20:42:41.156Z | [ host-image] Dec 13 20:42:40.020 INFO O| Dec 13 20:42:40.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8868 | 2024-12-13T20:42:41.159Z | [ host-image] Dec 13 20:42:40.020 INFO O| Dec 13 20:42:40.020 INFO STEP 25 (remove_files) COMPLETE |
8869 | 2024-12-13T20:42:41.159Z | [ host-image] Dec 13 20:42:40.020 INFO O| Dec 13 20:42:40.020 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-13T20:42:41.189Z | [ host-image] Dec 13 20:42:40.053 INFO O| Dec 13 20:42:40.053 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8871 | 2024-12-13T20:42:41.192Z | [ host-image] Dec 13 20:42:40.053 INFO O| Dec 13 20:42:40.053 INFO STEP 26 (remove_files) COMPLETE |
8872 | 2024-12-13T20:42:41.192Z | [ host-image] Dec 13 20:42:40.053 INFO O| Dec 13 20:42:40.053 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-13T20:42:41.237Z | [ host-image] Dec 13 20:42:40.100 INFO O| Dec 13 20:42:40.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8874 | 2024-12-13T20:42:41.239Z | [ host-image] Dec 13 20:42:40.101 INFO O| Dec 13 20:42:40.101 INFO STEP 27 (remove_files) COMPLETE |
8875 | 2024-12-13T20:42:41.239Z | [ host-image] Dec 13 20:42:40.101 INFO O| Dec 13 20:42:40.101 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-13T20:42:41.258Z | [ host-image] Dec 13 20:42:40.122 INFO O| Dec 13 20:42:40.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8877 | 2024-12-13T20:42:41.258Z | [ host-image] Dec 13 20:42:40.122 INFO O| Dec 13 20:42:40.122 INFO STEP 28 (remove_files) COMPLETE |
8878 | 2024-12-13T20:42:41.261Z | [ host-image] Dec 13 20:42:40.122 INFO O| Dec 13 20:42:40.122 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-13T20:42:41.281Z | [ host-image] Dec 13 20:42:40.143 INFO O| Dec 13 20:42:40.143 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8880 | 2024-12-13T20:42:41.288Z | [ host-image] Dec 13 20:42:40.144 INFO O| Dec 13 20:42:40.143 INFO STEP 29 (remove_files) COMPLETE |
8881 | 2024-12-13T20:42:41.288Z | [ host-image] Dec 13 20:42:40.144 INFO O| Dec 13 20:42:40.144 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-13T20:42:41.301Z | [ host-image] Dec 13 20:42:40.163 INFO O| Dec 13 20:42:40.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8883 | 2024-12-13T20:42:41.301Z | [ host-image] Dec 13 20:42:40.164 INFO O| Dec 13 20:42:40.164 INFO STEP 30 (remove_files) COMPLETE |
8884 | 2024-12-13T20:42:41.301Z | [ host-image] Dec 13 20:42:40.164 INFO O| Dec 13 20:42:40.164 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-13T20:42:41.332Z | [ host-image] Dec 13 20:42:40.195 INFO O| Dec 13 20:42:40.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8886 | 2024-12-13T20:42:41.334Z | [ host-image] Dec 13 20:42:40.195 INFO O| Dec 13 20:42:40.195 INFO STEP 31 (remove_files) COMPLETE |
8887 | 2024-12-13T20:42:41.334Z | [ host-image] Dec 13 20:42:40.195 INFO O| Dec 13 20:42:40.195 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-13T20:42:41.383Z | [ host-image] Dec 13 20:42:40.246 INFO O| Dec 13 20:42:40.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8889 | 2024-12-13T20:42:41.383Z | [ host-image] Dec 13 20:42:40.246 INFO O| Dec 13 20:42:40.246 INFO STEP 32 (remove_files) COMPLETE |
8890 | 2024-12-13T20:42:41.383Z | [ host-image] Dec 13 20:42:40.246 INFO O| Dec 13 20:42:40.246 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-13T20:42:41.404Z | [ host-image] Dec 13 20:42:40.268 INFO O| Dec 13 20:42:40.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8892 | 2024-12-13T20:42:41.404Z | [ host-image] Dec 13 20:42:40.268 INFO O| Dec 13 20:42:40.268 INFO STEP 33 (remove_files) COMPLETE |
8893 | 2024-12-13T20:42:41.407Z | [ host-image] Dec 13 20:42:40.268 INFO O| Dec 13 20:42:40.268 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-13T20:42:41.458Z | [ host-image] Dec 13 20:42:40.322 INFO O| Dec 13 20:42:40.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8895 | 2024-12-13T20:42:41.459Z | [ host-image] Dec 13 20:42:40.322 INFO O| Dec 13 20:42:40.322 INFO STEP 34 (remove_files) COMPLETE |
8896 | 2024-12-13T20:42:41.459Z | [ host-image] Dec 13 20:42:40.322 INFO O| Dec 13 20:42:40.322 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-13T20:42:41.479Z | [ host-image] Dec 13 20:42:40.343 INFO O| Dec 13 20:42:40.343 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8898 | 2024-12-13T20:42:41.479Z | [ host-image] Dec 13 20:42:40.343 INFO O| Dec 13 20:42:40.343 INFO STEP 35 (remove_files) COMPLETE |
8899 | 2024-12-13T20:42:41.482Z | [ host-image] Dec 13 20:42:40.343 INFO O| Dec 13 20:42:40.343 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-13T20:42:41.501Z | [ host-image] Dec 13 20:42:40.364 INFO O| Dec 13 20:42:40.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8901 | 2024-12-13T20:42:41.501Z | [ host-image] Dec 13 20:42:40.364 INFO O| Dec 13 20:42:40.364 INFO STEP 36 (remove_files) COMPLETE |
8902 | 2024-12-13T20:42:41.501Z | [ host-image] Dec 13 20:42:40.364 INFO O| Dec 13 20:42:40.364 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-13T20:42:41.523Z | [ host-image] Dec 13 20:42:40.387 INFO O| Dec 13 20:42:40.387 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8904 | 2024-12-13T20:42:41.523Z | [ host-image] Dec 13 20:42:40.387 INFO O| Dec 13 20:42:40.387 INFO STEP 37 (remove_files) COMPLETE |
8905 | 2024-12-13T20:42:41.524Z | [ host-image] Dec 13 20:42:40.387 INFO O| Dec 13 20:42:40.387 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-13T20:42:41.545Z | [ host-image] Dec 13 20:42:40.409 INFO O| Dec 13 20:42:40.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8907 | 2024-12-13T20:42:41.545Z | [ host-image] Dec 13 20:42:40.409 INFO O| Dec 13 20:42:40.409 INFO STEP 38 (remove_files) COMPLETE |
8908 | 2024-12-13T20:42:41.545Z | [ host-image] Dec 13 20:42:40.409 INFO O| Dec 13 20:42:40.409 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-13T20:42:41.576Z | [ host-image] Dec 13 20:42:40.439 INFO O| Dec 13 20:42:40.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8910 | 2024-12-13T20:42:41.576Z | [ host-image] Dec 13 20:42:40.440 INFO O| Dec 13 20:42:40.439 INFO STEP 39 (remove_files) COMPLETE |
8911 | 2024-12-13T20:42:41.579Z | [ host-image] Dec 13 20:42:40.440 INFO O| Dec 13 20:42:40.440 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-13T20:42:41.595Z | [ host-image] Dec 13 20:42:40.458 INFO O| Dec 13 20:42:40.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8913 | 2024-12-13T20:42:41.595Z | [ host-image] Dec 13 20:42:40.459 INFO O| Dec 13 20:42:40.459 INFO STEP 40 (remove_files) COMPLETE |
8914 | 2024-12-13T20:42:41.598Z | [ host-image] Dec 13 20:42:40.459 INFO O| Dec 13 20:42:40.459 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-13T20:42:41.614Z | [ host-image] Dec 13 20:42:40.478 INFO O| Dec 13 20:42:40.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8916 | 2024-12-13T20:42:41.615Z | [ host-image] Dec 13 20:42:40.478 INFO O| Dec 13 20:42:40.478 INFO STEP 41 (remove_files) COMPLETE |
8917 | 2024-12-13T20:42:41.617Z | [ host-image] Dec 13 20:42:40.478 INFO O| Dec 13 20:42:40.478 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-13T20:42:41.636Z | [ host-image] Dec 13 20:42:40.499 INFO O| Dec 13 20:42:40.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8919 | 2024-12-13T20:42:41.639Z | [ host-image] Dec 13 20:42:40.499 INFO O| Dec 13 20:42:40.499 INFO STEP 42 (remove_files) COMPLETE |
8920 | 2024-12-13T20:42:41.639Z | [ host-image] Dec 13 20:42:40.499 INFO O| Dec 13 20:42:40.499 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-13T20:42:41.656Z | [ host-image] Dec 13 20:42:40.520 INFO O| Dec 13 20:42:40.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8922 | 2024-12-13T20:42:41.659Z | [ host-image] Dec 13 20:42:40.520 INFO O| Dec 13 20:42:40.520 INFO STEP 43 (remove_files) COMPLETE |
8923 | 2024-12-13T20:42:41.659Z | [ host-image] Dec 13 20:42:40.520 INFO O| Dec 13 20:42:40.520 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-13T20:42:41.693Z | [ host-image] Dec 13 20:42:40.556 INFO O| Dec 13 20:42:40.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8925 | 2024-12-13T20:42:41.693Z | [ host-image] Dec 13 20:42:40.556 INFO O| Dec 13 20:42:40.556 INFO STEP 44 (remove_files) COMPLETE |
8926 | 2024-12-13T20:42:41.697Z | [ host-image] Dec 13 20:42:40.557 INFO O| Dec 13 20:42:40.556 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-13T20:42:41.717Z | [ host-image] Dec 13 20:42:40.579 INFO O| Dec 13 20:42:40.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8928 | 2024-12-13T20:42:41.717Z | [ host-image] Dec 13 20:42:40.580 INFO O| Dec 13 20:42:40.579 INFO STEP 45 (remove_files) COMPLETE |
8929 | 2024-12-13T20:42:41.721Z | [ host-image] Dec 13 20:42:40.580 INFO O| Dec 13 20:42:40.580 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-13T20:42:41.739Z | [ host-image] Dec 13 20:42:40.602 INFO O| Dec 13 20:42:40.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8931 | 2024-12-13T20:42:41.739Z | [ host-image] Dec 13 20:42:40.603 INFO O| Dec 13 20:42:40.603 INFO STEP 46 (remove_files) COMPLETE |
8932 | 2024-12-13T20:42:41.742Z | [ host-image] Dec 13 20:42:40.603 INFO O| Dec 13 20:42:40.603 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-13T20:42:41.778Z | [ host-image] Dec 13 20:42:40.641 INFO O| Dec 13 20:42:40.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8934 | 2024-12-13T20:42:41.778Z | [ host-image] Dec 13 20:42:40.641 INFO O| Dec 13 20:42:40.641 INFO STEP 47 (remove_files) COMPLETE |
8935 | 2024-12-13T20:42:41.778Z | [ host-image] Dec 13 20:42:40.641 INFO O| Dec 13 20:42:40.641 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-13T20:42:41.802Z | [ host-image] Dec 13 20:42:40.663 INFO O| Dec 13 20:42:40.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8937 | 2024-12-13T20:42:41.802Z | [ host-image] Dec 13 20:42:40.664 INFO O| Dec 13 20:42:40.664 INFO STEP 48 (remove_files) COMPLETE |
8938 | 2024-12-13T20:42:41.805Z | [ host-image] Dec 13 20:42:40.664 INFO O| Dec 13 20:42:40.664 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-13T20:42:41.821Z | [ host-image] Dec 13 20:42:40.685 INFO O| Dec 13 20:42:40.685 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8940 | 2024-12-13T20:42:41.822Z | [ host-image] Dec 13 20:42:40.685 INFO O| Dec 13 20:42:40.685 INFO STEP 49 (remove_files) COMPLETE |
8941 | 2024-12-13T20:42:41.824Z | [ host-image] Dec 13 20:42:40.685 INFO O| Dec 13 20:42:40.685 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2024-12-13T20:42:41.842Z | [ host-image] Dec 13 20:42:40.706 INFO O| Dec 13 20:42:40.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8943 | 2024-12-13T20:42:41.843Z | [ host-image] Dec 13 20:42:40.706 INFO O| Dec 13 20:42:40.706 INFO STEP 50 (remove_files) COMPLETE |
8944 | 2024-12-13T20:42:41.845Z | [ host-image] Dec 13 20:42:40.706 INFO O| Dec 13 20:42:40.706 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-13T20:42:41.863Z | [ host-image] Dec 13 20:42:40.727 INFO O| Dec 13 20:42:40.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8946 | 2024-12-13T20:42:41.863Z | [ host-image] Dec 13 20:42:40.727 INFO O| Dec 13 20:42:40.727 INFO STEP 51 (remove_files) COMPLETE |
8947 | 2024-12-13T20:42:41.863Z | [ host-image] Dec 13 20:42:40.727 INFO O| Dec 13 20:42:40.727 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2024-12-13T20:42:41.884Z | [ host-image] Dec 13 20:42:40.748 INFO O| Dec 13 20:42:40.748 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8949 | 2024-12-13T20:42:41.885Z | [ host-image] Dec 13 20:42:40.748 INFO O| Dec 13 20:42:40.748 INFO STEP 52 (remove_files) COMPLETE |
8950 | 2024-12-13T20:42:41.887Z | [ host-image] Dec 13 20:42:40.748 INFO O| Dec 13 20:42:40.748 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-13T20:42:41.920Z | [ host-image] Dec 13 20:42:40.784 INFO O| Dec 13 20:42:40.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8952 | 2024-12-13T20:42:41.923Z | [ host-image] Dec 13 20:42:40.784 INFO O| Dec 13 20:42:40.784 INFO STEP 53 (remove_files) COMPLETE |
8953 | 2024-12-13T20:42:41.923Z | [ host-image] Dec 13 20:42:40.784 INFO O| Dec 13 20:42:40.784 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2024-12-13T20:42:41.955Z | [ host-image] Dec 13 20:42:40.819 INFO O| Dec 13 20:42:40.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8955 | 2024-12-13T20:42:41.955Z | [ host-image] Dec 13 20:42:40.819 INFO O| Dec 13 20:42:40.819 INFO STEP 54 (remove_files) COMPLETE |
8956 | 2024-12-13T20:42:41.958Z | [ host-image] Dec 13 20:42:40.819 INFO O| Dec 13 20:42:40.819 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2024-12-13T20:42:41.978Z | [ host-image] Dec 13 20:42:40.842 INFO O| Dec 13 20:42:40.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8958 | 2024-12-13T20:42:41.978Z | [ host-image] Dec 13 20:42:40.842 INFO O| Dec 13 20:42:40.842 INFO STEP 55 (remove_files) COMPLETE |
8959 | 2024-12-13T20:42:41.979Z | [ host-image] Dec 13 20:42:40.842 INFO O| Dec 13 20:42:40.842 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-13T20:42:42.002Z | [ host-image] Dec 13 20:42:40.865 INFO O| Dec 13 20:42:40.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8961 | 2024-12-13T20:42:42.002Z | [ host-image] Dec 13 20:42:40.865 INFO O| Dec 13 20:42:40.865 INFO STEP 56 (remove_files) COMPLETE |
8962 | 2024-12-13T20:42:42.002Z | [ host-image] Dec 13 20:42:40.865 INFO O| Dec 13 20:42:40.865 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8963 | 2024-12-13T20:42:42.023Z | [ host-image] Dec 13 20:42:40.886 INFO O| Dec 13 20:42:40.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8964 | 2024-12-13T20:42:42.023Z | [ host-image] Dec 13 20:42:40.886 INFO O| Dec 13 20:42:40.886 INFO STEP 57 (remove_files) COMPLETE |
8965 | 2024-12-13T20:42:42.023Z | [ host-image] Dec 13 20:42:40.886 INFO O| Dec 13 20:42:40.886 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2024-12-13T20:42:42.043Z | [ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8967 | 2024-12-13T20:42:42.043Z | [ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8968 | 2024-12-13T20:42:42.046Z | [ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8969 | 2024-12-13T20:42:42.046Z | [ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8970 | 2024-12-13T20:42:42.046Z | [ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8971 | 2024-12-13T20:42:42.046Z | [ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8972 | 2024-12-13T20:42:42.046Z | [ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO ok! |
8973 | 2024-12-13T20:42:42.046Z | [ host-image] Dec 13 20:42:40.908 INFO O| Dec 13 20:42:40.907 INFO STEP 58 (ensure_file) COMPLETE |
8974 | 2024-12-13T20:42:42.046Z | [ host-image] Dec 13 20:42:40.908 INFO O| Dec 13 20:42:40.908 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8975 | 2024-12-13T20:42:42.065Z | [ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8976 | 2024-12-13T20:42:42.066Z | [ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8977 | 2024-12-13T20:42:42.068Z | [ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8978 | 2024-12-13T20:42:42.068Z | [ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8979 | 2024-12-13T20:42:42.069Z | [ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8980 | 2024-12-13T20:42:42.069Z | [ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8981 | 2024-12-13T20:42:42.069Z | [ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO ok! |
8982 | 2024-12-13T20:42:42.069Z | [ host-image] Dec 13 20:42:40.930 INFO O| Dec 13 20:42:40.929 INFO STEP 59 (ensure_file) COMPLETE |
8983 | 2024-12-13T20:42:42.069Z | [ host-image] Dec 13 20:42:40.930 INFO O| Dec 13 20:42:40.929 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8984 | 2024-12-13T20:42:42.087Z | [ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8985 | 2024-12-13T20:42:42.087Z | [ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8986 | 2024-12-13T20:42:42.090Z | [ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8987 | 2024-12-13T20:42:42.097Z | [ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO ok! |
8988 | 2024-12-13T20:42:42.097Z | [ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO STEP 60 (ensure_file) COMPLETE |
8989 | 2024-12-13T20:42:42.097Z | [ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-13T20:42:42.148Z | [ host-image] Dec 13 20:42:41.011 INFO O| Dec 13 20:42:41.011 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8991 | 2024-12-13T20:42:42.148Z | [ host-image] Dec 13 20:42:41.011 INFO O| Dec 13 20:42:41.011 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8992 | 2024-12-13T20:42:42.156Z | [ host-image] Dec 13 20:42:41.020 INFO O| Dec 13 20:42:41.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8993 | 2024-12-13T20:42:42.156Z | [ host-image] Dec 13 20:42:41.020 INFO O| Dec 13 20:42:41.020 INFO ok! |
8994 | 2024-12-13T20:42:42.156Z | [ host-image] Dec 13 20:42:41.020 INFO O| Dec 13 20:42:41.020 INFO STEP 61 (ensure_file) COMPLETE |
8995 | 2024-12-13T20:42:42.159Z | [ host-image] Dec 13 20:42:41.020 INFO O| Dec 13 20:42:41.020 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2024-12-13T20:42:42.191Z | [ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8997 | 2024-12-13T20:42:42.191Z | [ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8998 | 2024-12-13T20:42:42.191Z | [ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8999 | 2024-12-13T20:42:42.191Z | [ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9000 | 2024-12-13T20:42:42.191Z | [ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO ok! |
9001 | 2024-12-13T20:42:42.191Z | [ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO STEP 62 (ensure_file) COMPLETE |
9002 | 2024-12-13T20:42:42.191Z | [ host-image] Dec 13 20:42:41.052 INFO O| Dec 13 20:42:41.052 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9003 | 2024-12-13T20:42:42.220Z | [ host-image] Dec 13 20:42:41.082 INFO O| Dec 13 20:42:41.082 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9004 | 2024-12-13T20:42:42.220Z | [ host-image] Dec 13 20:42:41.082 INFO O| Dec 13 20:42:41.082 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9005 | 2024-12-13T20:42:42.220Z | [ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9006 | 2024-12-13T20:42:42.220Z | [ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9007 | 2024-12-13T20:42:42.220Z | [ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO ok! |
9008 | 2024-12-13T20:42:42.220Z | [ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO STEP 63 (ensure_file) COMPLETE |
9009 | 2024-12-13T20:42:42.220Z | [ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9010 | 2024-12-13T20:42:42.240Z | [ host-image] Dec 13 20:42:41.103 INFO O| Dec 13 20:42:41.103 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9011 | 2024-12-13T20:42:42.240Z | [ host-image] Dec 13 20:42:41.103 INFO O| Dec 13 20:42:41.103 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9012 | 2024-12-13T20:42:42.243Z | [ host-image] Dec 13 20:42:41.104 INFO O| Dec 13 20:42:41.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9013 | 2024-12-13T20:42:42.243Z | [ host-image] Dec 13 20:42:41.104 INFO O| Dec 13 20:42:41.104 INFO ok! |
9014 | 2024-12-13T20:42:42.243Z | [ host-image] Dec 13 20:42:41.104 INFO O| Dec 13 20:42:41.104 INFO STEP 64 (assemble_files) COMPLETE |
9015 | 2024-12-13T20:42:42.243Z | [ host-image] Dec 13 20:42:41.104 INFO O| Dec 13 20:42:41.104 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9016 | 2024-12-13T20:42:42.260Z | [ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9017 | 2024-12-13T20:42:42.260Z | [ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9018 | 2024-12-13T20:42:42.265Z | [ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9019 | 2024-12-13T20:42:42.265Z | [ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9020 | 2024-12-13T20:42:42.265Z | [ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO ok! |
9021 | 2024-12-13T20:42:42.265Z | [ host-image] Dec 13 20:42:41.125 INFO O| Dec 13 20:42:41.124 INFO STEP 65 (ensure_file) COMPLETE |
9022 | 2024-12-13T20:42:42.265Z | [ host-image] Dec 13 20:42:41.125 INFO O| Dec 13 20:42:41.125 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9023 | 2024-12-13T20:42:42.279Z | [ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9024 | 2024-12-13T20:42:42.282Z | [ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9025 | 2024-12-13T20:42:42.282Z | [ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9026 | 2024-12-13T20:42:42.282Z | [ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO STEP 66 (ensure_dir) COMPLETE |
9027 | 2024-12-13T20:42:42.282Z | [ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9028 | 2024-12-13T20:42:42.306Z | [ host-image] Dec 13 20:42:41.170 INFO O| Dec 13 20:42:41.162 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9029 | 2024-12-13T20:42:42.306Z | [ host-image] Dec 13 20:42:41.170 INFO O| Dec 13 20:42:41.162 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 ... |
9030 | 2024-12-13T20:42:42.316Z | [ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.178 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 |
9031 | 2024-12-13T20:42:42.316Z | [ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9032 | 2024-12-13T20:42:42.316Z | [ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.179 INFO ok! |
9033 | 2024-12-13T20:42:42.316Z | [ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.179 INFO STEP 67 (ensure_file) COMPLETE |
9034 | 2024-12-13T20:42:42.316Z | [ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.179 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9035 | 2024-12-13T20:42:42.355Z | [ host-image] Dec 13 20:42:41.218 INFO O| Dec 13 20:42:41.218 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9036 | 2024-12-13T20:42:42.355Z | [ host-image] Dec 13 20:42:41.218 INFO O| Dec 13 20:42:41.218 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 ... |
9037 | 2024-12-13T20:42:42.360Z | [ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 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 |
9038 | 2024-12-13T20:42:42.360Z | [ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9039 | 2024-12-13T20:42:42.360Z | [ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 INFO ok! |
9040 | 2024-12-13T20:42:42.360Z | [ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 INFO STEP 68 (ensure_file) COMPLETE |
9041 | 2024-12-13T20:42:42.360Z | [ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9042 | 2024-12-13T20:42:42.385Z | [ host-image] Dec 13 20:42:41.248 INFO O| Dec 13 20:42:41.248 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9043 | 2024-12-13T20:42:42.388Z | [ host-image] Dec 13 20:42:41.248 INFO O| Dec 13 20:42:41.248 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9044 | 2024-12-13T20:42:46.458Z | [ host-image] Dec 13 20:42:45.320 INFO O| Dec 13 20:42:45.320 INFO STEP 69 (pack_tar) COMPLETE |
9045 | 2024-12-13T20:42:46.458Z | [ host-image] Dec 13 20:42:45.321 INFO O| Dec 13 20:42:45.320 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9046 | 2024-12-13T20:42:46.461Z | [ host-image] Dec 13 20:42:45.321 INFO O| Dec 13 20:42:45.320 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9047 | 2024-12-13T20:42:46.890Z | [ host-image] Dec 13 20:42:45.753 INFO O| Dec 13 20:42:45.753 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9048 | 2024-12-13T20:42:47.018Z | [ host-image] Dec 13 20:42:45.880 INFO O| Dec 13 20:42:45.880 INFO completed processing gimlet/ramdisk-02-trim |
9049 | 2024-12-13T20:42:47.020Z | [ host-image] Dec 13 20:42:45.883 INFO image builder template: zfs... |
9050 | 2024-12-13T20:42:47.023Z | [ host-image] Dec 13 20:42:45.883 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/.tmpVYZFEz/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 |
9051 | 2024-12-13T20:42:47.047Z | [ host-image] Dec 13 20:42:45.909 INFO O| Dec 13 20:42:45.909 INFO skip include "stress" because feature "stress" is not enabled |
9052 | 2024-12-13T20:42:47.123Z | [ host-image] Dec 13 20:42:45.986 INFO O| Dec 13 20:42:45.986 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9053 | 2024-12-13T20:42:47.144Z | [ host-image] Dec 13 20:42:46.007 INFO O| Dec 13 20:42:46.007 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9054 | 2024-12-13T20:42:47.258Z | [ host-image] Dec 13 20:42:46.109 INFO O| Dec 13 20:42:46.109 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9055 | 2024-12-13T20:42:47.386Z | [ host-image] Dec 13 20:42:46.248 INFO O| Dec 13 20:42:46.248 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9056 | 2024-12-13T20:42:47.386Z | [ host-image] Dec 13 20:42:46.249 INFO O| Dec 13 20:42:46.249 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9057 | 2024-12-13T20:42:47.394Z | [ host-image] Dec 13 20:42:46.256 INFO O| Dec 13 20:42:46.256 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9058 | 2024-12-13T20:42:47.497Z | [ host-image] Dec 13 20:42:46.360 INFO O| Dec 13 20:42:46.360 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9059 | 2024-12-13T20:42:47.628Z | [ host-image] Dec 13 20:42:46.490 INFO O| Dec 13 20:42:46.490 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9060 | 2024-12-13T20:42:47.652Z | [ host-image] Dec 13 20:42:46.515 INFO O| Dec 13 20:42:46.515 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9061 | 2024-12-13T20:42:47.663Z | [ host-image] Dec 13 20:42:46.525 INFO O| Dec 13 20:42:46.525 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9062 | 2024-12-13T20:42:47.665Z | [ host-image] Dec 13 20:42:46.525 INFO O| Dec 13 20:42:46.525 INFO no lofi found |
9063 | 2024-12-13T20:42:47.665Z | [ host-image] Dec 13 20:42:46.525 INFO O| Dec 13 20:42:46.525 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9064 | 2024-12-13T20:42:47.665Z | [ host-image] Dec 13 20:42:46.526 INFO O| Dec 13 20:42:46.526 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9065 | 2024-12-13T20:42:49.149Z | [ host-image] Dec 13 20:42:48.011 INFO O| Dec 13 20:42:48.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9066 | 2024-12-13T20:42:49.149Z | [ host-image] Dec 13 20:42:48.011 INFO O| Dec 13 20:42:48.011 INFO pool device = /dev/dsk/c2t1d0p0 |
9067 | 2024-12-13T20:42:49.152Z | [ host-image] Dec 13 20:42:48.011 INFO O| Dec 13 20:42:48.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"] |
9068 | 2024-12-13T20:42:49.297Z | [ host-image] Dec 13 20:42:48.159 INFO O| Dec 13 20:42:48.159 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9069 | 2024-12-13T20:42:49.297Z | [ host-image] Dec 13 20:42:48.159 INFO O| Dec 13 20:42:48.159 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9070 | 2024-12-13T20:42:49.341Z | [ host-image] Dec 13 20:42:48.203 INFO O| Dec 13 20:42:48.203 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9071 | 2024-12-13T20:42:49.451Z | [ host-image] Dec 13 20:42:48.313 INFO O| Dec 13 20:42:48.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9072 | 2024-12-13T20:42:49.509Z | [ host-image] Dec 13 20:42:48.372 INFO O| Dec 13 20:42:48.371 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9073 | 2024-12-13T20:42:49.538Z | [ host-image] Dec 13 20:42:48.400 INFO O| Dec 13 20:42:48.400 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9074 | 2024-12-13T20:42:49.559Z | [ host-image] Dec 13 20:42:48.421 INFO O| Dec 13 20:42:48.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9075 | 2024-12-13T20:42:49.643Z | [ host-image] Dec 13 20:42:48.505 INFO O| Dec 13 20:42:48.505 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9076 | 2024-12-13T20:42:49.646Z | [ host-image] Dec 13 20:42:48.505 INFO O| Dec 13 20:42:48.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9077 | 2024-12-13T20:42:49.646Z | [ host-image] Dec 13 20:42:48.506 INFO O| Dec 13 20:42:48.505 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9078 | 2024-12-13T20:42:49.666Z | [ host-image] Dec 13 20:42:48.527 INFO O| Dec 13 20:42:48.527 INFO boot environment UUID: 9157f3bf-a794-4337-b608-fc704187f020 |
9079 | 2024-12-13T20:42:49.666Z | [ host-image] Dec 13 20:42:48.527 INFO O| Dec 13 20:42:48.527 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9157f3bf-a794-4337-b608-fc704187f020 |
9080 | 2024-12-13T20:42:49.691Z | [ host-image] Dec 13 20:42:48.553 INFO O| Dec 13 20:42:48.553 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9081 | 2024-12-13T20:42:49.714Z | [ host-image] Dec 13 20:42:48.576 INFO O| Dec 13 20:42:48.576 INFO STEP 0 (create_be) COMPLETE |
9082 | 2024-12-13T20:42:49.715Z | [ host-image] Dec 13 20:42:48.577 INFO O| Dec 13 20:42:48.576 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9083 | 2024-12-13T20:42:49.757Z | [ host-image] Dec 13 20:42:48.619 INFO O| Dec 13 20:42:48.619 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9084 | 2024-12-13T20:43:14.034Z | [ host-image] Dec 13 20:43:12.892 INFO O| Dec 13 20:43:12.891 INFO STEP 1 (unpack_tar) COMPLETE |
9085 | 2024-12-13T20:43:14.037Z | [ host-image] Dec 13 20:43:12.892 INFO O| Dec 13 20:43:12.891 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9086 | 2024-12-13T20:43:14.055Z | [ host-image] Dec 13 20:43:12.913 INFO O| Dec 13 20:43:12.912 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9087 | 2024-12-13T20:43:14.749Z | [ host-image] Dec 13 20:43:13.606 INFO O| Dec 13 20:43:13.606 INFO STEP 2 (devfsadm) COMPLETE |
9088 | 2024-12-13T20:43:14.749Z | [ host-image] Dec 13 20:43:13.607 INFO O| Dec 13 20:43:13.606 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9089 | 2024-12-13T20:43:14.769Z | [ host-image] Dec 13 20:43:13.626 INFO O| Dec 13 20:43:13.626 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9090 | 2024-12-13T20:43:14.769Z | [ host-image] Dec 13 20:43:13.626 INFO O| Dec 13 20:43:13.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9091 | 2024-12-13T20:43:14.769Z | [ host-image] Dec 13 20:43:13.626 INFO O| Dec 13 20:43:13.626 INFO STEP 3 (ensure_dir) COMPLETE |
9092 | 2024-12-13T20:43:14.772Z | [ host-image] Dec 13 20:43:13.626 INFO O| Dec 13 20:43:13.626 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9093 | 2024-12-13T20:43:14.788Z | [ host-image] Dec 13 20:43:13.646 INFO O| Dec 13 20:43:13.646 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9094 | 2024-12-13T20:43:14.789Z | [ host-image] Dec 13 20:43:13.646 INFO O| Dec 13 20:43:13.646 INFO STEP 4 (ensure_dir) COMPLETE |
9095 | 2024-12-13T20:43:14.792Z | [ host-image] Dec 13 20:43:13.646 INFO O| Dec 13 20:43:13.646 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9096 | 2024-12-13T20:43:14.813Z | [ host-image] Dec 13 20:43:13.670 INFO O| Dec 13 20:43:13.670 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9097 | 2024-12-13T20:43:14.813Z | [ host-image] Dec 13 20:43:13.671 INFO O| Dec 13 20:43:13.671 INFO STEP 5 (ensure_dir) COMPLETE |
9098 | 2024-12-13T20:43:14.816Z | [ host-image] Dec 13 20:43:13.671 INFO O| Dec 13 20:43:13.671 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9099 | 2024-12-13T20:43:14.836Z | [ host-image] Dec 13 20:43:13.693 INFO O| Dec 13 20:43:13.693 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9100 | 2024-12-13T20:43:14.838Z | [ host-image] Dec 13 20:43:13.693 INFO O| Dec 13 20:43:13.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9101 | 2024-12-13T20:43:14.838Z | [ host-image] Dec 13 20:43:13.693 INFO O| Dec 13 20:43:13.693 INFO STEP 6 (ensure_dir) COMPLETE |
9102 | 2024-12-13T20:43:14.838Z | [ host-image] Dec 13 20:43:13.694 INFO O| Dec 13 20:43:13.693 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9103 | 2024-12-13T20:43:14.857Z | [ host-image] Dec 13 20:43:13.715 INFO O| Dec 13 20:43:13.714 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9104 | 2024-12-13T20:43:14.860Z | [ host-image] Dec 13 20:43:13.715 INFO O| Dec 13 20:43:13.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9105 | 2024-12-13T20:43:14.860Z | [ host-image] Dec 13 20:43:13.715 INFO O| Dec 13 20:43:13.715 INFO STEP 7 (ensure_dir) COMPLETE |
9106 | 2024-12-13T20:43:14.860Z | [ host-image] Dec 13 20:43:13.715 INFO O| Dec 13 20:43:13.715 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9107 | 2024-12-13T20:43:14.880Z | [ host-image] Dec 13 20:43:13.737 INFO O| Dec 13 20:43:13.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9108 | 2024-12-13T20:43:14.883Z | [ host-image] Dec 13 20:43:13.737 INFO O| Dec 13 20:43:13.737 INFO STEP 8 (remove_files) COMPLETE |
9109 | 2024-12-13T20:43:14.883Z | [ host-image] Dec 13 20:43:13.738 INFO O| Dec 13 20:43:13.738 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9110 | 2024-12-13T20:43:14.933Z | [ host-image] Dec 13 20:43:13.790 INFO O| Dec 13 20:43:13.790 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9111 | 2024-12-13T20:43:14.936Z | [ host-image] Dec 13 20:43:13.792 INFO O| Dec 13 20:43:13.792 INFO STEP 9 (remove_files) COMPLETE |
9112 | 2024-12-13T20:43:14.936Z | [ host-image] Dec 13 20:43:13.792 INFO O| Dec 13 20:43:13.792 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9113 | 2024-12-13T20:43:14.959Z | [ host-image] Dec 13 20:43:13.816 INFO O| Dec 13 20:43:13.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9114 | 2024-12-13T20:43:14.961Z | [ host-image] Dec 13 20:43:13.817 INFO O| Dec 13 20:43:13.817 INFO STEP 10 (remove_files) COMPLETE |
9115 | 2024-12-13T20:43:14.962Z | [ host-image] Dec 13 20:43:13.817 INFO O| Dec 13 20:43:13.817 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9116 | 2024-12-13T20:43:14.982Z | [ host-image] Dec 13 20:43:13.839 INFO O| Dec 13 20:43:13.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9117 | 2024-12-13T20:43:14.985Z | [ host-image] Dec 13 20:43:13.839 INFO O| Dec 13 20:43:13.839 INFO STEP 11 (remove_files) COMPLETE |
9118 | 2024-12-13T20:43:14.985Z | [ host-image] Dec 13 20:43:13.840 INFO O| Dec 13 20:43:13.839 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9119 | 2024-12-13T20:43:15.005Z | [ host-image] Dec 13 20:43:13.862 INFO O| Dec 13 20:43:13.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9120 | 2024-12-13T20:43:15.008Z | [ host-image] Dec 13 20:43:13.862 INFO O| Dec 13 20:43:13.862 INFO STEP 12 (remove_files) COMPLETE |
9121 | 2024-12-13T20:43:15.008Z | [ host-image] Dec 13 20:43:13.862 INFO O| Dec 13 20:43:13.862 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9122 | 2024-12-13T20:43:15.039Z | [ host-image] Dec 13 20:43:13.896 INFO O| Dec 13 20:43:13.896 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9123 | 2024-12-13T20:43:15.042Z | [ host-image] Dec 13 20:43:13.897 INFO O| Dec 13 20:43:13.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9124 | 2024-12-13T20:43:15.042Z | [ host-image] Dec 13 20:43:13.897 INFO O| Dec 13 20:43:13.897 INFO STEP 13 (ensure_dir) COMPLETE |
9125 | 2024-12-13T20:43:15.042Z | [ host-image] Dec 13 20:43:13.897 INFO O| Dec 13 20:43:13.897 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9126 | 2024-12-13T20:43:15.069Z | [ host-image] Dec 13 20:43:13.926 INFO O| Dec 13 20:43:13.926 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9127 | 2024-12-13T20:43:15.069Z | [ host-image] Dec 13 20:43:13.926 INFO O| Dec 13 20:43:13.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9128 | 2024-12-13T20:43:15.072Z | [ host-image] Dec 13 20:43:13.927 INFO O| Dec 13 20:43:13.926 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9129 | 2024-12-13T20:43:15.072Z | [ host-image] Dec 13 20:43:13.927 INFO O| Dec 13 20:43:13.927 INFO STEP 14 (ensure_dir) COMPLETE |
9130 | 2024-12-13T20:43:15.072Z | [ host-image] Dec 13 20:43:13.927 INFO O| Dec 13 20:43:13.927 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9131 | 2024-12-13T20:43:15.095Z | [ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9132 | 2024-12-13T20:43:15.095Z | [ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9133 | 2024-12-13T20:43:15.097Z | [ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9134 | 2024-12-13T20:43:15.097Z | [ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO STEP 15 (ensure_dir) COMPLETE |
9135 | 2024-12-13T20:43:15.097Z | [ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9136 | 2024-12-13T20:43:15.123Z | [ host-image] Dec 13 20:43:13.978 INFO O| Dec 13 20:43:13.978 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9137 | 2024-12-13T20:43:15.123Z | [ host-image] Dec 13 20:43:13.978 INFO O| Dec 13 20:43:13.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9138 | 2024-12-13T20:43:15.123Z | [ host-image] Dec 13 20:43:13.978 INFO O| Dec 13 20:43:13.978 INFO STEP 16 (ensure_dir) COMPLETE |
9139 | 2024-12-13T20:43:15.125Z | [ host-image] Dec 13 20:43:13.978 INFO O| Dec 13 20:43:13.978 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9140 | 2024-12-13T20:43:15.151Z | [ host-image] Dec 13 20:43:14.006 INFO O| Dec 13 20:43:14.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9141 | 2024-12-13T20:43:15.151Z | [ host-image] Dec 13 20:43:14.006 INFO O| Dec 13 20:43:14.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9142 | 2024-12-13T20:43:15.151Z | [ host-image] Dec 13 20:43:14.006 INFO O| Dec 13 20:43:14.006 INFO STEP 17 (ensure_dir) COMPLETE |
9143 | 2024-12-13T20:43:15.154Z | [ host-image] Dec 13 20:43:14.006 INFO O| Dec 13 20:43:14.006 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9144 | 2024-12-13T20:43:15.191Z | [ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9145 | 2024-12-13T20:43:15.191Z | [ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9146 | 2024-12-13T20:43:15.191Z | [ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO ok! |
9147 | 2024-12-13T20:43:15.191Z | [ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO STEP 18 (ensure_symlink) COMPLETE |
9148 | 2024-12-13T20:43:15.191Z | [ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9149 | 2024-12-13T20:43:15.251Z | [ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9150 | 2024-12-13T20:43:15.251Z | [ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9151 | 2024-12-13T20:43:15.251Z | [ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.108 INFO ok! |
9152 | 2024-12-13T20:43:15.251Z | [ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.108 INFO STEP 19 (ensure_file) COMPLETE |
9153 | 2024-12-13T20:43:15.251Z | [ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.108 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9154 | 2024-12-13T20:43:15.274Z | [ host-image] Dec 13 20:43:14.130 INFO O| Dec 13 20:43:14.130 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9155 | 2024-12-13T20:43:15.274Z | [ host-image] Dec 13 20:43:14.130 INFO O| Dec 13 20:43:14.130 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9156 | 2024-12-13T20:43:15.277Z | [ host-image] Dec 13 20:43:14.131 INFO O| Dec 13 20:43:14.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9157 | 2024-12-13T20:43:15.277Z | [ host-image] Dec 13 20:43:14.131 INFO O| Dec 13 20:43:14.131 INFO ok! |
9158 | 2024-12-13T20:43:15.277Z | [ host-image] Dec 13 20:43:14.131 INFO O| Dec 13 20:43:14.131 INFO STEP 20 (ensure_symlink) COMPLETE |
9159 | 2024-12-13T20:43:15.277Z | [ host-image] Dec 13 20:43:14.131 INFO O| Dec 13 20:43:14.131 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9160 | 2024-12-13T20:43:15.296Z | [ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9161 | 2024-12-13T20:43:15.296Z | [ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9162 | 2024-12-13T20:43:15.296Z | [ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9163 | 2024-12-13T20:43:15.296Z | [ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO ok! |
9164 | 2024-12-13T20:43:15.296Z | [ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO STEP 21 (ensure_symlink) COMPLETE |
9165 | 2024-12-13T20:43:15.296Z | [ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9166 | 2024-12-13T20:43:15.314Z | [ host-image] Dec 13 20:43:14.171 INFO O| Dec 13 20:43:14.171 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9167 | 2024-12-13T20:43:15.314Z | [ host-image] Dec 13 20:43:14.171 INFO O| Dec 13 20:43:14.171 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9168 | 2024-12-13T20:43:15.314Z | [ host-image] Dec 13 20:43:14.172 INFO O| Dec 13 20:43:14.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9169 | 2024-12-13T20:43:15.317Z | [ host-image] Dec 13 20:43:14.172 INFO O| Dec 13 20:43:14.171 INFO ok! |
9170 | 2024-12-13T20:43:15.317Z | [ host-image] Dec 13 20:43:14.172 INFO O| Dec 13 20:43:14.171 INFO STEP 22 (ensure_symlink) COMPLETE |
9171 | 2024-12-13T20:43:15.317Z | [ host-image] Dec 13 20:43:14.172 INFO O| Dec 13 20:43:14.172 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9172 | 2024-12-13T20:43:15.354Z | [ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9173 | 2024-12-13T20:43:15.354Z | [ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9174 | 2024-12-13T20:43:15.354Z | [ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9175 | 2024-12-13T20:43:15.357Z | [ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO ok! |
9176 | 2024-12-13T20:43:15.357Z | [ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO STEP 23 (ensure_symlink) COMPLETE |
9177 | 2024-12-13T20:43:15.357Z | [ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9178 | 2024-12-13T20:43:15.378Z | [ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.235 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9179 | 2024-12-13T20:43:15.381Z | [ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9180 | 2024-12-13T20:43:15.381Z | [ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9181 | 2024-12-13T20:43:15.381Z | [ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO ok! |
9182 | 2024-12-13T20:43:15.381Z | [ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO STEP 24 (ensure_file) COMPLETE |
9183 | 2024-12-13T20:43:15.381Z | [ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9184 | 2024-12-13T20:43:15.400Z | [ host-image] Dec 13 20:43:14.257 INFO O| Dec 13 20:43:14.257 INFO updating shadow file |
9185 | 2024-12-13T20:43:15.403Z | [ host-image] Dec 13 20:43:14.257 INFO O| Dec 13 20:43:14.257 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9186 | 2024-12-13T20:43:15.403Z | [ host-image] Dec 13 20:43:14.257 INFO O| Dec 13 20:43:14.257 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9187 | 2024-12-13T20:43:15.403Z | [ host-image] Dec 13 20:43:14.258 INFO O| Dec 13 20:43:14.257 INFO STEP 25 (shadow) COMPLETE |
9188 | 2024-12-13T20:43:15.403Z | [ host-image] Dec 13 20:43:14.258 INFO O| Dec 13 20:43:14.258 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9189 | 2024-12-13T20:43:15.422Z | [ host-image] Dec 13 20:43:14.279 INFO O| Dec 13 20:43:14.279 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9190 | 2024-12-13T20:43:15.422Z | [ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9191 | 2024-12-13T20:43:15.426Z | [ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9192 | 2024-12-13T20:43:15.426Z | [ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO ok! |
9193 | 2024-12-13T20:43:15.426Z | [ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO STEP 26 (ensure_file) COMPLETE |
9194 | 2024-12-13T20:43:15.426Z | [ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9195 | 2024-12-13T20:43:15.444Z | [ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9196 | 2024-12-13T20:43:15.444Z | [ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9197 | 2024-12-13T20:43:15.444Z | [ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9198 | 2024-12-13T20:43:15.447Z | [ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO ok! |
9199 | 2024-12-13T20:43:15.447Z | [ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO STEP 27 (ensure_file) COMPLETE |
9200 | 2024-12-13T20:43:15.447Z | [ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9201 | 2024-12-13T20:43:15.465Z | [ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9202 | 2024-12-13T20:43:15.465Z | [ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9203 | 2024-12-13T20:43:15.468Z | [ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9204 | 2024-12-13T20:43:15.468Z | [ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9205 | 2024-12-13T20:43:15.468Z | [ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO ok! |
9206 | 2024-12-13T20:43:15.468Z | [ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO STEP 28 (ensure_file) COMPLETE |
9207 | 2024-12-13T20:43:15.468Z | [ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9208 | 2024-12-13T20:43:15.485Z | [ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9209 | 2024-12-13T20:43:15.485Z | [ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9210 | 2024-12-13T20:43:15.485Z | [ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9211 | 2024-12-13T20:43:15.486Z | [ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO ok! |
9212 | 2024-12-13T20:43:15.486Z | [ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO STEP 29 (ensure_file) COMPLETE |
9213 | 2024-12-13T20:43:15.486Z | [ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9214 | 2024-12-13T20:43:15.521Z | [ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9215 | 2024-12-13T20:43:15.521Z | [ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9216 | 2024-12-13T20:43:15.525Z | [ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9217 | 2024-12-13T20:43:15.525Z | [ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO ok! |
9218 | 2024-12-13T20:43:15.525Z | [ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO STEP 30 (ensure_file) COMPLETE |
9219 | 2024-12-13T20:43:15.525Z | [ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9220 | 2024-12-13T20:43:15.576Z | [ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9221 | 2024-12-13T20:43:15.576Z | [ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9222 | 2024-12-13T20:43:15.576Z | [ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9223 | 2024-12-13T20:43:15.579Z | [ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9224 | 2024-12-13T20:43:15.579Z | [ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO ok! |
9225 | 2024-12-13T20:43:15.579Z | [ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO STEP 31 (ensure_file) COMPLETE |
9226 | 2024-12-13T20:43:15.579Z | [ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9227 | 2024-12-13T20:43:15.597Z | [ host-image] Dec 13 20:43:14.454 INFO O| Dec 13 20:43:14.454 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9228 | 2024-12-13T20:43:15.597Z | [ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.454 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9229 | 2024-12-13T20:43:15.601Z | [ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9230 | 2024-12-13T20:43:15.601Z | [ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.455 INFO ok! |
9231 | 2024-12-13T20:43:15.601Z | [ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.455 INFO STEP 32 (ensure_file) COMPLETE |
9232 | 2024-12-13T20:43:15.601Z | [ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.455 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9233 | 2024-12-13T20:43:15.632Z | [ host-image] Dec 13 20:43:14.489 INFO O| Dec 13 20:43:14.489 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9234 | 2024-12-13T20:43:15.632Z | [ host-image] Dec 13 20:43:14.489 INFO O| Dec 13 20:43:14.489 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9235 | 2024-12-13T20:43:15.635Z | [ host-image] Dec 13 20:43:14.490 INFO O| Dec 13 20:43:14.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9236 | 2024-12-13T20:43:15.635Z | [ host-image] Dec 13 20:43:14.490 INFO O| Dec 13 20:43:14.490 INFO ok! |
9237 | 2024-12-13T20:43:15.635Z | [ host-image] Dec 13 20:43:14.490 INFO O| Dec 13 20:43:14.490 INFO STEP 33 (ensure_file) COMPLETE |
9238 | 2024-12-13T20:43:15.635Z | [ host-image] Dec 13 20:43:14.490 INFO O| Dec 13 20:43:14.490 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9239 | 2024-12-13T20:43:15.652Z | [ host-image] Dec 13 20:43:14.509 INFO O| Dec 13 20:43:14.509 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9240 | 2024-12-13T20:43:15.652Z | [ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9241 | 2024-12-13T20:43:15.655Z | [ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9242 | 2024-12-13T20:43:15.655Z | [ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9243 | 2024-12-13T20:43:15.656Z | [ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9244 | 2024-12-13T20:43:15.656Z | [ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9245 | 2024-12-13T20:43:15.656Z | [ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO ok! |
9246 | 2024-12-13T20:43:15.656Z | [ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO STEP 34 (ensure_file) COMPLETE |
9247 | 2024-12-13T20:43:15.656Z | [ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9248 | 2024-12-13T20:43:15.671Z | [ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9249 | 2024-12-13T20:43:15.674Z | [ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9250 | 2024-12-13T20:43:15.674Z | [ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9251 | 2024-12-13T20:43:15.674Z | [ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO STEP 35 (ensure_dir) COMPLETE |
9252 | 2024-12-13T20:43:15.674Z | [ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9253 | 2024-12-13T20:43:15.689Z | [ host-image] Dec 13 20:43:14.546 INFO O| Dec 13 20:43:14.546 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 |
9254 | 2024-12-13T20:43:15.689Z | [ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.546 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 ... |
9255 | 2024-12-13T20:43:15.692Z | [ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 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 |
9256 | 2024-12-13T20:43:15.692Z | [ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 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 |
9257 | 2024-12-13T20:43:15.692Z | [ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 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 |
9258 | 2024-12-13T20:43:15.692Z | [ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 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 |
9259 | 2024-12-13T20:43:15.692Z | [ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 INFO ok! |
9260 | 2024-12-13T20:43:15.692Z | [ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 INFO STEP 36 (ensure_file) COMPLETE |
9261 | 2024-12-13T20:43:15.692Z | [ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9262 | 2024-12-13T20:43:15.709Z | [ host-image] Dec 13 20:43:14.566 INFO O| Dec 13 20:43:14.566 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9263 | 2024-12-13T20:43:15.709Z | [ host-image] Dec 13 20:43:14.566 INFO O| Dec 13 20:43:14.566 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 ... |
9264 | 2024-12-13T20:43:15.712Z | [ host-image] Dec 13 20:43:14.566 INFO O| Dec 13 20:43:14.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9265 | 2024-12-13T20:43:15.712Z | [ host-image] Dec 13 20:43:14.566 INFO O| Dec 13 20:43:14.566 INFO ok! |
9266 | 2024-12-13T20:43:15.712Z | [ host-image] Dec 13 20:43:14.567 INFO O| Dec 13 20:43:14.567 INFO STEP 37 (ensure_symlink) COMPLETE |
9267 | 2024-12-13T20:43:15.712Z | [ host-image] Dec 13 20:43:14.567 INFO O| Dec 13 20:43:14.567 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9268 | 2024-12-13T20:43:15.737Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9269 | 2024-12-13T20:43:15.737Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9270 | 2024-12-13T20:43:15.738Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9271 | 2024-12-13T20:43:15.740Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9272 | 2024-12-13T20:43:15.741Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9273 | 2024-12-13T20:43:15.741Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9274 | 2024-12-13T20:43:15.741Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO ok! |
9275 | 2024-12-13T20:43:15.741Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO STEP 38 (ensure_file) COMPLETE |
9276 | 2024-12-13T20:43:15.741Z | [ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9277 | 2024-12-13T20:43:15.771Z | [ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9278 | 2024-12-13T20:43:15.771Z | [ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 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 ... |
9279 | 2024-12-13T20:43:15.774Z | [ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 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 |
9280 | 2024-12-13T20:43:15.774Z | [ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9281 | 2024-12-13T20:43:15.774Z | [ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO ok! |
9282 | 2024-12-13T20:43:15.774Z | [ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO STEP 39 (ensure_file) COMPLETE |
9283 | 2024-12-13T20:43:15.774Z | [ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9284 | 2024-12-13T20:43:15.796Z | [ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9285 | 2024-12-13T20:43:15.796Z | [ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.653 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9286 | 2024-12-13T20:43:15.796Z | [ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9287 | 2024-12-13T20:43:15.796Z | [ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.654 INFO ok! |
9288 | 2024-12-13T20:43:15.797Z | [ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.654 INFO STEP 40 (ensure_file) COMPLETE |
9289 | 2024-12-13T20:43:15.800Z | [ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.654 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9290 | 2024-12-13T20:43:15.815Z | [ host-image] Dec 13 20:43:14.672 INFO O| Dec 13 20:43:14.672 INFO updating shadow file |
9291 | 2024-12-13T20:43:15.815Z | [ host-image] Dec 13 20:43:14.672 INFO O| Dec 13 20:43:14.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9292 | 2024-12-13T20:43:15.815Z | [ host-image] Dec 13 20:43:14.672 INFO O| Dec 13 20:43:14.672 INFO STEP 41 (shadow) COMPLETE |
9293 | 2024-12-13T20:43:15.818Z | [ host-image] Dec 13 20:43:14.672 INFO O| Dec 13 20:43:14.672 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9294 | 2024-12-13T20:43:15.834Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9295 | 2024-12-13T20:43:15.834Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9296 | 2024-12-13T20:43:15.836Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9297 | 2024-12-13T20:43:15.836Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9298 | 2024-12-13T20:43:15.837Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO ok! |
9299 | 2024-12-13T20:43:15.837Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO STEP 42 (ensure_file) COMPLETE |
9300 | 2024-12-13T20:43:15.837Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9301 | 2024-12-13T20:43:15.837Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO skip step because feature "mfg" is not enabled |
9302 | 2024-12-13T20:43:15.837Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9303 | 2024-12-13T20:43:15.837Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO skip step because feature "mfg" is not enabled |
9304 | 2024-12-13T20:43:15.837Z | [ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9305 | 2024-12-13T20:43:15.852Z | [ host-image] Dec 13 20:43:14.709 INFO O| Dec 13 20:43:14.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9306 | 2024-12-13T20:43:15.852Z | [ host-image] Dec 13 20:43:14.709 INFO O| Dec 13 20:43:14.709 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9307 | 2024-12-13T20:43:16.728Z | [ host-image] Dec 13 20:43:15.585 INFO O| Dec 13 20:43:15.585 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9308 | 2024-12-13T20:43:16.728Z | [ host-image] Dec 13 20:43:15.585 INFO O| Dec 13 20:43:15.585 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9309 | 2024-12-13T20:43:16.734Z | [ host-image] Dec 13 20:43:15.585 INFO O| Dec 13 20:43:15.585 INFO ok! |
9310 | 2024-12-13T20:43:16.734Z | [ host-image] Dec 13 20:43:15.585 INFO O| Dec 13 20:43:15.585 INFO STEP 45 (ensure_file) COMPLETE |
9311 | 2024-12-13T20:43:16.734Z | [ host-image] Dec 13 20:43:15.586 INFO O| Dec 13 20:43:15.585 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9312 | 2024-12-13T20:43:16.749Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9313 | 2024-12-13T20:43:16.749Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9314 | 2024-12-13T20:43:16.752Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9315 | 2024-12-13T20:43:16.752Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9316 | 2024-12-13T20:43:16.752Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9317 | 2024-12-13T20:43:16.752Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9318 | 2024-12-13T20:43:16.752Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO ok! |
9319 | 2024-12-13T20:43:16.752Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO STEP 46 (ensure_file) COMPLETE |
9320 | 2024-12-13T20:43:16.753Z | [ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9321 | 2024-12-13T20:43:16.772Z | [ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9322 | 2024-12-13T20:43:16.772Z | [ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 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 ... |
9323 | 2024-12-13T20:43:16.775Z | [ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 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 |
9324 | 2024-12-13T20:43:16.775Z | [ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9325 | 2024-12-13T20:43:16.775Z | [ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 INFO ok! |
9326 | 2024-12-13T20:43:16.775Z | [ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 INFO STEP 47 (ensure_file) COMPLETE |
9327 | 2024-12-13T20:43:16.775Z | [ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9328 | 2024-12-13T20:43:16.794Z | [ host-image] Dec 13 20:43:15.651 INFO O| Dec 13 20:43:15.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9329 | 2024-12-13T20:43:16.795Z | [ host-image] Dec 13 20:43:15.651 INFO O| Dec 13 20:43:15.651 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9330 | 2024-12-13T20:43:16.798Z | [ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.651 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9331 | 2024-12-13T20:43:16.798Z | [ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9332 | 2024-12-13T20:43:16.798Z | [ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9333 | 2024-12-13T20:43:16.798Z | [ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9334 | 2024-12-13T20:43:16.798Z | [ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO ok! |
9335 | 2024-12-13T20:43:16.798Z | [ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO STEP 48 (ensure_file) COMPLETE |
9336 | 2024-12-13T20:43:16.798Z | [ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9337 | 2024-12-13T20:43:16.833Z | [ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9338 | 2024-12-13T20:43:16.833Z | [ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 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 ... |
9339 | 2024-12-13T20:43:16.833Z | [ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 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 |
9340 | 2024-12-13T20:43:16.836Z | [ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9341 | 2024-12-13T20:43:16.836Z | [ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 INFO ok! |
9342 | 2024-12-13T20:43:16.836Z | [ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 INFO STEP 49 (ensure_file) COMPLETE |
9343 | 2024-12-13T20:43:16.837Z | [ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9344 | 2024-12-13T20:43:16.856Z | [ host-image] Dec 13 20:43:15.712 INFO O| Dec 13 20:43:15.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9345 | 2024-12-13T20:43:16.856Z | [ host-image] Dec 13 20:43:15.712 INFO O| Dec 13 20:43:15.712 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9346 | 2024-12-13T20:43:16.859Z | [ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9347 | 2024-12-13T20:43:16.859Z | [ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9348 | 2024-12-13T20:43:16.862Z | [ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9349 | 2024-12-13T20:43:16.862Z | [ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9350 | 2024-12-13T20:43:16.865Z | [ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO ok! |
9351 | 2024-12-13T20:43:16.865Z | [ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO STEP 50 (ensure_file) COMPLETE |
9352 | 2024-12-13T20:43:16.865Z | [ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9353 | 2024-12-13T20:43:16.880Z | [ host-image] Dec 13 20:43:15.736 INFO O| Dec 13 20:43:15.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9354 | 2024-12-13T20:43:16.880Z | [ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.736 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 ... |
9355 | 2024-12-13T20:43:16.882Z | [ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 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 |
9356 | 2024-12-13T20:43:16.882Z | [ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9357 | 2024-12-13T20:43:16.882Z | [ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 INFO ok! |
9358 | 2024-12-13T20:43:16.882Z | [ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 INFO STEP 51 (ensure_file) COMPLETE |
9359 | 2024-12-13T20:43:16.882Z | [ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9360 | 2024-12-13T20:43:16.903Z | [ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9361 | 2024-12-13T20:43:16.903Z | [ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 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 ... |
9362 | 2024-12-13T20:43:16.905Z | [ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 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 |
9363 | 2024-12-13T20:43:16.906Z | [ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9364 | 2024-12-13T20:43:16.906Z | [ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO ok! |
9365 | 2024-12-13T20:43:16.906Z | [ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO STEP 52 (ensure_file) COMPLETE |
9366 | 2024-12-13T20:43:16.906Z | [ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9367 | 2024-12-13T20:43:16.927Z | [ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9368 | 2024-12-13T20:43:16.931Z | [ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 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 ... |
9369 | 2024-12-13T20:43:16.931Z | [ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 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 |
9370 | 2024-12-13T20:43:16.931Z | [ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9371 | 2024-12-13T20:43:16.931Z | [ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO ok! |
9372 | 2024-12-13T20:43:16.931Z | [ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO STEP 53 (ensure_file) COMPLETE |
9373 | 2024-12-13T20:43:16.931Z | [ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9374 | 2024-12-13T20:43:16.946Z | [ host-image] Dec 13 20:43:15.803 INFO O| Dec 13 20:43:15.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9375 | 2024-12-13T20:43:16.946Z | [ host-image] Dec 13 20:43:15.803 INFO O| Dec 13 20:43:15.803 INFO STEP 54 (ensure_dir) COMPLETE |
9376 | 2024-12-13T20:43:16.949Z | [ host-image] Dec 13 20:43:15.803 INFO O| Dec 13 20:43:15.803 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2024-12-13T20:43:16.969Z | [ host-image] Dec 13 20:43:15.826 INFO O| Dec 13 20:43:15.825 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9378 | 2024-12-13T20:43:16.969Z | [ host-image] Dec 13 20:43:15.826 INFO O| Dec 13 20:43:15.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9379 | 2024-12-13T20:43:16.969Z | [ host-image] Dec 13 20:43:15.826 INFO O| Dec 13 20:43:15.826 INFO STEP 55 (ensure_dir) COMPLETE |
9380 | 2024-12-13T20:43:16.972Z | [ host-image] Dec 13 20:43:15.826 INFO O| Dec 13 20:43:15.826 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9381 | 2024-12-13T20:43:16.991Z | [ host-image] Dec 13 20:43:15.848 INFO O| Dec 13 20:43:15.848 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9382 | 2024-12-13T20:43:16.991Z | [ host-image] Dec 13 20:43:15.848 INFO O| Dec 13 20:43:15.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9383 | 2024-12-13T20:43:16.991Z | [ host-image] Dec 13 20:43:15.848 INFO O| Dec 13 20:43:15.848 INFO STEP 56 (ensure_dir) COMPLETE |
9384 | 2024-12-13T20:43:16.994Z | [ host-image] Dec 13 20:43:15.848 INFO O| Dec 13 20:43:15.848 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9385 | 2024-12-13T20:43:17.037Z | [ host-image] Dec 13 20:43:15.894 INFO O| Dec 13 20:43:15.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9386 | 2024-12-13T20:43:17.037Z | [ host-image] Dec 13 20:43:15.894 INFO O| Dec 13 20:43:15.894 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9387 | 2024-12-13T20:43:17.063Z | [ host-image] Dec 13 20:43:15.920 INFO O| Dec 13 20:43:15.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9388 | 2024-12-13T20:43:17.064Z | [ host-image] Dec 13 20:43:15.920 INFO O| Dec 13 20:43:15.920 INFO ok! |
9389 | 2024-12-13T20:43:17.066Z | [ host-image] Dec 13 20:43:15.920 INFO O| Dec 13 20:43:15.920 INFO STEP 57 (ensure_file) COMPLETE |
9390 | 2024-12-13T20:43:17.066Z | [ host-image] Dec 13 20:43:15.920 INFO O| Dec 13 20:43:15.920 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9391 | 2024-12-13T20:43:17.089Z | [ host-image] Dec 13 20:43:15.945 INFO O| Dec 13 20:43:15.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9392 | 2024-12-13T20:43:17.089Z | [ host-image] Dec 13 20:43:15.945 INFO O| Dec 13 20:43:15.945 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9393 | 2024-12-13T20:43:18.532Z | [ host-image] Dec 13 20:43:17.389 INFO O| Dec 13 20:43:17.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9394 | 2024-12-13T20:43:18.532Z | [ host-image] Dec 13 20:43:17.389 INFO O| Dec 13 20:43:17.389 INFO ok! |
9395 | 2024-12-13T20:43:18.535Z | [ host-image] Dec 13 20:43:17.389 INFO O| Dec 13 20:43:17.389 INFO STEP 58 (ensure_file) COMPLETE |
9396 | 2024-12-13T20:43:18.535Z | [ host-image] Dec 13 20:43:17.389 INFO O| Dec 13 20:43:17.389 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9397 | 2024-12-13T20:43:18.554Z | [ host-image] Dec 13 20:43:17.410 INFO O| Dec 13 20:43:17.410 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9398 | 2024-12-13T20:43:18.554Z | [ host-image] Dec 13 20:43:17.410 INFO O| Dec 13 20:43:17.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9399 | 2024-12-13T20:43:18.554Z | [ host-image] Dec 13 20:43:17.410 INFO O| Dec 13 20:43:17.410 INFO STEP 59 (ensure_dir) COMPLETE |
9400 | 2024-12-13T20:43:18.556Z | [ host-image] Dec 13 20:43:17.410 INFO O| Dec 13 20:43:17.410 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9401 | 2024-12-13T20:43:18.580Z | [ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9402 | 2024-12-13T20:43:18.580Z | [ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO copying /tmp/.tmpVYZFEz/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 ... |
9403 | 2024-12-13T20:43:18.583Z | [ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9404 | 2024-12-13T20:43:18.583Z | [ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO ok! |
9405 | 2024-12-13T20:43:18.583Z | [ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO STEP 60 (ensure_file) COMPLETE |
9406 | 2024-12-13T20:43:18.583Z | [ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9407 | 2024-12-13T20:43:18.642Z | [ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9408 | 2024-12-13T20:43:18.642Z | [ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO copying /tmp/.tmpVYZFEz/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 ... |
9409 | 2024-12-13T20:43:18.642Z | [ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9410 | 2024-12-13T20:43:18.645Z | [ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO ok! |
9411 | 2024-12-13T20:43:18.645Z | [ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO STEP 61 (ensure_file) COMPLETE |
9412 | 2024-12-13T20:43:18.645Z | [ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9413 | 2024-12-13T20:43:18.684Z | [ host-image] Dec 13 20:43:17.541 INFO O| Dec 13 20:43:17.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9414 | 2024-12-13T20:43:18.687Z | [ host-image] Dec 13 20:43:17.541 INFO O| Dec 13 20:43:17.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9415 | 2024-12-13T20:43:18.687Z | [ host-image] Dec 13 20:43:17.541 INFO O| Dec 13 20:43:17.541 INFO STEP 62 (ensure_dir) COMPLETE |
9416 | 2024-12-13T20:43:18.687Z | [ host-image] Dec 13 20:43:17.541 INFO O| Dec 13 20:43:17.541 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9417 | 2024-12-13T20:43:18.728Z | [ host-image] Dec 13 20:43:17.584 INFO O| Dec 13 20:43:17.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9418 | 2024-12-13T20:43:18.728Z | [ host-image] Dec 13 20:43:17.584 INFO O| Dec 13 20:43:17.584 INFO copying /tmp/.tmpVYZFEz/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 ... |
9419 | 2024-12-13T20:43:18.728Z | [ host-image] Dec 13 20:43:17.584 INFO O| Dec 13 20:43:17.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9420 | 2024-12-13T20:43:18.733Z | [ host-image] Dec 13 20:43:17.585 INFO O| Dec 13 20:43:17.584 INFO ok! |
9421 | 2024-12-13T20:43:18.733Z | [ host-image] Dec 13 20:43:17.585 INFO O| Dec 13 20:43:17.585 INFO STEP 63 (ensure_file) COMPLETE |
9422 | 2024-12-13T20:43:18.733Z | [ host-image] Dec 13 20:43:17.585 INFO O| Dec 13 20:43:17.585 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9423 | 2024-12-13T20:43:18.798Z | [ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9424 | 2024-12-13T20:43:18.799Z | [ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO copying /tmp/.tmpVYZFEz/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 ... |
9425 | 2024-12-13T20:43:18.803Z | [ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9426 | 2024-12-13T20:43:18.803Z | [ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO ok! |
9427 | 2024-12-13T20:43:18.803Z | [ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO STEP 64 (ensure_file) COMPLETE |
9428 | 2024-12-13T20:43:18.803Z | [ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9429 | 2024-12-13T20:43:18.843Z | [ host-image] Dec 13 20:43:17.699 INFO O| Dec 13 20:43:17.699 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9430 | 2024-12-13T20:43:18.844Z | [ host-image] Dec 13 20:43:17.700 INFO O| Dec 13 20:43:17.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9431 | 2024-12-13T20:43:18.844Z | [ host-image] Dec 13 20:43:17.700 INFO O| Dec 13 20:43:17.700 INFO STEP 65 (ensure_dir) COMPLETE |
9432 | 2024-12-13T20:43:18.844Z | [ host-image] Dec 13 20:43:17.700 INFO O| Dec 13 20:43:17.700 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9433 | 2024-12-13T20:43:18.864Z | [ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9434 | 2024-12-13T20:43:18.864Z | [ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO copying /tmp/.tmpVYZFEz/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 ... |
9435 | 2024-12-13T20:43:18.867Z | [ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9436 | 2024-12-13T20:43:18.867Z | [ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO ok! |
9437 | 2024-12-13T20:43:18.867Z | [ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO STEP 66 (ensure_file) COMPLETE |
9438 | 2024-12-13T20:43:18.867Z | [ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9439 | 2024-12-13T20:43:18.888Z | [ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9440 | 2024-12-13T20:43:18.888Z | [ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9441 | 2024-12-13T20:43:18.888Z | [ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9442 | 2024-12-13T20:43:18.891Z | [ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO ok! |
9443 | 2024-12-13T20:43:18.891Z | [ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO STEP 67 (ensure_file) COMPLETE |
9444 | 2024-12-13T20:43:18.891Z | [ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9445 | 2024-12-13T20:43:18.909Z | [ host-image] Dec 13 20:43:17.765 INFO O| Dec 13 20:43:17.765 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9446 | 2024-12-13T20:43:18.909Z | [ host-image] Dec 13 20:43:17.765 INFO O| Dec 13 20:43:17.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9447 | 2024-12-13T20:43:18.912Z | [ host-image] Dec 13 20:43:17.765 INFO O| Dec 13 20:43:17.765 INFO STEP 68 (ensure_dir) COMPLETE |
9448 | 2024-12-13T20:43:18.912Z | [ host-image] Dec 13 20:43:17.765 INFO O| Dec 13 20:43:17.765 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9449 | 2024-12-13T20:43:18.953Z | [ host-image] Dec 13 20:43:17.809 INFO O| Dec 13 20:43:17.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9450 | 2024-12-13T20:43:18.953Z | [ host-image] Dec 13 20:43:17.809 INFO O| Dec 13 20:43:17.809 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9451 | 2024-12-13T20:43:20.374Z | [ host-image] Dec 13 20:43:19.229 INFO O| Dec 13 20:43:19.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9452 | 2024-12-13T20:43:20.374Z | [ host-image] Dec 13 20:43:19.229 INFO O| Dec 13 20:43:19.229 INFO ok! |
9453 | 2024-12-13T20:43:20.374Z | [ host-image] Dec 13 20:43:19.229 INFO O| Dec 13 20:43:19.229 INFO STEP 69 (ensure_file) COMPLETE |
9454 | 2024-12-13T20:43:20.374Z | [ host-image] Dec 13 20:43:19.229 INFO O| Dec 13 20:43:19.229 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9455 | 2024-12-13T20:43:20.395Z | [ host-image] Dec 13 20:43:19.251 INFO O| Dec 13 20:43:19.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9456 | 2024-12-13T20:43:20.395Z | [ host-image] Dec 13 20:43:19.251 INFO O| Dec 13 20:43:19.251 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9457 | 2024-12-13T20:43:22.435Z | [ host-image] Dec 13 20:43:21.291 INFO O| Dec 13 20:43:21.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9458 | 2024-12-13T20:43:22.435Z | [ host-image] Dec 13 20:43:21.291 INFO O| Dec 13 20:43:21.291 INFO ok! |
9459 | 2024-12-13T20:43:22.438Z | [ host-image] Dec 13 20:43:21.291 INFO O| Dec 13 20:43:21.291 INFO STEP 70 (ensure_file) COMPLETE |
9460 | 2024-12-13T20:43:22.438Z | [ host-image] Dec 13 20:43:21.291 INFO O| Dec 13 20:43:21.291 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9461 | 2024-12-13T20:43:22.456Z | [ host-image] Dec 13 20:43:21.312 INFO O| Dec 13 20:43:21.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9462 | 2024-12-13T20:43:22.456Z | [ host-image] Dec 13 20:43:21.312 INFO O| Dec 13 20:43:21.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9463 | 2024-12-13T20:43:22.459Z | [ host-image] Dec 13 20:43:21.312 INFO O| Dec 13 20:43:21.312 INFO STEP 71 (ensure_dir) COMPLETE |
9464 | 2024-12-13T20:43:22.459Z | [ host-image] Dec 13 20:43:21.312 INFO O| Dec 13 20:43:21.312 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9465 | 2024-12-13T20:43:22.477Z | [ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9466 | 2024-12-13T20:43:22.477Z | [ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO copying /tmp/.tmpVYZFEz/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 ... |
9467 | 2024-12-13T20:43:22.477Z | [ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9468 | 2024-12-13T20:43:22.478Z | [ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO ok! |
9469 | 2024-12-13T20:43:22.481Z | [ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO STEP 72 (ensure_file) COMPLETE |
9470 | 2024-12-13T20:43:22.481Z | [ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9471 | 2024-12-13T20:43:22.505Z | [ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9472 | 2024-12-13T20:43:22.505Z | [ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO copying /tmp/.tmpVYZFEz/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 ... |
9473 | 2024-12-13T20:43:22.505Z | [ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9474 | 2024-12-13T20:43:22.508Z | [ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO ok! |
9475 | 2024-12-13T20:43:22.508Z | [ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO STEP 73 (ensure_file) COMPLETE |
9476 | 2024-12-13T20:43:22.508Z | [ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9477 | 2024-12-13T20:43:22.524Z | [ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9478 | 2024-12-13T20:43:22.524Z | [ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9479 | 2024-12-13T20:43:22.524Z | [ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9480 | 2024-12-13T20:43:22.527Z | [ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO ok! |
9481 | 2024-12-13T20:43:22.527Z | [ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO STEP 74 (ensure_file) COMPLETE |
9482 | 2024-12-13T20:43:22.527Z | [ host-image] Dec 13 20:43:21.381 INFO O| Dec 13 20:43:21.380 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2024-12-13T20:43:22.542Z | [ host-image] Dec 13 20:43:21.398 INFO O| Dec 13 20:43:21.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9484 | 2024-12-13T20:43:22.546Z | [ host-image] Dec 13 20:43:21.398 INFO O| Dec 13 20:43:21.398 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9485 | 2024-12-13T20:43:22.546Z | [ host-image] Dec 13 20:43:21.398 INFO O| Dec 13 20:43:21.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9486 | 2024-12-13T20:43:22.546Z | [ host-image] Dec 13 20:43:21.398 INFO O| Dec 13 20:43:21.398 INFO ok! |
9487 | 2024-12-13T20:43:22.546Z | [ host-image] Dec 13 20:43:21.399 INFO O| Dec 13 20:43:21.398 INFO STEP 75 (ensure_file) COMPLETE |
9488 | 2024-12-13T20:43:22.546Z | [ host-image] Dec 13 20:43:21.399 INFO O| Dec 13 20:43:21.398 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-12-13T20:43:22.561Z | [ host-image] Dec 13 20:43:21.417 INFO O| Dec 13 20:43:21.417 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9490 | 2024-12-13T20:43:22.561Z | [ host-image] Dec 13 20:43:21.417 INFO O| Dec 13 20:43:21.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9491 | 2024-12-13T20:43:22.561Z | [ host-image] Dec 13 20:43:21.417 INFO O| Dec 13 20:43:21.417 INFO STEP 76 (ensure_dir) COMPLETE |
9492 | 2024-12-13T20:43:22.564Z | [ host-image] Dec 13 20:43:21.417 INFO O| Dec 13 20:43:21.417 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9493 | 2024-12-13T20:43:22.581Z | [ host-image] Dec 13 20:43:21.437 INFO O| Dec 13 20:43:21.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9494 | 2024-12-13T20:43:22.581Z | [ host-image] Dec 13 20:43:21.437 INFO O| Dec 13 20:43:21.437 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9495 | 2024-12-13T20:43:22.585Z | [ host-image] Dec 13 20:43:21.441 INFO O| Dec 13 20:43:21.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9496 | 2024-12-13T20:43:22.585Z | [ host-image] Dec 13 20:43:21.441 INFO O| Dec 13 20:43:21.441 INFO ok! |
9497 | 2024-12-13T20:43:22.588Z | [ host-image] Dec 13 20:43:21.441 INFO O| Dec 13 20:43:21.441 INFO STEP 77 (ensure_file) COMPLETE |
9498 | 2024-12-13T20:43:22.588Z | [ host-image] Dec 13 20:43:21.441 INFO O| Dec 13 20:43:21.441 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9499 | 2024-12-13T20:43:22.606Z | [ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9500 | 2024-12-13T20:43:22.606Z | [ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9501 | 2024-12-13T20:43:22.606Z | [ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9502 | 2024-12-13T20:43:22.606Z | [ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO ok! |
9503 | 2024-12-13T20:43:22.608Z | [ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO STEP 78 (ensure_file) COMPLETE |
9504 | 2024-12-13T20:43:22.608Z | [ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9505 | 2024-12-13T20:43:22.628Z | [ host-image] Dec 13 20:43:21.482 INFO O| Dec 13 20:43:21.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9506 | 2024-12-13T20:43:22.628Z | [ host-image] Dec 13 20:43:21.482 INFO O| Dec 13 20:43:21.482 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9507 | 2024-12-13T20:43:24.444Z | [ host-image] Dec 13 20:43:23.299 INFO O| Dec 13 20:43:23.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9508 | 2024-12-13T20:43:24.444Z | [ host-image] Dec 13 20:43:23.299 INFO O| Dec 13 20:43:23.299 INFO ok! |
9509 | 2024-12-13T20:43:24.447Z | [ host-image] Dec 13 20:43:23.300 INFO O| Dec 13 20:43:23.299 INFO STEP 79 (ensure_file) COMPLETE |
9510 | 2024-12-13T20:43:24.447Z | [ host-image] Dec 13 20:43:23.300 INFO O| Dec 13 20:43:23.299 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9511 | 2024-12-13T20:43:24.465Z | [ host-image] Dec 13 20:43:23.320 INFO O| Dec 13 20:43:23.320 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9512 | 2024-12-13T20:43:24.465Z | [ host-image] Dec 13 20:43:23.320 INFO O| Dec 13 20:43:23.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9513 | 2024-12-13T20:43:24.465Z | [ host-image] Dec 13 20:43:23.320 INFO O| Dec 13 20:43:23.320 INFO STEP 80 (ensure_dir) COMPLETE |
9514 | 2024-12-13T20:43:24.468Z | [ host-image] Dec 13 20:43:23.320 INFO O| Dec 13 20:43:23.320 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9515 | 2024-12-13T20:43:24.501Z | [ host-image] Dec 13 20:43:23.356 INFO O| Dec 13 20:43:23.356 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9516 | 2024-12-13T20:43:24.501Z | [ host-image] Dec 13 20:43:23.357 INFO O| Dec 13 20:43:23.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9517 | 2024-12-13T20:43:24.501Z | [ host-image] Dec 13 20:43:23.357 INFO O| Dec 13 20:43:23.357 INFO STEP 81 (ensure_dir) COMPLETE |
9518 | 2024-12-13T20:43:24.504Z | [ host-image] Dec 13 20:43:23.357 INFO O| Dec 13 20:43:23.357 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-12-13T20:43:24.537Z | [ host-image] Dec 13 20:43:23.392 INFO O| Dec 13 20:43:23.392 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9520 | 2024-12-13T20:43:24.537Z | [ host-image] Dec 13 20:43:23.392 INFO O| Dec 13 20:43:23.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9521 | 2024-12-13T20:43:24.537Z | [ host-image] Dec 13 20:43:23.392 INFO O| Dec 13 20:43:23.392 INFO STEP 82 (ensure_dir) COMPLETE |
9522 | 2024-12-13T20:43:24.540Z | [ host-image] Dec 13 20:43:23.392 INFO O| Dec 13 20:43:23.392 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-13T20:43:24.561Z | [ host-image] Dec 13 20:43:23.416 INFO O| Dec 13 20:43:23.416 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9524 | 2024-12-13T20:43:24.561Z | [ host-image] Dec 13 20:43:23.416 INFO O| Dec 13 20:43:23.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9525 | 2024-12-13T20:43:24.561Z | [ host-image] Dec 13 20:43:23.416 INFO O| Dec 13 20:43:23.416 INFO STEP 83 (ensure_dir) COMPLETE |
9526 | 2024-12-13T20:43:24.561Z | [ host-image] Dec 13 20:43:23.417 INFO O| Dec 13 20:43:23.416 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-12-13T20:43:24.601Z | [ host-image] Dec 13 20:43:23.456 INFO O| Dec 13 20:43:23.456 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9528 | 2024-12-13T20:43:24.601Z | [ host-image] Dec 13 20:43:23.456 INFO O| Dec 13 20:43:23.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9529 | 2024-12-13T20:43:24.601Z | [ host-image] Dec 13 20:43:23.456 INFO O| Dec 13 20:43:23.456 INFO STEP 84 (ensure_dir) COMPLETE |
9530 | 2024-12-13T20:43:24.603Z | [ host-image] Dec 13 20:43:23.456 INFO O| Dec 13 20:43:23.456 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-12-13T20:43:24.625Z | [ host-image] Dec 13 20:43:23.480 INFO O| Dec 13 20:43:23.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9532 | 2024-12-13T20:43:24.625Z | [ host-image] Dec 13 20:43:23.480 INFO O| Dec 13 20:43:23.480 INFO copying /tmp/.tmpVYZFEz/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 ... |
9533 | 2024-12-13T20:43:24.628Z | [ host-image] Dec 13 20:43:23.480 INFO O| Dec 13 20:43:23.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9534 | 2024-12-13T20:43:24.628Z | [ host-image] Dec 13 20:43:23.481 INFO O| Dec 13 20:43:23.480 INFO ok! |
9535 | 2024-12-13T20:43:24.628Z | [ host-image] Dec 13 20:43:23.481 INFO O| Dec 13 20:43:23.480 INFO STEP 85 (ensure_file) COMPLETE |
9536 | 2024-12-13T20:43:24.628Z | [ host-image] Dec 13 20:43:23.481 INFO O| Dec 13 20:43:23.480 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2024-12-13T20:43:24.647Z | [ host-image] Dec 13 20:43:23.503 INFO O| Dec 13 20:43:23.503 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9538 | 2024-12-13T20:43:24.647Z | [ host-image] Dec 13 20:43:23.503 INFO O| Dec 13 20:43:23.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9539 | 2024-12-13T20:43:24.647Z | [ host-image] Dec 13 20:43:23.503 INFO O| Dec 13 20:43:23.503 INFO STEP 86 (ensure_dir) COMPLETE |
9540 | 2024-12-13T20:43:24.650Z | [ host-image] Dec 13 20:43:23.503 INFO O| Dec 13 20:43:23.503 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9541 | 2024-12-13T20:43:24.669Z | [ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9542 | 2024-12-13T20:43:24.669Z | [ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9543 | 2024-12-13T20:43:24.669Z | [ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9544 | 2024-12-13T20:43:24.669Z | [ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO ok! |
9545 | 2024-12-13T20:43:24.671Z | [ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO STEP 87 (ensure_file) COMPLETE |
9546 | 2024-12-13T20:43:24.671Z | [ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9547 | 2024-12-13T20:43:24.692Z | [ host-image] Dec 13 20:43:23.547 INFO O| Dec 13 20:43:23.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9548 | 2024-12-13T20:43:24.692Z | [ host-image] Dec 13 20:43:23.547 INFO O| Dec 13 20:43:23.547 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9549 | 2024-12-13T20:43:25.305Z | [ host-image] Dec 13 20:43:24.161 INFO O| Dec 13 20:43:24.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9550 | 2024-12-13T20:43:25.305Z | [ host-image] Dec 13 20:43:24.161 INFO O| Dec 13 20:43:24.161 INFO ok! |
9551 | 2024-12-13T20:43:25.306Z | [ host-image] Dec 13 20:43:24.161 INFO O| Dec 13 20:43:24.161 INFO STEP 88 (ensure_file) COMPLETE |
9552 | 2024-12-13T20:43:25.306Z | [ host-image] Dec 13 20:43:24.161 INFO O| Dec 13 20:43:24.161 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9553 | 2024-12-13T20:43:25.327Z | [ host-image] Dec 13 20:43:24.182 INFO O| Dec 13 20:43:24.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9554 | 2024-12-13T20:43:25.327Z | [ host-image] Dec 13 20:43:24.182 INFO O| Dec 13 20:43:24.182 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9555 | 2024-12-13T20:43:26.028Z | [ host-image] Dec 13 20:43:24.883 INFO O| Dec 13 20:43:24.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9556 | 2024-12-13T20:43:26.028Z | [ host-image] Dec 13 20:43:24.883 INFO O| Dec 13 20:43:24.883 INFO ok! |
9557 | 2024-12-13T20:43:26.031Z | [ host-image] Dec 13 20:43:24.883 INFO O| Dec 13 20:43:24.883 INFO STEP 89 (ensure_file) COMPLETE |
9558 | 2024-12-13T20:43:26.031Z | [ host-image] Dec 13 20:43:24.883 INFO O| Dec 13 20:43:24.883 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2024-12-13T20:43:26.063Z | [ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9560 | 2024-12-13T20:43:26.064Z | [ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.919 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9561 | 2024-12-13T20:43:26.066Z | [ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9562 | 2024-12-13T20:43:26.066Z | [ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.919 INFO ok! |
9563 | 2024-12-13T20:43:26.066Z | [ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.919 INFO STEP 90 (ensure_file) COMPLETE |
9564 | 2024-12-13T20:43:26.066Z | [ host-image] Dec 13 20:43:24.920 INFO O| Dec 13 20:43:24.919 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9565 | 2024-12-13T20:43:26.085Z | [ host-image] Dec 13 20:43:24.941 INFO O| Dec 13 20:43:24.941 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9566 | 2024-12-13T20:43:26.088Z | [ host-image] Dec 13 20:43:24.941 INFO O| Dec 13 20:43:24.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9567 | 2024-12-13T20:43:26.088Z | [ host-image] Dec 13 20:43:24.941 INFO O| Dec 13 20:43:24.941 INFO STEP 91 (ensure_dir) COMPLETE |
9568 | 2024-12-13T20:43:26.088Z | [ host-image] Dec 13 20:43:24.941 INFO O| Dec 13 20:43:24.941 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9569 | 2024-12-13T20:43:26.106Z | [ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9570 | 2024-12-13T20:43:26.106Z | [ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO copying /tmp/.tmpVYZFEz/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 ... |
9571 | 2024-12-13T20:43:26.109Z | [ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9572 | 2024-12-13T20:43:26.110Z | [ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO ok! |
9573 | 2024-12-13T20:43:26.110Z | [ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO STEP 92 (ensure_file) COMPLETE |
9574 | 2024-12-13T20:43:26.110Z | [ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2024-12-13T20:43:26.127Z | [ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9576 | 2024-12-13T20:43:26.127Z | [ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO copying /tmp/.tmpVYZFEz/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 ... |
9577 | 2024-12-13T20:43:26.130Z | [ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9578 | 2024-12-13T20:43:26.131Z | [ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO ok! |
9579 | 2024-12-13T20:43:26.131Z | [ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO STEP 93 (ensure_file) COMPLETE |
9580 | 2024-12-13T20:43:26.131Z | [ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-12-13T20:43:26.148Z | [ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9582 | 2024-12-13T20:43:26.148Z | [ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO copying /tmp/.tmpVYZFEz/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 ... |
9583 | 2024-12-13T20:43:26.151Z | [ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9584 | 2024-12-13T20:43:26.151Z | [ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO ok! |
9585 | 2024-12-13T20:43:26.151Z | [ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO STEP 94 (ensure_file) COMPLETE |
9586 | 2024-12-13T20:43:26.151Z | [ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9587 | 2024-12-13T20:43:26.170Z | [ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9588 | 2024-12-13T20:43:26.170Z | [ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO copying /tmp/.tmpVYZFEz/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 ... |
9589 | 2024-12-13T20:43:26.172Z | [ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9590 | 2024-12-13T20:43:26.173Z | [ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO ok! |
9591 | 2024-12-13T20:43:26.173Z | [ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO STEP 95 (ensure_file) COMPLETE |
9592 | 2024-12-13T20:43:26.173Z | [ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2024-12-13T20:43:26.191Z | [ host-image] Dec 13 20:43:25.045 INFO O| Dec 13 20:43:25.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9594 | 2024-12-13T20:43:26.191Z | [ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO copying /tmp/.tmpVYZFEz/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 ... |
9595 | 2024-12-13T20:43:26.194Z | [ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9596 | 2024-12-13T20:43:26.195Z | [ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO ok! |
9597 | 2024-12-13T20:43:26.195Z | [ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO STEP 96 (ensure_file) COMPLETE |
9598 | 2024-12-13T20:43:26.195Z | [ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-12-13T20:43:26.223Z | [ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9600 | 2024-12-13T20:43:26.224Z | [ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.078 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9601 | 2024-12-13T20:43:26.224Z | [ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9602 | 2024-12-13T20:43:26.226Z | [ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.079 INFO ok! |
9603 | 2024-12-13T20:43:26.227Z | [ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.079 INFO STEP 97 (ensure_file) COMPLETE |
9604 | 2024-12-13T20:43:26.227Z | [ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.079 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2024-12-13T20:43:26.265Z | [ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9606 | 2024-12-13T20:43:26.265Z | [ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO copying /tmp/.tmpVYZFEz/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 ... |
9607 | 2024-12-13T20:43:26.265Z | [ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9608 | 2024-12-13T20:43:26.269Z | [ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO ok! |
9609 | 2024-12-13T20:43:26.269Z | [ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO STEP 98 (ensure_file) COMPLETE |
9610 | 2024-12-13T20:43:26.269Z | [ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2024-12-13T20:43:26.288Z | [ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9612 | 2024-12-13T20:43:26.288Z | [ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO copying /tmp/.tmpVYZFEz/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 ... |
9613 | 2024-12-13T20:43:26.291Z | [ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9614 | 2024-12-13T20:43:26.291Z | [ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO ok! |
9615 | 2024-12-13T20:43:26.291Z | [ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO STEP 99 (ensure_file) COMPLETE |
9616 | 2024-12-13T20:43:26.291Z | [ host-image] Dec 13 20:43:25.144 INFO O| Dec 13 20:43:25.143 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9617 | 2024-12-13T20:43:26.309Z | [ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9618 | 2024-12-13T20:43:26.309Z | [ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO copying /tmp/.tmpVYZFEz/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 ... |
9619 | 2024-12-13T20:43:26.309Z | [ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9620 | 2024-12-13T20:43:26.312Z | [ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO ok! |
9621 | 2024-12-13T20:43:26.312Z | [ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO STEP 100 (ensure_file) COMPLETE |
9622 | 2024-12-13T20:43:26.312Z | [ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9623 | 2024-12-13T20:43:26.338Z | [ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9624 | 2024-12-13T20:43:26.338Z | [ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9625 | 2024-12-13T20:43:26.341Z | [ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9626 | 2024-12-13T20:43:26.341Z | [ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO ok! |
9627 | 2024-12-13T20:43:26.341Z | [ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO STEP 101 (ensure_file) COMPLETE |
9628 | 2024-12-13T20:43:26.341Z | [ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9629 | 2024-12-13T20:43:26.398Z | [ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9630 | 2024-12-13T20:43:26.398Z | [ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO copying /tmp/.tmpVYZFEz/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 ... |
9631 | 2024-12-13T20:43:26.402Z | [ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9632 | 2024-12-13T20:43:26.402Z | [ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO ok! |
9633 | 2024-12-13T20:43:26.402Z | [ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO STEP 102 (ensure_file) COMPLETE |
9634 | 2024-12-13T20:43:26.402Z | [ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9635 | 2024-12-13T20:43:26.420Z | [ host-image] Dec 13 20:43:25.275 INFO O| Dec 13 20:43:25.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9636 | 2024-12-13T20:43:26.420Z | [ host-image] Dec 13 20:43:25.275 INFO O| Dec 13 20:43:25.275 INFO copying /tmp/.tmpVYZFEz/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 ... |
9637 | 2024-12-13T20:43:26.423Z | [ host-image] Dec 13 20:43:25.275 INFO O| Dec 13 20:43:25.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9638 | 2024-12-13T20:43:26.423Z | [ host-image] Dec 13 20:43:25.275 INFO O| Dec 13 20:43:25.275 INFO ok! |
9639 | 2024-12-13T20:43:26.423Z | [ host-image] Dec 13 20:43:25.276 INFO O| Dec 13 20:43:25.275 INFO STEP 103 (ensure_file) COMPLETE |
9640 | 2024-12-13T20:43:26.423Z | [ host-image] Dec 13 20:43:25.276 INFO O| Dec 13 20:43:25.276 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9641 | 2024-12-13T20:43:26.441Z | [ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9642 | 2024-12-13T20:43:26.442Z | [ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO copying /tmp/.tmpVYZFEz/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 ... |
9643 | 2024-12-13T20:43:26.445Z | [ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9644 | 2024-12-13T20:43:26.445Z | [ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO ok! |
9645 | 2024-12-13T20:43:26.445Z | [ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO STEP 104 (ensure_file) COMPLETE |
9646 | 2024-12-13T20:43:26.445Z | [ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9647 | 2024-12-13T20:43:26.468Z | [ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9648 | 2024-12-13T20:43:26.468Z | [ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO copying /tmp/.tmpVYZFEz/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 ... |
9649 | 2024-12-13T20:43:26.471Z | [ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9650 | 2024-12-13T20:43:26.471Z | [ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO ok! |
9651 | 2024-12-13T20:43:26.471Z | [ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO STEP 105 (ensure_file) COMPLETE |
9652 | 2024-12-13T20:43:26.471Z | [ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9653 | 2024-12-13T20:43:26.489Z | [ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9654 | 2024-12-13T20:43:26.489Z | [ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO copying /tmp/.tmpVYZFEz/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 ... |
9655 | 2024-12-13T20:43:26.489Z | [ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9656 | 2024-12-13T20:43:26.489Z | [ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO ok! |
9657 | 2024-12-13T20:43:26.493Z | [ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO STEP 106 (ensure_file) COMPLETE |
9658 | 2024-12-13T20:43:26.493Z | [ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9659 | 2024-12-13T20:43:26.515Z | [ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.369 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9660 | 2024-12-13T20:43:26.515Z | [ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.369 INFO copying /tmp/.tmpVYZFEz/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 ... |
9661 | 2024-12-13T20:43:26.518Z | [ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9662 | 2024-12-13T20:43:26.518Z | [ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.370 INFO ok! |
9663 | 2024-12-13T20:43:26.518Z | [ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.370 INFO STEP 107 (ensure_file) COMPLETE |
9664 | 2024-12-13T20:43:26.518Z | [ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.370 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9665 | 2024-12-13T20:43:26.537Z | [ host-image] Dec 13 20:43:25.392 INFO O| Dec 13 20:43:25.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9666 | 2024-12-13T20:43:26.537Z | [ host-image] Dec 13 20:43:25.392 INFO O| Dec 13 20:43:25.392 INFO copying /tmp/.tmpVYZFEz/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 ... |
9667 | 2024-12-13T20:43:26.540Z | [ host-image] Dec 13 20:43:25.393 INFO O| Dec 13 20:43:25.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9668 | 2024-12-13T20:43:26.540Z | [ host-image] Dec 13 20:43:25.393 INFO O| Dec 13 20:43:25.393 INFO ok! |
9669 | 2024-12-13T20:43:26.540Z | [ host-image] Dec 13 20:43:25.393 INFO O| Dec 13 20:43:25.393 INFO STEP 108 (ensure_file) COMPLETE |
9670 | 2024-12-13T20:43:26.540Z | [ host-image] Dec 13 20:43:25.393 INFO O| Dec 13 20:43:25.393 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9671 | 2024-12-13T20:43:26.560Z | [ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9672 | 2024-12-13T20:43:26.560Z | [ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO copying /tmp/.tmpVYZFEz/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 ... |
9673 | 2024-12-13T20:43:26.560Z | [ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9674 | 2024-12-13T20:43:26.562Z | [ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO ok! |
9675 | 2024-12-13T20:43:26.562Z | [ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO STEP 109 (ensure_file) COMPLETE |
9676 | 2024-12-13T20:43:26.562Z | [ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9677 | 2024-12-13T20:43:26.582Z | [ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9678 | 2024-12-13T20:43:26.582Z | [ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO copying /tmp/.tmpVYZFEz/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 ... |
9679 | 2024-12-13T20:43:26.582Z | [ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9680 | 2024-12-13T20:43:26.584Z | [ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO ok! |
9681 | 2024-12-13T20:43:26.584Z | [ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO STEP 110 (ensure_file) COMPLETE |
9682 | 2024-12-13T20:43:26.584Z | [ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9683 | 2024-12-13T20:43:26.605Z | [ host-image] Dec 13 20:43:25.459 INFO O| Dec 13 20:43:25.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9684 | 2024-12-13T20:43:26.606Z | [ host-image] Dec 13 20:43:25.459 INFO O| Dec 13 20:43:25.459 INFO copying /tmp/.tmpVYZFEz/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 ... |
9685 | 2024-12-13T20:43:26.609Z | [ host-image] Dec 13 20:43:25.460 INFO O| Dec 13 20:43:25.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9686 | 2024-12-13T20:43:26.609Z | [ host-image] Dec 13 20:43:25.460 INFO O| Dec 13 20:43:25.460 INFO ok! |
9687 | 2024-12-13T20:43:26.609Z | [ host-image] Dec 13 20:43:25.460 INFO O| Dec 13 20:43:25.460 INFO STEP 111 (ensure_file) COMPLETE |
9688 | 2024-12-13T20:43:26.609Z | [ host-image] Dec 13 20:43:25.460 INFO O| Dec 13 20:43:25.460 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9689 | 2024-12-13T20:43:26.626Z | [ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9690 | 2024-12-13T20:43:26.626Z | [ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO copying /tmp/.tmpVYZFEz/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 ... |
9691 | 2024-12-13T20:43:26.626Z | [ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9692 | 2024-12-13T20:43:26.626Z | [ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO ok! |
9693 | 2024-12-13T20:43:26.628Z | [ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO STEP 112 (ensure_file) COMPLETE |
9694 | 2024-12-13T20:43:26.628Z | [ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9695 | 2024-12-13T20:43:26.646Z | [ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9696 | 2024-12-13T20:43:26.647Z | [ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.501 INFO copying /tmp/.tmpVYZFEz/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 ... |
9697 | 2024-12-13T20:43:26.649Z | [ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9698 | 2024-12-13T20:43:26.649Z | [ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.502 INFO ok! |
9699 | 2024-12-13T20:43:26.649Z | [ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.502 INFO STEP 113 (ensure_file) COMPLETE |
9700 | 2024-12-13T20:43:26.649Z | [ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.502 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9701 | 2024-12-13T20:43:26.668Z | [ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9702 | 2024-12-13T20:43:26.668Z | [ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO copying /tmp/.tmpVYZFEz/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 ... |
9703 | 2024-12-13T20:43:26.668Z | [ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9704 | 2024-12-13T20:43:26.671Z | [ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO ok! |
9705 | 2024-12-13T20:43:26.671Z | [ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO STEP 114 (ensure_file) COMPLETE |
9706 | 2024-12-13T20:43:26.671Z | [ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9707 | 2024-12-13T20:43:26.689Z | [ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9708 | 2024-12-13T20:43:26.689Z | [ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO copying /tmp/.tmpVYZFEz/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 ... |
9709 | 2024-12-13T20:43:26.689Z | [ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9710 | 2024-12-13T20:43:26.692Z | [ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO ok! |
9711 | 2024-12-13T20:43:26.692Z | [ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO STEP 115 (ensure_file) COMPLETE |
9712 | 2024-12-13T20:43:26.693Z | [ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9713 | 2024-12-13T20:43:26.709Z | [ host-image] Dec 13 20:43:25.564 INFO O| Dec 13 20:43:25.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9714 | 2024-12-13T20:43:26.710Z | [ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.564 INFO copying /tmp/.tmpVYZFEz/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 ... |
9715 | 2024-12-13T20:43:26.710Z | [ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9716 | 2024-12-13T20:43:26.710Z | [ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.565 INFO ok! |
9717 | 2024-12-13T20:43:26.712Z | [ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.565 INFO STEP 116 (ensure_file) COMPLETE |
9718 | 2024-12-13T20:43:26.713Z | [ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.565 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9719 | 2024-12-13T20:43:26.729Z | [ host-image] Dec 13 20:43:25.584 INFO O| Dec 13 20:43:25.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9720 | 2024-12-13T20:43:26.730Z | [ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.584 INFO copying /tmp/.tmpVYZFEz/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 ... |
9721 | 2024-12-13T20:43:26.730Z | [ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9722 | 2024-12-13T20:43:26.730Z | [ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.585 INFO ok! |
9723 | 2024-12-13T20:43:26.732Z | [ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.585 INFO STEP 117 (ensure_file) COMPLETE |
9724 | 2024-12-13T20:43:26.732Z | [ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.585 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9725 | 2024-12-13T20:43:26.769Z | [ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9726 | 2024-12-13T20:43:26.769Z | [ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9727 | 2024-12-13T20:43:26.769Z | [ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9728 | 2024-12-13T20:43:26.772Z | [ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO ok! |
9729 | 2024-12-13T20:43:26.772Z | [ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO STEP 118 (ensure_file) COMPLETE |
9730 | 2024-12-13T20:43:26.772Z | [ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9731 | 2024-12-13T20:43:26.790Z | [ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9732 | 2024-12-13T20:43:26.790Z | [ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO copying /tmp/.tmpVYZFEz/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 ... |
9733 | 2024-12-13T20:43:26.793Z | [ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9734 | 2024-12-13T20:43:26.793Z | [ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO ok! |
9735 | 2024-12-13T20:43:26.793Z | [ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO STEP 119 (ensure_file) COMPLETE |
9736 | 2024-12-13T20:43:26.793Z | [ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9737 | 2024-12-13T20:43:26.811Z | [ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9738 | 2024-12-13T20:43:26.811Z | [ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9739 | 2024-12-13T20:43:26.814Z | [ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9740 | 2024-12-13T20:43:26.814Z | [ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO ok! |
9741 | 2024-12-13T20:43:26.814Z | [ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO STEP 120 (ensure_file) COMPLETE |
9742 | 2024-12-13T20:43:26.814Z | [ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9743 | 2024-12-13T20:43:26.831Z | [ host-image] Dec 13 20:43:25.686 INFO O| Dec 13 20:43:25.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9744 | 2024-12-13T20:43:26.831Z | [ host-image] Dec 13 20:43:25.686 INFO O| Dec 13 20:43:25.686 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9745 | 2024-12-13T20:43:38.604Z | [ host-image] Dec 13 20:43:37.441 INFO O| Dec 13 20:43:37.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9746 | 2024-12-13T20:43:38.604Z | [ host-image] Dec 13 20:43:37.441 INFO O| Dec 13 20:43:37.441 INFO ok! |
9747 | 2024-12-13T20:43:38.621Z | [ host-image] Dec 13 20:43:37.441 INFO O| Dec 13 20:43:37.441 INFO STEP 121 (ensure_file) COMPLETE |
9748 | 2024-12-13T20:43:38.621Z | [ host-image] Dec 13 20:43:37.441 INFO O| Dec 13 20:43:37.441 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9749 | 2024-12-13T20:43:38.662Z | [ host-image] Dec 13 20:43:37.463 INFO O| Dec 13 20:43:37.463 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9750 | 2024-12-13T20:43:38.662Z | [ host-image] Dec 13 20:43:37.463 INFO O| Dec 13 20:43:37.463 INFO STEP 122 (ensure_dir) COMPLETE |
9751 | 2024-12-13T20:43:38.662Z | [ host-image] Dec 13 20:43:37.463 INFO O| Dec 13 20:43:37.463 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2024-12-13T20:43:38.693Z | [ host-image] Dec 13 20:43:37.486 INFO O| Dec 13 20:43:37.486 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9753 | 2024-12-13T20:43:38.694Z | [ host-image] Dec 13 20:43:37.486 INFO O| Dec 13 20:43:37.486 INFO STEP 123 (ensure_dir) COMPLETE |
9754 | 2024-12-13T20:43:38.694Z | [ host-image] Dec 13 20:43:37.486 INFO O| Dec 13 20:43:37.486 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9755 | 2024-12-13T20:43:38.694Z | [ host-image] Dec 13 20:43:37.514 INFO O| Dec 13 20:43:37.514 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9756 | 2024-12-13T20:43:38.694Z | [ host-image] Dec 13 20:43:37.514 INFO O| Dec 13 20:43:37.514 INFO STEP 124 (ensure_dir) COMPLETE |
9757 | 2024-12-13T20:43:38.694Z | [ host-image] Dec 13 20:43:37.514 INFO O| Dec 13 20:43:37.514 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2024-12-13T20:43:38.713Z | [ host-image] Dec 13 20:43:37.538 INFO O| Dec 13 20:43:37.538 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9759 | 2024-12-13T20:43:38.713Z | [ host-image] Dec 13 20:43:37.538 INFO O| Dec 13 20:43:37.538 INFO STEP 125 (ensure_dir) COMPLETE |
9760 | 2024-12-13T20:43:38.713Z | [ host-image] Dec 13 20:43:37.538 INFO O| Dec 13 20:43:37.538 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9761 | 2024-12-13T20:43:38.729Z | [ host-image] Dec 13 20:43:37.561 INFO O| Dec 13 20:43:37.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9762 | 2024-12-13T20:43:38.729Z | [ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO copying /tmp/.tmpVYZFEz/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 ... |
9763 | 2024-12-13T20:43:38.729Z | [ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9764 | 2024-12-13T20:43:38.729Z | [ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO ok! |
9765 | 2024-12-13T20:43:38.729Z | [ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO STEP 126 (ensure_file) COMPLETE |
9766 | 2024-12-13T20:43:38.729Z | [ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9767 | 2024-12-13T20:43:38.735Z | [ host-image] Dec 13 20:43:37.584 INFO O| Dec 13 20:43:37.584 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9768 | 2024-12-13T20:43:38.735Z | [ host-image] Dec 13 20:43:37.585 INFO O| Dec 13 20:43:37.584 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9769 | 2024-12-13T20:43:38.735Z | [ host-image] Dec 13 20:43:37.585 INFO O| Dec 13 20:43:37.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9770 | 2024-12-13T20:43:38.735Z | [ host-image] Dec 13 20:43:37.585 INFO O| Dec 13 20:43:37.585 INFO STEP 127 (ensure_dir) COMPLETE |
9771 | 2024-12-13T20:43:38.735Z | [ host-image] Dec 13 20:43:37.585 INFO O| Dec 13 20:43:37.585 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9772 | 2024-12-13T20:43:38.783Z | [ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9773 | 2024-12-13T20:43:38.797Z | [ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO copying /tmp/.tmpVYZFEz/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9774 | 2024-12-13T20:43:38.797Z | [ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9775 | 2024-12-13T20:43:38.797Z | [ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO ok! |
9776 | 2024-12-13T20:43:38.797Z | [ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO STEP 128 (ensure_file) COMPLETE |
9777 | 2024-12-13T20:43:38.797Z | [ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9778 | 2024-12-13T20:43:38.810Z | [ host-image] Dec 13 20:43:37.646 INFO O| Dec 13 20:43:37.646 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9779 | 2024-12-13T20:43:38.810Z | [ host-image] Dec 13 20:43:37.646 INFO O| Dec 13 20:43:37.646 INFO STEP 129 (remove_files) COMPLETE |
9780 | 2024-12-13T20:43:38.810Z | [ host-image] Dec 13 20:43:37.646 INFO O| Dec 13 20:43:37.646 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9781 | 2024-12-13T20:43:38.819Z | [ host-image] Dec 13 20:43:37.668 INFO O| Dec 13 20:43:37.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9782 | 2024-12-13T20:43:38.820Z | [ host-image] Dec 13 20:43:37.668 INFO O| Dec 13 20:43:37.668 INFO STEP 130 (remove_files) COMPLETE |
9783 | 2024-12-13T20:43:38.820Z | [ host-image] Dec 13 20:43:37.668 INFO O| Dec 13 20:43:37.668 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9784 | 2024-12-13T20:43:38.843Z | [ host-image] Dec 13 20:43:37.687 INFO O| Dec 13 20:43:37.687 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9785 | 2024-12-13T20:43:38.851Z | [ host-image] Dec 13 20:43:37.688 INFO O| Dec 13 20:43:37.688 INFO STEP 131 (remove_files) COMPLETE |
9786 | 2024-12-13T20:43:38.851Z | [ host-image] Dec 13 20:43:37.688 INFO O| Dec 13 20:43:37.688 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9787 | 2024-12-13T20:43:38.860Z | [ host-image] Dec 13 20:43:37.707 INFO O| Dec 13 20:43:37.707 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9788 | 2024-12-13T20:43:38.868Z | [ host-image] Dec 13 20:43:37.708 INFO O| Dec 13 20:43:37.707 INFO STEP 132 (remove_files) COMPLETE |
9789 | 2024-12-13T20:43:38.868Z | [ host-image] Dec 13 20:43:37.708 INFO O| Dec 13 20:43:37.707 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9790 | 2024-12-13T20:43:38.882Z | [ host-image] Dec 13 20:43:37.728 INFO O| Dec 13 20:43:37.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9791 | 2024-12-13T20:43:38.888Z | [ host-image] Dec 13 20:43:37.728 INFO O| Dec 13 20:43:37.728 INFO STEP 133 (remove_files) COMPLETE |
9792 | 2024-12-13T20:43:38.889Z | [ host-image] Dec 13 20:43:37.728 INFO O| Dec 13 20:43:37.728 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9793 | 2024-12-13T20:43:38.899Z | [ host-image] Dec 13 20:43:37.747 INFO O| Dec 13 20:43:37.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9794 | 2024-12-13T20:43:38.908Z | [ host-image] Dec 13 20:43:37.747 INFO O| Dec 13 20:43:37.747 INFO STEP 134 (remove_files) COMPLETE |
9795 | 2024-12-13T20:43:38.908Z | [ host-image] Dec 13 20:43:37.747 INFO O| Dec 13 20:43:37.747 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9796 | 2024-12-13T20:43:38.921Z | [ host-image] Dec 13 20:43:37.768 INFO O| Dec 13 20:43:37.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9797 | 2024-12-13T20:43:38.921Z | [ host-image] Dec 13 20:43:37.768 INFO O| Dec 13 20:43:37.768 INFO STEP 135 (remove_files) COMPLETE |
9798 | 2024-12-13T20:43:38.921Z | [ host-image] Dec 13 20:43:37.768 INFO O| Dec 13 20:43:37.768 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9799 | 2024-12-13T20:43:38.948Z | [ host-image] Dec 13 20:43:37.792 INFO O| Dec 13 20:43:37.792 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9800 | 2024-12-13T20:43:38.948Z | [ host-image] Dec 13 20:43:37.792 INFO O| Dec 13 20:43:37.792 INFO STEP 136 (remove_files) COMPLETE |
9801 | 2024-12-13T20:43:38.948Z | [ host-image] Dec 13 20:43:37.792 INFO O| Dec 13 20:43:37.792 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9802 | 2024-12-13T20:43:38.996Z | [ host-image] Dec 13 20:43:37.849 INFO O| Dec 13 20:43:37.849 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9803 | 2024-12-13T20:43:38.996Z | [ host-image] Dec 13 20:43:37.849 INFO O| Dec 13 20:43:37.849 INFO STEP 137 (remove_files) COMPLETE |
9804 | 2024-12-13T20:43:38.996Z | [ host-image] Dec 13 20:43:37.849 INFO O| Dec 13 20:43:37.849 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9805 | 2024-12-13T20:43:39.023Z | [ host-image] Dec 13 20:43:37.872 INFO O| Dec 13 20:43:37.872 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9806 | 2024-12-13T20:43:39.023Z | [ host-image] Dec 13 20:43:37.872 INFO O| Dec 13 20:43:37.872 INFO STEP 138 (remove_files) COMPLETE |
9807 | 2024-12-13T20:43:39.028Z | [ host-image] Dec 13 20:43:37.872 INFO O| Dec 13 20:43:37.872 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9808 | 2024-12-13T20:43:39.046Z | [ host-image] Dec 13 20:43:37.895 INFO O| Dec 13 20:43:37.895 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9809 | 2024-12-13T20:43:39.046Z | [ host-image] Dec 13 20:43:37.895 INFO O| Dec 13 20:43:37.895 INFO STEP 139 (remove_files) COMPLETE |
9810 | 2024-12-13T20:43:39.046Z | [ host-image] Dec 13 20:43:37.895 INFO O| Dec 13 20:43:37.895 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9811 | 2024-12-13T20:43:39.066Z | [ host-image] Dec 13 20:43:37.918 INFO O| Dec 13 20:43:37.918 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9812 | 2024-12-13T20:43:39.066Z | [ host-image] Dec 13 20:43:37.918 INFO O| Dec 13 20:43:37.918 INFO STEP 140 (remove_files) COMPLETE |
9813 | 2024-12-13T20:43:39.066Z | [ host-image] Dec 13 20:43:37.918 INFO O| Dec 13 20:43:37.918 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9814 | 2024-12-13T20:43:39.092Z | [ host-image] Dec 13 20:43:37.941 INFO O| Dec 13 20:43:37.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9815 | 2024-12-13T20:43:39.092Z | [ host-image] Dec 13 20:43:37.941 INFO O| Dec 13 20:43:37.941 INFO STEP 141 (remove_files) COMPLETE |
9816 | 2024-12-13T20:43:39.098Z | [ host-image] Dec 13 20:43:37.941 INFO O| Dec 13 20:43:37.941 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9817 | 2024-12-13T20:43:39.114Z | [ host-image] Dec 13 20:43:37.966 INFO O| Dec 13 20:43:37.966 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9818 | 2024-12-13T20:43:39.114Z | [ host-image] Dec 13 20:43:37.966 INFO O| Dec 13 20:43:37.966 INFO STEP 142 (remove_files) COMPLETE |
9819 | 2024-12-13T20:43:39.114Z | [ host-image] Dec 13 20:43:37.966 INFO O| Dec 13 20:43:37.966 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9820 | 2024-12-13T20:43:39.136Z | [ host-image] Dec 13 20:43:37.989 INFO O| Dec 13 20:43:37.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9821 | 2024-12-13T20:43:39.136Z | [ host-image] Dec 13 20:43:37.989 INFO O| Dec 13 20:43:37.989 INFO STEP 143 (remove_files) COMPLETE |
9822 | 2024-12-13T20:43:39.137Z | [ host-image] Dec 13 20:43:37.989 INFO O| Dec 13 20:43:37.989 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9823 | 2024-12-13T20:43:39.168Z | [ host-image] Dec 13 20:43:38.018 INFO O| Dec 13 20:43:38.017 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9824 | 2024-12-13T20:43:39.168Z | [ host-image] Dec 13 20:43:38.018 INFO O| Dec 13 20:43:38.018 INFO STEP 144 (remove_files) COMPLETE |
9825 | 2024-12-13T20:43:39.168Z | [ host-image] Dec 13 20:43:38.018 INFO O| Dec 13 20:43:38.018 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9826 | 2024-12-13T20:43:39.187Z | [ host-image] Dec 13 20:43:38.039 INFO O| Dec 13 20:43:38.039 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9827 | 2024-12-13T20:43:39.188Z | [ host-image] Dec 13 20:43:38.039 INFO O| Dec 13 20:43:38.039 INFO STEP 145 (remove_files) COMPLETE |
9828 | 2024-12-13T20:43:39.188Z | [ host-image] Dec 13 20:43:38.039 INFO O| Dec 13 20:43:38.039 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9829 | 2024-12-13T20:43:39.209Z | [ host-image] Dec 13 20:43:38.061 INFO O| Dec 13 20:43:38.061 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9830 | 2024-12-13T20:43:39.209Z | [ host-image] Dec 13 20:43:38.061 INFO O| Dec 13 20:43:38.061 INFO STEP 146 (remove_files) COMPLETE |
9831 | 2024-12-13T20:43:39.209Z | [ host-image] Dec 13 20:43:38.061 INFO O| Dec 13 20:43:38.061 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9832 | 2024-12-13T20:43:39.232Z | [ host-image] Dec 13 20:43:38.084 INFO O| Dec 13 20:43:38.083 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9833 | 2024-12-13T20:43:39.234Z | [ host-image] Dec 13 20:43:38.084 INFO O| Dec 13 20:43:38.084 INFO STEP 147 (remove_files) COMPLETE |
9834 | 2024-12-13T20:43:39.234Z | [ host-image] Dec 13 20:43:38.084 INFO O| Dec 13 20:43:38.084 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2024-12-13T20:43:39.255Z | [ host-image] Dec 13 20:43:38.106 INFO O| Dec 13 20:43:38.105 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9836 | 2024-12-13T20:43:39.255Z | [ host-image] Dec 13 20:43:38.106 INFO O| Dec 13 20:43:38.106 INFO STEP 148 (remove_files) COMPLETE |
9837 | 2024-12-13T20:43:39.255Z | [ host-image] Dec 13 20:43:38.106 INFO O| Dec 13 20:43:38.106 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2024-12-13T20:43:39.277Z | [ host-image] Dec 13 20:43:38.129 INFO O| Dec 13 20:43:38.129 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9839 | 2024-12-13T20:43:39.282Z | [ host-image] Dec 13 20:43:38.129 INFO O| Dec 13 20:43:38.129 INFO STEP 149 (remove_files) COMPLETE |
9840 | 2024-12-13T20:43:39.282Z | [ host-image] Dec 13 20:43:38.129 INFO O| Dec 13 20:43:38.129 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2024-12-13T20:43:39.299Z | [ host-image] Dec 13 20:43:38.152 INFO O| Dec 13 20:43:38.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9842 | 2024-12-13T20:43:39.309Z | [ host-image] Dec 13 20:43:38.152 INFO O| Dec 13 20:43:38.152 INFO STEP 150 (remove_files) COMPLETE |
9843 | 2024-12-13T20:43:39.309Z | [ host-image] Dec 13 20:43:38.152 INFO O| Dec 13 20:43:38.152 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2024-12-13T20:43:39.322Z | [ host-image] Dec 13 20:43:38.174 INFO O| Dec 13 20:43:38.174 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9845 | 2024-12-13T20:43:39.322Z | [ host-image] Dec 13 20:43:38.174 INFO O| Dec 13 20:43:38.174 INFO STEP 151 (remove_files) COMPLETE |
9846 | 2024-12-13T20:43:39.322Z | [ host-image] Dec 13 20:43:38.174 INFO O| Dec 13 20:43:38.174 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2024-12-13T20:43:39.350Z | [ host-image] Dec 13 20:43:38.202 INFO O| Dec 13 20:43:38.202 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9848 | 2024-12-13T20:43:39.350Z | [ host-image] Dec 13 20:43:38.202 INFO O| Dec 13 20:43:38.202 INFO STEP 152 (remove_files) COMPLETE |
9849 | 2024-12-13T20:43:39.368Z | [ host-image] Dec 13 20:43:38.203 INFO O| Dec 13 20:43:38.202 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9850 | 2024-12-13T20:43:39.389Z | [ host-image] Dec 13 20:43:38.241 INFO O| Dec 13 20:43:38.241 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9851 | 2024-12-13T20:43:39.389Z | [ host-image] Dec 13 20:43:38.241 INFO O| Dec 13 20:43:38.241 INFO STEP 153 (remove_files) COMPLETE |
9852 | 2024-12-13T20:43:39.389Z | [ host-image] Dec 13 20:43:38.241 INFO O| Dec 13 20:43:38.241 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9853 | 2024-12-13T20:43:39.409Z | [ host-image] Dec 13 20:43:38.262 INFO O| Dec 13 20:43:38.262 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9854 | 2024-12-13T20:43:39.409Z | [ host-image] Dec 13 20:43:38.262 INFO O| Dec 13 20:43:38.262 INFO STEP 154 (remove_files) COMPLETE |
9855 | 2024-12-13T20:43:39.414Z | [ host-image] Dec 13 20:43:38.262 INFO O| Dec 13 20:43:38.262 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9856 | 2024-12-13T20:43:39.433Z | [ host-image] Dec 13 20:43:38.284 INFO O| Dec 13 20:43:38.284 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9857 | 2024-12-13T20:43:39.434Z | [ host-image] Dec 13 20:43:38.284 INFO O| Dec 13 20:43:38.284 INFO STEP 155 (remove_files) COMPLETE |
9858 | 2024-12-13T20:43:39.434Z | [ host-image] Dec 13 20:43:38.284 INFO O| Dec 13 20:43:38.284 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2024-12-13T20:43:39.454Z | [ host-image] Dec 13 20:43:38.306 INFO O| Dec 13 20:43:38.306 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9860 | 2024-12-13T20:43:39.454Z | [ host-image] Dec 13 20:43:38.306 INFO O| Dec 13 20:43:38.306 INFO STEP 156 (remove_files) COMPLETE |
9861 | 2024-12-13T20:43:39.457Z | [ host-image] Dec 13 20:43:38.306 INFO O| Dec 13 20:43:38.306 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2024-12-13T20:43:39.498Z | [ host-image] Dec 13 20:43:38.348 INFO O| Dec 13 20:43:38.348 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9863 | 2024-12-13T20:43:39.498Z | [ host-image] Dec 13 20:43:38.348 INFO O| Dec 13 20:43:38.348 INFO STEP 157 (remove_files) COMPLETE |
9864 | 2024-12-13T20:43:39.498Z | [ host-image] Dec 13 20:43:38.348 INFO O| Dec 13 20:43:38.348 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9865 | 2024-12-13T20:43:39.527Z | [ host-image] Dec 13 20:43:38.380 INFO O| Dec 13 20:43:38.380 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9866 | 2024-12-13T20:43:39.528Z | [ host-image] Dec 13 20:43:38.380 INFO O| Dec 13 20:43:38.380 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "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"} |
9867 | 2024-12-13T20:43:51.836Z | [ host-image] Dec 13 20:43:50.663 INFO O| Dec 13 20:43:50.662 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 |
9868 | 2024-12-13T20:43:51.836Z | [ host-image] Dec 13 20:43:50.663 INFO O| Dec 13 20:43:50.663 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9869 | 2024-12-13T20:43:51.845Z | [ host-image] Dec 13 20:43:50.686 INFO O| Dec 13 20:43:50.686 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9870 | 2024-12-13T20:43:52.018Z | [ host-image] Dec 13 20:43:50.865 INFO O| Dec 13 20:43:50.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9871 | 2024-12-13T20:43:52.030Z | [ host-image] Dec 13 20:43:50.865 INFO O| Dec 13 20:43:50.865 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9872 | 2024-12-13T20:43:52.030Z | [ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9873 | 2024-12-13T20:43:52.030Z | [ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO ok! |
9874 | 2024-12-13T20:43:52.030Z | [ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9875 | 2024-12-13T20:43:52.030Z | [ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO STEP 158 (seed_smf) COMPLETE |
9876 | 2024-12-13T20:43:52.030Z | [ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO steps complete; finalising image! |
9877 | 2024-12-13T20:43:52.031Z | [ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9878 | 2024-12-13T20:43:52.225Z | [ host-image] Dec 13 20:43:51.062 INFO O| Dec 13 20:43:51.062 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 13 20:43:50 2024) |
9879 | 2024-12-13T20:43:52.424Z | [ host-image] Dec 13 20:43:51.274 INFO O| Dec 13 20:43:51.274 INFO trim TEMPORARY-gimlet-zfs: (27% trimmed, started at Fri Dec 13 20:43:50 2024) |
9880 | 2024-12-13T20:43:52.640Z | [ host-image] Dec 13 20:43:51.489 INFO O| Dec 13 20:43:51.489 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Dec 13 20:43:50 2024) |
9881 | 2024-12-13T20:43:52.903Z | [ host-image] Dec 13 20:43:51.752 INFO O| Dec 13 20:43:51.752 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio |
9882 | 2024-12-13T20:43:52.903Z | [ host-image] Dec 13 20:43:51.752 INFO O| Dec 13 20:43:51.752 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9883 | 2024-12-13T20:43:53.799Z | [ host-image] Dec 13 20:43:52.648 INFO O| Dec 13 20:43:52.648 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9884 | 2024-12-13T20:43:53.803Z | [ host-image] Dec 13 20:43:52.648 INFO O| Dec 13 20:43:52.648 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9885 | 2024-12-13T20:43:55.561Z | [ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9886 | 2024-12-13T20:43:55.561Z | [ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9887 | 2024-12-13T20:43:55.564Z | [ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9888 | 2024-12-13T20:43:55.564Z | [ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO completed processing gimlet/zfs |
9889 | 2024-12-13T20:43:55.564Z | [ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9890 | 2024-12-13T20:44:04.613Z | [ host-image] Dec 13 20:44:03.461 INFO O| Dec 13 20:44:03.461 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9891 | 2024-12-13T20:44:04.735Z | [ host-image] Dec 13 20:44:03.583 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
9892 | 2024-12-13T20:44:04.735Z | [ host-image] Dec 13 20:44:03.583 INFO expanded image name: "ci 51ce5fb/${os_short_commit} 2024-12-13 20:09" -> "ci 51ce5fb/92ea229 2024-12-13 20:09" |
9893 | 2024-12-13T20:44:04.739Z | [ host-image] Dec 13 20:44:03.583 INFO output artefacts stored in: "/work/os-host" |
9894 | 2024-12-13T20:44:04.739Z | [ host-image] Dec 13 20:44:03.583 INFO collecting git info from project "image-builder"... |
9895 | 2024-12-13T20:44:04.750Z | [ host-image] Dec 13 20:44:03.597 INFO collecting git info from project "amd-host-image-builder"... |
9896 | 2024-12-13T20:44:04.775Z | [ host-image] Dec 13 20:44:03.622 INFO collecting git info from project "phbl"... |
9897 | 2024-12-13T20:44:04.783Z | [ host-image] Dec 13 20:44:03.631 INFO collecting git info from project "chelsio-t6-roms"... |
9898 | 2024-12-13T20:44:04.792Z | [ host-image] Dec 13 20:44:03.640 INFO collecting git info from project "pinprick"... |
9899 | 2024-12-13T20:44:04.800Z | [ host-image] Dec 13 20:44:03.648 INFO collecting git info from project "pilot"... |
9900 | 2024-12-13T20:44:04.848Z | [ host-image] Dec 13 20:44:03.696 INFO collecting git info from project "bootserver"... |
9901 | 2024-12-13T20:44:04.858Z | [ host-image] Dec 13 20:44:03.706 INFO collecting git info from project "amd-firmware"... |
9902 | 2024-12-13T20:44:04.878Z | [ host-image] Dec 13 20:44:03.726 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9903 | 2024-12-13T20:44:06.049Z | [ host-image] Dec 13 20:44:04.895 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9904 | 2024-12-13T20:44:06.775Z | [ host-image] Dec 13 20:44:05.622 INFO creating Oxide boot image... |
9905 | 2024-12-13T20:44:06.775Z | [ host-image] Dec 13 20:44:05.622 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 51ce5fb/92ea229 2024-12-13 20:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9906 | 2024-12-13T20:44:08.183Z | [ host-image] Dec 13 20:44:07.028 INFO O| ok, image written! |
9907 | 2024-12-13T20:44:08.183Z | [ host-image] Dec 13 20:44:07.028 INFO O| ok, boot_image_csum file written! |
9908 | 2024-12-13T20:44:08.188Z | [ host-image] Dec 13 20:44:07.031 INFO creating boot archive (CPIO)... |
9909 | 2024-12-13T20:44:08.189Z | [ host-image] Dec 13 20:44:07.031 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 |
9910 | 2024-12-13T20:44:08.201Z | [ host-image] Dec 13 20:44:07.045 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9911 | 2024-12-13T20:44:08.201Z | [ host-image] Dec 13 20:44:07.045 INFO E| + outfile=/work/os-host/cpio |
9912 | 2024-12-13T20:44:08.206Z | [ host-image] Dec 13 20:44:07.045 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9913 | 2024-12-13T20:44:08.206Z | [ host-image] Dec 13 20:44:07.048 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9914 | 2024-12-13T20:44:08.206Z | [ host-image] Dec 13 20:44:07.048 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9915 | 2024-12-13T20:44:08.263Z | [ host-image] Dec 13 20:44:07.110 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9916 | 2024-12-13T20:44:08.263Z | [ host-image] Dec 13 20:44:07.110 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9917 | 2024-12-13T20:44:08.274Z | [ host-image] Dec 13 20:44:07.121 INFO creating compressed cpio/unix for nanobl-rs... |
9918 | 2024-12-13T20:44:08.274Z | [ host-image] Dec 13 20:44:07.121 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 |
9919 | 2024-12-13T20:44:08.608Z | [ host-image] Dec 13 20:44:07.456 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9920 | 2024-12-13T20:44:14.155Z | [ host-image] Dec 13 20:44:12.997 INFO creating reset image... |
9921 | 2024-12-13T20:44:14.158Z | [ host-image] Dec 13 20:44:12.997 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9922 | 2024-12-13T20:44:14.330Z | [ host-image] Dec 13 20:44:13.176 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9923 | 2024-12-13T20:44:14.348Z | [ host-image] Dec 13 20:44:13.194 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9924 | 2024-12-13T20:44:14.775Z | [ host-image] Dec 13 20:44:13.347 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9925 | 2024-12-13T20:44:18.190Z | [ host-image] Dec 13 20:44:17.035 INFO E| Finished `release` profile [optimized] target(s) in 3.82s |
9926 | 2024-12-13T20:44:18.208Z | [ host-image] Dec 13 20:44:17.053 INFO building host image... |
9927 | 2024-12-13T20:44:18.210Z | [ host-image] Dec 13 20:44:17.053 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") |
9928 | 2024-12-13T20:44:19.123Z | [ host-image] Dec 13 20:44:17.968 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9929 | 2024-12-13T20:45:38.680Z | [ host-image] Dec 13 20:45:37.350 INFO image complete! materials are in "/work/os-host" |
9930 | 2024-12-13T20:45:38.848Z | [ host-image] |
9931 | 2024-12-13T20:45:38.848Z | [ host-image] real 13:33.364238341 |
9932 | 2024-12-13T20:45:38.855Z | [ host-image] user 6:48.026895543 |
9933 | 2024-12-13T20:45:38.855Z | [ host-image] sys 1:12.661492326 |
9934 | 2024-12-13T20:45:38.855Z | [ host-image] trap 0.329690538 |
9935 | 2024-12-13T20:45:38.856Z | [ host-image] tflt 0.050205477 |
9936 | 2024-12-13T20:45:38.856Z | [ host-image] dflt 0.098625877 |
9937 | 2024-12-13T20:45:38.856Z | [ host-image] kflt 0.013568489 |
9938 | 2024-12-13T20:45:38.856Z | [ host-image] lock 1:34.435388930 |
9939 | 2024-12-13T20:45:38.856Z | [ host-image] slp 1:10:01.038793189 |
9940 | 2024-12-13T20:45:38.856Z | [ host-image] lat 3:16.495179021 |
9941 | 2024-12-13T20:45:38.856Z | [ host-image] stop 2.141533916 |
9942 | 2024-12-13T20:45:38.856Z | Dec 13 20:45:37.356 INFO [host-image] process exited with exit status: 0 (813.384916231s) |
9943 | 2024-12-13T20:45:38.857Z | Dec 13 20:45:37.356 INFO [tuf-repo] running task |
9944 | 2024-12-13T20:45:53.026Z | Dec 13 20:45:51.720 INFO assembling repository in `/tmp/tufaceouspfm4V6`, component: OmicronRepoAssembler |
9945 | 2024-12-13T20:46:14.475Z | Dec 13 20:46:13.298 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9946 | 2024-12-13T20:46:14.895Z | Dec 13 20:46:13.706 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9947 | 2024-12-13T20:46:45.059Z | Dec 13 20:46:42.000 INFO [tuf-repo] task succeeded (64.644138504s) |
9948 | 2024-12-13T20:48:20.560Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 56s |
9949 | 2024-12-13T20:48:20.963Z | Dec 13 20:48:19.762 INFO [verify-libraries] process exited with exit status: 0 (960.928982702s) |
9950 | 2024-12-13T20:48:20.963Z | Dec 13 20:48:19.762 INFO all jobs completed in 2345.818549173s |
9951 | 2024-12-13T20:48:21.781Z | process exited: duration 3033866 ms, exit code 0 |
|
9952 | 2024-12-13T20:48:21.794Z | found 33 output files |
9953 | 2024-12-13T20:48:21.794Z | uploading: /work/manifest.toml (8404 bytes) |
9954 | 2024-12-13T20:48:22.807Z | uploaded: /work/manifest.toml |
9955 | 2024-12-13T20:48:22.807Z | uploading: /work/repo.zip (1946153051 bytes) |
9956 | 2024-12-13T20:48:51.512Z | uploaded: /work/repo.zip |
9957 | 2024-12-13T20:48:51.512Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9958 | 2024-12-13T20:48:52.553Z | uploaded: /work/repo.zip.sha256.txt |
9959 | 2024-12-13T20:48:52.556Z | uploading: /work/helios-setup.log (66237 bytes) |
9960 | 2024-12-13T20:48:53.573Z | uploaded: /work/helios-setup.log |
9961 | 2024-12-13T20:48:53.576Z | uploading: /work/host-image.log (196626 bytes) |
9962 | 2024-12-13T20:48:54.590Z | uploaded: /work/host-image.log |
9963 | 2024-12-13T20:48:54.592Z | uploading: /work/host-package.log (22208 bytes) |
9964 | 2024-12-13T20:48:55.600Z | uploaded: /work/host-package.log |
9965 | 2024-12-13T20:48:55.600Z | uploading: /work/host-target.log (101 bytes) |
9966 | 2024-12-13T20:48:56.608Z | uploaded: /work/host-target.log |
9967 | 2024-12-13T20:48:56.608Z | uploading: /work/omicron-package.log (5666 bytes) |
9968 | 2024-12-13T20:48:57.616Z | uploaded: /work/omicron-package.log |
9969 | 2024-12-13T20:48:57.622Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9970 | 2024-12-13T20:48:58.628Z | uploaded: /work/phbl-toolchain.log |
9971 | 2024-12-13T20:48:58.628Z | uploading: /work/recovery-image.log (591665 bytes) |
9972 | 2024-12-13T20:48:59.830Z | uploaded: /work/recovery-image.log |
9973 | 2024-12-13T20:48:59.830Z | uploading: /work/recovery-package.log (321 bytes) |
9974 | 2024-12-13T20:49:01.118Z | uploaded: /work/recovery-package.log |
9975 | 2024-12-13T20:49:01.118Z | uploading: /work/recovery-target.log (98 bytes) |
9976 | 2024-12-13T20:49:02.127Z | uploaded: /work/recovery-target.log |
9977 | 2024-12-13T20:49:02.127Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9978 | 2024-12-13T20:49:03.137Z | uploaded: /work/stamp-clickhouse.log |
9979 | 2024-12-13T20:49:03.137Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9980 | 2024-12-13T20:49:04.145Z | uploaded: /work/stamp-clickhouse_keeper.log |
9981 | 2024-12-13T20:49:04.145Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9982 | 2024-12-13T20:49:05.159Z | uploaded: /work/stamp-cockroachdb.log |
9983 | 2024-12-13T20:49:05.159Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9984 | 2024-12-13T20:49:06.169Z | uploaded: /work/stamp-crucible-dtrace.log |
9985 | 2024-12-13T20:49:06.169Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9986 | 2024-12-13T20:49:07.178Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9987 | 2024-12-13T20:49:07.178Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9988 | 2024-12-13T20:49:08.192Z | uploaded: /work/stamp-crucible-zone.log |
9989 | 2024-12-13T20:49:08.192Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9990 | 2024-12-13T20:49:09.204Z | uploaded: /work/stamp-external-dns.log |
9991 | 2024-12-13T20:49:09.204Z | uploading: /work/stamp-installinator.log (103 bytes) |
9992 | 2024-12-13T20:49:10.218Z | uploaded: /work/stamp-installinator.log |
9993 | 2024-12-13T20:49:10.218Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9994 | 2024-12-13T20:49:11.229Z | uploaded: /work/stamp-internal-dns.log |
9995 | 2024-12-13T20:49:11.229Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9996 | 2024-12-13T20:49:12.240Z | uploaded: /work/stamp-mg-ddm-gz.log |
9997 | 2024-12-13T20:49:12.240Z | uploading: /work/stamp-nexus.log (112 bytes) |
9998 | 2024-12-13T20:49:13.248Z | uploaded: /work/stamp-nexus.log |
9999 | 2024-12-13T20:49:13.248Z | uploading: /work/stamp-ntp.log (110 bytes) |
10000 | 2024-12-13T20:49:14.287Z | uploaded: /work/stamp-ntp.log |
10001 | 2024-12-13T20:49:14.288Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10002 | 2024-12-13T20:49:15.319Z | uploaded: /work/stamp-omicron-sled-agent.log |
10003 | 2024-12-13T20:49:15.319Z | uploading: /work/stamp-overlay.log (114 bytes) |
10004 | 2024-12-13T20:49:16.329Z | uploaded: /work/stamp-overlay.log |
10005 | 2024-12-13T20:49:16.329Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10006 | 2024-12-13T20:49:17.339Z | uploaded: /work/stamp-oximeter.log |
10007 | 2024-12-13T20:49:17.342Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10008 | 2024-12-13T20:49:18.350Z | uploaded: /work/stamp-oxlog.log |
10009 | 2024-12-13T20:49:18.350Z | uploading: /work/stamp-probe.log (112 bytes) |
10010 | 2024-12-13T20:49:19.359Z | uploaded: /work/stamp-probe.log |
10011 | 2024-12-13T20:49:19.359Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10012 | 2024-12-13T20:49:20.368Z | uploaded: /work/stamp-propolis-server.log |
10013 | 2024-12-13T20:49:20.368Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10014 | 2024-12-13T20:49:21.375Z | uploaded: /work/stamp-pumpkind-gz.log |
10015 | 2024-12-13T20:49:21.378Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10016 | 2024-12-13T20:49:22.385Z | uploaded: /work/stamp-switch-asic.log |
10017 | 2024-12-13T20:49:22.389Z | uploading: /work/verify-libraries.log (5773 bytes) |
10018 | 2024-12-13T20:49:23.395Z | uploaded: /work/verify-libraries.log |