|
|
|
1 | 2024-12-17T20:40:58.968Z | job assigned to worker 01JFB5JZFZXYM0REA5HAZNPJTM [factory aws, i-051d6da6341629e12] (queued for 2 m 54 s) |
|
2 | 2024-12-17T20:41:06.710Z | starting task 0: "setup" |
3 | 2024-12-17T20:41:06.719Z | ++ uname -s |
4 | 2024-12-17T20:41:06.722Z | + kern=SunOS |
5 | 2024-12-17T20:41:06.722Z | + case "$kern" in |
6 | 2024-12-17T20:41:06.722Z | + groupadd -g 12345 build |
7 | 2024-12-17T20:41:06.726Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T20:41:08.730Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T20:41:08.804Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T20:41:08.807Z | + home_fs=zfs |
11 | 2024-12-17T20:41:08.807Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T20:41:08.807Z | + mkdir -p /home/build |
13 | 2024-12-17T20:41:08.810Z | + chown build:build /home/build /work |
14 | 2024-12-17T20:41:10.812Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T20:41:10.815Z | process exited: duration 4103 ms, exit code 0 |
|
16 | 2024-12-17T20:41:10.821Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T20:41:10.826Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T20:41:10.826Z | ' 1.81.0 |
19 | 2024-12-17T20:41:10.828Z | * toolchain channel = "1.81.0" |
20 | 2024-12-17T20:41:10.829Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-17T20:41:10.829Z | ' default |
22 | 2024-12-17T20:41:10.829Z | * toolchain profile = "default" |
23 | 2024-12-17T20:41:10.829Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T20:41:10.829Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T20:41:10.976Z | info: downloading installer |
26 | 2024-12-17T20:41:12.240Z | info: profile set to 'default' |
27 | 2024-12-17T20:41:12.240Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T20:41:12.242Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T20:41:12.383Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T20:41:12.383Z | info: downloading component 'cargo' |
31 | 2024-12-17T20:41:13.123Z | info: downloading component 'clippy' |
32 | 2024-12-17T20:41:13.398Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T20:41:14.425Z | info: downloading component 'rust-std' |
34 | 2024-12-17T20:41:16.063Z | info: downloading component 'rustc' |
35 | 2024-12-17T20:41:21.942Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T20:41:22.257Z | info: installing component 'cargo' |
37 | 2024-12-17T20:41:23.044Z | info: installing component 'clippy' |
38 | 2024-12-17T20:41:23.403Z | info: installing component 'rust-docs' |
39 | 2024-12-17T20:41:25.011Z | info: installing component 'rust-std' |
40 | 2024-12-17T20:41:26.741Z | info: installing component 'rustc' |
41 | 2024-12-17T20:41:32.420Z | info: installing component 'rustfmt' |
42 | 2024-12-17T20:41:32.744Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T20:41:32.744Z | |
44 | 2024-12-17T20:41:33.108Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T20:41:33.108Z | |
46 | 2024-12-17T20:41:33.111Z | |
47 | 2024-12-17T20:41:33.111Z | Rust is installed now. Great! |
48 | 2024-12-17T20:41:33.111Z | |
49 | 2024-12-17T20:41:33.111Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T20:41:33.111Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T20:41:33.111Z | |
52 | 2024-12-17T20:41:33.111Z | To configure your current shell, you need to source |
53 | 2024-12-17T20:41:33.111Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T20:41:33.111Z | |
55 | 2024-12-17T20:41:33.111Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T20:41:33.111Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T20:41:33.111Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T20:41:33.182Z | + rustc --version |
59 | 2024-12-17T20:41:33.249Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T20:41:33.252Z | process exited: duration 22431 ms, exit code 0 |
|
61 | 2024-12-17T20:41:33.258Z | starting task 2: "authentication" |
62 | 2024-12-17T20:41:33.279Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-17T20:41:33.284Z | starting task 3: "clone repository" |
64 | 2024-12-17T20:41:33.289Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T20:41:33.291Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T20:41:33.555Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T20:41:40.589Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T20:41:40.589Z | + git fetch origin 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
69 | 2024-12-17T20:41:40.929Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T20:41:40.929Z | * branch 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 -> FETCH_HEAD |
71 | 2024-12-17T20:41:40.940Z | + [[ -n ixi/propolis-addr-err-messages ]] |
72 | 2024-12-17T20:41:40.943Z | ++ git branch --show-current |
73 | 2024-12-17T20:41:40.945Z | + current=main |
74 | 2024-12-17T20:41:40.946Z | + [[ main != ixi/propolis-addr-err-messages ]] |
75 | 2024-12-17T20:41:40.946Z | + git branch -f ixi/propolis-addr-err-messages 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
76 | 2024-12-17T20:41:40.948Z | + git checkout -f ixi/propolis-addr-err-messages |
77 | 2024-12-17T20:41:41.125Z | Switched to branch 'ixi/propolis-addr-err-messages' |
78 | 2024-12-17T20:41:41.127Z | + git reset --hard 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
79 | 2024-12-17T20:41:41.304Z | HEAD is now at 1214a47dc refine error messages about not having a propolis address |
80 | 2024-12-17T20:41:41.306Z | process exited: duration 8021 ms, exit code 0 |
|
81 | 2024-12-17T20:41:41.311Z | starting task 4: "build" |
82 | 2024-12-17T20:41:41.317Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-17T20:41:41.317Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-17T20:41:41.317Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-17T20:41:41.318Z | + cargo --version |
86 | 2024-12-17T20:41:41.377Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-17T20:41:41.379Z | + rustc --version |
88 | 2024-12-17T20:41:41.440Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-17T20:41:41.443Z | + cargo tree --locked |
90 | 2024-12-17T20:41:41.715Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-17T20:41:42.035Z | Updating crates.io index |
92 | 2024-12-17T20:41:42.038Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-17T20:41:42.620Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-17T20:41:42.903Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-17T20:41:43.192Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-17T20:41:43.495Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-17T20:41:44.429Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-17T20:41:46.087Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-17T20:41:46.753Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-17T20:41:47.525Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-17T20:41:47.821Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-17T20:41:48.123Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-17T20:41:48.707Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-17T20:41:49.050Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-17T20:41:49.385Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-17T20:41:49.635Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-17T20:41:49.932Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-17T20:41:50.187Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-17T20:41:50.572Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-17T20:41:50.831Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-17T20:41:51.134Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-17T20:41:51.492Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-17T20:41:52.088Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-17T20:41:52.412Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-17T20:41:52.795Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-17T20:41:53.270Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-17T20:41:53.685Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-17T20:41:53.958Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-17T20:41:54.261Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-17T20:41:55.762Z | Downloading crates ... |
121 | 2024-12-17T20:41:55.851Z | Downloaded aead v0.5.2 |
122 | 2024-12-17T20:41:55.854Z | Downloaded adler2 v2.0.0 |
123 | 2024-12-17T20:41:55.858Z | Downloaded anstyle v1.0.10 |
124 | 2024-12-17T20:41:55.861Z | Downloaded anstream v0.6.15 |
125 | 2024-12-17T20:41:55.864Z | Downloaded addr2line v0.24.2 |
126 | 2024-12-17T20:41:55.868Z | Downloaded atomicwrites v0.4.4 |
127 | 2024-12-17T20:41:55.880Z | Downloaded cfg_aliases v0.1.1 |
128 | 2024-12-17T20:41:55.884Z | Downloaded async-object-pool v0.1.5 |
129 | 2024-12-17T20:41:55.895Z | Downloaded async-stream-impl v0.3.6 |
130 | 2024-12-17T20:41:55.901Z | Downloaded cfg_aliases v0.2.1 |
131 | 2024-12-17T20:41:55.903Z | Downloaded atomic-waker v1.1.2 |
132 | 2024-12-17T20:41:55.906Z | Downloaded async-channel v1.9.0 |
133 | 2024-12-17T20:41:55.909Z | Downloaded cargo-platform v0.1.8 |
134 | 2024-12-17T20:41:55.912Z | Downloaded anes v0.1.6 |
135 | 2024-12-17T20:41:55.915Z | Downloaded foreign-types v0.3.2 |
136 | 2024-12-17T20:41:55.915Z | Downloaded array-init v0.0.4 |
137 | 2024-12-17T20:41:55.919Z | Downloaded anstyle-query v1.1.1 |
138 | 2024-12-17T20:41:55.919Z | Downloaded bcrypt-pbkdf v0.10.0 |
139 | 2024-12-17T20:41:55.921Z | Downloaded bitflags v1.3.2 |
140 | 2024-12-17T20:41:55.923Z | Downloaded flagset v0.4.6 |
141 | 2024-12-17T20:41:55.923Z | Downloaded cbc v0.1.2 |
142 | 2024-12-17T20:41:55.926Z | Downloaded filetime v0.2.25 |
143 | 2024-12-17T20:41:55.928Z | Downloaded chrono-tz-build v0.4.0 |
144 | 2024-12-17T20:41:55.933Z | Downloaded block-buffer v0.10.4 |
145 | 2024-12-17T20:41:55.933Z | Downloaded fd-lock v4.0.2 |
146 | 2024-12-17T20:41:55.936Z | Downloaded foreign-types-shared v0.3.1 |
147 | 2024-12-17T20:41:55.936Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2024-12-17T20:41:55.936Z | Downloaded chacha20 v0.9.1 |
149 | 2024-12-17T20:41:55.939Z | Downloaded bytecount v0.6.8 |
150 | 2024-12-17T20:41:55.942Z | Downloaded ff v0.13.0 |
151 | 2024-12-17T20:41:55.942Z | Downloaded float-ord v0.3.2 |
152 | 2024-12-17T20:41:55.942Z | Downloaded async-global-executor v2.4.1 |
153 | 2024-12-17T20:41:55.945Z | Downloaded foreign-types-macros v0.2.3 |
154 | 2024-12-17T20:41:55.949Z | Downloaded block-padding v0.3.3 |
155 | 2024-12-17T20:41:55.949Z | Downloaded camino-tempfile v1.1.1 |
156 | 2024-12-17T20:41:55.952Z | Downloaded byteorder v1.5.0 |
157 | 2024-12-17T20:41:55.952Z | Downloaded async-recursion v1.1.1 |
158 | 2024-12-17T20:41:55.955Z | Downloaded escape8259 v0.5.3 |
159 | 2024-12-17T20:41:55.957Z | Downloaded cfg-if v1.0.0 |
160 | 2024-12-17T20:41:55.960Z | Downloaded flume v0.11.1 |
161 | 2024-12-17T20:41:55.964Z | Downloaded cast v0.3.0 |
162 | 2024-12-17T20:41:55.966Z | Downloaded buf-list v1.0.3 |
163 | 2024-12-17T20:41:55.968Z | Downloaded guppy-workspace-hack v0.1.0 |
164 | 2024-12-17T20:41:55.968Z | Downloaded futures-executor v0.3.31 |
165 | 2024-12-17T20:41:55.971Z | Downloaded fxhash v0.2.1 |
166 | 2024-12-17T20:41:55.971Z | Downloaded async-trait v0.1.83 |
167 | 2024-12-17T20:41:55.975Z | Downloaded errno v0.3.9 |
168 | 2024-12-17T20:41:55.977Z | Downloaded headers-core v0.3.0 |
169 | 2024-12-17T20:41:55.980Z | Downloaded async-process v2.3.0 |
170 | 2024-12-17T20:41:55.982Z | Downloaded arrayvec v0.7.6 |
171 | 2024-12-17T20:41:55.984Z | Downloaded futures-task v0.3.31 |
172 | 2024-12-17T20:41:55.987Z | Downloaded futures-timer v3.0.3 |
173 | 2024-12-17T20:41:55.990Z | Downloaded futures-macro v0.3.31 |
174 | 2024-12-17T20:41:55.990Z | Downloaded cancel-safe-futures v0.1.5 |
175 | 2024-12-17T20:41:55.992Z | Downloaded bzip2 v0.4.4 |
176 | 2024-12-17T20:41:55.995Z | Downloaded futures-io v0.3.31 |
177 | 2024-12-17T20:41:55.998Z | Downloaded assert_cmd v2.0.16 |
178 | 2024-12-17T20:41:56.001Z | Downloaded hubpack_derive v0.1.1 |
179 | 2024-12-17T20:41:56.001Z | Downloaded futures-core v0.3.31 |
180 | 2024-12-17T20:41:56.004Z | Downloaded cargo_metadata v0.18.1 |
181 | 2024-12-17T20:41:56.004Z | Downloaded hostname v0.3.1 |
182 | 2024-12-17T20:41:56.007Z | Downloaded group v0.13.0 |
183 | 2024-12-17T20:41:56.010Z | Downloaded num-iter v0.1.45 |
184 | 2024-12-17T20:41:56.010Z | Downloaded blake2b_simd v1.0.2 |
185 | 2024-12-17T20:41:56.013Z | Downloaded num_enum_derive v0.5.11 |
186 | 2024-12-17T20:41:56.013Z | Downloaded num_enum v0.5.11 |
187 | 2024-12-17T20:41:56.017Z | Downloaded http-body v1.0.1 |
188 | 2024-12-17T20:41:56.020Z | Downloaded pretty-hex v0.2.1 |
189 | 2024-12-17T20:41:56.021Z | Downloaded glob v0.3.1 |
190 | 2024-12-17T20:41:56.024Z | Downloaded http-range v0.1.5 |
191 | 2024-12-17T20:41:56.024Z | Downloaded camino v1.1.9 |
192 | 2024-12-17T20:41:56.027Z | Downloaded phf_codegen v0.11.2 |
193 | 2024-12-17T20:41:56.027Z | Downloaded paste v1.0.15 |
194 | 2024-12-17T20:41:56.031Z | Downloaded pem v3.0.4 |
195 | 2024-12-17T20:41:56.034Z | Downloaded hash32 v0.3.1 |
196 | 2024-12-17T20:41:56.037Z | Downloaded hubpack v0.1.2 |
197 | 2024-12-17T20:41:56.037Z | Downloaded flate2 v1.0.34 |
198 | 2024-12-17T20:41:56.043Z | Downloaded humantime v2.1.0 |
199 | 2024-12-17T20:41:56.045Z | Downloaded salsa20 v0.10.2 |
200 | 2024-12-17T20:41:56.045Z | Downloaded async-task v4.7.1 |
201 | 2024-12-17T20:41:56.048Z | Downloaded async-io v2.3.4 |
202 | 2024-12-17T20:41:56.051Z | Downloaded termtree v0.4.1 |
203 | 2024-12-17T20:41:56.054Z | Downloaded phf v0.11.2 |
204 | 2024-12-17T20:41:56.057Z | Downloaded hex v0.4.3 |
205 | 2024-12-17T20:41:56.059Z | Downloaded toolchain_find v0.4.0 |
206 | 2024-12-17T20:41:56.059Z | Downloaded blake2 v0.10.6 |
207 | 2024-12-17T20:41:56.061Z | Downloaded heck v0.4.1 |
208 | 2024-12-17T20:41:56.064Z | Downloaded globset v0.4.15 |
209 | 2024-12-17T20:41:56.067Z | Downloaded polyval v0.6.2 |
210 | 2024-12-17T20:41:56.070Z | Downloaded hyper-tls v0.6.0 |
211 | 2024-12-17T20:41:56.070Z | Downloaded quinn-udp v0.5.5 |
212 | 2024-12-17T20:41:56.073Z | Downloaded semver v0.1.20 |
213 | 2024-12-17T20:41:56.073Z | Downloaded secrecy v0.8.0 |
214 | 2024-12-17T20:41:56.075Z | Downloaded rpassword v7.3.1 |
215 | 2024-12-17T20:41:56.078Z | Downloaded slog-dtrace v0.3.0 |
216 | 2024-12-17T20:41:56.078Z | Downloaded slog-bunyan v2.5.0 |
217 | 2024-12-17T20:41:56.082Z | Downloaded futures-channel v0.3.31 |
218 | 2024-12-17T20:41:56.082Z | Downloaded futures v0.3.31 |
219 | 2024-12-17T20:41:56.087Z | Downloaded static_assertions v1.1.0 |
220 | 2024-12-17T20:41:56.090Z | Downloaded smf v0.2.3 |
221 | 2024-12-17T20:41:56.093Z | Downloaded password-hash v0.5.0 |
222 | 2024-12-17T20:41:56.095Z | Downloaded arc-swap v1.7.1 |
223 | 2024-12-17T20:41:56.098Z | Downloaded allocator-api2 v0.2.18 |
224 | 2024-12-17T20:41:56.100Z | Downloaded ahash v0.8.11 |
225 | 2024-12-17T20:41:56.103Z | Downloaded phf_generator v0.11.2 |
226 | 2024-12-17T20:41:56.105Z | Downloaded hex-literal v0.4.1 |
227 | 2024-12-17T20:41:56.108Z | Downloaded bytes v1.8.0 |
228 | 2024-12-17T20:41:56.111Z | Downloaded dhcproto-macros v0.1.0 |
229 | 2024-12-17T20:41:56.114Z | Downloaded cstr-argument v0.1.2 |
230 | 2024-12-17T20:41:56.114Z | Downloaded proc-macro-crate v1.3.1 |
231 | 2024-12-17T20:41:56.116Z | Downloaded thiserror v2.0.3 |
232 | 2024-12-17T20:41:56.122Z | Downloaded serde_urlencoded v0.7.1 |
233 | 2024-12-17T20:41:56.127Z | Downloaded tabwriter v1.4.0 |
234 | 2024-12-17T20:41:56.131Z | Downloaded getrandom v0.2.15 |
235 | 2024-12-17T20:41:56.131Z | Downloaded httparse v1.9.5 |
236 | 2024-12-17T20:41:56.134Z | Downloaded half v2.4.1 |
237 | 2024-12-17T20:41:56.134Z | Downloaded semver v1.0.23 |
238 | 2024-12-17T20:41:56.137Z | Downloaded newtype_derive v0.1.6 |
239 | 2024-12-17T20:41:56.140Z | Downloaded poly1305 v0.8.0 |
240 | 2024-12-17T20:41:56.143Z | Downloaded is_ci v1.2.0 |
241 | 2024-12-17T20:41:56.143Z | Downloaded twox-hash v1.6.3 |
242 | 2024-12-17T20:41:56.146Z | Downloaded constant_time_eq v0.3.1 |
243 | 2024-12-17T20:41:56.149Z | Downloaded zone v0.3.0 |
244 | 2024-12-17T20:41:56.149Z | Downloaded zone v0.1.8 |
245 | 2024-12-17T20:41:56.149Z | Downloaded hyper-rustls v0.26.0 |
246 | 2024-12-17T20:41:56.152Z | Downloaded unicode-xid v0.2.6 |
247 | 2024-12-17T20:41:56.154Z | Downloaded httptest v0.16.1 |
248 | 2024-12-17T20:41:56.156Z | Downloaded topological-sort v0.2.2 |
249 | 2024-12-17T20:41:56.159Z | Downloaded chacha20poly1305 v0.10.1 |
250 | 2024-12-17T20:41:56.162Z | Downloaded clap_derive v4.5.18 |
251 | 2024-12-17T20:41:56.164Z | Downloaded matches v0.1.10 |
252 | 2024-12-17T20:41:56.164Z | Downloaded version_check v0.9.5 |
253 | 2024-12-17T20:41:56.167Z | Downloaded crypto-common v0.1.6 |
254 | 2024-12-17T20:41:56.167Z | Downloaded aes-gcm v0.10.3 |
255 | 2024-12-17T20:41:56.170Z | Downloaded xz2 v0.1.7 |
256 | 2024-12-17T20:41:56.173Z | Downloaded plotters-svg v0.3.7 |
257 | 2024-12-17T20:41:56.176Z | Downloaded phf_shared v0.10.0 |
258 | 2024-12-17T20:41:56.176Z | Downloaded progenitor-client v0.8.0 |
259 | 2024-12-17T20:41:56.176Z | Downloaded tui-tree-widget v0.22.0 |
260 | 2024-12-17T20:41:56.179Z | Downloaded xattr v1.3.1 |
261 | 2024-12-17T20:41:56.182Z | Downloaded colored v2.1.0 |
262 | 2024-12-17T20:41:56.184Z | Downloaded env_filter v0.1.2 |
263 | 2024-12-17T20:41:56.184Z | Downloaded enum-as-inner v0.6.1 |
264 | 2024-12-17T20:41:56.189Z | Downloaded is-terminal v0.4.13 |
265 | 2024-12-17T20:41:56.191Z | Downloaded scroll v0.12.0 |
266 | 2024-12-17T20:41:56.191Z | Downloaded ed25519 v2.2.3 |
267 | 2024-12-17T20:41:56.194Z | Downloaded smawk v0.3.2 |
268 | 2024-12-17T20:41:56.194Z | Downloaded ryu v1.0.18 |
269 | 2024-12-17T20:41:56.197Z | Downloaded opaque-debug v0.3.1 |
270 | 2024-12-17T20:41:56.199Z | Downloaded nibble_vec v0.1.0 |
271 | 2024-12-17T20:41:56.203Z | Downloaded hyper-staticfile v0.10.1 |
272 | 2024-12-17T20:41:56.207Z | Downloaded const_format_proc_macros v0.2.33 |
273 | 2024-12-17T20:41:56.207Z | Downloaded icu_normalizer v1.5.0 |
274 | 2024-12-17T20:41:56.211Z | Downloaded icu_locid_transform_data v1.5.0 |
275 | 2024-12-17T20:41:56.213Z | Downloaded scroll_derive v0.12.0 |
276 | 2024-12-17T20:41:56.213Z | Downloaded icu_locid v1.5.0 |
277 | 2024-12-17T20:41:56.218Z | Downloaded oorandom v11.1.4 |
278 | 2024-12-17T20:41:56.220Z | Downloaded textwrap v0.16.1 |
279 | 2024-12-17T20:41:56.223Z | Downloaded parse-display v0.10.0 |
280 | 2024-12-17T20:41:56.226Z | Downloaded headers v0.4.0 |
281 | 2024-12-17T20:41:56.230Z | Downloaded tower-service v0.3.3 |
282 | 2024-12-17T20:41:56.232Z | Downloaded dropshot_endpoint v0.13.0 |
283 | 2024-12-17T20:41:56.235Z | Downloaded similar-asserts v1.6.0 |
284 | 2024-12-17T20:41:56.238Z | Downloaded rtoolbox v0.0.2 |
285 | 2024-12-17T20:41:56.240Z | Downloaded psl-types v2.0.11 |
286 | 2024-12-17T20:41:56.242Z | Downloaded env_logger v0.10.2 |
287 | 2024-12-17T20:41:56.245Z | Downloaded nodrop v0.1.14 |
288 | 2024-12-17T20:41:56.248Z | Downloaded ron v0.8.1 |
289 | 2024-12-17T20:41:56.252Z | Downloaded crunchy v0.2.2 |
290 | 2024-12-17T20:41:56.255Z | Downloaded tinyvec_macros v0.1.1 |
291 | 2024-12-17T20:41:56.255Z | Downloaded target-triple v0.1.3 |
292 | 2024-12-17T20:41:56.255Z | Downloaded vergen v8.3.2 |
293 | 2024-12-17T20:41:56.258Z | Downloaded packed_struct_codegen v0.10.1 |
294 | 2024-12-17T20:41:56.261Z | Downloaded quick-error v1.2.3 |
295 | 2024-12-17T20:41:56.263Z | Downloaded powerfmt v0.2.0 |
296 | 2024-12-17T20:41:56.266Z | Downloaded serde_with_macros v3.11.0 |
297 | 2024-12-17T20:41:56.269Z | Downloaded slog-json v2.6.1 |
298 | 2024-12-17T20:41:56.269Z | Downloaded crc32fast v1.4.2 |
299 | 2024-12-17T20:41:56.272Z | Downloaded slog-envlogger v2.2.0 |
300 | 2024-12-17T20:41:56.275Z | Downloaded string_cache v0.8.7 |
301 | 2024-12-17T20:41:56.275Z | Downloaded pem-rfc7468 v0.7.0 |
302 | 2024-12-17T20:41:56.277Z | Downloaded md5 v0.7.0 |
303 | 2024-12-17T20:41:56.279Z | Downloaded heapless v0.7.17 |
304 | 2024-12-17T20:41:56.289Z | Downloaded postgres-types v0.2.8 |
305 | 2024-12-17T20:41:56.292Z | Downloaded unicase v2.7.0 |
306 | 2024-12-17T20:41:56.292Z | Downloaded unarray v0.1.4 |
307 | 2024-12-17T20:41:56.292Z | Downloaded utf8_iter v1.0.4 |
308 | 2024-12-17T20:41:56.292Z | Downloaded litemap v0.7.3 |
309 | 2024-12-17T20:41:56.295Z | Downloaded env_logger v0.11.5 |
310 | 2024-12-17T20:41:56.298Z | Downloaded tungstenite v0.24.0 |
311 | 2024-12-17T20:41:56.301Z | Downloaded tungstenite v0.21.0 |
312 | 2024-12-17T20:41:56.304Z | Downloaded clap_lex v0.7.2 |
313 | 2024-12-17T20:41:56.306Z | Downloaded linked-hash-map v0.5.6 |
314 | 2024-12-17T20:41:56.308Z | Downloaded yasna v0.5.2 |
315 | 2024-12-17T20:41:56.314Z | Downloaded pathdiff v0.2.2 |
316 | 2024-12-17T20:41:56.316Z | Downloaded cmake v0.1.51 |
317 | 2024-12-17T20:41:56.316Z | Downloaded aes v0.8.4 |
318 | 2024-12-17T20:41:56.319Z | Downloaded digest v0.10.7 |
319 | 2024-12-17T20:41:56.323Z | Downloaded precomputed-hash v0.1.1 |
320 | 2024-12-17T20:41:56.323Z | Downloaded dirs-next v2.0.0 |
321 | 2024-12-17T20:41:56.323Z | Downloaded dhcproto v0.12.0 |
322 | 2024-12-17T20:41:56.326Z | Downloaded progenitor v0.8.0 |
323 | 2024-12-17T20:41:56.329Z | Downloaded serde-big-array v0.5.1 |
324 | 2024-12-17T20:41:56.332Z | Downloaded rstest v0.23.0 |
325 | 2024-12-17T20:41:56.336Z | Downloaded num-integer v0.1.46 |
326 | 2024-12-17T20:41:56.340Z | Downloaded maybe-uninit v2.0.0 |
327 | 2024-12-17T20:41:56.343Z | Downloaded tinytemplate v1.2.1 |
328 | 2024-12-17T20:41:56.343Z | Downloaded progenitor-impl v0.8.0 |
329 | 2024-12-17T20:41:56.345Z | Downloaded serde_yaml v0.9.34+deprecated |
330 | 2024-12-17T20:41:56.348Z | Downloaded maplit v1.0.2 |
331 | 2024-12-17T20:41:56.350Z | Downloaded num-rational v0.4.2 |
332 | 2024-12-17T20:41:56.353Z | Downloaded managed v0.8.0 |
333 | 2024-12-17T20:41:56.353Z | Downloaded impl-trait-for-tuples v0.2.2 |
334 | 2024-12-17T20:41:56.355Z | Downloaded icu_collections v1.5.0 |
335 | 2024-12-17T20:41:56.362Z | Downloaded take_mut v0.2.2 |
336 | 2024-12-17T20:41:56.365Z | Downloaded sync_wrapper v1.0.1 |
337 | 2024-12-17T20:41:56.365Z | Downloaded sync-ptr v0.1.1 |
338 | 2024-12-17T20:41:56.369Z | Downloaded defmt-parser v0.3.4 |
339 | 2024-12-17T20:41:56.369Z | Downloaded defmt-macros v0.3.9 |
340 | 2024-12-17T20:41:56.372Z | Downloaded path-tree v0.8.1 |
341 | 2024-12-17T20:41:56.376Z | Downloaded displaydoc v0.2.5 |
342 | 2024-12-17T20:41:56.379Z | Downloaded convert_case v0.4.0 |
343 | 2024-12-17T20:41:56.379Z | Downloaded fallible-iterator v0.3.0 |
344 | 2024-12-17T20:41:56.379Z | Downloaded target-spec v3.2.2 |
345 | 2024-12-17T20:41:56.381Z | Downloaded darling_macro v0.20.10 |
346 | 2024-12-17T20:41:56.383Z | Downloaded write16 v1.0.0 |
347 | 2024-12-17T20:41:56.383Z | Downloaded vte_generate_state_changes v0.1.2 |
348 | 2024-12-17T20:41:56.386Z | Downloaded rand_xorshift v0.3.0 |
349 | 2024-12-17T20:41:56.386Z | Downloaded fallible-iterator v0.2.0 |
350 | 2024-12-17T20:41:56.390Z | Downloaded scheduled-thread-pool v0.2.7 |
351 | 2024-12-17T20:41:56.390Z | Downloaded inout v0.1.3 |
352 | 2024-12-17T20:41:56.392Z | Downloaded itoa v1.0.11 |
353 | 2024-12-17T20:41:56.392Z | Downloaded libtest-mimic v0.7.3 |
354 | 2024-12-17T20:41:56.396Z | Downloaded md-5 v0.10.6 |
355 | 2024-12-17T20:41:56.398Z | Downloaded tinyvec v1.8.0 |
356 | 2024-12-17T20:41:56.401Z | Downloaded synstructure v0.13.1 |
357 | 2024-12-17T20:41:56.401Z | Downloaded csv-core v0.1.11 |
358 | 2024-12-17T20:41:56.404Z | Downloaded same-file v1.0.6 |
359 | 2024-12-17T20:41:56.407Z | Downloaded downcast v0.11.0 |
360 | 2024-12-17T20:41:56.409Z | Downloaded doc-comment v0.3.3 |
361 | 2024-12-17T20:41:56.409Z | Downloaded stringprep v0.1.5 |
362 | 2024-12-17T20:41:56.409Z | Downloaded rustversion v1.0.17 |
363 | 2024-12-17T20:41:56.412Z | Downloaded parking_lot_core v0.8.6 |
364 | 2024-12-17T20:41:56.414Z | Downloaded new_debug_unreachable v1.0.6 |
365 | 2024-12-17T20:41:56.417Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2024-12-17T20:41:56.421Z | Downloaded crypto-bigint v0.5.5 |
367 | 2024-12-17T20:41:56.428Z | Downloaded peg v0.8.4 |
368 | 2024-12-17T20:41:56.433Z | Downloaded schemars v0.8.21 |
369 | 2024-12-17T20:41:56.446Z | Downloaded indoc v1.0.9 |
370 | 2024-12-17T20:41:56.449Z | Downloaded datatest-stable v0.2.9 |
371 | 2024-12-17T20:41:56.451Z | Downloaded enum-as-inner v0.5.1 |
372 | 2024-12-17T20:41:56.454Z | Downloaded hashbrown v0.12.3 |
373 | 2024-12-17T20:41:56.458Z | Downloaded num_threads v0.1.7 |
374 | 2024-12-17T20:41:56.460Z | Downloaded smallvec v0.6.14 |
375 | 2024-12-17T20:41:56.462Z | Downloaded spin v0.5.2 |
376 | 2024-12-17T20:41:56.465Z | Downloaded unicode-bidi v0.3.17 |
377 | 2024-12-17T20:41:56.468Z | Downloaded rstest_macros v0.23.0 |
378 | 2024-12-17T20:41:56.470Z | Downloaded publicsuffix v2.2.3 |
379 | 2024-12-17T20:41:56.473Z | Downloaded yansi v1.0.1 |
380 | 2024-12-17T20:41:56.476Z | Downloaded once_cell v1.20.2 |
381 | 2024-12-17T20:41:56.479Z | Downloaded darling_core v0.20.10 |
382 | 2024-12-17T20:41:56.483Z | Downloaded dof v0.3.0 |
383 | 2024-12-17T20:41:56.486Z | Downloaded tap v1.0.1 |
384 | 2024-12-17T20:41:56.489Z | Downloaded cpufeatures v0.2.14 |
385 | 2024-12-17T20:41:56.489Z | Downloaded uuid v1.11.0 |
386 | 2024-12-17T20:41:56.492Z | Downloaded libsw v3.3.1 |
387 | 2024-12-17T20:41:56.495Z | Downloaded tracing-attributes v0.1.27 |
388 | 2024-12-17T20:41:56.497Z | Downloaded wyz v0.5.1 |
389 | 2024-12-17T20:41:56.507Z | Downloaded writeable v0.5.5 |
390 | 2024-12-17T20:41:56.507Z | Downloaded num-conv v0.1.0 |
391 | 2024-12-17T20:41:56.507Z | Downloaded pkcs5 v0.7.1 |
392 | 2024-12-17T20:41:56.512Z | Downloaded num-derive v0.4.2 |
393 | 2024-12-17T20:41:56.517Z | Downloaded data-encoding v2.6.0 |
394 | 2024-12-17T20:41:56.520Z | Downloaded phf_shared v0.11.2 |
395 | 2024-12-17T20:41:56.523Z | Downloaded console v0.15.8 |
396 | 2024-12-17T20:41:56.525Z | Downloaded usdt-attr-macro v0.5.0 |
397 | 2024-12-17T20:41:56.527Z | Downloaded rand_seeder v0.3.0 |
398 | 2024-12-17T20:41:56.530Z | Downloaded num_cpus v1.16.0 |
399 | 2024-12-17T20:41:56.533Z | Downloaded p521 v0.13.3 |
400 | 2024-12-17T20:41:56.536Z | Downloaded spin v0.9.8 |
401 | 2024-12-17T20:41:56.539Z | Downloaded tokio-native-tls v0.3.1 |
402 | 2024-12-17T20:41:56.547Z | Downloaded radium v0.7.0 |
403 | 2024-12-17T20:41:56.547Z | Downloaded x509-cert v0.2.5 |
404 | 2024-12-17T20:41:56.552Z | Downloaded dtrace-parser v0.2.0 |
405 | 2024-12-17T20:41:56.552Z | Downloaded ref-cast-impl v1.0.23 |
406 | 2024-12-17T20:41:56.552Z | Downloaded omicron-zone-package v0.11.1 |
407 | 2024-12-17T20:41:56.555Z | Downloaded stable_deref_trait v1.2.0 |
408 | 2024-12-17T20:41:56.557Z | Downloaded signal-hook-mio v0.2.4 |
409 | 2024-12-17T20:41:56.557Z | Downloaded shlex v1.3.0 |
410 | 2024-12-17T20:41:56.560Z | Downloaded serde_path_to_error v0.1.16 |
411 | 2024-12-17T20:41:56.563Z | Downloaded libloading v0.8.5 |
412 | 2024-12-17T20:41:56.566Z | Downloaded instant v0.1.13 |
413 | 2024-12-17T20:41:56.566Z | Downloaded tokio-tungstenite v0.24.0 |
414 | 2024-12-17T20:41:56.568Z | Downloaded unicode-properties v0.1.3 |
415 | 2024-12-17T20:41:56.571Z | Downloaded tls_codec_derive v0.4.1 |
416 | 2024-12-17T20:41:56.573Z | Downloaded signal-hook-tokio v0.3.1 |
417 | 2024-12-17T20:41:56.573Z | Downloaded toml_datetime v0.6.8 |
418 | 2024-12-17T20:41:56.578Z | Downloaded num-complex v0.4.6 |
419 | 2024-12-17T20:41:56.580Z | Downloaded unicode-linebreak v0.1.5 |
420 | 2024-12-17T20:41:56.581Z | Downloaded http v1.1.0 |
421 | 2024-12-17T20:41:56.583Z | Downloaded const-oid v0.9.6 |
422 | 2024-12-17T20:41:56.586Z | Downloaded rayon-core v1.12.1 |
423 | 2024-12-17T20:41:56.590Z | Downloaded futures-util v0.3.31 |
424 | 2024-12-17T20:41:56.604Z | Downloaded curve25519-dalek-derive v0.1.1 |
425 | 2024-12-17T20:41:56.607Z | Downloaded crc v3.2.1 |
426 | 2024-12-17T20:41:56.609Z | Downloaded concurrent-queue v2.5.0 |
427 | 2024-12-17T20:41:56.612Z | Downloaded usdt v0.5.0 |
428 | 2024-12-17T20:41:56.612Z | Downloaded serde v1.0.215 |
429 | 2024-12-17T20:41:56.615Z | Downloaded hashbrown v0.15.1 |
430 | 2024-12-17T20:41:56.621Z | Downloaded zerofrom v0.1.4 |
431 | 2024-12-17T20:41:56.624Z | Downloaded dyn-clone v1.0.17 |
432 | 2024-12-17T20:41:56.626Z | Downloaded qorb v0.2.1 |
433 | 2024-12-17T20:41:56.629Z | Downloaded libefi-sys v0.1.0 |
434 | 2024-12-17T20:41:56.632Z | Downloaded term v0.7.0 |
435 | 2024-12-17T20:41:56.635Z | Downloaded miniz_oxide v0.8.0 |
436 | 2024-12-17T20:41:56.637Z | Downloaded indent_write v2.2.0 |
437 | 2024-12-17T20:41:56.639Z | Downloaded idna_adapter v1.2.0 |
438 | 2024-12-17T20:41:56.640Z | Downloaded termcolor v1.4.1 |
439 | 2024-12-17T20:41:56.644Z | Downloaded lru v0.12.5 |
440 | 2024-12-17T20:41:56.644Z | Downloaded crucible-workspace-hack v0.1.0 |
441 | 2024-12-17T20:41:56.644Z | Downloaded rcgen v0.12.1 |
442 | 2024-12-17T20:41:56.647Z | Downloaded parking v2.2.1 |
443 | 2024-12-17T20:41:56.649Z | Downloaded mockall v0.13.0 |
444 | 2024-12-17T20:41:56.651Z | Downloaded hashbrown v0.14.5 |
445 | 2024-12-17T20:41:56.655Z | Downloaded mirai-annotations v1.12.0 |
446 | 2024-12-17T20:41:56.657Z | Downloaded cipher v0.4.4 |
447 | 2024-12-17T20:41:56.659Z | Downloaded siphasher v0.3.11 |
448 | 2024-12-17T20:41:56.662Z | Downloaded equivalent v1.0.1 |
449 | 2024-12-17T20:41:56.662Z | Downloaded shell-words v1.1.0 |
450 | 2024-12-17T20:41:56.664Z | Downloaded rusty-fork v0.3.0 |
451 | 2024-12-17T20:41:56.664Z | Downloaded expectorate v1.1.0 |
452 | 2024-12-17T20:41:56.667Z | Downloaded primeorder v0.13.6 |
453 | 2024-12-17T20:41:56.670Z | Downloaded plotters-backend v0.3.7 |
454 | 2024-12-17T20:41:56.672Z | Downloaded resolv-conf v0.7.0 |
455 | 2024-12-17T20:41:56.674Z | Downloaded serde_regex v1.1.0 |
456 | 2024-12-17T20:41:56.674Z | Downloaded path-slash v0.1.5 |
457 | 2024-12-17T20:41:56.677Z | Downloaded event-listener v5.3.1 |
458 | 2024-12-17T20:41:56.680Z | Downloaded subprocess v0.2.9 |
459 | 2024-12-17T20:41:56.683Z | Downloaded thiserror-impl v1.0.69 |
460 | 2024-12-17T20:41:56.686Z | Downloaded terminal_size v0.4.0 |
461 | 2024-12-17T20:41:56.686Z | Downloaded tracing v0.1.40 |
462 | 2024-12-17T20:41:56.691Z | Downloaded time-core v0.1.2 |
463 | 2024-12-17T20:41:56.693Z | Downloaded sigpipe v0.1.3 |
464 | 2024-12-17T20:41:56.693Z | Downloaded pretty_assertions v1.4.1 |
465 | 2024-12-17T20:41:56.696Z | Downloaded target-lexicon v0.12.16 |
466 | 2024-12-17T20:41:56.700Z | Downloaded signature v2.2.0 |
467 | 2024-12-17T20:41:56.702Z | Downloaded unicode-truncate v1.1.0 |
468 | 2024-12-17T20:41:56.702Z | Downloaded signal-hook v0.3.17 |
469 | 2024-12-17T20:41:56.706Z | Downloaded zerofrom-derive v0.1.4 |
470 | 2024-12-17T20:41:56.709Z | Downloaded thread-id v4.2.2 |
471 | 2024-12-17T20:41:56.709Z | Downloaded thiserror-no-std v2.0.2 |
472 | 2024-12-17T20:41:56.718Z | Downloaded ciborium-io v0.2.2 |
473 | 2024-12-17T20:41:56.718Z | Downloaded try-lock v0.2.5 |
474 | 2024-12-17T20:41:56.718Z | Downloaded h2 v0.4.6 |
475 | 2024-12-17T20:41:56.724Z | Downloaded endian-type v0.1.2 |
476 | 2024-12-17T20:41:56.726Z | Downloaded pin-project-internal v1.1.6 |
477 | 2024-12-17T20:41:56.729Z | Downloaded newline-converter v0.3.0 |
478 | 2024-12-17T20:41:56.729Z | Downloaded ident_case v1.0.1 |
479 | 2024-12-17T20:41:56.732Z | Downloaded tokio-util v0.7.12 |
480 | 2024-12-17T20:41:56.737Z | Downloaded nested v0.1.1 |
481 | 2024-12-17T20:41:56.739Z | Downloaded icu_provider_macros v1.5.0 |
482 | 2024-12-17T20:41:56.739Z | Downloaded pkg-config v0.3.31 |
483 | 2024-12-17T20:41:56.742Z | Downloaded proc-macro-error v1.0.4 |
484 | 2024-12-17T20:41:56.745Z | Downloaded icu_provider v1.5.0 |
485 | 2024-12-17T20:41:56.748Z | Downloaded simd-adler32 v0.3.7 |
486 | 2024-12-17T20:41:56.751Z | Downloaded bindgen v0.69.5 |
487 | 2024-12-17T20:41:56.760Z | Downloaded normalize-line-endings v0.3.0 |
488 | 2024-12-17T20:41:56.763Z | Downloaded rand_chacha v0.3.1 |
489 | 2024-12-17T20:41:56.763Z | Downloaded serde_plain v1.0.2 |
490 | 2024-12-17T20:41:56.765Z | Downloaded ucd-trie v0.1.7 |
491 | 2024-12-17T20:41:56.765Z | Downloaded parking_lot v0.12.3 |
492 | 2024-12-17T20:41:56.768Z | Downloaded chrono v0.4.38 |
493 | 2024-12-17T20:41:56.777Z | Downloaded sqlparser_derive v0.2.2 |
494 | 2024-12-17T20:41:56.779Z | Downloaded ciborium-ll v0.2.2 |
495 | 2024-12-17T20:41:56.783Z | Downloaded tokio-macros v2.4.0 |
496 | 2024-12-17T20:41:56.783Z | Downloaded mockall_derive v0.13.0 |
497 | 2024-12-17T20:41:56.786Z | Downloaded rustls-pemfile v1.0.4 |
498 | 2024-12-17T20:41:56.788Z | Downloaded libxml v0.3.3 |
499 | 2024-12-17T20:41:56.791Z | Downloaded newtype-uuid v1.1.3 |
500 | 2024-12-17T20:41:56.794Z | Downloaded lru-cache v0.1.2 |
501 | 2024-12-17T20:41:56.797Z | Downloaded pkcs1 v0.7.5 |
502 | 2024-12-17T20:41:56.799Z | Downloaded zerovec v0.10.4 |
503 | 2024-12-17T20:41:56.804Z | Downloaded rustc_version v0.4.1 |
504 | 2024-12-17T20:41:56.807Z | Downloaded async-std v1.13.0 |
505 | 2024-12-17T20:41:56.824Z | Downloaded zone_cfg_derive v0.3.0 |
506 | 2024-12-17T20:41:56.827Z | Downloaded ctr v0.9.2 |
507 | 2024-12-17T20:41:56.827Z | Downloaded crossbeam-deque v0.8.5 |
508 | 2024-12-17T20:41:56.830Z | Downloaded strum_macros v0.26.4 |
509 | 2024-12-17T20:41:56.833Z | Downloaded ipnet v2.10.1 |
510 | 2024-12-17T20:41:56.835Z | Downloaded deranged v0.3.11 |
511 | 2024-12-17T20:41:56.837Z | Downloaded peg-macros v0.8.4 |
512 | 2024-12-17T20:41:56.837Z | Downloaded derive_builder_core v0.20.2 |
513 | 2024-12-17T20:41:56.840Z | Downloaded russh-cryptovec v0.7.3 |
514 | 2024-12-17T20:41:56.842Z | Downloaded lazycell v1.3.0 |
515 | 2024-12-17T20:41:56.842Z | Downloaded compact_str v0.8.0 |
516 | 2024-12-17T20:41:56.846Z | Downloaded rand_core v0.6.4 |
517 | 2024-12-17T20:41:56.848Z | Downloaded itertools v0.12.1 |
518 | 2024-12-17T20:41:56.857Z | Downloaded pin-utils v0.1.0 |
519 | 2024-12-17T20:41:56.859Z | Downloaded nanorand v0.7.0 |
520 | 2024-12-17T20:41:56.862Z | Downloaded socket2 v0.5.7 |
521 | 2024-12-17T20:41:56.865Z | Downloaded cobs v0.2.3 |
522 | 2024-12-17T20:41:56.865Z | Downloaded typify-macro v0.2.0 |
523 | 2024-12-17T20:41:56.868Z | Downloaded rustfmt-wrapper v0.2.1 |
524 | 2024-12-17T20:41:56.868Z | Downloaded snafu v0.8.5 |
525 | 2024-12-17T20:41:56.874Z | Downloaded parse-size v1.1.0 |
526 | 2024-12-17T20:41:56.877Z | Downloaded slog-scope v4.4.0 |
527 | 2024-12-17T20:41:56.881Z | Downloaded colorchoice v1.0.2 |
528 | 2024-12-17T20:41:56.882Z | Downloaded time-macros v0.2.18 |
529 | 2024-12-17T20:41:56.885Z | Downloaded difflib v0.4.0 |
530 | 2024-12-17T20:41:56.885Z | Downloaded typify v0.2.0 |
531 | 2024-12-17T20:41:56.887Z | Downloaded toml v0.7.8 |
532 | 2024-12-17T20:41:56.890Z | Downloaded derive_builder_macro v0.20.2 |
533 | 2024-12-17T20:41:56.893Z | Downloaded mio v1.0.2 |
534 | 2024-12-17T20:41:56.898Z | Downloaded percent-encoding v2.3.1 |
535 | 2024-12-17T20:41:56.901Z | Downloaded owo-colors v4.1.0 |
536 | 2024-12-17T20:41:56.903Z | Downloaded lalrpop-util v0.19.12 |
537 | 2024-12-17T20:41:56.905Z | Downloaded mime v0.3.17 |
538 | 2024-12-17T20:41:56.905Z | Downloaded dropshot_endpoint v0.12.0 |
539 | 2024-12-17T20:41:56.909Z | Downloaded postgres-protocol v0.6.7 |
540 | 2024-12-17T20:41:56.912Z | Downloaded pin-project-lite v0.2.14 |
541 | 2024-12-17T20:41:56.916Z | Downloaded which v4.4.2 |
542 | 2024-12-17T20:41:56.919Z | Downloaded predicates-core v1.0.8 |
543 | 2024-12-17T20:41:56.922Z | Downloaded nu-ansi-term v0.50.1 |
544 | 2024-12-17T20:41:56.922Z | Downloaded postcard v1.0.10 |
545 | 2024-12-17T20:41:56.924Z | Downloaded openssl-probe v0.1.5 |
546 | 2024-12-17T20:41:56.927Z | Downloaded embedded-io v0.4.0 |
547 | 2024-12-17T20:41:56.927Z | Downloaded tiny-keccak v2.0.2 |
548 | 2024-12-17T20:41:56.930Z | Downloaded threadpool v1.8.1 |
549 | 2024-12-17T20:41:56.932Z | Downloaded lockfree-object-pool v0.1.6 |
550 | 2024-12-17T20:41:56.934Z | Downloaded typed-path v0.9.3 |
551 | 2024-12-17T20:41:56.940Z | Downloaded lazy_static v1.5.0 |
552 | 2024-12-17T20:41:56.943Z | Downloaded typenum v1.17.0 |
553 | 2024-12-17T20:41:56.945Z | Downloaded rustc-hash v1.1.0 |
554 | 2024-12-17T20:41:56.948Z | Downloaded diesel_table_macro_syntax v0.2.0 |
555 | 2024-12-17T20:41:56.948Z | Downloaded strum_macros v0.25.3 |
556 | 2024-12-17T20:41:56.951Z | Downloaded num-bigint-dig v0.8.4 |
557 | 2024-12-17T20:41:56.955Z | Downloaded usdt-macro v0.5.0 |
558 | 2024-12-17T20:41:56.958Z | Downloaded strum v0.26.3 |
559 | 2024-12-17T20:41:56.958Z | Downloaded universal-hash v0.5.1 |
560 | 2024-12-17T20:41:56.960Z | Downloaded trybuild v1.0.101 |
561 | 2024-12-17T20:41:56.963Z | Downloaded olpc-cjson v0.1.4 |
562 | 2024-12-17T20:41:56.965Z | Downloaded whoami v1.5.2 |
563 | 2024-12-17T20:41:56.967Z | Downloaded oso-derive v0.27.3 |
564 | 2024-12-17T20:41:56.967Z | Downloaded rustc-demangle v0.1.24 |
565 | 2024-12-17T20:41:56.970Z | Downloaded want v0.3.1 |
566 | 2024-12-17T20:41:56.970Z | Downloaded pin-project v1.1.6 |
567 | 2024-12-17T20:41:56.980Z | Downloaded yoke-derive v0.7.4 |
568 | 2024-12-17T20:41:56.983Z | Downloaded openssl-macros v0.1.1 |
569 | 2024-12-17T20:41:56.983Z | Downloaded waitgroup v0.1.2 |
570 | 2024-12-17T20:41:56.986Z | Downloaded number_prefix v0.4.0 |
571 | 2024-12-17T20:41:56.986Z | Downloaded rustyline v14.0.0 |
572 | 2024-12-17T20:41:56.995Z | Downloaded zeroize v1.8.1 |
573 | 2024-12-17T20:41:56.997Z | Downloaded structmeta-derive v0.3.0 |
574 | 2024-12-17T20:41:56.997Z | Downloaded slog-stdlog v4.1.1 |
575 | 2024-12-17T20:41:56.997Z | Downloaded clang-sys v1.8.1 |
576 | 2024-12-17T20:41:57.001Z | Downloaded serde_derive_internals v0.29.1 |
577 | 2024-12-17T20:41:57.001Z | Downloaded ssh-encoding v0.2.0 |
578 | 2024-12-17T20:41:57.004Z | Downloaded proc-macro-error-attr v1.0.4 |
579 | 2024-12-17T20:41:57.004Z | Downloaded ssh-cipher v0.2.0 |
580 | 2024-12-17T20:41:57.007Z | Downloaded serde_repr v0.1.19 |
581 | 2024-12-17T20:41:57.010Z | Downloaded strum_macros v0.24.3 |
582 | 2024-12-17T20:41:57.010Z | Downloaded pest_generator v2.7.14 |
583 | 2024-12-17T20:41:57.012Z | Downloaded sha1 v0.10.6 |
584 | 2024-12-17T20:41:57.012Z | Downloaded predicates v3.1.2 |
585 | 2024-12-17T20:41:57.015Z | Downloaded pretty-hex v0.4.1 |
586 | 2024-12-17T20:41:57.018Z | Downloaded similar v2.6.0 |
587 | 2024-12-17T20:41:57.022Z | Downloaded crc-any v2.5.0 |
588 | 2024-12-17T20:41:57.025Z | Downloaded russh-keys v0.45.0 |
589 | 2024-12-17T20:41:57.028Z | Downloaded untrusted v0.9.0 |
590 | 2024-12-17T20:41:57.031Z | Downloaded zone_cfg_derive v0.1.2 |
591 | 2024-12-17T20:41:57.031Z | Downloaded untrusted v0.7.1 |
592 | 2024-12-17T20:41:57.031Z | Downloaded p256 v0.13.2 |
593 | 2024-12-17T20:41:57.034Z | Downloaded password-hash v0.4.2 |
594 | 2024-12-17T20:41:57.037Z | Downloaded zeroize_derive v1.4.2 |
595 | 2024-12-17T20:41:57.039Z | Downloaded tokio-rustls v0.26.0 |
596 | 2024-12-17T20:41:57.042Z | Downloaded tls_codec v0.4.1 |
597 | 2024-12-17T20:41:57.042Z | Downloaded ena v0.14.3 |
598 | 2024-12-17T20:41:57.044Z | Downloaded sha2 v0.10.8 |
599 | 2024-12-17T20:41:57.046Z | Downloaded rfc6979 v0.4.0 |
600 | 2024-12-17T20:41:57.048Z | Downloaded icu_normalizer_data v1.5.0 |
601 | 2024-12-17T20:41:57.051Z | Downloaded ecdsa v0.16.9 |
602 | 2024-12-17T20:41:57.053Z | Downloaded criterion-plot v0.5.0 |
603 | 2024-12-17T20:41:57.056Z | Downloaded macaddr v1.0.1 |
604 | 2024-12-17T20:41:57.056Z | Downloaded tokio-stream v0.1.16 |
605 | 2024-12-17T20:41:57.060Z | Downloaded fallible-streaming-iterator v0.1.9 |
606 | 2024-12-17T20:41:57.063Z | Downloaded winnow v0.6.20 |
607 | 2024-12-17T20:41:57.070Z | Downloaded icu_properties v1.5.1 |
608 | 2024-12-17T20:41:57.073Z | Downloaded crc-catalog v2.4.0 |
609 | 2024-12-17T20:41:57.075Z | Downloaded git2 v0.19.0 |
610 | 2024-12-17T20:41:57.083Z | Downloaded kstat-rs v0.2.4 |
611 | 2024-12-17T20:41:57.086Z | Downloaded yoke v0.7.4 |
612 | 2024-12-17T20:41:57.088Z | Downloaded r2d2 v0.8.10 |
613 | 2024-12-17T20:41:57.088Z | Downloaded reedline v0.35.0 |
614 | 2024-12-17T20:41:57.095Z | Downloaded kv-log-macro v1.0.7 |
615 | 2024-12-17T20:41:57.098Z | Downloaded either v1.13.0 |
616 | 2024-12-17T20:41:57.100Z | Downloaded diesel-dtrace v0.4.2 |
617 | 2024-12-17T20:41:57.102Z | Downloaded derive_more v0.99.18 |
618 | 2024-12-17T20:41:57.106Z | Downloaded slog v2.7.0 |
619 | 2024-12-17T20:41:57.109Z | Downloaded rustls-pemfile v2.2.0 |
620 | 2024-12-17T20:41:57.112Z | Downloaded walkdir v2.5.0 |
621 | 2024-12-17T20:41:57.115Z | Downloaded prettyplease v0.2.25 |
622 | 2024-12-17T20:41:57.117Z | Downloaded rayon v1.10.0 |
623 | 2024-12-17T20:41:57.129Z | Downloaded itertools v0.13.0 |
624 | 2024-12-17T20:41:57.134Z | Downloaded petname v2.0.2 |
625 | 2024-12-17T20:41:57.139Z | Downloaded diff v0.1.13 |
626 | 2024-12-17T20:41:57.143Z | Downloaded unicode_categories v0.1.1 |
627 | 2024-12-17T20:41:57.146Z | Downloaded unicode-normalization v0.1.24 |
628 | 2024-12-17T20:41:57.149Z | Downloaded tabled v0.15.0 |
629 | 2024-12-17T20:41:57.165Z | Downloaded der_derive v0.7.3 |
630 | 2024-12-17T20:41:57.168Z | Downloaded parse-zoneinfo v0.3.1 |
631 | 2024-12-17T20:41:57.170Z | Downloaded rand v0.8.5 |
632 | 2024-12-17T20:41:57.173Z | Downloaded winnow v0.5.40 |
633 | 2024-12-17T20:41:57.181Z | Downloaded idna v0.2.3 |
634 | 2024-12-17T20:41:57.188Z | Downloaded unicode-width v0.2.0 |
635 | 2024-12-17T20:41:57.193Z | Downloaded diesel_derives v2.2.3 |
636 | 2024-12-17T20:41:57.198Z | Downloaded russh v0.45.0 |
637 | 2024-12-17T20:41:57.204Z | Downloaded unsafe-libyaml v0.2.11 |
638 | 2024-12-17T20:41:57.207Z | Downloaded samael v0.0.17 |
639 | 2024-12-17T20:41:57.214Z | Downloaded zerocopy v0.7.35 |
640 | 2024-12-17T20:41:57.230Z | Downloaded memchr v2.7.4 |
641 | 2024-12-17T20:41:57.235Z | Downloaded smoltcp v0.11.0 |
642 | 2024-12-17T20:41:57.247Z | Downloaded rustls v0.21.12 |
643 | 2024-12-17T20:41:57.259Z | Downloaded bstr v1.10.0 |
644 | 2024-12-17T20:41:57.270Z | Downloaded clap_builder v4.5.21 |
645 | 2024-12-17T20:41:57.277Z | Downloaded elliptic-curve v0.13.8 |
646 | 2024-12-17T20:41:57.281Z | Downloaded sqlparser v0.45.0 |
647 | 2024-12-17T20:41:57.288Z | Downloaded pest v2.7.14 |
648 | 2024-12-17T20:41:57.292Z | Downloaded nom v7.1.3 |
649 | 2024-12-17T20:41:57.298Z | Downloaded idna v0.4.0 |
650 | 2024-12-17T20:41:57.305Z | Downloaded syn v2.0.87 |
651 | 2024-12-17T20:41:57.316Z | Downloaded openapiv3 v2.0.0 |
652 | 2024-12-17T20:41:57.328Z | Downloaded salty v0.3.0 |
653 | 2024-12-17T20:41:57.335Z | Downloaded unicode-width v0.1.14 |
654 | 2024-12-17T20:41:57.346Z | Downloaded vcpkg v0.2.15 |
655 | 2024-12-17T20:41:57.405Z | Downloaded radix_trie v0.2.1 |
656 | 2024-12-17T20:41:57.410Z | Downloaded idna v0.3.0 |
657 | 2024-12-17T20:41:57.420Z | Downloaded rustls-webpki v0.102.8 |
658 | 2024-12-17T20:41:57.437Z | Downloaded lalrpop v0.19.12 |
659 | 2024-12-17T20:41:57.446Z | Downloaded regex-syntax v0.6.29 |
660 | 2024-12-17T20:41:57.455Z | Downloaded nix v0.27.1 |
661 | 2024-12-17T20:41:57.466Z | Downloaded object v0.30.4 |
662 | 2024-12-17T20:41:57.474Z | Downloaded portable-atomic v1.9.0 |
663 | 2024-12-17T20:41:57.480Z | Downloaded serde_json v1.0.132 |
664 | 2024-12-17T20:41:57.489Z | Downloaded nix v0.28.0 |
665 | 2024-12-17T20:41:57.499Z | Downloaded openssl v0.10.66 |
666 | 2024-12-17T20:41:57.509Z | Downloaded zerocopy v0.8.10 |
667 | 2024-12-17T20:41:57.533Z | Downloaded regex v1.11.1 |
668 | 2024-12-17T20:41:57.545Z | Downloaded dropshot v0.13.0 |
669 | 2024-12-17T20:41:57.565Z | Downloaded rustls-webpki v0.101.7 |
670 | 2024-12-17T20:41:57.578Z | Downloaded ratatui v0.28.1 |
671 | 2024-12-17T20:41:57.600Z | Downloaded polar-core v0.27.3 |
672 | 2024-12-17T20:41:57.607Z | Downloaded nix v0.29.0 |
673 | 2024-12-17T20:41:57.618Z | Downloaded icu_properties_data v1.5.0 |
674 | 2024-12-17T20:41:57.628Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
675 | 2024-12-17T20:41:57.639Z | Downloaded rustls v0.23.19 |
676 | 2024-12-17T20:41:57.651Z | Downloaded rustls v0.22.4 |
677 | 2024-12-17T20:41:57.665Z | Downloaded dropshot v0.12.0 |
678 | 2024-12-17T20:41:57.683Z | Downloaded regex-syntax v0.8.5 |
679 | 2024-12-17T20:41:57.691Z | Downloaded object v0.36.5 |
680 | 2024-12-17T20:41:57.703Z | Downloaded trust-dns-proto v0.22.0 |
681 | 2024-12-17T20:41:57.715Z | Downloaded regress v0.9.1 |
682 | 2024-12-17T20:41:57.723Z | Downloaded diesel v2.2.6 |
683 | 2024-12-17T20:41:57.741Z | Downloaded petgraph v0.6.5 |
684 | 2024-12-17T20:41:57.757Z | Downloaded regress v0.10.1 |
685 | 2024-12-17T20:41:57.765Z | Downloaded curve25519-dalek v4.1.3 |
686 | 2024-12-17T20:41:57.773Z | Downloaded hickory-proto v0.24.1 |
687 | 2024-12-17T20:41:57.788Z | Downloaded rustix v0.38.37 |
688 | 2024-12-17T20:41:57.809Z | Downloaded rusqlite v0.32.1 |
689 | 2024-12-17T20:41:57.816Z | Downloaded sled v0.34.7 |
690 | 2024-12-17T20:41:57.825Z | Downloaded gimli v0.31.1 |
691 | 2024-12-17T20:41:57.833Z | Downloaded idna v1.0.3 |
692 | 2024-12-17T20:41:57.838Z | Downloaded idna v0.5.0 |
693 | 2024-12-17T20:41:57.844Z | Downloaded p384 v0.13.0 |
694 | 2024-12-17T20:41:57.850Z | Downloaded reqwest v0.12.9 |
695 | 2024-12-17T20:41:57.858Z | Downloaded crossterm v0.28.1 |
696 | 2024-12-17T20:41:57.864Z | Downloaded lzma-sys v0.1.20 |
697 | 2024-12-17T20:41:57.893Z | Downloaded webpki-roots v0.26.6 |
698 | 2024-12-17T20:41:57.896Z | Downloaded zip v2.1.3 |
699 | 2024-12-17T20:41:57.900Z | Downloaded plotters v0.3.7 |
700 | 2024-12-17T20:41:57.908Z | Downloaded typify-impl v0.2.0 |
701 | 2024-12-17T20:41:57.922Z | Downloaded zerocopy-derive v0.6.6 |
702 | 2024-12-17T20:41:57.930Z | Downloaded sha3 v0.10.8 |
703 | 2024-12-17T20:41:57.936Z | Downloaded ssh-key v0.6.6 |
704 | 2024-12-17T20:41:57.941Z | Downloaded syn v1.0.109 |
705 | 2024-12-17T20:41:57.951Z | Downloaded chrono-tz v0.10.0 |
706 | 2024-12-17T20:41:57.958Z | Downloaded toml_edit v0.19.15 |
707 | 2024-12-17T20:41:57.974Z | Downloaded regex-automata v0.4.8 |
708 | 2024-12-17T20:41:57.991Z | Downloaded pest_meta v2.7.14 |
709 | 2024-12-17T20:41:57.994Z | Downloaded keccak v0.1.5 |
710 | 2024-12-17T20:41:57.994Z | Downloaded darling v0.20.10 |
711 | 2024-12-17T20:41:57.998Z | Downloaded zerocopy v0.6.6 |
712 | 2024-12-17T20:41:58.001Z | Downloaded crossbeam-channel v0.5.13 |
713 | 2024-12-17T20:41:58.003Z | Downloaded smoltcp v0.9.1 |
714 | 2024-12-17T20:41:58.014Z | Downloaded tinystr v0.7.6 |
715 | 2024-12-17T20:41:58.016Z | Downloaded crossbeam-epoch v0.9.18 |
716 | 2024-12-17T20:41:58.018Z | Downloaded partial-io v0.5.4 |
717 | 2024-12-17T20:41:58.021Z | Downloaded minimal-lexical v0.2.1 |
718 | 2024-12-17T20:41:58.025Z | Downloaded utf-8 v0.7.6 |
719 | 2024-12-17T20:41:58.028Z | Downloaded slab v0.4.9 |
720 | 2024-12-17T20:41:58.028Z | Downloaded rust-argon2 v2.1.0 |
721 | 2024-12-17T20:41:58.030Z | Downloaded lock_api v0.4.12 |
722 | 2024-12-17T20:41:58.030Z | Downloaded crossbeam-utils v0.8.20 |
723 | 2024-12-17T20:41:58.034Z | Downloaded derive-where v1.2.7 |
724 | 2024-12-17T20:41:58.038Z | Downloaded toml v0.8.19 |
725 | 2024-12-17T20:41:58.041Z | Downloaded openssl-sys v0.9.103 |
726 | 2024-12-17T20:41:58.046Z | Downloaded libm v0.2.8 |
727 | 2024-12-17T20:41:58.054Z | Downloaded thread_local v1.1.8 |
728 | 2024-12-17T20:41:58.057Z | Downloaded supports-color v3.0.1 |
729 | 2024-12-17T20:41:58.057Z | Downloaded subtle v2.6.1 |
730 | 2024-12-17T20:41:58.059Z | Downloaded tokio-tungstenite v0.21.0 |
731 | 2024-12-17T20:41:58.059Z | Downloaded zerocopy-derive v0.8.10 |
732 | 2024-12-17T20:41:58.065Z | Downloaded tokio v1.40.0 |
733 | 2024-12-17T20:41:58.101Z | Downloaded smallvec v1.13.2 |
734 | 2024-12-17T20:41:58.104Z | Downloaded slog-term v2.9.1 |
735 | 2024-12-17T20:41:58.107Z | Downloaded steno v0.4.1 |
736 | 2024-12-17T20:41:58.109Z | Downloaded rustc_version v0.1.7 |
737 | 2024-12-17T20:41:58.111Z | Downloaded log v0.4.22 |
738 | 2024-12-17T20:41:58.114Z | Downloaded bitvec v1.0.1 |
739 | 2024-12-17T20:41:58.128Z | Downloaded libc v0.2.162 |
740 | 2024-12-17T20:41:58.153Z | Downloaded csv v1.3.0 |
741 | 2024-12-17T20:41:58.171Z | Downloaded time v0.3.36 |
742 | 2024-12-17T20:41:58.177Z | Downloaded quick-xml v0.33.0 |
743 | 2024-12-17T20:41:58.183Z | Downloaded proptest v1.5.0 |
744 | 2024-12-17T20:41:58.193Z | Downloaded quinn-proto v0.11.8 |
745 | 2024-12-17T20:41:58.199Z | Downloaded libz-sys v1.1.20 |
746 | 2024-12-17T20:41:58.219Z | Downloaded url v2.5.3 |
747 | 2024-12-17T20:41:58.222Z | Downloaded num-bigint v0.4.6 |
748 | 2024-12-17T20:41:58.227Z | Downloaded peg-runtime v0.8.3 |
749 | 2024-12-17T20:41:58.229Z | Downloaded tokio-tungstenite v0.23.1 |
750 | 2024-12-17T20:41:58.232Z | Downloaded unicode-segmentation v1.12.0 |
751 | 2024-12-17T20:41:58.234Z | Downloaded toml_edit v0.22.22 |
752 | 2024-12-17T20:41:58.254Z | Downloaded hyper v1.5.0 |
753 | 2024-12-17T20:41:58.261Z | Downloaded goblin v0.8.2 |
754 | 2024-12-17T20:41:58.266Z | Downloaded tough v0.19.0 |
755 | 2024-12-17T20:41:58.273Z | Downloaded mime_guess v2.0.5 |
756 | 2024-12-17T20:41:58.277Z | Downloaded hkdf v0.12.4 |
757 | 2024-12-17T20:41:58.279Z | Downloaded internet-checksum v0.2.1 |
758 | 2024-12-17T20:41:58.279Z | Downloaded papergrid v0.11.0 |
759 | 2024-12-17T20:41:58.282Z | Downloaded serde_with v3.11.0 |
760 | 2024-12-17T20:41:58.290Z | Downloaded packed_struct v0.10.1 |
761 | 2024-12-17T20:41:58.294Z | Downloaded event-listener-strategy v0.5.2 |
762 | 2024-12-17T20:41:58.298Z | Downloaded snafu-derive v0.8.5 |
763 | 2024-12-17T20:41:58.298Z | Downloaded itertools v0.10.5 |
764 | 2024-12-17T20:41:58.301Z | Downloaded multimap v0.10.0 |
765 | 2024-12-17T20:41:58.303Z | Downloaded rand_distr v0.4.3 |
766 | 2024-12-17T20:41:58.305Z | Downloaded const_format v0.2.33 |
767 | 2024-12-17T20:41:58.309Z | Downloaded thiserror-impl-no-std v2.0.2 |
768 | 2024-12-17T20:41:58.312Z | Downloaded thiserror-impl v2.0.3 |
769 | 2024-12-17T20:41:58.315Z | Downloaded multer v3.1.0 |
770 | 2024-12-17T20:41:58.315Z | Downloaded criterion v0.5.1 |
771 | 2024-12-17T20:41:58.321Z | Downloaded relative-path v1.9.3 |
772 | 2024-12-17T20:41:58.326Z | Downloaded des v0.8.1 |
773 | 2024-12-17T20:41:58.326Z | Downloaded guppy v0.17.8 |
774 | 2024-12-17T20:41:58.331Z | Downloaded num-traits v0.2.19 |
775 | 2024-12-17T20:41:58.333Z | Downloaded serde_derive v1.0.215 |
776 | 2024-12-17T20:41:58.336Z | Downloaded der v0.7.9 |
777 | 2024-12-17T20:41:58.341Z | Downloaded tracing-core v0.1.32 |
778 | 2024-12-17T20:41:58.344Z | Downloaded tar v0.4.42 |
779 | 2024-12-17T20:41:58.348Z | Downloaded aws-lc-rs v1.10.0 |
780 | 2024-12-17T20:41:58.356Z | Downloaded httpmock v0.8.0-alpha.1 |
781 | 2024-12-17T20:41:58.374Z | Downloaded aho-corasick v1.1.3 |
782 | 2024-12-17T20:41:58.380Z | Downloaded indexmap v1.9.3 |
783 | 2024-12-17T20:41:58.383Z | Downloaded dunce v1.0.5 |
784 | 2024-12-17T20:41:58.385Z | Downloaded dsl_auto_type v0.1.2 |
785 | 2024-12-17T20:41:58.385Z | Downloaded ref-cast v1.0.23 |
786 | 2024-12-17T20:41:58.388Z | Downloaded clap v4.5.21 |
787 | 2024-12-17T20:41:58.396Z | Downloaded swrite v0.1.0 |
788 | 2024-12-17T20:41:58.398Z | Downloaded zopfli v0.8.1 |
789 | 2024-12-17T20:41:58.400Z | Downloaded ed25519-dalek v2.1.1 |
790 | 2024-12-17T20:41:58.403Z | Downloaded rustls-native-certs v0.7.3 |
791 | 2024-12-17T20:41:58.406Z | Downloaded signal-hook-registry v1.4.2 |
792 | 2024-12-17T20:41:58.406Z | Downloaded encoding_rs v0.8.34 |
793 | 2024-12-17T20:41:58.427Z | Downloaded cookie_store v0.21.0 |
794 | 2024-12-17T20:41:58.430Z | Downloaded blake3 v1.5.4 |
795 | 2024-12-17T20:41:58.437Z | Downloaded event-listener v2.5.3 |
796 | 2024-12-17T20:41:58.440Z | Downloaded zip v0.6.6 |
797 | 2024-12-17T20:41:58.442Z | Downloaded jobserver v0.1.32 |
798 | 2024-12-17T20:41:58.445Z | Downloaded predicates-tree v1.0.11 |
799 | 2024-12-17T20:41:58.445Z | Downloaded piper v0.2.4 |
800 | 2024-12-17T20:41:58.448Z | Downloaded proc-macro2 v1.0.89 |
801 | 2024-12-17T20:41:58.451Z | Downloaded num v0.4.3 |
802 | 2024-12-17T20:41:58.451Z | Downloaded instability v0.3.2 |
803 | 2024-12-17T20:41:58.451Z | Downloaded indoc v2.0.5 |
804 | 2024-12-17T20:41:58.453Z | Downloaded pkcs8 v0.10.2 |
805 | 2024-12-17T20:41:58.456Z | Downloaded cookie v0.18.1 |
806 | 2024-12-17T20:41:58.464Z | Downloaded indicatif v0.17.9 |
807 | 2024-12-17T20:41:58.467Z | Downloaded indexmap v2.6.0 |
808 | 2024-12-17T20:41:58.471Z | Downloaded wait-timeout v0.2.0 |
809 | 2024-12-17T20:41:58.474Z | Downloaded unicode-ident v1.0.13 |
810 | 2024-12-17T20:41:58.477Z | Downloaded tempfile v3.13.0 |
811 | 2024-12-17T20:41:58.481Z | Downloaded debug-ignore v1.0.5 |
812 | 2024-12-17T20:41:58.483Z | Downloaded serde-hex v0.1.0 |
813 | 2024-12-17T20:41:58.483Z | Downloaded defmt v0.3.8 |
814 | 2024-12-17T20:41:58.486Z | Downloaded tokio-postgres v0.7.12 |
815 | 2024-12-17T20:41:58.491Z | Downloaded hickory-server v0.24.1 |
816 | 2024-12-17T20:41:58.498Z | Downloaded hickory-resolver v0.24.1 |
817 | 2024-12-17T20:41:58.501Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
818 | 2024-12-17T20:41:58.558Z | Downloaded hashbrown v0.13.2 |
819 | 2024-12-17T20:41:58.563Z | Downloaded rsa v0.9.6 |
820 | 2024-12-17T20:41:58.567Z | Downloaded value-bag v1.9.0 |
821 | 2024-12-17T20:41:58.570Z | Downloaded pbkdf2 v0.12.2 |
822 | 2024-12-17T20:41:58.575Z | Downloaded uzers v0.12.1 |
823 | 2024-12-17T20:41:58.575Z | Downloaded rustc-hash v2.0.0 |
824 | 2024-12-17T20:41:58.577Z | Downloaded sqlformat v0.2.6 |
825 | 2024-12-17T20:41:58.577Z | Downloaded sec1 v0.7.3 |
826 | 2024-12-17T20:41:58.580Z | Downloaded sct v0.7.1 |
827 | 2024-12-17T20:41:58.582Z | Downloaded ppv-lite86 v0.2.20 |
828 | 2024-12-17T20:41:58.585Z | Downloaded strip-ansi-escapes v0.2.0 |
829 | 2024-12-17T20:41:58.588Z | Downloaded stringmetrics v2.2.2 |
830 | 2024-12-17T20:41:58.588Z | Downloaded spki v0.7.3 |
831 | 2024-12-17T20:41:58.592Z | Downloaded vte v0.11.1 |
832 | 2024-12-17T20:41:58.595Z | Downloaded vsss-rs v3.3.4 |
833 | 2024-12-17T20:41:58.596Z | Downloaded zerovec-derive v0.10.3 |
834 | 2024-12-17T20:41:58.596Z | Downloaded utf16_iter v1.0.5 |
835 | 2024-12-17T20:41:58.598Z | Downloaded tungstenite v0.23.0 |
836 | 2024-12-17T20:41:58.601Z | Downloaded quinn v0.11.5 |
837 | 2024-12-17T20:41:58.604Z | Downloaded hyper-util v0.1.10 |
838 | 2024-12-17T20:41:58.606Z | Downloaded tokio-rustls v0.25.0 |
839 | 2024-12-17T20:41:58.608Z | Downloaded heapless v0.8.0 |
840 | 2024-12-17T20:41:58.612Z | Downloaded match_cfg v0.1.0 |
841 | 2024-12-17T20:41:58.614Z | Downloaded parking_lot_core v0.9.10 |
842 | 2024-12-17T20:41:58.616Z | Downloaded slog-async v2.8.0 |
843 | 2024-12-17T20:41:58.616Z | Downloaded scrypt v0.11.0 |
844 | 2024-12-17T20:41:58.619Z | Downloaded scopeguard v1.2.0 |
845 | 2024-12-17T20:41:58.622Z | Downloaded schemars_derive v0.8.21 |
846 | 2024-12-17T20:41:58.622Z | Downloaded derive_builder v0.20.2 |
847 | 2024-12-17T20:41:58.625Z | Downloaded pbkdf2 v0.11.0 |
848 | 2024-12-17T20:41:58.628Z | Downloaded native-tls v0.2.12 |
849 | 2024-12-17T20:41:58.630Z | Downloaded memmap2 v0.9.5 |
850 | 2024-12-17T20:41:58.633Z | Downloaded rustls-pki-types v1.10.0 |
851 | 2024-12-17T20:41:58.635Z | Downloaded progenitor-macro v0.8.0 |
852 | 2024-12-17T20:41:58.635Z | Downloaded polling v3.7.3 |
853 | 2024-12-17T20:41:58.638Z | Downloaded test-strategy v0.3.1 |
854 | 2024-12-17T20:41:58.641Z | Downloaded is_terminal_polyfill v1.70.1 |
855 | 2024-12-17T20:41:58.644Z | Downloaded tokio-rustls v0.24.1 |
856 | 2024-12-17T20:41:58.647Z | Downloaded bumpalo v3.16.0 |
857 | 2024-12-17T20:41:58.649Z | Downloaded usdt-impl v0.5.0 |
858 | 2024-12-17T20:41:58.649Z | Downloaded memoffset v0.9.1 |
859 | 2024-12-17T20:41:58.652Z | Downloaded memmap v0.7.0 |
860 | 2024-12-17T20:41:58.652Z | Downloaded linear-map v1.2.0 |
861 | 2024-12-17T20:41:58.655Z | Downloaded ipnetwork v0.20.0 |
862 | 2024-12-17T20:41:58.655Z | Downloaded display-error-chain v0.2.2 |
863 | 2024-12-17T20:41:58.657Z | Downloaded dirs-sys-next v0.1.2 |
864 | 2024-12-17T20:41:58.657Z | Downloaded ron v0.7.1 |
865 | 2024-12-17T20:41:58.661Z | Downloaded embedded-io v0.6.1 |
866 | 2024-12-17T20:41:58.664Z | Downloaded quote v1.0.37 |
867 | 2024-12-17T20:41:58.666Z | Downloaded hmac v0.12.1 |
868 | 2024-12-17T20:41:58.669Z | Downloaded utf8parse v0.2.2 |
869 | 2024-12-17T20:41:58.669Z | Downloaded cc v1.1.30 |
870 | 2024-12-17T20:41:58.671Z | Downloaded base64 v0.22.1 |
871 | 2024-12-17T20:41:58.674Z | Downloaded base64 v0.21.7 |
872 | 2024-12-17T20:41:58.678Z | Downloaded pest_derive v2.7.14 |
873 | 2024-12-17T20:41:58.681Z | Downloaded iana-time-zone v0.1.61 |
874 | 2024-12-17T20:41:58.683Z | Downloaded hyper-rustls v0.27.3 |
875 | 2024-12-17T20:41:58.685Z | Downloaded backtrace v0.3.74 |
876 | 2024-12-17T20:41:58.690Z | Downloaded base64 v0.13.1 |
877 | 2024-12-17T20:41:58.693Z | Downloaded icu_locid_transform v1.5.0 |
878 | 2024-12-17T20:41:58.696Z | Downloaded highway v1.2.0 |
879 | 2024-12-17T20:41:58.698Z | Downloaded hickory-client v0.24.1 |
880 | 2024-12-17T20:41:58.701Z | Downloaded tabled_derive v0.7.0 |
881 | 2024-12-17T20:41:58.701Z | Downloaded serde_tokenstream v0.2.2 |
882 | 2024-12-17T20:41:58.704Z | Downloaded oso v0.27.3 |
883 | 2024-12-17T20:41:58.707Z | Downloaded serde_spanned v0.6.8 |
884 | 2024-12-17T20:41:58.709Z | Downloaded thiserror v1.0.69 |
885 | 2024-12-17T20:41:58.712Z | Downloaded termios v0.3.3 |
886 | 2024-12-17T20:41:58.715Z | Downloaded structmeta-derive v0.2.0 |
887 | 2024-12-17T20:41:58.715Z | Downloaded structmeta v0.3.0 |
888 | 2024-12-17T20:41:58.715Z | Downloaded structmeta v0.2.0 |
889 | 2024-12-17T20:41:58.717Z | Downloaded strsim v0.11.1 |
890 | 2024-12-17T20:41:58.717Z | Downloaded proc-macro-crate v3.2.0 |
891 | 2024-12-17T20:41:58.720Z | Downloaded parking_lot v0.11.2 |
892 | 2024-12-17T20:41:58.720Z | Downloaded httpdate v1.0.3 |
893 | 2024-12-17T20:41:58.722Z | Downloaded http-body-util v0.1.2 |
894 | 2024-12-17T20:41:58.724Z | Downloaded bitflags v2.6.0 |
895 | 2024-12-17T20:41:58.727Z | Downloaded plain v0.2.3 |
896 | 2024-12-17T20:41:58.727Z | Downloaded heck v0.3.3 |
897 | 2024-12-17T20:41:58.729Z | Downloaded hashlink v0.9.1 |
898 | 2024-12-17T20:41:58.729Z | Downloaded bcs v0.1.6 |
899 | 2024-12-17T20:41:58.731Z | Downloaded anyhow v1.0.93 |
900 | 2024-12-17T20:41:58.734Z | Downloaded home v0.5.9 |
901 | 2024-12-17T20:41:58.736Z | Downloaded cfg-expr v0.17.0 |
902 | 2024-12-17T20:41:58.739Z | Downloaded hostname v0.4.0 |
903 | 2024-12-17T20:41:58.739Z | Downloaded futures-lite v2.3.0 |
904 | 2024-12-17T20:41:58.741Z | Downloaded async-executor v1.13.1 |
905 | 2024-12-17T20:41:58.744Z | Downloaded async-bb8-diesel v0.2.1 |
906 | 2024-12-17T20:41:58.746Z | Downloaded fs_extra v1.3.0 |
907 | 2024-12-17T20:41:58.746Z | Downloaded hash32 v0.2.1 |
908 | 2024-12-17T20:41:58.748Z | Downloaded parse-display-derive v0.10.0 |
909 | 2024-12-17T20:41:58.748Z | Downloaded heck v0.5.0 |
910 | 2024-12-17T20:41:58.751Z | Downloaded ghash v0.5.1 |
911 | 2024-12-17T20:41:58.751Z | Downloaded gethostname v0.5.0 |
912 | 2024-12-17T20:41:58.754Z | Downloaded generic-array v0.14.7 |
913 | 2024-12-17T20:41:58.754Z | Downloaded base64ct v1.6.0 |
914 | 2024-12-17T20:41:58.757Z | Downloaded async-lock v3.4.0 |
915 | 2024-12-17T20:41:58.757Z | Downloaded fragile v2.0.0 |
916 | 2024-12-17T20:41:58.760Z | Downloaded form_urlencoded v1.2.1 |
917 | 2024-12-17T20:41:58.760Z | Downloaded futures-sink v0.3.31 |
918 | 2024-12-17T20:41:58.760Z | Downloaded fs-err v2.11.0 |
919 | 2024-12-17T20:41:58.763Z | Downloaded backoff v0.4.0 |
920 | 2024-12-17T20:41:58.763Z | Downloaded cexpr v0.6.0 |
921 | 2024-12-17T20:41:58.766Z | Downloaded cassowary v0.3.0 |
922 | 2024-12-17T20:41:58.766Z | Downloaded autocfg v1.4.0 |
923 | 2024-12-17T20:41:58.768Z | Downloaded async-signal v0.2.10 |
924 | 2024-12-17T20:41:58.770Z | Downloaded funty v2.0.0 |
925 | 2024-12-17T20:41:58.770Z | Downloaded blocking v1.6.1 |
926 | 2024-12-17T20:41:58.770Z | Downloaded bitfield-struct v0.6.2 |
927 | 2024-12-17T20:41:58.773Z | Downloaded bb8 v0.8.5 |
928 | 2024-12-17T20:41:58.773Z | Downloaded argon2 v0.5.3 |
929 | 2024-12-17T20:41:58.775Z | Downloaded fancy-regex v0.13.0 |
930 | 2024-12-17T20:41:58.778Z | Downloaded ciborium v0.2.2 |
931 | 2024-12-17T20:41:58.780Z | Downloaded bit-vec v0.6.3 |
932 | 2024-12-17T20:41:58.780Z | Downloaded assert_matches v1.5.0 |
933 | 2024-12-17T20:41:58.783Z | Downloaded async-channel v2.3.1 |
934 | 2024-12-17T20:41:58.783Z | Downloaded arrayref v0.3.9 |
935 | 2024-12-17T20:41:58.786Z | Downloaded assert-json-diff v2.0.2 |
936 | 2024-12-17T20:41:58.786Z | Downloaded foreign-types v0.5.0 |
937 | 2024-12-17T20:41:58.786Z | Downloaded foldhash v0.1.3 |
938 | 2024-12-17T20:41:58.788Z | Downloaded fnv v1.0.7 |
939 | 2024-12-17T20:41:58.789Z | Downloaded float-cmp v0.9.0 |
940 | 2024-12-17T20:41:58.791Z | Downloaded fixedbitset v0.4.2 |
941 | 2024-12-17T20:41:58.791Z | Downloaded async-attributes v1.1.2 |
942 | 2024-12-17T20:41:58.791Z | Downloaded anstyle-parse v0.2.5 |
943 | 2024-12-17T20:41:58.794Z | Downloaded castaway v0.2.3 |
944 | 2024-12-17T20:41:58.794Z | Downloaded blowfish v0.9.1 |
945 | 2024-12-17T20:41:58.796Z | Downloaded bit-set v0.5.3 |
946 | 2024-12-17T20:41:58.796Z | Downloaded atty v0.2.14 |
947 | 2024-12-17T20:41:58.796Z | Downloaded fatfs v0.3.6 |
948 | 2024-12-17T20:41:58.799Z | Downloaded bitfield v0.14.0 |
949 | 2024-12-17T20:41:58.801Z | Downloaded base16ct v0.2.0 |
950 | 2024-12-17T20:41:58.801Z | Downloaded fastrand v2.1.1 |
951 | 2024-12-17T20:41:58.804Z | Downloaded async-stream v0.3.6 |
952 | 2024-12-17T20:41:58.804Z | Downloaded ascii-canvas v3.0.0 |
953 | 2024-12-17T20:41:58.806Z | Downloaded approx v0.5.1 |
954 | 2024-12-17T20:41:58.828Z | Downloaded ring v0.17.8 |
955 | 2024-12-17T20:41:58.935Z | Downloaded libsqlite3-sys v0.30.1 |
956 | 2024-12-17T20:41:59.074Z | Downloaded ring v0.16.20 |
957 | 2024-12-17T20:41:59.303Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-17T20:41:59.780Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-17T20:42:18.041Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-17T20:42:22.173Z | Startup: Caching catalogs ... Done |
961 | 2024-12-17T20:42:32.526Z | Planning: Solver setup ... Done (9.491s) |
962 | 2024-12-17T20:42:32.657Z | Planning: Running solver ... Done (0.130s) |
963 | 2024-12-17T20:42:32.995Z | Planning: Finding local manifests ... Done (0.237s) |
964 | 2024-12-17T20:42:33.008Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-17T20:42:33.727Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-17T20:42:34.025Z | Planning: Package planning ... Done (0.298s) |
967 | 2024-12-17T20:42:34.082Z | Planning: Merging actions ... Done (0.057s) |
968 | 2024-12-17T20:42:35.196Z | Planning: Checking for conflicting actions ... Done (1.113s) |
969 | 2024-12-17T20:42:44.383Z | Planning: Consolidating action changes ... Done (9.187s) |
970 | 2024-12-17T20:42:44.764Z | Planning: Evaluating mediators ... Done (0.381s) |
971 | 2024-12-17T20:42:44.844Z | Planning: Planning completed in 22.58 seconds |
972 | 2024-12-17T20:42:45.571Z | Packages to install: 4 |
973 | 2024-12-17T20:42:45.571Z | Packages to update: 1 |
974 | 2024-12-17T20:42:45.571Z | Mediators to change: 2 |
975 | 2024-12-17T20:42:45.573Z | Services to change: 1 |
976 | 2024-12-17T20:42:45.573Z | Estimated space available: 155.37 GB |
977 | 2024-12-17T20:42:45.574Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-17T20:42:45.574Z | Create boot environment: No |
979 | 2024-12-17T20:42:45.574Z | Create backup boot environment: Yes |
980 | 2024-12-17T20:42:45.574Z | Rebuild boot archive: No |
981 | 2024-12-17T20:42:45.574Z | |
982 | 2024-12-17T20:42:45.574Z | Changed mediators: |
983 | 2024-12-17T20:42:45.574Z | mediator clang: |
984 | 2024-12-17T20:42:45.574Z | version: None -> 15 (system default) |
985 | 2024-12-17T20:42:45.574Z | |
986 | 2024-12-17T20:42:45.574Z | mediator llvm: |
987 | 2024-12-17T20:42:45.574Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-17T20:42:45.574Z | |
989 | 2024-12-17T20:42:45.574Z | Changed packages: |
990 | 2024-12-17T20:42:45.574Z | helios-dev |
991 | 2024-12-17T20:42:45.574Z | developer/build-essential |
992 | 2024-12-17T20:42:45.574Z | None -> 11-2.0 |
993 | 2024-12-17T20:42:45.574Z | library/libxmlsec1 |
994 | 2024-12-17T20:42:45.574Z | None -> 1.2.35-2.0 |
995 | 2024-12-17T20:42:45.574Z | ooce/developer/clang-15 |
996 | 2024-12-17T20:42:45.574Z | None -> 15.0.7-2.0 |
997 | 2024-12-17T20:42:45.575Z | ooce/developer/llvm-15 |
998 | 2024-12-17T20:42:45.575Z | None -> 15.0.7-2.0 |
999 | 2024-12-17T20:42:45.575Z | package/pkg |
1000 | 2024-12-17T20:42:45.575Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-17T20:42:45.575Z | |
1002 | 2024-12-17T20:42:45.575Z | Services: |
1003 | 2024-12-17T20:42:45.575Z | restart_fmri: |
1004 | 2024-12-17T20:42:45.575Z | svc:/system/update-man-index:default |
1005 | 2024-12-17T20:42:45.575Z | |
1006 | 2024-12-17T20:42:45.575Z | Editable files to change: |
1007 | 2024-12-17T20:42:45.575Z | Update: |
1008 | 2024-12-17T20:42:45.575Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-17T20:42:46.041Z | |
1010 | 2024-12-17T20:42:46.041Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-17T20:42:51.145Z | Download: 1198/4281 items 64.6/220.6MB 29% complete (13.5M/s) |
1012 | 2024-12-17T20:42:56.145Z | Download: 2923/4281 items 121.2/220.6MB 54% complete (12.1M/s) |
1013 | 2024-12-17T20:43:01.308Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (15.6M/s) |
1014 | 2024-12-17T20:43:01.957Z | Download: Completed 220.60 MB in 15.92 seconds (13.9M/s) |
1015 | 2024-12-17T20:43:04.995Z | Actions: 1/5063 actions (Removing old actions) |
1016 | 2024-12-17T20:43:05.012Z | Actions: 194/5063 actions (Installing new actions) |
1017 | 2024-12-17T20:43:10.028Z | Actions: 4079/5063 actions (Installing new actions) |
1018 | 2024-12-17T20:43:10.692Z | Actions: 4226/5063 actions (Updating modified actions) |
1019 | 2024-12-17T20:43:11.075Z | Actions: Completed 5063 actions in 6.08 seconds. |
1020 | 2024-12-17T20:43:11.485Z | Done (0.400s) |
1021 | 2024-12-17T20:43:11.488Z | Done (0.000s) |
1022 | 2024-12-17T20:43:12.055Z | Done (0.569s) |
1023 | 2024-12-17T20:43:19.512Z | Done (7.227s) |
1024 | 2024-12-17T20:43:20.054Z | Done (0.474s) |
1025 | 2024-12-17T20:43:20.058Z | Done (0.000s) |
1026 | 2024-12-17T20:43:20.301Z | Done (0.000s) |
1027 | 2024-12-17T20:43:21.011Z | Planning: Evaluating mediator changes ... Done |
1028 | 2024-12-17T20:43:21.175Z | Planning: Checking for conflicting actions ... Done |
1029 | 2024-12-17T20:43:21.179Z | Planning: Consolidating action changes ... Done |
1030 | 2024-12-17T20:43:21.452Z | Planning: Evaluating mediators ... Done |
1031 | 2024-12-17T20:43:21.455Z | Planning: Planning completed in 0.44 seconds |
1032 | 2024-12-17T20:43:21.490Z | Mediators to change: 2 |
1033 | 2024-12-17T20:43:21.490Z | Create boot environment: No |
1034 | 2024-12-17T20:43:21.492Z | Create backup boot environment: No |
1035 | 2024-12-17T20:43:21.589Z | Done |
1036 | 2024-12-17T20:43:21.589Z | Done |
1037 | 2024-12-17T20:43:21.951Z | Done |
1038 | 2024-12-17T20:43:25.711Z | Done |
1039 | 2024-12-17T20:43:25.809Z | Done |
1040 | 2024-12-17T20:43:25.812Z | Done |
1041 | 2024-12-17T20:43:25.937Z | Done |
1042 | 2024-12-17T20:43:26.556Z | Planning: Evaluating mediator changes ... Done |
1043 | 2024-12-17T20:43:26.558Z | Planning: Merging actions ... Done |
1044 | 2024-12-17T20:43:26.744Z | Planning: Checking for conflicting actions ... Done |
1045 | 2024-12-17T20:43:26.747Z | Planning: Consolidating action changes ... Done |
1046 | 2024-12-17T20:43:27.016Z | Planning: Evaluating mediators ... Done |
1047 | 2024-12-17T20:43:27.072Z | Planning: Planning completed in 0.76 seconds |
1048 | 2024-12-17T20:43:27.111Z | Packages to change: 1 |
1049 | 2024-12-17T20:43:27.111Z | Mediators to change: 1 |
1050 | 2024-12-17T20:43:27.120Z | Services to change: 1 |
1051 | 2024-12-17T20:43:27.121Z | Create boot environment: No |
1052 | 2024-12-17T20:43:27.121Z | Create backup boot environment: Yes |
1053 | 2024-12-17T20:43:29.377Z | Actions: 1/6 actions (Updating modified actions) |
1054 | 2024-12-17T20:43:29.476Z | Actions: Completed 6 actions in 0.10 seconds. |
1055 | 2024-12-17T20:43:29.479Z | Done |
1056 | 2024-12-17T20:43:29.479Z | Done |
1057 | 2024-12-17T20:43:29.594Z | Done |
1058 | 2024-12-17T20:43:33.292Z | Done |
1059 | 2024-12-17T20:43:33.388Z | Done |
1060 | 2024-12-17T20:43:33.391Z | Done |
1061 | 2024-12-17T20:43:33.507Z | Done |
1062 | 2024-12-17T20:43:33.947Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1063 | 2024-12-17T20:43:33.947Z | clang system 15 system |
1064 | 2024-12-17T20:43:33.947Z | csh system system illumos |
1065 | 2024-12-17T20:43:33.947Z | ctags system system illumos |
1066 | 2024-12-17T20:43:33.947Z | gcc vendor 12 vendor |
1067 | 2024-12-17T20:43:33.947Z | gcc system 10 system |
1068 | 2024-12-17T20:43:33.947Z | gcc system 7 system |
1069 | 2024-12-17T20:43:33.947Z | go system 1.20 system |
1070 | 2024-12-17T20:43:33.947Z | go system 1.19 system |
1071 | 2024-12-17T20:43:33.947Z | llvm system 15 system |
1072 | 2024-12-17T20:43:33.947Z | llvm system 14 system |
1073 | 2024-12-17T20:43:33.947Z | mariadb system 10.6 system |
1074 | 2024-12-17T20:43:33.947Z | mta vendor vendor dma |
1075 | 2024-12-17T20:43:33.947Z | openjdk system 17 system |
1076 | 2024-12-17T20:43:33.947Z | openjdk system 11 system |
1077 | 2024-12-17T20:43:33.947Z | openjdk system 1.8 system |
1078 | 2024-12-17T20:43:33.947Z | openssl vendor 3 vendor |
1079 | 2024-12-17T20:43:33.947Z | perl system 5.36 system |
1080 | 2024-12-17T20:43:33.947Z | postgresql system 15 system |
1081 | 2024-12-17T20:43:33.947Z | postgresql system 13 system |
1082 | 2024-12-17T20:43:33.947Z | python vendor 3 vendor |
1083 | 2024-12-17T20:43:33.947Z | python system 2 system |
1084 | 2024-12-17T20:43:33.947Z | python3 system 3.11 system |
1085 | 2024-12-17T20:43:33.947Z | ruby system 3.0 system |
1086 | 2024-12-17T20:43:33.947Z | words vendor vendor american-english |
1087 | 2024-12-17T20:43:33.947Z | words system system australian-english |
1088 | 2024-12-17T20:43:33.947Z | words system system british-english |
1089 | 2024-12-17T20:43:33.947Z | words system system canadian-english |
1090 | 2024-12-17T20:43:33.947Z | words system system french |
1091 | 2024-12-17T20:43:33.948Z | words system system italian |
1092 | 2024-12-17T20:43:33.948Z | words system system ngerman |
1093 | 2024-12-17T20:43:33.948Z | words system system ogerman |
1094 | 2024-12-17T20:43:33.948Z | words system system spanish |
1095 | 2024-12-17T20:43:34.275Z | PUBLISHER TYPE STATUS P LOCATION |
1096 | 2024-12-17T20:43:34.275Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1097 | 2024-12-17T20:43:37.016Z | FMRI IFO |
1098 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1099 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1100 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1101 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1102 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1103 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1104 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1105 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1106 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1107 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1108 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1109 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1110 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1111 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1112 | 2024-12-17T20:43:37.016Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1113 | 2024-12-17T20:43:38.078Z | Downloading crates ... |
1114 | 2024-12-17T20:43:38.161Z | Downloaded cargo_toml v0.20.5 |
1115 | 2024-12-17T20:43:38.297Z | Compiling proc-macro2 v1.0.89 |
1116 | 2024-12-17T20:43:38.297Z | Compiling unicode-ident v1.0.13 |
1117 | 2024-12-17T20:43:38.297Z | Compiling version_check v0.9.5 |
1118 | 2024-12-17T20:43:38.300Z | Compiling serde v1.0.215 |
1119 | 2024-12-17T20:43:38.300Z | Compiling thiserror v1.0.69 |
1120 | 2024-12-17T20:43:38.300Z | Compiling memchr v2.7.4 |
1121 | 2024-12-17T20:43:38.300Z | Compiling libc v0.2.162 |
1122 | 2024-12-17T20:43:38.300Z | Compiling ryu v1.0.18 |
1123 | 2024-12-17T20:43:38.561Z | Compiling ucd-trie v0.1.7 |
1124 | 2024-12-17T20:43:38.689Z | Compiling itoa v1.0.11 |
1125 | 2024-12-17T20:43:39.108Z | Compiling once_cell v1.20.2 |
1126 | 2024-12-17T20:43:39.133Z | Compiling byteorder v1.5.0 |
1127 | 2024-12-17T20:43:39.414Z | Compiling serde_json v1.0.132 |
1128 | 2024-12-17T20:43:39.482Z | Compiling rustix v0.38.37 |
1129 | 2024-12-17T20:43:39.727Z | Compiling bitflags v2.6.0 |
1130 | 2024-12-17T20:43:39.773Z | Compiling usdt-impl v0.5.0 |
1131 | 2024-12-17T20:43:39.850Z | Compiling proc-macro-error-attr v1.0.4 |
1132 | 2024-12-17T20:43:39.921Z | Compiling syn v1.0.109 |
1133 | 2024-12-17T20:43:40.139Z | Compiling proc-macro-error v1.0.4 |
1134 | 2024-12-17T20:43:40.170Z | Compiling equivalent v1.0.1 |
1135 | 2024-12-17T20:43:40.222Z | Compiling hashbrown v0.15.1 |
1136 | 2024-12-17T20:43:40.273Z | Compiling log v0.4.22 |
1137 | 2024-12-17T20:43:40.313Z | Compiling camino v1.1.9 |
1138 | 2024-12-17T20:43:40.410Z | Compiling utf8parse v0.2.2 |
1139 | 2024-12-17T20:43:40.563Z | Compiling plain v0.2.3 |
1140 | 2024-12-17T20:43:40.603Z | Compiling anstyle-parse v0.2.5 |
1141 | 2024-12-17T20:43:40.662Z | Compiling quote v1.0.37 |
1142 | 2024-12-17T20:43:40.852Z | Compiling errno v0.3.9 |
1143 | 2024-12-17T20:43:41.073Z | Compiling syn v2.0.87 |
1144 | 2024-12-17T20:43:41.147Z | Compiling thread-id v4.2.2 |
1145 | 2024-12-17T20:43:41.254Z | Compiling winnow v0.6.20 |
1146 | 2024-12-17T20:43:41.265Z | Compiling autocfg v1.4.0 |
1147 | 2024-12-17T20:43:41.370Z | Compiling semver v1.0.23 |
1148 | 2024-12-17T20:43:41.520Z | Compiling indexmap v2.6.0 |
1149 | 2024-12-17T20:43:41.871Z | Compiling pretty-hex v0.4.1 |
1150 | 2024-12-17T20:43:42.089Z | Compiling colorchoice v1.0.2 |
1151 | 2024-12-17T20:43:42.258Z | Compiling unicode-width v0.1.14 |
1152 | 2024-12-17T20:43:42.444Z | Compiling anstyle-query v1.1.1 |
1153 | 2024-12-17T20:43:42.595Z | Compiling is_terminal_polyfill v1.70.1 |
1154 | 2024-12-17T20:43:42.713Z | Compiling anstyle v1.0.10 |
1155 | 2024-12-17T20:43:42.746Z | Compiling fs-err v2.11.0 |
1156 | 2024-12-17T20:43:42.974Z | Compiling cfg-if v1.0.0 |
1157 | 2024-12-17T20:43:43.013Z | Compiling heck v0.4.1 |
1158 | 2024-12-17T20:43:43.058Z | Compiling anstream v0.6.15 |
1159 | 2024-12-17T20:43:43.150Z | Compiling terminal_size v0.4.0 |
1160 | 2024-12-17T20:43:43.351Z | Compiling bytecount v0.6.8 |
1161 | 2024-12-17T20:43:43.391Z | Compiling strsim v0.11.1 |
1162 | 2024-12-17T20:43:43.548Z | Compiling anyhow v1.0.93 |
1163 | 2024-12-17T20:43:43.604Z | Compiling clap_lex v0.7.2 |
1164 | 2024-12-17T20:43:43.844Z | Compiling heck v0.5.0 |
1165 | 2024-12-17T20:43:43.969Z | Compiling fnv v1.0.7 |
1166 | 2024-12-17T20:43:44.142Z | Compiling fastrand v2.1.1 |
1167 | 2024-12-17T20:43:44.382Z | Compiling papergrid v0.11.0 |
1168 | 2024-12-17T20:43:44.385Z | Compiling clap_builder v4.5.21 |
1169 | 2024-12-17T20:43:44.530Z | Compiling tempfile v3.13.0 |
1170 | 2024-12-17T20:43:44.816Z | Compiling memmap v0.7.0 |
1171 | 2024-12-17T20:43:44.828Z | Compiling smawk v0.3.2 |
1172 | 2024-12-17T20:43:45.046Z | Compiling unicode-linebreak v0.1.5 |
1173 | 2024-12-17T20:43:45.425Z | Compiling swrite v0.1.0 |
1174 | 2024-12-17T20:43:45.537Z | Compiling textwrap v0.16.1 |
1175 | 2024-12-17T20:43:46.745Z | Compiling tabled_derive v0.7.0 |
1176 | 2024-12-17T20:43:48.251Z | Compiling tabled v0.15.0 |
1177 | 2024-12-17T20:43:50.096Z | Compiling serde_derive v1.0.215 |
1178 | 2024-12-17T20:43:50.096Z | Compiling thiserror-impl v1.0.69 |
1179 | 2024-12-17T20:43:50.099Z | Compiling zerocopy-derive v0.7.35 |
1180 | 2024-12-17T20:43:50.099Z | Compiling scroll_derive v0.12.0 |
1181 | 2024-12-17T20:43:50.217Z | Compiling clap_derive v4.5.18 |
1182 | 2024-12-17T20:43:51.237Z | Compiling scroll v0.12.0 |
1183 | 2024-12-17T20:43:51.701Z | Compiling goblin v0.8.2 |
1184 | 2024-12-17T20:43:51.889Z | Compiling zerocopy v0.7.35 |
1185 | 2024-12-17T20:43:52.900Z | Compiling pest v2.7.14 |
1186 | 2024-12-17T20:43:54.061Z | Compiling clap v4.5.21 |
1187 | 2024-12-17T20:43:55.050Z | Compiling pest_meta v2.7.14 |
1188 | 2024-12-17T20:43:55.914Z | Compiling pest_generator v2.7.14 |
1189 | 2024-12-17T20:43:58.010Z | Compiling pest_derive v2.7.14 |
1190 | 2024-12-17T20:43:58.693Z | Compiling dtrace-parser v0.2.0 |
1191 | 2024-12-17T20:44:00.134Z | Compiling toml_datetime v0.6.8 |
1192 | 2024-12-17T20:44:00.134Z | Compiling serde_spanned v0.6.8 |
1193 | 2024-12-17T20:44:00.137Z | Compiling cargo-platform v0.1.8 |
1194 | 2024-12-17T20:44:00.526Z | Compiling serde_tokenstream v0.2.2 |
1195 | 2024-12-17T20:44:00.601Z | Compiling toml_edit v0.22.22 |
1196 | 2024-12-17T20:44:00.667Z | Compiling macaddr v1.0.1 |
1197 | 2024-12-17T20:44:00.793Z | Compiling camino-tempfile v1.1.1 |
1198 | 2024-12-17T20:44:01.645Z | Compiling dof v0.3.0 |
1199 | 2024-12-17T20:44:01.645Z | Compiling cargo_metadata v0.18.1 |
1200 | 2024-12-17T20:44:03.482Z | Compiling toml v0.8.19 |
1201 | 2024-12-17T20:44:03.634Z | Compiling usdt-macro v0.5.0 |
1202 | 2024-12-17T20:44:03.634Z | Compiling usdt-attr-macro v0.5.0 |
1203 | 2024-12-17T20:44:04.371Z | Compiling cargo_toml v0.20.5 |
1204 | 2024-12-17T20:44:05.008Z | Compiling usdt v0.5.0 |
1205 | 2024-12-17T20:44:07.878Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1206 | 2024-12-17T20:44:12.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.53s |
1207 | 2024-12-17T20:44:12.174Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1208 | 2024-12-17T20:44:13.031Z | Compiling serde v1.0.215 |
1209 | 2024-12-17T20:44:13.033Z | Compiling lock_api v0.4.12 |
1210 | 2024-12-17T20:44:13.033Z | Compiling scopeguard v1.2.0 |
1211 | 2024-12-17T20:44:13.033Z | Compiling value-bag v1.9.0 |
1212 | 2024-12-17T20:44:13.033Z | Compiling typenum v1.17.0 |
1213 | 2024-12-17T20:44:13.033Z | Compiling generic-array v0.14.7 |
1214 | 2024-12-17T20:44:13.191Z | Compiling syn v2.0.87 |
1215 | 2024-12-17T20:44:13.206Z | Compiling getrandom v0.2.15 |
1216 | 2024-12-17T20:44:13.297Z | Compiling subtle v2.6.1 |
1217 | 2024-12-17T20:44:13.506Z | Compiling rand_core v0.6.4 |
1218 | 2024-12-17T20:44:13.667Z | Compiling log v0.4.22 |
1219 | 2024-12-17T20:44:13.732Z | Compiling shlex v1.3.0 |
1220 | 2024-12-17T20:44:13.750Z | Compiling jobserver v0.1.32 |
1221 | 2024-12-17T20:44:13.767Z | Compiling smallvec v1.13.2 |
1222 | 2024-12-17T20:44:14.007Z | Compiling const-oid v0.9.6 |
1223 | 2024-12-17T20:44:14.089Z | Compiling spin v0.9.8 |
1224 | 2024-12-17T20:44:14.151Z | Compiling cc v1.1.30 |
1225 | 2024-12-17T20:44:14.180Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-17T20:44:14.312Z | Compiling rustix v0.38.37 |
1227 | 2024-12-17T20:44:14.471Z | Compiling parking_lot_core v0.9.10 |
1228 | 2024-12-17T20:44:14.608Z | Compiling futures-core v0.3.31 |
1229 | 2024-12-17T20:44:14.652Z | Compiling signal-hook-registry v1.4.2 |
1230 | 2024-12-17T20:44:14.867Z | Compiling mio v1.0.2 |
1231 | 2024-12-17T20:44:15.250Z | Compiling aho-corasick v1.1.3 |
1232 | 2024-12-17T20:44:15.470Z | Compiling parking_lot v0.12.3 |
1233 | 2024-12-17T20:44:15.603Z | Compiling cpufeatures v0.2.14 |
1234 | 2024-12-17T20:44:15.707Z | Compiling regex-syntax v0.8.5 |
1235 | 2024-12-17T20:44:15.924Z | Compiling lazy_static v1.5.0 |
1236 | 2024-12-17T20:44:15.939Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-12-17T20:44:16.042Z | Compiling glob v0.3.1 |
1238 | 2024-12-17T20:44:16.067Z | Compiling either v1.13.0 |
1239 | 2024-12-17T20:44:16.088Z | Compiling futures-sink v0.3.31 |
1240 | 2024-12-17T20:44:16.245Z | Compiling socket2 v0.5.7 |
1241 | 2024-12-17T20:44:16.399Z | Compiling slab v0.4.9 |
1242 | 2024-12-17T20:44:16.516Z | Compiling prettyplease v0.2.25 |
1243 | 2024-12-17T20:44:16.831Z | Compiling minimal-lexical v0.2.1 |
1244 | 2024-12-17T20:44:17.042Z | Compiling clang-sys v1.8.1 |
1245 | 2024-12-17T20:44:17.154Z | Compiling libloading v0.8.5 |
1246 | 2024-12-17T20:44:17.212Z | Compiling nom v7.1.3 |
1247 | 2024-12-17T20:44:17.336Z | Compiling bindgen v0.69.5 |
1248 | 2024-12-17T20:44:17.568Z | Compiling home v0.5.9 |
1249 | 2024-12-17T20:44:17.781Z | Compiling serde_json v1.0.132 |
1250 | 2024-12-17T20:44:18.129Z | Compiling itertools v0.10.5 |
1251 | 2024-12-17T20:44:18.182Z | Compiling futures-channel v0.3.31 |
1252 | 2024-12-17T20:44:18.444Z | Compiling futures-io v0.3.31 |
1253 | 2024-12-17T20:44:18.670Z | Compiling lazycell v1.3.0 |
1254 | 2024-12-17T20:44:18.798Z | Compiling foldhash v0.1.3 |
1255 | 2024-12-17T20:44:18.849Z | Compiling rustc-hash v1.1.0 |
1256 | 2024-12-17T20:44:19.013Z | Compiling futures-task v0.3.31 |
1257 | 2024-12-17T20:44:19.125Z | Compiling allocator-api2 v0.2.18 |
1258 | 2024-12-17T20:44:19.297Z | Compiling pin-utils v0.1.0 |
1259 | 2024-12-17T20:44:19.395Z | Compiling regex-automata v0.4.8 |
1260 | 2024-12-17T20:44:19.970Z | Compiling hashbrown v0.15.1 |
1261 | 2024-12-17T20:44:20.927Z | Compiling synstructure v0.13.1 |
1262 | 2024-12-17T20:44:20.988Z | Compiling cexpr v0.6.0 |
1263 | 2024-12-17T20:44:21.336Z | Compiling cmake v0.1.51 |
1264 | 2024-12-17T20:44:22.378Z | Compiling dunce v1.0.5 |
1265 | 2024-12-17T20:44:22.513Z | Compiling fs_extra v1.3.0 |
1266 | 2024-12-17T20:44:22.626Z | Compiling tinyvec_macros v0.1.1 |
1267 | 2024-12-17T20:44:22.651Z | Compiling libm v0.2.8 |
1268 | 2024-12-17T20:44:22.722Z | Compiling pkg-config v0.3.31 |
1269 | 2024-12-17T20:44:22.793Z | Compiling tinyvec v1.8.0 |
1270 | 2024-12-17T20:44:23.014Z | Compiling num-traits v0.2.19 |
1271 | 2024-12-17T20:44:23.558Z | Compiling ring v0.17.8 |
1272 | 2024-12-17T20:44:24.165Z | Compiling writeable v0.5.5 |
1273 | 2024-12-17T20:44:24.335Z | Compiling unicode-normalization v0.1.24 |
1274 | 2024-12-17T20:44:24.362Z | Compiling paste v1.0.15 |
1275 | 2024-12-17T20:44:24.586Z | Compiling unicode-bidi v0.3.17 |
1276 | 2024-12-17T20:44:24.672Z | Compiling base64ct v1.6.0 |
1277 | 2024-12-17T20:44:24.725Z | Compiling litemap v0.7.3 |
1278 | 2024-12-17T20:44:25.127Z | Compiling regex v1.11.1 |
1279 | 2024-12-17T20:44:25.225Z | Compiling pem-rfc7468 v0.7.0 |
1280 | 2024-12-17T20:44:25.966Z | Compiling aws-lc-rs v1.10.0 |
1281 | 2024-12-17T20:44:25.988Z | Compiling flagset v0.4.6 |
1282 | 2024-12-17T20:44:26.116Z | Compiling httparse v1.9.5 |
1283 | 2024-12-17T20:44:26.381Z | Compiling tracing-core v0.1.32 |
1284 | 2024-12-17T20:44:26.894Z | Compiling rustls-pki-types v1.10.0 |
1285 | 2024-12-17T20:44:27.336Z | Compiling icu_locid_transform_data v1.5.0 |
1286 | 2024-12-17T20:44:27.437Z | Compiling crossbeam-utils v0.8.20 |
1287 | 2024-12-17T20:44:27.454Z | Compiling percent-encoding v2.3.1 |
1288 | 2024-12-17T20:44:27.696Z | Compiling serde_derive v1.0.215 |
1289 | 2024-12-17T20:44:27.764Z | Compiling zeroize_derive v1.4.2 |
1290 | 2024-12-17T20:44:27.856Z | Compiling zerocopy-derive v0.7.35 |
1291 | 2024-12-17T20:44:27.978Z | Compiling tokio-macros v2.4.0 |
1292 | 2024-12-17T20:44:28.350Z | Compiling zerofrom-derive v0.1.4 |
1293 | 2024-12-17T20:44:29.344Z | Compiling zeroize v1.8.1 |
1294 | 2024-12-17T20:44:29.734Z | Compiling yoke-derive v0.7.4 |
1295 | 2024-12-17T20:44:29.906Z | Compiling thiserror-impl v1.0.69 |
1296 | 2024-12-17T20:44:30.095Z | Compiling zerocopy v0.7.35 |
1297 | 2024-12-17T20:44:30.978Z | Compiling crypto-common v0.1.6 |
1298 | 2024-12-17T20:44:31.223Z | Compiling block-buffer v0.10.4 |
1299 | 2024-12-17T20:44:31.468Z | Compiling digest v0.10.7 |
1300 | 2024-12-17T20:44:31.691Z | Compiling zerovec-derive v0.10.3 |
1301 | 2024-12-17T20:44:31.931Z | Compiling hmac v0.12.1 |
1302 | 2024-12-17T20:44:32.071Z | Compiling futures-macro v0.3.31 |
1303 | 2024-12-17T20:44:32.171Z | Compiling block-padding v0.3.3 |
1304 | 2024-12-17T20:44:32.403Z | Compiling displaydoc v0.2.5 |
1305 | 2024-12-17T20:44:32.406Z | Compiling zerofrom v0.1.4 |
1306 | 2024-12-17T20:44:32.636Z | Compiling inout v0.1.3 |
1307 | 2024-12-17T20:44:32.684Z | Compiling yoke v0.7.4 |
1308 | 2024-12-17T20:44:32.917Z | Compiling cipher v0.4.4 |
1309 | 2024-12-17T20:44:33.050Z | Compiling sha2 v0.10.8 |
1310 | 2024-12-17T20:44:33.192Z | Compiling thiserror v1.0.69 |
1311 | 2024-12-17T20:44:33.333Z | Compiling ppv-lite86 v0.2.20 |
1312 | 2024-12-17T20:44:33.398Z | Compiling der_derive v0.7.3 |
1313 | 2024-12-17T20:44:34.043Z | Compiling futures-util v0.3.31 |
1314 | 2024-12-17T20:44:34.080Z | Compiling icu_provider_macros v1.5.0 |
1315 | 2024-12-17T20:44:34.205Z | Compiling rand_chacha v0.3.1 |
1316 | 2024-12-17T20:44:34.403Z | Compiling zerovec v0.10.4 |
1317 | 2024-12-17T20:44:35.228Z | Compiling tracing-attributes v0.1.27 |
1318 | 2024-12-17T20:44:35.887Z | Compiling der v0.7.9 |
1319 | 2024-12-17T20:44:36.367Z | Compiling tinystr v0.7.6 |
1320 | 2024-12-17T20:44:36.456Z | Compiling icu_collections v1.5.0 |
1321 | 2024-12-17T20:44:36.612Z | Compiling rand v0.8.5 |
1322 | 2024-12-17T20:44:36.812Z | Compiling icu_locid v1.5.0 |
1323 | 2024-12-17T20:44:37.954Z | Compiling salsa20 v0.10.2 |
1324 | 2024-12-17T20:44:38.166Z | Compiling icu_provider v1.5.0 |
1325 | 2024-12-17T20:44:38.814Z | Compiling spki v0.7.3 |
1326 | 2024-12-17T20:44:38.962Z | Compiling tracing v0.1.40 |
1327 | 2024-12-17T20:44:39.192Z | Compiling icu_locid_transform v1.5.0 |
1328 | 2024-12-17T20:44:39.214Z | Compiling pest v2.7.14 |
1329 | 2024-12-17T20:44:39.240Z | Compiling pbkdf2 v0.12.2 |
1330 | 2024-12-17T20:44:39.338Z | Compiling untrusted v0.9.0 |
1331 | 2024-12-17T20:44:39.409Z | Compiling untrusted v0.7.1 |
1332 | 2024-12-17T20:44:39.470Z | Compiling time-core v0.1.2 |
1333 | 2024-12-17T20:44:39.491Z | Compiling icu_properties_data v1.5.0 |
1334 | 2024-12-17T20:44:39.595Z | Compiling num-conv v0.1.0 |
1335 | 2024-12-17T20:44:39.624Z | Compiling mirai-annotations v1.12.0 |
1336 | 2024-12-17T20:44:39.733Z | Compiling powerfmt v0.2.0 |
1337 | 2024-12-17T20:44:39.821Z | Compiling vcpkg v0.2.15 |
1338 | 2024-12-17T20:44:39.843Z | Compiling time-macros v0.2.18 |
1339 | 2024-12-17T20:44:39.937Z | Compiling scrypt v0.11.0 |
1340 | 2024-12-17T20:44:40.123Z | Compiling deranged v0.3.11 |
1341 | 2024-12-17T20:44:40.578Z | Compiling icu_properties v1.5.1 |
1342 | 2024-12-17T20:44:41.652Z | Compiling bitflags v2.6.0 |
1343 | 2024-12-17T20:44:41.840Z | Compiling bytes v1.8.0 |
1344 | 2024-12-17T20:44:42.127Z | Compiling indexmap v2.6.0 |
1345 | 2024-12-17T20:44:42.218Z | Compiling semver v1.0.23 |
1346 | 2024-12-17T20:44:42.992Z | Compiling tokio v1.40.0 |
1347 | 2024-12-17T20:44:43.171Z | Compiling http v1.1.0 |
1348 | 2024-12-17T20:44:43.198Z | Compiling rustc_version v0.4.1 |
1349 | 2024-12-17T20:44:43.595Z | Compiling openssl-sys v0.9.103 |
1350 | 2024-12-17T20:44:44.008Z | Compiling pest_meta v2.7.14 |
1351 | 2024-12-17T20:44:44.701Z | Compiling cbc v0.1.2 |
1352 | 2024-12-17T20:44:44.953Z | Compiling aes v0.8.4 |
1353 | 2024-12-17T20:44:45.435Z | Compiling scroll_derive v0.12.0 |
1354 | 2024-12-17T20:44:45.516Z | Compiling utf8_iter v1.0.4 |
1355 | 2024-12-17T20:44:45.686Z | Compiling write16 v1.0.0 |
1356 | 2024-12-17T20:44:45.703Z | Compiling utf16_iter v1.0.5 |
1357 | 2024-12-17T20:44:45.759Z | Compiling num_threads v0.1.7 |
1358 | 2024-12-17T20:44:45.817Z | Compiling atomic-waker v1.1.2 |
1359 | 2024-12-17T20:44:45.890Z | Compiling icu_normalizer_data v1.5.0 |
1360 | 2024-12-17T20:44:45.907Z | Compiling time v0.3.36 |
1361 | 2024-12-17T20:44:45.996Z | Compiling which v4.4.2 |
1362 | 2024-12-17T20:44:45.999Z | Compiling icu_normalizer v1.5.0 |
1363 | 2024-12-17T20:44:46.907Z | Compiling scroll v0.12.0 |
1364 | 2024-12-17T20:44:47.469Z | Compiling pkcs5 v0.7.1 |
1365 | 2024-12-17T20:44:47.488Z | Compiling pest_generator v2.7.14 |
1366 | 2024-12-17T20:44:47.758Z | Compiling http-body v1.0.1 |
1367 | 2024-12-17T20:44:48.107Z | Compiling form_urlencoded v1.2.1 |
1368 | 2024-12-17T20:44:48.184Z | Compiling try-lock v0.2.5 |
1369 | 2024-12-17T20:44:48.338Z | Compiling slog v2.7.0 |
1370 | 2024-12-17T20:44:48.465Z | Compiling goblin v0.8.2 |
1371 | 2024-12-17T20:44:48.714Z | Compiling want v0.3.1 |
1372 | 2024-12-17T20:44:48.950Z | Compiling pkcs8 v0.10.2 |
1373 | 2024-12-17T20:44:48.986Z | Compiling idna_adapter v1.2.0 |
1374 | 2024-12-17T20:44:49.137Z | Compiling httpdate v1.0.3 |
1375 | 2024-12-17T20:44:49.210Z | Compiling idna v1.0.3 |
1376 | 2024-12-17T20:44:49.642Z | Compiling uuid v1.11.0 |
1377 | 2024-12-17T20:44:49.658Z | Compiling pest_derive v2.7.14 |
1378 | 2024-12-17T20:44:50.452Z | Compiling dtrace-parser v0.2.0 |
1379 | 2024-12-17T20:44:50.477Z | Compiling serde_tokenstream v0.2.2 |
1380 | 2024-12-17T20:44:51.076Z | Compiling serde_spanned v0.6.8 |
1381 | 2024-12-17T20:44:51.105Z | Compiling toml_datetime v0.6.8 |
1382 | 2024-12-17T20:44:51.123Z | Compiling tower-service v0.3.3 |
1383 | 2024-12-17T20:44:51.257Z | Compiling openssl v0.10.66 |
1384 | 2024-12-17T20:44:51.276Z | Compiling adler2 v2.0.0 |
1385 | 2024-12-17T20:44:51.303Z | Compiling foreign-types-shared v0.1.1 |
1386 | 2024-12-17T20:44:51.421Z | Compiling base64 v0.22.1 |
1387 | 2024-12-17T20:44:51.487Z | Compiling iana-time-zone v0.1.61 |
1388 | 2024-12-17T20:44:51.623Z | Compiling rustversion v1.0.17 |
1389 | 2024-12-17T20:44:51.671Z | Compiling tokio-util v0.7.12 |
1390 | 2024-12-17T20:44:51.956Z | Compiling match_cfg v0.1.0 |
1391 | 2024-12-17T20:44:52.058Z | Compiling hostname v0.3.1 |
1392 | 2024-12-17T20:44:52.195Z | Compiling chrono v0.4.38 |
1393 | 2024-12-17T20:44:52.322Z | Compiling miniz_oxide v0.8.0 |
1394 | 2024-12-17T20:44:52.421Z | Compiling foreign-types v0.3.2 |
1395 | 2024-12-17T20:44:52.521Z | Compiling url v2.5.3 |
1396 | 2024-12-17T20:44:53.172Z | Compiling h2 v0.4.6 |
1397 | 2024-12-17T20:44:53.944Z | Compiling async-trait v0.1.83 |
1398 | 2024-12-17T20:44:54.108Z | Compiling openssl-macros v0.1.1 |
1399 | 2024-12-17T20:44:54.619Z | Compiling dof v0.3.0 |
1400 | 2024-12-17T20:44:54.872Z | Compiling dirs-sys-next v0.1.2 |
1401 | 2024-12-17T20:44:55.547Z | Compiling usdt-impl v0.5.0 |
1402 | 2024-12-17T20:44:56.052Z | Compiling data-encoding v2.6.0 |
1403 | 2024-12-17T20:44:56.758Z | Compiling siphasher v0.3.11 |
1404 | 2024-12-17T20:44:56.825Z | Compiling native-tls v0.2.12 |
1405 | 2024-12-17T20:44:57.154Z | Compiling rustls v0.22.4 |
1406 | 2024-12-17T20:44:57.171Z | Compiling syn v1.0.109 |
1407 | 2024-12-17T20:44:57.204Z | Compiling rustls v0.23.19 |
1408 | 2024-12-17T20:44:57.470Z | Compiling dirs-next v2.0.0 |
1409 | 2024-12-17T20:44:57.845Z | Compiling http-body-util v0.1.2 |
1410 | 2024-12-17T20:44:58.405Z | Compiling crossbeam-epoch v0.9.18 |
1411 | 2024-12-17T20:44:58.536Z | Compiling heapless v0.7.17 |
1412 | 2024-12-17T20:44:58.983Z | Compiling signature v2.2.0 |
1413 | 2024-12-17T20:44:59.053Z | Compiling sha1 v0.10.6 |
1414 | 2024-12-17T20:44:59.071Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1415 | 2024-12-17T20:44:59.111Z | Compiling serde_derive_internals v0.29.1 |
1416 | 2024-12-17T20:44:59.195Z | Compiling thread_local v1.1.8 |
1417 | 2024-12-17T20:44:59.286Z | Compiling encoding_rs v0.8.34 |
1418 | 2024-12-17T20:44:59.489Z | Compiling cookie v0.18.1 |
1419 | 2024-12-17T20:44:59.584Z | Compiling multer v3.1.0 |
1420 | 2024-12-17T20:44:59.752Z | Compiling gimli v0.31.1 |
1421 | 2024-12-17T20:44:59.803Z | Compiling unicode-properties v0.1.3 |
1422 | 2024-12-17T20:44:59.889Z | Compiling openssl-probe v0.1.5 |
1423 | 2024-12-17T20:45:00.216Z | Compiling mime v0.3.17 |
1424 | 2024-12-17T20:45:00.266Z | Compiling ipnet v2.10.1 |
1425 | 2024-12-17T20:45:00.823Z | Compiling hyper v1.5.0 |
1426 | 2024-12-17T20:45:01.537Z | Compiling rayon-core v1.12.1 |
1427 | 2024-12-17T20:45:01.809Z | Compiling signal-hook v0.3.17 |
1428 | 2024-12-17T20:45:01.915Z | Compiling slog-async v2.8.0 |
1429 | 2024-12-17T20:45:02.085Z | Compiling schemars v0.8.21 |
1430 | 2024-12-17T20:45:02.500Z | Compiling schemars_derive v0.8.21 |
1431 | 2024-12-17T20:45:02.575Z | Compiling toml_edit v0.22.22 |
1432 | 2024-12-17T20:45:03.919Z | Compiling hyper-util v0.1.10 |
1433 | 2024-12-17T20:45:04.711Z | Compiling addr2line v0.24.2 |
1434 | 2024-12-17T20:45:05.064Z | Compiling stringprep v0.1.5 |
1435 | 2024-12-17T20:45:05.429Z | Compiling usdt-macro v0.5.0 |
1436 | 2024-12-17T20:45:05.944Z | Compiling usdt-attr-macro v0.5.0 |
1437 | 2024-12-17T20:45:06.304Z | Compiling crossbeam-deque v0.8.5 |
1438 | 2024-12-17T20:45:06.629Z | Compiling term v0.7.0 |
1439 | 2024-12-17T20:45:06.889Z | Compiling slog-json v2.6.1 |
1440 | 2024-12-17T20:45:06.910Z | Compiling serde_urlencoded v0.7.1 |
1441 | 2024-12-17T20:45:07.101Z | Compiling crossbeam-channel v0.5.13 |
1442 | 2024-12-17T20:45:07.288Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2024-12-17T20:45:07.442Z | Compiling enum-as-inner v0.6.1 |
1444 | 2024-12-17T20:45:07.547Z | Compiling futures-executor v0.3.31 |
1445 | 2024-12-17T20:45:07.921Z | Compiling md-5 v0.10.6 |
1446 | 2024-12-17T20:45:08.105Z | Compiling async-stream-impl v0.3.6 |
1447 | 2024-12-17T20:45:08.170Z | Compiling rustls-pemfile v2.2.0 |
1448 | 2024-12-17T20:45:08.173Z | Compiling num-integer v0.1.46 |
1449 | 2024-12-17T20:45:08.203Z | Compiling idna v0.4.0 |
1450 | 2024-12-17T20:45:08.552Z | Compiling idna v0.3.0 |
1451 | 2024-12-17T20:45:08.638Z | Compiling hash32 v0.2.1 |
1452 | 2024-12-17T20:45:09.001Z | Compiling ff v0.13.0 |
1453 | 2024-12-17T20:45:09.064Z | Compiling is-terminal v0.4.13 |
1454 | 2024-12-17T20:45:09.190Z | Compiling object v0.36.5 |
1455 | 2024-12-17T20:45:09.246Z | Compiling dropshot v0.12.0 |
1456 | 2024-12-17T20:45:09.536Z | Compiling portable-atomic v1.9.0 |
1457 | 2024-12-17T20:45:09.539Z | Compiling num-bigint-dig v0.8.4 |
1458 | 2024-12-17T20:45:09.814Z | Compiling linked-hash-map v0.5.6 |
1459 | 2024-12-17T20:45:09.990Z | Compiling smoltcp v0.9.1 |
1460 | 2024-12-17T20:45:10.167Z | Compiling anyhow v1.0.93 |
1461 | 2024-12-17T20:45:10.292Z | Compiling take_mut v0.2.2 |
1462 | 2024-12-17T20:45:10.462Z | Compiling base16ct v0.2.0 |
1463 | 2024-12-17T20:45:10.648Z | Compiling fallible-iterator v0.2.0 |
1464 | 2024-12-17T20:45:10.698Z | Compiling quick-error v1.2.3 |
1465 | 2024-12-17T20:45:10.772Z | Compiling utf-8 v0.7.6 |
1466 | 2024-12-17T20:45:10.815Z | Compiling psl-types v2.0.11 |
1467 | 2024-12-17T20:45:10.855Z | Compiling rustc-demangle v0.1.24 |
1468 | 2024-12-17T20:45:11.016Z | Compiling dyn-clone v1.0.17 |
1469 | 2024-12-17T20:45:11.117Z | Compiling publicsuffix v2.2.3 |
1470 | 2024-12-17T20:45:11.158Z | Compiling tungstenite v0.24.0 |
1471 | 2024-12-17T20:45:11.341Z | Compiling postgres-protocol v0.6.7 |
1472 | 2024-12-17T20:45:11.383Z | Compiling resolv-conf v0.7.0 |
1473 | 2024-12-17T20:45:12.250Z | Compiling sec1 v0.7.3 |
1474 | 2024-12-17T20:45:12.702Z | Compiling lru-cache v0.1.2 |
1475 | 2024-12-17T20:45:12.867Z | Compiling async-stream v0.3.6 |
1476 | 2024-12-17T20:45:12.978Z | Compiling group v0.13.0 |
1477 | 2024-12-17T20:45:13.181Z | Compiling slog-term v2.9.1 |
1478 | 2024-12-17T20:45:13.308Z | Compiling hickory-proto v0.24.1 |
1479 | 2024-12-17T20:45:13.509Z | Compiling usdt v0.5.0 |
1480 | 2024-12-17T20:45:14.060Z | Compiling num-iter v0.1.45 |
1481 | 2024-12-17T20:45:14.356Z | Compiling futures v0.3.31 |
1482 | 2024-12-17T20:45:14.479Z | Compiling slog-bunyan v2.5.0 |
1483 | 2024-12-17T20:45:14.685Z | Compiling toml v0.8.19 |
1484 | 2024-12-17T20:45:15.848Z | Compiling camino v1.1.9 |
1485 | 2024-12-17T20:45:16.278Z | Compiling tokio-native-tls v0.3.1 |
1486 | 2024-12-17T20:45:16.507Z | Compiling phf_shared v0.11.2 |
1487 | 2024-12-17T20:45:16.557Z | Compiling backtrace v0.3.74 |
1488 | 2024-12-17T20:45:16.834Z | Compiling dropshot_endpoint v0.12.0 |
1489 | 2024-12-17T20:45:16.917Z | Compiling terminal_size v0.4.0 |
1490 | 2024-12-17T20:45:17.145Z | Compiling waitgroup v0.1.2 |
1491 | 2024-12-17T20:45:17.354Z | Compiling openapiv3 v2.0.0 |
1492 | 2024-12-17T20:45:17.373Z | Compiling serde_path_to_error v0.1.16 |
1493 | 2024-12-17T20:45:17.455Z | Compiling hkdf v0.12.4 |
1494 | 2024-12-17T20:45:17.723Z | Compiling crypto-bigint v0.5.5 |
1495 | 2024-12-17T20:45:18.226Z | Compiling curve25519-dalek-derive v0.1.1 |
1496 | 2024-12-17T20:45:19.857Z | Compiling zerocopy-derive v0.6.6 |
1497 | 2024-12-17T20:45:20.370Z | Compiling webpki-roots v0.26.6 |
1498 | 2024-12-17T20:45:20.603Z | Compiling idna v0.5.0 |
1499 | 2024-12-17T20:45:20.651Z | Compiling hubpack_derive v0.1.1 |
1500 | 2024-12-17T20:45:21.565Z | Compiling hostname v0.4.0 |
1501 | 2024-12-17T20:45:21.652Z | Compiling fs-err v2.11.0 |
1502 | 2024-12-17T20:45:21.816Z | Compiling crc32fast v1.4.2 |
1503 | 2024-12-17T20:45:21.877Z | Compiling ahash v0.8.11 |
1504 | 2024-12-17T20:45:21.942Z | Compiling debug-ignore v1.0.5 |
1505 | 2024-12-17T20:45:22.128Z | Compiling managed v0.8.0 |
1506 | 2024-12-17T20:45:22.149Z | Compiling bitflags v1.3.2 |
1507 | 2024-12-17T20:45:22.169Z | Compiling winnow v0.5.40 |
1508 | 2024-12-17T20:45:22.233Z | Compiling clap_builder v4.5.21 |
1509 | 2024-12-17T20:45:22.283Z | Compiling zerocopy v0.6.6 |
1510 | 2024-12-17T20:45:22.338Z | Compiling strum_macros v0.25.3 |
1511 | 2024-12-17T20:45:23.170Z | Compiling console v0.15.8 |
1512 | 2024-12-17T20:45:24.093Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-17T20:45:24.317Z | Compiling hubpack v0.1.2 |
1514 | 2024-12-17T20:45:24.766Z | Compiling cookie_store v0.21.0 |
1515 | 2024-12-17T20:45:24.801Z | Compiling elliptic-curve v0.13.8 |
1516 | 2024-12-17T20:45:25.091Z | Compiling hickory-resolver v0.24.1 |
1517 | 2024-12-17T20:45:26.137Z | Compiling toml_edit v0.19.15 |
1518 | 2024-12-17T20:45:26.365Z | Compiling signal-hook-mio v0.2.4 |
1519 | 2024-12-17T20:45:26.533Z | Compiling phf v0.11.2 |
1520 | 2024-12-17T20:45:26.596Z | Compiling hyper-tls v0.6.0 |
1521 | 2024-12-17T20:45:26.637Z | Compiling rayon v1.10.0 |
1522 | 2024-12-17T20:45:26.831Z | Compiling bzip2 v0.4.4 |
1523 | 2024-12-17T20:45:28.693Z | Compiling tokio-tungstenite v0.24.0 |
1524 | 2024-12-17T20:45:29.237Z | Compiling postgres-types v0.2.8 |
1525 | 2024-12-17T20:45:30.802Z | Compiling ed25519 v2.2.3 |
1526 | 2024-12-17T20:45:31.640Z | Compiling phf_shared v0.10.0 |
1527 | 2024-12-17T20:45:31.771Z | Compiling tokio-stream v0.1.16 |
1528 | 2024-12-17T20:45:32.001Z | Compiling pkcs1 v0.7.5 |
1529 | 2024-12-17T20:45:32.053Z | Compiling serde-big-array v0.5.1 |
1530 | 2024-12-17T20:45:32.291Z | Compiling clap_derive v4.5.18 |
1531 | 2024-12-17T20:45:32.710Z | Compiling rfc6979 v0.4.0 |
1532 | 2024-12-17T20:45:32.841Z | Compiling serde_repr v0.1.19 |
1533 | 2024-12-17T20:45:32.914Z | Compiling derive-where v1.2.7 |
1534 | 2024-12-17T20:45:32.992Z | Compiling float-cmp v0.9.0 |
1535 | 2024-12-17T20:45:33.016Z | Compiling bstr v1.10.0 |
1536 | 2024-12-17T20:45:33.208Z | Compiling sync_wrapper v1.0.1 |
1537 | 2024-12-17T20:45:33.372Z | Compiling predicates-core v1.0.8 |
1538 | 2024-12-17T20:45:33.797Z | Compiling whoami v1.5.2 |
1539 | 2024-12-17T20:45:34.068Z | Compiling bit-vec v0.6.3 |
1540 | 2024-12-17T20:45:34.336Z | Compiling number_prefix v0.4.0 |
1541 | 2024-12-17T20:45:34.463Z | Compiling precomputed-hash v0.1.1 |
1542 | 2024-12-17T20:45:34.528Z | Compiling unicode-segmentation v1.12.0 |
1543 | 2024-12-17T20:45:34.566Z | Compiling fixedbitset v0.4.2 |
1544 | 2024-12-17T20:45:34.584Z | Compiling normalize-line-endings v0.3.0 |
1545 | 2024-12-17T20:45:34.710Z | Compiling unicode-width v0.2.0 |
1546 | 2024-12-17T20:45:34.910Z | Compiling static_assertions v1.1.0 |
1547 | 2024-12-17T20:45:35.019Z | Compiling difflib v0.4.0 |
1548 | 2024-12-17T20:45:35.046Z | Compiling new_debug_unreachable v1.0.6 |
1549 | 2024-12-17T20:45:35.150Z | Compiling string_cache v0.8.7 |
1550 | 2024-12-17T20:45:35.247Z | Compiling similar v2.6.0 |
1551 | 2024-12-17T20:45:35.423Z | Compiling indicatif v0.17.9 |
1552 | 2024-12-17T20:45:35.623Z | Compiling predicates v3.1.2 |
1553 | 2024-12-17T20:45:36.598Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1554 | 2024-12-17T20:45:36.670Z | Compiling petgraph v0.6.5 |
1555 | 2024-12-17T20:45:37.421Z | Compiling bit-set v0.5.3 |
1556 | 2024-12-17T20:45:37.492Z | Compiling clap v4.5.21 |
1557 | 2024-12-17T20:45:37.626Z | Compiling tokio-postgres v0.7.12 |
1558 | 2024-12-17T20:45:37.710Z | Compiling ecdsa v0.16.9 |
1559 | 2024-12-17T20:45:37.729Z | Compiling rsa v0.9.6 |
1560 | 2024-12-17T20:45:37.747Z | Compiling ed25519-dalek v2.1.1 |
1561 | 2024-12-17T20:45:38.608Z | Compiling toml v0.7.8 |
1562 | 2024-12-17T20:45:39.114Z | Compiling zip v0.6.6 |
1563 | 2024-12-17T20:45:40.433Z | Compiling crossterm v0.28.1 |
1564 | 2024-12-17T20:45:41.465Z | Compiling hex v0.4.3 |
1565 | 2024-12-17T20:45:41.710Z | Compiling x509-cert v0.2.5 |
1566 | 2024-12-17T20:45:41.729Z | Compiling lalrpop-util v0.19.12 |
1567 | 2024-12-17T20:45:42.079Z | Compiling peg-runtime v0.8.3 |
1568 | 2024-12-17T20:45:42.103Z | Compiling unicode-xid v0.2.6 |
1569 | 2024-12-17T20:45:42.301Z | Compiling strum_macros v0.26.4 |
1570 | 2024-12-17T20:45:42.754Z | Compiling xattr v1.3.1 |
1571 | 2024-12-17T20:45:43.035Z | Compiling filetime v0.2.25 |
1572 | 2024-12-17T20:45:43.371Z | Compiling tar v0.4.42 |
1573 | 2024-12-17T20:45:47.423Z | Compiling strum v0.26.3 |
1574 | 2024-12-17T20:45:50.717Z | Compiling aws-lc-sys v0.22.0 |
1575 | 2024-12-17T20:46:27.571Z | Compiling rustls-webpki v0.102.8 |
1576 | 2024-12-17T20:46:31.674Z | Compiling tokio-rustls v0.25.0 |
1577 | 2024-12-17T20:46:33.275Z | Compiling tokio-rustls v0.26.0 |
1578 | 2024-12-17T20:46:33.756Z | Compiling hyper-rustls v0.27.3 |
1579 | 2024-12-17T20:46:33.756Z | Compiling reqwest v0.12.9 |
1580 | 2024-12-17T20:46:35.778Z | Compiling qorb v0.2.1 |
1581 | 2024-12-17T20:46:39.917Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-12-17T20:46:40.408Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1583 | 2024-12-17T20:46:46.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1584 | 2024-12-17T20:46:46.164Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1585 | 2024-12-17T20:46:46.212Z | Dec 17 20:46:44.837 INFO Starting download, target: Clickhouse |
1586 | 2024-12-17T20:46:46.213Z | Dec 17 20:46:44.837 INFO Starting download, target: Cockroach |
1587 | 2024-12-17T20:46:46.213Z | Dec 17 20:46:44.837 INFO Starting download, target: DendriteOpenapi |
1588 | 2024-12-17T20:46:46.213Z | Dec 17 20:46:44.837 INFO Starting download, target: Console |
1589 | 2024-12-17T20:46:46.236Z | Dec 17 20:46:44.837 INFO Starting download, target: DendriteStub |
1590 | 2024-12-17T20:46:46.236Z | Dec 17 20:46:44.837 INFO Starting download, target: MaghemiteMgd |
1591 | 2024-12-17T20:46:46.236Z | Dec 17 20:46:44.837 INFO Starting download, target: TransceiverControl |
1592 | 2024-12-17T20:46:46.236Z | Dec 17 20:46:44.838 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1593 | 2024-12-17T20:46:46.236Z | Dec 17 20:46:44.838 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1594 | 2024-12-17T20:46:46.236Z | Dec 17 20:46:44.838 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1595 | 2024-12-17T20:46:46.236Z | Dec 17 20:46:44.838 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1596 | 2024-12-17T20:46:46.236Z | Dec 17 20:46:44.838 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1597 | 2024-12-17T20:46:46.237Z | Dec 17 20:46:44.838 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1598 | 2024-12-17T20:46:46.237Z | Dec 17 20:46:44.838 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1599 | 2024-12-17T20:46:46.475Z | Dec 17 20:46:45.082 INFO Download complete, target: DendriteOpenapi |
1600 | 2024-12-17T20:46:46.750Z | Dec 17 20:46:45.313 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1601 | 2024-12-17T20:46:46.839Z | Dec 17 20:46:45.367 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2024-12-17T20:46:47.040Z | Dec 17 20:46:45.631 INFO Download complete, target: Console |
1603 | 2024-12-17T20:46:47.348Z | Dec 17 20:46:45.990 INFO Download complete, target: TransceiverControl |
1604 | 2024-12-17T20:46:47.506Z | Dec 17 20:46:46.149 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1605 | 2024-12-17T20:46:47.526Z | Dec 17 20:46:46.168 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1606 | 2024-12-17T20:46:48.149Z | Dec 17 20:46:46.793 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1607 | 2024-12-17T20:46:48.271Z | Dec 17 20:46:46.915 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1608 | 2024-12-17T20:46:48.271Z | Dec 17 20:46:46.915 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1609 | 2024-12-17T20:46:50.480Z | Dec 17 20:46:49.124 INFO Download complete, target: MaghemiteMgd |
1610 | 2024-12-17T20:46:50.516Z | Dec 17 20:46:49.155 INFO Download complete, target: DendriteStub |
1611 | 2024-12-17T20:46:55.655Z | Dec 17 20:46:54.299 INFO Checking that binary works, target: Cockroach |
1612 | 2024-12-17T20:46:55.826Z | Dec 17 20:46:54.469 INFO Download complete, target: Cockroach |
1613 | 2024-12-17T20:47:00.636Z | Dec 17 20:46:59.279 INFO Checking that binary works, target: Clickhouse |
1614 | 2024-12-17T20:47:01.627Z | Dec 17 20:47:00.271 INFO Download complete, target: Clickhouse |
1615 | 2024-12-17T20:47:01.635Z | All prerequisites installed successfully |
1616 | 2024-12-17T20:47:01.637Z | |
1617 | 2024-12-17T20:47:01.637Z | real 5:01.850661296 |
1618 | 2024-12-17T20:47:01.637Z | user 16:32.104115653 |
1619 | 2024-12-17T20:47:01.637Z | sys 3:11.069812556 |
1620 | 2024-12-17T20:47:01.637Z | trap 0.504037732 |
1621 | 2024-12-17T20:47:01.637Z | tflt 9.397741320 |
1622 | 2024-12-17T20:47:01.637Z | dflt 7.322310459 |
1623 | 2024-12-17T20:47:01.637Z | kflt 0.411590661 |
1624 | 2024-12-17T20:47:01.637Z | lock 32:44.727437883 |
1625 | 2024-12-17T20:47:01.637Z | slp 1:03:32.378382923 |
1626 | 2024-12-17T20:47:01.638Z | lat 51.159075374 |
1627 | 2024-12-17T20:47:01.638Z | stop 2:05.186117682 |
1628 | 2024-12-17T20:47:01.638Z | + source ./tools/include/force-git-over-https.sh |
1629 | 2024-12-17T20:47:01.638Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1630 | 2024-12-17T20:47:01.638Z | ++ (( i = 0 )) |
1631 | 2024-12-17T20:47:01.638Z | ++ (( i < 5 )) |
1632 | 2024-12-17T20:47:01.638Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1633 | 2024-12-17T20:47:01.640Z | ++ (( i++ )) |
1634 | 2024-12-17T20:47:01.640Z | ++ (( i < 5 )) |
1635 | 2024-12-17T20:47:01.640Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1636 | 2024-12-17T20:47:01.643Z | ++ (( i++ )) |
1637 | 2024-12-17T20:47:01.643Z | ++ (( i < 5 )) |
1638 | 2024-12-17T20:47:01.643Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1639 | 2024-12-17T20:47:01.646Z | ++ (( i++ )) |
1640 | 2024-12-17T20:47:01.646Z | ++ (( i < 5 )) |
1641 | 2024-12-17T20:47:01.646Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1642 | 2024-12-17T20:47:01.650Z | ++ (( i++ )) |
1643 | 2024-12-17T20:47:01.650Z | ++ (( i < 5 )) |
1644 | 2024-12-17T20:47:01.650Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1645 | 2024-12-17T20:47:01.653Z | ++ (( i++ )) |
1646 | 2024-12-17T20:47:01.653Z | ++ (( i < 5 )) |
1647 | 2024-12-17T20:47:01.653Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1648 | 2024-12-17T20:47:01.653Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1649 | 2024-12-17T20:47:01.653Z | + rc=0 |
1650 | 2024-12-17T20:47:01.653Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1651 | 2024-12-17T20:47:32.843Z | + case $rc in |
1652 | 2024-12-17T20:47:32.843Z | + pfexec zfs create -p rpool/images/build/host |
1653 | 2024-12-17T20:47:33.019Z | + pfexec zfs create -p rpool/images/build/recovery |
1654 | 2024-12-17T20:47:33.100Z | + cargo xtask releng --output-dir /work |
1655 | 2024-12-17T20:47:33.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1656 | 2024-12-17T20:47:33.644Z | Running `target/debug/xtask releng --output-dir /work` |
1657 | 2024-12-17T20:47:34.579Z | Compiling proc-macro2 v1.0.89 |
1658 | 2024-12-17T20:47:34.579Z | Compiling unicode-ident v1.0.13 |
1659 | 2024-12-17T20:47:34.581Z | Compiling libc v0.2.162 |
1660 | 2024-12-17T20:47:34.581Z | Compiling serde v1.0.215 |
1661 | 2024-12-17T20:47:34.581Z | Compiling autocfg v1.4.0 |
1662 | 2024-12-17T20:47:34.581Z | Compiling version_check v0.9.5 |
1663 | 2024-12-17T20:47:34.581Z | Compiling cfg-if v1.0.0 |
1664 | 2024-12-17T20:47:34.861Z | Compiling memchr v2.7.4 |
1665 | 2024-12-17T20:47:34.887Z | Compiling typenum v1.17.0 |
1666 | 2024-12-17T20:47:34.906Z | Compiling shlex v1.3.0 |
1667 | 2024-12-17T20:47:35.317Z | Compiling value-bag v1.9.0 |
1668 | 2024-12-17T20:47:35.429Z | Compiling generic-array v0.14.7 |
1669 | 2024-12-17T20:47:35.533Z | Compiling lock_api v0.4.12 |
1670 | 2024-12-17T20:47:35.696Z | Compiling scopeguard v1.2.0 |
1671 | 2024-12-17T20:47:35.765Z | Compiling log v0.4.22 |
1672 | 2024-12-17T20:47:35.857Z | Compiling rustix v0.38.37 |
1673 | 2024-12-17T20:47:36.364Z | Compiling parking_lot_core v0.9.10 |
1674 | 2024-12-17T20:47:36.524Z | Compiling quote v1.0.37 |
1675 | 2024-12-17T20:47:36.571Z | Compiling serde_json v1.0.132 |
1676 | 2024-12-17T20:47:36.737Z | Compiling jobserver v0.1.32 |
1677 | 2024-12-17T20:47:36.914Z | Compiling getrandom v0.2.15 |
1678 | 2024-12-17T20:47:36.973Z | Compiling syn v2.0.87 |
1679 | 2024-12-17T20:47:37.180Z | Compiling cc v1.1.30 |
1680 | 2024-12-17T20:47:37.199Z | Compiling libm v0.2.8 |
1681 | 2024-12-17T20:47:37.258Z | Compiling num-traits v0.2.19 |
1682 | 2024-12-17T20:47:37.306Z | Compiling once_cell v1.20.2 |
1683 | 2024-12-17T20:47:37.394Z | Compiling thiserror v1.0.69 |
1684 | 2024-12-17T20:47:37.501Z | Compiling spin v0.9.8 |
1685 | 2024-12-17T20:47:37.525Z | Compiling itoa v1.0.11 |
1686 | 2024-12-17T20:47:37.545Z | Compiling aho-corasick v1.1.3 |
1687 | 2024-12-17T20:47:37.750Z | Compiling regex-syntax v0.8.5 |
1688 | 2024-12-17T20:47:37.906Z | Compiling slab v0.4.9 |
1689 | 2024-12-17T20:47:37.930Z | Compiling errno v0.3.9 |
1690 | 2024-12-17T20:47:38.584Z | Compiling byteorder v1.5.0 |
1691 | 2024-12-17T20:47:38.765Z | Compiling lazy_static v1.5.0 |
1692 | 2024-12-17T20:47:38.897Z | Compiling rand_core v0.6.4 |
1693 | 2024-12-17T20:47:39.059Z | Compiling glob v0.3.1 |
1694 | 2024-12-17T20:47:39.282Z | Compiling either v1.13.0 |
1695 | 2024-12-17T20:47:39.434Z | Compiling subtle v2.6.1 |
1696 | 2024-12-17T20:47:39.725Z | Compiling prettyplease v0.2.25 |
1697 | 2024-12-17T20:47:39.810Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-12-17T20:47:39.840Z | Compiling clang-sys v1.8.1 |
1699 | 2024-12-17T20:47:40.226Z | Compiling nom v7.1.3 |
1700 | 2024-12-17T20:47:40.277Z | Compiling libloading v0.8.5 |
1701 | 2024-12-17T20:47:40.593Z | Compiling bindgen v0.69.5 |
1702 | 2024-12-17T20:47:40.709Z | Compiling home v0.5.9 |
1703 | 2024-12-17T20:47:41.283Z | Compiling itertools v0.10.5 |
1704 | 2024-12-17T20:47:41.503Z | Compiling rustc-hash v1.1.0 |
1705 | 2024-12-17T20:47:41.581Z | Compiling regex-automata v0.4.8 |
1706 | 2024-12-17T20:47:42.229Z | Compiling lazycell v1.3.0 |
1707 | 2024-12-17T20:47:42.601Z | Compiling cmake v0.1.51 |
1708 | 2024-12-17T20:47:43.536Z | Compiling dunce v1.0.5 |
1709 | 2024-12-17T20:47:43.684Z | Compiling cexpr v0.6.0 |
1710 | 2024-12-17T20:47:43.965Z | Compiling pkg-config v0.3.31 |
1711 | 2024-12-17T20:47:43.986Z | Compiling semver v1.0.23 |
1712 | 2024-12-17T20:47:44.005Z | Compiling fs_extra v1.3.0 |
1713 | 2024-12-17T20:47:44.041Z | Compiling smallvec v1.13.2 |
1714 | 2024-12-17T20:47:44.446Z | Compiling ring v0.17.8 |
1715 | 2024-12-17T20:47:44.556Z | Compiling ryu v1.0.18 |
1716 | 2024-12-17T20:47:44.873Z | Compiling synstructure v0.13.1 |
1717 | 2024-12-17T20:47:45.141Z | Compiling paste v1.0.15 |
1718 | 2024-12-17T20:47:45.238Z | Compiling aws-lc-rs v1.10.0 |
1719 | 2024-12-17T20:47:45.549Z | Compiling const-oid v0.9.6 |
1720 | 2024-12-17T20:47:45.730Z | Compiling httparse v1.9.5 |
1721 | 2024-12-17T20:47:46.431Z | Compiling pin-project-lite v0.2.14 |
1722 | 2024-12-17T20:47:46.454Z | Compiling heck v0.5.0 |
1723 | 2024-12-17T20:47:46.904Z | Compiling allocator-api2 v0.2.18 |
1724 | 2024-12-17T20:47:47.214Z | Compiling futures-core v0.3.31 |
1725 | 2024-12-17T20:47:47.479Z | Compiling regex v1.11.1 |
1726 | 2024-12-17T20:47:47.792Z | Compiling signal-hook-registry v1.4.2 |
1727 | 2024-12-17T20:47:48.546Z | Compiling crossbeam-utils v0.8.20 |
1728 | 2024-12-17T20:47:48.621Z | Compiling num-conv v0.1.0 |
1729 | 2024-12-17T20:47:48.928Z | Compiling time-core v0.1.2 |
1730 | 2024-12-17T20:47:49.068Z | Compiling parking_lot v0.12.3 |
1731 | 2024-12-17T20:47:49.260Z | Compiling mio v1.0.2 |
1732 | 2024-12-17T20:47:49.273Z | Compiling time-macros v0.2.18 |
1733 | 2024-12-17T20:47:49.373Z | Compiling vcpkg v0.2.15 |
1734 | 2024-12-17T20:47:49.634Z | Compiling fnv v1.0.7 |
1735 | 2024-12-17T20:47:50.174Z | Compiling schemars v0.8.21 |
1736 | 2024-12-17T20:47:50.444Z | Compiling serde_derive v1.0.215 |
1737 | 2024-12-17T20:47:50.689Z | Compiling zeroize_derive v1.4.2 |
1738 | 2024-12-17T20:47:50.917Z | Compiling zerocopy-derive v0.7.35 |
1739 | 2024-12-17T20:47:51.212Z | Compiling tokio-macros v2.4.0 |
1740 | 2024-12-17T20:47:51.260Z | Compiling thiserror-impl v1.0.69 |
1741 | 2024-12-17T20:47:51.866Z | Compiling zerofrom-derive v0.1.4 |
1742 | 2024-12-17T20:47:52.431Z | Compiling yoke-derive v0.7.4 |
1743 | 2024-12-17T20:47:52.460Z | Compiling zeroize v1.8.1 |
1744 | 2024-12-17T20:47:52.981Z | Compiling futures-macro v0.3.31 |
1745 | 2024-12-17T20:47:53.212Z | Compiling zerovec-derive v0.10.3 |
1746 | 2024-12-17T20:47:53.290Z | Compiling displaydoc v0.2.5 |
1747 | 2024-12-17T20:47:54.383Z | Compiling zerocopy v0.7.35 |
1748 | 2024-12-17T20:47:54.914Z | Compiling crypto-common v0.1.6 |
1749 | 2024-12-17T20:47:55.218Z | Compiling icu_provider_macros v1.5.0 |
1750 | 2024-12-17T20:47:55.359Z | Compiling tracing-attributes v0.1.27 |
1751 | 2024-12-17T20:47:55.560Z | Compiling block-buffer v0.10.4 |
1752 | 2024-12-17T20:47:55.826Z | Compiling digest v0.10.7 |
1753 | 2024-12-17T20:47:55.999Z | Compiling der_derive v0.7.3 |
1754 | 2024-12-17T20:47:56.254Z | Compiling openssl-sys v0.9.103 |
1755 | 2024-12-17T20:47:57.361Z | Compiling serde_derive_internals v0.29.1 |
1756 | 2024-12-17T20:47:58.020Z | Compiling socket2 v0.5.7 |
1757 | 2024-12-17T20:47:58.290Z | Compiling ahash v0.8.11 |
1758 | 2024-12-17T20:47:59.840Z | Compiling schemars_derive v0.8.21 |
1759 | 2024-12-17T20:47:59.861Z | Compiling equivalent v1.0.1 |
1760 | 2024-12-17T20:48:00.034Z | Compiling cpufeatures v0.2.14 |
1761 | 2024-12-17T20:48:00.147Z | Compiling foldhash v0.1.3 |
1762 | 2024-12-17T20:48:00.350Z | Compiling futures-sink v0.3.31 |
1763 | 2024-12-17T20:48:00.499Z | Compiling hashbrown v0.15.1 |
1764 | 2024-12-17T20:48:00.606Z | Compiling slog v2.7.0 |
1765 | 2024-12-17T20:48:00.875Z | Compiling stable_deref_trait v1.2.0 |
1766 | 2024-12-17T20:48:02.018Z | Compiling futures-channel v0.3.31 |
1767 | 2024-12-17T20:48:02.242Z | Compiling zerofrom v0.1.4 |
1768 | 2024-12-17T20:48:02.507Z | Compiling scroll_derive v0.12.0 |
1769 | 2024-12-17T20:48:02.529Z | Compiling pin-utils v0.1.0 |
1770 | 2024-12-17T20:48:02.592Z | Compiling openssl v0.10.66 |
1771 | 2024-12-17T20:48:02.649Z | Compiling futures-io v0.3.31 |
1772 | 2024-12-17T20:48:02.683Z | Compiling ucd-trie v0.1.7 |
1773 | 2024-12-17T20:48:03.004Z | Compiling futures-task v0.3.31 |
1774 | 2024-12-17T20:48:03.052Z | Compiling pest v2.7.14 |
1775 | 2024-12-17T20:48:03.157Z | Compiling yoke v0.7.4 |
1776 | 2024-12-17T20:48:03.317Z | Compiling futures-util v0.3.31 |
1777 | 2024-12-17T20:48:03.649Z | Compiling hmac v0.12.1 |
1778 | 2024-12-17T20:48:03.890Z | Compiling tinyvec_macros v0.1.1 |
1779 | 2024-12-17T20:48:04.057Z | Compiling tinyvec v1.8.0 |
1780 | 2024-12-17T20:48:04.121Z | Compiling zerovec v0.10.4 |
1781 | 2024-12-17T20:48:04.803Z | Compiling bitflags v2.6.0 |
1782 | 2024-12-17T20:48:05.987Z | Compiling bytes v1.8.0 |
1783 | 2024-12-17T20:48:07.601Z | Compiling tokio v1.40.0 |
1784 | 2024-12-17T20:48:08.094Z | Compiling serde_tokenstream v0.2.2 |
1785 | 2024-12-17T20:48:08.570Z | Compiling indexmap v2.6.0 |
1786 | 2024-12-17T20:48:10.355Z | Compiling which v4.4.2 |
1787 | 2024-12-17T20:48:11.040Z | Compiling http v1.1.0 |
1788 | 2024-12-17T20:48:11.129Z | Compiling rustc_version v0.4.1 |
1789 | 2024-12-17T20:48:11.754Z | Compiling pest_meta v2.7.14 |
1790 | 2024-12-17T20:48:11.975Z | Compiling uuid v1.11.0 |
1791 | 2024-12-17T20:48:12.906Z | Compiling block-padding v0.3.3 |
1792 | 2024-12-17T20:48:13.187Z | Compiling openssl-macros v0.1.1 |
1793 | 2024-12-17T20:48:13.767Z | Compiling rustls v0.23.19 |
1794 | 2024-12-17T20:48:14.056Z | Compiling native-tls v0.2.12 |
1795 | 2024-12-17T20:48:14.105Z | Compiling iana-time-zone v0.1.61 |
1796 | 2024-12-17T20:48:14.504Z | Compiling chrono v0.4.38 |
1797 | 2024-12-17T20:48:14.732Z | Compiling pest_generator v2.7.14 |
1798 | 2024-12-17T20:48:16.229Z | Compiling inout v0.1.3 |
1799 | 2024-12-17T20:48:16.364Z | Compiling unicode-normalization v0.1.24 |
1800 | 2024-12-17T20:48:16.549Z | Compiling cipher v0.4.4 |
1801 | 2024-12-17T20:48:16.738Z | Compiling pest_derive v2.7.14 |
1802 | 2024-12-17T20:48:17.022Z | Compiling tinystr v0.7.6 |
1803 | 2024-12-17T20:48:17.653Z | Compiling sha2 v0.10.8 |
1804 | 2024-12-17T20:48:17.797Z | Compiling async-trait v0.1.83 |
1805 | 2024-12-17T20:48:18.103Z | Compiling usdt-impl v0.5.0 |
1806 | 2024-12-17T20:48:18.458Z | Compiling cookie v0.18.1 |
1807 | 2024-12-17T20:48:18.524Z | Compiling writeable v0.5.5 |
1808 | 2024-12-17T20:48:18.937Z | Compiling litemap v0.7.3 |
1809 | 2024-12-17T20:48:19.417Z | Compiling unicode-bidi v0.3.17 |
1810 | 2024-12-17T20:48:19.555Z | Compiling base64ct v1.6.0 |
1811 | 2024-12-17T20:48:20.396Z | Compiling icu_locid v1.5.0 |
1812 | 2024-12-17T20:48:20.827Z | Compiling pem-rfc7468 v0.7.0 |
1813 | 2024-12-17T20:48:23.299Z | Compiling scroll v0.12.0 |
1814 | 2024-12-17T20:48:23.561Z | Compiling ppv-lite86 v0.2.20 |
1815 | 2024-12-17T20:48:24.002Z | Compiling tracing-core v0.1.32 |
1816 | 2024-12-17T20:48:24.447Z | Compiling plain v0.2.3 |
1817 | 2024-12-17T20:48:24.624Z | Compiling percent-encoding v2.3.1 |
1818 | 2024-12-17T20:48:25.127Z | Compiling syn v1.0.109 |
1819 | 2024-12-17T20:48:25.705Z | Compiling flagset v0.4.6 |
1820 | 2024-12-17T20:48:25.928Z | Compiling camino v1.1.9 |
1821 | 2024-12-17T20:48:26.258Z | Compiling rustls-pki-types v1.10.0 |
1822 | 2024-12-17T20:48:26.414Z | Compiling aws-lc-sys v0.22.0 |
1823 | 2024-12-17T20:48:26.529Z | Compiling dyn-clone v1.0.17 |
1824 | 2024-12-17T20:48:26.784Z | Compiling untrusted v0.7.1 |
1825 | 2024-12-17T20:48:27.958Z | Compiling der v0.7.9 |
1826 | 2024-12-17T20:48:28.136Z | Compiling tracing v0.1.40 |
1827 | 2024-12-17T20:48:29.090Z | Compiling goblin v0.8.2 |
1828 | 2024-12-17T20:48:30.307Z | Compiling rand_chacha v0.3.1 |
1829 | 2024-12-17T20:48:31.548Z | Compiling icu_provider v1.5.0 |
1830 | 2024-12-17T20:48:32.240Z | Compiling tokio-util v0.7.12 |
1831 | 2024-12-17T20:48:34.001Z | Compiling pretty-hex v0.4.1 |
1832 | 2024-12-17T20:48:34.143Z | Compiling icu_locid_transform_data v1.5.0 |
1833 | 2024-12-17T20:48:34.272Z | Compiling rustls v0.22.4 |
1834 | 2024-12-17T20:48:34.295Z | Compiling powerfmt v0.2.0 |
1835 | 2024-12-17T20:48:34.603Z | Compiling rayon-core v1.12.1 |
1836 | 2024-12-17T20:48:34.733Z | Compiling mirai-annotations v1.12.0 |
1837 | 2024-12-17T20:48:34.998Z | Compiling untrusted v0.9.0 |
1838 | 2024-12-17T20:48:35.065Z | Compiling deranged v0.3.11 |
1839 | 2024-12-17T20:48:35.336Z | Compiling dof v0.3.0 |
1840 | 2024-12-17T20:48:35.542Z | Compiling icu_locid_transform v1.5.0 |
1841 | 2024-12-17T20:48:38.413Z | Compiling rand v0.8.5 |
1842 | 2024-12-17T20:48:38.656Z | Compiling spki v0.7.3 |
1843 | 2024-12-17T20:48:39.199Z | Compiling dtrace-parser v0.2.0 |
1844 | 2024-12-17T20:48:40.201Z | Compiling salsa20 v0.10.2 |
1845 | 2024-12-17T20:48:40.477Z | Compiling icu_collections v1.5.0 |
1846 | 2024-12-17T20:48:41.097Z | Compiling pbkdf2 v0.12.2 |
1847 | 2024-12-17T20:48:42.140Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1848 | 2024-12-17T20:48:42.601Z | Compiling thread-id v4.2.2 |
1849 | 2024-12-17T20:48:43.491Z | Compiling icu_properties_data v1.5.0 |
1850 | 2024-12-17T20:48:43.662Z | Compiling atomic-waker v1.1.2 |
1851 | 2024-12-17T20:48:43.849Z | Compiling num_threads v0.1.7 |
1852 | 2024-12-17T20:48:43.995Z | Compiling time v0.3.36 |
1853 | 2024-12-17T20:48:44.097Z | Compiling icu_properties v1.5.1 |
1854 | 2024-12-17T20:48:49.660Z | Compiling scrypt v0.11.0 |
1855 | 2024-12-17T20:48:50.275Z | Compiling form_urlencoded v1.2.1 |
1856 | 2024-12-17T20:48:50.681Z | Compiling aes v0.8.4 |
1857 | 2024-12-17T20:48:50.985Z | Compiling cbc v0.1.2 |
1858 | 2024-12-17T20:48:51.014Z | Compiling http-body v1.0.1 |
1859 | 2024-12-17T20:48:51.375Z | Compiling multer v3.1.0 |
1860 | 2024-12-17T20:48:51.703Z | Compiling write16 v1.0.0 |
1861 | 2024-12-17T20:48:51.760Z | Compiling icu_normalizer_data v1.5.0 |
1862 | 2024-12-17T20:48:51.899Z | Compiling slog-async v2.8.0 |
1863 | 2024-12-17T20:48:51.946Z | Compiling utf8_iter v1.0.4 |
1864 | 2024-12-17T20:48:51.966Z | Compiling try-lock v0.2.5 |
1865 | 2024-12-17T20:48:52.301Z | Compiling utf16_iter v1.0.5 |
1866 | 2024-12-17T20:48:52.562Z | Compiling icu_normalizer v1.5.0 |
1867 | 2024-12-17T20:48:52.565Z | Compiling want v0.3.1 |
1868 | 2024-12-17T20:48:52.939Z | Compiling pkcs5 v0.7.1 |
1869 | 2024-12-17T20:48:56.766Z | Compiling h2 v0.4.6 |
1870 | 2024-12-17T20:48:57.908Z | Compiling heapless v0.7.17 |
1871 | 2024-12-17T20:48:58.256Z | Compiling zerocopy-derive v0.6.6 |
1872 | 2024-12-17T20:48:58.419Z | Compiling signal-hook v0.3.17 |
1873 | 2024-12-17T20:48:58.771Z | Compiling httpdate v1.0.3 |
1874 | 2024-12-17T20:48:58.791Z | Compiling num-bigint-dig v0.8.4 |
1875 | 2024-12-17T20:48:59.499Z | Compiling base64 v0.22.1 |
1876 | 2024-12-17T20:48:59.562Z | Compiling anyhow v1.0.93 |
1877 | 2024-12-17T20:49:01.537Z | Compiling idna_adapter v1.2.0 |
1878 | 2024-12-17T20:49:01.767Z | Compiling pkcs8 v0.10.2 |
1879 | 2024-12-17T20:49:02.472Z | Compiling usdt-macro v0.5.0 |
1880 | 2024-12-17T20:49:02.717Z | Compiling usdt-attr-macro v0.5.0 |
1881 | 2024-12-17T20:49:04.385Z | Compiling async-stream-impl v0.3.6 |
1882 | 2024-12-17T20:49:04.411Z | Compiling rustversion v1.0.17 |
1883 | 2024-12-17T20:49:05.027Z | Compiling hyper v1.5.0 |
1884 | 2024-12-17T20:49:05.243Z | Compiling tower-service v0.3.3 |
1885 | 2024-12-17T20:49:05.636Z | Compiling strsim v0.11.1 |
1886 | 2024-12-17T20:49:07.224Z | Compiling idna v1.0.3 |
1887 | 2024-12-17T20:49:08.695Z | Compiling hyper-util v0.1.10 |
1888 | 2024-12-17T20:49:14.830Z | Compiling curve25519-dalek v4.1.3 |
1889 | 2024-12-17T20:49:14.938Z | Compiling openapiv3 v2.0.0 |
1890 | 2024-12-17T20:49:15.080Z | Compiling toml_datetime v0.6.8 |
1891 | 2024-12-17T20:49:15.232Z | Compiling serde_spanned v0.6.8 |
1892 | 2024-12-17T20:49:15.535Z | Compiling enum-as-inner v0.6.1 |
1893 | 2024-12-17T20:49:15.650Z | Compiling dropshot v0.12.0 |
1894 | 2024-12-17T20:49:15.954Z | Compiling foreign-types-shared v0.1.1 |
1895 | 2024-12-17T20:49:16.088Z | Compiling portable-atomic v1.9.0 |
1896 | 2024-12-17T20:49:16.109Z | Compiling match_cfg v0.1.0 |
1897 | 2024-12-17T20:49:16.213Z | Compiling adler2 v2.0.0 |
1898 | 2024-12-17T20:49:16.417Z | Compiling smoltcp v0.9.1 |
1899 | 2024-12-17T20:49:16.696Z | Compiling heck v0.4.1 |
1900 | 2024-12-17T20:49:17.254Z | Compiling miniz_oxide v0.8.0 |
1901 | 2024-12-17T20:49:17.658Z | Compiling hostname v0.3.1 |
1902 | 2024-12-17T20:49:17.892Z | Compiling foreign-types v0.3.2 |
1903 | 2024-12-17T20:49:19.365Z | Compiling url v2.5.3 |
1904 | 2024-12-17T20:49:25.162Z | Compiling http-body-util v0.1.2 |
1905 | 2024-12-17T20:49:25.798Z | Compiling clap_derive v4.5.18 |
1906 | 2024-12-17T20:49:26.054Z | Compiling dirs-sys-next v0.1.2 |
1907 | 2024-12-17T20:49:26.563Z | Compiling encoding_rs v0.8.34 |
1908 | 2024-12-17T20:49:29.761Z | Compiling siphasher v0.3.11 |
1909 | 2024-12-17T20:49:30.653Z | Compiling data-encoding v2.6.0 |
1910 | 2024-12-17T20:49:30.738Z | Compiling mime v0.3.17 |
1911 | 2024-12-17T20:49:32.452Z | Compiling dirs-next v2.0.0 |
1912 | 2024-12-17T20:49:38.665Z | Compiling hubpack_derive v0.1.1 |
1913 | 2024-12-17T20:49:39.194Z | Compiling serde_urlencoded v0.7.1 |
1914 | 2024-12-17T20:49:39.558Z | Compiling crossbeam-epoch v0.9.18 |
1915 | 2024-12-17T20:49:39.793Z | Compiling hashbrown v0.14.5 |
1916 | 2024-12-17T20:49:40.234Z | Compiling rustls-pemfile v2.2.0 |
1917 | 2024-12-17T20:49:40.708Z | Compiling dropshot_endpoint v0.12.0 |
1918 | 2024-12-17T20:49:42.286Z | Compiling sha1 v0.10.6 |
1919 | 2024-12-17T20:49:42.697Z | Compiling signature v2.2.0 |
1920 | 2024-12-17T20:49:42.965Z | Compiling curve25519-dalek-derive v0.1.1 |
1921 | 2024-12-17T20:49:43.137Z | Compiling thread_local v1.1.8 |
1922 | 2024-12-17T20:49:43.647Z | Compiling fs-err v2.11.0 |
1923 | 2024-12-17T20:49:44.403Z | Compiling rustls-webpki v0.102.8 |
1924 | 2024-12-17T20:49:44.967Z | Compiling openssl-probe v0.1.5 |
1925 | 2024-12-17T20:49:45.344Z | Compiling ipnet v2.10.1 |
1926 | 2024-12-17T20:49:45.773Z | Compiling gimli v0.31.1 |
1927 | 2024-12-17T20:49:46.829Z | Compiling winnow v0.6.20 |
1928 | 2024-12-17T20:49:48.408Z | Compiling anstyle v1.0.10 |
1929 | 2024-12-17T20:49:48.757Z | Compiling utf8parse v0.2.2 |
1930 | 2024-12-17T20:49:48.879Z | Compiling unicode-properties v0.1.3 |
1931 | 2024-12-17T20:49:48.952Z | Compiling anstyle-parse v0.2.5 |
1932 | 2024-12-17T20:49:49.319Z | Compiling stringprep v0.1.5 |
1933 | 2024-12-17T20:49:50.319Z | Compiling toml_edit v0.22.22 |
1934 | 2024-12-17T20:49:50.594Z | Compiling addr2line v0.24.2 |
1935 | 2024-12-17T20:49:51.578Z | Compiling regress v0.10.1 |
1936 | 2024-12-17T20:49:52.835Z | Compiling crossbeam-deque v0.8.5 |
1937 | 2024-12-17T20:49:53.263Z | Compiling term v0.7.0 |
1938 | 2024-12-17T20:49:54.720Z | Compiling slog-json v2.6.1 |
1939 | 2024-12-17T20:49:56.231Z | Compiling crossbeam-channel v0.5.13 |
1940 | 2024-12-17T20:49:57.928Z | Compiling idna v0.3.0 |
1941 | 2024-12-17T20:49:57.985Z | Compiling idna v0.4.0 |
1942 | 2024-12-17T20:49:59.786Z | Compiling futures-executor v0.3.31 |
1943 | 2024-12-17T20:49:59.858Z | Compiling num-integer v0.1.46 |
1944 | 2024-12-17T20:50:00.253Z | Compiling md-5 v0.10.6 |
1945 | 2024-12-17T20:50:00.517Z | Compiling ff v0.13.0 |
1946 | 2024-12-17T20:50:00.558Z | Compiling hash32 v0.2.1 |
1947 | 2024-12-17T20:50:00.668Z | Compiling is-terminal v0.4.13 |
1948 | 2024-12-17T20:50:00.823Z | Compiling memmap v0.7.0 |
1949 | 2024-12-17T20:50:00.916Z | Compiling object v0.36.5 |
1950 | 2024-12-17T20:50:00.984Z | Compiling utf-8 v0.7.6 |
1951 | 2024-12-17T20:50:01.312Z | Compiling base16ct v0.2.0 |
1952 | 2024-12-17T20:50:01.368Z | Compiling psl-types v2.0.11 |
1953 | 2024-12-17T20:50:01.774Z | Compiling colorchoice v1.0.2 |
1954 | 2024-12-17T20:50:01.874Z | Compiling quick-error v1.2.3 |
1955 | 2024-12-17T20:50:01.967Z | Compiling fallible-iterator v0.2.0 |
1956 | 2024-12-17T20:50:02.107Z | Compiling take_mut v0.2.2 |
1957 | 2024-12-17T20:50:02.206Z | Compiling is_terminal_polyfill v1.70.1 |
1958 | 2024-12-17T20:50:02.371Z | Compiling rustc-demangle v0.1.24 |
1959 | 2024-12-17T20:50:02.446Z | Compiling linked-hash-map v0.5.6 |
1960 | 2024-12-17T20:50:02.792Z | Compiling anstyle-query v1.1.1 |
1961 | 2024-12-17T20:50:02.978Z | Compiling anstream v0.6.15 |
1962 | 2024-12-17T20:50:02.978Z | Compiling lru-cache v0.1.2 |
1963 | 2024-12-17T20:50:03.296Z | Compiling postgres-protocol v0.6.7 |
1964 | 2024-12-17T20:50:03.699Z | Compiling resolv-conf v0.7.0 |
1965 | 2024-12-17T20:50:03.876Z | Compiling publicsuffix v2.2.3 |
1966 | 2024-12-17T20:50:04.492Z | Compiling sec1 v0.7.3 |
1967 | 2024-12-17T20:50:04.600Z | Compiling tungstenite v0.24.0 |
1968 | 2024-12-17T20:50:04.630Z | Compiling usdt v0.5.0 |
1969 | 2024-12-17T20:50:05.101Z | Compiling group v0.13.0 |
1970 | 2024-12-17T20:50:05.141Z | Compiling slog-term v2.9.1 |
1971 | 2024-12-17T20:50:05.459Z | Compiling num-iter v0.1.45 |
1972 | 2024-12-17T20:50:05.707Z | Compiling futures v0.3.31 |
1973 | 2024-12-17T20:50:06.531Z | Compiling hickory-proto v0.24.1 |
1974 | 2024-12-17T20:50:07.291Z | Compiling tokio-rustls v0.26.0 |
1975 | 2024-12-17T20:50:08.079Z | Compiling typify-impl v0.2.0 |
1976 | 2024-12-17T20:50:09.087Z | Compiling slog-bunyan v2.5.0 |
1977 | 2024-12-17T20:50:09.105Z | Compiling tokio-rustls v0.25.0 |
1978 | 2024-12-17T20:50:09.364Z | Compiling backtrace v0.3.74 |
1979 | 2024-12-17T20:50:09.654Z | Compiling toml v0.8.19 |
1980 | 2024-12-17T20:50:09.937Z | Compiling tokio-native-tls v0.3.1 |
1981 | 2024-12-17T20:50:10.319Z | Compiling phf_shared v0.11.2 |
1982 | 2024-12-17T20:50:14.085Z | Compiling strum_macros v0.25.3 |
1983 | 2024-12-17T20:50:14.188Z | Compiling async-stream v0.3.6 |
1984 | 2024-12-17T20:50:14.188Z | Compiling waitgroup v0.1.2 |
1985 | 2024-12-17T20:50:14.241Z | Compiling webpki-roots v0.26.6 |
1986 | 2024-12-17T20:50:14.241Z | Compiling idna v0.5.0 |
1987 | 2024-12-17T20:50:14.242Z | Compiling terminal_size v0.4.0 |
1988 | 2024-12-17T20:50:14.242Z | Compiling serde_path_to_error v0.1.16 |
1989 | 2024-12-17T20:50:14.242Z | Compiling hkdf v0.12.4 |
1990 | 2024-12-17T20:50:14.389Z | Compiling crypto-bigint v0.5.5 |
1991 | 2024-12-17T20:50:14.571Z | Compiling derive-where v1.2.7 |
1992 | 2024-12-17T20:50:14.675Z | Compiling serde_repr v0.1.19 |
1993 | 2024-12-17T20:50:16.218Z | Compiling hostname v0.4.0 |
1994 | 2024-12-17T20:50:16.500Z | Compiling crc32fast v1.4.2 |
1995 | 2024-12-17T20:50:16.927Z | Compiling unicode-width v0.1.14 |
1996 | 2024-12-17T20:50:17.123Z | Compiling bitflags v1.3.2 |
1997 | 2024-12-17T20:50:17.155Z | Compiling debug-ignore v1.0.5 |
1998 | 2024-12-17T20:50:17.238Z | Compiling clap_lex v0.7.2 |
1999 | 2024-12-17T20:50:17.320Z | Compiling winnow v0.5.40 |
2000 | 2024-12-17T20:50:17.766Z | Compiling managed v0.8.0 |
2001 | 2024-12-17T20:50:18.715Z | Compiling elliptic-curve v0.13.8 |
2002 | 2024-12-17T20:50:19.301Z | Compiling clap_builder v4.5.21 |
2003 | 2024-12-17T20:50:19.510Z | Compiling console v0.15.8 |
2004 | 2024-12-17T20:50:20.866Z | Compiling typify-macro v0.2.0 |
2005 | 2024-12-17T20:50:21.277Z | Compiling toml_edit v0.19.15 |
2006 | 2024-12-17T20:50:21.303Z | Compiling flate2 v1.0.34 |
2007 | 2024-12-17T20:50:22.241Z | Compiling cookie_store v0.21.0 |
2008 | 2024-12-17T20:50:23.692Z | Compiling hickory-resolver v0.24.1 |
2009 | 2024-12-17T20:50:27.426Z | Compiling hyper-rustls v0.27.3 |
2010 | 2024-12-17T20:50:28.831Z | Compiling phf v0.11.2 |
2011 | 2024-12-17T20:50:29.139Z | Compiling hyper-tls v0.6.0 |
2012 | 2024-12-17T20:50:29.293Z | Compiling signal-hook-mio v0.2.4 |
2013 | 2024-12-17T20:50:29.472Z | Compiling rayon v1.10.0 |
2014 | 2024-12-17T20:50:29.554Z | Compiling bzip2 v0.4.4 |
2015 | 2024-12-17T20:50:29.581Z | Compiling tokio-tungstenite v0.24.0 |
2016 | 2024-12-17T20:50:29.947Z | Compiling postgres-types v0.2.8 |
2017 | 2024-12-17T20:50:30.093Z | Compiling ed25519 v2.2.3 |
2018 | 2024-12-17T20:50:30.114Z | Compiling hubpack v0.1.2 |
2019 | 2024-12-17T20:50:30.537Z | Compiling phf_shared v0.10.0 |
2020 | 2024-12-17T20:50:30.924Z | Compiling pkcs1 v0.7.5 |
2021 | 2024-12-17T20:50:31.242Z | Compiling zerocopy v0.6.6 |
2022 | 2024-12-17T20:50:31.319Z | Compiling tokio-stream v0.1.16 |
2023 | 2024-12-17T20:50:32.248Z | Compiling serde-big-array v0.5.1 |
2024 | 2024-12-17T20:50:32.307Z | Compiling rfc6979 v0.4.0 |
2025 | 2024-12-17T20:50:32.428Z | Compiling float-cmp v0.9.0 |
2026 | 2024-12-17T20:50:32.668Z | Compiling sync_wrapper v1.0.1 |
2027 | 2024-12-17T20:50:32.833Z | Compiling bstr v1.10.0 |
2028 | 2024-12-17T20:50:32.855Z | Compiling bit-vec v0.6.3 |
2029 | 2024-12-17T20:50:33.091Z | Compiling difflib v0.4.0 |
2030 | 2024-12-17T20:50:33.465Z | Compiling static_assertions v1.1.0 |
2031 | 2024-12-17T20:50:33.843Z | Compiling precomputed-hash v0.1.1 |
2032 | 2024-12-17T20:50:34.159Z | Compiling whoami v1.5.2 |
2033 | 2024-12-17T20:50:34.313Z | Compiling unicode-segmentation v1.12.0 |
2034 | 2024-12-17T20:50:34.338Z | Compiling normalize-line-endings v0.3.0 |
2035 | 2024-12-17T20:50:34.471Z | Compiling new_debug_unreachable v1.0.6 |
2036 | 2024-12-17T20:50:34.490Z | Compiling predicates-core v1.0.8 |
2037 | 2024-12-17T20:50:34.577Z | Compiling fixedbitset v0.4.2 |
2038 | 2024-12-17T20:50:34.698Z | Compiling number_prefix v0.4.0 |
2039 | 2024-12-17T20:50:34.808Z | Compiling unicode-width v0.2.0 |
2040 | 2024-12-17T20:50:35.176Z | Compiling similar v2.6.0 |
2041 | 2024-12-17T20:50:35.322Z | Compiling indicatif v0.17.9 |
2042 | 2024-12-17T20:50:35.853Z | Compiling petgraph v0.6.5 |
2043 | 2024-12-17T20:50:36.213Z | Compiling reqwest v0.12.9 |
2044 | 2024-12-17T20:50:37.168Z | Compiling predicates v3.1.2 |
2045 | 2024-12-17T20:50:37.289Z | Compiling string_cache v0.8.7 |
2046 | 2024-12-17T20:50:37.742Z | Compiling tokio-postgres v0.7.12 |
2047 | 2024-12-17T20:50:38.781Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2048 | 2024-12-17T20:50:40.011Z | Compiling bit-set v0.5.3 |
2049 | 2024-12-17T20:50:42.153Z | Compiling ecdsa v0.16.9 |
2050 | 2024-12-17T20:50:42.505Z | Compiling qorb v0.2.1 |
2051 | 2024-12-17T20:50:43.185Z | Compiling rsa v0.9.6 |
2052 | 2024-12-17T20:50:43.473Z | Compiling ed25519-dalek v2.1.1 |
2053 | 2024-12-17T20:50:44.159Z | Compiling zip v0.6.6 |
2054 | 2024-12-17T20:50:44.863Z | Compiling crossterm v0.28.1 |
2055 | 2024-12-17T20:50:44.908Z | Compiling toml v0.7.8 |
2056 | 2024-12-17T20:50:45.431Z | Compiling clap v4.5.21 |
2057 | 2024-12-17T20:50:48.194Z | Compiling x509-cert v0.2.5 |
2058 | 2024-12-17T20:50:48.553Z | Compiling hex v0.4.3 |
2059 | 2024-12-17T20:50:52.097Z | Compiling lalrpop-util v0.19.12 |
2060 | 2024-12-17T20:50:52.534Z | Compiling radium v0.7.0 |
2061 | 2024-12-17T20:50:52.893Z | Compiling peg-runtime v0.8.3 |
2062 | 2024-12-17T20:50:54.214Z | Compiling unicode-xid v0.2.6 |
2063 | 2024-12-17T20:50:54.405Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2064 | 2024-12-17T20:51:12.275Z | Compiling maybe-uninit v2.0.0 |
2065 | 2024-12-17T20:51:12.578Z | Compiling ident_case v1.0.1 |
2066 | 2024-12-17T20:51:12.599Z | Compiling tap v1.0.1 |
2067 | 2024-12-17T20:51:12.778Z | Compiling wyz v0.5.1 |
2068 | 2024-12-17T20:51:13.305Z | Compiling darling_core v0.20.10 |
2069 | 2024-12-17T20:51:22.049Z | Compiling typify v0.2.0 |
2070 | 2024-12-17T20:51:26.545Z | Compiling funty v2.0.0 |
2071 | 2024-12-17T20:51:26.697Z | Compiling packed_struct v0.10.1 |
2072 | 2024-12-17T20:51:27.655Z | Compiling unsafe-libyaml v0.2.11 |
2073 | 2024-12-17T20:51:28.851Z | Compiling bitvec v1.0.1 |
2074 | 2024-12-17T20:51:29.014Z | Compiling serde_yaml v0.9.34+deprecated |
2075 | 2024-12-17T20:51:32.909Z | Compiling progenitor-impl v0.8.0 |
2076 | 2024-12-17T20:51:33.983Z | Compiling darling_macro v0.20.10 |
2077 | 2024-12-17T20:51:35.772Z | Compiling packed_struct_codegen v0.10.1 |
2078 | 2024-12-17T20:51:38.348Z | Compiling structmeta-derive v0.3.0 |
2079 | 2024-12-17T20:51:39.072Z | Compiling indexmap v1.9.3 |
2080 | 2024-12-17T20:51:39.232Z | Compiling crc-catalog v2.4.0 |
2081 | 2024-12-17T20:51:39.419Z | Compiling nodrop v0.1.14 |
2082 | 2024-12-17T20:51:39.566Z | Compiling fastrand v2.1.1 |
2083 | 2024-12-17T20:51:40.026Z | Compiling newtype-uuid v1.1.3 |
2084 | 2024-12-17T20:51:40.251Z | Compiling tempfile v3.13.0 |
2085 | 2024-12-17T20:51:40.989Z | Compiling structmeta v0.3.0 |
2086 | 2024-12-17T20:51:41.409Z | Compiling progenitor-macro v0.8.0 |
2087 | 2024-12-17T20:51:42.885Z | Compiling array-init v0.0.4 |
2088 | 2024-12-17T20:51:43.251Z | Compiling crc v3.2.1 |
2089 | 2024-12-17T20:51:48.144Z | Compiling smallvec v0.6.14 |
2090 | 2024-12-17T20:51:48.666Z | Compiling darling v0.20.10 |
2091 | 2024-12-17T20:51:54.648Z | Compiling progenitor-client v0.8.0 |
2092 | 2024-12-17T20:51:56.872Z | Compiling pin-project-internal v1.1.6 |
2093 | 2024-12-17T20:51:57.098Z | Compiling dropshot v0.13.0 |
2094 | 2024-12-17T20:51:57.459Z | Compiling termcolor v1.4.1 |
2095 | 2024-12-17T20:51:58.565Z | Compiling hashbrown v0.12.3 |
2096 | 2024-12-17T20:51:59.708Z | Compiling base64 v0.21.7 |
2097 | 2024-12-17T20:52:00.015Z | Compiling same-file v1.0.6 |
2098 | 2024-12-17T20:52:00.869Z | Compiling bitfield v0.14.0 |
2099 | 2024-12-17T20:52:01.549Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2100 | 2024-12-17T20:52:06.781Z | Compiling ron v0.8.1 |
2101 | 2024-12-17T20:52:09.989Z | Compiling walkdir v2.5.0 |
2102 | 2024-12-17T20:52:13.978Z | Compiling pin-project v1.1.6 |
2103 | 2024-12-17T20:52:14.200Z | Compiling env_logger v0.10.2 |
2104 | 2024-12-17T20:52:20.566Z | Compiling progenitor v0.8.0 |
2105 | 2024-12-17T20:52:20.910Z | Compiling serde_with_macros v3.11.0 |
2106 | 2024-12-17T20:52:20.931Z | Compiling serde-hex v0.1.0 |
2107 | 2024-12-17T20:52:20.951Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2108 | 2024-12-17T20:52:21.279Z | Compiling parse-display-derive v0.10.0 |
2109 | 2024-12-17T20:52:23.574Z | Compiling strum_macros v0.26.4 |
2110 | 2024-12-17T20:52:25.208Z | Compiling snafu-derive v0.8.5 |
2111 | 2024-12-17T20:52:26.154Z | Compiling hashbrown v0.13.2 |
2112 | 2024-12-17T20:52:26.436Z | Compiling ipnetwork v0.20.0 |
2113 | 2024-12-17T20:52:27.355Z | Compiling xattr v1.3.1 |
2114 | 2024-12-17T20:52:27.592Z | Compiling dropshot_endpoint v0.13.0 |
2115 | 2024-12-17T20:52:27.706Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2116 | 2024-12-17T20:52:28.090Z | Compiling ring v0.16.20 |
2117 | 2024-12-17T20:52:28.477Z | Compiling blake3 v1.5.4 |
2118 | 2024-12-17T20:52:29.109Z | Compiling filetime v0.2.25 |
2119 | 2024-12-17T20:52:29.150Z | Compiling instant v0.1.13 |
2120 | 2024-12-17T20:52:29.343Z | Compiling simd-adler32 v0.3.7 |
2121 | 2024-12-17T20:52:29.707Z | Compiling crc-any v2.5.0 |
2122 | 2024-12-17T20:52:30.080Z | Compiling buf-list v1.0.3 |
2123 | 2024-12-17T20:52:30.464Z | Compiling zip v2.1.3 |
2124 | 2024-12-17T20:52:30.531Z | Compiling bumpalo v3.16.0 |
2125 | 2024-12-17T20:52:30.667Z | Compiling lockfree-object-pool v0.1.6 |
2126 | 2024-12-17T20:52:30.887Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2127 | 2024-12-17T20:52:30.963Z | Compiling zopfli v0.8.1 |
2128 | 2024-12-17T20:52:31.110Z | Compiling snafu v0.8.5 |
2129 | 2024-12-17T20:52:31.162Z | Compiling tar v0.4.42 |
2130 | 2024-12-17T20:52:31.926Z | Compiling backoff v0.4.0 |
2131 | 2024-12-17T20:52:33.008Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2132 | 2024-12-17T20:52:33.256Z | Compiling strum v0.26.3 |
2133 | 2024-12-17T20:52:33.479Z | Compiling object v0.30.4 |
2134 | 2024-12-17T20:52:35.176Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-12-17T20:52:36.039Z | Compiling parse-display v0.10.0 |
2136 | 2024-12-17T20:52:36.903Z | Compiling serde_with v3.11.0 |
2137 | 2024-12-17T20:52:38.060Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2138 | 2024-12-17T20:52:38.246Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2139 | 2024-12-17T20:52:38.683Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2140 | 2024-12-17T20:52:38.868Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2141 | 2024-12-17T20:52:39.420Z | Compiling camino-tempfile v1.1.1 |
2142 | 2024-12-17T20:52:39.851Z | Compiling globset v0.4.15 |
2143 | 2024-12-17T20:52:40.213Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2144 | 2024-12-17T20:52:40.407Z | Compiling regress v0.9.1 |
2145 | 2024-12-17T20:52:41.302Z | Compiling pem v3.0.4 |
2146 | 2024-12-17T20:52:42.819Z | Compiling olpc-cjson v0.1.4 |
2147 | 2024-12-17T20:52:43.220Z | Compiling macaddr v1.0.1 |
2148 | 2024-12-17T20:52:43.882Z | Compiling serde_plain v1.0.2 |
2149 | 2024-12-17T20:52:44.417Z | Compiling async-recursion v1.1.1 |
2150 | 2024-12-17T20:52:45.889Z | Compiling memmap2 v0.9.5 |
2151 | 2024-12-17T20:52:46.006Z | Compiling typed-path v0.9.3 |
2152 | 2024-12-17T20:52:46.471Z | Compiling path-slash v0.1.5 |
2153 | 2024-12-17T20:52:46.679Z | Compiling constant_time_eq v0.3.1 |
2154 | 2024-12-17T20:52:46.727Z | Compiling arrayref v0.3.9 |
2155 | 2024-12-17T20:52:46.855Z | Compiling arrayvec v0.7.6 |
2156 | 2024-12-17T20:52:46.873Z | Compiling spin v0.5.2 |
2157 | 2024-12-17T20:52:47.576Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2158 | 2024-12-17T20:52:47.935Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2159 | 2024-12-17T20:52:49.260Z | Compiling tough v0.19.0 |
2160 | 2024-12-17T20:52:54.162Z | Compiling itertools v0.13.0 |
2161 | 2024-12-17T20:52:54.486Z | Compiling cargo-platform v0.1.8 |
2162 | 2024-12-17T20:52:54.605Z | Compiling topological-sort v0.2.2 |
2163 | 2024-12-17T20:52:54.903Z | Compiling parse-size v1.1.0 |
2164 | 2024-12-17T20:52:55.233Z | Compiling omicron-zone-package v0.11.1 |
2165 | 2024-12-17T20:52:55.587Z | Compiling cargo_metadata v0.18.1 |
2166 | 2024-12-17T20:52:58.030Z | Compiling shell-words v1.1.0 |
2167 | 2024-12-17T20:53:02.754Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2168 | 2024-12-17T20:53:15.518Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2169 | 2024-12-17T20:53:30.858Z | Finished `release` profile [optimized] target(s) in 5m 57s |
2170 | 2024-12-17T20:53:31.015Z | Running `target/release/omicron-releng --output-dir /work` |
2171 | 2024-12-17T20:53:31.064Z | Dec 17 20:53:29.704 DEBG changing working directory to /work/oxidecomputer/omicron |
2172 | 2024-12-17T20:53:31.168Z | Dec 17 20:53:29.810 DEBG running: git rev-parse HEAD |
2173 | 2024-12-17T20:53:31.174Z | Dec 17 20:53:29.817 DEBG process exited with exit status: 0 (6.704274ms) |
2174 | 2024-12-17T20:53:31.174Z | Dec 17 20:53:29.817 INFO version: 12.0.0-0.ci+git1214a47dcd7 |
2175 | 2024-12-17T20:53:31.216Z | Dec 17 20:53:29.858 INFO cloning helios to /work/oxidecomputer/helios |
2176 | 2024-12-17T20:53:31.216Z | Dec 17 20:53:29.858 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2177 | 2024-12-17T20:53:31.221Z | Cloning into '/work/oxidecomputer/helios'... |
2178 | 2024-12-17T20:53:31.751Z | Dec 17 20:53:30.388 DEBG process exited with exit status: 0 (529.426661ms) |
2179 | 2024-12-17T20:53:31.751Z | Dec 17 20:53:30.388 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2180 | 2024-12-17T20:53:31.775Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2181 | 2024-12-17T20:53:31.775Z | # branch.head master |
2182 | 2024-12-17T20:53:31.775Z | # branch.upstream origin/master |
2183 | 2024-12-17T20:53:31.776Z | # branch.ab +0 -0 |
2184 | 2024-12-17T20:53:31.776Z | Dec 17 20:53:30.396 DEBG process exited with exit status: 0 (8.602406ms) |
2185 | 2024-12-17T20:53:31.776Z | Dec 17 20:53:30.396 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2186 | 2024-12-17T20:53:32.677Z | Dec 17 20:53:31.315 DEBG process exited with exit status: 0 (918.920898ms) |
2187 | 2024-12-17T20:53:32.677Z | Dec 17 20:53:31.316 DEBG running: zfs list rpool/images/build/host |
2188 | 2024-12-17T20:53:32.684Z | NAME USED AVAIL REFER MOUNTPOINT |
2189 | 2024-12-17T20:53:32.684Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2190 | 2024-12-17T20:53:32.684Z | Dec 17 20:53:31.323 DEBG process exited with exit status: 0 (7.743627ms) |
2191 | 2024-12-17T20:53:32.684Z | Dec 17 20:53:31.323 DEBG running: zfs list rpool/images/build/recovery |
2192 | 2024-12-17T20:53:32.690Z | NAME USED AVAIL REFER MOUNTPOINT |
2193 | 2024-12-17T20:53:32.690Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2194 | 2024-12-17T20:53:32.695Z | Dec 17 20:53:31.330 DEBG process exited with exit status: 0 (6.800607ms) |
2195 | 2024-12-17T20:53:32.696Z | Dec 17 20:53:31.331 INFO [hubris-staging] running task |
2196 | 2024-12-17T20:53:32.696Z | Dec 17 20:53:31.331 INFO [hubris-production] running task |
2197 | 2024-12-17T20:53:32.696Z | Dec 17 20:53:31.331 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2198 | 2024-12-17T20:53:32.696Z | Dec 17 20:53:31.335 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-17T20:53:32.763Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2200 | 2024-12-17T20:53:33.192Z | [ omicron-package] Blocking waiting for file lock on package cache |
2201 | 2024-12-17T20:53:33.750Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-17T20:53:34.025Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-17T20:53:34.845Z | Dec 17 20:53:33.488 INFO [hubris-production] task succeeded (2.157094556s) |
2204 | 2024-12-17T20:53:34.938Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2205 | 2024-12-17T20:53:34.938Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2206 | 2024-12-17T20:53:34.943Z | [ omicron-package] Compiling itertools v0.13.0 |
2207 | 2024-12-17T20:53:34.944Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2208 | 2024-12-17T20:53:34.944Z | [ omicron-package] Compiling heapless v0.8.0 |
2209 | 2024-12-17T20:53:34.944Z | [ omicron-package] Compiling hash32 v0.3.1 |
2210 | 2024-12-17T20:53:34.944Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2211 | 2024-12-17T20:53:34.944Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2212 | 2024-12-17T20:53:36.311Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2213 | 2024-12-17T20:53:36.691Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2214 | 2024-12-17T20:53:36.881Z | [ omicron-package] Compiling cobs v0.2.3 |
2215 | 2024-12-17T20:53:37.221Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2216 | 2024-12-17T20:53:37.482Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2217 | 2024-12-17T20:53:37.688Z | [ omicron-package] Compiling postcard v1.0.10 |
2218 | 2024-12-17T20:53:37.907Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2219 | 2024-12-17T20:53:38.040Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2220 | 2024-12-17T20:53:38.256Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2221 | 2024-12-17T20:53:38.895Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2222 | 2024-12-17T20:53:39.743Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2223 | 2024-12-17T20:53:40.081Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2224 | 2024-12-17T20:53:40.452Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2225 | 2024-12-17T20:53:40.680Z | [ omicron-package] Compiling num_enum v0.5.11 |
2226 | 2024-12-17T20:53:41.003Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2227 | 2024-12-17T20:53:41.071Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2228 | 2024-12-17T20:53:41.078Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2229 | 2024-12-17T20:53:41.366Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2230 | 2024-12-17T20:53:41.829Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2231 | 2024-12-17T20:53:41.952Z | [ omicron-package] Compiling thiserror v2.0.3 |
2232 | 2024-12-17T20:53:42.051Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2233 | 2024-12-17T20:53:42.194Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2234 | 2024-12-17T20:53:42.230Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2235 | 2024-12-17T20:53:42.613Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2236 | 2024-12-17T20:53:42.908Z | [ omicron-package] Compiling colored v2.1.0 |
2237 | 2024-12-17T20:53:43.210Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2238 | 2024-12-17T20:53:44.305Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2239 | 2024-12-17T20:53:44.451Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2240 | 2024-12-17T20:53:45.226Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2241 | 2024-12-17T20:53:45.689Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2242 | 2024-12-17T20:53:45.992Z | [ omicron-package] Compiling num-derive v0.4.2 |
2243 | 2024-12-17T20:53:46.096Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2244 | 2024-12-17T20:53:46.165Z | Dec 17 20:53:44.803 INFO [hubris-staging] task succeeded (13.472114047s) |
2245 | 2024-12-17T20:53:46.880Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2246 | 2024-12-17T20:53:47.539Z | [ omicron-package] Compiling zone v0.3.0 |
2247 | 2024-12-17T20:53:47.770Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2248 | 2024-12-17T20:53:47.895Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2249 | 2024-12-17T20:53:49.058Z | [ omicron-package] Compiling smf v0.2.3 |
2250 | 2024-12-17T20:53:49.576Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2251 | 2024-12-17T20:53:49.908Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2252 | 2024-12-17T20:53:50.679Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2253 | 2024-12-17T20:53:52.943Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-12-17T20:53:52.973Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2255 | 2024-12-17T20:53:53.005Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-17T20:53:53.109Z | [ omicron-package] Compiling gethostname v0.5.0 |
2257 | 2024-12-17T20:53:53.465Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2258 | 2024-12-17T20:53:53.822Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-12-17T20:53:54.060Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2260 | 2024-12-17T20:53:55.270Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2261 | 2024-12-17T20:53:57.373Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2262 | 2024-12-17T20:53:58.743Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-17T20:54:00.174Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-17T20:54:03.295Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2265 | 2024-12-17T20:54:03.865Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2266 | 2024-12-17T20:54:05.646Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2267 | 2024-12-17T20:54:14.992Z | [ helios-setup] Dec 17 20:54:13.635 INFO helios repository root is: /work/oxidecomputer/helios |
2268 | 2024-12-17T20:54:14.995Z | [ helios-setup] Dec 17 20:54:13.637 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 |
2269 | 2024-12-17T20:54:14.995Z | [ helios-setup] Dec 17 20:54:13.637 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 |
2270 | 2024-12-17T20:54:14.999Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2271 | 2024-12-17T20:54:16.291Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2272 | 2024-12-17T20:54:16.306Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2273 | 2024-12-17T20:54:23.055Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2274 | 2024-12-17T20:54:23.068Z | [ helios-setup] Dec 17 20:54:21.710 INFO clone ok!, project: amd-host-image-builder |
2275 | 2024-12-17T20:54:23.071Z | [ helios-setup] Dec 17 20:54:21.711 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 |
2276 | 2024-12-17T20:54:23.071Z | [ helios-setup] Dec 17 20:54:21.711 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2277 | 2024-12-17T20:54:23.075Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2278 | 2024-12-17T20:54:23.946Z | [ helios-setup] Dec 17 20:54:22.588 INFO clone ok!, project: chelsio-t6-roms |
2279 | 2024-12-17T20:54:23.949Z | [ helios-setup] Dec 17 20:54:22.589 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2280 | 2024-12-17T20:54:23.949Z | [ helios-setup] Dec 17 20:54:22.589 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 |
2281 | 2024-12-17T20:54:23.949Z | [ helios-setup] Dec 17 20:54:22.589 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2282 | 2024-12-17T20:54:23.949Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2283 | 2024-12-17T20:54:24.424Z | [ helios-setup] Dec 17 20:54:23.067 INFO clone ok!, project: phbl |
2284 | 2024-12-17T20:54:24.426Z | [ helios-setup] Dec 17 20:54:23.067 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2285 | 2024-12-17T20:54:24.426Z | [ helios-setup] Dec 17 20:54:23.067 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 |
2286 | 2024-12-17T20:54:24.427Z | [ helios-setup] Dec 17 20:54:23.067 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2287 | 2024-12-17T20:54:24.429Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2288 | 2024-12-17T20:54:24.826Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 52.12s |
2289 | 2024-12-17T20:54:25.083Z | [ omicron-package] |
2290 | 2024-12-17T20:54:25.083Z | [ omicron-package] real 52.341226897 |
2291 | 2024-12-17T20:54:25.083Z | [ omicron-package] user 3:00.253062409 |
2292 | 2024-12-17T20:54:25.085Z | [ omicron-package] sys 26.742016383 |
2293 | 2024-12-17T20:54:25.086Z | [ omicron-package] trap 0.258955972 |
2294 | 2024-12-17T20:54:25.086Z | [ omicron-package] tflt 0.377761936 |
2295 | 2024-12-17T20:54:25.086Z | [ omicron-package] dflt 0.762999190 |
2296 | 2024-12-17T20:54:25.086Z | [ omicron-package] kflt 0.000472180 |
2297 | 2024-12-17T20:54:25.086Z | [ omicron-package] lock 6:23.439571651 |
2298 | 2024-12-17T20:54:25.086Z | [ omicron-package] slp 10:11.811972932 |
2299 | 2024-12-17T20:54:25.086Z | [ omicron-package] lat 1:40.864277769 |
2300 | 2024-12-17T20:54:25.086Z | [ omicron-package] stop 1:05.579820516 |
2301 | 2024-12-17T20:54:25.086Z | Dec 17 20:54:23.726 INFO [omicron-package] process exited with exit status: 0 (52.390794495s) |
2302 | 2024-12-17T20:54:25.086Z | Dec 17 20:54:23.726 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 |
2303 | 2024-12-17T20:54:25.169Z | Dec 17 20:54:23.812 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2304 | 2024-12-17T20:54:25.181Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2305 | 2024-12-17T20:54:25.184Z | [ host-target] Created new build target 'host' and set it as active |
2306 | 2024-12-17T20:54:25.184Z | Dec 17 20:54:23.826 INFO [host-target] process exited with exit status: 0 (99.823912ms) |
2307 | 2024-12-17T20:54:25.184Z | Dec 17 20:54:23.826 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2308 | 2024-12-17T20:54:25.192Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2309 | 2024-12-17T20:54:25.192Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2310 | 2024-12-17T20:54:25.195Z | Dec 17 20:54:23.838 INFO [recovery-target] process exited with exit status: 0 (25.791996ms) |
2311 | 2024-12-17T20:54:25.203Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2312 | 2024-12-17T20:54:25.242Z | [ helios-setup] Dec 17 20:54:23.883 INFO clone ok!, project: pilot |
2313 | 2024-12-17T20:54:25.244Z | [ helios-setup] Dec 17 20:54:23.883 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 |
2314 | 2024-12-17T20:54:25.244Z | [ helios-setup] Dec 17 20:54:23.883 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2315 | 2024-12-17T20:54:25.244Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2316 | 2024-12-17T20:54:25.721Z | [ helios-setup] Dec 17 20:54:24.364 INFO clone ok!, project: bootserver |
2317 | 2024-12-17T20:54:25.725Z | [ helios-setup] Dec 17 20:54:24.364 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 |
2318 | 2024-12-17T20:54:25.725Z | [ helios-setup] Dec 17 20:54:24.364 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2319 | 2024-12-17T20:54:25.727Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2320 | 2024-12-17T20:54:26.376Z | [ host-package] Compiling convert_case v0.4.0 |
2321 | 2024-12-17T20:54:26.376Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2322 | 2024-12-17T20:54:26.378Z | [ host-package] Compiling newline-converter v0.3.0 |
2323 | 2024-12-17T20:54:26.378Z | [ host-package] Compiling password-hash v0.5.0 |
2324 | 2024-12-17T20:54:26.378Z | [ host-package] Compiling progenitor-client v0.8.0 |
2325 | 2024-12-17T20:54:26.378Z | [ host-package] Compiling blake2 v0.10.6 |
2326 | 2024-12-17T20:54:26.378Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2327 | 2024-12-17T20:54:26.378Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2328 | 2024-12-17T20:54:26.872Z | [ host-package] Compiling expectorate v1.1.0 |
2329 | 2024-12-17T20:54:26.891Z | [ host-package] Compiling owo-colors v4.1.0 |
2330 | 2024-12-17T20:54:27.083Z | [ host-package] Compiling progenitor v0.8.0 |
2331 | 2024-12-17T20:54:27.137Z | [ host-package] Compiling num-rational v0.4.2 |
2332 | 2024-12-17T20:54:27.183Z | [ host-package] Compiling argon2 v0.5.3 |
2333 | 2024-12-17T20:54:27.244Z | [ host-package] Compiling derive_more v0.99.18 |
2334 | 2024-12-17T20:54:27.289Z | [ host-package] Compiling num-complex v0.4.6 |
2335 | 2024-12-17T20:54:27.968Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2336 | 2024-12-17T20:54:28.458Z | [ host-package] Compiling atomicwrites v0.4.4 |
2337 | 2024-12-17T20:54:28.657Z | [ host-package] Compiling num v0.4.3 |
2338 | 2024-12-17T20:54:28.803Z | [ host-package] Compiling libsw v3.3.1 |
2339 | 2024-12-17T20:54:28.830Z | [ host-package] Compiling indent_write v2.2.0 |
2340 | 2024-12-17T20:54:28.908Z | [ host-package] Compiling linear-map v1.2.0 |
2341 | 2024-12-17T20:54:29.031Z | [ host-package] Compiling float-ord v0.3.2 |
2342 | 2024-12-17T20:54:29.082Z | [ host-package] Compiling swrite v0.1.0 |
2343 | 2024-12-17T20:54:29.187Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2344 | 2024-12-17T20:54:29.219Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2345 | 2024-12-17T20:54:29.243Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2024-12-17T20:54:29.361Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2347 | 2024-12-17T20:54:29.705Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2348 | 2024-12-17T20:54:29.737Z | [ host-package] Compiling highway v1.2.0 |
2349 | 2024-12-17T20:54:30.177Z | [ host-package] Compiling semver v0.1.20 |
2350 | 2024-12-17T20:54:30.778Z | [ host-package] Compiling rustc_version v0.1.7 |
2351 | 2024-12-17T20:54:31.239Z | [ host-package] Compiling newtype_derive v0.1.6 |
2352 | 2024-12-17T20:54:31.302Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2353 | 2024-12-17T20:54:31.664Z | [ host-package] Compiling dropshot v0.13.0 |
2354 | 2024-12-17T20:54:31.697Z | [ host-package] Compiling ipnetwork v0.20.0 |
2355 | 2024-12-17T20:54:31.774Z | [ host-package] Compiling instant v0.1.13 |
2356 | 2024-12-17T20:54:31.954Z | [ host-package] Compiling humantime v2.1.0 |
2357 | 2024-12-17T20:54:32.619Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2358 | 2024-12-17T20:54:32.986Z | [ host-package] Compiling backoff v0.4.0 |
2359 | 2024-12-17T20:54:32.990Z | [ helios-setup] Dec 17 20:54:31.632 INFO clone ok!, project: amd-firmware |
2360 | 2024-12-17T20:54:32.993Z | [ helios-setup] Dec 17 20:54:31.633 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2361 | 2024-12-17T20:54:32.993Z | [ helios-setup] Dec 17 20:54:31.633 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 |
2362 | 2024-12-17T20:54:32.993Z | [ helios-setup] Dec 17 20:54:31.633 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2363 | 2024-12-17T20:54:32.999Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2364 | 2024-12-17T20:54:33.676Z | [ helios-setup] Dec 17 20:54:32.319 INFO clone ok!, project: pinprick |
2365 | 2024-12-17T20:54:33.681Z | [ helios-setup] Dec 17 20:54:32.319 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 |
2366 | 2024-12-17T20:54:33.681Z | [ helios-setup] Dec 17 20:54:32.319 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2367 | 2024-12-17T20:54:33.684Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2368 | 2024-12-17T20:54:33.710Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2369 | 2024-12-17T20:54:34.100Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2370 | 2024-12-17T20:54:34.318Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2371 | 2024-12-17T20:54:34.445Z | [ helios-setup] Dec 17 20:54:33.087 INFO clone ok!, project: image-builder |
2372 | 2024-12-17T20:54:34.447Z | [ helios-setup] Dec 17 20:54:33.088 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2373 | 2024-12-17T20:54:35.321Z | [ helios-setup] Dec 17 20:54:33.963 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2374 | 2024-12-17T20:54:35.871Z | [ helios-setup] Dec 17 20:54:34.513 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2375 | 2024-12-17T20:54:35.871Z | [ helios-setup] Dec 17 20:54:34.514 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2376 | 2024-12-17T20:54:36.418Z | [ helios-setup] Dec 17 20:54:35.061 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2377 | 2024-12-17T20:54:37.052Z | [ helios-setup] Dec 17 20:54:35.694 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2378 | 2024-12-17T20:54:37.052Z | [ helios-setup] Dec 17 20:54:35.695 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2379 | 2024-12-17T20:54:37.644Z | [ helios-setup] Dec 17 20:54:36.287 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2380 | 2024-12-17T20:54:37.775Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2381 | 2024-12-17T20:54:38.199Z | [ helios-setup] Dec 17 20:54:36.838 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2382 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.838 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2383 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.838 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2384 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.838 INFO ok! |
2385 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.838 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2386 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.838 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2387 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.838 INFO ok! |
2388 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.839 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2389 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.839 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2390 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.839 INFO ok! |
2391 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.839 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2392 | 2024-12-17T20:54:38.204Z | [ helios-setup] Dec 17 20:54:36.839 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2393 | 2024-12-17T20:54:38.207Z | [ helios-setup] Dec 17 20:54:36.849 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2394 | 2024-12-17T20:54:38.464Z | [ host-package] Compiling parse-display v0.10.0 |
2395 | 2024-12-17T20:54:38.631Z | [ helios-setup] Dec 17 20:54:37.272 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2396 | 2024-12-17T20:54:38.636Z | [ helios-setup] Dec 17 20:54:37.273 INFO E| info: downloading component 'cargo' |
2397 | 2024-12-17T20:54:39.118Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2398 | 2024-12-17T20:54:39.346Z | [ host-package] Compiling serde_with v3.11.0 |
2399 | 2024-12-17T20:54:39.664Z | [ host-package] Compiling strum v0.26.3 |
2400 | 2024-12-17T20:54:39.865Z | [ helios-setup] Dec 17 20:54:38.508 INFO E| info: downloading component 'clippy' |
2401 | 2024-12-17T20:54:39.895Z | [ host-package] Compiling regress v0.9.1 |
2402 | 2024-12-17T20:54:40.250Z | [ helios-setup] Dec 17 20:54:38.892 INFO E| info: downloading component 'rust-docs' |
2403 | 2024-12-17T20:54:41.568Z | [ helios-setup] Dec 17 20:54:40.210 INFO E| info: downloading component 'rust-src' |
2404 | 2024-12-17T20:54:41.790Z | [ helios-setup] Dec 17 20:54:40.433 INFO E| info: downloading component 'rust-std' |
2405 | 2024-12-17T20:54:42.719Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2406 | 2024-12-17T20:54:44.074Z | [ helios-setup] Dec 17 20:54:42.716 INFO E| info: downloading component 'rustc' |
2407 | 2024-12-17T20:54:44.280Z | [ host-package] Compiling macaddr v1.0.1 |
2408 | 2024-12-17T20:54:44.647Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2409 | 2024-12-17T20:54:44.749Z | [ host-package] Compiling steno v0.4.1 |
2410 | 2024-12-17T20:54:45.236Z | [ host-package] Compiling prettyplease v0.2.25 |
2411 | 2024-12-17T20:54:45.271Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2412 | 2024-12-17T20:54:46.327Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2413 | 2024-12-17T20:54:47.316Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2414 | 2024-12-17T20:54:47.420Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2415 | 2024-12-17T20:54:49.892Z | [ helios-setup] Dec 17 20:54:48.524 INFO E| info: downloading component 'rustfmt' |
2416 | 2024-12-17T20:54:50.124Z | [ helios-setup] Dec 17 20:54:48.766 INFO E| info: installing component 'cargo' |
2417 | 2024-12-17T20:54:50.461Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2418 | 2024-12-17T20:54:51.373Z | [ helios-setup] Dec 17 20:54:50.015 INFO E| info: installing component 'clippy' |
2419 | 2024-12-17T20:54:51.536Z | [ host-package] Compiling half v2.4.1 |
2420 | 2024-12-17T20:54:51.822Z | [ helios-setup] Dec 17 20:54:50.463 INFO E| info: installing component 'rust-docs' |
2421 | 2024-12-17T20:54:52.291Z | [ host-package] Compiling ciborium-io v0.2.2 |
2422 | 2024-12-17T20:54:52.469Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2423 | 2024-12-17T20:54:53.056Z | [ host-package] Compiling tungstenite v0.21.0 |
2424 | 2024-12-17T20:54:55.982Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2425 | 2024-12-17T20:54:56.803Z | [ host-package] Compiling ciborium v0.2.2 |
2426 | 2024-12-17T20:54:57.775Z | [ helios-setup] Dec 17 20:54:56.417 INFO E| info: installing component 'rust-src' |
2427 | 2024-12-17T20:54:58.385Z | [ helios-setup] Dec 17 20:54:57.027 INFO E| info: installing component 'rust-std' |
2428 | 2024-12-17T20:54:59.461Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2429 | 2024-12-17T20:55:00.978Z | [ helios-setup] Dec 17 20:54:59.620 INFO E| info: installing component 'rustc' |
2430 | 2024-12-17T20:55:05.877Z | [ host-package] Compiling fastrand v2.1.1 |
2431 | 2024-12-17T20:55:06.447Z | [ host-package] Compiling same-file v1.0.6 |
2432 | 2024-12-17T20:55:06.742Z | [ host-package] Compiling display-error-chain v0.2.2 |
2433 | 2024-12-17T20:55:06.746Z | [ host-package] Compiling walkdir v2.5.0 |
2434 | 2024-12-17T20:55:06.992Z | [ host-package] Compiling tempfile v3.13.0 |
2435 | 2024-12-17T20:55:07.036Z | [ helios-setup] Dec 17 20:55:05.678 INFO E| info: installing component 'rustfmt' |
2436 | 2024-12-17T20:55:07.578Z | [ host-package] Compiling ring v0.16.20 |
2437 | 2024-12-17T20:55:07.839Z | [ helios-setup] Dec 17 20:55:06.481 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2438 | 2024-12-17T20:55:08.045Z | [ host-package] Compiling blake3 v1.5.4 |
2439 | 2024-12-17T20:55:08.074Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2440 | 2024-12-17T20:55:08.462Z | [ host-package] Compiling xattr v1.3.1 |
2441 | 2024-12-17T20:55:08.576Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2442 | 2024-12-17T20:55:08.704Z | [ host-package] Compiling memmap2 v0.9.5 |
2443 | 2024-12-17T20:55:08.775Z | [ host-package] Compiling filetime v0.2.25 |
2444 | 2024-12-17T20:55:08.791Z | [ helios-setup] Dec 17 20:55:07.433 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2445 | 2024-12-17T20:55:08.791Z | [ helios-setup] Dec 17 20:55:07.433 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2446 | 2024-12-17T20:55:08.794Z | [ helios-setup] Dec 17 20:55:07.433 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2447 | 2024-12-17T20:55:08.821Z | [ helios-setup] Dec 17 20:55:07.463 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2448 | 2024-12-17T20:55:08.821Z | [ helios-setup] Dec 17 20:55:07.463 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2449 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2450 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2451 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2452 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2453 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2454 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2455 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.465 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2456 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.465 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2457 | 2024-12-17T20:55:08.823Z | [ helios-setup] Dec 17 20:55:07.465 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2458 | 2024-12-17T20:55:08.888Z | [ helios-setup] Dec 17 20:55:07.529 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2459 | 2024-12-17T20:55:09.087Z | [ host-package] Compiling keccak v0.1.5 |
2460 | 2024-12-17T20:55:09.194Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2461 | 2024-12-17T20:55:09.368Z | [ host-package] Compiling spin v0.5.2 |
2462 | 2024-12-17T20:55:09.529Z | [ host-package] Compiling arrayvec v0.7.6 |
2463 | 2024-12-17T20:55:09.610Z | [ host-package] Compiling arrayref v0.3.9 |
2464 | 2024-12-17T20:55:09.736Z | [ host-package] Compiling sha3 v0.10.8 |
2465 | 2024-12-17T20:55:09.980Z | [ helios-setup] Dec 17 20:55:08.622 INFO E| From https://github.com/oxidecomputer/amd-efs |
2466 | 2024-12-17T20:55:09.980Z | [ helios-setup] Dec 17 20:55:08.622 INFO E| * [new branch] empty -> origin/empty |
2467 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.622 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2468 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.622 INFO E| * [new branch] main -> origin/main |
2469 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.623 INFO E| * [new branch] review -> origin/review |
2470 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.623 INFO E| * [new ref] -> origin/HEAD |
2471 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.623 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2472 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.623 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2473 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.623 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2474 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.623 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2475 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2476 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2477 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2478 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2479 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2480 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2481 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2482 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.625 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2483 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.625 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2484 | 2024-12-17T20:55:09.983Z | [ helios-setup] Dec 17 20:55:08.625 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2485 | 2024-12-17T20:55:10.017Z | [ helios-setup] Dec 17 20:55:08.659 INFO E| Updating crates.io index |
2486 | 2024-12-17T20:55:10.078Z | [ host-package] Compiling tar v0.4.42 |
2487 | 2024-12-17T20:55:10.288Z | [ helios-setup] Dec 17 20:55:08.930 INFO E| Downloading crates ... |
2488 | 2024-12-17T20:55:10.468Z | [ helios-setup] Dec 17 20:55:09.111 INFO E| Downloaded ansi_term v0.12.1 |
2489 | 2024-12-17T20:55:10.504Z | [ helios-setup] Dec 17 20:55:09.147 INFO E| Downloaded unic-ucd-version v0.9.0 |
2490 | 2024-12-17T20:55:10.507Z | [ helios-setup] Dec 17 20:55:09.148 INFO E| Downloaded unic-common v0.9.0 |
2491 | 2024-12-17T20:55:10.507Z | [ helios-setup] Dec 17 20:55:09.149 INFO E| Downloaded unic-char-range v0.9.0 |
2492 | 2024-12-17T20:55:10.510Z | [ helios-setup] Dec 17 20:55:09.150 INFO E| Downloaded unic-char-property v0.9.0 |
2493 | 2024-12-17T20:55:10.510Z | [ helios-setup] Dec 17 20:55:09.152 INFO E| Downloaded scroll_derive v0.10.5 |
2494 | 2024-12-17T20:55:10.510Z | [ helios-setup] Dec 17 20:55:09.153 INFO E| Downloaded parse_int v0.6.0 |
2495 | 2024-12-17T20:55:10.513Z | [ helios-setup] Dec 17 20:55:09.154 INFO E| Downloaded memoffset v0.5.6 |
2496 | 2024-12-17T20:55:10.513Z | [ helios-setup] Dec 17 20:55:09.155 INFO E| Downloaded cfg-if v0.1.10 |
2497 | 2024-12-17T20:55:10.516Z | [ helios-setup] Dec 17 20:55:09.157 INFO E| Downloaded fletcher v0.1.0 |
2498 | 2024-12-17T20:55:10.540Z | [ helios-setup] Dec 17 20:55:09.183 INFO E| Downloaded vec_map v0.8.2 |
2499 | 2024-12-17T20:55:10.543Z | [ helios-setup] Dec 17 20:55:09.184 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2500 | 2024-12-17T20:55:10.545Z | [ helios-setup] Dec 17 20:55:09.187 INFO E| Downloaded thiserror-impl v1.0.64 |
2501 | 2024-12-17T20:55:10.547Z | [ helios-setup] Dec 17 20:55:09.189 INFO E| Downloaded textwrap v0.11.0 |
2502 | 2024-12-17T20:55:10.550Z | [ helios-setup] Dec 17 20:55:09.191 INFO E| Downloaded strum_macros v0.23.1 |
2503 | 2024-12-17T20:55:10.553Z | [ helios-setup] Dec 17 20:55:09.194 INFO E| Downloaded thiserror v1.0.64 |
2504 | 2024-12-17T20:55:10.560Z | [ helios-setup] Dec 17 20:55:09.202 INFO E| Downloaded pre-proc-macro v0.2.1 |
2505 | 2024-12-17T20:55:10.563Z | [ helios-setup] Dec 17 20:55:09.205 INFO E| Downloaded once_cell v1.20.1 |
2506 | 2024-12-17T20:55:10.567Z | [ helios-setup] Dec 17 20:55:09.209 INFO E| Downloaded proc-macro2 v1.0.86 |
2507 | 2024-12-17T20:55:10.571Z | [ helios-setup] Dec 17 20:55:09.213 INFO E| Downloaded toml v0.5.11 |
2508 | 2024-12-17T20:55:10.574Z | [ helios-setup] Dec 17 20:55:09.216 INFO E| Downloaded structopt v0.3.26 |
2509 | 2024-12-17T20:55:10.583Z | [ helios-setup] Dec 17 20:55:09.225 INFO E| Downloaded serde v1.0.210 |
2510 | 2024-12-17T20:55:10.587Z | [ helios-setup] Dec 17 20:55:09.230 INFO E| Downloaded strum v0.23.0 |
2511 | 2024-12-17T20:55:10.590Z | [ helios-setup] Dec 17 20:55:09.231 INFO E| Downloaded serde_derive v1.0.210 |
2512 | 2024-12-17T20:55:10.593Z | [ helios-setup] Dec 17 20:55:09.234 INFO E| Downloaded pest_derive v2.7.13 |
2513 | 2024-12-17T20:55:10.596Z | [ helios-setup] Dec 17 20:55:09.236 INFO E| Downloaded pest v2.7.13 |
2514 | 2024-12-17T20:55:10.600Z | [ helios-setup] Dec 17 20:55:09.242 INFO E| Downloaded modular-bitfield v0.11.2 |
2515 | 2024-12-17T20:55:10.614Z | [ helios-setup] Dec 17 20:55:09.256 INFO E| Downloaded pest_meta v2.7.13 |
2516 | 2024-12-17T20:55:10.616Z | [ helios-setup] Dec 17 20:55:09.259 INFO E| Downloaded goblin v0.4.3 |
2517 | 2024-12-17T20:55:10.643Z | [ helios-setup] Dec 17 20:55:09.286 INFO E| Downloaded clap v2.34.0 |
2518 | 2024-12-17T20:55:10.654Z | [ helios-setup] Dec 17 20:55:09.296 INFO E| Downloaded syn v2.0.79 |
2519 | 2024-12-17T20:55:10.672Z | [ helios-setup] Dec 17 20:55:09.314 INFO E| Downloaded serde_json v1.0.128 |
2520 | 2024-12-17T20:55:10.683Z | [ helios-setup] Dec 17 20:55:09.325 INFO E| Downloaded libc v0.2.159 |
2521 | 2024-12-17T20:55:10.719Z | [ helios-setup] Dec 17 20:55:09.362 INFO E| Downloaded scroll v0.10.2 |
2522 | 2024-12-17T20:55:10.722Z | [ helios-setup] Dec 17 20:55:09.364 INFO E| Downloaded pest_generator v2.7.13 |
2523 | 2024-12-17T20:55:10.727Z | [ helios-setup] Dec 17 20:55:09.366 INFO E| Downloaded structopt-derive v0.4.18 |
2524 | 2024-12-17T20:55:10.730Z | [ helios-setup] Dec 17 20:55:09.368 INFO E| Downloaded strsim v0.8.0 |
2525 | 2024-12-17T20:55:10.730Z | [ helios-setup] Dec 17 20:55:09.370 INFO E| Downloaded semver-parser v0.7.0 |
2526 | 2024-12-17T20:55:10.730Z | [ helios-setup] Dec 17 20:55:09.371 INFO E| Downloaded semver v0.9.0 |
2527 | 2024-12-17T20:55:10.733Z | [ helios-setup] Dec 17 20:55:09.374 INFO E| Downloaded rustc_version v0.2.3 |
2528 | 2024-12-17T20:55:10.736Z | [ helios-setup] Dec 17 20:55:09.375 INFO E| Downloaded proc-macro-crate v0.1.5 |
2529 | 2024-12-17T20:55:10.736Z | [ helios-setup] Dec 17 20:55:09.377 INFO E| Downloaded pre v0.2.1 |
2530 | 2024-12-17T20:55:10.736Z | [ helios-setup] Dec 17 20:55:09.378 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2531 | 2024-12-17T20:55:10.738Z | [ helios-setup] Dec 17 20:55:09.380 INFO E| Downloaded four-cc v0.3.0 |
2532 | 2024-12-17T20:55:10.741Z | [ helios-setup] Dec 17 20:55:09.382 INFO E| Downloaded bytesize v1.3.0 |
2533 | 2024-12-17T20:55:10.746Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2534 | 2024-12-17T20:55:10.839Z | [ helios-setup] Dec 17 20:55:09.481 INFO E| Compiling proc-macro2 v1.0.86 |
2535 | 2024-12-17T20:55:10.842Z | [ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling unicode-ident v1.0.13 |
2536 | 2024-12-17T20:55:10.842Z | [ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling syn v1.0.109 |
2537 | 2024-12-17T20:55:10.842Z | [ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling version_check v0.9.5 |
2538 | 2024-12-17T20:55:10.842Z | [ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling memchr v2.7.4 |
2539 | 2024-12-17T20:55:10.842Z | [ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling semver-parser v0.7.0 |
2540 | 2024-12-17T20:55:10.842Z | [ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling thiserror v1.0.64 |
2541 | 2024-12-17T20:55:10.842Z | [ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling autocfg v1.4.0 |
2542 | 2024-12-17T20:55:11.230Z | [ host-package] Compiling toolchain_find v0.4.0 |
2543 | 2024-12-17T20:55:11.524Z | [ helios-setup] Dec 17 20:55:10.166 INFO E| Compiling serde v1.0.210 |
2544 | 2024-12-17T20:55:11.995Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2545 | 2024-12-17T20:55:12.306Z | [ helios-setup] Dec 17 20:55:10.949 INFO E| Compiling semver v0.9.0 |
2546 | 2024-12-17T20:55:12.347Z | [ helios-setup] Dec 17 20:55:10.990 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2547 | 2024-12-17T20:55:12.505Z | [ helios-setup] Dec 17 20:55:11.143 INFO E| Compiling proc-macro-error v1.0.4 |
2548 | 2024-12-17T20:55:12.582Z | [ host-package] Compiling crunchy v0.2.2 |
2549 | 2024-12-17T20:55:12.789Z | [ helios-setup] Dec 17 20:55:11.430 INFO E| Compiling serde_json v1.0.128 |
2550 | 2024-12-17T20:55:12.926Z | [ helios-setup] Dec 17 20:55:11.568 INFO E| Compiling rustc_version v0.2.3 |
2551 | 2024-12-17T20:55:13.214Z | [ helios-setup] Dec 17 20:55:11.856 INFO E| Compiling num-traits v0.2.19 |
2552 | 2024-12-17T20:55:13.285Z | [ host-package] Compiling topological-sort v0.2.2 |
2553 | 2024-12-17T20:55:13.334Z | [ helios-setup] Dec 17 20:55:11.976 INFO E| Compiling ryu v1.0.18 |
2554 | 2024-12-17T20:55:13.369Z | [ host-package] Compiling maplit v1.0.2 |
2555 | 2024-12-17T20:55:13.520Z | [ helios-setup] Dec 17 20:55:12.161 INFO E| Compiling unicode-segmentation v1.12.0 |
2556 | 2024-12-17T20:55:13.646Z | [ helios-setup] Dec 17 20:55:12.288 INFO E| Compiling schemars v0.8.21 |
2557 | 2024-12-17T20:55:13.883Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2558 | 2024-12-17T20:55:13.883Z | [ helios-setup] Dec 17 20:55:12.518 INFO E| Compiling itoa v1.0.11 |
2559 | 2024-12-17T20:55:13.991Z | [ helios-setup] Dec 17 20:55:12.633 INFO E| Compiling pre-proc-macro v0.2.1 |
2560 | 2024-12-17T20:55:14.028Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2561 | 2024-12-17T20:55:14.087Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2562 | 2024-12-17T20:55:14.090Z | [ helios-setup] Dec 17 20:55:12.731 INFO E| Compiling quote v1.0.37 |
2563 | 2024-12-17T20:55:14.578Z | [ helios-setup] Dec 17 20:55:13.199 INFO E| Compiling memoffset v0.5.6 |
2564 | 2024-12-17T20:55:14.604Z | [ helios-setup] Dec 17 20:55:13.246 INFO E| Compiling heck v0.3.3 |
2565 | 2024-12-17T20:55:14.794Z | [ helios-setup] Dec 17 20:55:13.435 INFO E| Compiling syn v2.0.79 |
2566 | 2024-12-17T20:55:15.077Z | [ helios-setup] Dec 17 20:55:13.720 INFO E| Compiling paste v1.0.15 |
2567 | 2024-12-17T20:55:15.224Z | [ helios-setup] Dec 17 20:55:13.865 INFO E| Compiling rustversion v1.0.17 |
2568 | 2024-12-17T20:55:15.228Z | [ helios-setup] Dec 17 20:55:13.871 INFO E| Compiling libc v0.2.159 |
2569 | 2024-12-17T20:55:15.242Z | [ helios-setup] Dec 17 20:55:13.884 INFO E| Compiling ucd-trie v0.1.7 |
2570 | 2024-12-17T20:55:15.574Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2571 | 2024-12-17T20:55:15.630Z | [ host-package] Compiling phf_generator v0.11.2 |
2572 | 2024-12-17T20:55:15.812Z | [ host-package] Compiling const_format v0.2.33 |
2573 | 2024-12-17T20:55:15.889Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2574 | 2024-12-17T20:55:15.968Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2575 | 2024-12-17T20:55:16.026Z | [ host-package] Compiling secrecy v0.8.0 |
2576 | 2024-12-17T20:55:16.296Z | [ helios-setup] Dec 17 20:55:14.938 INFO E| Compiling dyn-clone v1.0.17 |
2577 | 2024-12-17T20:55:16.554Z | [ helios-setup] Dec 17 20:55:15.188 INFO E| Compiling lazy_static v1.5.0 |
2578 | 2024-12-17T20:55:16.797Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2579 | 2024-12-17T20:55:16.867Z | [ helios-setup] Dec 17 20:55:15.509 INFO E| Compiling pre v0.2.1 |
2580 | 2024-12-17T20:55:16.900Z | [ helios-setup] Dec 17 20:55:15.542 INFO E| Compiling once_cell v1.20.1 |
2581 | 2024-12-17T20:55:17.020Z | [ helios-setup] Dec 17 20:55:15.662 INFO E| Compiling byteorder v1.5.0 |
2582 | 2024-12-17T20:55:17.023Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2583 | 2024-12-17T20:55:17.512Z | [ helios-setup] Dec 17 20:55:16.154 INFO E| Compiling cfg-if v0.1.10 |
2584 | 2024-12-17T20:55:17.637Z | [ helios-setup] Dec 17 20:55:16.279 INFO E| Compiling static_assertions v1.1.0 |
2585 | 2024-12-17T20:55:17.702Z | [ host-package] Compiling arc-swap v1.7.1 |
2586 | 2024-12-17T20:55:17.994Z | [ helios-setup] Dec 17 20:55:16.636 INFO E| Compiling unicode-width v0.1.14 |
2587 | 2024-12-17T20:55:18.182Z | [ host-package] Compiling r2d2 v0.8.10 |
2588 | 2024-12-17T20:55:18.255Z | [ host-package] Compiling diesel_derives v2.2.3 |
2589 | 2024-12-17T20:55:18.337Z | [ host-package] Compiling phf_codegen v0.11.2 |
2590 | 2024-12-17T20:55:18.888Z | [ helios-setup] Dec 17 20:55:17.531 INFO E| Compiling textwrap v0.11.0 |
2591 | 2024-12-17T20:55:19.011Z | [ host-package] Compiling slog-scope v4.4.0 |
2592 | 2024-12-17T20:55:19.301Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2593 | 2024-12-17T20:55:19.304Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2594 | 2024-12-17T20:55:19.729Z | [ host-package] Compiling universal-hash v0.5.1 |
2595 | 2024-12-17T20:55:19.751Z | [ helios-setup] Dec 17 20:55:18.393 INFO E| Compiling atty v0.2.14 |
2596 | 2024-12-17T20:55:19.889Z | [ helios-setup] Dec 17 20:55:18.531 INFO E| Compiling ansi_term v0.12.1 |
2597 | 2024-12-17T20:55:19.999Z | [ helios-setup] Dec 17 20:55:18.642 INFO E| Compiling unic-char-range v0.9.0 |
2598 | 2024-12-17T20:55:20.213Z | [ helios-setup] Dec 17 20:55:18.856 INFO E| Compiling vec_map v0.8.2 |
2599 | 2024-12-17T20:55:20.236Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2600 | 2024-12-17T20:55:20.509Z | [ helios-setup] Dec 17 20:55:19.151 INFO E| Compiling strsim v0.8.0 |
2601 | 2024-12-17T20:55:20.580Z | [ helios-setup] Dec 17 20:55:19.222 INFO E| Compiling unic-common v0.9.0 |
2602 | 2024-12-17T20:55:20.830Z | [ helios-setup] Dec 17 20:55:19.472 INFO E| Compiling bitflags v1.3.2 |
2603 | 2024-12-17T20:55:20.862Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2604 | 2024-12-17T20:55:20.947Z | [ helios-setup] Dec 17 20:55:19.590 INFO E| Compiling fletcher v0.1.0 |
2605 | 2024-12-17T20:55:20.996Z | [ helios-setup] Dec 17 20:55:19.639 INFO E| Compiling strum v0.23.0 |
2606 | 2024-12-17T20:55:21.053Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2607 | 2024-12-17T20:55:21.059Z | [ helios-setup] Dec 17 20:55:19.662 INFO E| Compiling clap v2.34.0 |
2608 | 2024-12-17T20:55:21.216Z | [ helios-setup] Dec 17 20:55:19.858 INFO E| Compiling unic-ucd-version v0.9.0 |
2609 | 2024-12-17T20:55:21.280Z | [ helios-setup] Dec 17 20:55:19.922 INFO E| Compiling unic-char-property v0.9.0 |
2610 | 2024-12-17T20:55:21.316Z | [ helios-setup] Dec 17 20:55:19.958 INFO E| Compiling plain v0.2.3 |
2611 | 2024-12-17T20:55:21.644Z | [ helios-setup] Dec 17 20:55:20.286 INFO E| Compiling parse_int v0.6.0 |
2612 | 2024-12-17T20:55:21.815Z | [ helios-setup] Dec 17 20:55:20.457 INFO E| Compiling log v0.4.22 |
2613 | 2024-12-17T20:55:21.941Z | [ helios-setup] Dec 17 20:55:20.583 INFO E| Compiling unic-ucd-ident v0.9.0 |
2614 | 2024-12-17T20:55:21.970Z | [ helios-setup] Dec 17 20:55:20.612 INFO E| Compiling bytesize v1.3.0 |
2615 | 2024-12-17T20:55:23.293Z | [ helios-setup] Dec 17 20:55:21.935 INFO E| Compiling serde_derive_internals v0.29.1 |
2616 | 2024-12-17T20:55:23.812Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2617 | 2024-12-17T20:55:24.106Z | [ host-package] Compiling ena v0.14.3 |
2618 | 2024-12-17T20:55:25.003Z | [ host-package] Compiling opaque-debug v0.3.1 |
2619 | 2024-12-17T20:55:25.283Z | [ host-package] Compiling regex-syntax v0.6.29 |
2620 | 2024-12-17T20:55:25.489Z | [ host-package] Compiling diff v0.1.13 |
2621 | 2024-12-17T20:55:25.496Z | [ helios-setup] Dec 17 20:55:24.138 INFO E| Compiling toml v0.5.11 |
2622 | 2024-12-17T20:55:26.543Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2623 | 2024-12-17T20:55:26.759Z | [ host-package] Compiling poly1305 v0.8.0 |
2624 | 2024-12-17T20:55:27.726Z | [ helios-setup] Dec 17 20:55:26.368 INFO E| Compiling thiserror-impl v1.0.64 |
2625 | 2024-12-17T20:55:27.726Z | [ helios-setup] Dec 17 20:55:26.368 INFO E| Compiling serde_derive v1.0.210 |
2626 | 2024-12-17T20:55:27.729Z | [ helios-setup] Dec 17 20:55:26.369 INFO E| Compiling schemars_derive v0.8.21 |
2627 | 2024-12-17T20:55:27.729Z | [ helios-setup] Dec 17 20:55:26.369 INFO E| Compiling zerocopy-derive v0.6.6 |
2628 | 2024-12-17T20:55:29.350Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2629 | 2024-12-17T20:55:31.132Z | [ helios-setup] Dec 17 20:55:29.774 INFO E| Compiling proc-macro-crate v0.1.5 |
2630 | 2024-12-17T20:55:31.572Z | [ helios-setup] Dec 17 20:55:30.214 INFO E| Compiling num-derive v0.4.2 |
2631 | 2024-12-17T20:55:31.807Z | [ helios-setup] Dec 17 20:55:30.449 INFO E| Compiling zerocopy v0.6.6 |
2632 | 2024-12-17T20:55:32.203Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2633 | 2024-12-17T20:55:33.637Z | [ host-package] Compiling lalrpop v0.19.12 |
2634 | 2024-12-17T20:55:34.119Z | [ helios-setup] Dec 17 20:55:32.760 INFO E| Compiling pest v2.7.13 |
2635 | 2024-12-17T20:55:37.130Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2636 | 2024-12-17T20:55:37.308Z | [ helios-setup] Dec 17 20:55:35.951 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2637 | 2024-12-17T20:55:37.879Z | [ helios-setup] Dec 17 20:55:36.521 INFO E| Compiling strum_macros v0.23.1 |
2638 | 2024-12-17T20:55:38.799Z | [ helios-setup] Dec 17 20:55:37.441 INFO E| Compiling pest_meta v2.7.13 |
2639 | 2024-12-17T20:55:38.846Z | [ host-package] Compiling diesel v2.2.6 |
2640 | 2024-12-17T20:55:39.079Z | [ helios-setup] Dec 17 20:55:37.722 INFO E| Compiling scroll_derive v0.10.5 |
2641 | 2024-12-17T20:55:39.342Z | [ helios-setup] Dec 17 20:55:37.984 INFO E| Compiling structopt-derive v0.4.18 |
2642 | 2024-12-17T20:55:39.682Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2643 | 2024-12-17T20:55:40.359Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2644 | 2024-12-17T20:55:41.025Z | [ host-package] Compiling chacha20 v0.9.1 |
2645 | 2024-12-17T20:55:41.868Z | [ helios-setup] Dec 17 20:55:40.510 INFO E| Compiling pest_generator v2.7.13 |
2646 | 2024-12-17T20:55:42.157Z | [ host-package] Compiling aead v0.5.2 |
2647 | 2024-12-17T20:55:42.576Z | [ helios-setup] Dec 17 20:55:41.218 INFO E| Compiling scroll v0.10.2 |
2648 | 2024-12-17T20:55:43.026Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2649 | 2024-12-17T20:55:43.318Z | [ helios-setup] Dec 17 20:55:41.961 INFO E| Compiling modular-bitfield v0.11.2 |
2650 | 2024-12-17T20:55:43.779Z | [ helios-setup] Dec 17 20:55:42.422 INFO E| Compiling goblin v0.4.3 |
2651 | 2024-12-17T20:55:44.897Z | [ host-package] Compiling ref-cast v1.0.23 |
2652 | 2024-12-17T20:55:44.904Z | [ helios-setup] Dec 17 20:55:43.524 INFO E| Compiling structopt v0.3.26 |
2653 | 2024-12-17T20:55:45.800Z | [ host-package] Compiling vte v0.11.1 |
2654 | 2024-12-17T20:55:46.566Z | [ helios-setup] Dec 17 20:55:45.209 INFO E| Compiling pest_derive v2.7.13 |
2655 | 2024-12-17T20:55:47.858Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2656 | 2024-12-17T20:55:48.245Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2657 | 2024-12-17T20:55:49.526Z | [ host-package] Compiling chrono-tz v0.10.0 |
2658 | 2024-12-17T20:55:50.437Z | [ host-package] Compiling vsss-rs v3.3.4 |
2659 | 2024-12-17T20:55:51.641Z | [ helios-setup] Dec 17 20:55:50.283 INFO E| Compiling json5 v0.4.1 |
2660 | 2024-12-17T20:55:51.728Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2661 | 2024-12-17T20:55:52.297Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2662 | 2024-12-17T20:55:55.338Z | [ host-package] Compiling headers-core v0.3.0 |
2663 | 2024-12-17T20:55:55.629Z | [ host-package] Compiling fxhash v0.2.1 |
2664 | 2024-12-17T20:55:55.987Z | [ host-package] Compiling libxml v0.3.3 |
2665 | 2024-12-17T20:55:56.819Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2666 | 2024-12-17T20:55:56.983Z | [ host-package] Compiling bytecount v0.6.8 |
2667 | 2024-12-17T20:55:57.577Z | [ host-package] Compiling papergrid v0.11.0 |
2668 | 2024-12-17T20:55:57.880Z | [ helios-setup] Dec 17 20:55:56.522 INFO E| Compiling four-cc v0.3.0 |
2669 | 2024-12-17T20:55:57.880Z | [ helios-setup] Dec 17 20:55:56.523 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2670 | 2024-12-17T20:55:58.174Z | [ helios-setup] Dec 17 20:55:56.816 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2671 | 2024-12-17T20:56:12.123Z | [ host-package] Compiling polar-core v0.27.3 |
2672 | 2024-12-17T20:56:14.457Z | [ host-package] Compiling headers v0.4.0 |
2673 | 2024-12-17T20:56:15.841Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2674 | 2024-12-17T20:56:17.985Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2675 | 2024-12-17T20:56:18.227Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2676 | 2024-12-17T20:56:18.614Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2677 | 2024-12-17T20:56:19.029Z | [ host-package] Compiling tabled_derive v0.7.0 |
2678 | 2024-12-17T20:56:19.101Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2679 | 2024-12-17T20:56:21.596Z | [ host-package] Compiling itertools v0.12.1 |
2680 | 2024-12-17T20:56:21.934Z | [ host-package] Compiling fd-lock v4.0.2 |
2681 | 2024-12-17T20:56:22.244Z | [ host-package] Compiling peg-macros v0.8.4 |
2682 | 2024-12-17T20:56:24.440Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2683 | 2024-12-17T20:56:25.813Z | [ host-package] Compiling strum_macros v0.24.3 |
2684 | 2024-12-17T20:56:26.003Z | [ host-package] Compiling kstat-rs v0.2.4 |
2685 | 2024-12-17T20:56:26.033Z | [ host-package] Compiling samael v0.0.17 |
2686 | 2024-12-17T20:56:26.801Z | [ host-package] Compiling unicase v2.7.0 |
2687 | 2024-12-17T20:56:27.183Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2688 | 2024-12-17T20:56:27.274Z | [ host-package] Compiling indoc v1.0.9 |
2689 | 2024-12-17T20:56:28.298Z | [ host-package] Compiling reedline v0.35.0 |
2690 | 2024-12-17T20:56:28.541Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2691 | 2024-12-17T20:56:29.260Z | [ host-package] Compiling peg v0.8.4 |
2692 | 2024-12-17T20:56:29.527Z | [ host-package] Compiling tabled v0.15.0 |
2693 | 2024-12-17T20:56:42.909Z | [ helios-setup] Dec 17 20:56:41.551 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2694 | 2024-12-17T20:56:45.735Z | [ host-package] Compiling derive_builder v0.20.2 |
2695 | 2024-12-17T20:56:45.967Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2696 | 2024-12-17T20:56:51.644Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2697 | 2024-12-17T20:56:53.053Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2698 | 2024-12-17T20:56:53.671Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2699 | 2024-12-17T20:56:54.130Z | [ host-package] Compiling bcs v0.1.6 |
2700 | 2024-12-17T20:56:55.275Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2701 | 2024-12-17T20:56:55.747Z | [ host-package] Compiling oso-derive v0.27.3 |
2702 | 2024-12-17T20:56:56.983Z | [ host-package] Compiling libz-sys v1.1.20 |
2703 | 2024-12-17T20:56:57.126Z | [ host-package] Compiling quick-xml v0.33.0 |
2704 | 2024-12-17T20:56:58.058Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2705 | 2024-12-17T20:56:58.541Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2706 | 2024-12-17T20:57:00.815Z | [ helios-setup] Dec 17 20:56:59.457 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2707 | 2024-12-17T20:57:03.453Z | [ host-package] Compiling oso v0.27.3 |
2708 | 2024-12-17T20:57:06.388Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2709 | 2024-12-17T20:57:08.076Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2710 | 2024-12-17T20:57:13.996Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2711 | 2024-12-17T20:57:17.513Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2712 | 2024-12-17T20:57:17.908Z | [ host-package] Compiling bb8 v0.8.5 |
2713 | 2024-12-17T20:57:18.753Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2714 | 2024-12-17T20:57:21.922Z | [ host-package] Compiling nibble_vec v0.1.0 |
2715 | 2024-12-17T20:57:22.229Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2716 | 2024-12-17T20:57:22.537Z | [ host-package] Compiling atty v0.2.14 |
2717 | 2024-12-17T20:57:22.750Z | [ host-package] Compiling salty v0.3.0 |
2718 | 2024-12-17T20:57:23.282Z | [ host-package] Compiling endian-type v0.1.2 |
2719 | 2024-12-17T20:57:23.577Z | [ host-package] Compiling radix_trie v0.2.1 |
2720 | 2024-12-17T20:57:25.449Z | [ host-package] Compiling parking_lot v0.11.2 |
2721 | 2024-12-17T20:57:28.052Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2722 | 2024-12-17T20:57:33.918Z | [ host-package] Compiling sled v0.34.7 |
2723 | 2024-12-17T20:57:49.388Z | [ helios-setup] Dec 17 20:57:48.030 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 41s |
2724 | 2024-12-17T20:57:49.426Z | [ helios-setup] Dec 17 20:57:48.067 INFO building project "amd-host-image-builder" ok (191 seconds) |
2725 | 2024-12-17T20:57:49.426Z | [ helios-setup] Dec 17 20:57:48.067 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2726 | 2024-12-17T20:57:49.428Z | [ helios-setup] Dec 17 20:57:48.067 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2727 | 2024-12-17T20:57:49.776Z | [ helios-setup] Dec 17 20:57:48.418 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2728 | 2024-12-17T20:57:50.726Z | [ helios-setup] Dec 17 20:57:49.368 INFO E| From https://github.com/oxidecomputer/progenitor |
2729 | 2024-12-17T20:57:50.726Z | [ helios-setup] Dec 17 20:57:49.368 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2730 | 2024-12-17T20:57:50.764Z | [ helios-setup] Dec 17 20:57:49.404 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2731 | 2024-12-17T20:57:50.764Z | [ helios-setup] Dec 17 20:57:49.405 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2732 | 2024-12-17T20:57:50.878Z | [ helios-setup] Dec 17 20:57:49.520 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2733 | 2024-12-17T20:57:51.416Z | [ helios-setup] Dec 17 20:57:50.058 INFO E| From https://github.com/jclulow/hiercmd |
2734 | 2024-12-17T20:57:51.416Z | [ helios-setup] Dec 17 20:57:50.058 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2735 | 2024-12-17T20:57:51.437Z | [ helios-setup] Dec 17 20:57:50.078 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2736 | 2024-12-17T20:57:52.000Z | [ helios-setup] Dec 17 20:57:50.642 INFO E| From https://github.com/jclulow/network-interface |
2737 | 2024-12-17T20:57:52.000Z | [ helios-setup] Dec 17 20:57:50.642 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2738 | 2024-12-17T20:57:52.019Z | [ helios-setup] Dec 17 20:57:50.661 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2739 | 2024-12-17T20:57:52.600Z | [ helios-setup] Dec 17 20:57:51.241 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2740 | 2024-12-17T20:57:52.600Z | [ helios-setup] Dec 17 20:57:51.242 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2741 | 2024-12-17T20:57:52.636Z | [ helios-setup] Dec 17 20:57:51.278 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2742 | 2024-12-17T20:57:53.436Z | [ helios-setup] Dec 17 20:57:52.078 INFO E| From https://github.com/oxidecomputer/facade |
2743 | 2024-12-17T20:57:53.436Z | [ helios-setup] Dec 17 20:57:52.078 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2744 | 2024-12-17T20:57:53.483Z | [ helios-setup] Dec 17 20:57:52.125 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2745 | 2024-12-17T20:57:54.336Z | [ helios-setup] Dec 17 20:57:52.977 INFO E| From https://github.com/oxidecomputer/dropshot |
2746 | 2024-12-17T20:57:54.336Z | [ helios-setup] Dec 17 20:57:52.978 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2747 | 2024-12-17T20:57:54.375Z | [ helios-setup] Dec 17 20:57:53.017 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2748 | 2024-12-17T20:57:54.376Z | [ helios-setup] Dec 17 20:57:53.017 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2749 | 2024-12-17T20:57:54.385Z | [ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2750 | 2024-12-17T20:57:54.385Z | [ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2751 | 2024-12-17T20:57:54.386Z | [ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2752 | 2024-12-17T20:57:54.386Z | [ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2753 | 2024-12-17T20:57:54.386Z | [ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2754 | 2024-12-17T20:57:54.386Z | [ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2755 | 2024-12-17T20:57:54.434Z | [ helios-setup] Dec 17 20:57:53.076 INFO E| Updating crates.io index |
2756 | 2024-12-17T20:57:54.475Z | [ helios-setup] Dec 17 20:57:53.116 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2757 | 2024-12-17T20:57:55.297Z | [ helios-setup] Dec 17 20:57:53.939 INFO E| From https://github.com/oxidecomputer/typify |
2758 | 2024-12-17T20:57:55.299Z | [ helios-setup] Dec 17 20:57:53.939 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2759 | 2024-12-17T20:57:55.334Z | [ helios-setup] Dec 17 20:57:53.975 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2760 | 2024-12-17T20:57:55.334Z | [ helios-setup] Dec 17 20:57:53.975 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2761 | 2024-12-17T20:57:55.336Z | [ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2762 | 2024-12-17T20:57:55.336Z | [ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2763 | 2024-12-17T20:57:55.336Z | [ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2764 | 2024-12-17T20:57:55.336Z | [ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2765 | 2024-12-17T20:57:55.336Z | [ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2766 | 2024-12-17T20:57:55.703Z | [ helios-setup] Dec 17 20:57:54.345 INFO E| Downloading crates ... |
2767 | 2024-12-17T20:57:55.922Z | [ helios-setup] Dec 17 20:57:54.563 INFO E| Downloaded ahash v0.8.3 |
2768 | 2024-12-17T20:57:55.928Z | [ helios-setup] Dec 17 20:57:54.569 INFO E| Downloaded ahash v0.7.6 |
2769 | 2024-12-17T20:57:55.936Z | [ helios-setup] Dec 17 20:57:54.577 INFO E| Downloaded scopeguard v1.1.0 |
2770 | 2024-12-17T20:57:55.938Z | [ helios-setup] Dec 17 20:57:54.580 INFO E| Downloaded aho-corasick v0.7.20 |
2771 | 2024-12-17T20:57:55.947Z | [ helios-setup] Dec 17 20:57:54.589 INFO E| Downloaded async-stream-impl v0.3.5 |
2772 | 2024-12-17T20:57:55.950Z | [ helios-setup] Dec 17 20:57:54.592 INFO E| Downloaded anyhow v1.0.68 |
2773 | 2024-12-17T20:57:55.962Z | [ helios-setup] Dec 17 20:57:54.598 INFO E| Downloaded anstyle v0.3.5 |
2774 | 2024-12-17T20:57:55.962Z | [ helios-setup] Dec 17 20:57:54.604 INFO E| Downloaded tower-service v0.3.2 |
2775 | 2024-12-17T20:57:55.964Z | [ helios-setup] Dec 17 20:57:54.604 INFO E| Downloaded autocfg v1.1.0 |
2776 | 2024-12-17T20:57:55.967Z | [ helios-setup] Dec 17 20:57:54.607 INFO E| Downloaded anstyle-parse v0.1.1 |
2777 | 2024-12-17T20:57:55.972Z | [ helios-setup] Dec 17 20:57:54.610 INFO E| Downloaded try-lock v0.2.4 |
2778 | 2024-12-17T20:57:55.972Z | [ helios-setup] Dec 17 20:57:54.612 INFO E| Downloaded const-random v0.1.15 |
2779 | 2024-12-17T20:57:55.974Z | [ helios-setup] Dec 17 20:57:54.615 INFO E| Downloaded want v0.3.0 |
2780 | 2024-12-17T20:57:55.977Z | [ helios-setup] Dec 17 20:57:54.617 INFO E| Downloaded const-random-macro v0.1.15 |
2781 | 2024-12-17T20:57:55.977Z | [ helios-setup] Dec 17 20:57:54.619 INFO E| Downloaded concolor-override v1.0.0 |
2782 | 2024-12-17T20:57:55.980Z | [ helios-setup] Dec 17 20:57:54.620 INFO E| Downloaded async-stream v0.3.5 |
2783 | 2024-12-17T20:57:55.983Z | [ helios-setup] Dec 17 20:57:54.625 INFO E| Downloaded anstream v0.2.6 |
2784 | 2024-12-17T20:57:55.986Z | [ helios-setup] Dec 17 20:57:54.628 INFO E| Downloaded toolchain_find v0.2.0 |
2785 | 2024-12-17T20:57:55.989Z | [ helios-setup] Dec 17 20:57:54.631 INFO E| Downloaded built v0.6.0 |
2786 | 2024-12-17T20:57:55.992Z | [ helios-setup] Dec 17 20:57:54.633 INFO E| Downloaded terminal_size v0.2.6 |
2787 | 2024-12-17T20:57:55.994Z | [ helios-setup] Dec 17 20:57:54.636 INFO E| Downloaded digest v0.10.6 |
2788 | 2024-12-17T20:57:55.997Z | [ helios-setup] Dec 17 20:57:54.639 INFO E| Downloaded schemars_derive v0.8.12 |
2789 | 2024-12-17T20:57:56.000Z | [ helios-setup] Dec 17 20:57:54.642 INFO E| Downloaded smawk v0.3.1 |
2790 | 2024-12-17T20:57:56.002Z | [ helios-setup] Dec 17 20:57:54.644 INFO E| Downloaded sha1 v0.10.5 |
2791 | 2024-12-17T20:57:56.005Z | [ helios-setup] Dec 17 20:57:54.646 INFO E| Downloaded semver v0.11.0 |
2792 | 2024-12-17T20:57:56.008Z | [ helios-setup] Dec 17 20:57:54.648 INFO E| Downloaded serde_spanned v0.6.1 |
2793 | 2024-12-17T20:57:56.011Z | [ helios-setup] Dec 17 20:57:54.650 INFO E| Downloaded strsim v0.10.0 |
2794 | 2024-12-17T20:57:56.017Z | [ helios-setup] Dec 17 20:57:54.653 INFO E| Downloaded semver-parser v0.10.2 |
2795 | 2024-12-17T20:57:56.017Z | [ helios-setup] Dec 17 20:57:54.655 INFO E| Downloaded project-root v0.2.2 |
2796 | 2024-12-17T20:57:56.020Z | [ helios-setup] Dec 17 20:57:54.657 INFO E| Downloaded slog-async v2.7.0 |
2797 | 2024-12-17T20:57:56.020Z | [ helios-setup] Dec 17 20:57:54.659 INFO E| Downloaded thiserror-impl v1.0.38 |
2798 | 2024-12-17T20:57:56.020Z | [ helios-setup] Dec 17 20:57:54.662 INFO E| Downloaded signal-hook-registry v1.4.0 |
2799 | 2024-12-17T20:57:56.023Z | [ helios-setup] Dec 17 20:57:54.664 INFO E| Downloaded serde_path_to_error v0.1.11 |
2800 | 2024-12-17T20:57:56.025Z | [ helios-setup] Dec 17 20:57:54.667 INFO E| Downloaded itoa v1.0.6 |
2801 | 2024-12-17T20:57:56.027Z | [ helios-setup] Dec 17 20:57:54.669 INFO E| Downloaded iana-time-zone v0.1.56 |
2802 | 2024-12-17T20:57:56.030Z | [ helios-setup] Dec 17 20:57:54.672 INFO E| Downloaded utf8parse v0.2.1 |
2803 | 2024-12-17T20:57:56.033Z | [ helios-setup] Dec 17 20:57:54.674 INFO E| Downloaded futures-io v0.3.28 |
2804 | 2024-12-17T20:57:56.036Z | [ helios-setup] Dec 17 20:57:54.676 INFO E| Downloaded tokio-macros v2.0.0 |
2805 | 2024-12-17T20:57:56.038Z | [ helios-setup] Dec 17 20:57:54.678 INFO E| Downloaded lazy_static v1.4.0 |
2806 | 2024-12-17T20:57:56.038Z | [ helios-setup] Dec 17 20:57:54.680 INFO E| Downloaded slog-bunyan v2.4.0 |
2807 | 2024-12-17T20:57:56.042Z | [ helios-setup] Dec 17 20:57:54.682 INFO E| Downloaded num-integer v0.1.45 |
2808 | 2024-12-17T20:57:56.044Z | [ helios-setup] Dec 17 20:57:54.686 INFO E| Downloaded cargo-lock v8.0.3 |
2809 | 2024-12-17T20:57:56.049Z | [ helios-setup] Dec 17 20:57:54.691 INFO E| Downloaded unicode-width v0.1.10 |
2810 | 2024-12-17T20:57:56.124Z | [ helios-setup] Dec 17 20:57:54.766 INFO E| Downloaded walkdir v2.3.3 |
2811 | 2024-12-17T20:57:56.139Z | [ helios-setup] Dec 17 20:57:54.770 INFO E| Downloaded either v1.8.0 |
2812 | 2024-12-17T20:57:56.139Z | [ helios-setup] Dec 17 20:57:54.772 INFO E| Downloaded toml_datetime v0.6.1 |
2813 | 2024-12-17T20:57:56.139Z | [ helios-setup] Dec 17 20:57:54.774 INFO E| Downloaded errno v0.3.1 |
2814 | 2024-12-17T20:57:56.139Z | [ helios-setup] Dec 17 20:57:54.776 INFO E| Downloaded ppv-lite86 v0.2.17 |
2815 | 2024-12-17T20:57:56.139Z | [ helios-setup] Dec 17 20:57:54.778 INFO E| Downloaded smallvec v1.10.0 |
2816 | 2024-12-17T20:57:56.143Z | [ helios-setup] Dec 17 20:57:54.781 INFO E| Downloaded httparse v1.8.0 |
2817 | 2024-12-17T20:57:56.143Z | [ helios-setup] Dec 17 20:57:54.785 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2818 | 2024-12-17T20:57:56.146Z | [ helios-setup] Dec 17 20:57:54.788 INFO E| Downloaded smartstring v1.0.1 |
2819 | 2024-12-17T20:57:56.150Z | [ helios-setup] Dec 17 20:57:54.792 INFO E| Downloaded clap v4.2.1 |
2820 | 2024-12-17T20:57:56.164Z | [ helios-setup] Dec 17 20:57:54.806 INFO E| Downloaded time v0.1.45 |
2821 | 2024-12-17T20:57:56.167Z | [ helios-setup] Dec 17 20:57:54.809 INFO E| Downloaded reqwest v0.11.16 |
2822 | 2024-12-17T20:57:56.179Z | [ helios-setup] Dec 17 20:57:54.821 INFO E| Downloaded tokio-rustls v0.24.0 |
2823 | 2024-12-17T20:57:56.182Z | [ helios-setup] Dec 17 20:57:54.824 INFO E| Downloaded textwrap v0.16.0 |
2824 | 2024-12-17T20:57:56.186Z | [ helios-setup] Dec 17 20:57:54.828 INFO E| Downloaded schemars v0.8.12 |
2825 | 2024-12-17T20:57:56.203Z | [ helios-setup] Dec 17 20:57:54.845 INFO E| Downloaded uuid v1.3.0 |
2826 | 2024-12-17T20:57:56.208Z | [ helios-setup] Dec 17 20:57:54.850 INFO E| Downloaded flate2 v1.0.25 |
2827 | 2024-12-17T20:57:56.214Z | [ helios-setup] Dec 17 20:57:54.856 INFO E| Downloaded miniz_oxide v0.6.2 |
2828 | 2024-12-17T20:57:56.217Z | [ helios-setup] Dec 17 20:57:54.859 INFO E| Downloaded url v2.3.1 |
2829 | 2024-12-17T20:57:56.222Z | [ helios-setup] Dec 17 20:57:54.864 INFO E| Downloaded memchr v2.5.0 |
2830 | 2024-12-17T20:57:56.227Z | [ helios-setup] Dec 17 20:57:54.869 INFO E| Downloaded unicode-ident v1.0.8 |
2831 | 2024-12-17T20:57:56.232Z | [ helios-setup] Dec 17 20:57:54.874 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2832 | 2024-12-17T20:57:56.237Z | [ helios-setup] Dec 17 20:57:54.879 INFO E| Downloaded serde_yaml v0.9.21 |
2833 | 2024-12-17T20:57:56.243Z | [ helios-setup] Dec 17 20:57:54.885 INFO E| Downloaded http v0.2.9 |
2834 | 2024-12-17T20:57:56.249Z | [ helios-setup] Dec 17 20:57:54.891 INFO E| Downloaded rayon-core v1.10.2 |
2835 | 2024-12-17T20:57:56.255Z | [ helios-setup] Dec 17 20:57:54.897 INFO E| Downloaded mio v0.8.5 |
2836 | 2024-12-17T20:57:56.264Z | [ helios-setup] Dec 17 20:57:54.906 INFO E| Downloaded unicode-linebreak v0.1.4 |
2837 | 2024-12-17T20:57:56.269Z | [ helios-setup] Dec 17 20:57:54.911 INFO E| Downloaded tracing v0.1.37 |
2838 | 2024-12-17T20:57:56.276Z | [ helios-setup] Dec 17 20:57:54.918 INFO E| Downloaded toml_edit v0.19.8 |
2839 | 2024-12-17T20:57:56.304Z | [ helios-setup] Dec 17 20:57:54.946 INFO E| Downloaded unicode-normalization v0.1.22 |
2840 | 2024-12-17T20:57:56.310Z | [ helios-setup] Dec 17 20:57:54.952 INFO E| Downloaded winnow v0.4.1 |
2841 | 2024-12-17T20:57:56.323Z | [ helios-setup] Dec 17 20:57:54.964 INFO E| Downloaded clap_builder v4.2.1 |
2842 | 2024-12-17T20:57:56.333Z | [ helios-setup] Dec 17 20:57:54.975 INFO E| Downloaded serde_json v1.0.95 |
2843 | 2024-12-17T20:57:56.345Z | [ helios-setup] Dec 17 20:57:54.987 INFO E| Downloaded h2 v0.3.16 |
2844 | 2024-12-17T20:57:56.355Z | [ helios-setup] Dec 17 20:57:54.997 INFO E| Downloaded hyper v0.14.25 |
2845 | 2024-12-17T20:57:56.367Z | [ helios-setup] Dec 17 20:57:55.009 INFO E| Downloaded git2 v0.16.1 |
2846 | 2024-12-17T20:57:56.380Z | [ helios-setup] Dec 17 20:57:55.022 INFO E| Downloaded regress v0.5.0 |
2847 | 2024-12-17T20:57:56.392Z | [ helios-setup] Dec 17 20:57:55.033 INFO E| Downloaded rustls v0.21.0 |
2848 | 2024-12-17T20:57:56.408Z | [ helios-setup] Dec 17 20:57:55.049 INFO E| Downloaded syn v1.0.107 |
2849 | 2024-12-17T20:57:56.422Z | [ helios-setup] Dec 17 20:57:55.064 INFO E| Downloaded rustix v0.37.3 |
2850 | 2024-12-17T20:57:56.451Z | [ helios-setup] Dec 17 20:57:55.093 INFO E| Downloaded syn v2.0.72 |
2851 | 2024-12-17T20:57:56.529Z | [ helios-setup] Dec 17 20:57:55.170 INFO E| Downloaded rhai v1.14.0 |
2852 | 2024-12-17T20:57:56.547Z | [ helios-setup] Dec 17 20:57:55.189 INFO E| Downloaded regex v1.7.3 |
2853 | 2024-12-17T20:57:56.559Z | [ helios-setup] Dec 17 20:57:55.201 INFO E| Downloaded chrono v0.4.24 |
2854 | 2024-12-17T20:57:56.569Z | [ helios-setup] Dec 17 20:57:55.211 INFO E| Downloaded rayon v1.6.1 |
2855 | 2024-12-17T20:57:56.582Z | [ helios-setup] Dec 17 20:57:55.224 INFO E| Downloaded openapiv3 v1.0.2 |
2856 | 2024-12-17T20:57:56.602Z | [ helios-setup] Dec 17 20:57:55.243 INFO E| Downloaded futures-util v0.3.28 |
2857 | 2024-12-17T20:57:56.621Z | [ helios-setup] Dec 17 20:57:55.263 INFO E| Downloaded tokio-util v0.7.7 |
2858 | 2024-12-17T20:57:56.630Z | [ helios-setup] Dec 17 20:57:55.271 INFO E| Downloaded serde v1.0.204 |
2859 | 2024-12-17T20:57:56.634Z | [ helios-setup] Dec 17 20:57:55.276 INFO E| Downloaded pest v2.5.7 |
2860 | 2024-12-17T20:57:56.643Z | [ helios-setup] Dec 17 20:57:55.285 INFO E| Downloaded tracing-core v0.1.30 |
2861 | 2024-12-17T20:57:56.647Z | [ helios-setup] Dec 17 20:57:55.289 INFO E| Downloaded rustls-webpki v0.100.1 |
2862 | 2024-12-17T20:57:56.657Z | [ helios-setup] Dec 17 20:57:55.299 INFO E| Downloaded crossbeam-channel v0.5.6 |
2863 | 2024-12-17T20:57:56.664Z | [ helios-setup] Dec 17 20:57:55.306 INFO E| Downloaded unicode-bidi v0.3.13 |
2864 | 2024-12-17T20:57:56.669Z | [ helios-setup] Dec 17 20:57:55.311 INFO E| Downloaded ucd-trie v0.1.5 |
2865 | 2024-12-17T20:57:56.671Z | [ helios-setup] Dec 17 20:57:55.313 INFO E| Downloaded typenum v1.16.0 |
2866 | 2024-12-17T20:57:56.675Z | [ helios-setup] Dec 17 20:57:55.317 INFO E| Downloaded tungstenite v0.18.0 |
2867 | 2024-12-17T20:57:56.680Z | [ helios-setup] Dec 17 20:57:55.322 INFO E| Downloaded toml v0.7.3 |
2868 | 2024-12-17T20:57:56.685Z | [ helios-setup] Dec 17 20:57:55.327 INFO E| Downloaded tinyvec v1.6.0 |
2869 | 2024-12-17T20:57:56.691Z | [ helios-setup] Dec 17 20:57:55.333 INFO E| Downloaded pin-project-lite v0.2.9 |
2870 | 2024-12-17T20:57:56.698Z | [ helios-setup] Dec 17 20:57:55.340 INFO E| Downloaded parking_lot_core v0.9.6 |
2871 | 2024-12-17T20:57:56.702Z | [ helios-setup] Dec 17 20:57:55.344 INFO E| Downloaded num-traits v0.2.15 |
2872 | 2024-12-17T20:57:56.706Z | [ helios-setup] Dec 17 20:57:55.348 INFO E| Downloaded libc v0.2.139 |
2873 | 2024-12-17T20:57:56.747Z | [ helios-setup] Dec 17 20:57:55.389 INFO E| Downloaded tokio v1.27.0 |
2874 | 2024-12-17T20:57:56.797Z | [ helios-setup] Dec 17 20:57:55.439 INFO E| Downloaded ryu v1.0.13 |
2875 | 2024-12-17T20:57:56.802Z | [ helios-setup] Dec 17 20:57:55.444 INFO E| Downloaded rhai_codegen v1.5.0 |
2876 | 2024-12-17T20:57:56.814Z | [ helios-setup] Dec 17 20:57:55.456 INFO E| Downloaded quote v1.0.36 |
2877 | 2024-12-17T20:57:56.818Z | [ helios-setup] Dec 17 20:57:55.460 INFO E| Downloaded parking_lot v0.12.1 |
2878 | 2024-12-17T20:57:56.822Z | [ helios-setup] Dec 17 20:57:55.464 INFO E| Downloaded log v0.4.17 |
2879 | 2024-12-17T20:57:56.825Z | [ helios-setup] Dec 17 20:57:55.467 INFO E| Downloaded cc v1.0.78 |
2880 | 2024-12-17T20:57:56.829Z | [ helios-setup] Dec 17 20:57:55.471 INFO E| Downloaded bytes v1.4.0 |
2881 | 2024-12-17T20:57:56.834Z | [ helios-setup] Dec 17 20:57:55.476 INFO E| Downloaded base64 v0.21.0 |
2882 | 2024-12-17T20:57:56.839Z | [ helios-setup] Dec 17 20:57:55.481 INFO E| Downloaded socket2 v0.4.9 |
2883 | 2024-12-17T20:57:56.842Z | [ helios-setup] Dec 17 20:57:55.484 INFO E| Downloaded serde_tokenstream v0.2.0 |
2884 | 2024-12-17T20:57:56.849Z | [ helios-setup] Dec 17 20:57:55.489 INFO E| Downloaded serde_derive v1.0.204 |
2885 | 2024-12-17T20:57:56.851Z | [ helios-setup] Dec 17 20:57:55.493 INFO E| Downloaded futures v0.3.28 |
2886 | 2024-12-17T20:57:56.861Z | [ helios-setup] Dec 17 20:57:55.501 INFO E| Downloaded crossbeam-utils v0.8.14 |
2887 | 2024-12-17T20:57:56.864Z | [ helios-setup] Dec 17 20:57:55.506 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2888 | 2024-12-17T20:57:56.868Z | [ helios-setup] Dec 17 20:57:55.510 INFO E| Downloaded tempfile v3.5.0 |
2889 | 2024-12-17T20:57:56.872Z | [ helios-setup] Dec 17 20:57:55.514 INFO E| Downloaded sct v0.7.0 |
2890 | 2024-12-17T20:57:56.881Z | [ helios-setup] Dec 17 20:57:55.519 INFO E| Downloaded once_cell v1.17.0 |
2891 | 2024-12-17T20:57:56.883Z | [ helios-setup] Dec 17 20:57:55.523 INFO E| Downloaded ipnet v2.7.2 |
2892 | 2024-12-17T20:57:56.886Z | [ helios-setup] Dec 17 20:57:55.526 INFO E| Downloaded io-lifetimes v1.0.10 |
2893 | 2024-12-17T20:57:56.889Z | [ helios-setup] Dec 17 20:57:55.530 INFO E| Downloaded futures-channel v0.3.28 |
2894 | 2024-12-17T20:57:56.891Z | [ helios-setup] Dec 17 20:57:55.533 INFO E| Downloaded getrandom v0.2.8 |
2895 | 2024-12-17T20:57:56.896Z | [ helios-setup] Dec 17 20:57:55.538 INFO E| Downloaded serde_derive_internals v0.26.0 |
2896 | 2024-12-17T20:57:56.899Z | [ helios-setup] Dec 17 20:57:55.541 INFO E| Downloaded lock_api v0.4.9 |
2897 | 2024-12-17T20:57:56.902Z | [ helios-setup] Dec 17 20:57:55.543 INFO E| Downloaded home v0.5.4 |
2898 | 2024-12-17T20:57:56.904Z | [ helios-setup] Dec 17 20:57:55.545 INFO E| Downloaded fastrand v1.9.0 |
2899 | 2024-12-17T20:57:56.908Z | [ helios-setup] Dec 17 20:57:55.548 INFO E| Downloaded concolor-query v0.3.3 |
2900 | 2024-12-17T20:57:56.910Z | [ helios-setup] Dec 17 20:57:55.550 INFO E| Downloaded clap_derive v4.2.0 |
2901 | 2024-12-17T20:57:56.913Z | [ helios-setup] Dec 17 20:57:55.553 INFO E| Downloaded thiserror v1.0.38 |
2902 | 2024-12-17T20:57:56.918Z | [ helios-setup] Dec 17 20:57:55.560 INFO E| Downloaded semver v1.0.17 |
2903 | 2024-12-17T20:57:56.922Z | [ helios-setup] Dec 17 20:57:55.564 INFO E| Downloaded proc-macro-crate v1.2.1 |
2904 | 2024-12-17T20:57:56.925Z | [ helios-setup] Dec 17 20:57:55.566 INFO E| Downloaded pkg-config v0.3.26 |
2905 | 2024-12-17T20:57:56.927Z | [ helios-setup] Dec 17 20:57:55.568 INFO E| Downloaded percent-encoding v2.2.0 |
2906 | 2024-12-17T20:57:56.929Z | [ helios-setup] Dec 17 20:57:55.570 INFO E| Downloaded paste v1.0.12 |
2907 | 2024-12-17T20:57:56.935Z | [ helios-setup] Dec 17 20:57:55.575 INFO E| Downloaded num_enum_derive v0.5.7 |
2908 | 2024-12-17T20:57:56.937Z | [ helios-setup] Dec 17 20:57:55.577 INFO E| Downloaded num_enum v0.5.7 |
2909 | 2024-12-17T20:57:56.941Z | [ helios-setup] Dec 17 20:57:55.583 INFO E| Downloaded num_cpus v1.15.0 |
2910 | 2024-12-17T20:57:56.949Z | [ helios-setup] Dec 17 20:57:55.587 INFO E| Downloaded memoffset v0.7.1 |
2911 | 2024-12-17T20:57:56.949Z | [ helios-setup] Dec 17 20:57:55.589 INFO E| Downloaded httpdate v1.0.2 |
2912 | 2024-12-17T20:57:56.949Z | [ helios-setup] Dec 17 20:57:55.590 INFO E| Downloaded generic-array v0.14.6 |
2913 | 2024-12-17T20:57:56.953Z | [ helios-setup] Dec 17 20:57:55.593 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2914 | 2024-12-17T20:57:56.955Z | [ helios-setup] Dec 17 20:57:55.596 INFO E| Downloaded jobserver v0.1.26 |
2915 | 2024-12-17T20:57:56.958Z | [ helios-setup] Dec 17 20:57:55.599 INFO E| Downloaded is-terminal v0.4.7 |
2916 | 2024-12-17T20:57:56.958Z | [ helios-setup] Dec 17 20:57:55.600 INFO E| Downloaded camino v1.1.4 |
2917 | 2024-12-17T20:57:56.961Z | [ helios-setup] Dec 17 20:57:55.603 INFO E| Downloaded futures-macro v0.3.28 |
2918 | 2024-12-17T20:57:56.963Z | [ helios-setup] Dec 17 20:57:55.605 INFO E| Downloaded encoding_rs v0.8.32 |
2919 | 2024-12-17T20:57:56.995Z | [ helios-setup] Dec 17 20:57:55.637 INFO E| Downloaded futures-core v0.3.28 |
2920 | 2024-12-17T20:57:56.998Z | [ helios-setup] Dec 17 20:57:55.639 INFO E| Downloaded http-body v0.4.5 |
2921 | 2024-12-17T20:57:57.001Z | [ helios-setup] Dec 17 20:57:55.641 INFO E| Downloaded futures-executor v0.3.28 |
2922 | 2024-12-17T20:57:57.004Z | [ helios-setup] Dec 17 20:57:55.643 INFO E| Downloaded futures-task v0.3.28 |
2923 | 2024-12-17T20:57:57.004Z | [ helios-setup] Dec 17 20:57:55.645 INFO E| Downloaded futures-sink v0.3.28 |
2924 | 2024-12-17T20:57:57.006Z | [ helios-setup] Dec 17 20:57:55.646 INFO E| Downloaded form_urlencoded v1.1.0 |
2925 | 2024-12-17T20:57:57.006Z | [ helios-setup] Dec 17 20:57:55.647 INFO E| Downloaded cpufeatures v0.2.5 |
2926 | 2024-12-17T20:57:57.008Z | [ helios-setup] Dec 17 20:57:55.649 INFO E| Downloaded slab v0.4.7 |
2927 | 2024-12-17T20:57:57.011Z | [ helios-setup] Dec 17 20:57:55.651 INFO E| Downloaded dyn-clone v1.0.11 |
2928 | 2024-12-17T20:57:57.011Z | [ helios-setup] Dec 17 20:57:55.653 INFO E| Downloaded crossbeam-deque v0.8.2 |
2929 | 2024-12-17T20:57:57.015Z | [ helios-setup] Dec 17 20:57:55.655 INFO E| Downloaded sha2 v0.10.6 |
2930 | 2024-12-17T20:57:57.017Z | [ helios-setup] Dec 17 20:57:55.657 INFO E| Downloaded rustls-pemfile v1.0.2 |
2931 | 2024-12-17T20:57:57.022Z | [ helios-setup] Dec 17 20:57:55.660 INFO E| Downloaded async-trait v0.1.68 |
2932 | 2024-12-17T20:57:57.024Z | [ helios-setup] Dec 17 20:57:55.664 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2933 | 2024-12-17T20:57:57.024Z | [ helios-setup] Dec 17 20:57:55.666 INFO E| Downloaded clap_lex v0.4.1 |
2934 | 2024-12-17T20:57:57.029Z | [ helios-setup] Dec 17 20:57:55.667 INFO E| Downloaded bincode v1.3.3 |
2935 | 2024-12-17T20:57:57.031Z | [ helios-setup] Dec 17 20:57:55.670 INFO E| Downloaded byteorder v1.4.3 |
2936 | 2024-12-17T20:57:57.031Z | [ helios-setup] Dec 17 20:57:55.673 INFO E| Downloaded block-buffer v0.10.3 |
2937 | 2024-12-17T20:57:57.042Z | [ helios-setup] Dec 17 20:57:55.684 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2938 | 2024-12-17T20:57:57.214Z | [ helios-setup] Dec 17 20:57:55.856 INFO E| Downloaded libz-sys v1.1.8 |
2939 | 2024-12-17T20:57:57.538Z | [ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling proc-macro2 v1.0.86 |
2940 | 2024-12-17T20:57:57.538Z | [ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling libc v0.2.139 |
2941 | 2024-12-17T20:57:57.538Z | [ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling unicode-ident v1.0.8 |
2942 | 2024-12-17T20:57:57.542Z | [ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling autocfg v1.1.0 |
2943 | 2024-12-17T20:57:57.542Z | [ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling cfg-if v1.0.0 |
2944 | 2024-12-17T20:57:57.542Z | [ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling version_check v0.9.4 |
2945 | 2024-12-17T20:57:57.542Z | [ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling serde v1.0.204 |
2946 | 2024-12-17T20:57:57.542Z | [ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling syn v1.0.107 |
2947 | 2024-12-17T20:57:57.754Z | [ host-package] Compiling mime_guess v2.0.5 |
2948 | 2024-12-17T20:57:58.177Z | [ helios-setup] Dec 17 20:57:56.818 INFO E| Compiling memchr v2.5.0 |
2949 | 2024-12-17T20:57:59.349Z | [ helios-setup] Dec 17 20:57:57.991 INFO E| Compiling once_cell v1.17.0 |
2950 | 2024-12-17T20:57:59.425Z | [ helios-setup] Dec 17 20:57:58.067 INFO E| Compiling thiserror v1.0.38 |
2951 | 2024-12-17T20:57:59.640Z | [ helios-setup] Dec 17 20:57:58.282 INFO E| Compiling log v0.4.17 |
2952 | 2024-12-17T20:58:00.329Z | [ helios-setup] Dec 17 20:57:58.963 INFO E| Compiling itoa v1.0.6 |
2953 | 2024-12-17T20:58:00.423Z | [ helios-setup] Dec 17 20:57:59.065 INFO E| Compiling serde_json v1.0.95 |
2954 | 2024-12-17T20:58:01.057Z | [ helios-setup] Dec 17 20:57:59.689 INFO E| Compiling jobserver v0.1.26 |
2955 | 2024-12-17T20:58:01.058Z | [ helios-setup] Dec 17 20:57:59.689 INFO E| Compiling getrandom v0.2.8 |
2956 | 2024-12-17T20:58:01.626Z | [ helios-setup] Dec 17 20:58:00.267 INFO E| Compiling quote v1.0.36 |
2957 | 2024-12-17T20:58:01.752Z | [ helios-setup] Dec 17 20:58:00.394 INFO E| Compiling cc v1.0.78 |
2958 | 2024-12-17T20:58:01.940Z | [ helios-setup] Dec 17 20:58:00.582 INFO E| Compiling indexmap v1.9.3 |
2959 | 2024-12-17T20:58:02.201Z | [ helios-setup] Dec 17 20:58:00.842 INFO E| Compiling pin-project-lite v0.2.9 |
2960 | 2024-12-17T20:58:02.472Z | [ helios-setup] Dec 17 20:58:01.114 INFO E| Compiling scopeguard v1.1.0 |
2961 | 2024-12-17T20:58:02.611Z | [ helios-setup] Dec 17 20:58:01.253 INFO E| Compiling syn v2.0.72 |
2962 | 2024-12-17T20:58:02.880Z | [ helios-setup] Dec 17 20:58:01.521 INFO E| Compiling num-integer v0.1.45 |
2963 | 2024-12-17T20:58:02.986Z | [ helios-setup] Dec 17 20:58:01.627 INFO E| Compiling bytes v1.4.0 |
2964 | 2024-12-17T20:58:03.089Z | [ helios-setup] Dec 17 20:58:01.731 INFO E| Compiling futures-core v0.3.28 |
2965 | 2024-12-17T20:58:03.387Z | [ host-package] Compiling hickory-client v0.24.1 |
2966 | 2024-12-17T20:58:03.620Z | [ helios-setup] Dec 17 20:58:02.262 INFO E| Compiling ryu v1.0.13 |
2967 | 2024-12-17T20:58:04.669Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2968 | 2024-12-17T20:58:04.897Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2969 | 2024-12-17T20:58:04.989Z | [ helios-setup] Dec 17 20:58:03.631 INFO E| Compiling lock_api v0.4.9 |
2970 | 2024-12-17T20:58:05.200Z | [ helios-setup] Dec 17 20:58:03.841 INFO E| Compiling parking_lot_core v0.9.6 |
2971 | 2024-12-17T20:58:05.364Z | [ helios-setup] Dec 17 20:58:04.005 INFO E| Compiling typenum v1.16.0 |
2972 | 2024-12-17T20:58:05.718Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2973 | 2024-12-17T20:58:05.839Z | [ helios-setup] Dec 17 20:58:04.481 INFO E| Compiling bitflags v1.3.2 |
2974 | 2024-12-17T20:58:06.168Z | [ helios-setup] Dec 17 20:58:04.810 INFO E| Compiling num_cpus v1.15.0 |
2975 | 2024-12-17T20:58:06.342Z | [ helios-setup] Dec 17 20:58:04.984 INFO E| Compiling generic-array v0.14.6 |
2976 | 2024-12-17T20:58:06.429Z | [ helios-setup] Dec 17 20:58:05.071 INFO E| Compiling slab v0.4.7 |
2977 | 2024-12-17T20:58:06.793Z | [ helios-setup] Dec 17 20:58:05.235 INFO E| Compiling futures-task v0.3.28 |
2978 | 2024-12-17T20:58:06.807Z | [ helios-setup] Dec 17 20:58:05.354 INFO E| Compiling futures-channel v0.3.28 |
2979 | 2024-12-17T20:58:06.817Z | [ helios-setup] Dec 17 20:58:05.424 INFO E| Compiling futures-sink v0.3.28 |
2980 | 2024-12-17T20:58:07.467Z | [ helios-setup] Dec 17 20:58:06.109 INFO E| Compiling tokio v1.27.0 |
2981 | 2024-12-17T20:58:07.666Z | [ helios-setup] Dec 17 20:58:06.308 INFO E| Compiling schemars v0.8.12 |
2982 | 2024-12-17T20:58:07.707Z | [ helios-setup] Dec 17 20:58:06.349 INFO E| Compiling futures-util v0.3.28 |
2983 | 2024-12-17T20:58:08.653Z | [ helios-setup] Dec 17 20:58:07.295 INFO E| Compiling mio v0.8.5 |
2984 | 2024-12-17T20:58:08.743Z | [ helios-setup] Dec 17 20:58:07.385 INFO E| Compiling socket2 v0.4.9 |
2985 | 2024-12-17T20:58:08.852Z | [ helios-setup] Dec 17 20:58:07.493 INFO E| Compiling signal-hook-registry v1.4.0 |
2986 | 2024-12-17T20:58:09.158Z | [ helios-setup] Dec 17 20:58:07.800 INFO E| Compiling ahash v0.7.6 |
2987 | 2024-12-17T20:58:09.504Z | [ helios-setup] Dec 17 20:58:08.146 INFO E| Compiling num-traits v0.2.15 |
2988 | 2024-12-17T20:58:09.580Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2989 | 2024-12-17T20:58:10.094Z | [ helios-setup] Dec 17 20:58:08.736 INFO E| Compiling crunchy v0.2.2 |
2990 | 2024-12-17T20:58:10.575Z | [ helios-setup] Dec 17 20:58:09.216 INFO E| Compiling pin-utils v0.1.0 |
2991 | 2024-12-17T20:58:10.852Z | [ helios-setup] Dec 17 20:58:09.494 INFO E| Compiling futures-io v0.3.28 |
2992 | 2024-12-17T20:58:11.094Z | [ helios-setup] Dec 17 20:58:09.734 INFO E| Compiling io-lifetimes v1.0.10 |
2993 | 2024-12-17T20:58:12.166Z | [ helios-setup] Dec 17 20:58:10.808 INFO E| Compiling ahash v0.8.3 |
2994 | 2024-12-17T20:58:12.491Z | [ helios-setup] Dec 17 20:58:11.132 INFO E| Compiling rustix v0.37.3 |
2995 | 2024-12-17T20:58:12.645Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2996 | 2024-12-17T20:58:12.836Z | [ helios-setup] Dec 17 20:58:11.477 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2997 | 2024-12-17T20:58:13.785Z | [ helios-setup] Dec 17 20:58:12.427 INFO E| Compiling hashbrown v0.12.3 |
2998 | 2024-12-17T20:58:13.914Z | [ helios-setup] Dec 17 20:58:12.555 INFO E| Compiling tiny-keccak v2.0.2 |
2999 | 2024-12-17T20:58:14.028Z | [ helios-setup] Dec 17 20:58:12.669 INFO E| Compiling crypto-common v0.1.6 |
3000 | 2024-12-17T20:58:14.155Z | [ helios-setup] Dec 17 20:58:12.796 INFO E| Compiling serde_derive_internals v0.26.0 |
3001 | 2024-12-17T20:58:14.223Z | [ helios-setup] Dec 17 20:58:12.864 INFO E| Compiling block-buffer v0.10.3 |
3002 | 2024-12-17T20:58:15.168Z | [ host-package] Compiling hickory-server v0.24.1 |
3003 | 2024-12-17T20:58:15.722Z | [ host-package] Compiling primeorder v0.13.6 |
3004 | 2024-12-17T20:58:15.962Z | [ helios-setup] Dec 17 20:58:14.604 INFO E| Compiling errno v0.3.1 |
3005 | 2024-12-17T20:58:16.374Z | [ helios-setup] Dec 17 20:58:15.016 INFO E| Compiling crossbeam-utils v0.8.14 |
3006 | 2024-12-17T20:58:16.712Z | [ helios-setup] Dec 17 20:58:15.354 INFO E| Compiling pkg-config v0.3.26 |
3007 | 2024-12-17T20:58:16.767Z | [ helios-setup] Dec 17 20:58:15.409 INFO E| Compiling fnv v1.0.7 |
3008 | 2024-12-17T20:58:16.838Z | [ helios-setup] Dec 17 20:58:15.480 INFO E| Compiling slog v2.7.0 |
3009 | 2024-12-17T20:58:17.105Z | [ helios-setup] Dec 17 20:58:15.747 INFO E| Compiling http v0.2.9 |
3010 | 2024-12-17T20:58:17.177Z | [ host-package] Compiling vergen v8.3.2 |
3011 | 2024-12-17T20:58:17.909Z | [ host-package] Compiling env_filter v0.1.2 |
3012 | 2024-12-17T20:58:19.742Z | [ helios-setup] Dec 17 20:58:18.384 INFO E| Compiling digest v0.10.6 |
3013 | 2024-12-17T20:58:20.660Z | [ helios-setup] Dec 17 20:58:19.301 INFO E| Compiling aho-corasick v0.7.20 |
3014 | 2024-12-17T20:58:20.764Z | [ helios-setup] Dec 17 20:58:19.405 INFO E| Compiling percent-encoding v2.2.0 |
3015 | 2024-12-17T20:58:20.845Z | [ host-package] Compiling cargo-platform v0.1.8 |
3016 | 2024-12-17T20:58:20.977Z | [ helios-setup] Dec 17 20:58:19.619 INFO E| Compiling unicode-width v0.1.10 |
3017 | 2024-12-17T20:58:21.609Z | [ helios-setup] Dec 17 20:58:20.249 INFO E| Compiling tinyvec_macros v0.1.1 |
3018 | 2024-12-17T20:58:21.984Z | [ helios-setup] Dec 17 20:58:20.626 INFO E| Compiling regex-syntax v0.6.29 |
3019 | 2024-12-17T20:58:22.013Z | [ host-package] Compiling nanorand v0.7.0 |
3020 | 2024-12-17T20:58:22.033Z | [ helios-setup] Dec 17 20:58:20.674 INFO E| Compiling anyhow v1.0.68 |
3021 | 2024-12-17T20:58:23.040Z | [ helios-setup] Dec 17 20:58:21.682 INFO E| Compiling cpufeatures v0.2.5 |
3022 | 2024-12-17T20:58:23.283Z | [ helios-setup] Dec 17 20:58:21.924 INFO E| Compiling heck v0.4.1 |
3023 | 2024-12-17T20:58:23.466Z | [ helios-setup] Dec 17 20:58:22.108 INFO E| Compiling httparse v1.8.0 |
3024 | 2024-12-17T20:58:24.005Z | [ host-package] Compiling memoffset v0.9.1 |
3025 | 2024-12-17T20:58:24.115Z | [ helios-setup] Dec 17 20:58:22.757 INFO E| Compiling tinyvec v1.6.0 |
3026 | 2024-12-17T20:58:24.134Z | [ helios-setup] Dec 17 20:58:22.776 INFO E| Compiling const-random-macro v0.1.15 |
3027 | 2024-12-17T20:58:24.262Z | [ helios-setup] Dec 17 20:58:22.904 INFO E| Compiling thiserror-impl v1.0.38 |
3028 | 2024-12-17T20:58:24.685Z | [ helios-setup] Dec 17 20:58:23.327 INFO E| Compiling schemars_derive v0.8.12 |
3029 | 2024-12-17T20:58:25.244Z | [ host-package] Compiling flume v0.11.1 |
3030 | 2024-12-17T20:58:25.517Z | [ host-package] Compiling git2 v0.19.0 |
3031 | 2024-12-17T20:58:25.578Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3032 | 2024-12-17T20:58:26.070Z | [ helios-setup] Dec 17 20:58:24.711 INFO E| Compiling serde_derive v1.0.204 |
3033 | 2024-12-17T20:58:26.104Z | [ helios-setup] Dec 17 20:58:24.746 INFO E| Compiling futures-macro v0.3.28 |
3034 | 2024-12-17T20:58:26.116Z | [ helios-setup] Dec 17 20:58:24.757 INFO E| Compiling tokio-macros v2.0.0 |
3035 | 2024-12-17T20:58:27.274Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3036 | 2024-12-17T20:58:27.305Z | [ helios-setup] Dec 17 20:58:25.947 INFO E| Compiling form_urlencoded v1.1.0 |
3037 | 2024-12-17T20:58:28.275Z | [ helios-setup] Dec 17 20:58:26.917 INFO E| Compiling hashbrown v0.13.2 |
3038 | 2024-12-17T20:58:28.383Z | [ host-package] Compiling env_logger v0.11.5 |
3039 | 2024-12-17T20:58:29.220Z | [ helios-setup] Dec 17 20:58:27.862 INFO E| Compiling regex v1.7.3 |
3040 | 2024-12-17T20:58:30.753Z | [ helios-setup] Dec 17 20:58:29.395 INFO E| Compiling chrono v0.4.24 |
3041 | 2024-12-17T20:58:30.945Z | [ helios-setup] Dec 17 20:58:29.587 INFO E| Compiling libz-sys v1.1.8 |
3042 | 2024-12-17T20:58:31.431Z | [ host-package] Compiling p384 v0.13.0 |
3043 | 2024-12-17T20:58:33.399Z | [ helios-setup] Dec 17 20:58:32.040 INFO E| Compiling dyn-clone v1.0.11 |
3044 | 2024-12-17T20:58:33.868Z | [ helios-setup] Dec 17 20:58:32.510 INFO E| Compiling uuid v1.3.0 |
3045 | 2024-12-17T20:58:33.881Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3046 | 2024-12-17T20:58:34.373Z | [ helios-setup] Dec 17 20:58:33.014 INFO E| Compiling regress v0.5.0 |
3047 | 2024-12-17T20:58:34.479Z | [ helios-setup] Dec 17 20:58:33.121 INFO E| Compiling unicode-normalization v0.1.22 |
3048 | 2024-12-17T20:58:35.481Z | [ helios-setup] Dec 17 20:58:34.123 INFO E| Compiling const-random v0.1.15 |
3049 | 2024-12-17T20:58:36.749Z | [ helios-setup] Dec 17 20:58:35.391 INFO E| Compiling getopts v0.2.21 |
3050 | 2024-12-17T20:58:38.026Z | [ helios-setup] Dec 17 20:58:36.668 INFO E| Compiling tracing-core v0.1.30 |
3051 | 2024-12-17T20:58:38.453Z | [ helios-setup] Dec 17 20:58:37.095 INFO E| Compiling memoffset v0.7.1 |
3052 | 2024-12-17T20:58:38.696Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3053 | 2024-12-17T20:58:38.819Z | [ helios-setup] Dec 17 20:58:37.460 INFO E| Compiling time-core v0.1.2 |
3054 | 2024-12-17T20:58:38.972Z | [ helios-setup] Dec 17 20:58:37.613 INFO E| Compiling unicode-bidi v0.3.13 |
3055 | 2024-12-17T20:58:39.332Z | [ helios-setup] Dec 17 20:58:37.972 INFO E| Compiling powerfmt v0.2.0 |
3056 | 2024-12-17T20:58:40.126Z | [ helios-setup] Dec 17 20:58:38.767 INFO E| Compiling num-conv v0.1.0 |
3057 | 2024-12-17T20:58:41.385Z | [ helios-setup] Dec 17 20:58:40.025 INFO E| Compiling ucd-trie v0.1.5 |
3058 | 2024-12-17T20:58:41.973Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3059 | 2024-12-17T20:58:42.599Z | [ helios-setup] Dec 17 20:58:41.240 INFO E| Compiling pest v2.5.7 |
3060 | 2024-12-17T20:58:43.015Z | [ helios-setup] Dec 17 20:58:41.656 INFO E| Compiling idna v0.3.0 |
3061 | 2024-12-17T20:58:43.449Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3062 | 2024-12-17T20:58:43.575Z | [ helios-setup] Dec 17 20:58:42.217 INFO E| Compiling time-macros v0.2.18 |
3063 | 2024-12-17T20:58:44.339Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3064 | 2024-12-17T20:58:44.416Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3065 | 2024-12-17T20:58:45.561Z | [ helios-setup] Dec 17 20:58:44.202 INFO E| Compiling deranged v0.3.11 |
3066 | 2024-12-17T20:58:46.995Z | [ helios-setup] Dec 17 20:58:45.636 INFO E| Compiling tracing v0.1.37 |
3067 | 2024-12-17T20:58:47.464Z | [ host-package] Compiling rand_seeder v0.3.0 |
3068 | 2024-12-17T20:58:48.301Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3069 | 2024-12-17T20:58:49.337Z | [ host-package] Compiling lzma-sys v0.1.20 |
3070 | 2024-12-17T20:58:49.668Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3071 | 2024-12-17T20:58:49.791Z | [ helios-setup] Dec 17 20:58:48.432 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3072 | 2024-12-17T20:58:50.035Z | [ helios-setup] Dec 17 20:58:48.677 INFO E| Compiling time v0.1.45 |
3073 | 2024-12-17T20:58:50.509Z | [ host-package] Compiling http-range v0.1.5 |
3074 | 2024-12-17T20:58:50.769Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3075 | 2024-12-17T20:58:50.840Z | [ helios-setup] Dec 17 20:58:49.482 INFO E| Compiling crossbeam-epoch v0.9.13 |
3076 | 2024-12-17T20:58:50.994Z | [ host-package] Compiling rustls v0.21.12 |
3077 | 2024-12-17T20:58:51.673Z | [ host-package] Compiling nix v0.29.0 |
3078 | 2024-12-17T20:58:51.923Z | [ helios-setup] Dec 17 20:58:50.565 INFO E| Compiling iana-time-zone v0.1.56 |
3079 | 2024-12-17T20:58:52.033Z | [ helios-setup] Dec 17 20:58:50.674 INFO E| Compiling semver v1.0.17 |
3080 | 2024-12-17T20:58:52.501Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3081 | 2024-12-17T20:58:52.726Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3082 | 2024-12-17T20:58:53.740Z | [ helios-setup] Dec 17 20:58:52.381 INFO E| Compiling num_threads v0.1.6 |
3083 | 2024-12-17T20:58:54.115Z | [ helios-setup] Dec 17 20:58:52.696 INFO E| Compiling time v0.3.36 |
3084 | 2024-12-17T20:58:54.658Z | [ helios-setup] Dec 17 20:58:53.300 INFO E| Compiling url v2.3.1 |
3085 | 2024-12-17T20:58:54.959Z | [ helios-setup] Dec 17 20:58:53.601 INFO E| Compiling semver-parser v0.10.2 |
3086 | 2024-12-17T20:58:55.603Z | [ helios-setup] Dec 17 20:58:54.244 INFO E| Compiling smallvec v1.10.0 |
3087 | 2024-12-17T20:58:56.301Z | [ helios-setup] Dec 17 20:58:54.943 INFO E| Compiling toml v0.5.11 |
3088 | 2024-12-17T20:58:56.593Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3089 | 2024-12-17T20:58:56.987Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3090 | 2024-12-17T20:58:58.362Z | [ helios-setup] Dec 17 20:58:57.003 INFO E| Compiling parking_lot v0.12.1 |
3091 | 2024-12-17T20:58:58.658Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3092 | 2024-12-17T20:58:59.445Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3093 | 2024-12-17T20:59:00.557Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3094 | 2024-12-17T20:59:01.237Z | [ helios-setup] Dec 17 20:58:59.879 INFO E| Compiling serde_tokenstream v0.2.0 |
3095 | 2024-12-17T20:59:01.580Z | [ host-package] Compiling sct v0.7.1 |
3096 | 2024-12-17T20:59:02.659Z | [ host-package] Compiling heck v0.3.3 |
3097 | 2024-12-17T20:59:03.856Z | [ host-package] Compiling castaway v0.2.3 |
3098 | 2024-12-17T20:59:03.917Z | [ host-package] Compiling csv-core v0.1.11 |
3099 | 2024-12-17T20:59:04.262Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3100 | 2024-12-17T20:59:05.071Z | [ host-package] Compiling glob v0.3.1 |
3101 | 2024-12-17T20:59:05.320Z | [ helios-setup] Dec 17 20:59:03.962 INFO E| Compiling crossbeam-channel v0.5.6 |
3102 | 2024-12-17T20:59:05.633Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3103 | 2024-12-17T20:59:06.334Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3104 | 2024-12-17T20:59:06.481Z | [ helios-setup] Dec 17 20:59:05.121 INFO E| Compiling dirs-sys-next v0.1.2 |
3105 | 2024-12-17T20:59:07.684Z | [ host-package] Compiling csv v1.3.0 |
3106 | 2024-12-17T20:59:08.063Z | [ host-package] Compiling compact_str v0.8.0 |
3107 | 2024-12-17T20:59:08.972Z | [ helios-setup] Dec 17 20:59:07.613 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3108 | 2024-12-17T20:59:09.234Z | [ helios-setup] Dec 17 20:59:07.875 INFO E| Compiling crc32fast v1.3.2 |
3109 | 2024-12-17T20:59:09.710Z | [ helios-setup] Dec 17 20:59:08.351 INFO E| Compiling same-file v1.0.6 |
3110 | 2024-12-17T20:59:10.043Z | [ helios-setup] Dec 17 20:59:08.685 INFO E| Compiling try-lock v0.2.4 |
3111 | 2024-12-17T20:59:10.340Z | [ helios-setup] Dec 17 20:59:08.980 INFO E| Compiling want v0.3.0 |
3112 | 2024-12-17T20:59:10.526Z | [ helios-setup] Dec 17 20:59:09.167 INFO E| Compiling walkdir v2.3.3 |
3113 | 2024-12-17T20:59:11.079Z | [ helios-setup] Dec 17 20:59:09.721 INFO E| Compiling dirs-next v2.0.0 |
3114 | 2024-12-17T20:59:12.184Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3115 | 2024-12-17T20:59:12.403Z | [ helios-setup] Dec 17 20:59:11.045 INFO E| Compiling proc-macro-crate v1.2.1 |
3116 | 2024-12-17T20:59:14.488Z | [ helios-setup] Dec 17 20:59:13.129 INFO E| Compiling semver v0.11.0 |
3117 | 2024-12-17T20:59:15.160Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3118 | 2024-12-17T20:59:15.600Z | [ host-package] Compiling nix v0.27.1 |
3119 | 2024-12-17T20:59:18.881Z | [ helios-setup] Dec 17 20:59:17.522 INFO E| Compiling futures-executor v0.3.28 |
3120 | 2024-12-17T20:59:20.132Z | [ helios-setup] Dec 17 20:59:18.773 INFO E| Compiling http-body v0.4.5 |
3121 | 2024-12-17T20:59:20.924Z | [ helios-setup] Dec 17 20:59:19.566 INFO E| Compiling tokio-util v0.7.7 |
3122 | 2024-12-17T20:59:20.930Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3123 | 2024-12-17T20:59:21.100Z | [ helios-setup] Dec 17 20:59:19.742 INFO E| Compiling ring v0.16.20 |
3124 | 2024-12-17T20:59:22.063Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3125 | 2024-12-17T20:59:22.431Z | [ helios-setup] Dec 17 20:59:21.073 INFO E| Compiling rand_core v0.6.4 |
3126 | 2024-12-17T20:59:23.664Z | [ helios-setup] Dec 17 20:59:22.306 INFO E| Compiling h2 v0.3.16 |
3127 | 2024-12-17T20:59:23.861Z | [ helios-setup] Dec 17 20:59:22.503 INFO E| Compiling thread_local v1.1.7 |
3128 | 2024-12-17T20:59:25.606Z | [ helios-setup] Dec 17 20:59:24.247 INFO E| Compiling utf8parse v0.2.1 |
3129 | 2024-12-17T20:59:25.835Z | [ helios-setup] Dec 17 20:59:24.477 INFO E| Compiling tower-service v0.3.2 |
3130 | 2024-12-17T20:59:25.939Z | [ helios-setup] Dec 17 20:59:24.580 INFO E| Compiling lazy_static v1.4.0 |
3131 | 2024-12-17T20:59:26.092Z | [ helios-setup] Dec 17 20:59:24.733 INFO E| Compiling base64 v0.21.0 |
3132 | 2024-12-17T20:59:26.417Z | [ helios-setup] Dec 17 20:59:25.058 INFO E| Compiling home v0.5.4 |
3133 | 2024-12-17T20:59:26.995Z | [ helios-setup] Dec 17 20:59:25.637 INFO E| Compiling ppv-lite86 v0.2.17 |
3134 | 2024-12-17T20:59:27.033Z | [ helios-setup] Dec 17 20:59:25.673 INFO E| Compiling rayon-core v1.10.2 |
3135 | 2024-12-17T20:59:27.050Z | [ helios-setup] Dec 17 20:59:25.691 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3136 | 2024-12-17T20:59:27.621Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3137 | 2024-12-17T20:59:28.073Z | [ helios-setup] Dec 17 20:59:26.715 INFO E| Compiling httpdate v1.0.2 |
3138 | 2024-12-17T20:59:29.042Z | [ helios-setup] Dec 17 20:59:27.684 INFO E| Compiling fastrand v1.9.0 |
3139 | 2024-12-17T20:59:30.118Z | [ helios-setup] Dec 17 20:59:28.759 INFO E| Compiling adler v1.0.2 |
3140 | 2024-12-17T20:59:30.691Z | [ helios-setup] Dec 17 20:59:29.333 INFO E| Compiling miniz_oxide v0.6.2 |
3141 | 2024-12-17T20:59:33.710Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3142 | 2024-12-17T20:59:33.841Z | [ helios-setup] Dec 17 20:59:32.483 INFO E| Compiling tempfile v3.5.0 |
3143 | 2024-12-17T20:59:34.359Z | [ helios-setup] Dec 17 20:59:33.001 INFO E| Compiling rand_chacha v0.3.1 |
3144 | 2024-12-17T20:59:34.703Z | [ helios-setup] Dec 17 20:59:33.344 INFO E| Compiling toolchain_find v0.2.0 |
3145 | 2024-12-17T20:59:35.432Z | [ helios-setup] Dec 17 20:59:34.073 INFO E| Compiling hyper v0.14.25 |
3146 | 2024-12-17T20:59:36.048Z | [ helios-setup] Dec 17 20:59:34.690 INFO E| Compiling anstyle-parse v0.1.1 |
3147 | 2024-12-17T20:59:37.935Z | [ helios-setup] Dec 17 20:59:36.577 INFO E| Compiling futures v0.3.28 |
3148 | 2024-12-17T20:59:46.687Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3149 | 2024-12-17T20:59:47.335Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3150 | 2024-12-17T20:59:47.433Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3151 | 2024-12-17T20:59:48.232Z | [ helios-setup] Dec 17 20:59:46.873 INFO E| Compiling crossbeam-deque v0.8.2 |
3152 | 2024-12-17T20:59:49.061Z | [ helios-setup] Dec 17 20:59:47.702 INFO E| Compiling cargo-lock v8.0.3 |
3153 | 2024-12-17T20:59:49.103Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3154 | 2024-12-17T20:59:56.122Z | [ helios-setup] Dec 17 20:59:54.764 INFO E| Compiling num_enum_derive v0.5.7 |
3155 | 2024-12-17T20:59:56.221Z | [ helios-setup] Dec 17 20:59:54.862 INFO E| Compiling term v0.7.0 |
3156 | 2024-12-17T20:59:57.347Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3157 | 2024-12-17T20:59:58.509Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3158 | 2024-12-17T20:59:59.101Z | [ helios-setup] Dec 17 20:59:57.736 INFO E| Compiling serde_urlencoded v0.7.1 |
3159 | 2024-12-17T20:59:59.236Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3160 | 2024-12-17T20:59:59.985Z | [ helios-setup] Dec 17 20:59:58.626 INFO E| Compiling sha2 v0.10.6 |
3161 | 2024-12-17T21:00:00.159Z | [ helios-setup] Dec 17 20:59:58.793 INFO E| Compiling sha1 v0.10.5 |
3162 | 2024-12-17T21:00:00.226Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3163 | 2024-12-17T21:00:00.580Z | [ helios-setup] Dec 17 20:59:59.221 INFO E| Compiling is-terminal v0.4.7 |
3164 | 2024-12-17T21:00:00.989Z | [ helios-setup] Dec 17 20:59:59.630 INFO E| Compiling atty v0.2.14 |
3165 | 2024-12-17T21:00:01.627Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3166 | 2024-12-17T21:00:02.007Z | [ helios-setup] Dec 17 21:00:00.648 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3167 | 2024-12-17T21:00:02.166Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3168 | 2024-12-17T21:00:02.259Z | [ helios-setup] Dec 17 21:00:00.900 INFO E| Compiling concolor-query v0.3.3 |
3169 | 2024-12-17T21:00:03.124Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3170 | 2024-12-17T21:00:03.134Z | [ helios-setup] Dec 17 21:00:01.775 INFO E| Compiling anstyle v0.3.5 |
3171 | 2024-12-17T21:00:04.112Z | [ helios-setup] Dec 17 21:00:02.753 INFO E| Compiling concolor-override v1.0.0 |
3172 | 2024-12-17T21:00:04.628Z | [ helios-setup] Dec 17 21:00:03.270 INFO E| Compiling anstream v0.2.6 |
3173 | 2024-12-17T21:00:05.142Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3174 | 2024-12-17T21:00:06.502Z | [ host-package] Compiling hashlink v0.9.1 |
3175 | 2024-12-17T21:00:06.566Z | [ helios-setup] Dec 17 21:00:05.207 INFO E| Compiling slog-term v2.9.0 |
3176 | 2024-12-17T21:00:07.045Z | [ helios-setup] Dec 17 21:00:05.687 INFO E| Compiling num_enum v0.5.7 |
3177 | 2024-12-17T21:00:07.488Z | [ helios-setup] Dec 17 21:00:06.130 INFO E| Compiling flate2 v1.0.25 |
3178 | 2024-12-17T21:00:07.628Z | [ host-package] Compiling tungstenite v0.23.0 |
3179 | 2024-12-17T21:00:07.704Z | [ host-package] Compiling lru v0.12.5 |
3180 | 2024-12-17T21:00:08.621Z | [ host-package] Compiling instability v0.3.2 |
3181 | 2024-12-17T21:00:08.671Z | [ host-package] Compiling cassowary v0.3.0 |
3182 | 2024-12-17T21:00:09.805Z | [ helios-setup] Dec 17 21:00:08.447 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3183 | 2024-12-17T21:00:10.003Z | [ helios-setup] Dec 17 21:00:08.644 INFO E| Compiling rand v0.8.5 |
3184 | 2024-12-17T21:00:10.082Z | [ helios-setup] Dec 17 21:00:08.723 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3185 | 2024-12-17T21:00:10.857Z | [ helios-setup] Dec 17 21:00:09.498 INFO E| Compiling openapiv3 v1.0.2 |
3186 | 2024-12-17T21:00:10.987Z | [ host-package] Compiling base64 v0.13.1 |
3187 | 2024-12-17T21:00:12.414Z | [ helios-setup] Dec 17 21:00:11.056 INFO E| Compiling encoding_rs v0.8.32 |
3188 | 2024-12-17T21:00:13.482Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3189 | 2024-12-17T21:00:13.772Z | [ helios-setup] Dec 17 21:00:12.413 INFO E| Compiling untrusted v0.7.1 |
3190 | 2024-12-17T21:00:14.211Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3191 | 2024-12-17T21:00:14.389Z | [ host-package] Compiling ron v0.7.1 |
3192 | 2024-12-17T21:00:14.555Z | [ helios-setup] Dec 17 21:00:13.196 INFO E| Compiling project-root v0.2.2 |
3193 | 2024-12-17T21:00:15.059Z | [ helios-setup] Dec 17 21:00:13.700 INFO E| Compiling ipnet v2.7.2 |
3194 | 2024-12-17T21:00:15.505Z | [ host-package] Compiling ratatui v0.28.1 |
3195 | 2024-12-17T21:00:16.035Z | [ host-package] Compiling rusqlite v0.32.1 |
3196 | 2024-12-17T21:00:17.856Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3197 | 2024-12-17T21:00:19.137Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3198 | 2024-12-17T21:00:19.706Z | [ helios-setup] Dec 17 21:00:18.348 INFO E| Compiling base64 v0.13.1 |
3199 | 2024-12-17T21:00:21.045Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3200 | 2024-12-17T21:00:21.067Z | [ helios-setup] Dec 17 21:00:19.708 INFO E| Compiling utf-8 v0.7.6 |
3201 | 2024-12-17T21:00:21.104Z | [ helios-setup] Dec 17 21:00:19.745 INFO E| Compiling strsim v0.10.0 |
3202 | 2024-12-17T21:00:21.187Z | [ helios-setup] Dec 17 21:00:19.827 INFO E| Compiling byteorder v1.4.3 |
3203 | 2024-12-17T21:00:21.768Z | [ helios-setup] Dec 17 21:00:20.409 INFO E| Compiling mime v0.3.17 |
3204 | 2024-12-17T21:00:22.450Z | [ helios-setup] Dec 17 21:00:21.090 INFO E| Compiling unsafe-libyaml v0.2.8 |
3205 | 2024-12-17T21:00:24.314Z | [ helios-setup] Dec 17 21:00:22.956 INFO E| Compiling clap_lex v0.4.1 |
3206 | 2024-12-17T21:00:24.777Z | [ helios-setup] Dec 17 21:00:23.418 INFO E| Compiling spin v0.5.2 |
3207 | 2024-12-17T21:00:25.329Z | [ helios-setup] Dec 17 21:00:23.970 INFO E| Compiling either v1.8.0 |
3208 | 2024-12-17T21:00:25.763Z | [ host-package] Compiling xz2 v0.1.7 |
3209 | 2024-12-17T21:00:25.880Z | [ helios-setup] Dec 17 21:00:24.521 INFO E| Compiling rayon v1.6.1 |
3210 | 2024-12-17T21:00:26.007Z | [ helios-setup] Dec 17 21:00:24.648 INFO E| Compiling serde_yaml v0.9.21 |
3211 | 2024-12-17T21:00:26.010Z | [ helios-setup] Dec 17 21:00:24.649 INFO E| Compiling clap_builder v4.2.1 |
3212 | 2024-12-17T21:00:26.041Z | [ helios-setup] Dec 17 21:00:24.682 INFO E| Compiling reqwest v0.11.16 |
3213 | 2024-12-17T21:00:26.214Z | [ helios-setup] Dec 17 21:00:24.855 INFO E| Compiling tungstenite v0.18.0 |
3214 | 2024-12-17T21:00:30.772Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3215 | 2024-12-17T21:00:31.927Z | [ host-package] Compiling zone v0.1.8 |
3216 | 2024-12-17T21:00:33.878Z | [ helios-setup] Dec 17 21:00:32.519 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3217 | 2024-12-17T21:00:34.702Z | [ helios-setup] Dec 17 21:00:33.343 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3218 | 2024-12-17T21:00:35.837Z | [ helios-setup] Dec 17 21:00:34.478 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3219 | 2024-12-17T21:00:38.308Z | [ helios-setup] Dec 17 21:00:36.949 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3220 | 2024-12-17T21:00:38.647Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3221 | 2024-12-17T21:00:39.406Z | [ helios-setup] Dec 17 21:00:38.047 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3222 | 2024-12-17T21:00:39.946Z | [ helios-setup] Dec 17 21:00:38.587 INFO E| Compiling clap_derive v4.2.0 |
3223 | 2024-12-17T21:00:46.175Z | [ helios-setup] Dec 17 21:00:44.817 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3224 | 2024-12-17T21:00:50.608Z | [ helios-setup] Dec 17 21:00:49.249 INFO E| Compiling clap v4.2.1 |
3225 | 2024-12-17T21:00:51.000Z | [ helios-setup] Dec 17 21:00:49.641 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3226 | 2024-12-17T21:00:55.814Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3227 | 2024-12-17T21:01:00.232Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3228 | 2024-12-17T21:01:01.422Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3229 | 2024-12-17T21:01:03.739Z | [ helios-setup] Dec 17 21:01:02.381 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3230 | 2024-12-17T21:01:04.124Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3231 | 2024-12-17T21:01:04.240Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3232 | 2024-12-17T21:01:06.507Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3233 | 2024-12-17T21:01:06.947Z | [ helios-setup] Dec 17 21:01:05.587 INFO E| Compiling tokio-tungstenite v0.18.0 |
3234 | 2024-12-17T21:01:08.419Z | [ helios-setup] Dec 17 21:01:07.061 INFO E| Compiling smartstring v1.0.1 |
3235 | 2024-12-17T21:01:09.727Z | [ helios-setup] Dec 17 21:01:08.369 INFO E| Compiling rustls v0.21.0 |
3236 | 2024-12-17T21:01:11.682Z | [ helios-setup] Dec 17 21:01:10.323 INFO E| Compiling serde_spanned v0.6.1 |
3237 | 2024-12-17T21:01:12.745Z | [ helios-setup] Dec 17 21:01:11.386 INFO E| Compiling toml_datetime v0.6.1 |
3238 | 2024-12-17T21:01:13.693Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3239 | 2024-12-17T21:01:14.380Z | [ helios-setup] Dec 17 21:01:13.021 INFO E| Compiling camino v1.1.4 |
3240 | 2024-12-17T21:01:15.469Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3241 | 2024-12-17T21:01:16.090Z | [ helios-setup] Dec 17 21:01:14.501 INFO E| Compiling paste v1.0.12 |
3242 | 2024-12-17T21:01:16.293Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3243 | 2024-12-17T21:01:17.425Z | [ helios-setup] Dec 17 21:01:16.066 INFO E| Compiling winnow v0.4.1 |
3244 | 2024-12-17T21:01:20.143Z | [ helios-setup] Dec 17 21:01:18.784 INFO E| Compiling match_cfg v0.1.0 |
3245 | 2024-12-17T21:01:20.792Z | [ helios-setup] Dec 17 21:01:19.433 INFO E| Compiling async-trait v0.1.68 |
3246 | 2024-12-17T21:01:21.233Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3247 | 2024-12-17T21:01:21.871Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3248 | 2024-12-17T21:01:22.229Z | [ helios-setup] Dec 17 21:01:20.870 INFO E| Compiling static_assertions v1.1.0 |
3249 | 2024-12-17T21:01:22.928Z | [ helios-setup] Dec 17 21:01:21.570 INFO E| Compiling slog-async v2.7.0 |
3250 | 2024-12-17T21:01:23.013Z | [ host-package] Compiling twox-hash v1.6.3 |
3251 | 2024-12-17T21:01:24.825Z | [ helios-setup] Dec 17 21:01:23.466 INFO E| Compiling toml_edit v0.19.8 |
3252 | 2024-12-17T21:01:25.067Z | [ helios-setup] Dec 17 21:01:23.697 INFO E| Compiling hostname v0.3.1 |
3253 | 2024-12-17T21:01:25.468Z | [ host-package] Compiling yasna v0.5.2 |
3254 | 2024-12-17T21:01:25.544Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3255 | 2024-12-17T21:01:25.704Z | [ helios-setup] Dec 17 21:01:24.346 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3256 | 2024-12-17T21:01:25.998Z | [ helios-setup] Dec 17 21:01:24.634 INFO E| Compiling slog-json v2.6.1 |
3257 | 2024-12-17T21:01:26.980Z | [ host-package] Compiling smawk v0.3.2 |
3258 | 2024-12-17T21:01:27.040Z | [ helios-setup] Dec 17 21:01:25.681 INFO E| Compiling unicode-linebreak v0.1.4 |
3259 | 2024-12-17T21:01:27.154Z | [ host-package] Compiling is_ci v1.2.0 |
3260 | 2024-12-17T21:01:27.994Z | [ host-package] Compiling rcgen v0.12.1 |
3261 | 2024-12-17T21:01:28.071Z | [ host-package] Compiling textwrap v0.16.1 |
3262 | 2024-12-17T21:01:31.504Z | [ host-package] Compiling supports-color v3.0.1 |
3263 | 2024-12-17T21:01:32.722Z | [ helios-setup] Dec 17 21:01:31.364 INFO E| Compiling async-stream-impl v0.3.5 |
3264 | 2024-12-17T21:01:33.711Z | [ helios-setup] Dec 17 21:01:32.350 INFO E| Compiling rhai_codegen v1.5.0 |
3265 | 2024-12-17T21:01:34.580Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3266 | 2024-12-17T21:01:35.300Z | [ helios-setup] Dec 17 21:01:33.941 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3267 | 2024-12-17T21:01:36.261Z | [ helios-setup] Dec 17 21:01:34.903 INFO E| Compiling take_mut v0.2.2 |
3268 | 2024-12-17T21:01:39.573Z | [ helios-setup] Dec 17 21:01:38.214 INFO E| Compiling rhai v1.14.0 |
3269 | 2024-12-17T21:01:41.195Z | [ helios-setup] Dec 17 21:01:39.836 INFO E| Compiling async-stream v0.3.5 |
3270 | 2024-12-17T21:01:41.311Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3271 | 2024-12-17T21:01:42.063Z | [ helios-setup] Dec 17 21:01:40.703 INFO E| Compiling toml v0.7.3 |
3272 | 2024-12-17T21:01:42.378Z | [ helios-setup] Dec 17 21:01:41.019 INFO E| Compiling slog-bunyan v2.4.0 |
3273 | 2024-12-17T21:01:45.793Z | [ helios-setup] Dec 17 21:01:44.434 INFO E| Compiling rustls-pemfile v1.0.2 |
3274 | 2024-12-17T21:01:47.417Z | [ helios-setup] Dec 17 21:01:46.058 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3275 | 2024-12-17T21:01:47.556Z | [ helios-setup] Dec 17 21:01:46.197 INFO E| Compiling bincode v1.3.3 |
3276 | 2024-12-17T21:01:50.301Z | [ helios-setup] Dec 17 21:01:48.941 INFO E| Compiling serde_path_to_error v0.1.11 |
3277 | 2024-12-17T21:01:50.321Z | [ helios-setup] Dec 17 21:01:48.963 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3278 | 2024-12-17T21:01:52.236Z | [ helios-setup] Dec 17 21:01:50.877 INFO E| Compiling terminal_size v0.2.6 |
3279 | 2024-12-17T21:01:52.805Z | [ helios-setup] Dec 17 21:01:51.446 INFO E| Compiling smawk v0.3.1 |
3280 | 2024-12-17T21:01:53.256Z | [ helios-setup] Dec 17 21:01:51.897 INFO E| Compiling textwrap v0.16.0 |
3281 | 2024-12-17T21:01:53.783Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3282 | 2024-12-17T21:01:53.824Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3283 | 2024-12-17T21:02:03.882Z | [ helios-setup] Dec 17 21:02:02.523 INFO E| Compiling sct v0.7.0 |
3284 | 2024-12-17T21:02:04.072Z | [ helios-setup] Dec 17 21:02:02.713 INFO E| Compiling rustls-webpki v0.100.1 |
3285 | 2024-12-17T21:02:11.451Z | [ helios-setup] Dec 17 21:02:10.092 INFO E| Compiling git2 v0.16.1 |
3286 | 2024-12-17T21:02:12.694Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3287 | 2024-12-17T21:02:13.667Z | [ helios-setup] Dec 17 21:02:12.308 INFO E| Compiling tokio-rustls v0.24.0 |
3288 | 2024-12-17T21:02:19.331Z | [ helios-setup] Dec 17 21:02:17.972 INFO E| Compiling built v0.6.0 |
3289 | 2024-12-17T21:02:24.204Z | [ helios-setup] Dec 17 21:02:22.845 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3290 | 2024-12-17T21:02:26.738Z | [ helios-setup] Dec 17 21:02:25.379 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3291 | 2024-12-17T21:02:27.565Z | [ helios-setup] Dec 17 21:02:26.206 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3292 | 2024-12-17T21:02:33.996Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3293 | 2024-12-17T21:02:40.452Z | [ helios-setup] Dec 17 21:02:39.093 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3294 | 2024-12-17T21:02:42.831Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3295 | 2024-12-17T21:02:48.763Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3296 | 2024-12-17T21:02:50.174Z | [ helios-setup] Dec 17 21:02:48.815 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3297 | 2024-12-17T21:03:02.187Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3298 | 2024-12-17T21:03:04.112Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3299 | 2024-12-17T21:03:05.196Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3300 | 2024-12-17T21:03:08.927Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3301 | 2024-12-17T21:03:17.708Z | [ host-package] Compiling fatfs v0.3.6 |
3302 | 2024-12-17T21:03:23.208Z | [ host-package] Compiling rtoolbox v0.0.2 |
3303 | 2024-12-17T21:03:24.125Z | [ host-package] Compiling subprocess v0.2.9 |
3304 | 2024-12-17T21:03:26.593Z | [ host-package] Compiling assert_matches v1.5.0 |
3305 | 2024-12-17T21:03:28.134Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3306 | 2024-12-17T21:03:30.917Z | [ host-package] Compiling rpassword v7.3.1 |
3307 | 2024-12-17T21:03:31.631Z | [ helios-setup] Dec 17 21:03:30.272 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3308 | 2024-12-17T21:03:31.756Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3309 | 2024-12-17T21:03:31.829Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3310 | 2024-12-17T21:03:33.103Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3311 | 2024-12-17T21:03:33.728Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3312 | 2024-12-17T21:03:36.708Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3313 | 2024-12-17T21:03:40.095Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3314 | 2024-12-17T21:03:40.472Z | [ host-package] Compiling uzers v0.12.1 |
3315 | 2024-12-17T21:03:43.876Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3316 | 2024-12-17T21:03:53.307Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3317 | 2024-12-17T21:03:56.552Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3318 | 2024-12-17T21:04:37.720Z | [ helios-setup] Dec 17 21:04:36.360 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s |
3319 | 2024-12-17T21:04:37.852Z | [ helios-setup] Dec 17 21:04:36.492 INFO building project "pilot" ok (408 seconds) |
3320 | 2024-12-17T21:04:37.852Z | [ helios-setup] Dec 17 21:04:36.492 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3321 | 2024-12-17T21:04:37.854Z | [ helios-setup] Dec 17 21:04:36.492 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3322 | 2024-12-17T21:04:38.209Z | [ helios-setup] Dec 17 21:04:36.849 INFO E| Downloading crates ... |
3323 | 2024-12-17T21:04:38.316Z | [ helios-setup] Dec 17 21:04:36.955 INFO E| Downloaded digest v0.10.3 |
3324 | 2024-12-17T21:04:38.347Z | [ helios-setup] Dec 17 21:04:36.987 INFO E| Downloaded typenum v1.15.0 |
3325 | 2024-12-17T21:04:38.351Z | [ helios-setup] Dec 17 21:04:36.992 INFO E| Downloaded anyhow v1.0.62 |
3326 | 2024-12-17T21:04:38.357Z | [ helios-setup] Dec 17 21:04:36.998 INFO E| Downloaded sha2 v0.10.5 |
3327 | 2024-12-17T21:04:38.360Z | [ helios-setup] Dec 17 21:04:37.001 INFO E| Downloaded bytes v1.2.1 |
3328 | 2024-12-17T21:04:38.436Z | [ helios-setup] Dec 17 21:04:37.077 INFO E| Compiling typenum v1.15.0 |
3329 | 2024-12-17T21:04:38.440Z | [ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling version_check v0.9.4 |
3330 | 2024-12-17T21:04:38.443Z | [ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling cfg-if v1.0.0 |
3331 | 2024-12-17T21:04:38.443Z | [ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling crc32fast v1.3.2 |
3332 | 2024-12-17T21:04:38.443Z | [ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling adler v1.0.2 |
3333 | 2024-12-17T21:04:38.443Z | [ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling anyhow v1.0.62 |
3334 | 2024-12-17T21:04:38.443Z | [ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling cpufeatures v0.2.5 |
3335 | 2024-12-17T21:04:38.443Z | [ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling unicode-width v0.1.10 |
3336 | 2024-12-17T21:04:39.093Z | [ helios-setup] Dec 17 21:04:37.734 INFO E| Compiling miniz_oxide v0.6.2 |
3337 | 2024-12-17T21:04:39.093Z | [ helios-setup] Dec 17 21:04:37.734 INFO E| Compiling bytes v1.2.1 |
3338 | 2024-12-17T21:04:39.275Z | [ helios-setup] Dec 17 21:04:37.915 INFO E| Compiling getopts v0.2.21 |
3339 | 2024-12-17T21:04:39.412Z | [ helios-setup] Dec 17 21:04:38.053 INFO E| Compiling bitflags v1.3.2 |
3340 | 2024-12-17T21:04:40.003Z | [ helios-setup] Dec 17 21:04:38.643 INFO E| Compiling generic-array v0.14.6 |
3341 | 2024-12-17T21:04:40.345Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3342 | 2024-12-17T21:04:40.868Z | [ helios-setup] Dec 17 21:04:39.507 INFO E| Compiling flate2 v1.0.25 |
3343 | 2024-12-17T21:04:45.211Z | [ helios-setup] Dec 17 21:04:43.850 INFO E| Compiling block-buffer v0.10.3 |
3344 | 2024-12-17T21:04:45.211Z | [ helios-setup] Dec 17 21:04:43.850 INFO E| Compiling crypto-common v0.1.6 |
3345 | 2024-12-17T21:04:45.416Z | [ helios-setup] Dec 17 21:04:44.057 INFO E| Compiling digest v0.10.3 |
3346 | 2024-12-17T21:04:45.830Z | [ helios-setup] Dec 17 21:04:44.470 INFO E| Compiling sha2 v0.10.5 |
3347 | 2024-12-17T21:04:46.276Z | [ host-package] Compiling multimap v0.10.0 |
3348 | 2024-12-17T21:04:46.392Z | [ helios-setup] Dec 17 21:04:45.033 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3349 | 2024-12-17T21:04:51.916Z | [ helios-setup] Dec 17 21:04:50.556 INFO E| Finished `release` profile [optimized] target(s) in 13.95s |
3350 | 2024-12-17T21:04:51.932Z | [ helios-setup] Dec 17 21:04:50.572 INFO building project "bootserver" ok (14 seconds) |
3351 | 2024-12-17T21:04:51.932Z | [ helios-setup] Dec 17 21:04:50.573 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3352 | 2024-12-17T21:04:51.935Z | [ helios-setup] Dec 17 21:04:50.573 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3353 | 2024-12-17T21:04:52.254Z | [ helios-setup] Dec 17 21:04:50.895 INFO E| Downloading crates ... |
3354 | 2024-12-17T21:04:52.361Z | [ helios-setup] Dec 17 21:04:51.001 INFO E| Downloaded miniz_oxide v0.7.2 |
3355 | 2024-12-17T21:04:52.424Z | [ helios-setup] Dec 17 21:04:51.065 INFO E| Compiling adler v1.0.2 |
3356 | 2024-12-17T21:04:52.609Z | [ helios-setup] Dec 17 21:04:51.250 INFO E| Compiling miniz_oxide v0.7.2 |
3357 | 2024-12-17T21:04:55.582Z | [ helios-setup] Dec 17 21:04:54.222 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3358 | 2024-12-17T21:04:56.646Z | [ helios-setup] Dec 17 21:04:55.286 INFO E| Finished `release` profile [optimized] target(s) in 4.62s |
3359 | 2024-12-17T21:04:56.658Z | [ helios-setup] Dec 17 21:04:55.299 INFO building project "pinprick" ok (4 seconds) |
3360 | 2024-12-17T21:04:56.658Z | [ helios-setup] Dec 17 21:04:55.299 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3361 | 2024-12-17T21:04:56.661Z | [ helios-setup] Dec 17 21:04:55.299 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3362 | 2024-12-17T21:04:56.986Z | [ helios-setup] Dec 17 21:04:55.627 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3363 | 2024-12-17T21:04:57.541Z | [ helios-setup] Dec 17 21:04:56.181 INFO E| From https://github.com/jclulow/rust-jmclib |
3364 | 2024-12-17T21:04:57.541Z | [ helios-setup] Dec 17 21:04:56.181 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3365 | 2024-12-17T21:04:57.568Z | [ helios-setup] Dec 17 21:04:56.208 INFO E| Updating crates.io index |
3366 | 2024-12-17T21:04:57.705Z | [ helios-setup] Dec 17 21:04:56.345 INFO E| Downloading crates ... |
3367 | 2024-12-17T21:04:57.838Z | [ helios-setup] Dec 17 21:04:56.478 INFO E| Downloaded unicode-ident v1.0.11 |
3368 | 2024-12-17T21:04:57.843Z | [ helios-setup] Dec 17 21:04:56.483 INFO E| Downloaded digest v0.9.0 |
3369 | 2024-12-17T21:04:57.845Z | [ helios-setup] Dec 17 21:04:56.485 INFO E| Downloaded sha-1 v0.9.8 |
3370 | 2024-12-17T21:04:57.848Z | [ helios-setup] Dec 17 21:04:56.489 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3371 | 2024-12-17T21:04:57.850Z | [ helios-setup] Dec 17 21:04:56.490 INFO E| Downloaded cpufeatures v0.2.9 |
3372 | 2024-12-17T21:04:57.853Z | [ helios-setup] Dec 17 21:04:56.492 INFO E| Downloaded fastrand v2.0.0 |
3373 | 2024-12-17T21:04:57.855Z | [ helios-setup] Dec 17 21:04:56.494 INFO E| Downloaded once_cell v1.18.0 |
3374 | 2024-12-17T21:04:57.859Z | [ helios-setup] Dec 17 21:04:56.498 INFO E| Downloaded md-5 v0.9.1 |
3375 | 2024-12-17T21:04:57.862Z | [ helios-setup] Dec 17 21:04:56.500 INFO E| Downloaded block-buffer v0.9.0 |
3376 | 2024-12-17T21:04:57.862Z | [ helios-setup] Dec 17 21:04:56.501 INFO E| Downloaded bitflags v2.3.3 |
3377 | 2024-12-17T21:04:57.891Z | [ helios-setup] Dec 17 21:04:56.532 INFO E| Downloaded uuid v0.8.2 |
3378 | 2024-12-17T21:04:57.897Z | [ helios-setup] Dec 17 21:04:56.537 INFO E| Downloaded serde_derive v1.0.193 |
3379 | 2024-12-17T21:04:57.901Z | [ helios-setup] Dec 17 21:04:56.541 INFO E| Downloaded getrandom v0.2.10 |
3380 | 2024-12-17T21:04:57.905Z | [ helios-setup] Dec 17 21:04:56.546 INFO E| Downloaded proc-macro2 v1.0.66 |
3381 | 2024-12-17T21:04:57.909Z | [ helios-setup] Dec 17 21:04:56.550 INFO E| Downloaded serde v1.0.193 |
3382 | 2024-12-17T21:04:57.914Z | [ helios-setup] Dec 17 21:04:56.555 INFO E| Downloaded anyhow v1.0.72 |
3383 | 2024-12-17T21:04:57.920Z | [ helios-setup] Dec 17 21:04:56.561 INFO E| Downloaded tempfile v3.7.0 |
3384 | 2024-12-17T21:04:57.931Z | [ helios-setup] Dec 17 21:04:56.565 INFO E| Downloaded quote v1.0.31 |
3385 | 2024-12-17T21:04:57.938Z | [ helios-setup] Dec 17 21:04:56.569 INFO E| Downloaded serde_json v1.0.103 |
3386 | 2024-12-17T21:04:57.953Z | [ helios-setup] Dec 17 21:04:56.594 INFO E| Downloaded syn v2.0.32 |
3387 | 2024-12-17T21:04:57.980Z | [ helios-setup] Dec 17 21:04:56.620 INFO E| Downloaded rustix v0.38.4 |
3388 | 2024-12-17T21:04:58.059Z | [ helios-setup] Dec 17 21:04:56.700 INFO E| Downloaded libc v0.2.147 |
3389 | 2024-12-17T21:04:58.203Z | [ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling libc v0.2.147 |
3390 | 2024-12-17T21:04:58.203Z | [ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling proc-macro2 v1.0.66 |
3391 | 2024-12-17T21:04:58.203Z | [ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling unicode-ident v1.0.11 |
3392 | 2024-12-17T21:04:58.206Z | [ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling cfg-if v1.0.0 |
3393 | 2024-12-17T21:04:58.206Z | [ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling version_check v0.9.4 |
3394 | 2024-12-17T21:04:58.206Z | [ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling typenum v1.16.0 |
3395 | 2024-12-17T21:04:58.206Z | [ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling serde v1.0.193 |
3396 | 2024-12-17T21:04:58.206Z | [ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling itoa v1.0.9 |
3397 | 2024-12-17T21:04:59.014Z | [ helios-setup] Dec 17 21:04:57.654 INFO E| Compiling num-conv v0.1.0 |
3398 | 2024-12-17T21:04:59.224Z | [ helios-setup] Dec 17 21:04:57.864 INFO E| Compiling time-core v0.1.2 |
3399 | 2024-12-17T21:04:59.460Z | [ helios-setup] Dec 17 21:04:58.100 INFO E| Compiling generic-array v0.14.7 |
3400 | 2024-12-17T21:04:59.480Z | [ helios-setup] Dec 17 21:04:58.121 INFO E| Compiling powerfmt v0.2.0 |
3401 | 2024-12-17T21:04:59.559Z | [ helios-setup] Dec 17 21:04:58.200 INFO E| Compiling slog v2.7.0 |
3402 | 2024-12-17T21:04:59.723Z | [ helios-setup] Dec 17 21:04:58.364 INFO E| Compiling rustix v0.38.4 |
3403 | 2024-12-17T21:05:00.254Z | [ helios-setup] Dec 17 21:04:58.895 INFO E| Compiling deranged v0.3.11 |
3404 | 2024-12-17T21:05:00.311Z | [ helios-setup] Dec 17 21:04:58.951 INFO E| Compiling time-macros v0.2.18 |
3405 | 2024-12-17T21:05:00.393Z | [ helios-setup] Dec 17 21:04:59.033 INFO E| Compiling num_threads v0.1.6 |
3406 | 2024-12-17T21:05:00.719Z | [ helios-setup] Dec 17 21:04:59.360 INFO E| Compiling once_cell v1.18.0 |
3407 | 2024-12-17T21:05:00.817Z | [ helios-setup] Dec 17 21:04:59.458 INFO E| Compiling bitflags v2.3.3 |
3408 | 2024-12-17T21:05:01.068Z | [ helios-setup] Dec 17 21:04:59.708 INFO E| Compiling quote v1.0.31 |
3409 | 2024-12-17T21:05:01.850Z | [ helios-setup] Dec 17 21:05:00.489 INFO E| Compiling syn v2.0.32 |
3410 | 2024-12-17T21:05:02.007Z | [ helios-setup] Dec 17 21:05:00.647 INFO E| Compiling thread_local v1.1.7 |
3411 | 2024-12-17T21:05:02.544Z | [ helios-setup] Dec 17 21:05:01.185 INFO E| Compiling fastrand v2.0.0 |
3412 | 2024-12-17T21:05:03.469Z | [ helios-setup] Dec 17 21:05:02.110 INFO E| Compiling dirs-sys-next v0.1.2 |
3413 | 2024-12-17T21:05:04.025Z | [ helios-setup] Dec 17 21:05:02.665 INFO E| Compiling dirs-next v2.0.0 |
3414 | 2024-12-17T21:05:04.045Z | [ helios-setup] Dec 17 21:05:02.685 INFO E| Compiling errno v0.3.1 |
3415 | 2024-12-17T21:05:04.209Z | [ helios-setup] Dec 17 21:05:02.849 INFO E| Compiling term v0.7.0 |
3416 | 2024-12-17T21:05:04.284Z | [ helios-setup] Dec 17 21:05:02.925 INFO E| Compiling atty v0.2.14 |
3417 | 2024-12-17T21:05:04.597Z | [ helios-setup] Dec 17 21:05:03.237 INFO E| Compiling opaque-debug v0.3.0 |
3418 | 2024-12-17T21:05:04.654Z | [ helios-setup] Dec 17 21:05:03.294 INFO E| Compiling anyhow v1.0.72 |
3419 | 2024-12-17T21:05:04.693Z | [ helios-setup] Dec 17 21:05:03.333 INFO E| Compiling serde_json v1.0.103 |
3420 | 2024-12-17T21:05:05.125Z | [ helios-setup] Dec 17 21:05:03.765 INFO E| Compiling getrandom v0.2.10 |
3421 | 2024-12-17T21:05:05.553Z | [ helios-setup] Dec 17 21:05:04.193 INFO E| Compiling block-buffer v0.9.0 |
3422 | 2024-12-17T21:05:05.843Z | [ helios-setup] Dec 17 21:05:04.483 INFO E| Compiling digest v0.9.0 |
3423 | 2024-12-17T21:05:05.979Z | [ helios-setup] Dec 17 21:05:04.619 INFO E| Compiling same-file v1.0.6 |
3424 | 2024-12-17T21:05:06.022Z | [ helios-setup] Dec 17 21:05:04.663 INFO E| Compiling unicode-width v0.1.10 |
3425 | 2024-12-17T21:05:06.032Z | [ helios-setup] Dec 17 21:05:04.672 INFO E| Compiling time v0.3.36 |
3426 | 2024-12-17T21:05:06.402Z | [ helios-setup] Dec 17 21:05:05.043 INFO E| Compiling ryu v1.0.15 |
3427 | 2024-12-17T21:05:06.545Z | [ helios-setup] Dec 17 21:05:05.185 INFO E| Compiling cpufeatures v0.2.9 |
3428 | 2024-12-17T21:05:06.681Z | [ helios-setup] Dec 17 21:05:05.320 INFO E| Compiling sha-1 v0.9.8 |
3429 | 2024-12-17T21:05:06.809Z | [ helios-setup] Dec 17 21:05:05.449 INFO E| Compiling getopts v0.2.21 |
3430 | 2024-12-17T21:05:07.241Z | [ helios-setup] Dec 17 21:05:05.881 INFO E| Compiling walkdir v2.3.3 |
3431 | 2024-12-17T21:05:07.887Z | [ helios-setup] Dec 17 21:05:06.527 INFO E| Compiling tempfile v3.7.0 |
3432 | 2024-12-17T21:05:08.238Z | [ helios-setup] Dec 17 21:05:06.878 INFO E| Compiling md-5 v0.9.1 |
3433 | 2024-12-17T21:05:08.670Z | [ helios-setup] Dec 17 21:05:07.310 INFO E| Compiling glob v0.3.1 |
3434 | 2024-12-17T21:05:09.005Z | [ helios-setup] Dec 17 21:05:07.646 INFO E| Compiling libdevinfo-sys v1.0.0 |
3435 | 2024-12-17T21:05:09.912Z | [ helios-setup] Dec 17 21:05:08.553 INFO E| Compiling slog-term v2.9.0 |
3436 | 2024-12-17T21:05:11.528Z | [ helios-setup] Dec 17 21:05:10.169 INFO E| Compiling serde_derive v1.0.193 |
3437 | 2024-12-17T21:05:28.045Z | [ helios-setup] Dec 17 21:05:26.686 INFO E| Compiling toml v0.5.11 |
3438 | 2024-12-17T21:05:28.046Z | [ helios-setup] Dec 17 21:05:26.686 INFO E| Compiling uuid v0.8.2 |
3439 | 2024-12-17T21:05:30.578Z | [ helios-setup] Dec 17 21:05:29.219 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3440 | 2024-12-17T21:05:33.885Z | [ helios-setup] Dec 17 21:05:32.526 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3441 | 2024-12-17T21:05:48.740Z | [ helios-setup] Dec 17 21:05:47.369 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.96s |
3442 | 2024-12-17T21:05:48.777Z | [ helios-setup] Dec 17 21:05:47.403 INFO building project "image-builder" ok (52 seconds) |
3443 | 2024-12-17T21:05:48.781Z | [ helios-setup] rm -f helios-build |
3444 | 2024-12-17T21:05:48.781Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3445 | 2024-12-17T21:05:48.781Z | [ helios-setup] |
3446 | 2024-12-17T21:05:48.781Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3447 | 2024-12-17T21:05:48.781Z | [ helios-setup] |
3448 | 2024-12-17T21:05:48.782Z | [ helios-setup] |
3449 | 2024-12-17T21:05:48.782Z | [ helios-setup] real 12:16.080646556 |
3450 | 2024-12-17T21:05:48.782Z | [ helios-setup] user 29:21.641664943 |
3451 | 2024-12-17T21:05:48.782Z | [ helios-setup] sys 3:39.613052425 |
3452 | 2024-12-17T21:05:48.782Z | [ helios-setup] trap 1.858700863 |
3453 | 2024-12-17T21:05:48.782Z | [ helios-setup] tflt 5.824220159 |
3454 | 2024-12-17T21:05:48.782Z | [ helios-setup] dflt 36.603836805 |
3455 | 2024-12-17T21:05:48.782Z | [ helios-setup] kflt 0.047678380 |
3456 | 2024-12-17T21:05:48.782Z | [ helios-setup] lock 2:12:37.368459007 |
3457 | 2024-12-17T21:05:48.782Z | [ helios-setup] slp 3:51:43.013531217 |
3458 | 2024-12-17T21:05:48.782Z | [ helios-setup] lat 33:45.119528178 |
3459 | 2024-12-17T21:05:48.782Z | [ helios-setup] stop 4:48.120147779 |
3460 | 2024-12-17T21:05:48.782Z | Dec 17 21:05:47.418 INFO [helios-setup] process exited with exit status: 0 (736.086574454s) |
3461 | 2024-12-17T21:05:48.782Z | Dec 17 21:05:47.418 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3462 | 2024-12-17T21:05:48.818Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3463 | 2024-12-17T21:05:49.217Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3464 | 2024-12-17T21:05:49.217Z | [ phbl-toolchain] info: downloading component 'cargo' |
3465 | 2024-12-17T21:05:50.766Z | [ phbl-toolchain] info: downloading component 'clippy' |
3466 | 2024-12-17T21:05:51.239Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3467 | 2024-12-17T21:05:56.617Z | [ phbl-toolchain] info: downloading component 'miri' |
3468 | 2024-12-17T21:05:56.923Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3469 | 2024-12-17T21:05:58.455Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3470 | 2024-12-17T21:05:59.060Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3471 | 2024-12-17T21:06:01.131Z | [ phbl-toolchain] info: downloading component 'rustc' |
3472 | 2024-12-17T21:06:09.888Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3473 | 2024-12-17T21:06:10.201Z | [ phbl-toolchain] info: installing component 'cargo' |
3474 | 2024-12-17T21:06:11.575Z | [ phbl-toolchain] info: installing component 'clippy' |
3475 | 2024-12-17T21:06:12.165Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3476 | 2024-12-17T21:06:17.940Z | [ phbl-toolchain] info: installing component 'miri' |
3477 | 2024-12-17T21:06:18.282Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3478 | 2024-12-17T21:06:25.667Z | [ phbl-toolchain] info: installing component 'rust-src' |
3479 | 2024-12-17T21:06:26.288Z | [ phbl-toolchain] info: installing component 'rust-std' |
3480 | 2024-12-17T21:06:28.786Z | [ phbl-toolchain] info: installing component 'rustc' |
3481 | 2024-12-17T21:06:38.271Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3482 | 2024-12-17T21:06:39.081Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3483 | 2024-12-17T21:06:39.084Z | Dec 17 21:06:37.725 INFO [phbl-toolchain] process exited with exit status: 0 (50.306395043s) |
3484 | 2024-12-17T21:07:31.484Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3485 | 2024-12-17T21:07:32.468Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3486 | 2024-12-17T21:14:05.601Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 40s |
3487 | 2024-12-17T21:15:12.697Z | Dec 17 21:15:11.335 INFO [host-package] process exited with exit status: 0 (1247.509081762s) |
3488 | 2024-12-17T21:15:12.700Z | Dec 17 21:15:11.335 INFO [host-stamp] running task |
3489 | 2024-12-17T21:15:12.700Z | Dec 17 21:15:11.336 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3490 | 2024-12-17T21:15:12.707Z | Dec 17 21:15:11.346 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+git1214a47dcd7 |
3491 | 2024-12-17T21:15:12.719Z | Dec 17 21:15:11.356 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+git1214a47dcd7 |
3492 | 2024-12-17T21:15:12.725Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3493 | 2024-12-17T21:15:12.728Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3494 | 2024-12-17T21:15:12.731Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3495 | 2024-12-17T21:15:12.731Z | Dec 17 21:15:11.368 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+git1214a47dcd7 |
3496 | 2024-12-17T21:15:12.739Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3497 | 2024-12-17T21:15:12.741Z | Dec 17 21:15:11.380 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+git1214a47dcd7 |
3498 | 2024-12-17T21:15:12.754Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3499 | 2024-12-17T21:15:12.757Z | Dec 17 21:15:11.393 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+git1214a47dcd7 |
3500 | 2024-12-17T21:15:12.768Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3501 | 2024-12-17T21:15:12.771Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3502 | 2024-12-17T21:15:12.773Z | Dec 17 21:15:11.410 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+git1214a47dcd7 |
3503 | 2024-12-17T21:15:12.786Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-17T21:15:12.789Z | Dec 17 21:15:11.424 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+git1214a47dcd7 |
3505 | 2024-12-17T21:15:12.800Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3506 | 2024-12-17T21:15:12.805Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3507 | 2024-12-17T21:15:12.808Z | Dec 17 21:15:11.444 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+git1214a47dcd7 |
3508 | 2024-12-17T21:15:12.826Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-17T21:15:12.826Z | Dec 17 21:15:11.465 INFO [stamp-overlay] process exited with exit status: 0 (119.057016ms) |
3510 | 2024-12-17T21:15:12.829Z | Dec 17 21:15:11.465 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (85.192147ms) |
3511 | 2024-12-17T21:15:12.829Z | Dec 17 21:15:11.465 INFO [stamp-oxlog] process exited with exit status: 0 (72.196717ms) |
3512 | 2024-12-17T21:15:12.840Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-17T21:15:12.953Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3514 | 2024-12-17T21:15:12.957Z | Dec 17 21:15:11.595 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (151.438704ms) |
3515 | 2024-12-17T21:15:12.969Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3516 | 2024-12-17T21:15:12.975Z | Dec 17 21:15:11.612 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (243.821496ms) |
3517 | 2024-12-17T21:15:13.194Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3518 | 2024-12-17T21:15:13.198Z | Dec 17 21:15:11.836 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (412.119272ms) |
3519 | 2024-12-17T21:15:13.949Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3520 | 2024-12-17T21:15:13.953Z | Dec 17 21:15:12.592 INFO [stamp-propolis-server] process exited with exit status: 0 (1.235357598s) |
3521 | 2024-12-17T21:15:14.014Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3522 | 2024-12-17T21:15:16.320Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3523 | 2024-12-17T21:15:23.570Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3524 | 2024-12-17T21:15:23.574Z | Dec 17 21:15:22.213 INFO [stamp-switch-asic] process exited with exit status: 0 (10.802821423s) |
3525 | 2024-12-17T21:15:23.578Z | Dec 17 21:15:22.213 INFO [host-stamp] task succeeded (10.877334418s) |
3526 | 2024-12-17T21:15:23.578Z | Dec 17 21:15:22.213 INFO [host-proto] running task |
3527 | 2024-12-17T21:15:23.998Z | Dec 17 21:15:22.636 INFO [host-proto] task succeeded (423.194452ms) |
3528 | 2024-12-17T21:15:23.998Z | Dec 17 21:15:22.636 INFO [host-profile] running task |
3529 | 2024-12-17T21:15:24.003Z | Dec 17 21:15:22.636 INFO [host-profile] task succeeded (385.888µs) |
3530 | 2024-12-17T21:15:24.003Z | Dec 17 21:15:22.637 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/.tmpzNgeWV/proto/host/root -N 'ci 1214a47/${os_short_commit} 2024-12-17 20:53' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3531 | 2024-12-17T21:15:24.017Z | [ host-image] Dec 17 21:15:22.655 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3532 | 2024-12-17T21:15:24.020Z | [ host-image] Dec 17 21:15:22.656 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3533 | 2024-12-17T21:15:24.032Z | [ host-image] Dec 17 21:15:22.670 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpzNgeWV/proto/host/root" |
3534 | 2024-12-17T21:15:24.032Z | [ host-image] Dec 17 21:15:22.670 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3535 | 2024-12-17T21:15:24.034Z | [ host-image] Dec 17 21:15:22.671 INFO image builder template: ramdisk-01-os... |
3536 | 2024-12-17T21:15:24.034Z | [ host-image] Dec 17 21:15:22.671 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/.tmpzNgeWV/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 |
3537 | 2024-12-17T21:15:24.051Z | [ host-image] Dec 17 21:15:22.690 INFO O| Dec 17 21:15:22.690 INFO CREATE DATASET: rpool/images/build/host/output |
3538 | 2024-12-17T21:15:24.264Z | [ host-image] Dec 17 21:15:22.903 INFO O| Dec 17 21:15:22.903 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3539 | 2024-12-17T21:15:24.270Z | [ host-image] Dec 17 21:15:22.909 INFO O| Dec 17 21:15:22.909 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3540 | 2024-12-17T21:15:24.572Z | [ host-image] Dec 17 21:15:23.211 INFO O| Dec 17 21:15:23.211 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3541 | 2024-12-17T21:15:24.628Z | [ host-image] Dec 17 21:15:23.266 INFO O| Dec 17 21:15:23.266 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3542 | 2024-12-17T21:15:24.628Z | [ host-image] Dec 17 21:15:23.267 INFO O| Dec 17 21:15:23.266 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3543 | 2024-12-17T21:15:24.630Z | [ host-image] Dec 17 21:15:23.267 INFO O| Dec 17 21:15:23.267 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3544 | 2024-12-17T21:15:24.630Z | [ host-image] Dec 17 21:15:23.267 INFO O| Dec 17 21:15:23.267 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3545 | 2024-12-17T21:15:24.638Z | [ host-image] Dec 17 21:15:23.276 INFO O| Dec 17 21:15:23.276 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3546 | 2024-12-17T21:15:24.821Z | [ host-image] Dec 17 21:15:23.460 INFO O| Dec 17 21:15:23.460 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3547 | 2024-12-17T21:15:24.835Z | [ host-image] Dec 17 21:15:23.474 INFO O| Dec 17 21:15:23.473 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3548 | 2024-12-17T21:15:25.342Z | [ host-image] Dec 17 21:15:23.980 INFO O| Dec 17 21:15:23.980 INFO O| Caching catalogs ... Done |
3549 | 2024-12-17T21:15:25.463Z | [ host-image] Dec 17 21:15:24.101 INFO O| Dec 17 21:15:24.101 INFO STEP 0 (pkg_image_create) COMPLETE |
3550 | 2024-12-17T21:15:25.463Z | [ host-image] Dec 17 21:15:24.102 INFO O| Dec 17 21:15:24.101 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-12-17T21:15:25.466Z | [ host-image] Dec 17 21:15:24.102 INFO O| Dec 17 21:15:24.101 INFO skip step because feature "repo_redist" is not enabled |
3552 | 2024-12-17T21:15:25.466Z | [ host-image] Dec 17 21:15:24.102 INFO O| Dec 17 21:15:24.101 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-12-17T21:15:25.480Z | [ host-image] Dec 17 21:15:24.119 INFO O| Dec 17 21:15:24.119 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3554 | 2024-12-17T21:15:26.025Z | [ host-image] Dec 17 21:15:24.664 INFO O| Dec 17 21:15:24.664 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3555 | 2024-12-17T21:15:26.025Z | [ host-image] Dec 17 21:15:24.664 INFO O| Dec 17 21:15:24.664 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-12-17T21:15:26.042Z | [ host-image] Dec 17 21:15:24.680 INFO O| Dec 17 21:15:24.680 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"] |
3557 | 2024-12-17T21:15:26.653Z | [ host-image] Dec 17 21:15:25.289 INFO O| Dec 17 21:15:25.289 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3558 | 2024-12-17T21:15:26.653Z | [ host-image] Dec 17 21:15:25.289 INFO O| Dec 17 21:15:25.289 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-12-17T21:15:26.656Z | [ host-image] Dec 17 21:15:25.289 INFO O| Dec 17 21:15:25.289 INFO skip step because feature "repo_redist" is not enabled |
3560 | 2024-12-17T21:15:26.656Z | [ host-image] Dec 17 21:15:25.289 INFO O| Dec 17 21:15:25.289 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-17T21:15:27.239Z | [ host-image] Dec 17 21:15:25.878 INFO O| Dec 17 21:15:25.877 INFO variant opensolaris.zone is already global |
3562 | 2024-12-17T21:15:27.239Z | [ host-image] Dec 17 21:15:25.878 INFO O| Dec 17 21:15:25.878 INFO STEP 5 (pkg_change_variant) COMPLETE |
3563 | 2024-12-17T21:15:27.242Z | [ host-image] Dec 17 21:15:25.878 INFO O| Dec 17 21:15:25.878 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3564 | 2024-12-17T21:15:27.826Z | [ host-image] Dec 17 21:15:26.453 INFO O| Dec 17 21:15:26.453 INFO variant opensolaris.imagetype is full; changing to partial |
3565 | 2024-12-17T21:15:27.826Z | [ host-image] Dec 17 21:15:26.453 INFO O| Dec 17 21:15:26.453 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3566 | 2024-12-17T21:15:35.531Z | [ host-image] Dec 17 21:15:34.168 INFO O| Dec 17 21:15:34.168 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3567 | 2024-12-17T21:15:36.217Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.25s |
3568 | 2024-12-17T21:15:37.400Z | Dec 17 21:15:36.038 INFO [recovery-package] process exited with exit status: 0 (24.702109s) |
3569 | 2024-12-17T21:15:37.401Z | Dec 17 21:15:36.038 INFO [recovery-stamp] running task |
3570 | 2024-12-17T21:15:37.403Z | Dec 17 21:15:36.038 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3571 | 2024-12-17T21:15:37.403Z | Dec 17 21:15:36.038 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git1214a47dcd7 |
3572 | 2024-12-17T21:15:37.418Z | Dec 17 21:15:36.057 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+git1214a47dcd7 |
3573 | 2024-12-17T21:15:37.427Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3574 | 2024-12-17T21:15:37.438Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3575 | 2024-12-17T21:15:37.511Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3576 | 2024-12-17T21:15:37.515Z | Dec 17 21:15:36.153 INFO [stamp-installinator] process exited with exit status: 0 (114.960649ms) |
3577 | 2024-12-17T21:15:37.553Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3578 | 2024-12-17T21:15:37.557Z | Dec 17 21:15:36.195 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (138.907215ms) |
3579 | 2024-12-17T21:15:37.560Z | Dec 17 21:15:36.196 INFO [recovery-stamp] task succeeded (157.540705ms) |
3580 | 2024-12-17T21:15:37.560Z | Dec 17 21:15:36.196 INFO [recovery-proto] running task |
3581 | 2024-12-17T21:15:37.560Z | Dec 17 21:15:36.196 INFO [tuf-stamp] running task |
3582 | 2024-12-17T21:15:37.560Z | Dec 17 21:15:36.197 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+git1214a47dcd7 |
3583 | 2024-12-17T21:15:37.572Z | Dec 17 21:15:36.211 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+git1214a47dcd7 |
3584 | 2024-12-17T21:15:37.587Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3585 | 2024-12-17T21:15:37.589Z | Dec 17 21:15:36.226 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+git1214a47dcd7 |
3586 | 2024-12-17T21:15:37.598Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3587 | 2024-12-17T21:15:37.601Z | Dec 17 21:15:36.240 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+git1214a47dcd7 |
3588 | 2024-12-17T21:15:37.616Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3589 | 2024-12-17T21:15:37.620Z | Dec 17 21:15:36.255 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+git1214a47dcd7 |
3590 | 2024-12-17T21:15:37.644Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-17T21:15:37.646Z | Dec 17 21:15:36.283 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+git1214a47dcd7 |
3592 | 2024-12-17T21:15:37.668Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-17T21:15:37.670Z | Dec 17 21:15:36.306 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+git1214a47dcd7 |
3594 | 2024-12-17T21:15:37.720Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-17T21:15:37.726Z | Dec 17 21:15:36.359 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+git1214a47dcd7 |
3596 | 2024-12-17T21:15:37.836Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-17T21:15:37.839Z | Dec 17 21:15:36.475 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+git1214a47dcd7 |
3598 | 2024-12-17T21:15:37.866Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-17T21:15:37.868Z | Dec 17 21:15:36.504 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+git1214a47dcd7 |
3600 | 2024-12-17T21:15:37.960Z | Dec 17 21:15:36.599 INFO [recovery-proto] task succeeded (402.6857ms) |
3601 | 2024-12-17T21:15:37.960Z | Dec 17 21:15:36.599 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+git1214a47dcd7 |
3602 | 2024-12-17T21:15:37.960Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3603 | 2024-12-17T21:15:37.973Z | Dec 17 21:15:36.612 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/.tmpzNgeWV/proto/recovery/root -N 'recovery 1214a47/${os_short_commit} 2024-12-17 20:53' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3604 | 2024-12-17T21:15:38.037Z | [ recovery-image] Dec 17 21:15:36.675 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3605 | 2024-12-17T21:15:38.037Z | [ recovery-image] Dec 17 21:15:36.675 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3606 | 2024-12-17T21:15:38.053Z | [ recovery-image] Dec 17 21:15:36.691 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpzNgeWV/proto/recovery/root" |
3607 | 2024-12-17T21:15:38.053Z | [ recovery-image] Dec 17 21:15:36.692 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3608 | 2024-12-17T21:15:38.056Z | [ recovery-image] Dec 17 21:15:36.692 INFO image builder template: ramdisk-01-os... |
3609 | 2024-12-17T21:15:38.056Z | [ recovery-image] Dec 17 21:15:36.692 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/.tmpzNgeWV/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 |
3610 | 2024-12-17T21:15:38.075Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3611 | 2024-12-17T21:15:38.137Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3612 | 2024-12-17T21:15:38.146Z | [ recovery-image] Dec 17 21:15:36.782 INFO O| Dec 17 21:15:36.765 INFO CREATE DATASET: rpool/images/build/recovery/output |
3613 | 2024-12-17T21:15:38.327Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3614 | 2024-12-17T21:15:38.421Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3615 | 2024-12-17T21:15:38.425Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3616 | 2024-12-17T21:15:38.425Z | Dec 17 21:15:37.060 INFO [stamp-probe] process exited with exit status: 0 (555.707638ms) |
3617 | 2024-12-17T21:15:38.425Z | Dec 17 21:15:37.060 INFO [stamp-ntp] process exited with exit status: 0 (702.003342ms) |
3618 | 2024-12-17T21:15:38.515Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3619 | 2024-12-17T21:15:38.694Z | [ recovery-image] Dec 17 21:15:37.332 INFO O| Dec 17 21:15:37.310 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3620 | 2024-12-17T21:15:38.696Z | [ recovery-image] Dec 17 21:15:37.332 INFO O| Dec 17 21:15:37.319 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3621 | 2024-12-17T21:15:39.115Z | [ recovery-image] Dec 17 21:15:37.753 INFO O| Dec 17 21:15:37.753 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3622 | 2024-12-17T21:15:39.167Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3623 | 2024-12-17T21:15:39.190Z | [ recovery-image] Dec 17 21:15:37.828 INFO O| Dec 17 21:15:37.828 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3624 | 2024-12-17T21:15:39.190Z | [ recovery-image] Dec 17 21:15:37.829 INFO O| Dec 17 21:15:37.829 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3625 | 2024-12-17T21:15:39.192Z | [ recovery-image] Dec 17 21:15:37.829 INFO O| Dec 17 21:15:37.829 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3626 | 2024-12-17T21:15:39.193Z | [ recovery-image] Dec 17 21:15:37.829 INFO O| Dec 17 21:15:37.829 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3627 | 2024-12-17T21:15:39.197Z | Dec 17 21:15:37.835 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.624303651s) |
3628 | 2024-12-17T21:15:39.203Z | [ recovery-image] Dec 17 21:15:37.841 INFO O| Dec 17 21:15:37.841 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3629 | 2024-12-17T21:15:39.480Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3630 | 2024-12-17T21:15:39.530Z | Dec 17 21:15:38.169 INFO [stamp-external-dns] process exited with exit status: 0 (1.929297986s) |
3631 | 2024-12-17T21:15:39.559Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3632 | 2024-12-17T21:15:39.569Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3633 | 2024-12-17T21:15:39.574Z | Dec 17 21:15:38.212 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.906077465s) |
3634 | 2024-12-17T21:15:39.577Z | Dec 17 21:15:38.216 INFO [stamp-internal-dns] process exited with exit status: 0 (1.990211968s) |
3635 | 2024-12-17T21:15:39.648Z | [ recovery-image] Dec 17 21:15:38.286 INFO O| Dec 17 21:15:38.285 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3636 | 2024-12-17T21:15:39.663Z | [ recovery-image] Dec 17 21:15:38.301 INFO O| Dec 17 21:15:38.301 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3637 | 2024-12-17T21:15:39.930Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3638 | 2024-12-17T21:15:39.935Z | Dec 17 21:15:38.574 INFO [stamp-oximeter] process exited with exit status: 0 (2.290860549s) |
3639 | 2024-12-17T21:15:40.164Z | [ recovery-image] Dec 17 21:15:38.802 INFO O| Dec 17 21:15:38.802 INFO O| Caching catalogs ... Done |
3640 | 2024-12-17T21:15:40.281Z | [ recovery-image] Dec 17 21:15:38.919 INFO O| Dec 17 21:15:38.919 INFO STEP 0 (pkg_image_create) COMPLETE |
3641 | 2024-12-17T21:15:40.281Z | [ recovery-image] Dec 17 21:15:38.919 INFO O| Dec 17 21:15:38.919 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3642 | 2024-12-17T21:15:40.282Z | [ recovery-image] Dec 17 21:15:38.919 INFO O| Dec 17 21:15:38.919 INFO skip step because feature "repo_redist" is not enabled |
3643 | 2024-12-17T21:15:40.285Z | [ recovery-image] Dec 17 21:15:38.919 INFO O| Dec 17 21:15:38.919 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3644 | 2024-12-17T21:15:40.297Z | [ recovery-image] Dec 17 21:15:38.935 INFO O| Dec 17 21:15:38.934 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3645 | 2024-12-17T21:15:40.737Z | [ recovery-image] Dec 17 21:15:39.375 INFO O| Dec 17 21:15:39.375 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3646 | 2024-12-17T21:15:40.737Z | [ recovery-image] Dec 17 21:15:39.375 INFO O| Dec 17 21:15:39.375 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3647 | 2024-12-17T21:15:40.752Z | [ recovery-image] Dec 17 21:15:39.389 INFO O| Dec 17 21:15:39.389 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"] |
3648 | 2024-12-17T21:15:41.237Z | [ recovery-image] Dec 17 21:15:39.875 INFO O| Dec 17 21:15:39.875 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3649 | 2024-12-17T21:15:41.237Z | [ recovery-image] Dec 17 21:15:39.875 INFO O| Dec 17 21:15:39.875 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3650 | 2024-12-17T21:15:41.237Z | [ recovery-image] Dec 17 21:15:39.875 INFO O| Dec 17 21:15:39.875 INFO skip step because feature "repo_redist" is not enabled |
3651 | 2024-12-17T21:15:41.237Z | [ recovery-image] Dec 17 21:15:39.876 INFO O| Dec 17 21:15:39.875 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3652 | 2024-12-17T21:15:41.319Z | [ host-image] Dec 17 21:15:39.957 INFO O| Dec 17 21:15:39.957 INFO O| Startup: Caching catalogs ... Done |
3653 | 2024-12-17T21:15:41.423Z | [ host-image] Dec 17 21:15:40.062 INFO O| Dec 17 21:15:40.062 INFO O| Planning: Planning completed in 0.00 seconds |
3654 | 2024-12-17T21:15:41.426Z | [ host-image] Dec 17 21:15:40.062 INFO O| Dec 17 21:15:40.062 INFO O| Planning: Consolidating action changes ... Done |
3655 | 2024-12-17T21:15:41.426Z | [ host-image] Dec 17 21:15:40.062 INFO O| Dec 17 21:15:40.062 INFO O| Planning: Evaluating mediators ... Done |
3656 | 2024-12-17T21:15:41.426Z | [ host-image] Dec 17 21:15:40.063 INFO O| Dec 17 21:15:40.063 INFO O| Planning: Planning completed in 0.00 seconds |
3657 | 2024-12-17T21:15:41.426Z | [ host-image] Dec 17 21:15:40.063 INFO O| Dec 17 21:15:40.063 INFO O| Variants/Facets to change: 1 |
3658 | 2024-12-17T21:15:41.442Z | [ host-image] Dec 17 21:15:40.080 INFO O| Dec 17 21:15:40.080 INFO O| Done |
3659 | 2024-12-17T21:15:41.442Z | [ host-image] Dec 17 21:15:40.080 INFO O| Dec 17 21:15:40.080 INFO O| Done |
3660 | 2024-12-17T21:15:41.728Z | [ recovery-image] Dec 17 21:15:40.367 INFO O| Dec 17 21:15:40.367 INFO variant opensolaris.zone is already global |
3661 | 2024-12-17T21:15:41.728Z | [ recovery-image] Dec 17 21:15:40.367 INFO O| Dec 17 21:15:40.367 INFO STEP 5 (pkg_change_variant) COMPLETE |
3662 | 2024-12-17T21:15:41.728Z | [ recovery-image] Dec 17 21:15:40.367 INFO O| Dec 17 21:15:40.367 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3663 | 2024-12-17T21:15:41.825Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3664 | 2024-12-17T21:15:41.830Z | Dec 17 21:15:40.469 INFO [stamp-nexus] process exited with exit status: 0 (4.272221486s) |
3665 | 2024-12-17T21:15:42.111Z | [ host-image] Dec 17 21:15:40.749 INFO O| Dec 17 21:15:40.749 INFO O| Done |
3666 | 2024-12-17T21:15:42.188Z | [ host-image] Dec 17 21:15:40.819 INFO O| Dec 17 21:15:40.819 INFO O| Done |
3667 | 2024-12-17T21:15:42.195Z | [ host-image] Dec 17 21:15:40.820 INFO O| Dec 17 21:15:40.820 INFO O| Done |
3668 | 2024-12-17T21:15:42.195Z | [ host-image] Dec 17 21:15:40.820 INFO O| Dec 17 21:15:40.820 INFO O| Done |
3669 | 2024-12-17T21:15:42.196Z | [ host-image] Dec 17 21:15:40.822 INFO O| Dec 17 21:15:40.822 INFO O| Done |
3670 | 2024-12-17T21:15:42.235Z | [ recovery-image] Dec 17 21:15:40.873 INFO O| Dec 17 21:15:40.872 INFO variant opensolaris.imagetype is full; changing to partial |
3671 | 2024-12-17T21:15:42.235Z | [ recovery-image] Dec 17 21:15:40.873 INFO O| Dec 17 21:15:40.873 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3672 | 2024-12-17T21:15:42.643Z | [ host-image] Dec 17 21:15:41.282 INFO O| Dec 17 21:15:41.282 INFO STEP 6 (pkg_change_variant) COMPLETE |
3673 | 2024-12-17T21:15:42.644Z | [ host-image] Dec 17 21:15:41.282 INFO O| Dec 17 21:15:41.282 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3674 | 2024-12-17T21:15:42.648Z | [ host-image] Dec 17 21:15:41.282 INFO O| Dec 17 21:15:41.282 INFO skip step because feature "debug_variant" is not enabled |
3675 | 2024-12-17T21:15:42.648Z | [ host-image] Dec 17 21:15:41.282 INFO O| Dec 17 21:15:41.282 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3676 | 2024-12-17T21:15:42.743Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3677 | 2024-12-17T21:15:42.976Z | [verify-libraries] Compiling home v0.5.9 |
3678 | 2024-12-17T21:15:43.126Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3679 | 2024-12-17T21:15:43.126Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3680 | 2024-12-17T21:15:43.126Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3681 | 2024-12-17T21:15:43.126Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3682 | 2024-12-17T21:15:43.213Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3683 | 2024-12-17T21:15:43.213Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3684 | 2024-12-17T21:15:43.284Z | [ host-image] Dec 17 21:15:41.817 INFO O| Dec 17 21:15:41.817 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3685 | 2024-12-17T21:15:43.284Z | [verify-libraries] Compiling nix v0.28.0 |
3686 | 2024-12-17T21:15:43.467Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3687 | 2024-12-17T21:15:43.548Z | [verify-libraries] Compiling polyval v0.6.2 |
3688 | 2024-12-17T21:15:43.924Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3689 | 2024-12-17T21:15:43.969Z | Dec 17 21:15:42.608 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.132979066s) |
3690 | 2024-12-17T21:15:43.974Z | [verify-libraries] Compiling ghash v0.5.1 |
3691 | 2024-12-17T21:15:44.266Z | [verify-libraries] Compiling ctr v0.9.2 |
3692 | 2024-12-17T21:15:44.409Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3693 | 2024-12-17T21:15:44.684Z | [ host-image] Dec 17 21:15:43.322 INFO O| Dec 17 21:15:43.322 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3694 | 2024-12-17T21:15:44.687Z | [ host-image] Dec 17 21:15:43.324 INFO O| Dec 17 21:15:43.324 INFO O| Planning: Planning completed in 0.00 seconds |
3695 | 2024-12-17T21:15:44.687Z | [ host-image] Dec 17 21:15:43.325 INFO O| Dec 17 21:15:43.325 INFO O| Planning: Consolidating action changes ... Done |
3696 | 2024-12-17T21:15:44.687Z | [ host-image] Dec 17 21:15:43.325 INFO O| Dec 17 21:15:43.325 INFO O| Planning: Evaluating mediators ... Done |
3697 | 2024-12-17T21:15:44.690Z | [ host-image] Dec 17 21:15:43.326 INFO O| Dec 17 21:15:43.326 INFO O| Planning: Planning completed in 0.00 seconds |
3698 | 2024-12-17T21:15:44.690Z | [ host-image] Dec 17 21:15:43.326 INFO O| Dec 17 21:15:43.326 INFO O| Variants/Facets to change: 1 |
3699 | 2024-12-17T21:15:44.727Z | [verify-libraries] Compiling blowfish v0.9.1 |
3700 | 2024-12-17T21:15:44.839Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3701 | 2024-12-17T21:15:44.936Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3702 | 2024-12-17T21:15:45.349Z | [ host-image] Dec 17 21:15:43.984 INFO O| Dec 17 21:15:43.984 INFO O| Done |
3703 | 2024-12-17T21:15:45.349Z | [ host-image] Dec 17 21:15:43.984 INFO O| Dec 17 21:15:43.984 INFO O| Done |
3704 | 2024-12-17T21:15:45.778Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3705 | 2024-12-17T21:15:46.169Z | [ host-image] Dec 17 21:15:44.807 INFO O| Dec 17 21:15:44.807 INFO O| Done |
3706 | 2024-12-17T21:15:46.378Z | [ host-image] Dec 17 21:15:45.016 INFO O| Dec 17 21:15:45.016 INFO O| Done |
3707 | 2024-12-17T21:15:46.382Z | [ host-image] Dec 17 21:15:45.018 INFO O| Dec 17 21:15:45.018 INFO O| Done |
3708 | 2024-12-17T21:15:46.382Z | [ host-image] Dec 17 21:15:45.018 INFO O| Dec 17 21:15:45.018 INFO O| Done |
3709 | 2024-12-17T21:15:46.382Z | [ host-image] Dec 17 21:15:45.020 INFO O| Dec 17 21:15:45.020 INFO O| Done |
3710 | 2024-12-17T21:15:46.533Z | [ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO STEP 8 (pkg_change_facet) COMPLETE |
3711 | 2024-12-17T21:15:46.533Z | [ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3712 | 2024-12-17T21:15:46.533Z | [ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO skip step because feature "recovery" is not enabled |
3713 | 2024-12-17T21:15:46.536Z | [ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3714 | 2024-12-17T21:15:46.536Z | [ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO skip step because feature "recovery" is not enabled |
3715 | 2024-12-17T21:15:46.536Z | [ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3716 | 2024-12-17T21:15:46.552Z | [ host-image] Dec 17 21:15:45.190 INFO O| Dec 17 21:15:45.190 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"] |
3717 | 2024-12-17T21:15:46.610Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3718 | 2024-12-17T21:15:47.428Z | [verify-libraries] Compiling password-hash v0.4.2 |
3719 | 2024-12-17T21:15:47.842Z | [ host-image] Dec 17 21:15:46.480 INFO O| Dec 17 21:15:46.480 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3720 | 2024-12-17T21:15:50.923Z | [verify-libraries] Compiling rustyline v14.0.0 |
3721 | 2024-12-17T21:15:50.976Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3722 | 2024-12-17T21:15:50.981Z | Dec 17 21:15:49.620 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.364579243s) |
3723 | 2024-12-17T21:15:51.352Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3724 | 2024-12-17T21:15:51.459Z | Dec 17 21:15:50.098 INFO [stamp-clickhouse] process exited with exit status: 0 (13.498843526s) |
3725 | 2024-12-17T21:15:51.459Z | Dec 17 21:15:50.098 INFO [tuf-stamp] task succeeded (13.901930315s) |
3726 | 2024-12-17T21:15:51.819Z | [verify-libraries] Compiling matches v0.1.10 |
3727 | 2024-12-17T21:15:52.004Z | [verify-libraries] Compiling idna v0.2.3 |
3728 | 2024-12-17T21:15:52.656Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3729 | 2024-12-17T21:15:53.091Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3730 | 2024-12-17T21:15:53.186Z | [verify-libraries] Compiling p256 v0.13.2 |
3731 | 2024-12-17T21:15:54.168Z | [ recovery-image] Dec 17 21:15:52.806 INFO O| Dec 17 21:15:52.806 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3732 | 2024-12-17T21:15:56.094Z | [verify-libraries] Compiling p521 v0.13.3 |
3733 | 2024-12-17T21:15:56.701Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3734 | 2024-12-17T21:15:58.130Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3735 | 2024-12-17T21:15:58.581Z | [verify-libraries] Compiling md5 v0.7.0 |
3736 | 2024-12-17T21:15:58.866Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3737 | 2024-12-17T21:15:59.161Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3738 | 2024-12-17T21:16:03.495Z | [ recovery-image] Dec 17 21:16:02.134 INFO O| Dec 17 21:16:02.134 INFO O| Startup: Caching catalogs ... Done |
3739 | 2024-12-17T21:16:03.615Z | [ recovery-image] Dec 17 21:16:02.254 INFO O| Dec 17 21:16:02.254 INFO O| Planning: Planning completed in 0.00 seconds |
3740 | 2024-12-17T21:16:03.618Z | [ recovery-image] Dec 17 21:16:02.255 INFO O| Dec 17 21:16:02.254 INFO O| Planning: Consolidating action changes ... Done |
3741 | 2024-12-17T21:16:03.618Z | [ recovery-image] Dec 17 21:16:02.255 INFO O| Dec 17 21:16:02.255 INFO O| Planning: Evaluating mediators ... Done |
3742 | 2024-12-17T21:16:03.618Z | [ recovery-image] Dec 17 21:16:02.255 INFO O| Dec 17 21:16:02.255 INFO O| Planning: Planning completed in 0.00 seconds |
3743 | 2024-12-17T21:16:03.618Z | [ recovery-image] Dec 17 21:16:02.256 INFO O| Dec 17 21:16:02.255 INFO O| Variants/Facets to change: 1 |
3744 | 2024-12-17T21:16:03.735Z | [ recovery-image] Dec 17 21:16:02.373 INFO O| Dec 17 21:16:02.373 INFO O| Done |
3745 | 2024-12-17T21:16:03.735Z | [ recovery-image] Dec 17 21:16:02.374 INFO O| Dec 17 21:16:02.373 INFO O| Done |
3746 | 2024-12-17T21:16:04.848Z | [ recovery-image] Dec 17 21:16:03.486 INFO O| Dec 17 21:16:03.486 INFO O| Done |
3747 | 2024-12-17T21:16:04.918Z | [ recovery-image] Dec 17 21:16:03.557 INFO O| Dec 17 21:16:03.557 INFO O| Done |
3748 | 2024-12-17T21:16:04.921Z | [ recovery-image] Dec 17 21:16:03.558 INFO O| Dec 17 21:16:03.558 INFO O| Done |
3749 | 2024-12-17T21:16:04.921Z | [ recovery-image] Dec 17 21:16:03.558 INFO O| Dec 17 21:16:03.558 INFO O| Done |
3750 | 2024-12-17T21:16:04.924Z | [ recovery-image] Dec 17 21:16:03.560 INFO O| Dec 17 21:16:03.560 INFO O| Done |
3751 | 2024-12-17T21:16:05.785Z | [ recovery-image] Dec 17 21:16:04.423 INFO O| Dec 17 21:16:04.422 INFO STEP 6 (pkg_change_variant) COMPLETE |
3752 | 2024-12-17T21:16:05.785Z | [ recovery-image] Dec 17 21:16:04.423 INFO O| Dec 17 21:16:04.423 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3753 | 2024-12-17T21:16:05.787Z | [ recovery-image] Dec 17 21:16:04.423 INFO O| Dec 17 21:16:04.423 INFO skip step because feature "debug_variant" is not enabled |
3754 | 2024-12-17T21:16:05.787Z | [ recovery-image] Dec 17 21:16:04.423 INFO O| Dec 17 21:16:04.423 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3755 | 2024-12-17T21:16:06.491Z | [ recovery-image] Dec 17 21:16:05.130 INFO O| Dec 17 21:16:05.130 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3756 | 2024-12-17T21:16:07.674Z | [ recovery-image] Dec 17 21:16:06.312 INFO O| Dec 17 21:16:06.312 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3757 | 2024-12-17T21:16:07.678Z | [ recovery-image] Dec 17 21:16:06.315 INFO O| Dec 17 21:16:06.315 INFO O| Planning: Planning completed in 0.00 seconds |
3758 | 2024-12-17T21:16:07.681Z | [ recovery-image] Dec 17 21:16:06.316 INFO O| Dec 17 21:16:06.316 INFO O| Planning: Consolidating action changes ... Done |
3759 | 2024-12-17T21:16:07.681Z | [ recovery-image] Dec 17 21:16:06.316 INFO O| Dec 17 21:16:06.316 INFO O| Planning: Evaluating mediators ... Done |
3760 | 2024-12-17T21:16:07.681Z | [ recovery-image] Dec 17 21:16:06.316 INFO O| Dec 17 21:16:06.316 INFO O| Planning: Planning completed in 0.00 seconds |
3761 | 2024-12-17T21:16:07.681Z | [ recovery-image] Dec 17 21:16:06.317 INFO O| Dec 17 21:16:06.317 INFO O| Variants/Facets to change: 1 |
3762 | 2024-12-17T21:16:07.773Z | [ recovery-image] Dec 17 21:16:06.411 INFO O| Dec 17 21:16:06.411 INFO O| Done |
3763 | 2024-12-17T21:16:07.773Z | [ recovery-image] Dec 17 21:16:06.411 INFO O| Dec 17 21:16:06.411 INFO O| Done |
3764 | 2024-12-17T21:16:08.491Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3765 | 2024-12-17T21:16:08.645Z | [ recovery-image] Dec 17 21:16:07.283 INFO O| Dec 17 21:16:07.283 INFO O| Done |
3766 | 2024-12-17T21:16:08.735Z | [ recovery-image] Dec 17 21:16:07.373 INFO O| Dec 17 21:16:07.373 INFO O| Done |
3767 | 2024-12-17T21:16:08.737Z | [ recovery-image] Dec 17 21:16:07.375 INFO O| Dec 17 21:16:07.374 INFO O| Done |
3768 | 2024-12-17T21:16:08.737Z | [ recovery-image] Dec 17 21:16:07.375 INFO O| Dec 17 21:16:07.375 INFO O| Done |
3769 | 2024-12-17T21:16:08.740Z | [ recovery-image] Dec 17 21:16:07.377 INFO O| Dec 17 21:16:07.377 INFO O| Done |
3770 | 2024-12-17T21:16:08.867Z | [ recovery-image] Dec 17 21:16:07.505 INFO O| Dec 17 21:16:07.505 INFO STEP 8 (pkg_change_facet) COMPLETE |
3771 | 2024-12-17T21:16:08.867Z | [ recovery-image] Dec 17 21:16:07.505 INFO O| Dec 17 21:16:07.505 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3772 | 2024-12-17T21:16:09.618Z | [ recovery-image] Dec 17 21:16:08.257 INFO O| Dec 17 21:16:08.256 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3773 | 2024-12-17T21:16:10.816Z | [ recovery-image] Dec 17 21:16:09.455 INFO O| Dec 17 21:16:09.454 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3774 | 2024-12-17T21:16:10.819Z | [ recovery-image] Dec 17 21:16:09.456 INFO O| Dec 17 21:16:09.456 INFO O| Planning: Planning completed in 0.00 seconds |
3775 | 2024-12-17T21:16:10.819Z | [ recovery-image] Dec 17 21:16:09.457 INFO O| Dec 17 21:16:09.457 INFO O| Planning: Consolidating action changes ... Done |
3776 | 2024-12-17T21:16:10.819Z | [ recovery-image] Dec 17 21:16:09.457 INFO O| Dec 17 21:16:09.457 INFO O| Planning: Evaluating mediators ... Done |
3777 | 2024-12-17T21:16:10.822Z | [ recovery-image] Dec 17 21:16:09.458 INFO O| Dec 17 21:16:09.458 INFO O| Planning: Planning completed in 0.00 seconds |
3778 | 2024-12-17T21:16:10.822Z | [ recovery-image] Dec 17 21:16:09.458 INFO O| Dec 17 21:16:09.458 INFO O| Variants/Facets to change: 1 |
3779 | 2024-12-17T21:16:10.919Z | [ recovery-image] Dec 17 21:16:09.557 INFO O| Dec 17 21:16:09.557 INFO O| Done |
3780 | 2024-12-17T21:16:10.919Z | [ recovery-image] Dec 17 21:16:09.557 INFO O| Dec 17 21:16:09.557 INFO O| Done |
3781 | 2024-12-17T21:16:11.838Z | [ recovery-image] Dec 17 21:16:10.476 INFO O| Dec 17 21:16:10.476 INFO O| Done |
3782 | 2024-12-17T21:16:11.932Z | [ recovery-image] Dec 17 21:16:10.570 INFO O| Dec 17 21:16:10.570 INFO O| Done |
3783 | 2024-12-17T21:16:11.934Z | [ recovery-image] Dec 17 21:16:10.571 INFO O| Dec 17 21:16:10.571 INFO O| Done |
3784 | 2024-12-17T21:16:11.934Z | [ recovery-image] Dec 17 21:16:10.571 INFO O| Dec 17 21:16:10.571 INFO O| Done |
3785 | 2024-12-17T21:16:11.937Z | [ recovery-image] Dec 17 21:16:10.576 INFO O| Dec 17 21:16:10.576 INFO O| Done |
3786 | 2024-12-17T21:16:12.069Z | [ recovery-image] Dec 17 21:16:10.707 INFO O| Dec 17 21:16:10.707 INFO STEP 9 (pkg_change_facet) COMPLETE |
3787 | 2024-12-17T21:16:12.069Z | [ recovery-image] Dec 17 21:16:10.707 INFO O| Dec 17 21:16:10.707 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3788 | 2024-12-17T21:16:12.742Z | [ recovery-image] Dec 17 21:16:11.380 INFO O| Dec 17 21:16:11.380 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3789 | 2024-12-17T21:16:13.844Z | [ recovery-image] Dec 17 21:16:12.482 INFO O| Dec 17 21:16:12.482 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3790 | 2024-12-17T21:16:13.847Z | [ recovery-image] Dec 17 21:16:12.484 INFO O| Dec 17 21:16:12.484 INFO O| Planning: Planning completed in 0.00 seconds |
3791 | 2024-12-17T21:16:13.847Z | [ recovery-image] Dec 17 21:16:12.485 INFO O| Dec 17 21:16:12.485 INFO O| Planning: Consolidating action changes ... Done |
3792 | 2024-12-17T21:16:13.847Z | [ recovery-image] Dec 17 21:16:12.485 INFO O| Dec 17 21:16:12.485 INFO O| Planning: Evaluating mediators ... Done |
3793 | 2024-12-17T21:16:13.850Z | [ recovery-image] Dec 17 21:16:12.486 INFO O| Dec 17 21:16:12.486 INFO O| Planning: Planning completed in 0.00 seconds |
3794 | 2024-12-17T21:16:13.850Z | [ recovery-image] Dec 17 21:16:12.486 INFO O| Dec 17 21:16:12.486 INFO O| Variants/Facets to change: 1 |
3795 | 2024-12-17T21:16:13.889Z | [ recovery-image] Dec 17 21:16:12.527 INFO O| Dec 17 21:16:12.527 INFO O| Done |
3796 | 2024-12-17T21:16:13.889Z | [ recovery-image] Dec 17 21:16:12.527 INFO O| Dec 17 21:16:12.527 INFO O| Done |
3797 | 2024-12-17T21:16:15.101Z | [ recovery-image] Dec 17 21:16:13.487 INFO O| Dec 17 21:16:13.487 INFO O| Done |
3798 | 2024-12-17T21:16:15.111Z | [ recovery-image] Dec 17 21:16:13.567 INFO O| Dec 17 21:16:13.567 INFO O| Done |
3799 | 2024-12-17T21:16:15.111Z | [ recovery-image] Dec 17 21:16:13.568 INFO O| Dec 17 21:16:13.568 INFO O| Done |
3800 | 2024-12-17T21:16:15.111Z | [ recovery-image] Dec 17 21:16:13.568 INFO O| Dec 17 21:16:13.568 INFO O| Done |
3801 | 2024-12-17T21:16:15.111Z | [ recovery-image] Dec 17 21:16:13.589 INFO O| Dec 17 21:16:13.589 INFO O| Done |
3802 | 2024-12-17T21:16:15.111Z | [ recovery-image] Dec 17 21:16:13.738 INFO O| Dec 17 21:16:13.738 INFO STEP 10 (pkg_change_facet) COMPLETE |
3803 | 2024-12-17T21:16:15.112Z | [ recovery-image] Dec 17 21:16:13.738 INFO O| Dec 17 21:16:13.738 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3804 | 2024-12-17T21:16:15.123Z | [ recovery-image] Dec 17 21:16:13.760 INFO O| Dec 17 21:16:13.759 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"] |
3805 | 2024-12-17T21:16:16.242Z | [verify-libraries] Compiling des v0.8.1 |
3806 | 2024-12-17T21:16:16.312Z | [ recovery-image] Dec 17 21:16:14.950 INFO O| Dec 17 21:16:14.950 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3807 | 2024-12-17T21:16:17.008Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3808 | 2024-12-17T21:16:17.422Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3809 | 2024-12-17T21:16:18.532Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3810 | 2024-12-17T21:16:19.014Z | [verify-libraries] Compiling russh v0.45.0 |
3811 | 2024-12-17T21:16:23.071Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3812 | 2024-12-17T21:16:25.636Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3813 | 2024-12-17T21:16:29.968Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3814 | 2024-12-17T21:16:39.132Z | [verify-libraries] Compiling petname v2.0.2 |
3815 | 2024-12-17T21:16:40.595Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3816 | 2024-12-17T21:16:41.387Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3817 | 2024-12-17T21:16:42.125Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3818 | 2024-12-17T21:16:48.028Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3819 | 2024-12-17T21:16:52.918Z | [ host-image] Dec 17 21:16:51.556 INFO O| Dec 17 21:16:51.556 INFO O| Planning: Solver setup ... Done |
3820 | 2024-12-17T21:16:53.467Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3821 | 2024-12-17T21:17:00.738Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3822 | 2024-12-17T21:17:03.249Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3823 | 2024-12-17T21:17:20.344Z | [ recovery-image] Dec 17 21:17:18.982 INFO O| Dec 17 21:17:18.982 INFO O| Planning: Solver setup ... Done |
3824 | 2024-12-17T21:17:29.253Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3825 | 2024-12-17T21:17:31.427Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3826 | 2024-12-17T21:17:40.454Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3827 | 2024-12-17T21:18:08.596Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3828 | 2024-12-17T21:18:10.135Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3829 | 2024-12-17T21:18:10.719Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3830 | 2024-12-17T21:18:11.176Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3831 | 2024-12-17T21:18:11.610Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3832 | 2024-12-17T21:18:12.064Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3833 | 2024-12-17T21:18:12.696Z | [ host-image] Dec 17 21:18:11.334 INFO O| Dec 17 21:18:11.334 INFO O| Planning: Running solver ... Done |
3834 | 2024-12-17T21:18:13.033Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3835 | 2024-12-17T21:18:13.372Z | [ host-image] Dec 17 21:18:12.010 INFO O| Dec 17 21:18:12.010 INFO O| Planning: Finding local manifests ... Done |
3836 | 2024-12-17T21:18:13.390Z | [ host-image] Dec 17 21:18:12.028 INFO O| Dec 17 21:18:12.027 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3837 | 2024-12-17T21:18:13.431Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3838 | 2024-12-17T21:18:17.949Z | [ host-image] Dec 17 21:18:16.587 INFO O| Dec 17 21:18:16.587 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3839 | 2024-12-17T21:18:19.043Z | [ host-image] Dec 17 21:18:17.681 INFO O| Dec 17 21:18:17.681 INFO O| Planning: Package planning ... Done |
3840 | 2024-12-17T21:18:20.631Z | [ host-image] Dec 17 21:18:19.269 INFO O| Dec 17 21:18:19.269 INFO O| Planning: Merging actions ... Done |
3841 | 2024-12-17T21:18:21.190Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3842 | 2024-12-17T21:18:21.269Z | [ host-image] Dec 17 21:18:19.907 INFO O| Dec 17 21:18:19.907 INFO O| Planning: Checking for conflicting actions ... Done |
3843 | 2024-12-17T21:18:21.553Z | [ host-image] Dec 17 21:18:20.191 INFO O| Dec 17 21:18:20.191 INFO O| Planning: Consolidating action changes ... Done |
3844 | 2024-12-17T21:18:22.157Z | [ host-image] Dec 17 21:18:20.795 INFO O| Dec 17 21:18:20.794 INFO O| Planning: Evaluating mediators ... Done |
3845 | 2024-12-17T21:18:22.177Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3846 | 2024-12-17T21:18:25.105Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3847 | 2024-12-17T21:18:28.515Z | [ host-image] Dec 17 21:18:27.153 INFO O| Dec 17 21:18:27.153 INFO O| Planning: Planning completed in 160.67 seconds |
3848 | 2024-12-17T21:18:28.522Z | [ host-image] Dec 17 21:18:27.160 INFO O| Dec 17 21:18:27.160 INFO O| Packages to install: 124 |
3849 | 2024-12-17T21:18:28.525Z | [ host-image] Dec 17 21:18:27.160 INFO O| Dec 17 21:18:27.160 INFO O| Mediators to change: 4 |
3850 | 2024-12-17T21:18:28.525Z | [ host-image] Dec 17 21:18:27.160 INFO O| Dec 17 21:18:27.160 INFO O| Services to change: 6 |
3851 | 2024-12-17T21:18:28.649Z | [ host-image] Dec 17 21:18:27.285 INFO O| Dec 17 21:18:27.285 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3852 | 2024-12-17T21:18:32.132Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3853 | 2024-12-17T21:18:33.660Z | [ host-image] Dec 17 21:18:32.298 INFO O| Dec 17 21:18:32.298 INFO O| Download: 1277/22788 items 8.6/199.7MB 4% complete (1.8M/s) |
3854 | 2024-12-17T21:18:37.221Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3855 | 2024-12-17T21:18:38.356Z | [ recovery-image] Dec 17 21:18:36.994 INFO O| Dec 17 21:18:36.994 INFO O| Planning: Running solver ... Done |
3856 | 2024-12-17T21:18:38.673Z | [ host-image] Dec 17 21:18:37.311 INFO O| Dec 17 21:18:37.311 INFO O| Download: 1805/22788 items 16.8/199.7MB 8% complete (1.6M/s) |
3857 | 2024-12-17T21:18:39.028Z | [ recovery-image] Dec 17 21:18:37.666 INFO O| Dec 17 21:18:37.666 INFO O| Planning: Finding local manifests ... Done |
3858 | 2024-12-17T21:18:39.043Z | [ recovery-image] Dec 17 21:18:37.680 INFO O| Dec 17 21:18:37.680 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3859 | 2024-12-17T21:18:43.879Z | [ host-image] Dec 17 21:18:42.517 INFO O| Dec 17 21:18:42.517 INFO O| Download: 2332/22788 items 27.5/199.7MB 13% complete (1.9M/s) |
3860 | 2024-12-17T21:18:44.419Z | [ recovery-image] Dec 17 21:18:43.057 INFO O| Dec 17 21:18:43.057 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3861 | 2024-12-17T21:18:45.638Z | [ recovery-image] Dec 17 21:18:44.275 INFO O| Dec 17 21:18:44.275 INFO O| Planning: Package planning ... Done |
3862 | 2024-12-17T21:18:46.426Z | [ recovery-image] Dec 17 21:18:45.064 INFO O| Dec 17 21:18:45.064 INFO O| Planning: Merging actions ... Done |
3863 | 2024-12-17T21:18:46.668Z | [ recovery-image] Dec 17 21:18:45.305 INFO O| Dec 17 21:18:45.305 INFO O| Planning: Checking for conflicting actions ... Done |
3864 | 2024-12-17T21:18:46.801Z | [ recovery-image] Dec 17 21:18:45.439 INFO O| Dec 17 21:18:45.439 INFO O| Planning: Consolidating action changes ... Done |
3865 | 2024-12-17T21:18:47.159Z | [ recovery-image] Dec 17 21:18:45.796 INFO O| Dec 17 21:18:45.796 INFO O| Planning: Evaluating mediators ... Done |
3866 | 2024-12-17T21:18:49.225Z | [ host-image] Dec 17 21:18:47.863 INFO O| Dec 17 21:18:47.862 INFO O| Download: 3545/22788 items 35.8/199.7MB 17% complete (1.7M/s) |
3867 | 2024-12-17T21:18:53.341Z | [ recovery-image] Dec 17 21:18:51.979 INFO O| Dec 17 21:18:51.979 INFO O| Planning: Planning completed in 157.03 seconds |
3868 | 2024-12-17T21:18:53.349Z | [ recovery-image] Dec 17 21:18:51.987 INFO O| Dec 17 21:18:51.987 INFO O| Packages to install: 124 |
3869 | 2024-12-17T21:18:53.349Z | [ recovery-image] Dec 17 21:18:51.987 INFO O| Dec 17 21:18:51.987 INFO O| Mediators to change: 4 |
3870 | 2024-12-17T21:18:53.351Z | [ recovery-image] Dec 17 21:18:51.987 INFO O| Dec 17 21:18:51.987 INFO O| Services to change: 5 |
3871 | 2024-12-17T21:18:53.435Z | [ recovery-image] Dec 17 21:18:52.073 INFO O| Dec 17 21:18:52.073 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3872 | 2024-12-17T21:18:54.364Z | [ host-image] Dec 17 21:18:53.001 INFO O| Dec 17 21:18:53.001 INFO O| Download: 4534/22788 items 42.3/199.7MB 21% complete (1.5M/s) |
3873 | 2024-12-17T21:18:59.510Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3874 | 2024-12-17T21:19:03.427Z | [ host-image] Dec 17 21:19:02.065 INFO O| Dec 17 21:19:02.065 INFO O| Download: 4798/22788 items 45.5/199.7MB 22% complete (994k/s) |
3875 | 2024-12-17T21:19:03.436Z | [ recovery-image] Dec 17 21:19:02.074 INFO O| Dec 17 21:19:02.074 INFO O| Download: 1048/15862 items 7.9/176.4MB 4% complete (1.6M/s) |
3876 | 2024-12-17T21:19:06.150Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3877 | 2024-12-17T21:19:06.787Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3878 | 2024-12-17T21:19:08.733Z | [ host-image] Dec 17 21:19:07.371 INFO O| Dec 17 21:19:07.371 INFO O| Download: 5743/22788 items 46.2/199.7MB 23% complete (94.1k/s) |
3879 | 2024-12-17T21:19:09.950Z | [verify-libraries] Compiling termios v0.3.3 |
3880 | 2024-12-17T21:19:10.297Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3881 | 2024-12-17T21:19:10.863Z | [ recovery-image] Dec 17 21:19:09.501 INFO O| Dec 17 21:19:09.501 INFO O| Download: 1053/15862 items 7.9/176.4MB 4% complete (1.4M/s) |
3882 | 2024-12-17T21:19:13.761Z | [ host-image] Dec 17 21:19:12.399 INFO O| Dec 17 21:19:12.399 INFO O| Download: 6211/22788 items 46.6/199.7MB 23% complete (105k/s) |
3883 | 2024-12-17T21:19:15.863Z | [ recovery-image] Dec 17 21:19:14.501 INFO O| Dec 17 21:19:14.501 INFO O| Download: 1195/15862 items 15.7/176.4MB 8% complete (1.4M/s) |
3884 | 2024-12-17T21:19:18.765Z | [ host-image] Dec 17 21:19:17.402 INFO O| Dec 17 21:19:17.402 INFO O| Download: 7034/22788 items 56.1/199.7MB 28% complete (953k/s) |
3885 | 2024-12-17T21:19:21.693Z | [ recovery-image] Dec 17 21:19:20.330 INFO O| Dec 17 21:19:20.330 INFO O| Download: 1507/15862 items 21.9/176.4MB 12% complete (1.7M/s) |
3886 | 2024-12-17T21:19:23.909Z | [ host-image] Dec 17 21:19:22.546 INFO O| Dec 17 21:19:22.546 INFO O| Download: 8128/22788 items 60.8/199.7MB 30% complete (1.4M/s) |
3887 | 2024-12-17T21:19:26.701Z | [ recovery-image] Dec 17 21:19:25.338 INFO O| Dec 17 21:19:25.338 INFO O| Download: 1991/15862 items 30.9/176.4MB 17% complete (1.0M/s) |
3888 | 2024-12-17T21:19:28.921Z | [ host-image] Dec 17 21:19:27.559 INFO O| Dec 17 21:19:27.559 INFO O| Download: 8669/22788 items 70.9/199.7MB 35% complete (1.5M/s) |
3889 | 2024-12-17T21:19:31.579Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3890 | 2024-12-17T21:19:31.727Z | [ recovery-image] Dec 17 21:19:30.356 INFO O| Dec 17 21:19:30.356 INFO O| Download: 2724/15862 items 34.0/176.4MB 19% complete (1.2M/s) |
3891 | 2024-12-17T21:19:34.873Z | [ host-image] Dec 17 21:19:33.498 INFO O| Dec 17 21:19:33.498 INFO O| Download: 9386/22788 items 81.5/199.7MB 40% complete (2.1M/s) |
3892 | 2024-12-17T21:19:36.734Z | [ recovery-image] Dec 17 21:19:35.371 INFO O| Dec 17 21:19:35.371 INFO O| Download: 3756/15862 items 41.9/176.4MB 23% complete (1.2M/s) |
3893 | 2024-12-17T21:19:39.875Z | [ host-image] Dec 17 21:19:38.512 INFO O| Dec 17 21:19:38.512 INFO O| Download: 10320/22788 items 87.6/199.7MB 43% complete (1.6M/s) |
3894 | 2024-12-17T21:19:41.734Z | [ recovery-image] Dec 17 21:19:40.371 INFO O| Dec 17 21:19:40.371 INFO O| Download: 4784/15862 items 43.0/176.4MB 24% complete (917k/s) |
3895 | 2024-12-17T21:19:42.113Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3896 | 2024-12-17T21:19:44.892Z | [ host-image] Dec 17 21:19:43.529 INFO O| Dec 17 21:19:43.529 INFO O| Download: 10817/22788 items 89.8/199.7MB 44% complete (845k/s) |
3897 | 2024-12-17T21:19:46.777Z | [ recovery-image] Dec 17 21:19:45.415 INFO O| Dec 17 21:19:45.415 INFO O| Download: 5663/15862 items 44.5/176.4MB 25% complete (262k/s) |
3898 | 2024-12-17T21:19:50.154Z | [ host-image] Dec 17 21:19:48.790 INFO O| Dec 17 21:19:48.790 INFO O| Download: 11281/22788 items 94.8/199.7MB 47% complete (944k/s) |
3899 | 2024-12-17T21:19:51.791Z | [ recovery-image] Dec 17 21:19:50.429 INFO O| Dec 17 21:19:50.429 INFO O| Download: 6083/15862 items 54.4/176.4MB 30% complete (1.1M/s) |
3900 | 2024-12-17T21:19:55.418Z | [ host-image] Dec 17 21:19:54.056 INFO O| Dec 17 21:19:54.055 INFO O| Download: 12178/22788 items 108.6/199.7MB 54% complete (1.9M/s) |
3901 | 2024-12-17T21:19:56.794Z | [ recovery-image] Dec 17 21:19:55.432 INFO O| Dec 17 21:19:55.432 INFO O| Download: 6608/15862 items 64.3/176.4MB 36% complete (2.0M/s) |
3902 | 2024-12-17T21:20:00.418Z | [ host-image] Dec 17 21:19:59.056 INFO O| Dec 17 21:19:59.055 INFO O| Download: 12804/22788 items 109.7/199.7MB 54% complete (1.4M/s) |
3903 | 2024-12-17T21:20:01.814Z | [ recovery-image] Dec 17 21:20:00.452 INFO O| Dec 17 21:20:00.451 INFO O| Download: 7421/15862 items 73.5/176.4MB 41% complete (1.9M/s) |
3904 | 2024-12-17T21:20:05.432Z | [ host-image] Dec 17 21:20:04.068 INFO O| Dec 17 21:20:04.068 INFO O| Download: 13813/22788 items 110.2/199.7MB 55% complete (172k/s) |
3905 | 2024-12-17T21:20:09.282Z | [ recovery-image] Dec 17 21:20:05.453 INFO O| Dec 17 21:20:05.453 INFO O| Download: 7929/15862 items 77.5/176.4MB 43% complete (1.3M/s) |
3906 | 2024-12-17T21:20:10.580Z | [ host-image] Dec 17 21:20:09.218 INFO O| Dec 17 21:20:09.217 INFO O| Download: 14519/22788 items 116.7/199.7MB 58% complete (680k/s) |
3907 | 2024-12-17T21:20:12.342Z | [ recovery-image] Dec 17 21:20:10.979 INFO O| Dec 17 21:20:10.979 INFO O| Download: 8676/15862 items 83.2/176.4MB 47% complete (876k/s) |
3908 | 2024-12-17T21:20:15.583Z | [ host-image] Dec 17 21:20:14.220 INFO O| Dec 17 21:20:14.220 INFO O| Download: 15638/22788 items 125.8/199.7MB 63% complete (1.5M/s) |
3909 | 2024-12-17T21:20:17.354Z | [ recovery-image] Dec 17 21:20:15.991 INFO O| Dec 17 21:20:15.991 INFO O| Download: 9122/15862 items 92.7/176.4MB 52% complete (1.5M/s) |
3910 | 2024-12-17T21:20:20.584Z | [ host-image] Dec 17 21:20:19.221 INFO O| Dec 17 21:20:19.221 INFO O| Download: 16328/22788 items 132.6/199.7MB 66% complete (1.6M/s) |
3911 | 2024-12-17T21:20:22.396Z | [ recovery-image] Dec 17 21:20:21.034 INFO O| Dec 17 21:20:21.034 INFO O| Download: 10022/15862 items 93.2/176.4MB 52% complete (1.0M/s) |
3912 | 2024-12-17T21:20:25.602Z | [ host-image] Dec 17 21:20:24.240 INFO O| Dec 17 21:20:24.239 INFO O| Download: 17368/22788 items 141.5/199.7MB 70% complete (1.5M/s) |
3913 | 2024-12-17T21:20:27.420Z | [ recovery-image] Dec 17 21:20:26.057 INFO O| Dec 17 21:20:26.057 INFO O| Download: 10853/15862 items 93.9/176.4MB 53% complete (111k/s) |
3914 | 2024-12-17T21:20:30.605Z | [ host-image] Dec 17 21:20:29.240 INFO O| Dec 17 21:20:29.239 INFO O| Download: 17979/22788 items 161.9/199.7MB 81% complete (3.0M/s) |
3915 | 2024-12-17T21:20:32.614Z | [ recovery-image] Dec 17 21:20:31.251 INFO O| Dec 17 21:20:31.251 INFO O| Download: 11427/15862 items 107.3/176.4MB 60% complete (1.4M/s) |
3916 | 2024-12-17T21:20:35.620Z | [ host-image] Dec 17 21:20:34.257 INFO O| Dec 17 21:20:34.257 INFO O| Download: 18979/22788 items 165.9/199.7MB 83% complete (2.5M/s) |
3917 | 2024-12-17T21:20:37.895Z | [ recovery-image] Dec 17 21:20:36.498 INFO O| Dec 17 21:20:36.497 INFO O| Download: 11986/15862 items 138.7/176.4MB 78% complete (4.3M/s) |
3918 | 2024-12-17T21:20:40.620Z | [ host-image] Dec 17 21:20:39.257 INFO O| Dec 17 21:20:39.257 INFO O| Download: 19864/22788 items 169.6/199.7MB 84% complete (803k/s) |
3919 | 2024-12-17T21:20:42.909Z | [ recovery-image] Dec 17 21:20:41.546 INFO O| Dec 17 21:20:41.546 INFO O| Download: 13012/15862 items 144.1/176.4MB 81% complete (3.7M/s) |
3920 | 2024-12-17T21:20:45.640Z | [ host-image] Dec 17 21:20:44.277 INFO O| Dec 17 21:20:44.277 INFO O| Download: 20636/22788 items 172.5/199.7MB 86% complete (716k/s) |
3921 | 2024-12-17T21:20:47.931Z | [ recovery-image] Dec 17 21:20:46.565 INFO O| Dec 17 21:20:46.565 INFO O| Download: 13871/15862 items 147.6/176.4MB 83% complete (924k/s) |
3922 | 2024-12-17T21:20:50.646Z | [ host-image] Dec 17 21:20:49.283 INFO O| Dec 17 21:20:49.283 INFO O| Download: 21001/22788 items 179.1/199.7MB 89% complete (965k/s) |
3923 | 2024-12-17T21:20:53.362Z | [ recovery-image] Dec 17 21:20:51.888 INFO O| Dec 17 21:20:51.888 INFO O| Download: 14671/15862 items 150.6/176.4MB 85% complete (679k/s) |
3924 | 2024-12-17T21:20:55.647Z | [ host-image] Dec 17 21:20:54.284 INFO O| Dec 17 21:20:54.284 INFO O| Download: 21710/22788 items 183.7/199.7MB 91% complete (1.1M/s) |
3925 | 2024-12-17T21:20:58.271Z | [ recovery-image] Dec 17 21:20:56.908 INFO O| Dec 17 21:20:56.908 INFO O| Download: 15050/15862 items 157.9/176.4MB 89% complete (1011k/s) |
3926 | 2024-12-17T21:21:00.651Z | [ host-image] Dec 17 21:20:59.288 INFO O| Dec 17 21:20:59.288 INFO O| Download: 22097/22788 items 196.7/199.7MB 98% complete (1.7M/s) |
3927 | 2024-12-17T21:21:03.386Z | [ recovery-image] Dec 17 21:21:02.009 INFO O| Dec 17 21:21:02.008 INFO O| Download: 15585/15862 items 169.3/176.4MB 96% complete (1.9M/s) |
3928 | 2024-12-17T21:21:05.645Z | [ host-image] Dec 17 21:21:04.282 INFO O| Dec 17 21:21:04.282 INFO O| Download: Completed 199.66 MB in 157.00 seconds (1.3M/s) |
3929 | 2024-12-17T21:21:06.363Z | [ recovery-image] Dec 17 21:21:05.000 INFO O| Dec 17 21:21:05.000 INFO O| Download: Completed 176.39 MB in 132.93 seconds (1.3M/s) |
3930 | 2024-12-17T21:21:07.234Z | [ host-image] Dec 17 21:21:05.871 INFO O| Dec 17 21:21:05.871 INFO O| Actions: 1/49485 actions (Installing new actions) |
3931 | 2024-12-17T21:21:07.449Z | [ recovery-image] Dec 17 21:21:06.087 INFO O| Dec 17 21:21:06.087 INFO O| Actions: 1/25028 actions (Installing new actions) |
3932 | 2024-12-17T21:21:12.241Z | [ host-image] Dec 17 21:21:10.871 INFO O| Dec 17 21:21:10.871 INFO O| Actions: 9015/49485 actions (Installing new actions) |
3933 | 2024-12-17T21:21:12.460Z | [ recovery-image] Dec 17 21:21:11.087 INFO O| Dec 17 21:21:11.087 INFO O| Actions: 7892/25028 actions (Installing new actions) |
3934 | 2024-12-17T21:21:17.234Z | [ host-image] Dec 17 21:21:15.872 INFO O| Dec 17 21:21:15.871 INFO O| Actions: 15736/49485 actions (Installing new actions) |
3935 | 2024-12-17T21:21:17.456Z | [ recovery-image] Dec 17 21:21:16.093 INFO O| Dec 17 21:21:16.093 INFO O| Actions: 12227/25028 actions (Installing new actions) |
3936 | 2024-12-17T21:21:22.464Z | [ recovery-image] Dec 17 21:21:21.101 INFO O| Dec 17 21:21:21.101 INFO O| Actions: 17791/25028 actions (Installing new actions) |
3937 | 2024-12-17T21:21:22.678Z | [ host-image] Dec 17 21:21:21.315 INFO O| Dec 17 21:21:21.315 INFO O| Actions: 20807/49485 actions (Installing new actions) |
3938 | 2024-12-17T21:21:26.830Z | [ recovery-image] Dec 17 21:21:25.466 INFO O| Dec 17 21:21:25.466 INFO O| Actions: Completed 25028 actions in 19.37 seconds. |
3939 | 2024-12-17T21:21:27.682Z | [ host-image] Dec 17 21:21:26.315 INFO O| Dec 17 21:21:26.315 INFO O| Actions: 34401/49485 actions (Installing new actions) |
3940 | 2024-12-17T21:21:27.736Z | [ recovery-image] Dec 17 21:21:26.367 INFO O| Dec 17 21:21:26.367 INFO O| Done |
3941 | 2024-12-17T21:21:27.736Z | [ recovery-image] Dec 17 21:21:26.367 INFO O| Dec 17 21:21:26.367 INFO O| Done |
3942 | 2024-12-17T21:21:29.934Z | [ recovery-image] Dec 17 21:21:28.552 INFO O| Dec 17 21:21:28.552 INFO O| Done |
3943 | 2024-12-17T21:21:31.624Z | [ recovery-image] Dec 17 21:21:30.261 INFO O| Dec 17 21:21:30.261 INFO O| Done |
3944 | 2024-12-17T21:21:31.670Z | [ recovery-image] Dec 17 21:21:30.304 INFO O| Dec 17 21:21:30.304 INFO O| Done |
3945 | 2024-12-17T21:21:35.739Z | [ host-image] Dec 17 21:21:30.955 INFO O| Dec 17 21:21:30.955 INFO O| Actions: Completed 49485 actions in 25.08 seconds. |
3946 | 2024-12-17T21:21:35.812Z | [ host-image] Dec 17 21:21:31.648 INFO O| Dec 17 21:21:31.648 INFO O| Done |
3947 | 2024-12-17T21:21:35.812Z | [ host-image] Dec 17 21:21:31.648 INFO O| Dec 17 21:21:31.648 INFO O| Done |
3948 | 2024-12-17T21:21:35.812Z | [ host-image] Dec 17 21:21:34.055 INFO O| Dec 17 21:21:34.055 INFO O| Done |
3949 | 2024-12-17T21:21:36.782Z | [ recovery-image] Dec 17 21:21:35.419 INFO O| Dec 17 21:21:35.419 INFO O| Done |
3950 | 2024-12-17T21:21:37.562Z | [ recovery-image] Dec 17 21:21:36.199 INFO O| Dec 17 21:21:36.199 INFO O| Done |
3951 | 2024-12-17T21:21:37.954Z | [ host-image] Dec 17 21:21:36.588 INFO O| Dec 17 21:21:36.587 INFO O| Done |
3952 | 2024-12-17T21:21:37.989Z | [ host-image] Dec 17 21:21:36.626 INFO O| Dec 17 21:21:36.626 INFO O| Done |
3953 | 2024-12-17T21:21:38.352Z | [ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO STEP 11 (pkg_install) COMPLETE |
3954 | 2024-12-17T21:21:38.352Z | [ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3955 | 2024-12-17T21:21:38.352Z | [ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO skip step because feature "recovery" is enabled |
3956 | 2024-12-17T21:21:38.357Z | [ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3957 | 2024-12-17T21:21:38.357Z | [ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO skip step because feature "omicron1" is not enabled |
3958 | 2024-12-17T21:21:38.357Z | [ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3959 | 2024-12-17T21:21:38.376Z | [ recovery-image] Dec 17 21:21:37.013 INFO O| Dec 17 21:21:37.013 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3960 | 2024-12-17T21:21:39.887Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3961 | 2024-12-17T21:21:42.014Z | [ recovery-image] Dec 17 21:21:40.651 INFO O| Dec 17 21:21:40.651 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3962 | 2024-12-17T21:21:46.031Z | [ host-image] Dec 17 21:21:44.630 INFO O| Dec 17 21:21:44.630 INFO O| Done |
3963 | 2024-12-17T21:21:46.443Z | [ recovery-image] Dec 17 21:21:45.077 INFO O| Dec 17 21:21:45.077 INFO O| Planning: Solver setup ... Done |
3964 | 2024-12-17T21:21:46.447Z | [ recovery-image] Dec 17 21:21:45.084 INFO O| Dec 17 21:21:45.084 INFO O| Planning: Running solver ... Done |
3965 | 2024-12-17T21:21:46.544Z | [ recovery-image] Dec 17 21:21:45.181 INFO O| Dec 17 21:21:45.181 INFO O| Planning: Finding local manifests ... Done |
3966 | 2024-12-17T21:21:46.549Z | [ recovery-image] Dec 17 21:21:45.182 INFO O| Dec 17 21:21:45.182 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3967 | 2024-12-17T21:21:46.742Z | [ recovery-image] Dec 17 21:21:45.379 INFO O| Dec 17 21:21:45.379 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3968 | 2024-12-17T21:21:46.878Z | [ recovery-image] Dec 17 21:21:45.516 INFO O| Dec 17 21:21:45.516 INFO O| Planning: Package planning ... Done |
3969 | 2024-12-17T21:21:46.881Z | [ recovery-image] Dec 17 21:21:45.517 INFO O| Dec 17 21:21:45.517 INFO O| Planning: Merging actions ... Done |
3970 | 2024-12-17T21:21:46.958Z | [ recovery-image] Dec 17 21:21:45.596 INFO O| Dec 17 21:21:45.596 INFO O| Planning: Checking for conflicting actions ... Done |
3971 | 2024-12-17T21:21:46.964Z | [ recovery-image] Dec 17 21:21:45.596 INFO O| Dec 17 21:21:45.596 INFO O| Planning: Consolidating action changes ... Done |
3972 | 2024-12-17T21:21:47.045Z | [ host-image] Dec 17 21:21:45.682 INFO O| Dec 17 21:21:45.682 INFO O| Done |
3973 | 2024-12-17T21:21:47.373Z | [ recovery-image] Dec 17 21:21:46.003 INFO O| Dec 17 21:21:46.003 INFO O| Planning: Evaluating mediators ... Done |
3974 | 2024-12-17T21:21:47.373Z | [ recovery-image] Dec 17 21:21:46.003 INFO O| Dec 17 21:21:46.003 INFO O| Planning: Planning completed in 5.33 seconds |
3975 | 2024-12-17T21:21:47.373Z | [ recovery-image] Dec 17 21:21:46.003 INFO O| Dec 17 21:21:46.003 INFO O| Packages to install: 1 |
3976 | 2024-12-17T21:21:47.373Z | [ recovery-image] Dec 17 21:21:46.003 INFO O| Dec 17 21:21:46.003 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3977 | 2024-12-17T21:21:47.647Z | [ host-image] Dec 17 21:21:46.284 INFO O| Dec 17 21:21:46.283 INFO STEP 11 (pkg_install) COMPLETE |
3978 | 2024-12-17T21:21:47.648Z | [ host-image] Dec 17 21:21:46.284 INFO O| Dec 17 21:21:46.284 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3979 | 2024-12-17T21:21:47.668Z | [ host-image] Dec 17 21:21:46.305 INFO O| Dec 17 21:21:46.305 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"] |
3980 | 2024-12-17T21:21:48.150Z | [ recovery-image] Dec 17 21:21:46.787 INFO O| Dec 17 21:21:46.787 INFO O| Download: Completed 9.99 MB in 0.79 seconds (12.7M/s) |
3981 | 2024-12-17T21:21:48.269Z | [ recovery-image] Dec 17 21:21:46.906 INFO O| Dec 17 21:21:46.906 INFO O| Actions: 1/22 actions (Installing new actions) |
3982 | 2024-12-17T21:21:48.653Z | [ recovery-image] Dec 17 21:21:47.290 INFO O| Dec 17 21:21:47.290 INFO O| Actions: Completed 22 actions in 0.38 seconds. |
3983 | 2024-12-17T21:21:48.846Z | [ host-image] Dec 17 21:21:47.483 INFO O| Dec 17 21:21:47.483 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3984 | 2024-12-17T21:21:49.062Z | [ recovery-image] Dec 17 21:21:47.699 INFO O| Dec 17 21:21:47.699 INFO O| Done |
3985 | 2024-12-17T21:21:49.062Z | [ recovery-image] Dec 17 21:21:47.699 INFO O| Dec 17 21:21:47.699 INFO O| Done |
3986 | 2024-12-17T21:21:50.501Z | [ recovery-image] Dec 17 21:21:49.138 INFO O| Dec 17 21:21:49.138 INFO O| Done |
3987 | 2024-12-17T21:21:52.569Z | [ recovery-image] Dec 17 21:21:51.171 INFO O| Dec 17 21:21:51.171 INFO O| Done |
3988 | 2024-12-17T21:21:52.569Z | [ recovery-image] Dec 17 21:21:51.195 INFO O| Dec 17 21:21:51.195 INFO O| Done |
3989 | 2024-12-17T21:21:52.572Z | [ recovery-image] Dec 17 21:21:51.195 INFO O| Dec 17 21:21:51.195 INFO O| Done |
3990 | 2024-12-17T21:21:52.576Z | [ recovery-image] Dec 17 21:21:51.211 INFO O| Dec 17 21:21:51.211 INFO O| Done |
3991 | 2024-12-17T21:21:52.760Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 14 (pkg_install) COMPLETE |
3992 | 2024-12-17T21:21:52.760Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3993 | 2024-12-17T21:21:52.760Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO skip step because feature "mfg" is not enabled |
3994 | 2024-12-17T21:21:52.764Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3995 | 2024-12-17T21:21:52.764Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO skip step because feature "compliance" is not enabled |
3996 | 2024-12-17T21:21:52.764Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3997 | 2024-12-17T21:21:52.764Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO skip step because feature "stress" is not enabled |
3998 | 2024-12-17T21:21:52.764Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3999 | 2024-12-17T21:21:52.764Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO skip step because feature "nfs" is not enabled |
4000 | 2024-12-17T21:21:52.764Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4001 | 2024-12-17T21:21:52.764Z | [ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4002 | 2024-12-17T21:21:52.834Z | [ recovery-image] Dec 17 21:21:51.470 INFO O| Dec 17 21:21:51.470 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4003 | 2024-12-17T21:21:52.934Z | [ recovery-image] Dec 17 21:21:51.570 INFO O| Dec 17 21:21:51.570 INFO completed processing gimlet/ramdisk-01-os |
4004 | 2024-12-17T21:21:52.937Z | [ recovery-image] Dec 17 21:21:51.574 INFO image builder template: ramdisk-02-trim... |
4005 | 2024-12-17T21:21:52.937Z | [ recovery-image] Dec 17 21:21:51.574 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/.tmpzNgeWV/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 |
4006 | 2024-12-17T21:21:52.994Z | [ recovery-image] Dec 17 21:21:51.620 INFO O| Dec 17 21:21:51.619 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4007 | 2024-12-17T21:21:53.000Z | [ recovery-image] Dec 17 21:21:51.629 INFO O| Dec 17 21:21:51.629 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4008 | 2024-12-17T21:21:53.104Z | [ recovery-image] Dec 17 21:21:51.718 INFO O| Dec 17 21:21:51.717 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4009 | 2024-12-17T21:21:53.156Z | [ recovery-image] Dec 17 21:21:51.792 INFO O| Dec 17 21:21:51.792 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4010 | 2024-12-17T21:21:53.162Z | [ recovery-image] Dec 17 21:21:51.793 INFO O| Dec 17 21:21:51.793 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4011 | 2024-12-17T21:21:53.168Z | [ recovery-image] Dec 17 21:21:51.804 INFO O| Dec 17 21:21:51.804 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4012 | 2024-12-17T21:21:53.207Z | [ recovery-image] Dec 17 21:21:51.833 INFO O| Dec 17 21:21:51.833 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4013 | 2024-12-17T21:21:53.223Z | [ recovery-image] Dec 17 21:21:51.860 INFO O| Dec 17 21:21:51.860 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4014 | 2024-12-17T21:21:53.586Z | [ recovery-image] Dec 17 21:21:52.218 INFO O| Dec 17 21:21:52.218 INFO rolled back to input snapshot; work may begin |
4015 | 2024-12-17T21:21:53.587Z | [ recovery-image] Dec 17 21:21:52.218 INFO O| Dec 17 21:21:52.218 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4016 | 2024-12-17T21:21:53.624Z | [ recovery-image] Dec 17 21:21:52.245 INFO O| Dec 17 21:21:52.245 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4017 | 2024-12-17T21:21:53.654Z | [ recovery-image] Dec 17 21:21:52.278 INFO O| Dec 17 21:21:52.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4018 | 2024-12-17T21:21:53.895Z | [ recovery-image] Dec 17 21:21:52.528 INFO O| Dec 17 21:21:52.528 INFO STEP 0 (remove_files) COMPLETE |
4019 | 2024-12-17T21:21:53.895Z | [ recovery-image] Dec 17 21:21:52.528 INFO O| Dec 17 21:21:52.528 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4020 | 2024-12-17T21:21:53.921Z | [ recovery-image] Dec 17 21:21:52.552 INFO O| Dec 17 21:21:52.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4021 | 2024-12-17T21:21:53.942Z | [ recovery-image] Dec 17 21:21:52.555 INFO O| Dec 17 21:21:52.555 INFO STEP 1 (remove_files) COMPLETE |
4022 | 2024-12-17T21:21:53.942Z | [ recovery-image] Dec 17 21:21:52.555 INFO O| Dec 17 21:21:52.555 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4023 | 2024-12-17T21:21:53.949Z | [ recovery-image] Dec 17 21:21:52.576 INFO O| Dec 17 21:21:52.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4024 | 2024-12-17T21:21:53.974Z | [ recovery-image] Dec 17 21:21:52.600 INFO O| Dec 17 21:21:52.600 INFO STEP 2 (remove_files) COMPLETE |
4025 | 2024-12-17T21:21:53.974Z | [ recovery-image] Dec 17 21:21:52.601 INFO O| Dec 17 21:21:52.600 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4026 | 2024-12-17T21:21:54.002Z | [ recovery-image] Dec 17 21:21:52.623 INFO O| Dec 17 21:21:52.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4027 | 2024-12-17T21:21:54.016Z | [ recovery-image] Dec 17 21:21:52.643 INFO O| Dec 17 21:21:52.643 INFO STEP 3 (remove_files) COMPLETE |
4028 | 2024-12-17T21:21:54.016Z | [ recovery-image] Dec 17 21:21:52.643 INFO O| Dec 17 21:21:52.643 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4029 | 2024-12-17T21:21:54.056Z | [ recovery-image] Dec 17 21:21:52.692 INFO O| Dec 17 21:21:52.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4030 | 2024-12-17T21:21:54.076Z | [ recovery-image] Dec 17 21:21:52.698 INFO O| Dec 17 21:21:52.698 INFO STEP 4 (remove_files) COMPLETE |
4031 | 2024-12-17T21:21:54.076Z | [ recovery-image] Dec 17 21:21:52.698 INFO O| Dec 17 21:21:52.698 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4032 | 2024-12-17T21:21:54.089Z | [ recovery-image] Dec 17 21:21:52.720 INFO O| Dec 17 21:21:52.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4033 | 2024-12-17T21:21:54.106Z | [ recovery-image] Dec 17 21:21:52.720 INFO O| Dec 17 21:21:52.720 INFO STEP 5 (remove_files) COMPLETE |
4034 | 2024-12-17T21:21:54.106Z | [ recovery-image] Dec 17 21:21:52.720 INFO O| Dec 17 21:21:52.720 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4035 | 2024-12-17T21:21:54.111Z | [ host-image] Dec 17 21:21:52.734 INFO O| Dec 17 21:21:52.734 INFO O| Planning: Solver setup ... Done |
4036 | 2024-12-17T21:21:54.111Z | [ host-image] Dec 17 21:21:52.741 INFO O| Dec 17 21:21:52.741 INFO O| Planning: Running solver ... Done |
4037 | 2024-12-17T21:21:54.191Z | [ host-image] Dec 17 21:21:52.827 INFO O| Dec 17 21:21:52.827 INFO O| Planning: Finding local manifests ... Done |
4038 | 2024-12-17T21:21:54.198Z | [ host-image] Dec 17 21:21:52.829 INFO O| Dec 17 21:21:52.829 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4039 | 2024-12-17T21:21:54.218Z | [ recovery-image] Dec 17 21:21:52.854 INFO O| Dec 17 21:21:52.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4040 | 2024-12-17T21:21:54.235Z | [ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 6 (remove_files) COMPLETE |
4041 | 2024-12-17T21:21:54.235Z | [ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4042 | 2024-12-17T21:21:54.235Z | [ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO skip step because feature "recovery" is enabled |
4043 | 2024-12-17T21:21:54.241Z | [ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4044 | 2024-12-17T21:21:54.241Z | [ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO skip step because feature "recovery" is enabled |
4045 | 2024-12-17T21:21:54.241Z | [ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4046 | 2024-12-17T21:21:54.241Z | [ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO skip step because feature "recovery" is enabled |
4047 | 2024-12-17T21:21:54.241Z | [ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4048 | 2024-12-17T21:21:54.259Z | [ recovery-image] Dec 17 21:21:52.895 INFO O| Dec 17 21:21:52.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4049 | 2024-12-17T21:21:54.265Z | [ recovery-image] Dec 17 21:21:52.902 INFO O| Dec 17 21:21:52.902 INFO STEP 10 (remove_files) COMPLETE |
4050 | 2024-12-17T21:21:54.265Z | [ recovery-image] Dec 17 21:21:52.902 INFO O| Dec 17 21:21:52.902 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4051 | 2024-12-17T21:21:54.290Z | [ recovery-image] Dec 17 21:21:52.925 INFO O| Dec 17 21:21:52.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4052 | 2024-12-17T21:21:54.295Z | [ recovery-image] Dec 17 21:21:52.927 INFO O| Dec 17 21:21:52.927 INFO STEP 11 (remove_files) COMPLETE |
4053 | 2024-12-17T21:21:54.295Z | [ recovery-image] Dec 17 21:21:52.927 INFO O| Dec 17 21:21:52.927 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4054 | 2024-12-17T21:21:54.314Z | [ recovery-image] Dec 17 21:21:52.950 INFO O| Dec 17 21:21:52.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4055 | 2024-12-17T21:21:54.321Z | [ recovery-image] Dec 17 21:21:52.953 INFO O| Dec 17 21:21:52.953 INFO STEP 12 (remove_files) COMPLETE |
4056 | 2024-12-17T21:21:54.321Z | [ recovery-image] Dec 17 21:21:52.953 INFO O| Dec 17 21:21:52.953 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4057 | 2024-12-17T21:21:54.364Z | [ recovery-image] Dec 17 21:21:53.000 INFO O| Dec 17 21:21:53.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4058 | 2024-12-17T21:21:54.475Z | [ host-image] Dec 17 21:21:53.112 INFO O| Dec 17 21:21:53.112 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4059 | 2024-12-17T21:21:54.515Z | [ host-image] Dec 17 21:21:53.152 INFO O| Dec 17 21:21:53.152 INFO O| Planning: Package planning ... Done |
4060 | 2024-12-17T21:21:54.524Z | [ host-image] Dec 17 21:21:53.161 INFO O| Dec 17 21:21:53.161 INFO O| Planning: Merging actions ... Done |
4061 | 2024-12-17T21:21:54.724Z | [ host-image] Dec 17 21:21:53.360 INFO O| Dec 17 21:21:53.336 INFO O| Planning: Checking for conflicting actions ... Done |
4062 | 2024-12-17T21:21:54.724Z | [ host-image] Dec 17 21:21:53.360 INFO O| Dec 17 21:21:53.338 INFO O| Planning: Consolidating action changes ... Done |
4063 | 2024-12-17T21:21:54.765Z | [ recovery-image] Dec 17 21:21:53.402 INFO O| Dec 17 21:21:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4064 | 2024-12-17T21:21:54.769Z | [ recovery-image] Dec 17 21:21:53.405 INFO O| Dec 17 21:21:53.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4065 | 2024-12-17T21:21:54.772Z | [ recovery-image] Dec 17 21:21:53.408 INFO O| Dec 17 21:21:53.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4066 | 2024-12-17T21:21:54.775Z | [ recovery-image] Dec 17 21:21:53.412 INFO O| Dec 17 21:21:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4067 | 2024-12-17T21:21:54.818Z | [ recovery-image] Dec 17 21:21:53.453 INFO O| Dec 17 21:21:53.453 INFO STEP 13 (remove_files) COMPLETE |
4068 | 2024-12-17T21:21:54.818Z | [ recovery-image] Dec 17 21:21:53.453 INFO O| Dec 17 21:21:53.453 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4069 | 2024-12-17T21:21:54.887Z | [ recovery-image] Dec 17 21:21:53.511 INFO O| Dec 17 21:21:53.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4070 | 2024-12-17T21:21:54.887Z | [ recovery-image] Dec 17 21:21:53.514 INFO O| Dec 17 21:21:53.514 INFO STEP 14 (remove_files) COMPLETE |
4071 | 2024-12-17T21:21:54.887Z | [ recovery-image] Dec 17 21:21:53.514 INFO O| Dec 17 21:21:53.514 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-12-17T21:21:54.919Z | [ recovery-image] Dec 17 21:21:53.552 INFO O| Dec 17 21:21:53.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4073 | 2024-12-17T21:21:54.930Z | [ recovery-image] Dec 17 21:21:53.564 INFO O| Dec 17 21:21:53.563 INFO STEP 15 (remove_files) COMPLETE |
4074 | 2024-12-17T21:21:54.930Z | [ recovery-image] Dec 17 21:21:53.564 INFO O| Dec 17 21:21:53.564 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4075 | 2024-12-17T21:21:54.957Z | [ recovery-image] Dec 17 21:21:53.594 INFO O| Dec 17 21:21:53.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4076 | 2024-12-17T21:21:54.961Z | [ recovery-image] Dec 17 21:21:53.595 INFO O| Dec 17 21:21:53.595 INFO STEP 16 (remove_files) COMPLETE |
4077 | 2024-12-17T21:21:54.961Z | [ recovery-image] Dec 17 21:21:53.595 INFO O| Dec 17 21:21:53.595 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-12-17T21:21:55.015Z | [ recovery-image] Dec 17 21:21:53.635 INFO O| Dec 17 21:21:53.635 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4079 | 2024-12-17T21:21:55.021Z | [ recovery-image] Dec 17 21:21:53.638 INFO O| Dec 17 21:21:53.638 INFO STEP 17 (remove_files) COMPLETE |
4080 | 2024-12-17T21:21:55.021Z | [ recovery-image] Dec 17 21:21:53.638 INFO O| Dec 17 21:21:53.638 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-12-17T21:21:55.041Z | [ recovery-image] Dec 17 21:21:53.677 INFO O| Dec 17 21:21:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4082 | 2024-12-17T21:21:55.041Z | [ recovery-image] Dec 17 21:21:53.677 INFO O| Dec 17 21:21:53.677 INFO STEP 18 (remove_files) COMPLETE |
4083 | 2024-12-17T21:21:55.041Z | [ recovery-image] Dec 17 21:21:53.677 INFO O| Dec 17 21:21:53.677 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-12-17T21:21:55.072Z | [ recovery-image] Dec 17 21:21:53.709 INFO O| Dec 17 21:21:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4085 | 2024-12-17T21:21:55.072Z | [ recovery-image] Dec 17 21:21:53.709 INFO O| Dec 17 21:21:53.709 INFO STEP 19 (remove_files) COMPLETE |
4086 | 2024-12-17T21:21:55.076Z | [ recovery-image] Dec 17 21:21:53.709 INFO O| Dec 17 21:21:53.709 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-17T21:21:55.121Z | [ recovery-image] Dec 17 21:21:53.750 INFO O| Dec 17 21:21:53.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4088 | 2024-12-17T21:21:55.132Z | [ recovery-image] Dec 17 21:21:53.750 INFO O| Dec 17 21:21:53.750 INFO STEP 20 (remove_files) COMPLETE |
4089 | 2024-12-17T21:21:55.132Z | [ recovery-image] Dec 17 21:21:53.750 INFO O| Dec 17 21:21:53.750 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-17T21:21:55.139Z | [ recovery-image] Dec 17 21:21:53.770 INFO O| Dec 17 21:21:53.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4091 | 2024-12-17T21:21:55.139Z | [ recovery-image] Dec 17 21:21:53.770 INFO O| Dec 17 21:21:53.770 INFO STEP 21 (remove_files) COMPLETE |
4092 | 2024-12-17T21:21:55.139Z | [ recovery-image] Dec 17 21:21:53.770 INFO O| Dec 17 21:21:53.770 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-17T21:21:55.144Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4094 | 2024-12-17T21:21:55.153Z | [ recovery-image] Dec 17 21:21:53.790 INFO O| Dec 17 21:21:53.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4095 | 2024-12-17T21:21:55.156Z | [ recovery-image] Dec 17 21:21:53.790 INFO O| Dec 17 21:21:53.790 INFO STEP 22 (remove_files) COMPLETE |
4096 | 2024-12-17T21:21:55.157Z | [ recovery-image] Dec 17 21:21:53.791 INFO O| Dec 17 21:21:53.790 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-12-17T21:21:55.169Z | [ host-image] Dec 17 21:21:53.806 INFO O| Dec 17 21:21:53.806 INFO O| Planning: Evaluating mediators ... Done |
4098 | 2024-12-17T21:21:55.172Z | [ host-image] Dec 17 21:21:53.809 INFO O| Dec 17 21:21:53.809 INFO O| Planning: Planning completed in 6.33 seconds |
4099 | 2024-12-17T21:21:55.175Z | [ host-image] Dec 17 21:21:53.812 INFO O| Dec 17 21:21:53.812 INFO O| Packages to install: 5 |
4100 | 2024-12-17T21:21:55.175Z | [ host-image] Dec 17 21:21:53.812 INFO O| Dec 17 21:21:53.812 INFO O| Services to change: 2 |
4101 | 2024-12-17T21:21:55.182Z | [ recovery-image] Dec 17 21:21:53.818 INFO O| Dec 17 21:21:53.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4102 | 2024-12-17T21:21:55.183Z | [ recovery-image] Dec 17 21:21:53.818 INFO O| Dec 17 21:21:53.818 INFO STEP 23 (remove_files) COMPLETE |
4103 | 2024-12-17T21:21:55.186Z | [ recovery-image] Dec 17 21:21:53.818 INFO O| Dec 17 21:21:53.818 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4104 | 2024-12-17T21:21:55.197Z | [ host-image] Dec 17 21:21:53.834 INFO O| Dec 17 21:21:53.834 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4105 | 2024-12-17T21:21:55.200Z | [ recovery-image] Dec 17 21:21:53.837 INFO O| Dec 17 21:21:53.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4106 | 2024-12-17T21:21:55.206Z | [ recovery-image] Dec 17 21:21:53.838 INFO O| Dec 17 21:21:53.837 INFO STEP 24 (remove_files) COMPLETE |
4107 | 2024-12-17T21:21:55.206Z | [ recovery-image] Dec 17 21:21:53.838 INFO O| Dec 17 21:21:53.838 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-17T21:21:55.228Z | [ recovery-image] Dec 17 21:21:53.862 INFO O| Dec 17 21:21:53.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4109 | 2024-12-17T21:21:55.228Z | [ recovery-image] Dec 17 21:21:53.862 INFO O| Dec 17 21:21:53.862 INFO STEP 25 (remove_files) COMPLETE |
4110 | 2024-12-17T21:21:55.228Z | [ recovery-image] Dec 17 21:21:53.862 INFO O| Dec 17 21:21:53.862 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-17T21:21:55.272Z | [ recovery-image] Dec 17 21:21:53.909 INFO O| Dec 17 21:21:53.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4112 | 2024-12-17T21:21:55.275Z | [ recovery-image] Dec 17 21:21:53.910 INFO O| Dec 17 21:21:53.910 INFO STEP 26 (remove_files) COMPLETE |
4113 | 2024-12-17T21:21:55.275Z | [ recovery-image] Dec 17 21:21:53.910 INFO O| Dec 17 21:21:53.910 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-17T21:21:55.307Z | [ recovery-image] Dec 17 21:21:53.944 INFO O| Dec 17 21:21:53.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4115 | 2024-12-17T21:21:55.311Z | [ recovery-image] Dec 17 21:21:53.944 INFO O| Dec 17 21:21:53.944 INFO STEP 27 (remove_files) COMPLETE |
4116 | 2024-12-17T21:21:55.311Z | [ recovery-image] Dec 17 21:21:53.944 INFO O| Dec 17 21:21:53.944 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-17T21:21:55.338Z | [ recovery-image] Dec 17 21:21:53.964 INFO O| Dec 17 21:21:53.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4118 | 2024-12-17T21:21:55.338Z | [ recovery-image] Dec 17 21:21:53.964 INFO O| Dec 17 21:21:53.964 INFO STEP 28 (remove_files) COMPLETE |
4119 | 2024-12-17T21:21:55.342Z | [ recovery-image] Dec 17 21:21:53.964 INFO O| Dec 17 21:21:53.964 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-17T21:21:55.400Z | [ recovery-image] Dec 17 21:21:54.036 INFO O| Dec 17 21:21:54.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4121 | 2024-12-17T21:21:55.400Z | [ recovery-image] Dec 17 21:21:54.036 INFO O| Dec 17 21:21:54.036 INFO STEP 29 (remove_files) COMPLETE |
4122 | 2024-12-17T21:21:55.404Z | [ recovery-image] Dec 17 21:21:54.037 INFO O| Dec 17 21:21:54.036 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-17T21:21:55.418Z | [ recovery-image] Dec 17 21:21:54.054 INFO O| Dec 17 21:21:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4124 | 2024-12-17T21:21:55.418Z | [ recovery-image] Dec 17 21:21:54.054 INFO O| Dec 17 21:21:54.054 INFO STEP 30 (remove_files) COMPLETE |
4125 | 2024-12-17T21:21:55.418Z | [ recovery-image] Dec 17 21:21:54.054 INFO O| Dec 17 21:21:54.054 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-17T21:21:55.454Z | [ recovery-image] Dec 17 21:21:54.074 INFO O| Dec 17 21:21:54.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4127 | 2024-12-17T21:21:55.454Z | [ recovery-image] Dec 17 21:21:54.074 INFO O| Dec 17 21:21:54.074 INFO STEP 31 (remove_files) COMPLETE |
4128 | 2024-12-17T21:21:55.454Z | [ recovery-image] Dec 17 21:21:54.074 INFO O| Dec 17 21:21:54.074 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-17T21:21:55.457Z | [ recovery-image] Dec 17 21:21:54.093 INFO O| Dec 17 21:21:54.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4130 | 2024-12-17T21:21:55.457Z | [ recovery-image] Dec 17 21:21:54.093 INFO O| Dec 17 21:21:54.093 INFO STEP 32 (remove_files) COMPLETE |
4131 | 2024-12-17T21:21:55.457Z | [ recovery-image] Dec 17 21:21:54.093 INFO O| Dec 17 21:21:54.093 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-17T21:21:55.477Z | [ recovery-image] Dec 17 21:21:54.114 INFO O| Dec 17 21:21:54.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4133 | 2024-12-17T21:21:55.478Z | [ recovery-image] Dec 17 21:21:54.114 INFO O| Dec 17 21:21:54.114 INFO STEP 33 (remove_files) COMPLETE |
4134 | 2024-12-17T21:21:55.478Z | [ recovery-image] Dec 17 21:21:54.114 INFO O| Dec 17 21:21:54.114 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-17T21:21:55.498Z | [ recovery-image] Dec 17 21:21:54.135 INFO O| Dec 17 21:21:54.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4136 | 2024-12-17T21:21:55.499Z | [ recovery-image] Dec 17 21:21:54.135 INFO O| Dec 17 21:21:54.135 INFO STEP 34 (remove_files) COMPLETE |
4137 | 2024-12-17T21:21:55.499Z | [ recovery-image] Dec 17 21:21:54.135 INFO O| Dec 17 21:21:54.135 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-17T21:21:55.523Z | [ recovery-image] Dec 17 21:21:54.157 INFO O| Dec 17 21:21:54.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4139 | 2024-12-17T21:21:55.523Z | [ recovery-image] Dec 17 21:21:54.157 INFO O| Dec 17 21:21:54.157 INFO STEP 35 (remove_files) COMPLETE |
4140 | 2024-12-17T21:21:55.523Z | [ recovery-image] Dec 17 21:21:54.157 INFO O| Dec 17 21:21:54.157 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-17T21:21:55.542Z | [ recovery-image] Dec 17 21:21:54.178 INFO O| Dec 17 21:21:54.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4142 | 2024-12-17T21:21:55.542Z | [ recovery-image] Dec 17 21:21:54.179 INFO O| Dec 17 21:21:54.178 INFO STEP 36 (remove_files) COMPLETE |
4143 | 2024-12-17T21:21:55.542Z | [ recovery-image] Dec 17 21:21:54.179 INFO O| Dec 17 21:21:54.179 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-17T21:21:55.579Z | [ recovery-image] Dec 17 21:21:54.215 INFO O| Dec 17 21:21:54.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4145 | 2024-12-17T21:21:55.580Z | [ recovery-image] Dec 17 21:21:54.215 INFO O| Dec 17 21:21:54.215 INFO STEP 37 (remove_files) COMPLETE |
4146 | 2024-12-17T21:21:55.584Z | [ recovery-image] Dec 17 21:21:54.215 INFO O| Dec 17 21:21:54.215 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-17T21:21:55.601Z | [ recovery-image] Dec 17 21:21:54.237 INFO O| Dec 17 21:21:54.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4148 | 2024-12-17T21:21:55.601Z | [ recovery-image] Dec 17 21:21:54.237 INFO O| Dec 17 21:21:54.237 INFO STEP 38 (remove_files) COMPLETE |
4149 | 2024-12-17T21:21:55.601Z | [ recovery-image] Dec 17 21:21:54.237 INFO O| Dec 17 21:21:54.237 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-17T21:21:55.622Z | [ recovery-image] Dec 17 21:21:54.258 INFO O| Dec 17 21:21:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4151 | 2024-12-17T21:21:55.622Z | [ recovery-image] Dec 17 21:21:54.258 INFO O| Dec 17 21:21:54.258 INFO STEP 39 (remove_files) COMPLETE |
4152 | 2024-12-17T21:21:55.622Z | [ recovery-image] Dec 17 21:21:54.258 INFO O| Dec 17 21:21:54.258 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-17T21:21:55.643Z | [ recovery-image] Dec 17 21:21:54.279 INFO O| Dec 17 21:21:54.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4154 | 2024-12-17T21:21:55.643Z | [ recovery-image] Dec 17 21:21:54.279 INFO O| Dec 17 21:21:54.279 INFO STEP 40 (remove_files) COMPLETE |
4155 | 2024-12-17T21:21:55.643Z | [ recovery-image] Dec 17 21:21:54.279 INFO O| Dec 17 21:21:54.279 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-17T21:21:55.684Z | [ recovery-image] Dec 17 21:21:54.321 INFO O| Dec 17 21:21:54.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4157 | 2024-12-17T21:21:55.684Z | [ recovery-image] Dec 17 21:21:54.321 INFO O| Dec 17 21:21:54.321 INFO STEP 41 (remove_files) COMPLETE |
4158 | 2024-12-17T21:21:55.688Z | [ recovery-image] Dec 17 21:21:54.321 INFO O| Dec 17 21:21:54.321 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-17T21:21:55.748Z | [ recovery-image] Dec 17 21:21:54.384 INFO O| Dec 17 21:21:54.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4160 | 2024-12-17T21:21:55.748Z | [ recovery-image] Dec 17 21:21:54.384 INFO O| Dec 17 21:21:54.384 INFO STEP 42 (remove_files) COMPLETE |
4161 | 2024-12-17T21:21:55.748Z | [ recovery-image] Dec 17 21:21:54.384 INFO O| Dec 17 21:21:54.384 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-17T21:21:55.771Z | [ recovery-image] Dec 17 21:21:54.408 INFO O| Dec 17 21:21:54.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4163 | 2024-12-17T21:21:55.771Z | [ recovery-image] Dec 17 21:21:54.408 INFO O| Dec 17 21:21:54.408 INFO STEP 43 (remove_files) COMPLETE |
4164 | 2024-12-17T21:21:55.775Z | [ recovery-image] Dec 17 21:21:54.408 INFO O| Dec 17 21:21:54.408 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-17T21:21:55.800Z | [ recovery-image] Dec 17 21:21:54.437 INFO O| Dec 17 21:21:54.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4166 | 2024-12-17T21:21:55.800Z | [ recovery-image] Dec 17 21:21:54.437 INFO O| Dec 17 21:21:54.437 INFO STEP 44 (remove_files) COMPLETE |
4167 | 2024-12-17T21:21:55.803Z | [ recovery-image] Dec 17 21:21:54.437 INFO O| Dec 17 21:21:54.437 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-17T21:21:55.832Z | [ recovery-image] Dec 17 21:21:54.459 INFO O| Dec 17 21:21:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4169 | 2024-12-17T21:21:55.832Z | [ recovery-image] Dec 17 21:21:54.459 INFO O| Dec 17 21:21:54.459 INFO STEP 45 (remove_files) COMPLETE |
4170 | 2024-12-17T21:21:55.837Z | [ recovery-image] Dec 17 21:21:54.460 INFO O| Dec 17 21:21:54.460 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-17T21:21:55.842Z | [ recovery-image] Dec 17 21:21:54.479 INFO O| Dec 17 21:21:54.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4172 | 2024-12-17T21:21:55.843Z | [ recovery-image] Dec 17 21:21:54.480 INFO O| Dec 17 21:21:54.479 INFO STEP 46 (remove_files) COMPLETE |
4173 | 2024-12-17T21:21:55.846Z | [ recovery-image] Dec 17 21:21:54.480 INFO O| Dec 17 21:21:54.480 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-17T21:21:55.863Z | [ recovery-image] Dec 17 21:21:54.500 INFO O| Dec 17 21:21:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4175 | 2024-12-17T21:21:55.863Z | [ recovery-image] Dec 17 21:21:54.500 INFO O| Dec 17 21:21:54.500 INFO STEP 47 (remove_files) COMPLETE |
4176 | 2024-12-17T21:21:55.867Z | [ recovery-image] Dec 17 21:21:54.500 INFO O| Dec 17 21:21:54.500 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-17T21:21:55.909Z | [ recovery-image] Dec 17 21:21:54.544 INFO O| Dec 17 21:21:54.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4178 | 2024-12-17T21:21:55.910Z | [ recovery-image] Dec 17 21:21:54.545 INFO O| Dec 17 21:21:54.545 INFO STEP 48 (remove_files) COMPLETE |
4179 | 2024-12-17T21:21:55.927Z | [ recovery-image] Dec 17 21:21:54.545 INFO O| Dec 17 21:21:54.545 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-17T21:21:55.931Z | [ recovery-image] Dec 17 21:21:54.565 INFO O| Dec 17 21:21:54.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4181 | 2024-12-17T21:21:55.931Z | [ recovery-image] Dec 17 21:21:54.565 INFO O| Dec 17 21:21:54.565 INFO STEP 49 (remove_files) COMPLETE |
4182 | 2024-12-17T21:21:55.931Z | [ recovery-image] Dec 17 21:21:54.565 INFO O| Dec 17 21:21:54.565 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-17T21:21:55.949Z | [ recovery-image] Dec 17 21:21:54.585 INFO O| Dec 17 21:21:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4184 | 2024-12-17T21:21:55.949Z | [ recovery-image] Dec 17 21:21:54.585 INFO O| Dec 17 21:21:54.585 INFO STEP 50 (remove_files) COMPLETE |
4185 | 2024-12-17T21:21:55.952Z | [ recovery-image] Dec 17 21:21:54.586 INFO O| Dec 17 21:21:54.586 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-17T21:21:55.969Z | [ recovery-image] Dec 17 21:21:54.605 INFO O| Dec 17 21:21:54.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4187 | 2024-12-17T21:21:55.972Z | [ recovery-image] Dec 17 21:21:54.605 INFO O| Dec 17 21:21:54.605 INFO STEP 51 (remove_files) COMPLETE |
4188 | 2024-12-17T21:21:55.973Z | [ recovery-image] Dec 17 21:21:54.606 INFO O| Dec 17 21:21:54.605 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-17T21:21:56.007Z | [ recovery-image] Dec 17 21:21:54.639 INFO O| Dec 17 21:21:54.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4190 | 2024-12-17T21:21:56.007Z | [ recovery-image] Dec 17 21:21:54.639 INFO O| Dec 17 21:21:54.639 INFO STEP 52 (remove_files) COMPLETE |
4191 | 2024-12-17T21:21:56.007Z | [ recovery-image] Dec 17 21:21:54.639 INFO O| Dec 17 21:21:54.639 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-17T21:21:56.042Z | [ recovery-image] Dec 17 21:21:54.678 INFO O| Dec 17 21:21:54.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4193 | 2024-12-17T21:21:56.042Z | [ recovery-image] Dec 17 21:21:54.678 INFO O| Dec 17 21:21:54.678 INFO STEP 53 (remove_files) COMPLETE |
4194 | 2024-12-17T21:21:56.042Z | [ recovery-image] Dec 17 21:21:54.678 INFO O| Dec 17 21:21:54.678 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-17T21:21:56.062Z | [ recovery-image] Dec 17 21:21:54.698 INFO O| Dec 17 21:21:54.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4196 | 2024-12-17T21:21:56.062Z | [ recovery-image] Dec 17 21:21:54.699 INFO O| Dec 17 21:21:54.698 INFO STEP 54 (remove_files) COMPLETE |
4197 | 2024-12-17T21:21:56.062Z | [ recovery-image] Dec 17 21:21:54.699 INFO O| Dec 17 21:21:54.698 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-17T21:21:56.088Z | [ recovery-image] Dec 17 21:21:54.720 INFO O| Dec 17 21:21:54.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4199 | 2024-12-17T21:21:56.088Z | [ recovery-image] Dec 17 21:21:54.720 INFO O| Dec 17 21:21:54.720 INFO STEP 55 (remove_files) COMPLETE |
4200 | 2024-12-17T21:21:56.091Z | [ recovery-image] Dec 17 21:21:54.720 INFO O| Dec 17 21:21:54.720 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-17T21:21:56.105Z | [ recovery-image] Dec 17 21:21:54.741 INFO O| Dec 17 21:21:54.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4202 | 2024-12-17T21:21:56.105Z | [ recovery-image] Dec 17 21:21:54.741 INFO O| Dec 17 21:21:54.741 INFO STEP 56 (remove_files) COMPLETE |
4203 | 2024-12-17T21:21:56.111Z | [ recovery-image] Dec 17 21:21:54.741 INFO O| Dec 17 21:21:54.741 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4204 | 2024-12-17T21:21:56.147Z | [ recovery-image] Dec 17 21:21:54.784 INFO O| Dec 17 21:21:54.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4205 | 2024-12-17T21:21:56.147Z | [ recovery-image] Dec 17 21:21:54.784 INFO O| Dec 17 21:21:54.784 INFO STEP 57 (remove_files) COMPLETE |
4206 | 2024-12-17T21:21:56.151Z | [ recovery-image] Dec 17 21:21:54.784 INFO O| Dec 17 21:21:54.784 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4207 | 2024-12-17T21:21:56.203Z | [ recovery-image] Dec 17 21:21:54.840 INFO O| Dec 17 21:21:54.840 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4208 | 2024-12-17T21:21:56.203Z | [ recovery-image] Dec 17 21:21:54.840 INFO O| Dec 17 21:21:54.840 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4209 | 2024-12-17T21:21:56.208Z | [ recovery-image] Dec 17 21:21:54.840 INFO O| Dec 17 21:21:54.840 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4210 | 2024-12-17T21:21:56.208Z | [ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4211 | 2024-12-17T21:21:56.208Z | [ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4212 | 2024-12-17T21:21:56.208Z | [ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4213 | 2024-12-17T21:21:56.209Z | [ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO ok! |
4214 | 2024-12-17T21:21:56.209Z | [ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO STEP 58 (ensure_file) COMPLETE |
4215 | 2024-12-17T21:21:56.209Z | [ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2024-12-17T21:21:56.224Z | [ recovery-image] Dec 17 21:21:54.861 INFO O| Dec 17 21:21:54.861 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4217 | 2024-12-17T21:21:56.224Z | [ recovery-image] Dec 17 21:21:54.861 INFO O| Dec 17 21:21:54.861 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4218 | 2024-12-17T21:21:56.228Z | [ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.861 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4219 | 2024-12-17T21:21:56.228Z | [ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4220 | 2024-12-17T21:21:56.228Z | [ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4221 | 2024-12-17T21:21:56.228Z | [ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4222 | 2024-12-17T21:21:56.228Z | [ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO ok! |
4223 | 2024-12-17T21:21:56.228Z | [ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO STEP 59 (ensure_file) COMPLETE |
4224 | 2024-12-17T21:21:56.228Z | [ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4225 | 2024-12-17T21:21:56.246Z | [ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4226 | 2024-12-17T21:21:56.249Z | [ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4227 | 2024-12-17T21:21:56.249Z | [ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4228 | 2024-12-17T21:21:56.249Z | [ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO ok! |
4229 | 2024-12-17T21:21:56.249Z | [ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO STEP 60 (ensure_file) COMPLETE |
4230 | 2024-12-17T21:21:56.249Z | [ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-17T21:21:56.269Z | [ recovery-image] Dec 17 21:21:54.906 INFO O| Dec 17 21:21:54.906 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4232 | 2024-12-17T21:21:56.269Z | [ recovery-image] Dec 17 21:21:54.906 INFO O| Dec 17 21:21:54.906 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4233 | 2024-12-17T21:21:56.273Z | [ recovery-image] Dec 17 21:21:54.907 INFO O| Dec 17 21:21:54.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4234 | 2024-12-17T21:21:56.273Z | [ recovery-image] Dec 17 21:21:54.907 INFO O| Dec 17 21:21:54.907 INFO ok! |
4235 | 2024-12-17T21:21:56.273Z | [ recovery-image] Dec 17 21:21:54.907 INFO O| Dec 17 21:21:54.907 INFO STEP 61 (ensure_file) COMPLETE |
4236 | 2024-12-17T21:21:56.273Z | [ recovery-image] Dec 17 21:21:54.907 INFO O| Dec 17 21:21:54.907 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2024-12-17T21:21:56.292Z | [ recovery-image] Dec 17 21:21:54.928 INFO O| Dec 17 21:21:54.928 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4238 | 2024-12-17T21:21:56.292Z | [ recovery-image] Dec 17 21:21:54.928 INFO O| Dec 17 21:21:54.928 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4239 | 2024-12-17T21:21:56.296Z | [ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4240 | 2024-12-17T21:21:56.296Z | [ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.929 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4241 | 2024-12-17T21:21:56.296Z | [ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.929 INFO ok! |
4242 | 2024-12-17T21:21:56.296Z | [ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.929 INFO STEP 62 (ensure_file) COMPLETE |
4243 | 2024-12-17T21:21:56.296Z | [ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.929 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-17T21:21:56.314Z | [ recovery-image] Dec 17 21:21:54.951 INFO O| Dec 17 21:21:54.951 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4245 | 2024-12-17T21:21:56.314Z | [ recovery-image] Dec 17 21:21:54.951 INFO O| Dec 17 21:21:54.951 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4246 | 2024-12-17T21:21:56.317Z | [ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4247 | 2024-12-17T21:21:56.317Z | [ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4248 | 2024-12-17T21:21:56.317Z | [ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO ok! |
4249 | 2024-12-17T21:21:56.317Z | [ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO STEP 63 (ensure_file) COMPLETE |
4250 | 2024-12-17T21:21:56.317Z | [ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4251 | 2024-12-17T21:21:56.390Z | [ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4252 | 2024-12-17T21:21:56.390Z | [ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4253 | 2024-12-17T21:21:56.396Z | [ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4254 | 2024-12-17T21:21:56.396Z | [ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO ok! |
4255 | 2024-12-17T21:21:56.396Z | [ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO STEP 64 (assemble_files) COMPLETE |
4256 | 2024-12-17T21:21:56.396Z | [ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4257 | 2024-12-17T21:21:56.430Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4258 | 2024-12-17T21:21:56.430Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4259 | 2024-12-17T21:21:56.430Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4260 | 2024-12-17T21:21:56.434Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4261 | 2024-12-17T21:21:56.434Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO ok! |
4262 | 2024-12-17T21:21:56.435Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO STEP 65 (ensure_file) COMPLETE |
4263 | 2024-12-17T21:21:56.435Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2024-12-17T21:21:56.435Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO skip step because feature "omicron1" is not enabled |
4265 | 2024-12-17T21:21:56.435Z | [ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4266 | 2024-12-17T21:21:56.435Z | [ recovery-image] Dec 17 21:21:55.068 INFO O| Dec 17 21:21:55.067 INFO skip step because feature "omicron1" is not enabled |
4267 | 2024-12-17T21:21:56.435Z | [ recovery-image] Dec 17 21:21:55.068 INFO O| Dec 17 21:21:55.068 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4268 | 2024-12-17T21:21:56.435Z | [ recovery-image] Dec 17 21:21:55.068 INFO O| Dec 17 21:21:55.068 INFO skip step because feature "omicron1" is not enabled |
4269 | 2024-12-17T21:21:56.435Z | [ recovery-image] Dec 17 21:21:55.068 INFO O| Dec 17 21:21:55.068 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4270 | 2024-12-17T21:21:56.463Z | [ recovery-image] Dec 17 21:21:55.099 INFO O| Dec 17 21:21:55.099 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4271 | 2024-12-17T21:21:56.463Z | [ recovery-image] Dec 17 21:21:55.099 INFO O| Dec 17 21:21:55.099 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4272 | 2024-12-17T21:21:56.667Z | [ host-image] Dec 17 21:21:55.294 INFO O| Dec 17 21:21:55.294 INFO O| Download: Completed 1.45 MB in 1.46 seconds (1013k/s) |
4273 | 2024-12-17T21:21:56.728Z | [ host-image] Dec 17 21:21:55.360 INFO O| Dec 17 21:21:55.360 INFO O| Actions: 1/305 actions (Installing new actions) |
4274 | 2024-12-17T21:21:56.923Z | [ host-image] Dec 17 21:21:55.558 INFO O| Dec 17 21:21:55.558 INFO O| Actions: Completed 305 actions in 0.20 seconds. |
4275 | 2024-12-17T21:21:57.585Z | [ host-image] Dec 17 21:21:56.221 INFO O| Dec 17 21:21:56.221 INFO O| Done |
4276 | 2024-12-17T21:21:57.585Z | [ host-image] Dec 17 21:21:56.221 INFO O| Dec 17 21:21:56.221 INFO O| Done |
4277 | 2024-12-17T21:21:58.937Z | [ host-image] Dec 17 21:21:57.551 INFO O| Dec 17 21:21:57.550 INFO O| Done |
4278 | 2024-12-17T21:21:59.338Z | [ recovery-image] Dec 17 21:21:57.973 INFO O| Dec 17 21:21:57.973 INFO STEP 69 (pack_tar) COMPLETE |
4279 | 2024-12-17T21:21:59.338Z | [ recovery-image] Dec 17 21:21:57.973 INFO O| Dec 17 21:21:57.973 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4280 | 2024-12-17T21:21:59.345Z | [ recovery-image] Dec 17 21:21:57.973 INFO O| Dec 17 21:21:57.973 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4281 | 2024-12-17T21:21:59.621Z | [ recovery-image] Dec 17 21:21:58.256 INFO O| Dec 17 21:21:58.256 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4282 | 2024-12-17T21:21:59.745Z | [ recovery-image] Dec 17 21:21:58.382 INFO O| Dec 17 21:21:58.381 INFO completed processing gimlet/ramdisk-02-trim |
4283 | 2024-12-17T21:21:59.757Z | [ recovery-image] Dec 17 21:21:58.385 INFO image builder template: ramdisk-03-recovery-trim... |
4284 | 2024-12-17T21:21:59.757Z | [ recovery-image] Dec 17 21:21:58.385 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/.tmpzNgeWV/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 |
4285 | 2024-12-17T21:21:59.991Z | [ recovery-image] Dec 17 21:21:58.626 INFO O| Dec 17 21:21:58.626 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4286 | 2024-12-17T21:22:00.026Z | [ recovery-image] Dec 17 21:21:58.635 INFO O| Dec 17 21:21:58.635 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4287 | 2024-12-17T21:22:00.079Z | [ recovery-image] Dec 17 21:21:58.716 INFO O| Dec 17 21:21:58.716 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4288 | 2024-12-17T21:22:00.191Z | [ recovery-image] Dec 17 21:21:58.804 INFO O| Dec 17 21:21:58.804 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4289 | 2024-12-17T21:22:00.205Z | [ recovery-image] Dec 17 21:21:58.805 INFO O| Dec 17 21:21:58.805 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4290 | 2024-12-17T21:22:00.222Z | [ recovery-image] Dec 17 21:21:58.858 INFO O| Dec 17 21:21:58.858 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4291 | 2024-12-17T21:22:00.262Z | [ recovery-image] Dec 17 21:21:58.899 INFO O| Dec 17 21:21:58.899 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4292 | 2024-12-17T21:22:00.318Z | [ recovery-image] Dec 17 21:21:58.925 INFO O| Dec 17 21:21:58.925 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4293 | 2024-12-17T21:22:00.851Z | [ recovery-image] Dec 17 21:21:59.487 INFO O| Dec 17 21:21:59.487 INFO rolled back to input snapshot; work may begin |
4294 | 2024-12-17T21:22:00.851Z | [ recovery-image] Dec 17 21:21:59.487 INFO O| Dec 17 21:21:59.487 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4295 | 2024-12-17T21:22:00.878Z | [ recovery-image] Dec 17 21:21:59.515 INFO O| Dec 17 21:21:59.515 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-12-17T21:22:00.899Z | [ recovery-image] Dec 17 21:21:59.536 INFO O| Dec 17 21:21:59.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4297 | 2024-12-17T21:22:00.962Z | [ recovery-image] Dec 17 21:21:59.599 INFO O| Dec 17 21:21:59.599 INFO STEP 0 (remove_files) COMPLETE |
4298 | 2024-12-17T21:22:00.963Z | [ recovery-image] Dec 17 21:21:59.599 INFO O| Dec 17 21:21:59.599 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-12-17T21:22:00.994Z | [ recovery-image] Dec 17 21:21:59.631 INFO O| Dec 17 21:21:59.631 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4300 | 2024-12-17T21:22:01.186Z | [ recovery-image] Dec 17 21:21:59.780 INFO O| Dec 17 21:21:59.780 INFO STEP 1 (remove_files) COMPLETE |
4301 | 2024-12-17T21:22:01.186Z | [ recovery-image] Dec 17 21:21:59.780 INFO O| Dec 17 21:21:59.780 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-12-17T21:22:01.216Z | [ recovery-image] Dec 17 21:21:59.840 INFO O| Dec 17 21:21:59.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4303 | 2024-12-17T21:22:01.283Z | [ recovery-image] Dec 17 21:21:59.906 INFO O| Dec 17 21:21:59.905 INFO STEP 2 (remove_files) COMPLETE |
4304 | 2024-12-17T21:22:01.283Z | [ recovery-image] Dec 17 21:21:59.906 INFO O| Dec 17 21:21:59.905 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-12-17T21:22:01.521Z | [ recovery-image] Dec 17 21:22:00.121 INFO O| Dec 17 21:22:00.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4306 | 2024-12-17T21:22:01.593Z | [ recovery-image] Dec 17 21:22:00.229 INFO O| Dec 17 21:22:00.229 INFO STEP 3 (remove_files) COMPLETE |
4307 | 2024-12-17T21:22:01.594Z | [ recovery-image] Dec 17 21:22:00.229 INFO O| Dec 17 21:22:00.229 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-12-17T21:22:01.615Z | [ recovery-image] Dec 17 21:22:00.252 INFO O| Dec 17 21:22:00.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4309 | 2024-12-17T21:22:01.804Z | [ host-image] Dec 17 21:22:00.414 INFO O| Dec 17 21:22:00.414 INFO O| Done |
4310 | 2024-12-17T21:22:01.821Z | [ host-image] Dec 17 21:22:00.458 INFO O| Dec 17 21:22:00.458 INFO O| Done |
4311 | 2024-12-17T21:22:01.922Z | [ host-image] Dec 17 21:22:00.459 INFO O| Dec 17 21:22:00.459 INFO O| Done |
4312 | 2024-12-17T21:22:01.922Z | [ host-image] Dec 17 21:22:00.498 INFO O| Dec 17 21:22:00.498 INFO O| Done |
4313 | 2024-12-17T21:22:01.985Z | [ recovery-image] Dec 17 21:22:00.595 INFO O| Dec 17 21:22:00.595 INFO STEP 4 (remove_files) COMPLETE |
4314 | 2024-12-17T21:22:01.985Z | [ recovery-image] Dec 17 21:22:00.596 INFO O| Dec 17 21:22:00.595 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-12-17T21:22:01.992Z | [ recovery-image] Dec 17 21:22:00.617 INFO O| Dec 17 21:22:00.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4316 | 2024-12-17T21:22:01.992Z | [ recovery-image] Dec 17 21:22:00.623 INFO O| Dec 17 21:22:00.623 INFO STEP 5 (remove_files) COMPLETE |
4317 | 2024-12-17T21:22:01.992Z | [ recovery-image] Dec 17 21:22:00.623 INFO O| Dec 17 21:22:00.623 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-12-17T21:22:02.010Z | [ recovery-image] Dec 17 21:22:00.647 INFO O| Dec 17 21:22:00.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4319 | 2024-12-17T21:22:02.021Z | [ recovery-image] Dec 17 21:22:00.649 INFO O| Dec 17 21:22:00.649 INFO STEP 6 (remove_files) COMPLETE |
4320 | 2024-12-17T21:22:02.021Z | [ recovery-image] Dec 17 21:22:00.649 INFO O| Dec 17 21:22:00.649 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-12-17T21:22:02.091Z | [ recovery-image] Dec 17 21:22:00.687 INFO O| Dec 17 21:22:00.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4322 | 2024-12-17T21:22:02.103Z | [ recovery-image] Dec 17 21:22:00.688 INFO O| Dec 17 21:22:00.688 INFO STEP 7 (remove_files) COMPLETE |
4323 | 2024-12-17T21:22:02.103Z | [ recovery-image] Dec 17 21:22:00.688 INFO O| Dec 17 21:22:00.688 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-12-17T21:22:02.103Z | [ recovery-image] Dec 17 21:22:00.709 INFO O| Dec 17 21:22:00.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4325 | 2024-12-17T21:22:02.109Z | [ host-image] Dec 17 21:22:00.746 INFO O| Dec 17 21:22:00.746 INFO STEP 12 (pkg_install) COMPLETE |
4326 | 2024-12-17T21:22:02.109Z | [ host-image] Dec 17 21:22:00.746 INFO O| Dec 17 21:22:00.746 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4327 | 2024-12-17T21:22:02.169Z | [ host-image] Dec 17 21:22:00.766 INFO O| Dec 17 21:22:00.766 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4328 | 2024-12-17T21:22:02.169Z | [ recovery-image] Dec 17 21:22:00.786 INFO O| Dec 17 21:22:00.786 INFO STEP 8 (remove_files) COMPLETE |
4329 | 2024-12-17T21:22:02.169Z | [ recovery-image] Dec 17 21:22:00.786 INFO O| Dec 17 21:22:00.786 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-12-17T21:22:02.187Z | [ recovery-image] Dec 17 21:22:00.824 INFO O| Dec 17 21:22:00.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4331 | 2024-12-17T21:22:02.203Z | [ recovery-image] Dec 17 21:22:00.824 INFO O| Dec 17 21:22:00.824 INFO STEP 9 (remove_files) COMPLETE |
4332 | 2024-12-17T21:22:02.203Z | [ recovery-image] Dec 17 21:22:00.824 INFO O| Dec 17 21:22:00.824 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-12-17T21:22:02.238Z | [ recovery-image] Dec 17 21:22:00.845 INFO O| Dec 17 21:22:00.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4334 | 2024-12-17T21:22:02.337Z | [ recovery-image] Dec 17 21:22:00.847 INFO O| Dec 17 21:22:00.846 INFO STEP 10 (remove_files) COMPLETE |
4335 | 2024-12-17T21:22:02.337Z | [ recovery-image] Dec 17 21:22:00.847 INFO O| Dec 17 21:22:00.847 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-12-17T21:22:02.337Z | [ recovery-image] Dec 17 21:22:00.869 INFO O| Dec 17 21:22:00.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4337 | 2024-12-17T21:22:02.960Z | [ recovery-image] Dec 17 21:22:01.558 INFO O| Dec 17 21:22:01.558 INFO STEP 11 (remove_files) COMPLETE |
4338 | 2024-12-17T21:22:02.960Z | [ recovery-image] Dec 17 21:22:01.558 INFO O| Dec 17 21:22:01.558 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-12-17T21:22:03.196Z | [ recovery-image] Dec 17 21:22:01.582 INFO O| Dec 17 21:22:01.582 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4340 | 2024-12-17T21:22:03.196Z | [ recovery-image] Dec 17 21:22:01.600 INFO O| Dec 17 21:22:01.600 INFO STEP 12 (remove_files) COMPLETE |
4341 | 2024-12-17T21:22:03.196Z | [ recovery-image] Dec 17 21:22:01.600 INFO O| Dec 17 21:22:01.600 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-12-17T21:22:03.206Z | [ recovery-image] Dec 17 21:22:01.640 INFO O| Dec 17 21:22:01.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4343 | 2024-12-17T21:22:03.206Z | [ recovery-image] Dec 17 21:22:01.645 INFO O| Dec 17 21:22:01.645 INFO STEP 13 (remove_files) COMPLETE |
4344 | 2024-12-17T21:22:03.206Z | [ recovery-image] Dec 17 21:22:01.645 INFO O| Dec 17 21:22:01.645 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-12-17T21:22:03.206Z | [ recovery-image] Dec 17 21:22:01.665 INFO O| Dec 17 21:22:01.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4346 | 2024-12-17T21:22:03.206Z | [ recovery-image] Dec 17 21:22:01.666 INFO O| Dec 17 21:22:01.665 INFO STEP 14 (remove_files) COMPLETE |
4347 | 2024-12-17T21:22:03.206Z | [ recovery-image] Dec 17 21:22:01.666 INFO O| Dec 17 21:22:01.666 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-12-17T21:22:03.206Z | [ recovery-image] Dec 17 21:22:01.706 INFO O| Dec 17 21:22:01.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4349 | 2024-12-17T21:22:03.207Z | [ recovery-image] Dec 17 21:22:01.749 INFO O| Dec 17 21:22:01.749 INFO STEP 15 (remove_files) COMPLETE |
4350 | 2024-12-17T21:22:03.207Z | [ recovery-image] Dec 17 21:22:01.749 INFO O| Dec 17 21:22:01.749 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-12-17T21:22:03.207Z | [ recovery-image] Dec 17 21:22:01.771 INFO O| Dec 17 21:22:01.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4352 | 2024-12-17T21:22:03.239Z | [ host-image] Dec 17 21:22:01.865 INFO O| Dec 17 21:22:01.865 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4353 | 2024-12-17T21:22:03.350Z | [ recovery-image] Dec 17 21:22:01.987 INFO O| Dec 17 21:22:01.987 INFO STEP 16 (remove_files) COMPLETE |
4354 | 2024-12-17T21:22:03.351Z | [ recovery-image] Dec 17 21:22:01.987 INFO O| Dec 17 21:22:01.987 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-17T21:22:03.381Z | [ recovery-image] Dec 17 21:22:02.010 INFO O| Dec 17 21:22:02.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4356 | 2024-12-17T21:22:03.424Z | [ recovery-image] Dec 17 21:22:02.011 INFO O| Dec 17 21:22:02.010 INFO STEP 17 (remove_files) COMPLETE |
4357 | 2024-12-17T21:22:03.424Z | [ recovery-image] Dec 17 21:22:02.011 INFO O| Dec 17 21:22:02.011 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-17T21:22:03.509Z | [ recovery-image] Dec 17 21:22:02.067 INFO O| Dec 17 21:22:02.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4359 | 2024-12-17T21:22:03.509Z | [ recovery-image] Dec 17 21:22:02.067 INFO O| Dec 17 21:22:02.067 INFO STEP 18 (remove_files) COMPLETE |
4360 | 2024-12-17T21:22:03.509Z | [ recovery-image] Dec 17 21:22:02.067 INFO O| Dec 17 21:22:02.067 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-17T21:22:03.509Z | [ recovery-image] Dec 17 21:22:02.099 INFO O| Dec 17 21:22:02.099 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4362 | 2024-12-17T21:22:03.936Z | [ recovery-image] Dec 17 21:22:02.528 INFO O| Dec 17 21:22:02.528 INFO STEP 19 (remove_files) COMPLETE |
4363 | 2024-12-17T21:22:03.936Z | [ recovery-image] Dec 17 21:22:02.528 INFO O| Dec 17 21:22:02.528 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-17T21:22:03.964Z | [ recovery-image] Dec 17 21:22:02.552 INFO O| Dec 17 21:22:02.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4365 | 2024-12-17T21:22:03.965Z | [ recovery-image] Dec 17 21:22:02.586 INFO O| Dec 17 21:22:02.586 INFO STEP 20 (remove_files) COMPLETE |
4366 | 2024-12-17T21:22:03.965Z | [ recovery-image] Dec 17 21:22:02.586 INFO O| Dec 17 21:22:02.586 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-17T21:22:03.973Z | [ recovery-image] Dec 17 21:22:02.610 INFO O| Dec 17 21:22:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4368 | 2024-12-17T21:22:03.980Z | [ recovery-image] Dec 17 21:22:02.611 INFO O| Dec 17 21:22:02.611 INFO STEP 21 (remove_files) COMPLETE |
4369 | 2024-12-17T21:22:03.980Z | [ recovery-image] Dec 17 21:22:02.611 INFO O| Dec 17 21:22:02.611 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-17T21:22:04.040Z | [ recovery-image] Dec 17 21:22:02.635 INFO O| Dec 17 21:22:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4371 | 2024-12-17T21:22:04.046Z | [ recovery-image] Dec 17 21:22:02.636 INFO O| Dec 17 21:22:02.636 INFO STEP 22 (remove_files) COMPLETE |
4372 | 2024-12-17T21:22:04.046Z | [ recovery-image] Dec 17 21:22:02.636 INFO O| Dec 17 21:22:02.636 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-17T21:22:04.047Z | [ recovery-image] Dec 17 21:22:02.670 INFO O| Dec 17 21:22:02.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4374 | 2024-12-17T21:22:04.047Z | [ recovery-image] Dec 17 21:22:02.682 INFO O| Dec 17 21:22:02.682 INFO STEP 23 (remove_files) COMPLETE |
4375 | 2024-12-17T21:22:04.047Z | [ recovery-image] Dec 17 21:22:02.682 INFO O| Dec 17 21:22:02.682 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-17T21:22:04.123Z | [ recovery-image] Dec 17 21:22:02.707 INFO O| Dec 17 21:22:02.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4377 | 2024-12-17T21:22:04.128Z | [ recovery-image] Dec 17 21:22:02.707 INFO O| Dec 17 21:22:02.707 INFO STEP 24 (remove_files) COMPLETE |
4378 | 2024-12-17T21:22:04.128Z | [ recovery-image] Dec 17 21:22:02.707 INFO O| Dec 17 21:22:02.707 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-17T21:22:04.128Z | [ recovery-image] Dec 17 21:22:02.731 INFO O| Dec 17 21:22:02.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4380 | 2024-12-17T21:22:04.128Z | [ recovery-image] Dec 17 21:22:02.755 INFO O| Dec 17 21:22:02.755 INFO STEP 25 (remove_files) COMPLETE |
4381 | 2024-12-17T21:22:04.128Z | [ recovery-image] Dec 17 21:22:02.755 INFO O| Dec 17 21:22:02.755 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-17T21:22:04.166Z | [ recovery-image] Dec 17 21:22:02.799 INFO O| Dec 17 21:22:02.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4383 | 2024-12-17T21:22:04.166Z | [ recovery-image] Dec 17 21:22:02.799 INFO O| Dec 17 21:22:02.799 INFO STEP 26 (remove_files) COMPLETE |
4384 | 2024-12-17T21:22:04.166Z | [ recovery-image] Dec 17 21:22:02.799 INFO O| Dec 17 21:22:02.799 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-17T21:22:04.199Z | [ recovery-image] Dec 17 21:22:02.821 INFO O| Dec 17 21:22:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4386 | 2024-12-17T21:22:04.200Z | [ recovery-image] Dec 17 21:22:02.821 INFO O| Dec 17 21:22:02.821 INFO STEP 27 (remove_files) COMPLETE |
4387 | 2024-12-17T21:22:04.219Z | [ recovery-image] Dec 17 21:22:02.821 INFO O| Dec 17 21:22:02.821 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-17T21:22:04.219Z | [ recovery-image] Dec 17 21:22:02.843 INFO O| Dec 17 21:22:02.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4389 | 2024-12-17T21:22:04.243Z | [ recovery-image] Dec 17 21:22:02.843 INFO O| Dec 17 21:22:02.843 INFO STEP 28 (remove_files) COMPLETE |
4390 | 2024-12-17T21:22:04.243Z | [ recovery-image] Dec 17 21:22:02.843 INFO O| Dec 17 21:22:02.843 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-17T21:22:04.251Z | [ recovery-image] Dec 17 21:22:02.867 INFO O| Dec 17 21:22:02.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4392 | 2024-12-17T21:22:04.252Z | [ recovery-image] Dec 17 21:22:02.867 INFO O| Dec 17 21:22:02.867 INFO STEP 29 (remove_files) COMPLETE |
4393 | 2024-12-17T21:22:04.252Z | [ recovery-image] Dec 17 21:22:02.867 INFO O| Dec 17 21:22:02.867 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-12-17T21:22:04.267Z | [ recovery-image] Dec 17 21:22:02.889 INFO O| Dec 17 21:22:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4395 | 2024-12-17T21:22:04.267Z | [ recovery-image] Dec 17 21:22:02.889 INFO O| Dec 17 21:22:02.889 INFO STEP 30 (remove_files) COMPLETE |
4396 | 2024-12-17T21:22:04.267Z | [ recovery-image] Dec 17 21:22:02.889 INFO O| Dec 17 21:22:02.889 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-12-17T21:22:04.291Z | [ recovery-image] Dec 17 21:22:02.926 INFO O| Dec 17 21:22:02.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4398 | 2024-12-17T21:22:04.310Z | [ recovery-image] Dec 17 21:22:02.945 INFO O| Dec 17 21:22:02.945 INFO STEP 31 (remove_files) COMPLETE |
4399 | 2024-12-17T21:22:04.310Z | [ recovery-image] Dec 17 21:22:02.945 INFO O| Dec 17 21:22:02.945 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-12-17T21:22:04.343Z | [ recovery-image] Dec 17 21:22:02.967 INFO O| Dec 17 21:22:02.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4401 | 2024-12-17T21:22:04.349Z | [ recovery-image] Dec 17 21:22:02.973 INFO O| Dec 17 21:22:02.973 INFO STEP 32 (remove_files) COMPLETE |
4402 | 2024-12-17T21:22:04.349Z | [ recovery-image] Dec 17 21:22:02.973 INFO O| Dec 17 21:22:02.973 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-12-17T21:22:04.431Z | [ recovery-image] Dec 17 21:22:03.066 INFO O| Dec 17 21:22:03.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4404 | 2024-12-17T21:22:04.450Z | [ recovery-image] Dec 17 21:22:03.066 INFO O| Dec 17 21:22:03.066 INFO STEP 33 (remove_files) COMPLETE |
4405 | 2024-12-17T21:22:04.450Z | [ recovery-image] Dec 17 21:22:03.066 INFO O| Dec 17 21:22:03.066 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-12-17T21:22:04.481Z | [ recovery-image] Dec 17 21:22:03.092 INFO O| Dec 17 21:22:03.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4407 | 2024-12-17T21:22:04.490Z | [ recovery-image] Dec 17 21:22:03.092 INFO O| Dec 17 21:22:03.092 INFO STEP 34 (remove_files) COMPLETE |
4408 | 2024-12-17T21:22:04.490Z | [ recovery-image] Dec 17 21:22:03.093 INFO O| Dec 17 21:22:03.092 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-12-17T21:22:04.490Z | [ recovery-image] Dec 17 21:22:03.117 INFO O| Dec 17 21:22:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4410 | 2024-12-17T21:22:04.514Z | [ recovery-image] Dec 17 21:22:03.137 INFO O| Dec 17 21:22:03.137 INFO STEP 35 (remove_files) COMPLETE |
4411 | 2024-12-17T21:22:04.514Z | [ recovery-image] Dec 17 21:22:03.137 INFO O| Dec 17 21:22:03.137 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-12-17T21:22:04.537Z | [ recovery-image] Dec 17 21:22:03.159 INFO O| Dec 17 21:22:03.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4413 | 2024-12-17T21:22:04.544Z | [ recovery-image] Dec 17 21:22:03.159 INFO O| Dec 17 21:22:03.159 INFO STEP 36 (remove_files) COMPLETE |
4414 | 2024-12-17T21:22:04.544Z | [ recovery-image] Dec 17 21:22:03.159 INFO O| Dec 17 21:22:03.159 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-12-17T21:22:04.554Z | [ recovery-image] Dec 17 21:22:03.191 INFO O| Dec 17 21:22:03.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4416 | 2024-12-17T21:22:04.554Z | [ recovery-image] Dec 17 21:22:03.191 INFO O| Dec 17 21:22:03.191 INFO STEP 37 (remove_files) COMPLETE |
4417 | 2024-12-17T21:22:04.611Z | [ recovery-image] Dec 17 21:22:03.191 INFO O| Dec 17 21:22:03.191 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-12-17T21:22:04.638Z | [ recovery-image] Dec 17 21:22:03.258 INFO O| Dec 17 21:22:03.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4419 | 2024-12-17T21:22:04.638Z | [ recovery-image] Dec 17 21:22:03.258 INFO O| Dec 17 21:22:03.258 INFO STEP 38 (remove_files) COMPLETE |
4420 | 2024-12-17T21:22:04.638Z | [ recovery-image] Dec 17 21:22:03.258 INFO O| Dec 17 21:22:03.258 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-17T21:22:04.645Z | [ recovery-image] Dec 17 21:22:03.279 INFO O| Dec 17 21:22:03.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4422 | 2024-12-17T21:22:04.645Z | [ recovery-image] Dec 17 21:22:03.279 INFO O| Dec 17 21:22:03.279 INFO STEP 39 (remove_files) COMPLETE |
4423 | 2024-12-17T21:22:04.651Z | [ recovery-image] Dec 17 21:22:03.279 INFO O| Dec 17 21:22:03.279 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-17T21:22:04.662Z | [ recovery-image] Dec 17 21:22:03.299 INFO O| Dec 17 21:22:03.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4425 | 2024-12-17T21:22:04.663Z | [ recovery-image] Dec 17 21:22:03.299 INFO O| Dec 17 21:22:03.299 INFO STEP 40 (remove_files) COMPLETE |
4426 | 2024-12-17T21:22:04.663Z | [ recovery-image] Dec 17 21:22:03.299 INFO O| Dec 17 21:22:03.299 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-17T21:22:04.693Z | [ recovery-image] Dec 17 21:22:03.330 INFO O| Dec 17 21:22:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4428 | 2024-12-17T21:22:04.693Z | [ recovery-image] Dec 17 21:22:03.330 INFO O| Dec 17 21:22:03.330 INFO STEP 41 (remove_files) COMPLETE |
4429 | 2024-12-17T21:22:04.693Z | [ recovery-image] Dec 17 21:22:03.330 INFO O| Dec 17 21:22:03.330 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-17T21:22:04.740Z | [ recovery-image] Dec 17 21:22:03.377 INFO O| Dec 17 21:22:03.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4431 | 2024-12-17T21:22:04.740Z | [ recovery-image] Dec 17 21:22:03.377 INFO O| Dec 17 21:22:03.377 INFO STEP 42 (remove_files) COMPLETE |
4432 | 2024-12-17T21:22:04.740Z | [ recovery-image] Dec 17 21:22:03.377 INFO O| Dec 17 21:22:03.377 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-17T21:22:04.763Z | [ recovery-image] Dec 17 21:22:03.398 INFO O| Dec 17 21:22:03.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4434 | 2024-12-17T21:22:04.763Z | [ recovery-image] Dec 17 21:22:03.399 INFO O| Dec 17 21:22:03.398 INFO STEP 43 (remove_files) COMPLETE |
4435 | 2024-12-17T21:22:04.763Z | [ recovery-image] Dec 17 21:22:03.399 INFO O| Dec 17 21:22:03.399 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-17T21:22:07.463Z | [ recovery-image] Dec 17 21:22:03.476 INFO O| Dec 17 21:22:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4437 | 2024-12-17T21:22:07.463Z | [ recovery-image] Dec 17 21:22:03.476 INFO O| Dec 17 21:22:03.476 INFO STEP 44 (remove_files) COMPLETE |
4438 | 2024-12-17T21:22:07.463Z | [ recovery-image] Dec 17 21:22:03.476 INFO O| Dec 17 21:22:03.476 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.499 INFO O| Dec 17 21:22:03.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4440 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.507 INFO O| Dec 17 21:22:03.507 INFO STEP 45 (remove_files) COMPLETE |
4441 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.507 INFO O| Dec 17 21:22:03.507 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.528 INFO O| Dec 17 21:22:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4443 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.528 INFO O| Dec 17 21:22:03.528 INFO STEP 46 (remove_files) COMPLETE |
4444 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.528 INFO O| Dec 17 21:22:03.528 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.577 INFO O| Dec 17 21:22:03.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4446 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.577 INFO O| Dec 17 21:22:03.577 INFO STEP 47 (remove_files) COMPLETE |
4447 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.577 INFO O| Dec 17 21:22:03.577 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.598 INFO O| Dec 17 21:22:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4449 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.598 INFO O| Dec 17 21:22:03.598 INFO STEP 48 (remove_files) COMPLETE |
4450 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.598 INFO O| Dec 17 21:22:03.598 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.632 INFO O| Dec 17 21:22:03.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4452 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.632 INFO O| Dec 17 21:22:03.632 INFO STEP 49 (remove_files) COMPLETE |
4453 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.632 INFO O| Dec 17 21:22:03.632 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.666 INFO O| Dec 17 21:22:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4455 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.666 INFO O| Dec 17 21:22:03.666 INFO STEP 50 (remove_files) COMPLETE |
4456 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.666 INFO O| Dec 17 21:22:03.666 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.698 INFO O| Dec 17 21:22:03.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4458 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.698 INFO O| Dec 17 21:22:03.698 INFO STEP 51 (remove_files) COMPLETE |
4459 | 2024-12-17T21:22:07.516Z | [ recovery-image] Dec 17 21:22:03.698 INFO O| Dec 17 21:22:03.698 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.718 INFO O| Dec 17 21:22:03.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4461 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.718 INFO O| Dec 17 21:22:03.718 INFO STEP 52 (remove_files) COMPLETE |
4462 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.718 INFO O| Dec 17 21:22:03.718 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.741 INFO O| Dec 17 21:22:03.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4464 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.742 INFO O| Dec 17 21:22:03.741 INFO STEP 53 (remove_files) COMPLETE |
4465 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.742 INFO O| Dec 17 21:22:03.742 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.794 INFO O| Dec 17 21:22:03.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4467 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.794 INFO O| Dec 17 21:22:03.794 INFO STEP 54 (remove_files) COMPLETE |
4468 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.795 INFO O| Dec 17 21:22:03.794 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.821 INFO O| Dec 17 21:22:03.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4470 | 2024-12-17T21:22:07.517Z | [ recovery-image] Dec 17 21:22:03.821 INFO O| Dec 17 21:22:03.821 INFO STEP 55 (remove_files) COMPLETE |
4471 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.821 INFO O| Dec 17 21:22:03.821 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.852 INFO O| Dec 17 21:22:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4473 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.852 INFO O| Dec 17 21:22:03.852 INFO STEP 56 (remove_files) COMPLETE |
4474 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.852 INFO O| Dec 17 21:22:03.852 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.874 INFO O| Dec 17 21:22:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4476 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.875 INFO O| Dec 17 21:22:03.875 INFO STEP 57 (remove_files) COMPLETE |
4477 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.875 INFO O| Dec 17 21:22:03.875 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.896 INFO O| Dec 17 21:22:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4479 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.896 INFO O| Dec 17 21:22:03.896 INFO STEP 58 (remove_files) COMPLETE |
4480 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.896 INFO O| Dec 17 21:22:03.896 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.917 INFO O| Dec 17 21:22:03.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4482 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.917 INFO O| Dec 17 21:22:03.917 INFO STEP 59 (remove_files) COMPLETE |
4483 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.917 INFO O| Dec 17 21:22:03.917 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.937 INFO O| Dec 17 21:22:03.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4485 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.937 INFO O| Dec 17 21:22:03.937 INFO STEP 60 (remove_files) COMPLETE |
4486 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.937 INFO O| Dec 17 21:22:03.937 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.956 INFO O| Dec 17 21:22:03.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4488 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.956 INFO O| Dec 17 21:22:03.956 INFO STEP 61 (remove_files) COMPLETE |
4489 | 2024-12-17T21:22:07.518Z | [ recovery-image] Dec 17 21:22:03.956 INFO O| Dec 17 21:22:03.956 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:03.976 INFO O| Dec 17 21:22:03.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4491 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:03.977 INFO O| Dec 17 21:22:03.976 INFO STEP 62 (remove_files) COMPLETE |
4492 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:03.977 INFO O| Dec 17 21:22:03.977 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:03.995 INFO O| Dec 17 21:22:03.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4494 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:03.995 INFO O| Dec 17 21:22:03.995 INFO STEP 63 (remove_files) COMPLETE |
4495 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:03.995 INFO O| Dec 17 21:22:03.995 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.016 INFO O| Dec 17 21:22:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4497 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.016 INFO O| Dec 17 21:22:04.016 INFO STEP 64 (remove_files) COMPLETE |
4498 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.016 INFO O| Dec 17 21:22:04.016 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.036 INFO O| Dec 17 21:22:04.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4500 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.036 INFO O| Dec 17 21:22:04.036 INFO STEP 65 (remove_files) COMPLETE |
4501 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.036 INFO O| Dec 17 21:22:04.036 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.056 INFO O| Dec 17 21:22:04.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4503 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.056 INFO O| Dec 17 21:22:04.056 INFO STEP 66 (remove_files) COMPLETE |
4504 | 2024-12-17T21:22:07.519Z | [ recovery-image] Dec 17 21:22:04.056 INFO O| Dec 17 21:22:04.056 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.076 INFO O| Dec 17 21:22:04.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4506 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.076 INFO O| Dec 17 21:22:04.076 INFO STEP 67 (remove_files) COMPLETE |
4507 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.076 INFO O| Dec 17 21:22:04.076 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.097 INFO O| Dec 17 21:22:04.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4509 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.097 INFO O| Dec 17 21:22:04.097 INFO STEP 68 (remove_files) COMPLETE |
4510 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.097 INFO O| Dec 17 21:22:04.097 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.117 INFO O| Dec 17 21:22:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4512 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.136 INFO O| Dec 17 21:22:04.136 INFO STEP 69 (remove_files) COMPLETE |
4513 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.136 INFO O| Dec 17 21:22:04.136 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.249 INFO O| Dec 17 21:22:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4515 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.261 INFO O| Dec 17 21:22:04.261 INFO STEP 70 (remove_files) COMPLETE |
4516 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.261 INFO O| Dec 17 21:22:04.261 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.331 INFO O| Dec 17 21:22:04.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4518 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.331 INFO O| Dec 17 21:22:04.331 INFO STEP 71 (remove_files) COMPLETE |
4519 | 2024-12-17T21:22:07.520Z | [ recovery-image] Dec 17 21:22:04.331 INFO O| Dec 17 21:22:04.331 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-17T21:22:07.521Z | [ recovery-image] Dec 17 21:22:04.375 INFO O| Dec 17 21:22:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4521 | 2024-12-17T21:22:07.521Z | [ recovery-image] Dec 17 21:22:04.375 INFO O| Dec 17 21:22:04.375 INFO STEP 72 (remove_files) COMPLETE |
4522 | 2024-12-17T21:22:07.521Z | [ recovery-image] Dec 17 21:22:04.375 INFO O| Dec 17 21:22:04.375 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.397 INFO O| Dec 17 21:22:04.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4524 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.397 INFO O| Dec 17 21:22:04.397 INFO STEP 73 (remove_files) COMPLETE |
4525 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.397 INFO O| Dec 17 21:22:04.397 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.421 INFO O| Dec 17 21:22:04.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4527 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.421 INFO O| Dec 17 21:22:04.421 INFO STEP 74 (remove_files) COMPLETE |
4528 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.421 INFO O| Dec 17 21:22:04.421 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.444 INFO O| Dec 17 21:22:04.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4530 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.444 INFO O| Dec 17 21:22:04.444 INFO STEP 75 (remove_files) COMPLETE |
4531 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.444 INFO O| Dec 17 21:22:04.444 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.467 INFO O| Dec 17 21:22:04.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4533 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.468 INFO O| Dec 17 21:22:04.467 INFO STEP 76 (remove_files) COMPLETE |
4534 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.468 INFO O| Dec 17 21:22:04.467 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.490 INFO O| Dec 17 21:22:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4536 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.490 INFO O| Dec 17 21:22:04.490 INFO STEP 77 (remove_files) COMPLETE |
4537 | 2024-12-17T21:22:07.522Z | [ recovery-image] Dec 17 21:22:04.490 INFO O| Dec 17 21:22:04.490 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-17T21:22:07.523Z | [ recovery-image] Dec 17 21:22:04.514 INFO O| Dec 17 21:22:04.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4539 | 2024-12-17T21:22:07.546Z | [ recovery-image] Dec 17 21:22:04.514 INFO O| Dec 17 21:22:04.514 INFO STEP 78 (remove_files) COMPLETE |
4540 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.514 INFO O| Dec 17 21:22:04.514 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.553 INFO O| Dec 17 21:22:04.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4542 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.553 INFO O| Dec 17 21:22:04.553 INFO STEP 79 (remove_files) COMPLETE |
4543 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.553 INFO O| Dec 17 21:22:04.553 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.574 INFO O| Dec 17 21:22:04.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4545 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.575 INFO O| Dec 17 21:22:04.575 INFO STEP 80 (remove_files) COMPLETE |
4546 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.575 INFO O| Dec 17 21:22:04.575 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.593 INFO O| Dec 17 21:22:04.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4548 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.594 INFO O| Dec 17 21:22:04.594 INFO STEP 81 (remove_files) COMPLETE |
4549 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.594 INFO O| Dec 17 21:22:04.594 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.614 INFO O| Dec 17 21:22:04.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4551 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.614 INFO O| Dec 17 21:22:04.614 INFO STEP 82 (remove_files) COMPLETE |
4552 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.614 INFO O| Dec 17 21:22:04.614 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.634 INFO O| Dec 17 21:22:04.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4554 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.634 INFO O| Dec 17 21:22:04.634 INFO STEP 83 (remove_files) COMPLETE |
4555 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.635 INFO O| Dec 17 21:22:04.635 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.674 INFO O| Dec 17 21:22:04.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4557 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.675 INFO O| Dec 17 21:22:04.675 INFO STEP 84 (remove_files) COMPLETE |
4558 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.675 INFO O| Dec 17 21:22:04.675 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.696 INFO O| Dec 17 21:22:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4560 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.696 INFO O| Dec 17 21:22:04.696 INFO STEP 85 (remove_files) COMPLETE |
4561 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.697 INFO O| Dec 17 21:22:04.697 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.717 INFO O| Dec 17 21:22:04.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4563 | 2024-12-17T21:22:07.547Z | [ recovery-image] Dec 17 21:22:04.717 INFO O| Dec 17 21:22:04.717 INFO STEP 86 (remove_files) COMPLETE |
4564 | 2024-12-17T21:22:07.548Z | [ recovery-image] Dec 17 21:22:04.717 INFO O| Dec 17 21:22:04.717 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.736 INFO O| Dec 17 21:22:04.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4566 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.736 INFO O| Dec 17 21:22:04.736 INFO STEP 87 (remove_files) COMPLETE |
4567 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.737 INFO O| Dec 17 21:22:04.736 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.755 INFO O| Dec 17 21:22:04.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4569 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.756 INFO O| Dec 17 21:22:04.756 INFO STEP 88 (remove_files) COMPLETE |
4570 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.756 INFO O| Dec 17 21:22:04.756 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.776 INFO O| Dec 17 21:22:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4572 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.776 INFO O| Dec 17 21:22:04.776 INFO STEP 89 (remove_files) COMPLETE |
4573 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.776 INFO O| Dec 17 21:22:04.776 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.798 INFO O| Dec 17 21:22:04.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4575 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.798 INFO O| Dec 17 21:22:04.798 INFO STEP 90 (remove_files) COMPLETE |
4576 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.798 INFO O| Dec 17 21:22:04.798 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-17T21:22:07.552Z | [ recovery-image] Dec 17 21:22:04.820 INFO O| Dec 17 21:22:04.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4578 | 2024-12-17T21:22:07.553Z | [ recovery-image] Dec 17 21:22:04.820 INFO O| Dec 17 21:22:04.820 INFO STEP 91 (remove_files) COMPLETE |
4579 | 2024-12-17T21:22:07.553Z | [ recovery-image] Dec 17 21:22:04.820 INFO O| Dec 17 21:22:04.820 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.841 INFO O| Dec 17 21:22:04.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4581 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.841 INFO O| Dec 17 21:22:04.841 INFO STEP 92 (remove_files) COMPLETE |
4582 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.841 INFO O| Dec 17 21:22:04.841 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.873 INFO O| Dec 17 21:22:04.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4584 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.873 INFO O| Dec 17 21:22:04.873 INFO STEP 93 (remove_files) COMPLETE |
4585 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.873 INFO O| Dec 17 21:22:04.873 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.895 INFO O| Dec 17 21:22:04.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4587 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.896 INFO O| Dec 17 21:22:04.896 INFO STEP 94 (remove_files) COMPLETE |
4588 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.896 INFO O| Dec 17 21:22:04.896 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.935 INFO O| Dec 17 21:22:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4590 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.935 INFO O| Dec 17 21:22:04.935 INFO STEP 95 (remove_files) COMPLETE |
4591 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.935 INFO O| Dec 17 21:22:04.935 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-17T21:22:07.554Z | [ recovery-image] Dec 17 21:22:04.961 INFO O| Dec 17 21:22:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4593 | 2024-12-17T21:22:07.555Z | [ recovery-image] Dec 17 21:22:04.984 INFO O| Dec 17 21:22:04.984 INFO STEP 96 (remove_files) COMPLETE |
4594 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:04.984 INFO O| Dec 17 21:22:04.984 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.038 INFO O| Dec 17 21:22:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4596 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.038 INFO O| Dec 17 21:22:05.038 INFO STEP 97 (remove_files) COMPLETE |
4597 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.038 INFO O| Dec 17 21:22:05.038 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.100 INFO O| Dec 17 21:22:05.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4599 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.100 INFO O| Dec 17 21:22:05.100 INFO STEP 98 (remove_files) COMPLETE |
4600 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.100 INFO O| Dec 17 21:22:05.100 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.122 INFO O| Dec 17 21:22:05.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4602 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.142 INFO O| Dec 17 21:22:05.142 INFO STEP 99 (remove_files) COMPLETE |
4603 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.142 INFO O| Dec 17 21:22:05.142 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.164 INFO O| Dec 17 21:22:05.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4605 | 2024-12-17T21:22:07.556Z | [ recovery-image] Dec 17 21:22:05.164 INFO O| Dec 17 21:22:05.164 INFO STEP 100 (remove_files) COMPLETE |
4606 | 2024-12-17T21:22:07.557Z | [ recovery-image] Dec 17 21:22:05.164 INFO O| Dec 17 21:22:05.164 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-17T21:22:07.557Z | [ recovery-image] Dec 17 21:22:05.184 INFO O| Dec 17 21:22:05.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4608 | 2024-12-17T21:22:07.557Z | [ recovery-image] Dec 17 21:22:05.185 INFO O| Dec 17 21:22:05.184 INFO STEP 101 (remove_files) COMPLETE |
4609 | 2024-12-17T21:22:07.557Z | [ recovery-image] Dec 17 21:22:05.185 INFO O| Dec 17 21:22:05.185 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-17T21:22:07.557Z | [ recovery-image] Dec 17 21:22:05.215 INFO O| Dec 17 21:22:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4611 | 2024-12-17T21:22:07.557Z | [ recovery-image] Dec 17 21:22:05.215 INFO O| Dec 17 21:22:05.215 INFO STEP 102 (remove_files) COMPLETE |
4612 | 2024-12-17T21:22:07.558Z | [ recovery-image] Dec 17 21:22:05.215 INFO O| Dec 17 21:22:05.215 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-17T21:22:07.558Z | [ recovery-image] Dec 17 21:22:05.238 INFO O| Dec 17 21:22:05.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4614 | 2024-12-17T21:22:07.558Z | [ recovery-image] Dec 17 21:22:05.238 INFO O| Dec 17 21:22:05.238 INFO STEP 103 (remove_files) COMPLETE |
4615 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.238 INFO O| Dec 17 21:22:05.238 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.258 INFO O| Dec 17 21:22:05.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4617 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.258 INFO O| Dec 17 21:22:05.258 INFO STEP 104 (remove_files) COMPLETE |
4618 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.258 INFO O| Dec 17 21:22:05.258 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.297 INFO O| Dec 17 21:22:05.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4620 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.297 INFO O| Dec 17 21:22:05.297 INFO STEP 105 (remove_files) COMPLETE |
4621 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.297 INFO O| Dec 17 21:22:05.297 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.334 INFO O| Dec 17 21:22:05.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4623 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.334 INFO O| Dec 17 21:22:05.334 INFO STEP 106 (remove_files) COMPLETE |
4624 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.334 INFO O| Dec 17 21:22:05.334 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.358 INFO O| Dec 17 21:22:05.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4626 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.358 INFO O| Dec 17 21:22:05.358 INFO STEP 107 (remove_files) COMPLETE |
4627 | 2024-12-17T21:22:07.559Z | [ recovery-image] Dec 17 21:22:05.358 INFO O| Dec 17 21:22:05.358 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.398 INFO O| Dec 17 21:22:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4629 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.398 INFO O| Dec 17 21:22:05.398 INFO STEP 108 (remove_files) COMPLETE |
4630 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.399 INFO O| Dec 17 21:22:05.398 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.443 INFO O| Dec 17 21:22:05.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4632 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.443 INFO O| Dec 17 21:22:05.443 INFO STEP 109 (remove_files) COMPLETE |
4633 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.443 INFO O| Dec 17 21:22:05.443 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.467 INFO O| Dec 17 21:22:05.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4635 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.467 INFO O| Dec 17 21:22:05.467 INFO STEP 110 (remove_files) COMPLETE |
4636 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.467 INFO O| Dec 17 21:22:05.467 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.529 INFO O| Dec 17 21:22:05.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4638 | 2024-12-17T21:22:07.560Z | [ recovery-image] Dec 17 21:22:05.529 INFO O| Dec 17 21:22:05.529 INFO STEP 111 (remove_files) COMPLETE |
4639 | 2024-12-17T21:22:07.567Z | [ recovery-image] Dec 17 21:22:05.529 INFO O| Dec 17 21:22:05.529 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.553 INFO O| Dec 17 21:22:05.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4641 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.553 INFO O| Dec 17 21:22:05.553 INFO STEP 112 (remove_files) COMPLETE |
4642 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.554 INFO O| Dec 17 21:22:05.554 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.583 INFO O| Dec 17 21:22:05.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4644 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.583 INFO O| Dec 17 21:22:05.583 INFO STEP 113 (remove_files) COMPLETE |
4645 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.583 INFO O| Dec 17 21:22:05.583 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.610 INFO O| Dec 17 21:22:05.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4647 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.611 INFO O| Dec 17 21:22:05.610 INFO STEP 114 (remove_files) COMPLETE |
4648 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.611 INFO O| Dec 17 21:22:05.610 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.639 INFO O| Dec 17 21:22:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4650 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.639 INFO O| Dec 17 21:22:05.639 INFO STEP 115 (remove_files) COMPLETE |
4651 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.639 INFO O| Dec 17 21:22:05.639 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.688 INFO O| Dec 17 21:22:05.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4653 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.688 INFO O| Dec 17 21:22:05.688 INFO STEP 116 (remove_files) COMPLETE |
4654 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.689 INFO O| Dec 17 21:22:05.688 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-17T21:22:07.568Z | [ recovery-image] Dec 17 21:22:05.712 INFO O| Dec 17 21:22:05.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4656 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.712 INFO O| Dec 17 21:22:05.712 INFO STEP 117 (remove_files) COMPLETE |
4657 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.712 INFO O| Dec 17 21:22:05.712 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.733 INFO O| Dec 17 21:22:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4659 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.733 INFO O| Dec 17 21:22:05.733 INFO STEP 118 (remove_files) COMPLETE |
4660 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.733 INFO O| Dec 17 21:22:05.733 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.762 INFO O| Dec 17 21:22:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4662 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.762 INFO O| Dec 17 21:22:05.762 INFO STEP 119 (remove_files) COMPLETE |
4663 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.762 INFO O| Dec 17 21:22:05.762 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.890 INFO O| Dec 17 21:22:05.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4665 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.890 INFO O| Dec 17 21:22:05.890 INFO STEP 120 (remove_files) COMPLETE |
4666 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.890 INFO O| Dec 17 21:22:05.890 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.949 INFO O| Dec 17 21:22:05.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4668 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.950 INFO O| Dec 17 21:22:05.949 INFO STEP 121 (remove_files) COMPLETE |
4669 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:05.950 INFO O| Dec 17 21:22:05.950 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-17T21:22:07.569Z | [ host-image] Dec 17 21:22:06.075 INFO O| Dec 17 21:22:06.075 INFO O| Planning: Solver setup ... Done |
4671 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.076 INFO O| Dec 17 21:22:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4672 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.076 INFO O| Dec 17 21:22:06.076 INFO STEP 122 (remove_files) COMPLETE |
4673 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.076 INFO O| Dec 17 21:22:06.076 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-12-17T21:22:07.569Z | [ host-image] Dec 17 21:22:06.082 INFO O| Dec 17 21:22:06.082 INFO O| Planning: Running solver ... Done |
4675 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.118 INFO O| Dec 17 21:22:06.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4676 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.118 INFO O| Dec 17 21:22:06.118 INFO STEP 123 (remove_files) COMPLETE |
4677 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.119 INFO O| Dec 17 21:22:06.118 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.138 INFO O| Dec 17 21:22:06.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4679 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.138 INFO O| Dec 17 21:22:06.138 INFO STEP 124 (remove_files) COMPLETE |
4680 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.138 INFO O| Dec 17 21:22:06.138 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.175 INFO O| Dec 17 21:22:06.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4682 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.175 INFO O| Dec 17 21:22:06.175 INFO STEP 125 (remove_files) COMPLETE |
4683 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.175 INFO O| Dec 17 21:22:06.175 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-12-17T21:22:07.569Z | [ host-image] Dec 17 21:22:06.180 INFO O| Dec 17 21:22:06.180 INFO O| Planning: Finding local manifests ... Done |
4685 | 2024-12-17T21:22:07.569Z | [ host-image] Dec 17 21:22:06.181 INFO O| Dec 17 21:22:06.181 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4686 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.198 INFO O| Dec 17 21:22:06.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4687 | 2024-12-17T21:22:07.569Z | [ recovery-image] Dec 17 21:22:06.198 INFO O| Dec 17 21:22:06.198 INFO STEP 126 (remove_files) COMPLETE |
4688 | 2024-12-17T21:22:07.570Z | [ recovery-image] Dec 17 21:22:06.198 INFO O| Dec 17 21:22:06.198 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-17T21:22:07.585Z | [ recovery-image] Dec 17 21:22:06.222 INFO O| Dec 17 21:22:06.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4690 | 2024-12-17T21:22:07.591Z | [ recovery-image] Dec 17 21:22:06.222 INFO O| Dec 17 21:22:06.222 INFO STEP 127 (remove_files) COMPLETE |
4691 | 2024-12-17T21:22:07.591Z | [ recovery-image] Dec 17 21:22:06.222 INFO O| Dec 17 21:22:06.222 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-17T21:22:07.608Z | [ recovery-image] Dec 17 21:22:06.245 INFO O| Dec 17 21:22:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4693 | 2024-12-17T21:22:07.611Z | [ recovery-image] Dec 17 21:22:06.245 INFO O| Dec 17 21:22:06.245 INFO STEP 128 (remove_files) COMPLETE |
4694 | 2024-12-17T21:22:07.613Z | [ recovery-image] Dec 17 21:22:06.245 INFO O| Dec 17 21:22:06.245 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-17T21:22:07.635Z | [ recovery-image] Dec 17 21:22:06.271 INFO O| Dec 17 21:22:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4696 | 2024-12-17T21:22:07.638Z | [ recovery-image] Dec 17 21:22:06.271 INFO O| Dec 17 21:22:06.271 INFO STEP 129 (remove_files) COMPLETE |
4697 | 2024-12-17T21:22:07.638Z | [ recovery-image] Dec 17 21:22:06.271 INFO O| Dec 17 21:22:06.271 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-17T21:22:07.742Z | [ recovery-image] Dec 17 21:22:06.378 INFO O| Dec 17 21:22:06.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4699 | 2024-12-17T21:22:07.742Z | [ recovery-image] Dec 17 21:22:06.378 INFO O| Dec 17 21:22:06.378 INFO STEP 130 (remove_files) COMPLETE |
4700 | 2024-12-17T21:22:07.745Z | [ recovery-image] Dec 17 21:22:06.378 INFO O| Dec 17 21:22:06.378 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-17T21:22:07.780Z | [ recovery-image] Dec 17 21:22:06.417 INFO O| Dec 17 21:22:06.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4702 | 2024-12-17T21:22:07.780Z | [ recovery-image] Dec 17 21:22:06.417 INFO O| Dec 17 21:22:06.417 INFO STEP 131 (remove_files) COMPLETE |
4703 | 2024-12-17T21:22:07.780Z | [ recovery-image] Dec 17 21:22:06.417 INFO O| Dec 17 21:22:06.417 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-17T21:22:07.833Z | [ recovery-image] Dec 17 21:22:06.470 INFO O| Dec 17 21:22:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4705 | 2024-12-17T21:22:07.833Z | [ recovery-image] Dec 17 21:22:06.470 INFO O| Dec 17 21:22:06.470 INFO STEP 132 (remove_files) COMPLETE |
4706 | 2024-12-17T21:22:07.836Z | [ recovery-image] Dec 17 21:22:06.470 INFO O| Dec 17 21:22:06.470 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-17T21:22:07.868Z | [ recovery-image] Dec 17 21:22:06.505 INFO O| Dec 17 21:22:06.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4708 | 2024-12-17T21:22:07.868Z | [ recovery-image] Dec 17 21:22:06.505 INFO O| Dec 17 21:22:06.505 INFO STEP 133 (remove_files) COMPLETE |
4709 | 2024-12-17T21:22:07.872Z | [ recovery-image] Dec 17 21:22:06.505 INFO O| Dec 17 21:22:06.505 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-17T21:22:07.889Z | [ recovery-image] Dec 17 21:22:06.525 INFO O| Dec 17 21:22:06.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4711 | 2024-12-17T21:22:07.889Z | [ recovery-image] Dec 17 21:22:06.525 INFO O| Dec 17 21:22:06.525 INFO STEP 134 (remove_files) COMPLETE |
4712 | 2024-12-17T21:22:07.892Z | [ recovery-image] Dec 17 21:22:06.525 INFO O| Dec 17 21:22:06.525 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-17T21:22:07.909Z | [ recovery-image] Dec 17 21:22:06.546 INFO O| Dec 17 21:22:06.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4714 | 2024-12-17T21:22:07.909Z | [ recovery-image] Dec 17 21:22:06.546 INFO O| Dec 17 21:22:06.546 INFO STEP 135 (remove_files) COMPLETE |
4715 | 2024-12-17T21:22:07.909Z | [ recovery-image] Dec 17 21:22:06.546 INFO O| Dec 17 21:22:06.546 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-17T21:22:07.951Z | [ recovery-image] Dec 17 21:22:06.588 INFO O| Dec 17 21:22:06.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4717 | 2024-12-17T21:22:07.951Z | [ recovery-image] Dec 17 21:22:06.588 INFO O| Dec 17 21:22:06.588 INFO STEP 136 (remove_files) COMPLETE |
4718 | 2024-12-17T21:22:07.955Z | [ recovery-image] Dec 17 21:22:06.588 INFO O| Dec 17 21:22:06.588 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-17T21:22:07.975Z | [ recovery-image] Dec 17 21:22:06.610 INFO O| Dec 17 21:22:06.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4720 | 2024-12-17T21:22:07.975Z | [ recovery-image] Dec 17 21:22:06.610 INFO O| Dec 17 21:22:06.610 INFO STEP 137 (remove_files) COMPLETE |
4721 | 2024-12-17T21:22:07.975Z | [ recovery-image] Dec 17 21:22:06.610 INFO O| Dec 17 21:22:06.610 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-17T21:22:07.998Z | [ host-image] Dec 17 21:22:06.634 INFO O| Dec 17 21:22:06.634 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4723 | 2024-12-17T21:22:08.005Z | [ recovery-image] Dec 17 21:22:06.642 INFO O| Dec 17 21:22:06.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4724 | 2024-12-17T21:22:08.009Z | [ recovery-image] Dec 17 21:22:06.642 INFO O| Dec 17 21:22:06.642 INFO STEP 138 (remove_files) COMPLETE |
4725 | 2024-12-17T21:22:08.009Z | [ recovery-image] Dec 17 21:22:06.642 INFO O| Dec 17 21:22:06.642 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-12-17T21:22:08.063Z | [ recovery-image] Dec 17 21:22:06.694 INFO O| Dec 17 21:22:06.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4727 | 2024-12-17T21:22:08.063Z | [ recovery-image] Dec 17 21:22:06.694 INFO O| Dec 17 21:22:06.694 INFO STEP 139 (remove_files) COMPLETE |
4728 | 2024-12-17T21:22:08.137Z | [ recovery-image] Dec 17 21:22:06.694 INFO O| Dec 17 21:22:06.694 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-12-17T21:22:08.137Z | [ host-image] Dec 17 21:22:06.702 INFO O| Dec 17 21:22:06.702 INFO O| Planning: Package planning ... Done |
4730 | 2024-12-17T21:22:08.156Z | [ recovery-image] Dec 17 21:22:06.727 INFO O| Dec 17 21:22:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4731 | 2024-12-17T21:22:08.157Z | [ recovery-image] Dec 17 21:22:06.727 INFO O| Dec 17 21:22:06.727 INFO STEP 140 (remove_files) COMPLETE |
4732 | 2024-12-17T21:22:08.157Z | [ recovery-image] Dec 17 21:22:06.727 INFO O| Dec 17 21:22:06.727 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-17T21:22:08.157Z | [ host-image] Dec 17 21:22:06.735 INFO O| Dec 17 21:22:06.735 INFO O| Planning: Merging actions ... Done |
4734 | 2024-12-17T21:22:08.157Z | [ recovery-image] Dec 17 21:22:06.758 INFO O| Dec 17 21:22:06.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4735 | 2024-12-17T21:22:08.157Z | [ recovery-image] Dec 17 21:22:06.758 INFO O| Dec 17 21:22:06.758 INFO STEP 141 (remove_files) COMPLETE |
4736 | 2024-12-17T21:22:08.157Z | [ recovery-image] Dec 17 21:22:06.758 INFO O| Dec 17 21:22:06.758 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-17T21:22:08.186Z | [ recovery-image] Dec 17 21:22:06.823 INFO O| Dec 17 21:22:06.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4738 | 2024-12-17T21:22:08.186Z | [ recovery-image] Dec 17 21:22:06.823 INFO O| Dec 17 21:22:06.823 INFO STEP 142 (remove_files) COMPLETE |
4739 | 2024-12-17T21:22:08.186Z | [ recovery-image] Dec 17 21:22:06.823 INFO O| Dec 17 21:22:06.823 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-17T21:22:08.209Z | [ recovery-image] Dec 17 21:22:06.845 INFO O| Dec 17 21:22:06.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4741 | 2024-12-17T21:22:08.209Z | [ recovery-image] Dec 17 21:22:06.846 INFO O| Dec 17 21:22:06.846 INFO STEP 143 (remove_files) COMPLETE |
4742 | 2024-12-17T21:22:08.209Z | [ recovery-image] Dec 17 21:22:06.846 INFO O| Dec 17 21:22:06.846 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-17T21:22:08.234Z | [ host-image] Dec 17 21:22:06.871 INFO O| Dec 17 21:22:06.871 INFO O| Planning: Checking for conflicting actions ... Done |
4744 | 2024-12-17T21:22:08.239Z | [ recovery-image] Dec 17 21:22:06.875 INFO O| Dec 17 21:22:06.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4745 | 2024-12-17T21:22:08.239Z | [ recovery-image] Dec 17 21:22:06.875 INFO O| Dec 17 21:22:06.875 INFO STEP 144 (remove_files) COMPLETE |
4746 | 2024-12-17T21:22:08.242Z | [ recovery-image] Dec 17 21:22:06.875 INFO O| Dec 17 21:22:06.875 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-12-17T21:22:08.242Z | [ host-image] Dec 17 21:22:06.879 INFO O| Dec 17 21:22:06.879 INFO O| Planning: Consolidating action changes ... Done |
4748 | 2024-12-17T21:22:08.298Z | [ recovery-image] Dec 17 21:22:06.935 INFO O| Dec 17 21:22:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4749 | 2024-12-17T21:22:08.309Z | [ recovery-image] Dec 17 21:22:06.946 INFO O| Dec 17 21:22:06.946 INFO STEP 145 (remove_files) COMPLETE |
4750 | 2024-12-17T21:22:08.309Z | [ recovery-image] Dec 17 21:22:06.946 INFO O| Dec 17 21:22:06.946 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-17T21:22:08.337Z | [ recovery-image] Dec 17 21:22:06.974 INFO O| Dec 17 21:22:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4752 | 2024-12-17T21:22:08.338Z | [ recovery-image] Dec 17 21:22:06.974 INFO O| Dec 17 21:22:06.974 INFO STEP 146 (remove_files) COMPLETE |
4753 | 2024-12-17T21:22:08.342Z | [ recovery-image] Dec 17 21:22:06.974 INFO O| Dec 17 21:22:06.974 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-17T21:22:08.369Z | [ recovery-image] Dec 17 21:22:07.005 INFO O| Dec 17 21:22:07.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4755 | 2024-12-17T21:22:08.374Z | [ recovery-image] Dec 17 21:22:07.006 INFO O| Dec 17 21:22:07.005 INFO STEP 147 (remove_files) COMPLETE |
4756 | 2024-12-17T21:22:08.374Z | [ recovery-image] Dec 17 21:22:07.006 INFO O| Dec 17 21:22:07.006 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-17T21:22:08.390Z | [ recovery-image] Dec 17 21:22:07.027 INFO O| Dec 17 21:22:07.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4758 | 2024-12-17T21:22:08.393Z | [ recovery-image] Dec 17 21:22:07.027 INFO O| Dec 17 21:22:07.027 INFO STEP 148 (remove_files) COMPLETE |
4759 | 2024-12-17T21:22:08.394Z | [ recovery-image] Dec 17 21:22:07.028 INFO O| Dec 17 21:22:07.027 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-17T21:22:08.411Z | [ recovery-image] Dec 17 21:22:07.048 INFO O| Dec 17 21:22:07.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4761 | 2024-12-17T21:22:08.414Z | [ recovery-image] Dec 17 21:22:07.048 INFO O| Dec 17 21:22:07.048 INFO STEP 149 (remove_files) COMPLETE |
4762 | 2024-12-17T21:22:08.414Z | [ recovery-image] Dec 17 21:22:07.049 INFO O| Dec 17 21:22:07.048 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-17T21:22:08.433Z | [ recovery-image] Dec 17 21:22:07.070 INFO O| Dec 17 21:22:07.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4764 | 2024-12-17T21:22:08.433Z | [ recovery-image] Dec 17 21:22:07.070 INFO O| Dec 17 21:22:07.070 INFO STEP 150 (remove_files) COMPLETE |
4765 | 2024-12-17T21:22:08.453Z | [ recovery-image] Dec 17 21:22:07.071 INFO O| Dec 17 21:22:07.070 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-17T21:22:08.458Z | [ recovery-image] Dec 17 21:22:07.092 INFO O| Dec 17 21:22:07.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4767 | 2024-12-17T21:22:08.458Z | [ recovery-image] Dec 17 21:22:07.092 INFO O| Dec 17 21:22:07.092 INFO STEP 151 (remove_files) COMPLETE |
4768 | 2024-12-17T21:22:08.458Z | [ recovery-image] Dec 17 21:22:07.092 INFO O| Dec 17 21:22:07.092 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-17T21:22:08.476Z | [ recovery-image] Dec 17 21:22:07.113 INFO O| Dec 17 21:22:07.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4770 | 2024-12-17T21:22:08.476Z | [ recovery-image] Dec 17 21:22:07.113 INFO O| Dec 17 21:22:07.113 INFO STEP 152 (remove_files) COMPLETE |
4771 | 2024-12-17T21:22:08.479Z | [ recovery-image] Dec 17 21:22:07.113 INFO O| Dec 17 21:22:07.113 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-17T21:22:08.510Z | [ recovery-image] Dec 17 21:22:07.146 INFO O| Dec 17 21:22:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4773 | 2024-12-17T21:22:08.510Z | [ recovery-image] Dec 17 21:22:07.146 INFO O| Dec 17 21:22:07.146 INFO STEP 153 (remove_files) COMPLETE |
4774 | 2024-12-17T21:22:08.513Z | [ recovery-image] Dec 17 21:22:07.146 INFO O| Dec 17 21:22:07.146 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-12-17T21:22:08.593Z | [ recovery-image] Dec 17 21:22:07.228 INFO O| Dec 17 21:22:07.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4776 | 2024-12-17T21:22:08.593Z | [ recovery-image] Dec 17 21:22:07.228 INFO O| Dec 17 21:22:07.228 INFO STEP 154 (remove_files) COMPLETE |
4777 | 2024-12-17T21:22:08.598Z | [ recovery-image] Dec 17 21:22:07.228 INFO O| Dec 17 21:22:07.228 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-12-17T21:22:08.625Z | [ recovery-image] Dec 17 21:22:07.261 INFO O| Dec 17 21:22:07.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4779 | 2024-12-17T21:22:08.625Z | [ recovery-image] Dec 17 21:22:07.261 INFO O| Dec 17 21:22:07.261 INFO STEP 155 (remove_files) COMPLETE |
4780 | 2024-12-17T21:22:08.630Z | [ recovery-image] Dec 17 21:22:07.261 INFO O| Dec 17 21:22:07.261 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-17T21:22:08.649Z | [ host-image] Dec 17 21:22:07.286 INFO O| Dec 17 21:22:07.285 INFO O| Planning: Evaluating mediators ... Done |
4782 | 2024-12-17T21:22:08.654Z | [ host-image] Dec 17 21:22:07.291 INFO O| Dec 17 21:22:07.291 INFO O| Planning: Planning completed in 5.43 seconds |
4783 | 2024-12-17T21:22:08.657Z | [ host-image] Dec 17 21:22:07.294 INFO O| Dec 17 21:22:07.294 INFO O| Packages to install: 6 |
4784 | 2024-12-17T21:22:08.657Z | [ host-image] Dec 17 21:22:07.294 INFO O| Dec 17 21:22:07.294 INFO O| Mediators to change: 1 |
4785 | 2024-12-17T21:22:08.660Z | [ host-image] Dec 17 21:22:07.294 INFO O| Dec 17 21:22:07.294 INFO O| Services to change: 1 |
4786 | 2024-12-17T21:22:08.664Z | [ recovery-image] Dec 17 21:22:07.298 INFO O| Dec 17 21:22:07.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4787 | 2024-12-17T21:22:08.664Z | [ recovery-image] Dec 17 21:22:07.298 INFO O| Dec 17 21:22:07.298 INFO STEP 156 (remove_files) COMPLETE |
4788 | 2024-12-17T21:22:08.664Z | [ recovery-image] Dec 17 21:22:07.298 INFO O| Dec 17 21:22:07.298 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-12-17T21:22:08.682Z | [ host-image] Dec 17 21:22:07.319 INFO O| Dec 17 21:22:07.319 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4790 | 2024-12-17T21:22:08.686Z | [ recovery-image] Dec 17 21:22:07.321 INFO O| Dec 17 21:22:07.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4791 | 2024-12-17T21:22:08.686Z | [ recovery-image] Dec 17 21:22:07.321 INFO O| Dec 17 21:22:07.321 INFO STEP 157 (remove_files) COMPLETE |
4792 | 2024-12-17T21:22:08.686Z | [ recovery-image] Dec 17 21:22:07.321 INFO O| Dec 17 21:22:07.321 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-12-17T21:22:08.707Z | [ recovery-image] Dec 17 21:22:07.344 INFO O| Dec 17 21:22:07.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4794 | 2024-12-17T21:22:08.710Z | [ recovery-image] Dec 17 21:22:07.344 INFO O| Dec 17 21:22:07.344 INFO STEP 158 (remove_files) COMPLETE |
4795 | 2024-12-17T21:22:08.711Z | [ recovery-image] Dec 17 21:22:07.344 INFO O| Dec 17 21:22:07.344 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-12-17T21:22:08.739Z | [ recovery-image] Dec 17 21:22:07.375 INFO O| Dec 17 21:22:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4797 | 2024-12-17T21:22:08.739Z | [ recovery-image] Dec 17 21:22:07.375 INFO O| Dec 17 21:22:07.375 INFO STEP 159 (remove_files) COMPLETE |
4798 | 2024-12-17T21:22:08.742Z | [ recovery-image] Dec 17 21:22:07.375 INFO O| Dec 17 21:22:07.375 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-12-17T21:22:08.779Z | [ recovery-image] Dec 17 21:22:07.415 INFO O| Dec 17 21:22:07.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4800 | 2024-12-17T21:22:08.779Z | [ recovery-image] Dec 17 21:22:07.415 INFO O| Dec 17 21:22:07.415 INFO STEP 160 (remove_files) COMPLETE |
4801 | 2024-12-17T21:22:08.779Z | [ recovery-image] Dec 17 21:22:07.415 INFO O| Dec 17 21:22:07.415 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-12-17T21:22:08.817Z | [ recovery-image] Dec 17 21:22:07.453 INFO O| Dec 17 21:22:07.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4803 | 2024-12-17T21:22:08.817Z | [ recovery-image] Dec 17 21:22:07.453 INFO O| Dec 17 21:22:07.453 INFO STEP 161 (remove_files) COMPLETE |
4804 | 2024-12-17T21:22:08.817Z | [ recovery-image] Dec 17 21:22:07.453 INFO O| Dec 17 21:22:07.453 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-12-17T21:22:08.854Z | [ recovery-image] Dec 17 21:22:07.490 INFO O| Dec 17 21:22:07.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4806 | 2024-12-17T21:22:08.854Z | [ recovery-image] Dec 17 21:22:07.490 INFO O| Dec 17 21:22:07.490 INFO STEP 162 (remove_files) COMPLETE |
4807 | 2024-12-17T21:22:08.855Z | [ recovery-image] Dec 17 21:22:07.490 INFO O| Dec 17 21:22:07.490 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-12-17T21:22:08.887Z | [ recovery-image] Dec 17 21:22:07.523 INFO O| Dec 17 21:22:07.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4809 | 2024-12-17T21:22:08.890Z | [ recovery-image] Dec 17 21:22:07.525 INFO O| Dec 17 21:22:07.525 INFO STEP 163 (remove_files) COMPLETE |
4810 | 2024-12-17T21:22:08.890Z | [ recovery-image] Dec 17 21:22:07.525 INFO O| Dec 17 21:22:07.525 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-17T21:22:08.909Z | [ recovery-image] Dec 17 21:22:07.546 INFO O| Dec 17 21:22:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4812 | 2024-12-17T21:22:08.909Z | [ recovery-image] Dec 17 21:22:07.546 INFO O| Dec 17 21:22:07.546 INFO STEP 164 (remove_files) COMPLETE |
4813 | 2024-12-17T21:22:08.912Z | [ recovery-image] Dec 17 21:22:07.546 INFO O| Dec 17 21:22:07.546 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-17T21:22:08.930Z | [ recovery-image] Dec 17 21:22:07.567 INFO O| Dec 17 21:22:07.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4815 | 2024-12-17T21:22:08.930Z | [ recovery-image] Dec 17 21:22:07.567 INFO O| Dec 17 21:22:07.567 INFO STEP 165 (remove_files) COMPLETE |
4816 | 2024-12-17T21:22:08.930Z | [ recovery-image] Dec 17 21:22:07.567 INFO O| Dec 17 21:22:07.567 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-17T21:22:08.954Z | [ recovery-image] Dec 17 21:22:07.591 INFO O| Dec 17 21:22:07.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4818 | 2024-12-17T21:22:08.954Z | [ recovery-image] Dec 17 21:22:07.591 INFO O| Dec 17 21:22:07.591 INFO STEP 166 (remove_files) COMPLETE |
4819 | 2024-12-17T21:22:08.954Z | [ recovery-image] Dec 17 21:22:07.591 INFO O| Dec 17 21:22:07.591 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-12-17T21:22:08.977Z | [ recovery-image] Dec 17 21:22:07.614 INFO O| Dec 17 21:22:07.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4821 | 2024-12-17T21:22:08.977Z | [ recovery-image] Dec 17 21:22:07.614 INFO O| Dec 17 21:22:07.614 INFO STEP 167 (remove_files) COMPLETE |
4822 | 2024-12-17T21:22:08.978Z | [ recovery-image] Dec 17 21:22:07.614 INFO O| Dec 17 21:22:07.614 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-12-17T21:22:08.998Z | [ recovery-image] Dec 17 21:22:07.634 INFO O| Dec 17 21:22:07.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4824 | 2024-12-17T21:22:08.998Z | [ recovery-image] Dec 17 21:22:07.634 INFO O| Dec 17 21:22:07.634 INFO STEP 168 (remove_files) COMPLETE |
4825 | 2024-12-17T21:22:08.998Z | [ recovery-image] Dec 17 21:22:07.634 INFO O| Dec 17 21:22:07.634 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-12-17T21:22:09.025Z | [ recovery-image] Dec 17 21:22:07.662 INFO O| Dec 17 21:22:07.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4827 | 2024-12-17T21:22:09.028Z | [ recovery-image] Dec 17 21:22:07.662 INFO O| Dec 17 21:22:07.662 INFO STEP 169 (remove_files) COMPLETE |
4828 | 2024-12-17T21:22:09.029Z | [ recovery-image] Dec 17 21:22:07.662 INFO O| Dec 17 21:22:07.662 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-12-17T21:22:09.086Z | [ recovery-image] Dec 17 21:22:07.722 INFO O| Dec 17 21:22:07.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4830 | 2024-12-17T21:22:09.086Z | [ recovery-image] Dec 17 21:22:07.722 INFO O| Dec 17 21:22:07.722 INFO STEP 170 (remove_files) COMPLETE |
4831 | 2024-12-17T21:22:09.089Z | [ recovery-image] Dec 17 21:22:07.723 INFO O| Dec 17 21:22:07.722 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-12-17T21:22:09.145Z | [ recovery-image] Dec 17 21:22:07.782 INFO O| Dec 17 21:22:07.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4833 | 2024-12-17T21:22:09.145Z | [ recovery-image] Dec 17 21:22:07.782 INFO O| Dec 17 21:22:07.782 INFO STEP 171 (remove_files) COMPLETE |
4834 | 2024-12-17T21:22:09.145Z | [ recovery-image] Dec 17 21:22:07.782 INFO O| Dec 17 21:22:07.782 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-12-17T21:22:09.169Z | [ recovery-image] Dec 17 21:22:07.806 INFO O| Dec 17 21:22:07.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4836 | 2024-12-17T21:22:09.169Z | [ recovery-image] Dec 17 21:22:07.806 INFO O| Dec 17 21:22:07.806 INFO STEP 172 (remove_files) COMPLETE |
4837 | 2024-12-17T21:22:09.169Z | [ recovery-image] Dec 17 21:22:07.806 INFO O| Dec 17 21:22:07.806 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-12-17T21:22:09.196Z | [ recovery-image] Dec 17 21:22:07.832 INFO O| Dec 17 21:22:07.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4839 | 2024-12-17T21:22:09.196Z | [ recovery-image] Dec 17 21:22:07.832 INFO O| Dec 17 21:22:07.832 INFO STEP 173 (remove_files) COMPLETE |
4840 | 2024-12-17T21:22:09.201Z | [ recovery-image] Dec 17 21:22:07.832 INFO O| Dec 17 21:22:07.832 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-12-17T21:22:09.223Z | [ recovery-image] Dec 17 21:22:07.859 INFO O| Dec 17 21:22:07.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4842 | 2024-12-17T21:22:09.223Z | [ recovery-image] Dec 17 21:22:07.859 INFO O| Dec 17 21:22:07.859 INFO STEP 174 (remove_files) COMPLETE |
4843 | 2024-12-17T21:22:09.223Z | [ recovery-image] Dec 17 21:22:07.859 INFO O| Dec 17 21:22:07.859 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-12-17T21:22:09.245Z | [ recovery-image] Dec 17 21:22:07.882 INFO O| Dec 17 21:22:07.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4845 | 2024-12-17T21:22:09.245Z | [ recovery-image] Dec 17 21:22:07.882 INFO O| Dec 17 21:22:07.882 INFO STEP 175 (remove_files) COMPLETE |
4846 | 2024-12-17T21:22:09.245Z | [ recovery-image] Dec 17 21:22:07.882 INFO O| Dec 17 21:22:07.882 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-12-17T21:22:09.269Z | [ recovery-image] Dec 17 21:22:07.905 INFO O| Dec 17 21:22:07.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4848 | 2024-12-17T21:22:09.269Z | [ recovery-image] Dec 17 21:22:07.905 INFO O| Dec 17 21:22:07.905 INFO STEP 176 (remove_files) COMPLETE |
4849 | 2024-12-17T21:22:09.273Z | [ recovery-image] Dec 17 21:22:07.905 INFO O| Dec 17 21:22:07.905 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-12-17T21:22:09.291Z | [ recovery-image] Dec 17 21:22:07.928 INFO O| Dec 17 21:22:07.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4851 | 2024-12-17T21:22:09.291Z | [ recovery-image] Dec 17 21:22:07.928 INFO O| Dec 17 21:22:07.928 INFO STEP 177 (remove_files) COMPLETE |
4852 | 2024-12-17T21:22:09.291Z | [ recovery-image] Dec 17 21:22:07.928 INFO O| Dec 17 21:22:07.928 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-12-17T21:22:09.334Z | [ recovery-image] Dec 17 21:22:07.966 INFO O| Dec 17 21:22:07.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4854 | 2024-12-17T21:22:09.334Z | [ recovery-image] Dec 17 21:22:07.966 INFO O| Dec 17 21:22:07.966 INFO STEP 178 (remove_files) COMPLETE |
4855 | 2024-12-17T21:22:09.334Z | [ recovery-image] Dec 17 21:22:07.966 INFO O| Dec 17 21:22:07.966 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-12-17T21:22:09.357Z | [ recovery-image] Dec 17 21:22:07.994 INFO O| Dec 17 21:22:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4857 | 2024-12-17T21:22:09.357Z | [ recovery-image] Dec 17 21:22:07.994 INFO O| Dec 17 21:22:07.994 INFO STEP 179 (remove_files) COMPLETE |
4858 | 2024-12-17T21:22:09.360Z | [ recovery-image] Dec 17 21:22:07.994 INFO O| Dec 17 21:22:07.994 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-12-17T21:22:09.387Z | [ recovery-image] Dec 17 21:22:08.023 INFO O| Dec 17 21:22:08.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4860 | 2024-12-17T21:22:09.387Z | [ recovery-image] Dec 17 21:22:08.024 INFO O| Dec 17 21:22:08.024 INFO STEP 180 (remove_files) COMPLETE |
4861 | 2024-12-17T21:22:09.387Z | [ recovery-image] Dec 17 21:22:08.024 INFO O| Dec 17 21:22:08.024 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-12-17T21:22:09.424Z | [ recovery-image] Dec 17 21:22:08.060 INFO O| Dec 17 21:22:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4863 | 2024-12-17T21:22:09.442Z | [ recovery-image] Dec 17 21:22:08.060 INFO O| Dec 17 21:22:08.060 INFO STEP 181 (remove_files) COMPLETE |
4864 | 2024-12-17T21:22:09.442Z | [ recovery-image] Dec 17 21:22:08.060 INFO O| Dec 17 21:22:08.060 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-12-17T21:22:09.448Z | [ recovery-image] Dec 17 21:22:08.084 INFO O| Dec 17 21:22:08.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4866 | 2024-12-17T21:22:09.451Z | [ recovery-image] Dec 17 21:22:08.084 INFO O| Dec 17 21:22:08.084 INFO STEP 182 (remove_files) COMPLETE |
4867 | 2024-12-17T21:22:09.451Z | [ recovery-image] Dec 17 21:22:08.084 INFO O| Dec 17 21:22:08.084 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-12-17T21:22:09.470Z | [ recovery-image] Dec 17 21:22:08.107 INFO O| Dec 17 21:22:08.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4869 | 2024-12-17T21:22:09.491Z | [ recovery-image] Dec 17 21:22:08.127 INFO O| Dec 17 21:22:08.127 INFO STEP 183 (remove_files) COMPLETE |
4870 | 2024-12-17T21:22:09.491Z | [ recovery-image] Dec 17 21:22:08.127 INFO O| Dec 17 21:22:08.127 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-12-17T21:22:09.531Z | [ recovery-image] Dec 17 21:22:08.167 INFO O| Dec 17 21:22:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4872 | 2024-12-17T21:22:09.531Z | [ recovery-image] Dec 17 21:22:08.167 INFO O| Dec 17 21:22:08.167 INFO STEP 184 (remove_files) COMPLETE |
4873 | 2024-12-17T21:22:09.531Z | [ recovery-image] Dec 17 21:22:08.167 INFO O| Dec 17 21:22:08.167 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-17T21:22:09.555Z | [ recovery-image] Dec 17 21:22:08.187 INFO O| Dec 17 21:22:08.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4875 | 2024-12-17T21:22:09.555Z | [ recovery-image] Dec 17 21:22:08.187 INFO O| Dec 17 21:22:08.187 INFO STEP 185 (remove_files) COMPLETE |
4876 | 2024-12-17T21:22:09.559Z | [ recovery-image] Dec 17 21:22:08.187 INFO O| Dec 17 21:22:08.187 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-17T21:22:09.569Z | [ recovery-image] Dec 17 21:22:08.206 INFO O| Dec 17 21:22:08.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4878 | 2024-12-17T21:22:09.569Z | [ recovery-image] Dec 17 21:22:08.206 INFO O| Dec 17 21:22:08.206 INFO STEP 186 (remove_files) COMPLETE |
4879 | 2024-12-17T21:22:09.572Z | [ recovery-image] Dec 17 21:22:08.206 INFO O| Dec 17 21:22:08.206 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-12-17T21:22:09.589Z | [ recovery-image] Dec 17 21:22:08.226 INFO O| Dec 17 21:22:08.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4881 | 2024-12-17T21:22:09.589Z | [ recovery-image] Dec 17 21:22:08.226 INFO O| Dec 17 21:22:08.226 INFO STEP 187 (remove_files) COMPLETE |
4882 | 2024-12-17T21:22:09.589Z | [ recovery-image] Dec 17 21:22:08.226 INFO O| Dec 17 21:22:08.226 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-12-17T21:22:09.620Z | [ recovery-image] Dec 17 21:22:08.247 INFO O| Dec 17 21:22:08.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4884 | 2024-12-17T21:22:09.620Z | [ recovery-image] Dec 17 21:22:08.247 INFO O| Dec 17 21:22:08.247 INFO STEP 188 (remove_files) COMPLETE |
4885 | 2024-12-17T21:22:09.627Z | [ recovery-image] Dec 17 21:22:08.247 INFO O| Dec 17 21:22:08.247 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-17T21:22:09.631Z | [ recovery-image] Dec 17 21:22:08.267 INFO O| Dec 17 21:22:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4887 | 2024-12-17T21:22:09.631Z | [ recovery-image] Dec 17 21:22:08.268 INFO O| Dec 17 21:22:08.267 INFO STEP 189 (remove_files) COMPLETE |
4888 | 2024-12-17T21:22:09.631Z | [ recovery-image] Dec 17 21:22:08.268 INFO O| Dec 17 21:22:08.268 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-12-17T21:22:09.652Z | [ recovery-image] Dec 17 21:22:08.288 INFO O| Dec 17 21:22:08.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4890 | 2024-12-17T21:22:09.658Z | [ recovery-image] Dec 17 21:22:08.295 INFO O| Dec 17 21:22:08.288 INFO STEP 190 (remove_files) COMPLETE |
4891 | 2024-12-17T21:22:09.658Z | [ recovery-image] Dec 17 21:22:08.295 INFO O| Dec 17 21:22:08.295 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-12-17T21:22:09.682Z | [ recovery-image] Dec 17 21:22:08.317 INFO O| Dec 17 21:22:08.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4893 | 2024-12-17T21:22:09.682Z | [ recovery-image] Dec 17 21:22:08.317 INFO O| Dec 17 21:22:08.317 INFO STEP 191 (remove_files) COMPLETE |
4894 | 2024-12-17T21:22:09.682Z | [ recovery-image] Dec 17 21:22:08.317 INFO O| Dec 17 21:22:08.317 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-12-17T21:22:09.702Z | [ recovery-image] Dec 17 21:22:08.339 INFO O| Dec 17 21:22:08.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4896 | 2024-12-17T21:22:09.702Z | [ recovery-image] Dec 17 21:22:08.339 INFO O| Dec 17 21:22:08.339 INFO STEP 192 (remove_files) COMPLETE |
4897 | 2024-12-17T21:22:09.702Z | [ recovery-image] Dec 17 21:22:08.339 INFO O| Dec 17 21:22:08.339 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-12-17T21:22:09.723Z | [ recovery-image] Dec 17 21:22:08.359 INFO O| Dec 17 21:22:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4899 | 2024-12-17T21:22:09.723Z | [ recovery-image] Dec 17 21:22:08.359 INFO O| Dec 17 21:22:08.359 INFO STEP 193 (remove_files) COMPLETE |
4900 | 2024-12-17T21:22:09.726Z | [ recovery-image] Dec 17 21:22:08.360 INFO O| Dec 17 21:22:08.359 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-12-17T21:22:09.745Z | [ recovery-image] Dec 17 21:22:08.381 INFO O| Dec 17 21:22:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4902 | 2024-12-17T21:22:09.745Z | [ recovery-image] Dec 17 21:22:08.382 INFO O| Dec 17 21:22:08.382 INFO STEP 194 (remove_files) COMPLETE |
4903 | 2024-12-17T21:22:09.748Z | [ recovery-image] Dec 17 21:22:08.382 INFO O| Dec 17 21:22:08.382 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-17T21:22:09.852Z | [ recovery-image] Dec 17 21:22:08.489 INFO O| Dec 17 21:22:08.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4905 | 2024-12-17T21:22:09.855Z | [ recovery-image] Dec 17 21:22:08.489 INFO O| Dec 17 21:22:08.489 INFO STEP 195 (remove_files) COMPLETE |
4906 | 2024-12-17T21:22:09.855Z | [ recovery-image] Dec 17 21:22:08.489 INFO O| Dec 17 21:22:08.489 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-17T21:22:09.873Z | [ recovery-image] Dec 17 21:22:08.510 INFO O| Dec 17 21:22:08.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4908 | 2024-12-17T21:22:09.878Z | [ recovery-image] Dec 17 21:22:08.510 INFO O| Dec 17 21:22:08.510 INFO STEP 196 (remove_files) COMPLETE |
4909 | 2024-12-17T21:22:09.878Z | [ recovery-image] Dec 17 21:22:08.511 INFO O| Dec 17 21:22:08.511 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-17T21:22:09.914Z | [ recovery-image] Dec 17 21:22:08.551 INFO O| Dec 17 21:22:08.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4911 | 2024-12-17T21:22:09.917Z | [ recovery-image] Dec 17 21:22:08.551 INFO O| Dec 17 21:22:08.551 INFO STEP 197 (remove_files) COMPLETE |
4912 | 2024-12-17T21:22:09.917Z | [ recovery-image] Dec 17 21:22:08.551 INFO O| Dec 17 21:22:08.551 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-17T21:22:09.937Z | [ recovery-image] Dec 17 21:22:08.574 INFO O| Dec 17 21:22:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4914 | 2024-12-17T21:22:09.940Z | [ recovery-image] Dec 17 21:22:08.574 INFO O| Dec 17 21:22:08.574 INFO STEP 198 (remove_files) COMPLETE |
4915 | 2024-12-17T21:22:09.940Z | [ recovery-image] Dec 17 21:22:08.575 INFO O| Dec 17 21:22:08.575 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-17T21:22:09.960Z | [ recovery-image] Dec 17 21:22:08.596 INFO O| Dec 17 21:22:08.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4917 | 2024-12-17T21:22:09.960Z | [ recovery-image] Dec 17 21:22:08.596 INFO O| Dec 17 21:22:08.596 INFO STEP 199 (remove_files) COMPLETE |
4918 | 2024-12-17T21:22:09.960Z | [ recovery-image] Dec 17 21:22:08.596 INFO O| Dec 17 21:22:08.596 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-17T21:22:09.989Z | [ recovery-image] Dec 17 21:22:08.626 INFO O| Dec 17 21:22:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4920 | 2024-12-17T21:22:09.989Z | [ recovery-image] Dec 17 21:22:08.627 INFO O| Dec 17 21:22:08.627 INFO STEP 200 (remove_files) COMPLETE |
4921 | 2024-12-17T21:22:09.990Z | [ recovery-image] Dec 17 21:22:08.627 INFO O| Dec 17 21:22:08.627 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-17T21:22:10.030Z | [ recovery-image] Dec 17 21:22:08.666 INFO O| Dec 17 21:22:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4923 | 2024-12-17T21:22:10.030Z | [ recovery-image] Dec 17 21:22:08.666 INFO O| Dec 17 21:22:08.666 INFO STEP 201 (remove_files) COMPLETE |
4924 | 2024-12-17T21:22:10.033Z | [ recovery-image] Dec 17 21:22:08.666 INFO O| Dec 17 21:22:08.666 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-17T21:22:10.060Z | [ recovery-image] Dec 17 21:22:08.697 INFO O| Dec 17 21:22:08.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4926 | 2024-12-17T21:22:10.060Z | [ recovery-image] Dec 17 21:22:08.697 INFO O| Dec 17 21:22:08.697 INFO STEP 202 (remove_files) COMPLETE |
4927 | 2024-12-17T21:22:10.060Z | [ recovery-image] Dec 17 21:22:08.697 INFO O| Dec 17 21:22:08.697 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-17T21:22:10.079Z | [ recovery-image] Dec 17 21:22:08.715 INFO O| Dec 17 21:22:08.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4929 | 2024-12-17T21:22:10.079Z | [ recovery-image] Dec 17 21:22:08.715 INFO O| Dec 17 21:22:08.715 INFO STEP 203 (remove_files) COMPLETE |
4930 | 2024-12-17T21:22:10.079Z | [ recovery-image] Dec 17 21:22:08.715 INFO O| Dec 17 21:22:08.715 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-17T21:22:10.101Z | [ recovery-image] Dec 17 21:22:08.737 INFO O| Dec 17 21:22:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4932 | 2024-12-17T21:22:10.101Z | [ recovery-image] Dec 17 21:22:08.737 INFO O| Dec 17 21:22:08.737 INFO STEP 204 (remove_files) COMPLETE |
4933 | 2024-12-17T21:22:10.101Z | [ recovery-image] Dec 17 21:22:08.737 INFO O| Dec 17 21:22:08.737 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-17T21:22:10.121Z | [ recovery-image] Dec 17 21:22:08.757 INFO O| Dec 17 21:22:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4935 | 2024-12-17T21:22:10.121Z | [ recovery-image] Dec 17 21:22:08.758 INFO O| Dec 17 21:22:08.757 INFO STEP 205 (remove_files) COMPLETE |
4936 | 2024-12-17T21:22:10.121Z | [ recovery-image] Dec 17 21:22:08.758 INFO O| Dec 17 21:22:08.757 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-17T21:22:10.141Z | [ recovery-image] Dec 17 21:22:08.777 INFO O| Dec 17 21:22:08.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4938 | 2024-12-17T21:22:10.141Z | [ recovery-image] Dec 17 21:22:08.777 INFO O| Dec 17 21:22:08.777 INFO STEP 206 (remove_files) COMPLETE |
4939 | 2024-12-17T21:22:10.141Z | [ recovery-image] Dec 17 21:22:08.777 INFO O| Dec 17 21:22:08.777 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-17T21:22:10.161Z | [ recovery-image] Dec 17 21:22:08.798 INFO O| Dec 17 21:22:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4941 | 2024-12-17T21:22:10.161Z | [ recovery-image] Dec 17 21:22:08.798 INFO O| Dec 17 21:22:08.798 INFO STEP 207 (remove_files) COMPLETE |
4942 | 2024-12-17T21:22:10.161Z | [ recovery-image] Dec 17 21:22:08.798 INFO O| Dec 17 21:22:08.798 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-17T21:22:10.182Z | [ recovery-image] Dec 17 21:22:08.819 INFO O| Dec 17 21:22:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4944 | 2024-12-17T21:22:10.182Z | [ recovery-image] Dec 17 21:22:08.819 INFO O| Dec 17 21:22:08.819 INFO STEP 208 (remove_files) COMPLETE |
4945 | 2024-12-17T21:22:10.182Z | [ recovery-image] Dec 17 21:22:08.819 INFO O| Dec 17 21:22:08.819 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-17T21:22:10.216Z | [ recovery-image] Dec 17 21:22:08.853 INFO O| Dec 17 21:22:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4947 | 2024-12-17T21:22:10.216Z | [ recovery-image] Dec 17 21:22:08.853 INFO O| Dec 17 21:22:08.853 INFO STEP 209 (remove_files) COMPLETE |
4948 | 2024-12-17T21:22:10.217Z | [ recovery-image] Dec 17 21:22:08.853 INFO O| Dec 17 21:22:08.853 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-17T21:22:10.238Z | [ recovery-image] Dec 17 21:22:08.875 INFO O| Dec 17 21:22:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4950 | 2024-12-17T21:22:10.239Z | [ recovery-image] Dec 17 21:22:08.875 INFO O| Dec 17 21:22:08.875 INFO STEP 210 (remove_files) COMPLETE |
4951 | 2024-12-17T21:22:10.239Z | [ recovery-image] Dec 17 21:22:08.875 INFO O| Dec 17 21:22:08.875 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-17T21:22:10.258Z | [ recovery-image] Dec 17 21:22:08.895 INFO O| Dec 17 21:22:08.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4953 | 2024-12-17T21:22:10.258Z | [ recovery-image] Dec 17 21:22:08.895 INFO O| Dec 17 21:22:08.895 INFO STEP 211 (remove_files) COMPLETE |
4954 | 2024-12-17T21:22:10.258Z | [ recovery-image] Dec 17 21:22:08.895 INFO O| Dec 17 21:22:08.895 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-17T21:22:10.280Z | [ recovery-image] Dec 17 21:22:08.916 INFO O| Dec 17 21:22:08.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4956 | 2024-12-17T21:22:10.280Z | [ recovery-image] Dec 17 21:22:08.916 INFO O| Dec 17 21:22:08.916 INFO STEP 212 (remove_files) COMPLETE |
4957 | 2024-12-17T21:22:10.280Z | [ recovery-image] Dec 17 21:22:08.916 INFO O| Dec 17 21:22:08.916 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-17T21:22:10.319Z | [ recovery-image] Dec 17 21:22:08.955 INFO O| Dec 17 21:22:08.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4959 | 2024-12-17T21:22:10.322Z | [ recovery-image] Dec 17 21:22:08.956 INFO O| Dec 17 21:22:08.956 INFO STEP 213 (remove_files) COMPLETE |
4960 | 2024-12-17T21:22:10.322Z | [ recovery-image] Dec 17 21:22:08.956 INFO O| Dec 17 21:22:08.956 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-17T21:22:10.341Z | [ recovery-image] Dec 17 21:22:08.978 INFO O| Dec 17 21:22:08.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4962 | 2024-12-17T21:22:10.344Z | [ recovery-image] Dec 17 21:22:08.978 INFO O| Dec 17 21:22:08.978 INFO STEP 214 (remove_files) COMPLETE |
4963 | 2024-12-17T21:22:10.344Z | [ recovery-image] Dec 17 21:22:08.978 INFO O| Dec 17 21:22:08.978 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-17T21:22:10.363Z | [ recovery-image] Dec 17 21:22:08.998 INFO O| Dec 17 21:22:08.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4965 | 2024-12-17T21:22:10.366Z | [ recovery-image] Dec 17 21:22:08.998 INFO O| Dec 17 21:22:08.998 INFO STEP 215 (remove_files) COMPLETE |
4966 | 2024-12-17T21:22:10.366Z | [ recovery-image] Dec 17 21:22:08.998 INFO O| Dec 17 21:22:08.998 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-17T21:22:10.382Z | [ recovery-image] Dec 17 21:22:09.019 INFO O| Dec 17 21:22:09.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4968 | 2024-12-17T21:22:10.412Z | [ recovery-image] Dec 17 21:22:09.019 INFO O| Dec 17 21:22:09.019 INFO STEP 216 (remove_files) COMPLETE |
4969 | 2024-12-17T21:22:10.412Z | [ recovery-image] Dec 17 21:22:09.019 INFO O| Dec 17 21:22:09.019 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-17T21:22:10.412Z | [ recovery-image] Dec 17 21:22:09.042 INFO O| Dec 17 21:22:09.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4971 | 2024-12-17T21:22:10.412Z | [ recovery-image] Dec 17 21:22:09.042 INFO O| Dec 17 21:22:09.042 INFO STEP 217 (remove_files) COMPLETE |
4972 | 2024-12-17T21:22:10.412Z | [ recovery-image] Dec 17 21:22:09.042 INFO O| Dec 17 21:22:09.042 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-17T21:22:10.443Z | [ recovery-image] Dec 17 21:22:09.079 INFO O| Dec 17 21:22:09.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4974 | 2024-12-17T21:22:10.445Z | [ recovery-image] Dec 17 21:22:09.080 INFO O| Dec 17 21:22:09.080 INFO STEP 218 (remove_files) COMPLETE |
4975 | 2024-12-17T21:22:10.445Z | [ recovery-image] Dec 17 21:22:09.080 INFO O| Dec 17 21:22:09.080 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-17T21:22:10.485Z | [ recovery-image] Dec 17 21:22:09.122 INFO O| Dec 17 21:22:09.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4977 | 2024-12-17T21:22:10.486Z | [ recovery-image] Dec 17 21:22:09.123 INFO O| Dec 17 21:22:09.123 INFO STEP 219 (remove_files) COMPLETE |
4978 | 2024-12-17T21:22:10.486Z | [ recovery-image] Dec 17 21:22:09.123 INFO O| Dec 17 21:22:09.123 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-17T21:22:10.505Z | [ recovery-image] Dec 17 21:22:09.142 INFO O| Dec 17 21:22:09.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4980 | 2024-12-17T21:22:10.505Z | [ recovery-image] Dec 17 21:22:09.142 INFO O| Dec 17 21:22:09.142 INFO STEP 220 (remove_files) COMPLETE |
4981 | 2024-12-17T21:22:10.505Z | [ recovery-image] Dec 17 21:22:09.142 INFO O| Dec 17 21:22:09.142 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-17T21:22:10.525Z | [ recovery-image] Dec 17 21:22:09.162 INFO O| Dec 17 21:22:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4983 | 2024-12-17T21:22:10.525Z | [ recovery-image] Dec 17 21:22:09.162 INFO O| Dec 17 21:22:09.162 INFO STEP 221 (remove_files) COMPLETE |
4984 | 2024-12-17T21:22:10.529Z | [ recovery-image] Dec 17 21:22:09.162 INFO O| Dec 17 21:22:09.162 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-17T21:22:10.546Z | [ recovery-image] Dec 17 21:22:09.183 INFO O| Dec 17 21:22:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4986 | 2024-12-17T21:22:10.546Z | [ recovery-image] Dec 17 21:22:09.183 INFO O| Dec 17 21:22:09.183 INFO STEP 222 (remove_files) COMPLETE |
4987 | 2024-12-17T21:22:10.549Z | [ recovery-image] Dec 17 21:22:09.183 INFO O| Dec 17 21:22:09.183 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-17T21:22:10.566Z | [ recovery-image] Dec 17 21:22:09.203 INFO O| Dec 17 21:22:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4989 | 2024-12-17T21:22:10.566Z | [ recovery-image] Dec 17 21:22:09.203 INFO O| Dec 17 21:22:09.203 INFO STEP 223 (remove_files) COMPLETE |
4990 | 2024-12-17T21:22:10.566Z | [ recovery-image] Dec 17 21:22:09.203 INFO O| Dec 17 21:22:09.203 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-17T21:22:10.585Z | [ recovery-image] Dec 17 21:22:09.222 INFO O| Dec 17 21:22:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4992 | 2024-12-17T21:22:10.585Z | [ recovery-image] Dec 17 21:22:09.222 INFO O| Dec 17 21:22:09.222 INFO STEP 224 (remove_files) COMPLETE |
4993 | 2024-12-17T21:22:10.585Z | [ recovery-image] Dec 17 21:22:09.222 INFO O| Dec 17 21:22:09.222 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-17T21:22:10.608Z | [ recovery-image] Dec 17 21:22:09.245 INFO O| Dec 17 21:22:09.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4995 | 2024-12-17T21:22:10.608Z | [ recovery-image] Dec 17 21:22:09.245 INFO O| Dec 17 21:22:09.245 INFO STEP 225 (remove_files) COMPLETE |
4996 | 2024-12-17T21:22:10.611Z | [ recovery-image] Dec 17 21:22:09.245 INFO O| Dec 17 21:22:09.245 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-17T21:22:10.629Z | [ recovery-image] Dec 17 21:22:09.266 INFO O| Dec 17 21:22:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4998 | 2024-12-17T21:22:10.631Z | [ recovery-image] Dec 17 21:22:09.266 INFO O| Dec 17 21:22:09.266 INFO STEP 226 (remove_files) COMPLETE |
4999 | 2024-12-17T21:22:10.631Z | [ recovery-image] Dec 17 21:22:09.266 INFO O| Dec 17 21:22:09.266 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-17T21:22:10.686Z | [ recovery-image] Dec 17 21:22:09.323 INFO O| Dec 17 21:22:09.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5001 | 2024-12-17T21:22:10.686Z | [ recovery-image] Dec 17 21:22:09.323 INFO O| Dec 17 21:22:09.323 INFO STEP 227 (remove_files) COMPLETE |
5002 | 2024-12-17T21:22:10.686Z | [ recovery-image] Dec 17 21:22:09.323 INFO O| Dec 17 21:22:09.323 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-17T21:22:10.708Z | [ recovery-image] Dec 17 21:22:09.345 INFO O| Dec 17 21:22:09.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5004 | 2024-12-17T21:22:10.708Z | [ recovery-image] Dec 17 21:22:09.345 INFO O| Dec 17 21:22:09.345 INFO STEP 228 (remove_files) COMPLETE |
5005 | 2024-12-17T21:22:10.708Z | [ recovery-image] Dec 17 21:22:09.345 INFO O| Dec 17 21:22:09.345 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-17T21:22:10.732Z | [ recovery-image] Dec 17 21:22:09.369 INFO O| Dec 17 21:22:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5007 | 2024-12-17T21:22:10.733Z | [ recovery-image] Dec 17 21:22:09.369 INFO O| Dec 17 21:22:09.369 INFO STEP 229 (remove_files) COMPLETE |
5008 | 2024-12-17T21:22:10.735Z | [ recovery-image] Dec 17 21:22:09.369 INFO O| Dec 17 21:22:09.369 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-17T21:22:10.755Z | [ recovery-image] Dec 17 21:22:09.392 INFO O| Dec 17 21:22:09.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5010 | 2024-12-17T21:22:10.755Z | [ recovery-image] Dec 17 21:22:09.392 INFO O| Dec 17 21:22:09.392 INFO STEP 230 (remove_files) COMPLETE |
5011 | 2024-12-17T21:22:10.755Z | [ recovery-image] Dec 17 21:22:09.392 INFO O| Dec 17 21:22:09.392 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-17T21:22:10.777Z | [ recovery-image] Dec 17 21:22:09.414 INFO O| Dec 17 21:22:09.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5013 | 2024-12-17T21:22:10.777Z | [ recovery-image] Dec 17 21:22:09.414 INFO O| Dec 17 21:22:09.414 INFO STEP 231 (remove_files) COMPLETE |
5014 | 2024-12-17T21:22:10.777Z | [ recovery-image] Dec 17 21:22:09.414 INFO O| Dec 17 21:22:09.414 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-17T21:22:10.799Z | [ recovery-image] Dec 17 21:22:09.435 INFO O| Dec 17 21:22:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5016 | 2024-12-17T21:22:10.799Z | [ recovery-image] Dec 17 21:22:09.435 INFO O| Dec 17 21:22:09.435 INFO STEP 232 (remove_files) COMPLETE |
5017 | 2024-12-17T21:22:10.799Z | [ recovery-image] Dec 17 21:22:09.436 INFO O| Dec 17 21:22:09.435 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-17T21:22:10.821Z | [ recovery-image] Dec 17 21:22:09.457 INFO O| Dec 17 21:22:09.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5019 | 2024-12-17T21:22:10.821Z | [ recovery-image] Dec 17 21:22:09.457 INFO O| Dec 17 21:22:09.457 INFO STEP 233 (remove_files) COMPLETE |
5020 | 2024-12-17T21:22:10.822Z | [ recovery-image] Dec 17 21:22:09.457 INFO O| Dec 17 21:22:09.457 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-17T21:22:10.843Z | [ recovery-image] Dec 17 21:22:09.480 INFO O| Dec 17 21:22:09.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5022 | 2024-12-17T21:22:10.843Z | [ recovery-image] Dec 17 21:22:09.480 INFO O| Dec 17 21:22:09.480 INFO STEP 234 (remove_files) COMPLETE |
5023 | 2024-12-17T21:22:10.846Z | [ recovery-image] Dec 17 21:22:09.480 INFO O| Dec 17 21:22:09.480 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-12-17T21:22:10.865Z | [ recovery-image] Dec 17 21:22:09.502 INFO O| Dec 17 21:22:09.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5025 | 2024-12-17T21:22:10.866Z | [ recovery-image] Dec 17 21:22:09.502 INFO O| Dec 17 21:22:09.502 INFO STEP 235 (remove_files) COMPLETE |
5026 | 2024-12-17T21:22:10.866Z | [ recovery-image] Dec 17 21:22:09.502 INFO O| Dec 17 21:22:09.502 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-12-17T21:22:10.887Z | [ recovery-image] Dec 17 21:22:09.524 INFO O| Dec 17 21:22:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5028 | 2024-12-17T21:22:10.887Z | [ recovery-image] Dec 17 21:22:09.524 INFO O| Dec 17 21:22:09.524 INFO STEP 236 (remove_files) COMPLETE |
5029 | 2024-12-17T21:22:10.887Z | [ recovery-image] Dec 17 21:22:09.524 INFO O| Dec 17 21:22:09.524 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-12-17T21:22:10.911Z | [ recovery-image] Dec 17 21:22:09.548 INFO O| Dec 17 21:22:09.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5031 | 2024-12-17T21:22:10.911Z | [ recovery-image] Dec 17 21:22:09.548 INFO O| Dec 17 21:22:09.548 INFO STEP 237 (remove_files) COMPLETE |
5032 | 2024-12-17T21:22:10.911Z | [ recovery-image] Dec 17 21:22:09.548 INFO O| Dec 17 21:22:09.548 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-12-17T21:22:10.934Z | [ recovery-image] Dec 17 21:22:09.571 INFO O| Dec 17 21:22:09.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5034 | 2024-12-17T21:22:10.934Z | [ recovery-image] Dec 17 21:22:09.571 INFO O| Dec 17 21:22:09.571 INFO STEP 238 (remove_files) COMPLETE |
5035 | 2024-12-17T21:22:10.934Z | [ recovery-image] Dec 17 21:22:09.571 INFO O| Dec 17 21:22:09.571 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-12-17T21:22:10.956Z | [ recovery-image] Dec 17 21:22:09.592 INFO O| Dec 17 21:22:09.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5037 | 2024-12-17T21:22:10.956Z | [ recovery-image] Dec 17 21:22:09.592 INFO O| Dec 17 21:22:09.592 INFO STEP 239 (remove_files) COMPLETE |
5038 | 2024-12-17T21:22:10.956Z | [ recovery-image] Dec 17 21:22:09.592 INFO O| Dec 17 21:22:09.592 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-12-17T21:22:10.981Z | [ recovery-image] Dec 17 21:22:09.618 INFO O| Dec 17 21:22:09.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5040 | 2024-12-17T21:22:10.981Z | [ recovery-image] Dec 17 21:22:09.618 INFO O| Dec 17 21:22:09.618 INFO STEP 240 (remove_files) COMPLETE |
5041 | 2024-12-17T21:22:10.982Z | [ recovery-image] Dec 17 21:22:09.618 INFO O| Dec 17 21:22:09.618 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-12-17T21:22:11.015Z | [ recovery-image] Dec 17 21:22:09.652 INFO O| Dec 17 21:22:09.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5043 | 2024-12-17T21:22:11.015Z | [ recovery-image] Dec 17 21:22:09.652 INFO O| Dec 17 21:22:09.652 INFO STEP 241 (remove_files) COMPLETE |
5044 | 2024-12-17T21:22:11.015Z | [ recovery-image] Dec 17 21:22:09.652 INFO O| Dec 17 21:22:09.652 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-12-17T21:22:11.059Z | [ recovery-image] Dec 17 21:22:09.696 INFO O| Dec 17 21:22:09.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5046 | 2024-12-17T21:22:11.090Z | [ recovery-image] Dec 17 21:22:09.727 INFO O| Dec 17 21:22:09.727 INFO STEP 242 (remove_files) COMPLETE |
5047 | 2024-12-17T21:22:11.090Z | [ recovery-image] Dec 17 21:22:09.727 INFO O| Dec 17 21:22:09.727 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-12-17T21:22:11.117Z | [ recovery-image] Dec 17 21:22:09.753 INFO O| Dec 17 21:22:09.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5049 | 2024-12-17T21:22:11.122Z | [ recovery-image] Dec 17 21:22:09.753 INFO O| Dec 17 21:22:09.753 INFO STEP 243 (remove_files) COMPLETE |
5050 | 2024-12-17T21:22:11.122Z | [ recovery-image] Dec 17 21:22:09.754 INFO O| Dec 17 21:22:09.753 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-12-17T21:22:11.142Z | [ recovery-image] Dec 17 21:22:09.779 INFO O| Dec 17 21:22:09.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5052 | 2024-12-17T21:22:11.146Z | [ recovery-image] Dec 17 21:22:09.779 INFO O| Dec 17 21:22:09.779 INFO STEP 244 (remove_files) COMPLETE |
5053 | 2024-12-17T21:22:11.146Z | [ recovery-image] Dec 17 21:22:09.779 INFO O| Dec 17 21:22:09.779 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-12-17T21:22:11.166Z | [ recovery-image] Dec 17 21:22:09.803 INFO O| Dec 17 21:22:09.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5055 | 2024-12-17T21:22:11.167Z | [ recovery-image] Dec 17 21:22:09.803 INFO O| Dec 17 21:22:09.803 INFO STEP 245 (remove_files) COMPLETE |
5056 | 2024-12-17T21:22:11.167Z | [ recovery-image] Dec 17 21:22:09.803 INFO O| Dec 17 21:22:09.803 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-12-17T21:22:11.190Z | [ recovery-image] Dec 17 21:22:09.826 INFO O| Dec 17 21:22:09.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5058 | 2024-12-17T21:22:11.190Z | [ recovery-image] Dec 17 21:22:09.826 INFO O| Dec 17 21:22:09.826 INFO STEP 246 (remove_files) COMPLETE |
5059 | 2024-12-17T21:22:11.190Z | [ recovery-image] Dec 17 21:22:09.826 INFO O| Dec 17 21:22:09.826 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-12-17T21:22:11.224Z | [ recovery-image] Dec 17 21:22:09.861 INFO O| Dec 17 21:22:09.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5061 | 2024-12-17T21:22:11.224Z | [ recovery-image] Dec 17 21:22:09.861 INFO O| Dec 17 21:22:09.861 INFO STEP 247 (remove_files) COMPLETE |
5062 | 2024-12-17T21:22:11.227Z | [ recovery-image] Dec 17 21:22:09.861 INFO O| Dec 17 21:22:09.861 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-12-17T21:22:11.287Z | [ recovery-image] Dec 17 21:22:09.923 INFO O| Dec 17 21:22:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5064 | 2024-12-17T21:22:11.287Z | [ recovery-image] Dec 17 21:22:09.923 INFO O| Dec 17 21:22:09.923 INFO STEP 248 (remove_files) COMPLETE |
5065 | 2024-12-17T21:22:11.290Z | [ recovery-image] Dec 17 21:22:09.923 INFO O| Dec 17 21:22:09.923 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-12-17T21:22:11.308Z | [ recovery-image] Dec 17 21:22:09.944 INFO O| Dec 17 21:22:09.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5067 | 2024-12-17T21:22:11.330Z | [ recovery-image] Dec 17 21:22:09.966 INFO O| Dec 17 21:22:09.966 INFO STEP 249 (remove_files) COMPLETE |
5068 | 2024-12-17T21:22:11.330Z | [ recovery-image] Dec 17 21:22:09.966 INFO O| Dec 17 21:22:09.966 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-12-17T21:22:11.369Z | [ recovery-image] Dec 17 21:22:10.006 INFO O| Dec 17 21:22:10.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5070 | 2024-12-17T21:22:11.369Z | [ recovery-image] Dec 17 21:22:10.006 INFO O| Dec 17 21:22:10.006 INFO STEP 250 (remove_files) COMPLETE |
5071 | 2024-12-17T21:22:11.372Z | [ recovery-image] Dec 17 21:22:10.006 INFO O| Dec 17 21:22:10.006 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-12-17T21:22:11.391Z | [ recovery-image] Dec 17 21:22:10.028 INFO O| Dec 17 21:22:10.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5073 | 2024-12-17T21:22:11.391Z | [ recovery-image] Dec 17 21:22:10.028 INFO O| Dec 17 21:22:10.028 INFO STEP 251 (remove_files) COMPLETE |
5074 | 2024-12-17T21:22:11.391Z | [ recovery-image] Dec 17 21:22:10.028 INFO O| Dec 17 21:22:10.028 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-17T21:22:11.411Z | [ recovery-image] Dec 17 21:22:10.048 INFO O| Dec 17 21:22:10.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5076 | 2024-12-17T21:22:11.411Z | [ recovery-image] Dec 17 21:22:10.048 INFO O| Dec 17 21:22:10.048 INFO STEP 252 (remove_files) COMPLETE |
5077 | 2024-12-17T21:22:11.412Z | [ recovery-image] Dec 17 21:22:10.048 INFO O| Dec 17 21:22:10.048 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-17T21:22:11.432Z | [ recovery-image] Dec 17 21:22:10.069 INFO O| Dec 17 21:22:10.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5079 | 2024-12-17T21:22:11.432Z | [ recovery-image] Dec 17 21:22:10.069 INFO O| Dec 17 21:22:10.069 INFO STEP 253 (remove_files) COMPLETE |
5080 | 2024-12-17T21:22:11.432Z | [ recovery-image] Dec 17 21:22:10.069 INFO O| Dec 17 21:22:10.069 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-17T21:22:11.455Z | [ recovery-image] Dec 17 21:22:10.091 INFO O| Dec 17 21:22:10.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5082 | 2024-12-17T21:22:11.455Z | [ recovery-image] Dec 17 21:22:10.091 INFO O| Dec 17 21:22:10.091 INFO STEP 254 (remove_files) COMPLETE |
5083 | 2024-12-17T21:22:11.455Z | [ recovery-image] Dec 17 21:22:10.091 INFO O| Dec 17 21:22:10.091 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-17T21:22:11.475Z | [ recovery-image] Dec 17 21:22:10.111 INFO O| Dec 17 21:22:10.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5085 | 2024-12-17T21:22:11.475Z | [ recovery-image] Dec 17 21:22:10.112 INFO O| Dec 17 21:22:10.112 INFO STEP 255 (remove_files) COMPLETE |
5086 | 2024-12-17T21:22:11.475Z | [ recovery-image] Dec 17 21:22:10.112 INFO O| Dec 17 21:22:10.112 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-17T21:22:11.496Z | [ recovery-image] Dec 17 21:22:10.133 INFO O| Dec 17 21:22:10.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5088 | 2024-12-17T21:22:11.496Z | [ recovery-image] Dec 17 21:22:10.133 INFO O| Dec 17 21:22:10.133 INFO STEP 256 (remove_files) COMPLETE |
5089 | 2024-12-17T21:22:11.499Z | [ recovery-image] Dec 17 21:22:10.133 INFO O| Dec 17 21:22:10.133 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-12-17T21:22:11.537Z | [ recovery-image] Dec 17 21:22:10.174 INFO O| Dec 17 21:22:10.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5091 | 2024-12-17T21:22:11.537Z | [ recovery-image] Dec 17 21:22:10.174 INFO O| Dec 17 21:22:10.174 INFO STEP 257 (remove_files) COMPLETE |
5092 | 2024-12-17T21:22:11.537Z | [ recovery-image] Dec 17 21:22:10.174 INFO O| Dec 17 21:22:10.174 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-12-17T21:22:11.556Z | [ recovery-image] Dec 17 21:22:10.193 INFO O| Dec 17 21:22:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5094 | 2024-12-17T21:22:11.556Z | [ recovery-image] Dec 17 21:22:10.193 INFO O| Dec 17 21:22:10.193 INFO STEP 258 (remove_files) COMPLETE |
5095 | 2024-12-17T21:22:11.558Z | [ recovery-image] Dec 17 21:22:10.193 INFO O| Dec 17 21:22:10.193 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-17T21:22:11.576Z | [ recovery-image] Dec 17 21:22:10.213 INFO O| Dec 17 21:22:10.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5097 | 2024-12-17T21:22:11.576Z | [ recovery-image] Dec 17 21:22:10.213 INFO O| Dec 17 21:22:10.213 INFO STEP 259 (remove_files) COMPLETE |
5098 | 2024-12-17T21:22:11.577Z | [ recovery-image] Dec 17 21:22:10.213 INFO O| Dec 17 21:22:10.213 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-17T21:22:11.597Z | [ recovery-image] Dec 17 21:22:10.234 INFO O| Dec 17 21:22:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5100 | 2024-12-17T21:22:11.597Z | [ recovery-image] Dec 17 21:22:10.234 INFO O| Dec 17 21:22:10.234 INFO STEP 260 (remove_files) COMPLETE |
5101 | 2024-12-17T21:22:11.597Z | [ recovery-image] Dec 17 21:22:10.234 INFO O| Dec 17 21:22:10.234 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-17T21:22:11.618Z | [ recovery-image] Dec 17 21:22:10.253 INFO O| Dec 17 21:22:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5103 | 2024-12-17T21:22:11.618Z | [ recovery-image] Dec 17 21:22:10.254 INFO O| Dec 17 21:22:10.254 INFO STEP 261 (remove_files) COMPLETE |
5104 | 2024-12-17T21:22:11.618Z | [ recovery-image] Dec 17 21:22:10.254 INFO O| Dec 17 21:22:10.254 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-17T21:22:11.637Z | [ recovery-image] Dec 17 21:22:10.274 INFO O| Dec 17 21:22:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5106 | 2024-12-17T21:22:11.638Z | [ recovery-image] Dec 17 21:22:10.274 INFO O| Dec 17 21:22:10.274 INFO STEP 262 (remove_files) COMPLETE |
5107 | 2024-12-17T21:22:11.641Z | [ recovery-image] Dec 17 21:22:10.274 INFO O| Dec 17 21:22:10.274 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-17T21:22:11.660Z | [ recovery-image] Dec 17 21:22:10.297 INFO O| Dec 17 21:22:10.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5109 | 2024-12-17T21:22:11.686Z | [ recovery-image] Dec 17 21:22:10.322 INFO O| Dec 17 21:22:10.322 INFO STEP 263 (remove_files) COMPLETE |
5110 | 2024-12-17T21:22:11.690Z | [ recovery-image] Dec 17 21:22:10.322 INFO O| Dec 17 21:22:10.322 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-17T21:22:11.724Z | [ recovery-image] Dec 17 21:22:10.359 INFO O| Dec 17 21:22:10.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5112 | 2024-12-17T21:22:11.725Z | [ recovery-image] Dec 17 21:22:10.359 INFO O| Dec 17 21:22:10.359 INFO STEP 264 (remove_files) COMPLETE |
5113 | 2024-12-17T21:22:11.725Z | [ recovery-image] Dec 17 21:22:10.359 INFO O| Dec 17 21:22:10.359 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-17T21:22:11.746Z | [ recovery-image] Dec 17 21:22:10.382 INFO O| Dec 17 21:22:10.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5115 | 2024-12-17T21:22:11.746Z | [ recovery-image] Dec 17 21:22:10.382 INFO O| Dec 17 21:22:10.382 INFO STEP 265 (remove_files) COMPLETE |
5116 | 2024-12-17T21:22:11.746Z | [ recovery-image] Dec 17 21:22:10.382 INFO O| Dec 17 21:22:10.382 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-17T21:22:11.768Z | [ recovery-image] Dec 17 21:22:10.403 INFO O| Dec 17 21:22:10.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5118 | 2024-12-17T21:22:11.768Z | [ recovery-image] Dec 17 21:22:10.403 INFO O| Dec 17 21:22:10.403 INFO STEP 266 (remove_files) COMPLETE |
5119 | 2024-12-17T21:22:11.768Z | [ recovery-image] Dec 17 21:22:10.403 INFO O| Dec 17 21:22:10.403 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-17T21:22:11.787Z | [ recovery-image] Dec 17 21:22:10.424 INFO O| Dec 17 21:22:10.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5121 | 2024-12-17T21:22:11.787Z | [ recovery-image] Dec 17 21:22:10.424 INFO O| Dec 17 21:22:10.424 INFO STEP 267 (remove_files) COMPLETE |
5122 | 2024-12-17T21:22:11.791Z | [ recovery-image] Dec 17 21:22:10.424 INFO O| Dec 17 21:22:10.424 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-17T21:22:11.809Z | [ recovery-image] Dec 17 21:22:10.445 INFO O| Dec 17 21:22:10.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5124 | 2024-12-17T21:22:11.809Z | [ recovery-image] Dec 17 21:22:10.445 INFO O| Dec 17 21:22:10.445 INFO STEP 268 (remove_files) COMPLETE |
5125 | 2024-12-17T21:22:11.809Z | [ recovery-image] Dec 17 21:22:10.445 INFO O| Dec 17 21:22:10.445 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-17T21:22:11.830Z | [ recovery-image] Dec 17 21:22:10.466 INFO O| Dec 17 21:22:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5127 | 2024-12-17T21:22:11.830Z | [ recovery-image] Dec 17 21:22:10.466 INFO O| Dec 17 21:22:10.466 INFO STEP 269 (remove_files) COMPLETE |
5128 | 2024-12-17T21:22:11.830Z | [ recovery-image] Dec 17 21:22:10.466 INFO O| Dec 17 21:22:10.466 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-17T21:22:11.853Z | [ recovery-image] Dec 17 21:22:10.489 INFO O| Dec 17 21:22:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5130 | 2024-12-17T21:22:11.853Z | [ recovery-image] Dec 17 21:22:10.489 INFO O| Dec 17 21:22:10.489 INFO STEP 270 (remove_files) COMPLETE |
5131 | 2024-12-17T21:22:11.853Z | [ recovery-image] Dec 17 21:22:10.489 INFO O| Dec 17 21:22:10.489 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-17T21:22:11.886Z | [ recovery-image] Dec 17 21:22:10.522 INFO O| Dec 17 21:22:10.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5133 | 2024-12-17T21:22:11.886Z | [ recovery-image] Dec 17 21:22:10.522 INFO O| Dec 17 21:22:10.522 INFO STEP 271 (remove_files) COMPLETE |
5134 | 2024-12-17T21:22:11.886Z | [ recovery-image] Dec 17 21:22:10.522 INFO O| Dec 17 21:22:10.522 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-17T21:22:11.923Z | [ recovery-image] Dec 17 21:22:10.560 INFO O| Dec 17 21:22:10.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5136 | 2024-12-17T21:22:11.926Z | [ recovery-image] Dec 17 21:22:10.560 INFO O| Dec 17 21:22:10.560 INFO STEP 272 (remove_files) COMPLETE |
5137 | 2024-12-17T21:22:11.926Z | [ recovery-image] Dec 17 21:22:10.560 INFO O| Dec 17 21:22:10.560 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-17T21:22:11.944Z | [ recovery-image] Dec 17 21:22:10.581 INFO O| Dec 17 21:22:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5139 | 2024-12-17T21:22:11.944Z | [ recovery-image] Dec 17 21:22:10.581 INFO O| Dec 17 21:22:10.581 INFO STEP 273 (remove_files) COMPLETE |
5140 | 2024-12-17T21:22:11.947Z | [ recovery-image] Dec 17 21:22:10.581 INFO O| Dec 17 21:22:10.581 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-17T21:22:11.966Z | [ recovery-image] Dec 17 21:22:10.601 INFO O| Dec 17 21:22:10.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5142 | 2024-12-17T21:22:11.966Z | [ recovery-image] Dec 17 21:22:10.601 INFO O| Dec 17 21:22:10.601 INFO STEP 274 (remove_files) COMPLETE |
5143 | 2024-12-17T21:22:11.966Z | [ recovery-image] Dec 17 21:22:10.602 INFO O| Dec 17 21:22:10.601 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-17T21:22:11.998Z | [ recovery-image] Dec 17 21:22:10.635 INFO O| Dec 17 21:22:10.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5145 | 2024-12-17T21:22:11.998Z | [ recovery-image] Dec 17 21:22:10.635 INFO O| Dec 17 21:22:10.635 INFO STEP 275 (remove_files) COMPLETE |
5146 | 2024-12-17T21:22:11.998Z | [ recovery-image] Dec 17 21:22:10.635 INFO O| Dec 17 21:22:10.635 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-17T21:22:12.036Z | [ recovery-image] Dec 17 21:22:10.673 INFO O| Dec 17 21:22:10.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5148 | 2024-12-17T21:22:12.036Z | [ recovery-image] Dec 17 21:22:10.673 INFO O| Dec 17 21:22:10.673 INFO STEP 276 (remove_files) COMPLETE |
5149 | 2024-12-17T21:22:12.036Z | [ recovery-image] Dec 17 21:22:10.673 INFO O| Dec 17 21:22:10.673 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-17T21:22:12.077Z | [ recovery-image] Dec 17 21:22:10.713 INFO O| Dec 17 21:22:10.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5151 | 2024-12-17T21:22:12.077Z | [ recovery-image] Dec 17 21:22:10.714 INFO O| Dec 17 21:22:10.714 INFO STEP 277 (remove_files) COMPLETE |
5152 | 2024-12-17T21:22:12.080Z | [ recovery-image] Dec 17 21:22:10.714 INFO O| Dec 17 21:22:10.714 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-17T21:22:12.100Z | [ recovery-image] Dec 17 21:22:10.736 INFO O| Dec 17 21:22:10.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5154 | 2024-12-17T21:22:12.100Z | [ recovery-image] Dec 17 21:22:10.736 INFO O| Dec 17 21:22:10.736 INFO STEP 278 (remove_files) COMPLETE |
5155 | 2024-12-17T21:22:12.100Z | [ recovery-image] Dec 17 21:22:10.736 INFO O| Dec 17 21:22:10.736 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-17T21:22:12.120Z | [ recovery-image] Dec 17 21:22:10.757 INFO O| Dec 17 21:22:10.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5157 | 2024-12-17T21:22:12.120Z | [ recovery-image] Dec 17 21:22:10.757 INFO O| Dec 17 21:22:10.757 INFO STEP 279 (remove_files) COMPLETE |
5158 | 2024-12-17T21:22:12.120Z | [ recovery-image] Dec 17 21:22:10.757 INFO O| Dec 17 21:22:10.757 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-17T21:22:12.142Z | [ recovery-image] Dec 17 21:22:10.779 INFO O| Dec 17 21:22:10.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5160 | 2024-12-17T21:22:12.142Z | [ recovery-image] Dec 17 21:22:10.779 INFO O| Dec 17 21:22:10.779 INFO STEP 280 (remove_files) COMPLETE |
5161 | 2024-12-17T21:22:12.145Z | [ recovery-image] Dec 17 21:22:10.779 INFO O| Dec 17 21:22:10.779 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-17T21:22:12.164Z | [ recovery-image] Dec 17 21:22:10.801 INFO O| Dec 17 21:22:10.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5163 | 2024-12-17T21:22:12.165Z | [ recovery-image] Dec 17 21:22:10.801 INFO O| Dec 17 21:22:10.801 INFO STEP 281 (remove_files) COMPLETE |
5164 | 2024-12-17T21:22:12.165Z | [ recovery-image] Dec 17 21:22:10.801 INFO O| Dec 17 21:22:10.801 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-17T21:22:12.186Z | [ recovery-image] Dec 17 21:22:10.823 INFO O| Dec 17 21:22:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5166 | 2024-12-17T21:22:12.186Z | [ recovery-image] Dec 17 21:22:10.823 INFO O| Dec 17 21:22:10.823 INFO STEP 282 (remove_files) COMPLETE |
5167 | 2024-12-17T21:22:12.186Z | [ recovery-image] Dec 17 21:22:10.823 INFO O| Dec 17 21:22:10.823 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-17T21:22:12.277Z | [ recovery-image] Dec 17 21:22:10.913 INFO O| Dec 17 21:22:10.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5169 | 2024-12-17T21:22:12.277Z | [ recovery-image] Dec 17 21:22:10.914 INFO O| Dec 17 21:22:10.914 INFO STEP 283 (remove_files) COMPLETE |
5170 | 2024-12-17T21:22:12.277Z | [ recovery-image] Dec 17 21:22:10.914 INFO O| Dec 17 21:22:10.914 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-17T21:22:12.334Z | [ recovery-image] Dec 17 21:22:10.970 INFO O| Dec 17 21:22:10.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5172 | 2024-12-17T21:22:12.334Z | [ recovery-image] Dec 17 21:22:10.970 INFO O| Dec 17 21:22:10.970 INFO STEP 284 (remove_files) COMPLETE |
5173 | 2024-12-17T21:22:12.334Z | [ recovery-image] Dec 17 21:22:10.970 INFO O| Dec 17 21:22:10.970 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-17T21:22:12.358Z | [ recovery-image] Dec 17 21:22:10.994 INFO O| Dec 17 21:22:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5175 | 2024-12-17T21:22:12.358Z | [ recovery-image] Dec 17 21:22:10.995 INFO O| Dec 17 21:22:10.995 INFO STEP 285 (remove_files) COMPLETE |
5176 | 2024-12-17T21:22:12.361Z | [ recovery-image] Dec 17 21:22:10.995 INFO O| Dec 17 21:22:10.995 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-17T21:22:12.388Z | [ recovery-image] Dec 17 21:22:11.025 INFO O| Dec 17 21:22:11.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5178 | 2024-12-17T21:22:12.391Z | [ recovery-image] Dec 17 21:22:11.025 INFO O| Dec 17 21:22:11.025 INFO STEP 286 (remove_files) COMPLETE |
5179 | 2024-12-17T21:22:12.391Z | [ recovery-image] Dec 17 21:22:11.025 INFO O| Dec 17 21:22:11.025 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-17T21:22:12.409Z | [ recovery-image] Dec 17 21:22:11.046 INFO O| Dec 17 21:22:11.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5181 | 2024-12-17T21:22:12.409Z | [ recovery-image] Dec 17 21:22:11.046 INFO O| Dec 17 21:22:11.046 INFO STEP 287 (remove_files) COMPLETE |
5182 | 2024-12-17T21:22:12.409Z | [ recovery-image] Dec 17 21:22:11.046 INFO O| Dec 17 21:22:11.046 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-17T21:22:12.429Z | [ recovery-image] Dec 17 21:22:11.066 INFO O| Dec 17 21:22:11.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5184 | 2024-12-17T21:22:12.429Z | [ recovery-image] Dec 17 21:22:11.066 INFO O| Dec 17 21:22:11.066 INFO STEP 288 (remove_files) COMPLETE |
5185 | 2024-12-17T21:22:12.429Z | [ recovery-image] Dec 17 21:22:11.066 INFO O| Dec 17 21:22:11.066 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-17T21:22:12.449Z | [ recovery-image] Dec 17 21:22:11.086 INFO O| Dec 17 21:22:11.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5187 | 2024-12-17T21:22:12.449Z | [ recovery-image] Dec 17 21:22:11.086 INFO O| Dec 17 21:22:11.086 INFO STEP 289 (remove_files) COMPLETE |
5188 | 2024-12-17T21:22:12.449Z | [ recovery-image] Dec 17 21:22:11.086 INFO O| Dec 17 21:22:11.086 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-17T21:22:12.469Z | [ recovery-image] Dec 17 21:22:11.106 INFO O| Dec 17 21:22:11.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5190 | 2024-12-17T21:22:12.469Z | [ recovery-image] Dec 17 21:22:11.106 INFO O| Dec 17 21:22:11.106 INFO STEP 290 (remove_files) COMPLETE |
5191 | 2024-12-17T21:22:12.469Z | [ recovery-image] Dec 17 21:22:11.106 INFO O| Dec 17 21:22:11.106 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-17T21:22:12.491Z | [ recovery-image] Dec 17 21:22:11.128 INFO O| Dec 17 21:22:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5193 | 2024-12-17T21:22:12.491Z | [ recovery-image] Dec 17 21:22:11.128 INFO O| Dec 17 21:22:11.128 INFO STEP 291 (remove_files) COMPLETE |
5194 | 2024-12-17T21:22:12.491Z | [ recovery-image] Dec 17 21:22:11.128 INFO O| Dec 17 21:22:11.128 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-17T21:22:12.517Z | [ recovery-image] Dec 17 21:22:11.154 INFO O| Dec 17 21:22:11.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5196 | 2024-12-17T21:22:12.523Z | [ recovery-image] Dec 17 21:22:11.155 INFO O| Dec 17 21:22:11.155 INFO STEP 292 (remove_files) COMPLETE |
5197 | 2024-12-17T21:22:12.523Z | [ recovery-image] Dec 17 21:22:11.155 INFO O| Dec 17 21:22:11.155 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-17T21:22:12.546Z | [ recovery-image] Dec 17 21:22:11.183 INFO O| Dec 17 21:22:11.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5199 | 2024-12-17T21:22:12.549Z | [ recovery-image] Dec 17 21:22:11.183 INFO O| Dec 17 21:22:11.183 INFO STEP 293 (remove_files) COMPLETE |
5200 | 2024-12-17T21:22:12.549Z | [ recovery-image] Dec 17 21:22:11.183 INFO O| Dec 17 21:22:11.183 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-17T21:22:12.618Z | [ recovery-image] Dec 17 21:22:11.255 INFO O| Dec 17 21:22:11.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5202 | 2024-12-17T21:22:12.618Z | [ recovery-image] Dec 17 21:22:11.255 INFO O| Dec 17 21:22:11.255 INFO STEP 294 (remove_files) COMPLETE |
5203 | 2024-12-17T21:22:12.619Z | [ recovery-image] Dec 17 21:22:11.255 INFO O| Dec 17 21:22:11.255 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-17T21:22:12.643Z | [ recovery-image] Dec 17 21:22:11.279 INFO O| Dec 17 21:22:11.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5205 | 2024-12-17T21:22:12.643Z | [ recovery-image] Dec 17 21:22:11.279 INFO O| Dec 17 21:22:11.279 INFO STEP 295 (remove_files) COMPLETE |
5206 | 2024-12-17T21:22:12.643Z | [ recovery-image] Dec 17 21:22:11.279 INFO O| Dec 17 21:22:11.279 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-17T21:22:12.664Z | [ recovery-image] Dec 17 21:22:11.301 INFO O| Dec 17 21:22:11.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5208 | 2024-12-17T21:22:12.667Z | [ recovery-image] Dec 17 21:22:11.301 INFO O| Dec 17 21:22:11.301 INFO STEP 296 (remove_files) COMPLETE |
5209 | 2024-12-17T21:22:12.667Z | [ recovery-image] Dec 17 21:22:11.301 INFO O| Dec 17 21:22:11.301 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-17T21:22:12.702Z | [ recovery-image] Dec 17 21:22:11.339 INFO O| Dec 17 21:22:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5211 | 2024-12-17T21:22:12.703Z | [ recovery-image] Dec 17 21:22:11.339 INFO O| Dec 17 21:22:11.339 INFO STEP 297 (remove_files) COMPLETE |
5212 | 2024-12-17T21:22:12.706Z | [ recovery-image] Dec 17 21:22:11.340 INFO O| Dec 17 21:22:11.339 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-17T21:22:12.724Z | [ recovery-image] Dec 17 21:22:11.361 INFO O| Dec 17 21:22:11.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5214 | 2024-12-17T21:22:12.727Z | [ recovery-image] Dec 17 21:22:11.361 INFO O| Dec 17 21:22:11.361 INFO STEP 298 (remove_files) COMPLETE |
5215 | 2024-12-17T21:22:12.727Z | [ recovery-image] Dec 17 21:22:11.361 INFO O| Dec 17 21:22:11.361 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-17T21:22:12.746Z | [ recovery-image] Dec 17 21:22:11.383 INFO O| Dec 17 21:22:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5217 | 2024-12-17T21:22:12.749Z | [ recovery-image] Dec 17 21:22:11.383 INFO O| Dec 17 21:22:11.383 INFO STEP 299 (remove_files) COMPLETE |
5218 | 2024-12-17T21:22:12.749Z | [ recovery-image] Dec 17 21:22:11.383 INFO O| Dec 17 21:22:11.383 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-17T21:22:12.767Z | [ recovery-image] Dec 17 21:22:11.404 INFO O| Dec 17 21:22:11.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5220 | 2024-12-17T21:22:12.767Z | [ recovery-image] Dec 17 21:22:11.404 INFO O| Dec 17 21:22:11.404 INFO STEP 300 (remove_files) COMPLETE |
5221 | 2024-12-17T21:22:12.767Z | [ recovery-image] Dec 17 21:22:11.404 INFO O| Dec 17 21:22:11.404 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-17T21:22:12.804Z | [ recovery-image] Dec 17 21:22:11.441 INFO O| Dec 17 21:22:11.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5223 | 2024-12-17T21:22:12.804Z | [ recovery-image] Dec 17 21:22:11.441 INFO O| Dec 17 21:22:11.441 INFO STEP 301 (remove_files) COMPLETE |
5224 | 2024-12-17T21:22:12.805Z | [ recovery-image] Dec 17 21:22:11.441 INFO O| Dec 17 21:22:11.441 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-12-17T21:22:12.846Z | [ recovery-image] Dec 17 21:22:11.483 INFO O| Dec 17 21:22:11.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5226 | 2024-12-17T21:22:12.846Z | [ recovery-image] Dec 17 21:22:11.483 INFO O| Dec 17 21:22:11.483 INFO STEP 302 (remove_files) COMPLETE |
5227 | 2024-12-17T21:22:12.846Z | [ recovery-image] Dec 17 21:22:11.483 INFO O| Dec 17 21:22:11.483 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-12-17T21:22:12.890Z | [ recovery-image] Dec 17 21:22:11.527 INFO O| Dec 17 21:22:11.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5229 | 2024-12-17T21:22:12.893Z | [ recovery-image] Dec 17 21:22:11.527 INFO O| Dec 17 21:22:11.527 INFO STEP 303 (remove_files) COMPLETE |
5230 | 2024-12-17T21:22:12.893Z | [ recovery-image] Dec 17 21:22:11.527 INFO O| Dec 17 21:22:11.527 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-12-17T21:22:12.952Z | [ recovery-image] Dec 17 21:22:11.589 INFO O| Dec 17 21:22:11.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5232 | 2024-12-17T21:22:12.952Z | [ recovery-image] Dec 17 21:22:11.589 INFO O| Dec 17 21:22:11.589 INFO STEP 304 (remove_files) COMPLETE |
5233 | 2024-12-17T21:22:12.952Z | [ recovery-image] Dec 17 21:22:11.589 INFO O| Dec 17 21:22:11.589 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-12-17T21:22:12.974Z | [ recovery-image] Dec 17 21:22:11.610 INFO O| Dec 17 21:22:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5235 | 2024-12-17T21:22:12.974Z | [ recovery-image] Dec 17 21:22:11.610 INFO O| Dec 17 21:22:11.610 INFO STEP 305 (remove_files) COMPLETE |
5236 | 2024-12-17T21:22:12.977Z | [ recovery-image] Dec 17 21:22:11.610 INFO O| Dec 17 21:22:11.610 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-12-17T21:22:13.004Z | [ recovery-image] Dec 17 21:22:11.640 INFO O| Dec 17 21:22:11.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5238 | 2024-12-17T21:22:13.004Z | [ recovery-image] Dec 17 21:22:11.640 INFO O| Dec 17 21:22:11.640 INFO STEP 306 (remove_files) COMPLETE |
5239 | 2024-12-17T21:22:13.004Z | [ recovery-image] Dec 17 21:22:11.640 INFO O| Dec 17 21:22:11.640 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-12-17T21:22:13.054Z | [ recovery-image] Dec 17 21:22:11.690 INFO O| Dec 17 21:22:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5241 | 2024-12-17T21:22:13.054Z | [ recovery-image] Dec 17 21:22:11.690 INFO O| Dec 17 21:22:11.690 INFO STEP 307 (remove_files) COMPLETE |
5242 | 2024-12-17T21:22:13.054Z | [ recovery-image] Dec 17 21:22:11.690 INFO O| Dec 17 21:22:11.690 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-12-17T21:22:13.116Z | [ recovery-image] Dec 17 21:22:11.752 INFO O| Dec 17 21:22:11.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5244 | 2024-12-17T21:22:13.116Z | [ recovery-image] Dec 17 21:22:11.752 INFO O| Dec 17 21:22:11.752 INFO STEP 308 (remove_files) COMPLETE |
5245 | 2024-12-17T21:22:13.116Z | [ recovery-image] Dec 17 21:22:11.752 INFO O| Dec 17 21:22:11.752 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-12-17T21:22:13.138Z | [ recovery-image] Dec 17 21:22:11.774 INFO O| Dec 17 21:22:11.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5247 | 2024-12-17T21:22:13.138Z | [ recovery-image] Dec 17 21:22:11.774 INFO O| Dec 17 21:22:11.774 INFO STEP 309 (remove_files) COMPLETE |
5248 | 2024-12-17T21:22:13.138Z | [ recovery-image] Dec 17 21:22:11.774 INFO O| Dec 17 21:22:11.774 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-17T21:22:13.177Z | [ recovery-image] Dec 17 21:22:11.813 INFO O| Dec 17 21:22:11.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5250 | 2024-12-17T21:22:13.177Z | [ recovery-image] Dec 17 21:22:11.814 INFO O| Dec 17 21:22:11.814 INFO STEP 310 (remove_files) COMPLETE |
5251 | 2024-12-17T21:22:13.177Z | [ recovery-image] Dec 17 21:22:11.814 INFO O| Dec 17 21:22:11.814 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-17T21:22:13.198Z | [ recovery-image] Dec 17 21:22:11.835 INFO O| Dec 17 21:22:11.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5253 | 2024-12-17T21:22:13.223Z | [ recovery-image] Dec 17 21:22:11.859 INFO O| Dec 17 21:22:11.859 INFO STEP 311 (remove_files) COMPLETE |
5254 | 2024-12-17T21:22:13.223Z | [ recovery-image] Dec 17 21:22:11.859 INFO O| Dec 17 21:22:11.859 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-17T21:22:13.285Z | [ recovery-image] Dec 17 21:22:11.922 INFO O| Dec 17 21:22:11.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5256 | 2024-12-17T21:22:13.285Z | [ recovery-image] Dec 17 21:22:11.922 INFO O| Dec 17 21:22:11.922 INFO STEP 312 (remove_files) COMPLETE |
5257 | 2024-12-17T21:22:13.285Z | [ recovery-image] Dec 17 21:22:11.922 INFO O| Dec 17 21:22:11.922 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-17T21:22:13.305Z | [ recovery-image] Dec 17 21:22:11.942 INFO O| Dec 17 21:22:11.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5259 | 2024-12-17T21:22:13.305Z | [ recovery-image] Dec 17 21:22:11.942 INFO O| Dec 17 21:22:11.942 INFO STEP 313 (remove_files) COMPLETE |
5260 | 2024-12-17T21:22:13.305Z | [ recovery-image] Dec 17 21:22:11.942 INFO O| Dec 17 21:22:11.942 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-17T21:22:13.324Z | [ recovery-image] Dec 17 21:22:11.961 INFO O| Dec 17 21:22:11.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5262 | 2024-12-17T21:22:13.324Z | [ recovery-image] Dec 17 21:22:11.961 INFO O| Dec 17 21:22:11.961 INFO STEP 314 (remove_files) COMPLETE |
5263 | 2024-12-17T21:22:13.325Z | [ recovery-image] Dec 17 21:22:11.961 INFO O| Dec 17 21:22:11.961 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-17T21:22:13.344Z | [ recovery-image] Dec 17 21:22:11.981 INFO O| Dec 17 21:22:11.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5265 | 2024-12-17T21:22:13.345Z | [ recovery-image] Dec 17 21:22:11.981 INFO O| Dec 17 21:22:11.981 INFO STEP 315 (remove_files) COMPLETE |
5266 | 2024-12-17T21:22:13.358Z | [ recovery-image] Dec 17 21:22:11.981 INFO O| Dec 17 21:22:11.981 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-17T21:22:13.364Z | [ recovery-image] Dec 17 21:22:12.001 INFO O| Dec 17 21:22:12.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5268 | 2024-12-17T21:22:13.367Z | [ recovery-image] Dec 17 21:22:12.001 INFO O| Dec 17 21:22:12.001 INFO STEP 316 (remove_files) COMPLETE |
5269 | 2024-12-17T21:22:13.367Z | [ recovery-image] Dec 17 21:22:12.001 INFO O| Dec 17 21:22:12.001 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-17T21:22:13.390Z | [ recovery-image] Dec 17 21:22:12.027 INFO O| Dec 17 21:22:12.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5271 | 2024-12-17T21:22:13.390Z | [ recovery-image] Dec 17 21:22:12.027 INFO O| Dec 17 21:22:12.027 INFO STEP 317 (remove_files) COMPLETE |
5272 | 2024-12-17T21:22:13.395Z | [ recovery-image] Dec 17 21:22:12.027 INFO O| Dec 17 21:22:12.027 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-17T21:22:13.450Z | [ recovery-image] Dec 17 21:22:12.087 INFO O| Dec 17 21:22:12.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5274 | 2024-12-17T21:22:13.450Z | [ recovery-image] Dec 17 21:22:12.087 INFO O| Dec 17 21:22:12.087 INFO STEP 318 (remove_files) COMPLETE |
5275 | 2024-12-17T21:22:13.453Z | [ recovery-image] Dec 17 21:22:12.087 INFO O| Dec 17 21:22:12.087 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-17T21:22:13.496Z | [ recovery-image] Dec 17 21:22:12.132 INFO O| Dec 17 21:22:12.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5277 | 2024-12-17T21:22:13.496Z | [ recovery-image] Dec 17 21:22:12.132 INFO O| Dec 17 21:22:12.132 INFO STEP 319 (remove_files) COMPLETE |
5278 | 2024-12-17T21:22:13.496Z | [ recovery-image] Dec 17 21:22:12.132 INFO O| Dec 17 21:22:12.132 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-17T21:22:13.521Z | [ recovery-image] Dec 17 21:22:12.155 INFO O| Dec 17 21:22:12.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5280 | 2024-12-17T21:22:13.521Z | [ recovery-image] Dec 17 21:22:12.155 INFO O| Dec 17 21:22:12.155 INFO STEP 320 (remove_files) COMPLETE |
5281 | 2024-12-17T21:22:13.521Z | [ recovery-image] Dec 17 21:22:12.155 INFO O| Dec 17 21:22:12.155 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-17T21:22:13.543Z | [ recovery-image] Dec 17 21:22:12.179 INFO O| Dec 17 21:22:12.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5283 | 2024-12-17T21:22:13.543Z | [ recovery-image] Dec 17 21:22:12.180 INFO O| Dec 17 21:22:12.180 INFO STEP 321 (remove_files) COMPLETE |
5284 | 2024-12-17T21:22:13.545Z | [ recovery-image] Dec 17 21:22:12.180 INFO O| Dec 17 21:22:12.180 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-17T21:22:13.574Z | [ recovery-image] Dec 17 21:22:12.210 INFO O| Dec 17 21:22:12.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5286 | 2024-12-17T21:22:13.574Z | [ recovery-image] Dec 17 21:22:12.210 INFO O| Dec 17 21:22:12.210 INFO STEP 322 (remove_files) COMPLETE |
5287 | 2024-12-17T21:22:13.575Z | [ recovery-image] Dec 17 21:22:12.210 INFO O| Dec 17 21:22:12.210 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-17T21:22:13.600Z | [ recovery-image] Dec 17 21:22:12.237 INFO O| Dec 17 21:22:12.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5289 | 2024-12-17T21:22:13.600Z | [ recovery-image] Dec 17 21:22:12.237 INFO O| Dec 17 21:22:12.237 INFO STEP 323 (remove_files) COMPLETE |
5290 | 2024-12-17T21:22:13.601Z | [ recovery-image] Dec 17 21:22:12.237 INFO O| Dec 17 21:22:12.237 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-17T21:22:13.631Z | [ recovery-image] Dec 17 21:22:12.268 INFO O| Dec 17 21:22:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5292 | 2024-12-17T21:22:13.632Z | [ recovery-image] Dec 17 21:22:12.268 INFO O| Dec 17 21:22:12.268 INFO STEP 324 (remove_files) COMPLETE |
5293 | 2024-12-17T21:22:13.635Z | [ recovery-image] Dec 17 21:22:12.268 INFO O| Dec 17 21:22:12.268 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-17T21:22:13.658Z | [ recovery-image] Dec 17 21:22:12.295 INFO O| Dec 17 21:22:12.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5295 | 2024-12-17T21:22:13.658Z | [ recovery-image] Dec 17 21:22:12.295 INFO O| Dec 17 21:22:12.295 INFO STEP 325 (remove_files) COMPLETE |
5296 | 2024-12-17T21:22:13.661Z | [ recovery-image] Dec 17 21:22:12.295 INFO O| Dec 17 21:22:12.295 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-17T21:22:13.684Z | [ recovery-image] Dec 17 21:22:12.321 INFO O| Dec 17 21:22:12.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5298 | 2024-12-17T21:22:13.684Z | [ recovery-image] Dec 17 21:22:12.321 INFO O| Dec 17 21:22:12.321 INFO STEP 326 (remove_files) COMPLETE |
5299 | 2024-12-17T21:22:13.684Z | [ recovery-image] Dec 17 21:22:12.321 INFO O| Dec 17 21:22:12.321 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-17T21:22:13.699Z | [ host-image] Dec 17 21:22:12.336 INFO O| Dec 17 21:22:12.335 INFO O| Download: 1085/1140 items 4.7/8.4MB 56% complete (859k/s) |
5301 | 2024-12-17T21:22:13.713Z | [ recovery-image] Dec 17 21:22:12.350 INFO O| Dec 17 21:22:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5302 | 2024-12-17T21:22:13.713Z | [ recovery-image] Dec 17 21:22:12.350 INFO O| Dec 17 21:22:12.350 INFO STEP 327 (remove_files) COMPLETE |
5303 | 2024-12-17T21:22:13.713Z | [ recovery-image] Dec 17 21:22:12.350 INFO O| Dec 17 21:22:12.350 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-17T21:22:13.762Z | [ recovery-image] Dec 17 21:22:12.399 INFO O| Dec 17 21:22:12.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5305 | 2024-12-17T21:22:13.762Z | [ recovery-image] Dec 17 21:22:12.399 INFO O| Dec 17 21:22:12.399 INFO STEP 328 (remove_files) COMPLETE |
5306 | 2024-12-17T21:22:13.762Z | [ recovery-image] Dec 17 21:22:12.399 INFO O| Dec 17 21:22:12.399 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-17T21:22:13.787Z | [ recovery-image] Dec 17 21:22:12.423 INFO O| Dec 17 21:22:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5308 | 2024-12-17T21:22:13.787Z | [ recovery-image] Dec 17 21:22:12.424 INFO O| Dec 17 21:22:12.424 INFO STEP 329 (remove_files) COMPLETE |
5309 | 2024-12-17T21:22:13.787Z | [ recovery-image] Dec 17 21:22:12.424 INFO O| Dec 17 21:22:12.424 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-17T21:22:13.810Z | [ recovery-image] Dec 17 21:22:12.446 INFO O| Dec 17 21:22:12.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5311 | 2024-12-17T21:22:13.810Z | [ recovery-image] Dec 17 21:22:12.446 INFO O| Dec 17 21:22:12.446 INFO STEP 330 (remove_files) COMPLETE |
5312 | 2024-12-17T21:22:13.813Z | [ recovery-image] Dec 17 21:22:12.446 INFO O| Dec 17 21:22:12.446 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-17T21:22:13.831Z | [ recovery-image] Dec 17 21:22:12.468 INFO O| Dec 17 21:22:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5314 | 2024-12-17T21:22:13.831Z | [ recovery-image] Dec 17 21:22:12.468 INFO O| Dec 17 21:22:12.468 INFO STEP 331 (remove_files) COMPLETE |
5315 | 2024-12-17T21:22:13.831Z | [ recovery-image] Dec 17 21:22:12.468 INFO O| Dec 17 21:22:12.468 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-17T21:22:13.852Z | [ recovery-image] Dec 17 21:22:12.489 INFO O| Dec 17 21:22:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5317 | 2024-12-17T21:22:13.858Z | [ recovery-image] Dec 17 21:22:12.495 INFO O| Dec 17 21:22:12.495 INFO STEP 332 (remove_files) COMPLETE |
5318 | 2024-12-17T21:22:13.861Z | [ recovery-image] Dec 17 21:22:12.495 INFO O| Dec 17 21:22:12.495 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-17T21:22:13.879Z | [ recovery-image] Dec 17 21:22:12.516 INFO O| Dec 17 21:22:12.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5320 | 2024-12-17T21:22:13.886Z | [ recovery-image] Dec 17 21:22:12.523 INFO O| Dec 17 21:22:12.523 INFO STEP 333 (remove_files) COMPLETE |
5321 | 2024-12-17T21:22:13.886Z | [ recovery-image] Dec 17 21:22:12.523 INFO O| Dec 17 21:22:12.523 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-17T21:22:13.939Z | [ recovery-image] Dec 17 21:22:12.576 INFO O| Dec 17 21:22:12.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5323 | 2024-12-17T21:22:13.939Z | [ recovery-image] Dec 17 21:22:12.576 INFO O| Dec 17 21:22:12.576 INFO STEP 334 (remove_files) COMPLETE |
5324 | 2024-12-17T21:22:13.943Z | [ recovery-image] Dec 17 21:22:12.576 INFO O| Dec 17 21:22:12.576 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-17T21:22:13.980Z | [ recovery-image] Dec 17 21:22:12.617 INFO O| Dec 17 21:22:12.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5326 | 2024-12-17T21:22:13.980Z | [ recovery-image] Dec 17 21:22:12.617 INFO O| Dec 17 21:22:12.617 INFO STEP 335 (remove_files) COMPLETE |
5327 | 2024-12-17T21:22:13.984Z | [ recovery-image] Dec 17 21:22:12.617 INFO O| Dec 17 21:22:12.617 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-17T21:22:14.001Z | [ recovery-image] Dec 17 21:22:12.638 INFO O| Dec 17 21:22:12.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5329 | 2024-12-17T21:22:14.001Z | [ recovery-image] Dec 17 21:22:12.638 INFO O| Dec 17 21:22:12.638 INFO STEP 336 (remove_files) COMPLETE |
5330 | 2024-12-17T21:22:14.004Z | [ recovery-image] Dec 17 21:22:12.638 INFO O| Dec 17 21:22:12.638 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-17T21:22:14.048Z | [ recovery-image] Dec 17 21:22:12.685 INFO O| Dec 17 21:22:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5332 | 2024-12-17T21:22:14.051Z | [ recovery-image] Dec 17 21:22:12.686 INFO O| Dec 17 21:22:12.686 INFO STEP 337 (remove_files) COMPLETE |
5333 | 2024-12-17T21:22:14.051Z | [ recovery-image] Dec 17 21:22:12.686 INFO O| Dec 17 21:22:12.686 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-17T21:22:14.071Z | [ recovery-image] Dec 17 21:22:12.708 INFO O| Dec 17 21:22:12.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5335 | 2024-12-17T21:22:14.095Z | [ recovery-image] Dec 17 21:22:12.732 INFO O| Dec 17 21:22:12.732 INFO STEP 338 (remove_files) COMPLETE |
5336 | 2024-12-17T21:22:14.095Z | [ recovery-image] Dec 17 21:22:12.732 INFO O| Dec 17 21:22:12.732 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-17T21:22:14.117Z | [ recovery-image] Dec 17 21:22:12.754 INFO O| Dec 17 21:22:12.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5338 | 2024-12-17T21:22:14.118Z | [ recovery-image] Dec 17 21:22:12.754 INFO O| Dec 17 21:22:12.754 INFO STEP 339 (remove_files) COMPLETE |
5339 | 2024-12-17T21:22:14.121Z | [ recovery-image] Dec 17 21:22:12.754 INFO O| Dec 17 21:22:12.754 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-17T21:22:14.139Z | [ recovery-image] Dec 17 21:22:12.776 INFO O| Dec 17 21:22:12.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5341 | 2024-12-17T21:22:14.144Z | [ recovery-image] Dec 17 21:22:12.776 INFO O| Dec 17 21:22:12.776 INFO STEP 340 (remove_files) COMPLETE |
5342 | 2024-12-17T21:22:14.144Z | [ recovery-image] Dec 17 21:22:12.776 INFO O| Dec 17 21:22:12.776 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-17T21:22:14.160Z | [ recovery-image] Dec 17 21:22:12.797 INFO O| Dec 17 21:22:12.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5344 | 2024-12-17T21:22:14.163Z | [ recovery-image] Dec 17 21:22:12.797 INFO O| Dec 17 21:22:12.797 INFO STEP 341 (remove_files) COMPLETE |
5345 | 2024-12-17T21:22:14.163Z | [ recovery-image] Dec 17 21:22:12.797 INFO O| Dec 17 21:22:12.797 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-17T21:22:14.192Z | [ recovery-image] Dec 17 21:22:12.828 INFO O| Dec 17 21:22:12.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5347 | 2024-12-17T21:22:14.192Z | [ recovery-image] Dec 17 21:22:12.828 INFO O| Dec 17 21:22:12.828 INFO STEP 342 (remove_files) COMPLETE |
5348 | 2024-12-17T21:22:14.195Z | [ recovery-image] Dec 17 21:22:12.828 INFO O| Dec 17 21:22:12.828 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-17T21:22:14.218Z | [ recovery-image] Dec 17 21:22:12.855 INFO O| Dec 17 21:22:12.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5350 | 2024-12-17T21:22:14.221Z | [ recovery-image] Dec 17 21:22:12.855 INFO O| Dec 17 21:22:12.855 INFO STEP 343 (remove_files) COMPLETE |
5351 | 2024-12-17T21:22:14.221Z | [ recovery-image] Dec 17 21:22:12.855 INFO O| Dec 17 21:22:12.855 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-17T21:22:14.242Z | [ recovery-image] Dec 17 21:22:12.879 INFO O| Dec 17 21:22:12.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5353 | 2024-12-17T21:22:14.246Z | [ recovery-image] Dec 17 21:22:12.879 INFO O| Dec 17 21:22:12.879 INFO STEP 344 (remove_files) COMPLETE |
5354 | 2024-12-17T21:22:14.246Z | [ recovery-image] Dec 17 21:22:12.880 INFO O| Dec 17 21:22:12.879 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-17T21:22:14.267Z | [ recovery-image] Dec 17 21:22:12.904 INFO O| Dec 17 21:22:12.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5356 | 2024-12-17T21:22:14.270Z | [ recovery-image] Dec 17 21:22:12.904 INFO O| Dec 17 21:22:12.904 INFO STEP 345 (remove_files) COMPLETE |
5357 | 2024-12-17T21:22:14.270Z | [ recovery-image] Dec 17 21:22:12.904 INFO O| Dec 17 21:22:12.904 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-17T21:22:14.292Z | [ recovery-image] Dec 17 21:22:12.929 INFO O| Dec 17 21:22:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5359 | 2024-12-17T21:22:14.296Z | [ recovery-image] Dec 17 21:22:12.929 INFO O| Dec 17 21:22:12.929 INFO STEP 346 (remove_files) COMPLETE |
5360 | 2024-12-17T21:22:14.296Z | [ recovery-image] Dec 17 21:22:12.929 INFO O| Dec 17 21:22:12.929 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-17T21:22:14.318Z | [ recovery-image] Dec 17 21:22:12.954 INFO O| Dec 17 21:22:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5362 | 2024-12-17T21:22:14.321Z | [ recovery-image] Dec 17 21:22:12.954 INFO O| Dec 17 21:22:12.954 INFO STEP 347 (remove_files) COMPLETE |
5363 | 2024-12-17T21:22:14.321Z | [ recovery-image] Dec 17 21:22:12.954 INFO O| Dec 17 21:22:12.954 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-17T21:22:14.340Z | [ recovery-image] Dec 17 21:22:12.977 INFO O| Dec 17 21:22:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5365 | 2024-12-17T21:22:14.343Z | [ recovery-image] Dec 17 21:22:12.977 INFO O| Dec 17 21:22:12.977 INFO STEP 348 (remove_files) COMPLETE |
5366 | 2024-12-17T21:22:14.344Z | [ recovery-image] Dec 17 21:22:12.977 INFO O| Dec 17 21:22:12.977 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-17T21:22:14.363Z | [ recovery-image] Dec 17 21:22:12.999 INFO O| Dec 17 21:22:12.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5368 | 2024-12-17T21:22:14.366Z | [ recovery-image] Dec 17 21:22:12.999 INFO O| Dec 17 21:22:12.999 INFO STEP 349 (remove_files) COMPLETE |
5369 | 2024-12-17T21:22:14.366Z | [ recovery-image] Dec 17 21:22:13.000 INFO O| Dec 17 21:22:12.999 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-17T21:22:14.387Z | [ recovery-image] Dec 17 21:22:13.024 INFO O| Dec 17 21:22:13.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5371 | 2024-12-17T21:22:14.391Z | [ recovery-image] Dec 17 21:22:13.024 INFO O| Dec 17 21:22:13.024 INFO STEP 350 (remove_files) COMPLETE |
5372 | 2024-12-17T21:22:14.391Z | [ recovery-image] Dec 17 21:22:13.025 INFO O| Dec 17 21:22:13.024 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-17T21:22:14.409Z | [ recovery-image] Dec 17 21:22:13.046 INFO O| Dec 17 21:22:13.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5374 | 2024-12-17T21:22:14.412Z | [ recovery-image] Dec 17 21:22:13.046 INFO O| Dec 17 21:22:13.046 INFO STEP 351 (remove_files) COMPLETE |
5375 | 2024-12-17T21:22:14.412Z | [ recovery-image] Dec 17 21:22:13.046 INFO O| Dec 17 21:22:13.046 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-17T21:22:14.431Z | [ recovery-image] Dec 17 21:22:13.068 INFO O| Dec 17 21:22:13.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5377 | 2024-12-17T21:22:14.435Z | [ recovery-image] Dec 17 21:22:13.068 INFO O| Dec 17 21:22:13.068 INFO STEP 352 (remove_files) COMPLETE |
5378 | 2024-12-17T21:22:14.435Z | [ recovery-image] Dec 17 21:22:13.068 INFO O| Dec 17 21:22:13.068 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-17T21:22:14.461Z | [ recovery-image] Dec 17 21:22:13.097 INFO O| Dec 17 21:22:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5380 | 2024-12-17T21:22:14.461Z | [ recovery-image] Dec 17 21:22:13.097 INFO O| Dec 17 21:22:13.097 INFO STEP 353 (remove_files) COMPLETE |
5381 | 2024-12-17T21:22:14.461Z | [ recovery-image] Dec 17 21:22:13.097 INFO O| Dec 17 21:22:13.097 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-17T21:22:14.492Z | [ recovery-image] Dec 17 21:22:13.128 INFO O| Dec 17 21:22:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5383 | 2024-12-17T21:22:14.492Z | [ recovery-image] Dec 17 21:22:13.128 INFO O| Dec 17 21:22:13.128 INFO STEP 354 (remove_files) COMPLETE |
5384 | 2024-12-17T21:22:14.492Z | [ recovery-image] Dec 17 21:22:13.128 INFO O| Dec 17 21:22:13.128 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-17T21:22:14.573Z | [ recovery-image] Dec 17 21:22:13.210 INFO O| Dec 17 21:22:13.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5386 | 2024-12-17T21:22:14.577Z | [ recovery-image] Dec 17 21:22:13.210 INFO O| Dec 17 21:22:13.210 INFO STEP 355 (remove_files) COMPLETE |
5387 | 2024-12-17T21:22:14.577Z | [ recovery-image] Dec 17 21:22:13.210 INFO O| Dec 17 21:22:13.210 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-17T21:22:14.613Z | [ recovery-image] Dec 17 21:22:13.249 INFO O| Dec 17 21:22:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5389 | 2024-12-17T21:22:14.613Z | [ recovery-image] Dec 17 21:22:13.249 INFO O| Dec 17 21:22:13.249 INFO STEP 356 (remove_files) COMPLETE |
5390 | 2024-12-17T21:22:14.613Z | [ recovery-image] Dec 17 21:22:13.249 INFO O| Dec 17 21:22:13.249 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-17T21:22:14.659Z | [ recovery-image] Dec 17 21:22:13.296 INFO O| Dec 17 21:22:13.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5392 | 2024-12-17T21:22:14.660Z | [ recovery-image] Dec 17 21:22:13.296 INFO O| Dec 17 21:22:13.296 INFO STEP 357 (remove_files) COMPLETE |
5393 | 2024-12-17T21:22:14.660Z | [ recovery-image] Dec 17 21:22:13.296 INFO O| Dec 17 21:22:13.296 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-17T21:22:14.692Z | [ host-image] Dec 17 21:22:13.328 INFO O| Dec 17 21:22:13.328 INFO O| Download: Completed 8.42 MB in 6.01 seconds (1.4M/s) |
5395 | 2024-12-17T21:22:14.725Z | [ recovery-image] Dec 17 21:22:13.362 INFO O| Dec 17 21:22:13.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5396 | 2024-12-17T21:22:14.726Z | [ recovery-image] Dec 17 21:22:13.363 INFO O| Dec 17 21:22:13.363 INFO STEP 358 (remove_files) COMPLETE |
5397 | 2024-12-17T21:22:14.726Z | [ recovery-image] Dec 17 21:22:13.363 INFO O| Dec 17 21:22:13.363 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-12-17T21:22:14.784Z | [ recovery-image] Dec 17 21:22:13.421 INFO O| Dec 17 21:22:13.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5399 | 2024-12-17T21:22:14.784Z | [ recovery-image] Dec 17 21:22:13.421 INFO O| Dec 17 21:22:13.421 INFO STEP 359 (remove_files) COMPLETE |
5400 | 2024-12-17T21:22:14.784Z | [ recovery-image] Dec 17 21:22:13.421 INFO O| Dec 17 21:22:13.421 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-12-17T21:22:14.799Z | [ host-image] Dec 17 21:22:13.435 INFO O| Dec 17 21:22:13.435 INFO O| Actions: 1/1361 actions (Installing new actions) |
5402 | 2024-12-17T21:22:14.820Z | [ recovery-image] Dec 17 21:22:13.457 INFO O| Dec 17 21:22:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5403 | 2024-12-17T21:22:14.820Z | [ recovery-image] Dec 17 21:22:13.457 INFO O| Dec 17 21:22:13.457 INFO STEP 360 (remove_files) COMPLETE |
5404 | 2024-12-17T21:22:14.824Z | [ recovery-image] Dec 17 21:22:13.457 INFO O| Dec 17 21:22:13.457 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-17T21:22:14.842Z | [ recovery-image] Dec 17 21:22:13.478 INFO O| Dec 17 21:22:13.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5406 | 2024-12-17T21:22:14.842Z | [ recovery-image] Dec 17 21:22:13.478 INFO O| Dec 17 21:22:13.478 INFO STEP 361 (remove_files) COMPLETE |
5407 | 2024-12-17T21:22:14.846Z | [ recovery-image] Dec 17 21:22:13.478 INFO O| Dec 17 21:22:13.478 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-17T21:22:14.884Z | [ recovery-image] Dec 17 21:22:13.518 INFO O| Dec 17 21:22:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5409 | 2024-12-17T21:22:14.887Z | [ recovery-image] Dec 17 21:22:13.518 INFO O| Dec 17 21:22:13.518 INFO STEP 362 (remove_files) COMPLETE |
5410 | 2024-12-17T21:22:14.887Z | [ recovery-image] Dec 17 21:22:13.519 INFO O| Dec 17 21:22:13.518 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-17T21:22:14.904Z | [ recovery-image] Dec 17 21:22:13.541 INFO O| Dec 17 21:22:13.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5412 | 2024-12-17T21:22:14.905Z | [ recovery-image] Dec 17 21:22:13.541 INFO O| Dec 17 21:22:13.541 INFO STEP 363 (remove_files) COMPLETE |
5413 | 2024-12-17T21:22:14.908Z | [ recovery-image] Dec 17 21:22:13.542 INFO O| Dec 17 21:22:13.541 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-17T21:22:14.927Z | [ recovery-image] Dec 17 21:22:13.563 INFO O| Dec 17 21:22:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5415 | 2024-12-17T21:22:14.930Z | [ recovery-image] Dec 17 21:22:13.564 INFO O| Dec 17 21:22:13.563 INFO STEP 364 (remove_files) COMPLETE |
5416 | 2024-12-17T21:22:14.930Z | [ recovery-image] Dec 17 21:22:13.564 INFO O| Dec 17 21:22:13.564 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-17T21:22:14.981Z | [ recovery-image] Dec 17 21:22:13.615 INFO O| Dec 17 21:22:13.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5418 | 2024-12-17T21:22:14.981Z | [ recovery-image] Dec 17 21:22:13.615 INFO O| Dec 17 21:22:13.615 INFO STEP 365 (remove_files) COMPLETE |
5419 | 2024-12-17T21:22:14.981Z | [ recovery-image] Dec 17 21:22:13.615 INFO O| Dec 17 21:22:13.615 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-17T21:22:14.999Z | [ recovery-image] Dec 17 21:22:13.636 INFO O| Dec 17 21:22:13.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5421 | 2024-12-17T21:22:14.999Z | [ recovery-image] Dec 17 21:22:13.636 INFO O| Dec 17 21:22:13.636 INFO STEP 366 (remove_files) COMPLETE |
5422 | 2024-12-17T21:22:15.002Z | [ recovery-image] Dec 17 21:22:13.636 INFO O| Dec 17 21:22:13.636 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-17T21:22:15.020Z | [ recovery-image] Dec 17 21:22:13.656 INFO O| Dec 17 21:22:13.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5424 | 2024-12-17T21:22:15.020Z | [ recovery-image] Dec 17 21:22:13.656 INFO O| Dec 17 21:22:13.656 INFO STEP 367 (remove_files) COMPLETE |
5425 | 2024-12-17T21:22:15.020Z | [ recovery-image] Dec 17 21:22:13.656 INFO O| Dec 17 21:22:13.656 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-17T21:22:15.061Z | [ recovery-image] Dec 17 21:22:13.698 INFO O| Dec 17 21:22:13.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5427 | 2024-12-17T21:22:15.061Z | [ recovery-image] Dec 17 21:22:13.698 INFO O| Dec 17 21:22:13.698 INFO STEP 368 (remove_files) COMPLETE |
5428 | 2024-12-17T21:22:15.064Z | [ recovery-image] Dec 17 21:22:13.698 INFO O| Dec 17 21:22:13.698 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-17T21:22:15.084Z | [ recovery-image] Dec 17 21:22:13.721 INFO O| Dec 17 21:22:13.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5430 | 2024-12-17T21:22:15.084Z | [ recovery-image] Dec 17 21:22:13.721 INFO O| Dec 17 21:22:13.721 INFO STEP 369 (remove_files) COMPLETE |
5431 | 2024-12-17T21:22:15.085Z | [ recovery-image] Dec 17 21:22:13.722 INFO O| Dec 17 21:22:13.721 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-17T21:22:15.106Z | [ recovery-image] Dec 17 21:22:13.743 INFO O| Dec 17 21:22:13.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5433 | 2024-12-17T21:22:15.106Z | [ recovery-image] Dec 17 21:22:13.743 INFO O| Dec 17 21:22:13.743 INFO STEP 370 (remove_files) COMPLETE |
5434 | 2024-12-17T21:22:15.106Z | [ recovery-image] Dec 17 21:22:13.743 INFO O| Dec 17 21:22:13.743 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-17T21:22:15.127Z | [ recovery-image] Dec 17 21:22:13.764 INFO O| Dec 17 21:22:13.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5436 | 2024-12-17T21:22:15.127Z | [ recovery-image] Dec 17 21:22:13.764 INFO O| Dec 17 21:22:13.764 INFO STEP 371 (remove_files) COMPLETE |
5437 | 2024-12-17T21:22:15.130Z | [ recovery-image] Dec 17 21:22:13.764 INFO O| Dec 17 21:22:13.764 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-17T21:22:15.151Z | [ recovery-image] Dec 17 21:22:13.786 INFO O| Dec 17 21:22:13.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5439 | 2024-12-17T21:22:15.151Z | [ recovery-image] Dec 17 21:22:13.786 INFO O| Dec 17 21:22:13.786 INFO STEP 372 (remove_files) COMPLETE |
5440 | 2024-12-17T21:22:15.151Z | [ recovery-image] Dec 17 21:22:13.786 INFO O| Dec 17 21:22:13.786 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-17T21:22:15.172Z | [ recovery-image] Dec 17 21:22:13.809 INFO O| Dec 17 21:22:13.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5442 | 2024-12-17T21:22:15.172Z | [ recovery-image] Dec 17 21:22:13.809 INFO O| Dec 17 21:22:13.809 INFO STEP 373 (remove_files) COMPLETE |
5443 | 2024-12-17T21:22:15.177Z | [ recovery-image] Dec 17 21:22:13.809 INFO O| Dec 17 21:22:13.809 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-17T21:22:15.193Z | [ recovery-image] Dec 17 21:22:13.830 INFO O| Dec 17 21:22:13.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5445 | 2024-12-17T21:22:15.193Z | [ recovery-image] Dec 17 21:22:13.830 INFO O| Dec 17 21:22:13.830 INFO STEP 374 (remove_files) COMPLETE |
5446 | 2024-12-17T21:22:15.193Z | [ recovery-image] Dec 17 21:22:13.830 INFO O| Dec 17 21:22:13.830 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-17T21:22:15.235Z | [ recovery-image] Dec 17 21:22:13.872 INFO O| Dec 17 21:22:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5448 | 2024-12-17T21:22:15.238Z | [ recovery-image] Dec 17 21:22:13.872 INFO O| Dec 17 21:22:13.872 INFO STEP 375 (remove_files) COMPLETE |
5449 | 2024-12-17T21:22:15.238Z | [ recovery-image] Dec 17 21:22:13.872 INFO O| Dec 17 21:22:13.872 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-17T21:22:15.258Z | [ recovery-image] Dec 17 21:22:13.895 INFO O| Dec 17 21:22:13.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5451 | 2024-12-17T21:22:15.261Z | [ recovery-image] Dec 17 21:22:13.895 INFO O| Dec 17 21:22:13.895 INFO STEP 376 (remove_files) COMPLETE |
5452 | 2024-12-17T21:22:15.261Z | [ recovery-image] Dec 17 21:22:13.896 INFO O| Dec 17 21:22:13.895 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-17T21:22:15.279Z | [ recovery-image] Dec 17 21:22:13.916 INFO O| Dec 17 21:22:13.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5454 | 2024-12-17T21:22:15.279Z | [ recovery-image] Dec 17 21:22:13.917 INFO O| Dec 17 21:22:13.916 INFO STEP 377 (remove_files) COMPLETE |
5455 | 2024-12-17T21:22:15.282Z | [ recovery-image] Dec 17 21:22:13.917 INFO O| Dec 17 21:22:13.917 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-17T21:22:15.301Z | [ recovery-image] Dec 17 21:22:13.938 INFO O| Dec 17 21:22:13.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5457 | 2024-12-17T21:22:15.301Z | [ recovery-image] Dec 17 21:22:13.938 INFO O| Dec 17 21:22:13.938 INFO STEP 378 (remove_files) COMPLETE |
5458 | 2024-12-17T21:22:15.303Z | [ recovery-image] Dec 17 21:22:13.938 INFO O| Dec 17 21:22:13.938 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-17T21:22:15.343Z | [ recovery-image] Dec 17 21:22:13.980 INFO O| Dec 17 21:22:13.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5460 | 2024-12-17T21:22:15.343Z | [ recovery-image] Dec 17 21:22:13.980 INFO O| Dec 17 21:22:13.980 INFO STEP 379 (remove_files) COMPLETE |
5461 | 2024-12-17T21:22:15.343Z | [ recovery-image] Dec 17 21:22:13.980 INFO O| Dec 17 21:22:13.980 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-17T21:22:15.408Z | [ recovery-image] Dec 17 21:22:14.044 INFO O| Dec 17 21:22:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5463 | 2024-12-17T21:22:15.408Z | [ recovery-image] Dec 17 21:22:14.044 INFO O| Dec 17 21:22:14.044 INFO STEP 380 (remove_files) COMPLETE |
5464 | 2024-12-17T21:22:15.408Z | [ recovery-image] Dec 17 21:22:14.044 INFO O| Dec 17 21:22:14.044 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-17T21:22:15.432Z | [ recovery-image] Dec 17 21:22:14.069 INFO O| Dec 17 21:22:14.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5466 | 2024-12-17T21:22:15.435Z | [ recovery-image] Dec 17 21:22:14.069 INFO O| Dec 17 21:22:14.069 INFO STEP 381 (remove_files) COMPLETE |
5467 | 2024-12-17T21:22:15.435Z | [ recovery-image] Dec 17 21:22:14.070 INFO O| Dec 17 21:22:14.069 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-17T21:22:15.454Z | [ recovery-image] Dec 17 21:22:14.091 INFO O| Dec 17 21:22:14.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5469 | 2024-12-17T21:22:15.454Z | [ recovery-image] Dec 17 21:22:14.091 INFO O| Dec 17 21:22:14.091 INFO STEP 382 (remove_files) COMPLETE |
5470 | 2024-12-17T21:22:15.456Z | [ recovery-image] Dec 17 21:22:14.091 INFO O| Dec 17 21:22:14.091 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-17T21:22:15.476Z | [ recovery-image] Dec 17 21:22:14.112 INFO O| Dec 17 21:22:14.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5472 | 2024-12-17T21:22:15.476Z | [ recovery-image] Dec 17 21:22:14.112 INFO O| Dec 17 21:22:14.112 INFO STEP 383 (remove_files) COMPLETE |
5473 | 2024-12-17T21:22:15.479Z | [ recovery-image] Dec 17 21:22:14.113 INFO O| Dec 17 21:22:14.113 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-17T21:22:15.482Z | [ host-image] Dec 17 21:22:14.116 INFO O| Dec 17 21:22:14.116 INFO O| Actions: Completed 1361 actions in 0.68 seconds. |
5475 | 2024-12-17T21:22:15.514Z | [ recovery-image] Dec 17 21:22:14.150 INFO O| Dec 17 21:22:14.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5476 | 2024-12-17T21:22:15.514Z | [ recovery-image] Dec 17 21:22:14.150 INFO O| Dec 17 21:22:14.150 INFO STEP 384 (remove_files) COMPLETE |
5477 | 2024-12-17T21:22:15.517Z | [ recovery-image] Dec 17 21:22:14.151 INFO O| Dec 17 21:22:14.150 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-12-17T21:22:15.552Z | [ recovery-image] Dec 17 21:22:14.188 INFO O| Dec 17 21:22:14.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5479 | 2024-12-17T21:22:15.553Z | [ recovery-image] Dec 17 21:22:14.189 INFO O| Dec 17 21:22:14.189 INFO STEP 385 (remove_files) COMPLETE |
5480 | 2024-12-17T21:22:15.553Z | [ recovery-image] Dec 17 21:22:14.189 INFO O| Dec 17 21:22:14.189 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-12-17T21:22:15.590Z | [ recovery-image] Dec 17 21:22:14.226 INFO O| Dec 17 21:22:14.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5482 | 2024-12-17T21:22:15.590Z | [ recovery-image] Dec 17 21:22:14.226 INFO O| Dec 17 21:22:14.226 INFO STEP 386 (remove_files) COMPLETE |
5483 | 2024-12-17T21:22:15.590Z | [ recovery-image] Dec 17 21:22:14.226 INFO O| Dec 17 21:22:14.226 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-12-17T21:22:15.637Z | [ recovery-image] Dec 17 21:22:14.273 INFO O| Dec 17 21:22:14.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5485 | 2024-12-17T21:22:15.637Z | [ recovery-image] Dec 17 21:22:14.273 INFO O| Dec 17 21:22:14.273 INFO STEP 387 (remove_files) COMPLETE |
5486 | 2024-12-17T21:22:15.637Z | [ recovery-image] Dec 17 21:22:14.273 INFO O| Dec 17 21:22:14.273 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-17T21:22:15.662Z | [ recovery-image] Dec 17 21:22:14.296 INFO O| Dec 17 21:22:14.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5488 | 2024-12-17T21:22:15.662Z | [ recovery-image] Dec 17 21:22:14.296 INFO O| Dec 17 21:22:14.296 INFO STEP 388 (remove_files) COMPLETE |
5489 | 2024-12-17T21:22:15.662Z | [ recovery-image] Dec 17 21:22:14.296 INFO O| Dec 17 21:22:14.296 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-17T21:22:15.682Z | [ recovery-image] Dec 17 21:22:14.318 INFO O| Dec 17 21:22:14.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5491 | 2024-12-17T21:22:15.686Z | [ recovery-image] Dec 17 21:22:14.318 INFO O| Dec 17 21:22:14.318 INFO STEP 389 (remove_files) COMPLETE |
5492 | 2024-12-17T21:22:15.686Z | [ recovery-image] Dec 17 21:22:14.318 INFO O| Dec 17 21:22:14.318 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-17T21:22:15.716Z | [ recovery-image] Dec 17 21:22:14.353 INFO O| Dec 17 21:22:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5494 | 2024-12-17T21:22:15.716Z | [ recovery-image] Dec 17 21:22:14.353 INFO O| Dec 17 21:22:14.353 INFO STEP 390 (remove_files) COMPLETE |
5495 | 2024-12-17T21:22:15.717Z | [ recovery-image] Dec 17 21:22:14.353 INFO O| Dec 17 21:22:14.353 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-17T21:22:15.754Z | [ recovery-image] Dec 17 21:22:14.390 INFO O| Dec 17 21:22:14.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5497 | 2024-12-17T21:22:15.754Z | [ recovery-image] Dec 17 21:22:14.390 INFO O| Dec 17 21:22:14.390 INFO STEP 391 (remove_files) COMPLETE |
5498 | 2024-12-17T21:22:15.754Z | [ recovery-image] Dec 17 21:22:14.390 INFO O| Dec 17 21:22:14.390 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-17T21:22:15.775Z | [ recovery-image] Dec 17 21:22:14.411 INFO O| Dec 17 21:22:14.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5500 | 2024-12-17T21:22:15.775Z | [ recovery-image] Dec 17 21:22:14.411 INFO O| Dec 17 21:22:14.411 INFO STEP 392 (remove_files) COMPLETE |
5501 | 2024-12-17T21:22:15.775Z | [ recovery-image] Dec 17 21:22:14.411 INFO O| Dec 17 21:22:14.411 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-17T21:22:15.805Z | [ recovery-image] Dec 17 21:22:14.442 INFO O| Dec 17 21:22:14.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5503 | 2024-12-17T21:22:15.808Z | [ recovery-image] Dec 17 21:22:14.443 INFO O| Dec 17 21:22:14.443 INFO STEP 393 (remove_files) COMPLETE |
5504 | 2024-12-17T21:22:15.809Z | [ recovery-image] Dec 17 21:22:14.443 INFO O| Dec 17 21:22:14.443 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-12-17T21:22:15.871Z | [ recovery-image] Dec 17 21:22:14.507 INFO O| Dec 17 21:22:14.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5506 | 2024-12-17T21:22:15.871Z | [ recovery-image] Dec 17 21:22:14.507 INFO O| Dec 17 21:22:14.507 INFO STEP 394 (remove_files) COMPLETE |
5507 | 2024-12-17T21:22:15.871Z | [ recovery-image] Dec 17 21:22:14.507 INFO O| Dec 17 21:22:14.507 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-12-17T21:22:15.933Z | [ recovery-image] Dec 17 21:22:14.570 INFO O| Dec 17 21:22:14.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5509 | 2024-12-17T21:22:15.933Z | [ recovery-image] Dec 17 21:22:14.570 INFO O| Dec 17 21:22:14.570 INFO STEP 395 (remove_files) COMPLETE |
5510 | 2024-12-17T21:22:15.936Z | [ recovery-image] Dec 17 21:22:14.570 INFO O| Dec 17 21:22:14.570 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-12-17T21:22:15.957Z | [ recovery-image] Dec 17 21:22:14.594 INFO O| Dec 17 21:22:14.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5512 | 2024-12-17T21:22:15.962Z | [ recovery-image] Dec 17 21:22:14.594 INFO O| Dec 17 21:22:14.594 INFO STEP 396 (remove_files) COMPLETE |
5513 | 2024-12-17T21:22:15.962Z | [ recovery-image] Dec 17 21:22:14.594 INFO O| Dec 17 21:22:14.594 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-12-17T21:22:15.990Z | [ recovery-image] Dec 17 21:22:14.625 INFO O| Dec 17 21:22:14.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5515 | 2024-12-17T21:22:15.990Z | [ recovery-image] Dec 17 21:22:14.626 INFO O| Dec 17 21:22:14.626 INFO STEP 397 (remove_files) COMPLETE |
5516 | 2024-12-17T21:22:15.993Z | [ recovery-image] Dec 17 21:22:14.626 INFO O| Dec 17 21:22:14.626 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-12-17T21:22:16.033Z | [ recovery-image] Dec 17 21:22:14.670 INFO O| Dec 17 21:22:14.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5518 | 2024-12-17T21:22:16.033Z | [ recovery-image] Dec 17 21:22:14.670 INFO O| Dec 17 21:22:14.670 INFO STEP 398 (remove_files) COMPLETE |
5519 | 2024-12-17T21:22:16.034Z | [ recovery-image] Dec 17 21:22:14.670 INFO O| Dec 17 21:22:14.670 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-12-17T21:22:16.098Z | [ recovery-image] Dec 17 21:22:14.734 INFO O| Dec 17 21:22:14.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5521 | 2024-12-17T21:22:16.098Z | [ recovery-image] Dec 17 21:22:14.734 INFO O| Dec 17 21:22:14.734 INFO STEP 399 (remove_files) COMPLETE |
5522 | 2024-12-17T21:22:16.099Z | [ recovery-image] Dec 17 21:22:14.734 INFO O| Dec 17 21:22:14.734 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-12-17T21:22:16.122Z | [ host-image] Dec 17 21:22:14.759 INFO O| Dec 17 21:22:14.759 INFO O| Done |
5524 | 2024-12-17T21:22:16.122Z | [ host-image] Dec 17 21:22:14.759 INFO O| Dec 17 21:22:14.759 INFO O| Done |
5525 | 2024-12-17T21:22:16.144Z | [ recovery-image] Dec 17 21:22:14.768 INFO O| Dec 17 21:22:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5526 | 2024-12-17T21:22:16.144Z | [ recovery-image] Dec 17 21:22:14.769 INFO O| Dec 17 21:22:14.769 INFO STEP 400 (remove_files) COMPLETE |
5527 | 2024-12-17T21:22:16.147Z | [ recovery-image] Dec 17 21:22:14.769 INFO O| Dec 17 21:22:14.769 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-12-17T21:22:16.157Z | [ recovery-image] Dec 17 21:22:14.793 INFO O| Dec 17 21:22:14.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5529 | 2024-12-17T21:22:16.157Z | [ recovery-image] Dec 17 21:22:14.793 INFO O| Dec 17 21:22:14.793 INFO STEP 401 (remove_files) COMPLETE |
5530 | 2024-12-17T21:22:16.157Z | [ recovery-image] Dec 17 21:22:14.793 INFO O| Dec 17 21:22:14.793 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-17T21:22:16.178Z | [ recovery-image] Dec 17 21:22:14.814 INFO O| Dec 17 21:22:14.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5532 | 2024-12-17T21:22:16.179Z | [ recovery-image] Dec 17 21:22:14.815 INFO O| Dec 17 21:22:14.815 INFO STEP 402 (remove_files) COMPLETE |
5533 | 2024-12-17T21:22:16.179Z | [ recovery-image] Dec 17 21:22:14.815 INFO O| Dec 17 21:22:14.815 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-12-17T21:22:16.207Z | [ recovery-image] Dec 17 21:22:14.844 INFO O| Dec 17 21:22:14.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5535 | 2024-12-17T21:22:16.210Z | [ recovery-image] Dec 17 21:22:14.844 INFO O| Dec 17 21:22:14.844 INFO STEP 403 (remove_files) COMPLETE |
5536 | 2024-12-17T21:22:16.211Z | [ recovery-image] Dec 17 21:22:14.845 INFO O| Dec 17 21:22:14.845 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-17T21:22:16.231Z | [ recovery-image] Dec 17 21:22:14.868 INFO O| Dec 17 21:22:14.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5538 | 2024-12-17T21:22:16.234Z | [ recovery-image] Dec 17 21:22:14.868 INFO O| Dec 17 21:22:14.868 INFO STEP 404 (remove_files) COMPLETE |
5539 | 2024-12-17T21:22:16.235Z | [ recovery-image] Dec 17 21:22:14.868 INFO O| Dec 17 21:22:14.868 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-12-17T21:22:16.280Z | [ recovery-image] Dec 17 21:22:14.902 INFO O| Dec 17 21:22:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5541 | 2024-12-17T21:22:16.284Z | [ recovery-image] Dec 17 21:22:14.902 INFO O| Dec 17 21:22:14.902 INFO STEP 405 (remove_files) COMPLETE |
5542 | 2024-12-17T21:22:16.284Z | [ recovery-image] Dec 17 21:22:14.902 INFO O| Dec 17 21:22:14.902 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-12-17T21:22:16.287Z | [ recovery-image] Dec 17 21:22:14.921 INFO O| Dec 17 21:22:14.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5544 | 2024-12-17T21:22:16.287Z | [ recovery-image] Dec 17 21:22:14.921 INFO O| Dec 17 21:22:14.921 INFO STEP 406 (remove_files) COMPLETE |
5545 | 2024-12-17T21:22:16.287Z | [ recovery-image] Dec 17 21:22:14.921 INFO O| Dec 17 21:22:14.921 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-12-17T21:22:16.303Z | [ recovery-image] Dec 17 21:22:14.940 INFO O| Dec 17 21:22:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5547 | 2024-12-17T21:22:16.325Z | [ recovery-image] Dec 17 21:22:14.962 INFO O| Dec 17 21:22:14.962 INFO STEP 407 (remove_files) COMPLETE |
5548 | 2024-12-17T21:22:16.329Z | [ recovery-image] Dec 17 21:22:14.962 INFO O| Dec 17 21:22:14.962 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-17T21:22:16.356Z | [ recovery-image] Dec 17 21:22:14.992 INFO O| Dec 17 21:22:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5550 | 2024-12-17T21:22:16.356Z | [ recovery-image] Dec 17 21:22:14.992 INFO O| Dec 17 21:22:14.992 INFO STEP 408 (remove_files) COMPLETE |
5551 | 2024-12-17T21:22:16.359Z | [ recovery-image] Dec 17 21:22:14.993 INFO O| Dec 17 21:22:14.992 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-17T21:22:16.377Z | [ recovery-image] Dec 17 21:22:15.014 INFO O| Dec 17 21:22:15.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5553 | 2024-12-17T21:22:16.377Z | [ recovery-image] Dec 17 21:22:15.014 INFO O| Dec 17 21:22:15.014 INFO STEP 409 (remove_files) COMPLETE |
5554 | 2024-12-17T21:22:16.377Z | [ recovery-image] Dec 17 21:22:15.014 INFO O| Dec 17 21:22:15.014 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-17T21:22:16.395Z | [ recovery-image] Dec 17 21:22:15.032 INFO O| Dec 17 21:22:15.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5556 | 2024-12-17T21:22:16.398Z | [ recovery-image] Dec 17 21:22:15.032 INFO O| Dec 17 21:22:15.032 INFO STEP 410 (remove_files) COMPLETE |
5557 | 2024-12-17T21:22:16.398Z | [ recovery-image] Dec 17 21:22:15.032 INFO O| Dec 17 21:22:15.032 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-17T21:22:16.415Z | [ recovery-image] Dec 17 21:22:15.051 INFO O| Dec 17 21:22:15.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5559 | 2024-12-17T21:22:16.415Z | [ recovery-image] Dec 17 21:22:15.051 INFO O| Dec 17 21:22:15.051 INFO STEP 411 (remove_files) COMPLETE |
5560 | 2024-12-17T21:22:16.416Z | [ recovery-image] Dec 17 21:22:15.051 INFO O| Dec 17 21:22:15.051 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-17T21:22:16.436Z | [ recovery-image] Dec 17 21:22:15.073 INFO O| Dec 17 21:22:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5562 | 2024-12-17T21:22:16.436Z | [ recovery-image] Dec 17 21:22:15.073 INFO O| Dec 17 21:22:15.073 INFO STEP 412 (remove_files) COMPLETE |
5563 | 2024-12-17T21:22:16.436Z | [ recovery-image] Dec 17 21:22:15.073 INFO O| Dec 17 21:22:15.073 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-17T21:22:16.460Z | [ recovery-image] Dec 17 21:22:15.097 INFO O| Dec 17 21:22:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5565 | 2024-12-17T21:22:16.460Z | [ recovery-image] Dec 17 21:22:15.097 INFO O| Dec 17 21:22:15.097 INFO STEP 413 (remove_files) COMPLETE |
5566 | 2024-12-17T21:22:16.460Z | [ recovery-image] Dec 17 21:22:15.097 INFO O| Dec 17 21:22:15.097 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-17T21:22:16.481Z | [ recovery-image] Dec 17 21:22:15.118 INFO O| Dec 17 21:22:15.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5568 | 2024-12-17T21:22:16.481Z | [ recovery-image] Dec 17 21:22:15.118 INFO O| Dec 17 21:22:15.118 INFO STEP 414 (remove_files) COMPLETE |
5569 | 2024-12-17T21:22:16.481Z | [ recovery-image] Dec 17 21:22:15.118 INFO O| Dec 17 21:22:15.118 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-17T21:22:16.501Z | [ recovery-image] Dec 17 21:22:15.138 INFO O| Dec 17 21:22:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5571 | 2024-12-17T21:22:16.501Z | [ recovery-image] Dec 17 21:22:15.138 INFO O| Dec 17 21:22:15.138 INFO STEP 415 (remove_files) COMPLETE |
5572 | 2024-12-17T21:22:16.501Z | [ recovery-image] Dec 17 21:22:15.138 INFO O| Dec 17 21:22:15.138 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-17T21:22:16.522Z | [ recovery-image] Dec 17 21:22:15.159 INFO O| Dec 17 21:22:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5574 | 2024-12-17T21:22:16.523Z | [ recovery-image] Dec 17 21:22:15.159 INFO O| Dec 17 21:22:15.159 INFO STEP 416 (remove_files) COMPLETE |
5575 | 2024-12-17T21:22:16.523Z | [ recovery-image] Dec 17 21:22:15.159 INFO O| Dec 17 21:22:15.159 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-17T21:22:16.549Z | [ recovery-image] Dec 17 21:22:15.186 INFO O| Dec 17 21:22:15.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5577 | 2024-12-17T21:22:16.552Z | [ recovery-image] Dec 17 21:22:15.186 INFO O| Dec 17 21:22:15.186 INFO STEP 417 (remove_files) COMPLETE |
5578 | 2024-12-17T21:22:16.552Z | [ recovery-image] Dec 17 21:22:15.187 INFO O| Dec 17 21:22:15.186 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-17T21:22:16.572Z | [ recovery-image] Dec 17 21:22:15.209 INFO O| Dec 17 21:22:15.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5580 | 2024-12-17T21:22:16.575Z | [ recovery-image] Dec 17 21:22:15.209 INFO O| Dec 17 21:22:15.209 INFO STEP 418 (remove_files) COMPLETE |
5581 | 2024-12-17T21:22:16.575Z | [ recovery-image] Dec 17 21:22:15.209 INFO O| Dec 17 21:22:15.209 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-17T21:22:16.593Z | [ recovery-image] Dec 17 21:22:15.230 INFO O| Dec 17 21:22:15.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5583 | 2024-12-17T21:22:16.597Z | [ recovery-image] Dec 17 21:22:15.230 INFO O| Dec 17 21:22:15.230 INFO STEP 419 (remove_files) COMPLETE |
5584 | 2024-12-17T21:22:16.597Z | [ recovery-image] Dec 17 21:22:15.230 INFO O| Dec 17 21:22:15.230 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-17T21:22:16.617Z | [ recovery-image] Dec 17 21:22:15.253 INFO O| Dec 17 21:22:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5586 | 2024-12-17T21:22:16.617Z | [ recovery-image] Dec 17 21:22:15.253 INFO O| Dec 17 21:22:15.253 INFO STEP 420 (remove_files) COMPLETE |
5587 | 2024-12-17T21:22:16.618Z | [ recovery-image] Dec 17 21:22:15.253 INFO O| Dec 17 21:22:15.253 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-17T21:22:16.637Z | [ recovery-image] Dec 17 21:22:15.274 INFO O| Dec 17 21:22:15.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5589 | 2024-12-17T21:22:16.637Z | [ recovery-image] Dec 17 21:22:15.274 INFO O| Dec 17 21:22:15.274 INFO STEP 421 (remove_files) COMPLETE |
5590 | 2024-12-17T21:22:16.638Z | [ recovery-image] Dec 17 21:22:15.274 INFO O| Dec 17 21:22:15.274 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-17T21:22:16.658Z | [ recovery-image] Dec 17 21:22:15.295 INFO O| Dec 17 21:22:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5592 | 2024-12-17T21:22:16.659Z | [ recovery-image] Dec 17 21:22:15.295 INFO O| Dec 17 21:22:15.295 INFO STEP 422 (remove_files) COMPLETE |
5593 | 2024-12-17T21:22:16.659Z | [ recovery-image] Dec 17 21:22:15.295 INFO O| Dec 17 21:22:15.295 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-17T21:22:16.679Z | [ recovery-image] Dec 17 21:22:15.315 INFO O| Dec 17 21:22:15.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5595 | 2024-12-17T21:22:16.679Z | [ recovery-image] Dec 17 21:22:15.316 INFO O| Dec 17 21:22:15.316 INFO STEP 423 (remove_files) COMPLETE |
5596 | 2024-12-17T21:22:16.679Z | [ recovery-image] Dec 17 21:22:15.316 INFO O| Dec 17 21:22:15.316 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-17T21:22:16.706Z | [ recovery-image] Dec 17 21:22:15.343 INFO O| Dec 17 21:22:15.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5598 | 2024-12-17T21:22:16.706Z | [ recovery-image] Dec 17 21:22:15.343 INFO O| Dec 17 21:22:15.343 INFO STEP 424 (remove_files) COMPLETE |
5599 | 2024-12-17T21:22:16.706Z | [ recovery-image] Dec 17 21:22:15.343 INFO O| Dec 17 21:22:15.343 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-17T21:22:16.750Z | [ recovery-image] Dec 17 21:22:15.387 INFO O| Dec 17 21:22:15.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5601 | 2024-12-17T21:22:16.753Z | [ recovery-image] Dec 17 21:22:15.387 INFO O| Dec 17 21:22:15.387 INFO STEP 425 (remove_files) COMPLETE |
5602 | 2024-12-17T21:22:16.753Z | [ recovery-image] Dec 17 21:22:15.387 INFO O| Dec 17 21:22:15.387 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-17T21:22:16.789Z | [ recovery-image] Dec 17 21:22:15.409 INFO O| Dec 17 21:22:15.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5604 | 2024-12-17T21:22:16.789Z | [ recovery-image] Dec 17 21:22:15.409 INFO O| Dec 17 21:22:15.409 INFO STEP 426 (remove_files) COMPLETE |
5605 | 2024-12-17T21:22:16.789Z | [ recovery-image] Dec 17 21:22:15.409 INFO O| Dec 17 21:22:15.409 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-17T21:22:16.837Z | [ recovery-image] Dec 17 21:22:15.471 INFO O| Dec 17 21:22:15.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5607 | 2024-12-17T21:22:16.837Z | [ recovery-image] Dec 17 21:22:15.471 INFO O| Dec 17 21:22:15.471 INFO STEP 427 (remove_files) COMPLETE |
5608 | 2024-12-17T21:22:16.837Z | [ recovery-image] Dec 17 21:22:15.471 INFO O| Dec 17 21:22:15.471 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-17T21:22:16.867Z | [ recovery-image] Dec 17 21:22:15.503 INFO O| Dec 17 21:22:15.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5610 | 2024-12-17T21:22:16.868Z | [ recovery-image] Dec 17 21:22:15.503 INFO O| Dec 17 21:22:15.503 INFO STEP 428 (remove_files) COMPLETE |
5611 | 2024-12-17T21:22:16.868Z | [ recovery-image] Dec 17 21:22:15.503 INFO O| Dec 17 21:22:15.503 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-17T21:22:16.902Z | [ recovery-image] Dec 17 21:22:15.536 INFO O| Dec 17 21:22:15.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5613 | 2024-12-17T21:22:16.902Z | [ recovery-image] Dec 17 21:22:15.536 INFO O| Dec 17 21:22:15.536 INFO STEP 429 (remove_files) COMPLETE |
5614 | 2024-12-17T21:22:16.902Z | [ recovery-image] Dec 17 21:22:15.536 INFO O| Dec 17 21:22:15.536 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-17T21:22:16.942Z | [ recovery-image] Dec 17 21:22:15.578 INFO O| Dec 17 21:22:15.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5616 | 2024-12-17T21:22:16.942Z | [ recovery-image] Dec 17 21:22:15.578 INFO O| Dec 17 21:22:15.578 INFO STEP 430 (remove_files) COMPLETE |
5617 | 2024-12-17T21:22:16.942Z | [ recovery-image] Dec 17 21:22:15.578 INFO O| Dec 17 21:22:15.578 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-17T21:22:16.998Z | [ recovery-image] Dec 17 21:22:15.630 INFO O| Dec 17 21:22:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5619 | 2024-12-17T21:22:16.998Z | [ recovery-image] Dec 17 21:22:15.630 INFO O| Dec 17 21:22:15.630 INFO STEP 431 (remove_files) COMPLETE |
5620 | 2024-12-17T21:22:16.999Z | [ recovery-image] Dec 17 21:22:15.630 INFO O| Dec 17 21:22:15.630 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-17T21:22:17.013Z | [ recovery-image] Dec 17 21:22:15.650 INFO O| Dec 17 21:22:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5622 | 2024-12-17T21:22:17.013Z | [ recovery-image] Dec 17 21:22:15.650 INFO O| Dec 17 21:22:15.650 INFO STEP 432 (remove_files) COMPLETE |
5623 | 2024-12-17T21:22:17.013Z | [ recovery-image] Dec 17 21:22:15.650 INFO O| Dec 17 21:22:15.650 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-17T21:22:17.037Z | [ recovery-image] Dec 17 21:22:15.674 INFO O| Dec 17 21:22:15.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5625 | 2024-12-17T21:22:17.038Z | [ recovery-image] Dec 17 21:22:15.674 INFO O| Dec 17 21:22:15.674 INFO STEP 433 (remove_files) COMPLETE |
5626 | 2024-12-17T21:22:17.038Z | [ recovery-image] Dec 17 21:22:15.674 INFO O| Dec 17 21:22:15.674 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-17T21:22:17.059Z | [ recovery-image] Dec 17 21:22:15.696 INFO O| Dec 17 21:22:15.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5628 | 2024-12-17T21:22:17.060Z | [ recovery-image] Dec 17 21:22:15.696 INFO O| Dec 17 21:22:15.696 INFO STEP 434 (remove_files) COMPLETE |
5629 | 2024-12-17T21:22:17.062Z | [ recovery-image] Dec 17 21:22:15.696 INFO O| Dec 17 21:22:15.696 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-17T21:22:17.118Z | [ recovery-image] Dec 17 21:22:15.755 INFO O| Dec 17 21:22:15.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5631 | 2024-12-17T21:22:17.119Z | [ recovery-image] Dec 17 21:22:15.755 INFO O| Dec 17 21:22:15.755 INFO STEP 435 (remove_files) COMPLETE |
5632 | 2024-12-17T21:22:17.122Z | [ recovery-image] Dec 17 21:22:15.755 INFO O| Dec 17 21:22:15.755 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-17T21:22:17.137Z | [ recovery-image] Dec 17 21:22:15.774 INFO O| Dec 17 21:22:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5634 | 2024-12-17T21:22:17.138Z | [ recovery-image] Dec 17 21:22:15.774 INFO O| Dec 17 21:22:15.774 INFO STEP 436 (remove_files) COMPLETE |
5635 | 2024-12-17T21:22:17.138Z | [ recovery-image] Dec 17 21:22:15.774 INFO O| Dec 17 21:22:15.774 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-17T21:22:17.174Z | [ recovery-image] Dec 17 21:22:15.811 INFO O| Dec 17 21:22:15.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5637 | 2024-12-17T21:22:17.174Z | [ recovery-image] Dec 17 21:22:15.811 INFO O| Dec 17 21:22:15.811 INFO STEP 437 (remove_files) COMPLETE |
5638 | 2024-12-17T21:22:17.174Z | [ recovery-image] Dec 17 21:22:15.811 INFO O| Dec 17 21:22:15.811 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-17T21:22:17.218Z | [ recovery-image] Dec 17 21:22:15.855 INFO O| Dec 17 21:22:15.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5640 | 2024-12-17T21:22:17.218Z | [ recovery-image] Dec 17 21:22:15.855 INFO O| Dec 17 21:22:15.855 INFO STEP 438 (remove_files) COMPLETE |
5641 | 2024-12-17T21:22:17.218Z | [ recovery-image] Dec 17 21:22:15.855 INFO O| Dec 17 21:22:15.855 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-17T21:22:17.261Z | [ recovery-image] Dec 17 21:22:15.897 INFO O| Dec 17 21:22:15.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5643 | 2024-12-17T21:22:17.261Z | [ recovery-image] Dec 17 21:22:15.897 INFO O| Dec 17 21:22:15.897 INFO STEP 439 (remove_files) COMPLETE |
5644 | 2024-12-17T21:22:17.261Z | [ recovery-image] Dec 17 21:22:15.897 INFO O| Dec 17 21:22:15.897 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-17T21:22:17.295Z | [ recovery-image] Dec 17 21:22:15.932 INFO O| Dec 17 21:22:15.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5646 | 2024-12-17T21:22:17.295Z | [ recovery-image] Dec 17 21:22:15.932 INFO O| Dec 17 21:22:15.932 INFO STEP 440 (remove_files) COMPLETE |
5647 | 2024-12-17T21:22:17.299Z | [ recovery-image] Dec 17 21:22:15.932 INFO O| Dec 17 21:22:15.932 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-17T21:22:17.316Z | [ recovery-image] Dec 17 21:22:15.953 INFO O| Dec 17 21:22:15.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5649 | 2024-12-17T21:22:17.316Z | [ recovery-image] Dec 17 21:22:15.953 INFO O| Dec 17 21:22:15.953 INFO STEP 441 (remove_files) COMPLETE |
5650 | 2024-12-17T21:22:17.319Z | [ recovery-image] Dec 17 21:22:15.953 INFO O| Dec 17 21:22:15.953 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-17T21:22:17.337Z | [ recovery-image] Dec 17 21:22:15.973 INFO O| Dec 17 21:22:15.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5652 | 2024-12-17T21:22:17.340Z | [ recovery-image] Dec 17 21:22:15.974 INFO O| Dec 17 21:22:15.974 INFO STEP 442 (remove_files) COMPLETE |
5653 | 2024-12-17T21:22:17.341Z | [ recovery-image] Dec 17 21:22:15.974 INFO O| Dec 17 21:22:15.974 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-17T21:22:17.358Z | [ recovery-image] Dec 17 21:22:15.994 INFO O| Dec 17 21:22:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5655 | 2024-12-17T21:22:17.358Z | [ recovery-image] Dec 17 21:22:15.995 INFO O| Dec 17 21:22:15.994 INFO STEP 443 (remove_files) COMPLETE |
5656 | 2024-12-17T21:22:17.358Z | [ recovery-image] Dec 17 21:22:15.995 INFO O| Dec 17 21:22:15.995 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-17T21:22:17.381Z | [ recovery-image] Dec 17 21:22:16.017 INFO O| Dec 17 21:22:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5658 | 2024-12-17T21:22:17.381Z | [ recovery-image] Dec 17 21:22:16.018 INFO O| Dec 17 21:22:16.018 INFO STEP 444 (remove_files) COMPLETE |
5659 | 2024-12-17T21:22:17.381Z | [ recovery-image] Dec 17 21:22:16.018 INFO O| Dec 17 21:22:16.018 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-17T21:22:17.392Z | [ host-image] Dec 17 21:22:16.028 INFO O| Dec 17 21:22:16.028 INFO O| Done |
5661 | 2024-12-17T21:22:17.402Z | [ recovery-image] Dec 17 21:22:16.039 INFO O| Dec 17 21:22:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5662 | 2024-12-17T21:22:17.405Z | [ recovery-image] Dec 17 21:22:16.039 INFO O| Dec 17 21:22:16.039 INFO STEP 445 (remove_files) COMPLETE |
5663 | 2024-12-17T21:22:17.405Z | [ recovery-image] Dec 17 21:22:16.039 INFO O| Dec 17 21:22:16.039 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-12-17T21:22:17.439Z | [ recovery-image] Dec 17 21:22:16.075 INFO O| Dec 17 21:22:16.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5665 | 2024-12-17T21:22:17.442Z | [ recovery-image] Dec 17 21:22:16.076 INFO O| Dec 17 21:22:16.075 INFO STEP 446 (remove_files) COMPLETE |
5666 | 2024-12-17T21:22:17.442Z | [ recovery-image] Dec 17 21:22:16.076 INFO O| Dec 17 21:22:16.076 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-12-17T21:22:17.464Z | [ recovery-image] Dec 17 21:22:16.100 INFO O| Dec 17 21:22:16.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5668 | 2024-12-17T21:22:17.464Z | [ recovery-image] Dec 17 21:22:16.100 INFO O| Dec 17 21:22:16.100 INFO STEP 447 (remove_files) COMPLETE |
5669 | 2024-12-17T21:22:17.464Z | [ recovery-image] Dec 17 21:22:16.100 INFO O| Dec 17 21:22:16.100 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-12-17T21:22:17.490Z | [ recovery-image] Dec 17 21:22:16.126 INFO O| Dec 17 21:22:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5671 | 2024-12-17T21:22:17.490Z | [ recovery-image] Dec 17 21:22:16.126 INFO O| Dec 17 21:22:16.126 INFO STEP 448 (remove_files) COMPLETE |
5672 | 2024-12-17T21:22:17.490Z | [ recovery-image] Dec 17 21:22:16.126 INFO O| Dec 17 21:22:16.126 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-12-17T21:22:17.509Z | [ recovery-image] Dec 17 21:22:16.146 INFO O| Dec 17 21:22:16.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5674 | 2024-12-17T21:22:17.509Z | [ recovery-image] Dec 17 21:22:16.146 INFO O| Dec 17 21:22:16.146 INFO STEP 449 (remove_files) COMPLETE |
5675 | 2024-12-17T21:22:17.509Z | [ recovery-image] Dec 17 21:22:16.146 INFO O| Dec 17 21:22:16.146 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-12-17T21:22:17.530Z | [ recovery-image] Dec 17 21:22:16.167 INFO O| Dec 17 21:22:16.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5677 | 2024-12-17T21:22:17.530Z | [ recovery-image] Dec 17 21:22:16.167 INFO O| Dec 17 21:22:16.167 INFO STEP 450 (remove_files) COMPLETE |
5678 | 2024-12-17T21:22:17.530Z | [ recovery-image] Dec 17 21:22:16.167 INFO O| Dec 17 21:22:16.167 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-12-17T21:22:17.550Z | [ recovery-image] Dec 17 21:22:16.187 INFO O| Dec 17 21:22:16.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5680 | 2024-12-17T21:22:17.550Z | [ recovery-image] Dec 17 21:22:16.187 INFO O| Dec 17 21:22:16.187 INFO STEP 451 (remove_files) COMPLETE |
5681 | 2024-12-17T21:22:17.550Z | [ recovery-image] Dec 17 21:22:16.187 INFO O| Dec 17 21:22:16.187 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-12-17T21:22:17.569Z | [ recovery-image] Dec 17 21:22:16.205 INFO O| Dec 17 21:22:16.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5683 | 2024-12-17T21:22:17.569Z | [ recovery-image] Dec 17 21:22:16.205 INFO O| Dec 17 21:22:16.205 INFO STEP 452 (remove_files) COMPLETE |
5684 | 2024-12-17T21:22:17.569Z | [ recovery-image] Dec 17 21:22:16.205 INFO O| Dec 17 21:22:16.205 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-12-17T21:22:19.842Z | [ recovery-image] Dec 17 21:22:16.226 INFO O| Dec 17 21:22:16.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5686 | 2024-12-17T21:22:19.842Z | [ recovery-image] Dec 17 21:22:16.226 INFO O| Dec 17 21:22:16.226 INFO STEP 453 (remove_files) COMPLETE |
5687 | 2024-12-17T21:22:19.842Z | [ recovery-image] Dec 17 21:22:16.226 INFO O| Dec 17 21:22:16.226 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-12-17T21:22:19.854Z | [ recovery-image] Dec 17 21:22:16.244 INFO O| Dec 17 21:22:16.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5689 | 2024-12-17T21:22:19.854Z | [ recovery-image] Dec 17 21:22:16.244 INFO O| Dec 17 21:22:16.244 INFO STEP 454 (remove_files) COMPLETE |
5690 | 2024-12-17T21:22:19.854Z | [ recovery-image] Dec 17 21:22:16.244 INFO O| Dec 17 21:22:16.244 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-12-17T21:22:19.854Z | [ recovery-image] Dec 17 21:22:16.266 INFO O| Dec 17 21:22:16.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5692 | 2024-12-17T21:22:19.854Z | [ recovery-image] Dec 17 21:22:16.266 INFO O| Dec 17 21:22:16.266 INFO STEP 455 (remove_files) COMPLETE |
5693 | 2024-12-17T21:22:19.854Z | [ recovery-image] Dec 17 21:22:16.267 INFO O| Dec 17 21:22:16.267 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-12-17T21:22:19.854Z | [ recovery-image] Dec 17 21:22:16.288 INFO O| Dec 17 21:22:16.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5695 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.288 INFO O| Dec 17 21:22:16.288 INFO STEP 456 (remove_files) COMPLETE |
5696 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.288 INFO O| Dec 17 21:22:16.288 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.311 INFO O| Dec 17 21:22:16.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5698 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.311 INFO O| Dec 17 21:22:16.311 INFO STEP 457 (remove_files) COMPLETE |
5699 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.311 INFO O| Dec 17 21:22:16.311 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.339 INFO O| Dec 17 21:22:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5701 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.339 INFO O| Dec 17 21:22:16.339 INFO STEP 458 (remove_files) COMPLETE |
5702 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.339 INFO O| Dec 17 21:22:16.339 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-12-17T21:22:19.855Z | [ recovery-image] Dec 17 21:22:16.360 INFO O| Dec 17 21:22:16.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5704 | 2024-12-17T21:22:19.871Z | [ recovery-image] Dec 17 21:22:16.361 INFO O| Dec 17 21:22:16.361 INFO STEP 459 (remove_files) COMPLETE |
5705 | 2024-12-17T21:22:19.871Z | [ recovery-image] Dec 17 21:22:16.361 INFO O| Dec 17 21:22:16.361 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-12-17T21:22:19.871Z | [ recovery-image] Dec 17 21:22:16.382 INFO O| Dec 17 21:22:16.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5707 | 2024-12-17T21:22:19.871Z | [ recovery-image] Dec 17 21:22:16.382 INFO O| Dec 17 21:22:16.382 INFO STEP 460 (remove_files) COMPLETE |
5708 | 2024-12-17T21:22:19.871Z | [ recovery-image] Dec 17 21:22:16.382 INFO O| Dec 17 21:22:16.382 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.403 INFO O| Dec 17 21:22:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5710 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.403 INFO O| Dec 17 21:22:16.403 INFO STEP 461 (remove_files) COMPLETE |
5711 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.403 INFO O| Dec 17 21:22:16.403 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.442 INFO O| Dec 17 21:22:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5713 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.442 INFO O| Dec 17 21:22:16.442 INFO STEP 462 (remove_files) COMPLETE |
5714 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.442 INFO O| Dec 17 21:22:16.442 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.463 INFO O| Dec 17 21:22:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5716 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.463 INFO O| Dec 17 21:22:16.463 INFO STEP 463 (remove_files) COMPLETE |
5717 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.464 INFO O| Dec 17 21:22:16.463 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.519 INFO O| Dec 17 21:22:16.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5719 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.519 INFO O| Dec 17 21:22:16.519 INFO STEP 464 (remove_files) COMPLETE |
5720 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.519 INFO O| Dec 17 21:22:16.519 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.578 INFO O| Dec 17 21:22:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5722 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.579 INFO O| Dec 17 21:22:16.578 INFO STEP 465 (remove_files) COMPLETE |
5723 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.579 INFO O| Dec 17 21:22:16.578 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.598 INFO O| Dec 17 21:22:16.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5725 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.599 INFO O| Dec 17 21:22:16.599 INFO STEP 466 (remove_files) COMPLETE |
5726 | 2024-12-17T21:22:19.872Z | [ recovery-image] Dec 17 21:22:16.599 INFO O| Dec 17 21:22:16.599 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.627 INFO O| Dec 17 21:22:16.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5728 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.627 INFO O| Dec 17 21:22:16.627 INFO STEP 467 (remove_files) COMPLETE |
5729 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.627 INFO O| Dec 17 21:22:16.627 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.669 INFO O| Dec 17 21:22:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5731 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.669 INFO O| Dec 17 21:22:16.669 INFO STEP 468 (remove_files) COMPLETE |
5732 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.669 INFO O| Dec 17 21:22:16.669 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.712 INFO O| Dec 17 21:22:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5734 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.712 INFO O| Dec 17 21:22:16.712 INFO STEP 469 (remove_files) COMPLETE |
5735 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.713 INFO O| Dec 17 21:22:16.712 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.734 INFO O| Dec 17 21:22:16.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5737 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.734 INFO O| Dec 17 21:22:16.734 INFO STEP 470 (remove_files) COMPLETE |
5738 | 2024-12-17T21:22:19.873Z | [ recovery-image] Dec 17 21:22:16.734 INFO O| Dec 17 21:22:16.734 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.770 INFO O| Dec 17 21:22:16.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5740 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.770 INFO O| Dec 17 21:22:16.770 INFO STEP 471 (remove_files) COMPLETE |
5741 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.770 INFO O| Dec 17 21:22:16.770 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.803 INFO O| Dec 17 21:22:16.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5743 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.828 INFO O| Dec 17 21:22:16.828 INFO STEP 472 (remove_files) COMPLETE |
5744 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.828 INFO O| Dec 17 21:22:16.828 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.886 INFO O| Dec 17 21:22:16.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5746 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.886 INFO O| Dec 17 21:22:16.886 INFO STEP 473 (remove_files) COMPLETE |
5747 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.886 INFO O| Dec 17 21:22:16.886 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.906 INFO O| Dec 17 21:22:16.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5749 | 2024-12-17T21:22:19.874Z | [ recovery-image] Dec 17 21:22:16.906 INFO O| Dec 17 21:22:16.906 INFO STEP 474 (remove_files) COMPLETE |
5750 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:16.906 INFO O| Dec 17 21:22:16.906 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:16.957 INFO O| Dec 17 21:22:16.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5752 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:16.957 INFO O| Dec 17 21:22:16.957 INFO STEP 475 (remove_files) COMPLETE |
5753 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:16.957 INFO O| Dec 17 21:22:16.957 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:16.979 INFO O| Dec 17 21:22:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5755 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:16.979 INFO O| Dec 17 21:22:16.979 INFO STEP 476 (remove_files) COMPLETE |
5756 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:16.979 INFO O| Dec 17 21:22:16.979 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.001 INFO O| Dec 17 21:22:17.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5758 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.001 INFO O| Dec 17 21:22:17.001 INFO STEP 477 (remove_files) COMPLETE |
5759 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.001 INFO O| Dec 17 21:22:17.001 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.022 INFO O| Dec 17 21:22:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5761 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.022 INFO O| Dec 17 21:22:17.022 INFO STEP 478 (remove_files) COMPLETE |
5762 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.022 INFO O| Dec 17 21:22:17.022 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.043 INFO O| Dec 17 21:22:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5764 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.043 INFO O| Dec 17 21:22:17.043 INFO STEP 479 (remove_files) COMPLETE |
5765 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.044 INFO O| Dec 17 21:22:17.043 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.065 INFO O| Dec 17 21:22:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5767 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.065 INFO O| Dec 17 21:22:17.065 INFO STEP 480 (remove_files) COMPLETE |
5768 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.065 INFO O| Dec 17 21:22:17.065 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-12-17T21:22:19.875Z | [ recovery-image] Dec 17 21:22:17.097 INFO O| Dec 17 21:22:17.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5770 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.117 INFO O| Dec 17 21:22:17.117 INFO STEP 481 (remove_files) COMPLETE |
5771 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.117 INFO O| Dec 17 21:22:17.117 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.152 INFO O| Dec 17 21:22:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5773 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.152 INFO O| Dec 17 21:22:17.152 INFO STEP 482 (remove_files) COMPLETE |
5774 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.152 INFO O| Dec 17 21:22:17.152 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.193 INFO O| Dec 17 21:22:17.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5776 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.217 INFO O| Dec 17 21:22:17.217 INFO STEP 483 (remove_files) COMPLETE |
5777 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.217 INFO O| Dec 17 21:22:17.217 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.251 INFO O| Dec 17 21:22:17.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5779 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.251 INFO O| Dec 17 21:22:17.251 INFO STEP 484 (remove_files) COMPLETE |
5780 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.251 INFO O| Dec 17 21:22:17.251 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.271 INFO O| Dec 17 21:22:17.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5782 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.271 INFO O| Dec 17 21:22:17.271 INFO STEP 485 (remove_files) COMPLETE |
5783 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.271 INFO O| Dec 17 21:22:17.271 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.313 INFO O| Dec 17 21:22:17.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5785 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.314 INFO O| Dec 17 21:22:17.314 INFO STEP 486 (remove_files) COMPLETE |
5786 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.314 INFO O| Dec 17 21:22:17.314 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-12-17T21:22:19.876Z | [ recovery-image] Dec 17 21:22:17.335 INFO O| Dec 17 21:22:17.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5788 | 2024-12-17T21:22:19.896Z | [ recovery-image] Dec 17 21:22:17.335 INFO O| Dec 17 21:22:17.335 INFO STEP 487 (remove_files) COMPLETE |
5789 | 2024-12-17T21:22:19.896Z | [ recovery-image] Dec 17 21:22:17.335 INFO O| Dec 17 21:22:17.335 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-12-17T21:22:19.896Z | [ recovery-image] Dec 17 21:22:17.355 INFO O| Dec 17 21:22:17.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5791 | 2024-12-17T21:22:19.896Z | [ recovery-image] Dec 17 21:22:17.355 INFO O| Dec 17 21:22:17.355 INFO STEP 488 (remove_files) COMPLETE |
5792 | 2024-12-17T21:22:19.896Z | [ recovery-image] Dec 17 21:22:17.355 INFO O| Dec 17 21:22:17.355 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-12-17T21:22:19.896Z | [ recovery-image] Dec 17 21:22:17.376 INFO O| Dec 17 21:22:17.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5794 | 2024-12-17T21:22:19.897Z | [ recovery-image] Dec 17 21:22:17.376 INFO O| Dec 17 21:22:17.376 INFO STEP 489 (remove_files) COMPLETE |
5795 | 2024-12-17T21:22:19.897Z | [ recovery-image] Dec 17 21:22:17.376 INFO O| Dec 17 21:22:17.376 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-12-17T21:22:19.897Z | [ recovery-image] Dec 17 21:22:17.411 INFO O| Dec 17 21:22:17.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5797 | 2024-12-17T21:22:19.897Z | [ recovery-image] Dec 17 21:22:17.411 INFO O| Dec 17 21:22:17.411 INFO STEP 490 (remove_files) COMPLETE |
5798 | 2024-12-17T21:22:19.897Z | [ recovery-image] Dec 17 21:22:17.411 INFO O| Dec 17 21:22:17.411 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-12-17T21:22:19.897Z | [ recovery-image] Dec 17 21:22:17.501 INFO O| Dec 17 21:22:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5800 | 2024-12-17T21:22:19.897Z | [ recovery-image] Dec 17 21:22:17.501 INFO O| Dec 17 21:22:17.501 INFO STEP 491 (remove_files) COMPLETE |
5801 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.501 INFO O| Dec 17 21:22:17.501 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.524 INFO O| Dec 17 21:22:17.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5803 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.525 INFO O| Dec 17 21:22:17.525 INFO STEP 492 (remove_files) COMPLETE |
5804 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.525 INFO O| Dec 17 21:22:17.525 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.610 INFO O| Dec 17 21:22:17.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5806 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.610 INFO O| Dec 17 21:22:17.610 INFO STEP 493 (remove_files) COMPLETE |
5807 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.610 INFO O| Dec 17 21:22:17.610 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.634 INFO O| Dec 17 21:22:17.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5809 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.634 INFO O| Dec 17 21:22:17.634 INFO STEP 494 (remove_files) COMPLETE |
5810 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.634 INFO O| Dec 17 21:22:17.634 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.672 INFO O| Dec 17 21:22:17.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5812 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.672 INFO O| Dec 17 21:22:17.672 INFO STEP 495 (remove_files) COMPLETE |
5813 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.672 INFO O| Dec 17 21:22:17.672 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-12-17T21:22:19.898Z | [ recovery-image] Dec 17 21:22:17.733 INFO O| Dec 17 21:22:17.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5815 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.733 INFO O| Dec 17 21:22:17.733 INFO STEP 496 (remove_files) COMPLETE |
5816 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.733 INFO O| Dec 17 21:22:17.733 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.761 INFO O| Dec 17 21:22:17.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5818 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.761 INFO O| Dec 17 21:22:17.761 INFO STEP 497 (remove_files) COMPLETE |
5819 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.761 INFO O| Dec 17 21:22:17.761 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.781 INFO O| Dec 17 21:22:17.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5821 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.781 INFO O| Dec 17 21:22:17.781 INFO STEP 498 (remove_files) COMPLETE |
5822 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.781 INFO O| Dec 17 21:22:17.781 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.800 INFO O| Dec 17 21:22:17.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5824 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.800 INFO O| Dec 17 21:22:17.800 INFO STEP 499 (remove_files) COMPLETE |
5825 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.801 INFO O| Dec 17 21:22:17.801 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.831 INFO O| Dec 17 21:22:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5827 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.831 INFO O| Dec 17 21:22:17.831 INFO STEP 500 (remove_files) COMPLETE |
5828 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.832 INFO O| Dec 17 21:22:17.831 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.852 INFO O| Dec 17 21:22:17.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5830 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.852 INFO O| Dec 17 21:22:17.852 INFO STEP 501 (remove_files) COMPLETE |
5831 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.853 INFO O| Dec 17 21:22:17.852 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.872 INFO O| Dec 17 21:22:17.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5833 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.873 INFO O| Dec 17 21:22:17.872 INFO STEP 502 (remove_files) COMPLETE |
5834 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.873 INFO O| Dec 17 21:22:17.873 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-12-17T21:22:19.899Z | [ recovery-image] Dec 17 21:22:17.911 INFO O| Dec 17 21:22:17.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5836 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.911 INFO O| Dec 17 21:22:17.911 INFO STEP 503 (remove_files) COMPLETE |
5837 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.911 INFO O| Dec 17 21:22:17.911 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.932 INFO O| Dec 17 21:22:17.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5839 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.932 INFO O| Dec 17 21:22:17.932 INFO STEP 504 (remove_files) COMPLETE |
5840 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.932 INFO O| Dec 17 21:22:17.932 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.968 INFO O| Dec 17 21:22:17.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5842 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.968 INFO O| Dec 17 21:22:17.968 INFO STEP 505 (remove_files) COMPLETE |
5843 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.968 INFO O| Dec 17 21:22:17.968 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.989 INFO O| Dec 17 21:22:17.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5845 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.989 INFO O| Dec 17 21:22:17.989 INFO STEP 506 (remove_files) COMPLETE |
5846 | 2024-12-17T21:22:19.900Z | [ recovery-image] Dec 17 21:22:17.989 INFO O| Dec 17 21:22:17.989 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.023 INFO O| Dec 17 21:22:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5848 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.023 INFO O| Dec 17 21:22:18.023 INFO STEP 507 (remove_files) COMPLETE |
5849 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.023 INFO O| Dec 17 21:22:18.023 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.045 INFO O| Dec 17 21:22:18.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5851 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.045 INFO O| Dec 17 21:22:18.045 INFO STEP 508 (remove_files) COMPLETE |
5852 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.045 INFO O| Dec 17 21:22:18.045 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.068 INFO O| Dec 17 21:22:18.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5854 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.068 INFO O| Dec 17 21:22:18.068 INFO STEP 509 (remove_files) COMPLETE |
5855 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.068 INFO O| Dec 17 21:22:18.068 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-12-17T21:22:19.901Z | [ recovery-image] Dec 17 21:22:18.100 INFO O| Dec 17 21:22:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5857 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.100 INFO O| Dec 17 21:22:18.100 INFO STEP 510 (remove_files) COMPLETE |
5858 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.101 INFO O| Dec 17 21:22:18.100 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.122 INFO O| Dec 17 21:22:18.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5860 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.122 INFO O| Dec 17 21:22:18.122 INFO STEP 511 (remove_files) COMPLETE |
5861 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.122 INFO O| Dec 17 21:22:18.122 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.142 INFO O| Dec 17 21:22:18.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5863 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.142 INFO O| Dec 17 21:22:18.142 INFO STEP 512 (remove_files) COMPLETE |
5864 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.143 INFO O| Dec 17 21:22:18.142 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.163 INFO O| Dec 17 21:22:18.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5866 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.163 INFO O| Dec 17 21:22:18.163 INFO STEP 513 (remove_files) COMPLETE |
5867 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.163 INFO O| Dec 17 21:22:18.163 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.184 INFO O| Dec 17 21:22:18.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5869 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.184 INFO O| Dec 17 21:22:18.184 INFO STEP 514 (remove_files) COMPLETE |
5870 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.184 INFO O| Dec 17 21:22:18.184 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.275 INFO O| Dec 17 21:22:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5872 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.275 INFO O| Dec 17 21:22:18.275 INFO STEP 515 (remove_files) COMPLETE |
5873 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.275 INFO O| Dec 17 21:22:18.275 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.294 INFO O| Dec 17 21:22:18.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5875 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.294 INFO O| Dec 17 21:22:18.294 INFO STEP 516 (remove_files) COMPLETE |
5876 | 2024-12-17T21:22:19.902Z | [ recovery-image] Dec 17 21:22:18.294 INFO O| Dec 17 21:22:18.294 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-12-17T21:22:19.903Z | [ recovery-image] Dec 17 21:22:18.317 INFO O| Dec 17 21:22:18.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5878 | 2024-12-17T21:22:19.903Z | [ recovery-image] Dec 17 21:22:18.317 INFO O| Dec 17 21:22:18.317 INFO STEP 517 (remove_files) COMPLETE |
5879 | 2024-12-17T21:22:19.903Z | [ recovery-image] Dec 17 21:22:18.317 INFO O| Dec 17 21:22:18.317 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-12-17T21:22:19.903Z | [ recovery-image] Dec 17 21:22:18.339 INFO O| Dec 17 21:22:18.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5881 | 2024-12-17T21:22:19.903Z | [ recovery-image] Dec 17 21:22:18.340 INFO O| Dec 17 21:22:18.340 INFO STEP 518 (remove_files) COMPLETE |
5882 | 2024-12-17T21:22:19.903Z | [ recovery-image] Dec 17 21:22:18.340 INFO O| Dec 17 21:22:18.340 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-12-17T21:22:19.903Z | [ recovery-image] Dec 17 21:22:18.360 INFO O| Dec 17 21:22:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5884 | 2024-12-17T21:22:19.904Z | [ recovery-image] Dec 17 21:22:18.361 INFO O| Dec 17 21:22:18.361 INFO STEP 519 (remove_files) COMPLETE |
5885 | 2024-12-17T21:22:19.904Z | [ recovery-image] Dec 17 21:22:18.373 INFO O| Dec 17 21:22:18.373 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-12-17T21:22:19.904Z | [ recovery-image] Dec 17 21:22:18.431 INFO O| Dec 17 21:22:18.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5887 | 2024-12-17T21:22:19.904Z | [ recovery-image] Dec 17 21:22:18.431 INFO O| Dec 17 21:22:18.431 INFO STEP 520 (remove_files) COMPLETE |
5888 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.431 INFO O| Dec 17 21:22:18.431 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.452 INFO O| Dec 17 21:22:18.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5890 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.452 INFO O| Dec 17 21:22:18.452 INFO STEP 521 (remove_files) COMPLETE |
5891 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.452 INFO O| Dec 17 21:22:18.452 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.483 INFO O| Dec 17 21:22:18.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5893 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.483 INFO O| Dec 17 21:22:18.475 INFO STEP 522 (remove_files) COMPLETE |
5894 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.483 INFO O| Dec 17 21:22:18.475 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.496 INFO O| Dec 17 21:22:18.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5896 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.496 INFO O| Dec 17 21:22:18.496 INFO STEP 523 (remove_files) COMPLETE |
5897 | 2024-12-17T21:22:19.920Z | [ recovery-image] Dec 17 21:22:18.496 INFO O| Dec 17 21:22:18.496 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-12-17T21:22:19.972Z | [ recovery-image] Dec 17 21:22:18.609 INFO O| Dec 17 21:22:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5899 | 2024-12-17T21:22:19.972Z | [ recovery-image] Dec 17 21:22:18.610 INFO O| Dec 17 21:22:18.610 INFO STEP 524 (remove_files) COMPLETE |
5900 | 2024-12-17T21:22:19.973Z | [ recovery-image] Dec 17 21:22:18.610 INFO O| Dec 17 21:22:18.610 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-12-17T21:22:19.991Z | [ host-image] Dec 17 21:22:18.622 INFO O| Dec 17 21:22:18.622 INFO O| Done |
5902 | 2024-12-17T21:22:20.003Z | [ recovery-image] Dec 17 21:22:18.630 INFO O| Dec 17 21:22:18.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5903 | 2024-12-17T21:22:20.003Z | [ recovery-image] Dec 17 21:22:18.630 INFO O| Dec 17 21:22:18.630 INFO STEP 525 (remove_files) COMPLETE |
5904 | 2024-12-17T21:22:20.003Z | [ recovery-image] Dec 17 21:22:18.630 INFO O| Dec 17 21:22:18.630 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-12-17T21:22:20.043Z | [ recovery-image] Dec 17 21:22:18.658 INFO O| Dec 17 21:22:18.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5906 | 2024-12-17T21:22:20.044Z | [ recovery-image] Dec 17 21:22:18.658 INFO O| Dec 17 21:22:18.652 INFO STEP 526 (remove_files) COMPLETE |
5907 | 2024-12-17T21:22:20.049Z | [ recovery-image] Dec 17 21:22:18.658 INFO O| Dec 17 21:22:18.652 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-12-17T21:22:20.049Z | [ host-image] Dec 17 21:22:18.674 INFO O| Dec 17 21:22:18.674 INFO O| Done |
5909 | 2024-12-17T21:22:20.050Z | [ host-image] Dec 17 21:22:18.675 INFO O| Dec 17 21:22:18.675 INFO O| Done |
5910 | 2024-12-17T21:22:20.057Z | [ recovery-image] Dec 17 21:22:18.693 INFO O| Dec 17 21:22:18.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5911 | 2024-12-17T21:22:20.057Z | [ recovery-image] Dec 17 21:22:18.694 INFO O| Dec 17 21:22:18.694 INFO STEP 527 (remove_files) COMPLETE |
5912 | 2024-12-17T21:22:20.076Z | [ recovery-image] Dec 17 21:22:18.694 INFO O| Dec 17 21:22:18.694 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-12-17T21:22:20.120Z | [ host-image] Dec 17 21:22:18.751 INFO O| Dec 17 21:22:18.751 INFO O| Done |
5914 | 2024-12-17T21:22:20.261Z | [ recovery-image] Dec 17 21:22:18.765 INFO O| Dec 17 21:22:18.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5915 | 2024-12-17T21:22:20.261Z | [ recovery-image] Dec 17 21:22:18.765 INFO O| Dec 17 21:22:18.765 INFO STEP 528 (remove_files) COMPLETE |
5916 | 2024-12-17T21:22:20.261Z | [ recovery-image] Dec 17 21:22:18.765 INFO O| Dec 17 21:22:18.765 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-12-17T21:22:20.265Z | [ recovery-image] Dec 17 21:22:18.799 INFO O| Dec 17 21:22:18.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5918 | 2024-12-17T21:22:20.265Z | [ recovery-image] Dec 17 21:22:18.799 INFO O| Dec 17 21:22:18.799 INFO STEP 529 (remove_files) COMPLETE |
5919 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.799 INFO O| Dec 17 21:22:18.799 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.822 INFO O| Dec 17 21:22:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5921 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.822 INFO O| Dec 17 21:22:18.821 INFO STEP 530 (remove_files) COMPLETE |
5922 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.822 INFO O| Dec 17 21:22:18.821 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.843 INFO O| Dec 17 21:22:18.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5924 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.843 INFO O| Dec 17 21:22:18.843 INFO STEP 531 (remove_files) COMPLETE |
5925 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.843 INFO O| Dec 17 21:22:18.843 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.863 INFO O| Dec 17 21:22:18.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5927 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.863 INFO O| Dec 17 21:22:18.863 INFO STEP 532 (remove_files) COMPLETE |
5928 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.863 INFO O| Dec 17 21:22:18.863 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.885 INFO O| Dec 17 21:22:18.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5930 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.885 INFO O| Dec 17 21:22:18.885 INFO STEP 533 (remove_files) COMPLETE |
5931 | 2024-12-17T21:22:20.266Z | [ recovery-image] Dec 17 21:22:18.885 INFO O| Dec 17 21:22:18.885 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-12-17T21:22:20.309Z | [ recovery-image] Dec 17 21:22:18.945 INFO O| Dec 17 21:22:18.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5933 | 2024-12-17T21:22:20.309Z | [ recovery-image] Dec 17 21:22:18.946 INFO O| Dec 17 21:22:18.946 INFO STEP 534 (remove_files) COMPLETE |
5934 | 2024-12-17T21:22:20.312Z | [ recovery-image] Dec 17 21:22:18.946 INFO O| Dec 17 21:22:18.946 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-17T21:22:20.353Z | [ recovery-image] Dec 17 21:22:18.990 INFO O| Dec 17 21:22:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5936 | 2024-12-17T21:22:20.353Z | [ recovery-image] Dec 17 21:22:18.990 INFO O| Dec 17 21:22:18.990 INFO STEP 535 (remove_files) COMPLETE |
5937 | 2024-12-17T21:22:20.353Z | [ recovery-image] Dec 17 21:22:18.990 INFO O| Dec 17 21:22:18.990 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-17T21:22:20.376Z | [ host-image] Dec 17 21:22:19.012 INFO O| Dec 17 21:22:19.012 INFO STEP 13 (pkg_install) COMPLETE |
5939 | 2024-12-17T21:22:20.376Z | [ host-image] Dec 17 21:22:19.012 INFO O| Dec 17 21:22:19.012 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5940 | 2024-12-17T21:22:20.380Z | [ recovery-image] Dec 17 21:22:19.017 INFO O| Dec 17 21:22:19.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5941 | 2024-12-17T21:22:20.384Z | [ recovery-image] Dec 17 21:22:19.017 INFO O| Dec 17 21:22:19.017 INFO STEP 536 (remove_files) COMPLETE |
5942 | 2024-12-17T21:22:20.384Z | [ recovery-image] Dec 17 21:22:19.017 INFO O| Dec 17 21:22:19.017 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-12-17T21:22:20.395Z | [ host-image] Dec 17 21:22:19.032 INFO O| Dec 17 21:22:19.032 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
5944 | 2024-12-17T21:22:20.480Z | [ recovery-image] Dec 17 21:22:19.117 INFO O| Dec 17 21:22:19.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5945 | 2024-12-17T21:22:20.507Z | [ recovery-image] Dec 17 21:22:19.144 INFO O| Dec 17 21:22:19.144 INFO STEP 537 (remove_files) COMPLETE |
5946 | 2024-12-17T21:22:20.507Z | [ recovery-image] Dec 17 21:22:19.144 INFO O| Dec 17 21:22:19.144 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-12-17T21:22:20.541Z | [ recovery-image] Dec 17 21:22:19.178 INFO O| Dec 17 21:22:19.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5948 | 2024-12-17T21:22:20.545Z | [ recovery-image] Dec 17 21:22:19.178 INFO O| Dec 17 21:22:19.178 INFO STEP 538 (remove_files) COMPLETE |
5949 | 2024-12-17T21:22:20.545Z | [ recovery-image] Dec 17 21:22:19.178 INFO O| Dec 17 21:22:19.178 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-12-17T21:22:20.562Z | [ recovery-image] Dec 17 21:22:19.198 INFO O| Dec 17 21:22:19.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5951 | 2024-12-17T21:22:20.562Z | [ recovery-image] Dec 17 21:22:19.199 INFO O| Dec 17 21:22:19.199 INFO STEP 539 (remove_files) COMPLETE |
5952 | 2024-12-17T21:22:20.562Z | [ recovery-image] Dec 17 21:22:19.199 INFO O| Dec 17 21:22:19.199 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-17T21:22:20.583Z | [ recovery-image] Dec 17 21:22:19.218 INFO O| Dec 17 21:22:19.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5954 | 2024-12-17T21:22:20.583Z | [ recovery-image] Dec 17 21:22:19.218 INFO O| Dec 17 21:22:19.218 INFO STEP 540 (remove_files) COMPLETE |
5955 | 2024-12-17T21:22:20.583Z | [ recovery-image] Dec 17 21:22:19.218 INFO O| Dec 17 21:22:19.218 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-12-17T21:22:20.633Z | [ recovery-image] Dec 17 21:22:19.270 INFO O| Dec 17 21:22:19.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5957 | 2024-12-17T21:22:20.633Z | [ recovery-image] Dec 17 21:22:19.270 INFO O| Dec 17 21:22:19.270 INFO STEP 541 (remove_files) COMPLETE |
5958 | 2024-12-17T21:22:20.636Z | [ recovery-image] Dec 17 21:22:19.270 INFO O| Dec 17 21:22:19.270 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-12-17T21:22:20.704Z | [ recovery-image] Dec 17 21:22:19.339 INFO O| Dec 17 21:22:19.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5960 | 2024-12-17T21:22:20.707Z | [ recovery-image] Dec 17 21:22:19.339 INFO O| Dec 17 21:22:19.339 INFO STEP 542 (remove_files) COMPLETE |
5961 | 2024-12-17T21:22:20.707Z | [ recovery-image] Dec 17 21:22:19.339 INFO O| Dec 17 21:22:19.339 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-12-17T21:22:20.735Z | [ recovery-image] Dec 17 21:22:19.372 INFO O| Dec 17 21:22:19.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5963 | 2024-12-17T21:22:20.735Z | [ recovery-image] Dec 17 21:22:19.372 INFO O| Dec 17 21:22:19.372 INFO STEP 543 (remove_files) COMPLETE |
5964 | 2024-12-17T21:22:20.736Z | [ recovery-image] Dec 17 21:22:19.372 INFO O| Dec 17 21:22:19.372 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-12-17T21:22:20.757Z | [ recovery-image] Dec 17 21:22:19.394 INFO O| Dec 17 21:22:19.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5966 | 2024-12-17T21:22:20.757Z | [ recovery-image] Dec 17 21:22:19.394 INFO O| Dec 17 21:22:19.394 INFO STEP 544 (remove_files) COMPLETE |
5967 | 2024-12-17T21:22:20.757Z | [ recovery-image] Dec 17 21:22:19.394 INFO O| Dec 17 21:22:19.394 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-12-17T21:22:20.780Z | [ recovery-image] Dec 17 21:22:19.417 INFO O| Dec 17 21:22:19.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5969 | 2024-12-17T21:22:20.780Z | [ recovery-image] Dec 17 21:22:19.417 INFO O| Dec 17 21:22:19.417 INFO STEP 545 (remove_files) COMPLETE |
5970 | 2024-12-17T21:22:20.783Z | [ recovery-image] Dec 17 21:22:19.417 INFO O| Dec 17 21:22:19.417 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-12-17T21:22:20.801Z | [ recovery-image] Dec 17 21:22:19.438 INFO O| Dec 17 21:22:19.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5972 | 2024-12-17T21:22:20.801Z | [ recovery-image] Dec 17 21:22:19.438 INFO O| Dec 17 21:22:19.438 INFO STEP 546 (remove_files) COMPLETE |
5973 | 2024-12-17T21:22:20.801Z | [ recovery-image] Dec 17 21:22:19.438 INFO O| Dec 17 21:22:19.438 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-12-17T21:22:20.831Z | [ recovery-image] Dec 17 21:22:19.468 INFO O| Dec 17 21:22:19.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5975 | 2024-12-17T21:22:20.834Z | [ recovery-image] Dec 17 21:22:19.468 INFO O| Dec 17 21:22:19.468 INFO STEP 547 (remove_files) COMPLETE |
5976 | 2024-12-17T21:22:20.834Z | [ recovery-image] Dec 17 21:22:19.468 INFO O| Dec 17 21:22:19.468 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-12-17T21:22:20.888Z | [ recovery-image] Dec 17 21:22:19.525 INFO O| Dec 17 21:22:19.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5978 | 2024-12-17T21:22:20.891Z | [ recovery-image] Dec 17 21:22:19.525 INFO O| Dec 17 21:22:19.525 INFO STEP 548 (remove_files) COMPLETE |
5979 | 2024-12-17T21:22:20.892Z | [ recovery-image] Dec 17 21:22:19.525 INFO O| Dec 17 21:22:19.525 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-12-17T21:22:20.912Z | [ recovery-image] Dec 17 21:22:19.549 INFO O| Dec 17 21:22:19.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5981 | 2024-12-17T21:22:20.915Z | [ recovery-image] Dec 17 21:22:19.549 INFO O| Dec 17 21:22:19.549 INFO STEP 549 (remove_files) COMPLETE |
5982 | 2024-12-17T21:22:20.915Z | [ recovery-image] Dec 17 21:22:19.549 INFO O| Dec 17 21:22:19.549 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-17T21:22:20.985Z | [ recovery-image] Dec 17 21:22:19.621 INFO O| Dec 17 21:22:19.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5984 | 2024-12-17T21:22:20.985Z | [ recovery-image] Dec 17 21:22:19.621 INFO O| Dec 17 21:22:19.621 INFO STEP 550 (remove_files) COMPLETE |
5985 | 2024-12-17T21:22:20.985Z | [ recovery-image] Dec 17 21:22:19.621 INFO O| Dec 17 21:22:19.621 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-17T21:22:21.011Z | [ recovery-image] Dec 17 21:22:19.642 INFO O| Dec 17 21:22:19.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5987 | 2024-12-17T21:22:21.011Z | [ recovery-image] Dec 17 21:22:19.642 INFO O| Dec 17 21:22:19.642 INFO STEP 551 (remove_files) COMPLETE |
5988 | 2024-12-17T21:22:21.011Z | [ recovery-image] Dec 17 21:22:19.642 INFO O| Dec 17 21:22:19.642 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-12-17T21:22:21.070Z | [ recovery-image] Dec 17 21:22:19.707 INFO O| Dec 17 21:22:19.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5990 | 2024-12-17T21:22:21.073Z | [ recovery-image] Dec 17 21:22:19.707 INFO O| Dec 17 21:22:19.707 INFO STEP 552 (remove_files) COMPLETE |
5991 | 2024-12-17T21:22:21.073Z | [ recovery-image] Dec 17 21:22:19.707 INFO O| Dec 17 21:22:19.707 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-12-17T21:22:21.315Z | [ recovery-image] Dec 17 21:22:19.951 INFO O| Dec 17 21:22:19.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5993 | 2024-12-17T21:22:21.315Z | [ recovery-image] Dec 17 21:22:19.951 INFO O| Dec 17 21:22:19.951 INFO STEP 553 (remove_files) COMPLETE |
5994 | 2024-12-17T21:22:21.315Z | [ recovery-image] Dec 17 21:22:19.951 INFO O| Dec 17 21:22:19.951 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-12-17T21:22:21.347Z | [ recovery-image] Dec 17 21:22:19.982 INFO O| Dec 17 21:22:19.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5996 | 2024-12-17T21:22:21.350Z | [ recovery-image] Dec 17 21:22:19.982 INFO O| Dec 17 21:22:19.982 INFO STEP 554 (remove_files) COMPLETE |
5997 | 2024-12-17T21:22:21.350Z | [ recovery-image] Dec 17 21:22:19.982 INFO O| Dec 17 21:22:19.982 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-12-17T21:22:21.403Z | [ recovery-image] Dec 17 21:22:20.040 INFO O| Dec 17 21:22:20.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5999 | 2024-12-17T21:22:21.403Z | [ recovery-image] Dec 17 21:22:20.040 INFO O| Dec 17 21:22:20.040 INFO STEP 555 (remove_files) COMPLETE |
6000 | 2024-12-17T21:22:21.407Z | [ recovery-image] Dec 17 21:22:20.040 INFO O| Dec 17 21:22:20.040 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-12-17T21:22:21.424Z | [ recovery-image] Dec 17 21:22:20.061 INFO O| Dec 17 21:22:20.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6002 | 2024-12-17T21:22:21.424Z | [ recovery-image] Dec 17 21:22:20.061 INFO O| Dec 17 21:22:20.061 INFO STEP 556 (remove_files) COMPLETE |
6003 | 2024-12-17T21:22:21.427Z | [ recovery-image] Dec 17 21:22:20.061 INFO O| Dec 17 21:22:20.061 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-12-17T21:22:21.471Z | [ recovery-image] Dec 17 21:22:20.102 INFO O| Dec 17 21:22:20.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6005 | 2024-12-17T21:22:21.489Z | [ recovery-image] Dec 17 21:22:20.126 INFO O| Dec 17 21:22:20.126 INFO STEP 557 (remove_files) COMPLETE |
6006 | 2024-12-17T21:22:21.489Z | [ recovery-image] Dec 17 21:22:20.126 INFO O| Dec 17 21:22:20.126 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-12-17T21:22:21.553Z | [ recovery-image] Dec 17 21:22:20.190 INFO O| Dec 17 21:22:20.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6008 | 2024-12-17T21:22:21.553Z | [ recovery-image] Dec 17 21:22:20.190 INFO O| Dec 17 21:22:20.190 INFO STEP 558 (remove_files) COMPLETE |
6009 | 2024-12-17T21:22:21.553Z | [ recovery-image] Dec 17 21:22:20.190 INFO O| Dec 17 21:22:20.190 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-17T21:22:21.595Z | [ recovery-image] Dec 17 21:22:20.227 INFO O| Dec 17 21:22:20.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6011 | 2024-12-17T21:22:21.596Z | [ recovery-image] Dec 17 21:22:20.227 INFO O| Dec 17 21:22:20.227 INFO STEP 559 (remove_files) COMPLETE |
6012 | 2024-12-17T21:22:21.596Z | [ recovery-image] Dec 17 21:22:20.227 INFO O| Dec 17 21:22:20.227 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-12-17T21:22:21.613Z | [ recovery-image] Dec 17 21:22:20.248 INFO O| Dec 17 21:22:20.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6014 | 2024-12-17T21:22:21.636Z | [ recovery-image] Dec 17 21:22:20.271 INFO O| Dec 17 21:22:20.271 INFO STEP 560 (remove_files) COMPLETE |
6015 | 2024-12-17T21:22:21.636Z | [ recovery-image] Dec 17 21:22:20.271 INFO O| Dec 17 21:22:20.271 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-12-17T21:22:21.695Z | [ recovery-image] Dec 17 21:22:20.331 INFO O| Dec 17 21:22:20.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6017 | 2024-12-17T21:22:21.695Z | [ recovery-image] Dec 17 21:22:20.331 INFO O| Dec 17 21:22:20.331 INFO STEP 561 (remove_files) COMPLETE |
6018 | 2024-12-17T21:22:21.695Z | [ recovery-image] Dec 17 21:22:20.331 INFO O| Dec 17 21:22:20.331 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-12-17T21:22:21.720Z | [ recovery-image] Dec 17 21:22:20.353 INFO O| Dec 17 21:22:20.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6020 | 2024-12-17T21:22:21.720Z | [ recovery-image] Dec 17 21:22:20.353 INFO O| Dec 17 21:22:20.353 INFO STEP 562 (remove_files) COMPLETE |
6021 | 2024-12-17T21:22:21.727Z | [ recovery-image] Dec 17 21:22:20.353 INFO O| Dec 17 21:22:20.353 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-12-17T21:22:21.750Z | [ recovery-image] Dec 17 21:22:20.387 INFO O| Dec 17 21:22:20.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6023 | 2024-12-17T21:22:21.750Z | [ recovery-image] Dec 17 21:22:20.387 INFO O| Dec 17 21:22:20.387 INFO STEP 563 (remove_files) COMPLETE |
6024 | 2024-12-17T21:22:21.754Z | [ recovery-image] Dec 17 21:22:20.387 INFO O| Dec 17 21:22:20.387 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-12-17T21:22:21.772Z | [ recovery-image] Dec 17 21:22:20.408 INFO O| Dec 17 21:22:20.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6026 | 2024-12-17T21:22:21.772Z | [ recovery-image] Dec 17 21:22:20.408 INFO O| Dec 17 21:22:20.408 INFO STEP 564 (remove_files) COMPLETE |
6027 | 2024-12-17T21:22:21.772Z | [ recovery-image] Dec 17 21:22:20.408 INFO O| Dec 17 21:22:20.408 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-12-17T21:22:21.792Z | [ recovery-image] Dec 17 21:22:20.428 INFO O| Dec 17 21:22:20.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6029 | 2024-12-17T21:22:21.792Z | [ recovery-image] Dec 17 21:22:20.428 INFO O| Dec 17 21:22:20.428 INFO STEP 565 (remove_files) COMPLETE |
6030 | 2024-12-17T21:22:21.793Z | [ recovery-image] Dec 17 21:22:20.428 INFO O| Dec 17 21:22:20.428 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-12-17T21:22:21.815Z | [ recovery-image] Dec 17 21:22:20.449 INFO O| Dec 17 21:22:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6032 | 2024-12-17T21:22:21.816Z | [ recovery-image] Dec 17 21:22:20.449 INFO O| Dec 17 21:22:20.449 INFO STEP 566 (remove_files) COMPLETE |
6033 | 2024-12-17T21:22:21.816Z | [ recovery-image] Dec 17 21:22:20.449 INFO O| Dec 17 21:22:20.449 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-12-17T21:22:21.834Z | [ recovery-image] Dec 17 21:22:20.470 INFO O| Dec 17 21:22:20.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6035 | 2024-12-17T21:22:21.834Z | [ recovery-image] Dec 17 21:22:20.470 INFO O| Dec 17 21:22:20.470 INFO STEP 567 (remove_files) COMPLETE |
6036 | 2024-12-17T21:22:21.834Z | [ recovery-image] Dec 17 21:22:20.470 INFO O| Dec 17 21:22:20.470 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-12-17T21:22:21.858Z | [ recovery-image] Dec 17 21:22:20.492 INFO O| Dec 17 21:22:20.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6038 | 2024-12-17T21:22:21.865Z | [ recovery-image] Dec 17 21:22:20.492 INFO O| Dec 17 21:22:20.492 INFO STEP 568 (remove_files) COMPLETE |
6039 | 2024-12-17T21:22:21.866Z | [ recovery-image] Dec 17 21:22:20.492 INFO O| Dec 17 21:22:20.492 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-12-17T21:22:21.887Z | [ recovery-image] Dec 17 21:22:20.522 INFO O| Dec 17 21:22:20.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6041 | 2024-12-17T21:22:21.893Z | [ recovery-image] Dec 17 21:22:20.522 INFO O| Dec 17 21:22:20.522 INFO STEP 569 (remove_files) COMPLETE |
6042 | 2024-12-17T21:22:21.893Z | [ recovery-image] Dec 17 21:22:20.522 INFO O| Dec 17 21:22:20.522 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-12-17T21:22:21.896Z | [ host-image] Dec 17 21:22:20.530 INFO O| Dec 17 21:22:20.530 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6044 | 2024-12-17T21:22:21.926Z | [ recovery-image] Dec 17 21:22:20.561 INFO O| Dec 17 21:22:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6045 | 2024-12-17T21:22:21.926Z | [ recovery-image] Dec 17 21:22:20.561 INFO O| Dec 17 21:22:20.561 INFO STEP 570 (remove_files) COMPLETE |
6046 | 2024-12-17T21:22:21.926Z | [ recovery-image] Dec 17 21:22:20.561 INFO O| Dec 17 21:22:20.561 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-17T21:22:21.947Z | [ recovery-image] Dec 17 21:22:20.583 INFO O| Dec 17 21:22:20.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6048 | 2024-12-17T21:22:21.954Z | [ recovery-image] Dec 17 21:22:20.583 INFO O| Dec 17 21:22:20.583 INFO STEP 571 (remove_files) COMPLETE |
6049 | 2024-12-17T21:22:21.954Z | [ recovery-image] Dec 17 21:22:20.584 INFO O| Dec 17 21:22:20.584 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-17T21:22:21.987Z | [ recovery-image] Dec 17 21:22:20.623 INFO O| Dec 17 21:22:20.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6051 | 2024-12-17T21:22:21.987Z | [ recovery-image] Dec 17 21:22:20.623 INFO O| Dec 17 21:22:20.623 INFO STEP 572 (remove_files) COMPLETE |
6052 | 2024-12-17T21:22:21.988Z | [ recovery-image] Dec 17 21:22:20.623 INFO O| Dec 17 21:22:20.623 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-17T21:22:22.010Z | [ recovery-image] Dec 17 21:22:20.644 INFO O| Dec 17 21:22:20.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6054 | 2024-12-17T21:22:22.010Z | [ recovery-image] Dec 17 21:22:20.644 INFO O| Dec 17 21:22:20.644 INFO STEP 573 (remove_files) COMPLETE |
6055 | 2024-12-17T21:22:22.010Z | [ recovery-image] Dec 17 21:22:20.644 INFO O| Dec 17 21:22:20.644 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-17T21:22:22.047Z | [ recovery-image] Dec 17 21:22:20.682 INFO O| Dec 17 21:22:20.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6057 | 2024-12-17T21:22:22.047Z | [ recovery-image] Dec 17 21:22:20.682 INFO O| Dec 17 21:22:20.682 INFO STEP 574 (remove_files) COMPLETE |
6058 | 2024-12-17T21:22:22.054Z | [ recovery-image] Dec 17 21:22:20.682 INFO O| Dec 17 21:22:20.682 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-17T21:22:22.104Z | [ recovery-image] Dec 17 21:22:20.740 INFO O| Dec 17 21:22:20.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6060 | 2024-12-17T21:22:22.104Z | [ recovery-image] Dec 17 21:22:20.740 INFO O| Dec 17 21:22:20.740 INFO STEP 575 (remove_files) COMPLETE |
6061 | 2024-12-17T21:22:22.108Z | [ recovery-image] Dec 17 21:22:20.741 INFO O| Dec 17 21:22:20.740 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-17T21:22:22.129Z | [ recovery-image] Dec 17 21:22:20.763 INFO O| Dec 17 21:22:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6063 | 2024-12-17T21:22:22.130Z | [ recovery-image] Dec 17 21:22:20.763 INFO O| Dec 17 21:22:20.763 INFO STEP 576 (remove_files) COMPLETE |
6064 | 2024-12-17T21:22:22.130Z | [ recovery-image] Dec 17 21:22:20.764 INFO O| Dec 17 21:22:20.763 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-17T21:22:22.160Z | [ recovery-image] Dec 17 21:22:20.797 INFO O| Dec 17 21:22:20.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6066 | 2024-12-17T21:22:22.161Z | [ recovery-image] Dec 17 21:22:20.797 INFO O| Dec 17 21:22:20.797 INFO STEP 577 (remove_files) COMPLETE |
6067 | 2024-12-17T21:22:22.161Z | [ recovery-image] Dec 17 21:22:20.797 INFO O| Dec 17 21:22:20.797 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-17T21:22:22.219Z | [ recovery-image] Dec 17 21:22:20.855 INFO O| Dec 17 21:22:20.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6069 | 2024-12-17T21:22:22.219Z | [ recovery-image] Dec 17 21:22:20.855 INFO O| Dec 17 21:22:20.855 INFO STEP 578 (remove_files) COMPLETE |
6070 | 2024-12-17T21:22:22.219Z | [ recovery-image] Dec 17 21:22:20.855 INFO O| Dec 17 21:22:20.855 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-17T21:22:22.242Z | [ recovery-image] Dec 17 21:22:20.878 INFO O| Dec 17 21:22:20.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6072 | 2024-12-17T21:22:22.242Z | [ recovery-image] Dec 17 21:22:20.878 INFO O| Dec 17 21:22:20.878 INFO STEP 579 (remove_files) COMPLETE |
6073 | 2024-12-17T21:22:22.242Z | [ recovery-image] Dec 17 21:22:20.878 INFO O| Dec 17 21:22:20.878 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-17T21:22:22.278Z | [ recovery-image] Dec 17 21:22:20.914 INFO O| Dec 17 21:22:20.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6075 | 2024-12-17T21:22:22.278Z | [ recovery-image] Dec 17 21:22:20.914 INFO O| Dec 17 21:22:20.914 INFO STEP 580 (remove_files) COMPLETE |
6076 | 2024-12-17T21:22:22.282Z | [ recovery-image] Dec 17 21:22:20.914 INFO O| Dec 17 21:22:20.914 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-17T21:22:22.340Z | [ recovery-image] Dec 17 21:22:20.977 INFO O| Dec 17 21:22:20.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6078 | 2024-12-17T21:22:22.341Z | [ recovery-image] Dec 17 21:22:20.977 INFO O| Dec 17 21:22:20.977 INFO STEP 581 (remove_files) COMPLETE |
6079 | 2024-12-17T21:22:22.341Z | [ recovery-image] Dec 17 21:22:20.977 INFO O| Dec 17 21:22:20.977 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-17T21:22:22.361Z | [ recovery-image] Dec 17 21:22:20.997 INFO O| Dec 17 21:22:20.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6081 | 2024-12-17T21:22:22.361Z | [ recovery-image] Dec 17 21:22:20.998 INFO O| Dec 17 21:22:20.998 INFO STEP 582 (remove_files) COMPLETE |
6082 | 2024-12-17T21:22:22.361Z | [ recovery-image] Dec 17 21:22:20.998 INFO O| Dec 17 21:22:20.998 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-17T21:22:22.405Z | [ recovery-image] Dec 17 21:22:21.041 INFO O| Dec 17 21:22:21.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6084 | 2024-12-17T21:22:22.405Z | [ recovery-image] Dec 17 21:22:21.041 INFO O| Dec 17 21:22:21.041 INFO STEP 583 (remove_files) COMPLETE |
6085 | 2024-12-17T21:22:22.405Z | [ recovery-image] Dec 17 21:22:21.041 INFO O| Dec 17 21:22:21.041 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-17T21:22:22.428Z | [ recovery-image] Dec 17 21:22:21.065 INFO O| Dec 17 21:22:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6087 | 2024-12-17T21:22:22.428Z | [ recovery-image] Dec 17 21:22:21.065 INFO O| Dec 17 21:22:21.065 INFO STEP 584 (remove_files) COMPLETE |
6088 | 2024-12-17T21:22:22.428Z | [ recovery-image] Dec 17 21:22:21.065 INFO O| Dec 17 21:22:21.065 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-17T21:22:22.484Z | [ recovery-image] Dec 17 21:22:21.121 INFO O| Dec 17 21:22:21.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6090 | 2024-12-17T21:22:22.488Z | [ recovery-image] Dec 17 21:22:21.121 INFO O| Dec 17 21:22:21.121 INFO STEP 585 (remove_files) COMPLETE |
6091 | 2024-12-17T21:22:22.488Z | [ recovery-image] Dec 17 21:22:21.122 INFO O| Dec 17 21:22:21.121 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-17T21:22:22.508Z | [ recovery-image] Dec 17 21:22:21.144 INFO O| Dec 17 21:22:21.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6093 | 2024-12-17T21:22:22.511Z | [ recovery-image] Dec 17 21:22:21.144 INFO O| Dec 17 21:22:21.144 INFO STEP 586 (remove_files) COMPLETE |
6094 | 2024-12-17T21:22:22.512Z | [ recovery-image] Dec 17 21:22:21.145 INFO O| Dec 17 21:22:21.144 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-17T21:22:22.537Z | [ recovery-image] Dec 17 21:22:21.171 INFO O| Dec 17 21:22:21.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6096 | 2024-12-17T21:22:22.537Z | [ recovery-image] Dec 17 21:22:21.171 INFO O| Dec 17 21:22:21.171 INFO STEP 587 (remove_files) COMPLETE |
6097 | 2024-12-17T21:22:22.537Z | [ recovery-image] Dec 17 21:22:21.171 INFO O| Dec 17 21:22:21.171 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-17T21:22:22.576Z | [ recovery-image] Dec 17 21:22:21.208 INFO O| Dec 17 21:22:21.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6099 | 2024-12-17T21:22:22.576Z | [ recovery-image] Dec 17 21:22:21.209 INFO O| Dec 17 21:22:21.209 INFO STEP 588 (remove_files) COMPLETE |
6100 | 2024-12-17T21:22:22.576Z | [ recovery-image] Dec 17 21:22:21.209 INFO O| Dec 17 21:22:21.209 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-17T21:22:22.594Z | [ recovery-image] Dec 17 21:22:21.230 INFO O| Dec 17 21:22:21.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6102 | 2024-12-17T21:22:22.594Z | [ recovery-image] Dec 17 21:22:21.230 INFO O| Dec 17 21:22:21.230 INFO STEP 589 (remove_files) COMPLETE |
6103 | 2024-12-17T21:22:22.594Z | [ recovery-image] Dec 17 21:22:21.230 INFO O| Dec 17 21:22:21.230 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-17T21:22:22.651Z | [ recovery-image] Dec 17 21:22:21.288 INFO O| Dec 17 21:22:21.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6105 | 2024-12-17T21:22:22.655Z | [ recovery-image] Dec 17 21:22:21.288 INFO O| Dec 17 21:22:21.288 INFO STEP 590 (remove_files) COMPLETE |
6106 | 2024-12-17T21:22:22.655Z | [ recovery-image] Dec 17 21:22:21.288 INFO O| Dec 17 21:22:21.288 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-17T21:22:22.706Z | [ recovery-image] Dec 17 21:22:21.342 INFO O| Dec 17 21:22:21.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6108 | 2024-12-17T21:22:22.706Z | [ recovery-image] Dec 17 21:22:21.342 INFO O| Dec 17 21:22:21.342 INFO STEP 591 (remove_files) COMPLETE |
6109 | 2024-12-17T21:22:22.710Z | [ recovery-image] Dec 17 21:22:21.342 INFO O| Dec 17 21:22:21.342 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-17T21:22:22.726Z | [ recovery-image] Dec 17 21:22:21.363 INFO O| Dec 17 21:22:21.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6111 | 2024-12-17T21:22:22.726Z | [ recovery-image] Dec 17 21:22:21.363 INFO O| Dec 17 21:22:21.363 INFO STEP 592 (remove_files) COMPLETE |
6112 | 2024-12-17T21:22:22.726Z | [ recovery-image] Dec 17 21:22:21.363 INFO O| Dec 17 21:22:21.363 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-17T21:22:22.769Z | [ recovery-image] Dec 17 21:22:21.406 INFO O| Dec 17 21:22:21.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6114 | 2024-12-17T21:22:22.769Z | [ recovery-image] Dec 17 21:22:21.406 INFO O| Dec 17 21:22:21.406 INFO STEP 593 (remove_files) COMPLETE |
6115 | 2024-12-17T21:22:22.769Z | [ recovery-image] Dec 17 21:22:21.406 INFO O| Dec 17 21:22:21.406 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-17T21:22:22.830Z | [ recovery-image] Dec 17 21:22:21.466 INFO O| Dec 17 21:22:21.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6117 | 2024-12-17T21:22:22.834Z | [ recovery-image] Dec 17 21:22:21.466 INFO O| Dec 17 21:22:21.466 INFO STEP 594 (remove_files) COMPLETE |
6118 | 2024-12-17T21:22:22.834Z | [ recovery-image] Dec 17 21:22:21.466 INFO O| Dec 17 21:22:21.466 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-17T21:22:22.851Z | [ recovery-image] Dec 17 21:22:21.488 INFO O| Dec 17 21:22:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6120 | 2024-12-17T21:22:22.852Z | [ recovery-image] Dec 17 21:22:21.488 INFO O| Dec 17 21:22:21.488 INFO STEP 595 (remove_files) COMPLETE |
6121 | 2024-12-17T21:22:22.852Z | [ recovery-image] Dec 17 21:22:21.488 INFO O| Dec 17 21:22:21.488 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-17T21:22:22.888Z | [ recovery-image] Dec 17 21:22:21.523 INFO O| Dec 17 21:22:21.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6123 | 2024-12-17T21:22:22.888Z | [ recovery-image] Dec 17 21:22:21.524 INFO O| Dec 17 21:22:21.524 INFO STEP 596 (remove_files) COMPLETE |
6124 | 2024-12-17T21:22:22.892Z | [ recovery-image] Dec 17 21:22:21.524 INFO O| Dec 17 21:22:21.524 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-17T21:22:22.908Z | [ recovery-image] Dec 17 21:22:21.545 INFO O| Dec 17 21:22:21.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6126 | 2024-12-17T21:22:22.911Z | [ recovery-image] Dec 17 21:22:21.545 INFO O| Dec 17 21:22:21.545 INFO STEP 597 (remove_files) COMPLETE |
6127 | 2024-12-17T21:22:22.911Z | [ recovery-image] Dec 17 21:22:21.545 INFO O| Dec 17 21:22:21.545 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-17T21:22:22.930Z | [ recovery-image] Dec 17 21:22:21.567 INFO O| Dec 17 21:22:21.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6129 | 2024-12-17T21:22:22.934Z | [ recovery-image] Dec 17 21:22:21.567 INFO O| Dec 17 21:22:21.567 INFO STEP 598 (remove_files) COMPLETE |
6130 | 2024-12-17T21:22:22.934Z | [ recovery-image] Dec 17 21:22:21.567 INFO O| Dec 17 21:22:21.567 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-17T21:22:22.962Z | [ recovery-image] Dec 17 21:22:21.599 INFO O| Dec 17 21:22:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6132 | 2024-12-17T21:22:22.962Z | [ recovery-image] Dec 17 21:22:21.599 INFO O| Dec 17 21:22:21.599 INFO STEP 599 (remove_files) COMPLETE |
6133 | 2024-12-17T21:22:22.966Z | [ recovery-image] Dec 17 21:22:21.599 INFO O| Dec 17 21:22:21.599 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-17T21:22:22.985Z | [ recovery-image] Dec 17 21:22:21.622 INFO O| Dec 17 21:22:21.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6135 | 2024-12-17T21:22:22.985Z | [ recovery-image] Dec 17 21:22:21.622 INFO O| Dec 17 21:22:21.622 INFO STEP 600 (remove_files) COMPLETE |
6136 | 2024-12-17T21:22:22.988Z | [ recovery-image] Dec 17 21:22:21.622 INFO O| Dec 17 21:22:21.622 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-17T21:22:23.023Z | [ recovery-image] Dec 17 21:22:21.653 INFO O| Dec 17 21:22:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6138 | 2024-12-17T21:22:23.023Z | [ recovery-image] Dec 17 21:22:21.653 INFO O| Dec 17 21:22:21.653 INFO STEP 601 (remove_files) COMPLETE |
6139 | 2024-12-17T21:22:23.030Z | [ recovery-image] Dec 17 21:22:21.653 INFO O| Dec 17 21:22:21.653 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-17T21:22:23.062Z | [ recovery-image] Dec 17 21:22:21.688 INFO O| Dec 17 21:22:21.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6141 | 2024-12-17T21:22:23.062Z | [ recovery-image] Dec 17 21:22:21.688 INFO O| Dec 17 21:22:21.688 INFO STEP 602 (remove_files) COMPLETE |
6142 | 2024-12-17T21:22:23.063Z | [ recovery-image] Dec 17 21:22:21.688 INFO O| Dec 17 21:22:21.688 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-17T21:22:23.094Z | [ recovery-image] Dec 17 21:22:21.729 INFO O| Dec 17 21:22:21.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6144 | 2024-12-17T21:22:23.099Z | [ recovery-image] Dec 17 21:22:21.729 INFO O| Dec 17 21:22:21.729 INFO STEP 603 (remove_files) COMPLETE |
6145 | 2024-12-17T21:22:23.099Z | [ recovery-image] Dec 17 21:22:21.729 INFO O| Dec 17 21:22:21.729 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-17T21:22:23.126Z | [ recovery-image] Dec 17 21:22:21.751 INFO O| Dec 17 21:22:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6147 | 2024-12-17T21:22:23.131Z | [ recovery-image] Dec 17 21:22:21.751 INFO O| Dec 17 21:22:21.751 INFO STEP 604 (remove_files) COMPLETE |
6148 | 2024-12-17T21:22:23.131Z | [ recovery-image] Dec 17 21:22:21.751 INFO O| Dec 17 21:22:21.751 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-17T21:22:23.169Z | [ recovery-image] Dec 17 21:22:21.806 INFO O| Dec 17 21:22:21.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6150 | 2024-12-17T21:22:23.169Z | [ recovery-image] Dec 17 21:22:21.806 INFO O| Dec 17 21:22:21.806 INFO STEP 605 (remove_files) COMPLETE |
6151 | 2024-12-17T21:22:23.169Z | [ recovery-image] Dec 17 21:22:21.806 INFO O| Dec 17 21:22:21.806 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-17T21:22:23.194Z | [ recovery-image] Dec 17 21:22:21.829 INFO O| Dec 17 21:22:21.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6153 | 2024-12-17T21:22:23.194Z | [ recovery-image] Dec 17 21:22:21.829 INFO O| Dec 17 21:22:21.829 INFO STEP 606 (remove_files) COMPLETE |
6154 | 2024-12-17T21:22:23.197Z | [ recovery-image] Dec 17 21:22:21.829 INFO O| Dec 17 21:22:21.829 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-17T21:22:23.213Z | [ recovery-image] Dec 17 21:22:21.850 INFO O| Dec 17 21:22:21.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6156 | 2024-12-17T21:22:23.213Z | [ recovery-image] Dec 17 21:22:21.850 INFO O| Dec 17 21:22:21.850 INFO STEP 607 (remove_files) COMPLETE |
6157 | 2024-12-17T21:22:23.213Z | [ recovery-image] Dec 17 21:22:21.850 INFO O| Dec 17 21:22:21.850 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-17T21:22:23.236Z | [ recovery-image] Dec 17 21:22:21.873 INFO O| Dec 17 21:22:21.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6159 | 2024-12-17T21:22:23.236Z | [ recovery-image] Dec 17 21:22:21.873 INFO O| Dec 17 21:22:21.873 INFO STEP 608 (remove_files) COMPLETE |
6160 | 2024-12-17T21:22:23.236Z | [ recovery-image] Dec 17 21:22:21.873 INFO O| Dec 17 21:22:21.873 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-17T21:22:23.276Z | [ recovery-image] Dec 17 21:22:21.912 INFO O| Dec 17 21:22:21.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6162 | 2024-12-17T21:22:23.276Z | [ recovery-image] Dec 17 21:22:21.912 INFO O| Dec 17 21:22:21.912 INFO STEP 609 (remove_files) COMPLETE |
6163 | 2024-12-17T21:22:23.276Z | [ recovery-image] Dec 17 21:22:21.912 INFO O| Dec 17 21:22:21.912 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-17T21:22:23.300Z | [ recovery-image] Dec 17 21:22:21.936 INFO O| Dec 17 21:22:21.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6165 | 2024-12-17T21:22:23.300Z | [ recovery-image] Dec 17 21:22:21.936 INFO O| Dec 17 21:22:21.936 INFO STEP 610 (remove_files) COMPLETE |
6166 | 2024-12-17T21:22:23.300Z | [ recovery-image] Dec 17 21:22:21.936 INFO O| Dec 17 21:22:21.936 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-17T21:22:23.359Z | [ recovery-image] Dec 17 21:22:21.994 INFO O| Dec 17 21:22:21.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6168 | 2024-12-17T21:22:23.359Z | [ recovery-image] Dec 17 21:22:21.994 INFO O| Dec 17 21:22:21.994 INFO STEP 611 (remove_files) COMPLETE |
6169 | 2024-12-17T21:22:23.359Z | [ recovery-image] Dec 17 21:22:21.994 INFO O| Dec 17 21:22:21.994 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-17T21:22:23.380Z | [ recovery-image] Dec 17 21:22:22.016 INFO O| Dec 17 21:22:22.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6171 | 2024-12-17T21:22:23.380Z | [ recovery-image] Dec 17 21:22:22.016 INFO O| Dec 17 21:22:22.016 INFO STEP 612 (remove_files) COMPLETE |
6172 | 2024-12-17T21:22:23.381Z | [ recovery-image] Dec 17 21:22:22.016 INFO O| Dec 17 21:22:22.016 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-17T21:22:23.403Z | [ recovery-image] Dec 17 21:22:22.040 INFO O| Dec 17 21:22:22.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6174 | 2024-12-17T21:22:23.407Z | [ recovery-image] Dec 17 21:22:22.040 INFO O| Dec 17 21:22:22.040 INFO STEP 613 (remove_files) COMPLETE |
6175 | 2024-12-17T21:22:23.407Z | [ recovery-image] Dec 17 21:22:22.041 INFO O| Dec 17 21:22:22.040 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-17T21:22:23.425Z | [ recovery-image] Dec 17 21:22:22.061 INFO O| Dec 17 21:22:22.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6177 | 2024-12-17T21:22:23.428Z | [ recovery-image] Dec 17 21:22:22.061 INFO O| Dec 17 21:22:22.061 INFO STEP 614 (remove_files) COMPLETE |
6178 | 2024-12-17T21:22:23.428Z | [ recovery-image] Dec 17 21:22:22.061 INFO O| Dec 17 21:22:22.061 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-17T21:22:23.446Z | [ recovery-image] Dec 17 21:22:22.082 INFO O| Dec 17 21:22:22.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6180 | 2024-12-17T21:22:23.449Z | [ recovery-image] Dec 17 21:22:22.082 INFO O| Dec 17 21:22:22.082 INFO STEP 615 (remove_files) COMPLETE |
6181 | 2024-12-17T21:22:23.449Z | [ recovery-image] Dec 17 21:22:22.082 INFO O| Dec 17 21:22:22.082 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-17T21:22:23.467Z | [ recovery-image] Dec 17 21:22:22.104 INFO O| Dec 17 21:22:22.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6183 | 2024-12-17T21:22:23.467Z | [ recovery-image] Dec 17 21:22:22.104 INFO O| Dec 17 21:22:22.104 INFO STEP 616 (remove_files) COMPLETE |
6184 | 2024-12-17T21:22:23.467Z | [ recovery-image] Dec 17 21:22:22.104 INFO O| Dec 17 21:22:22.104 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-17T21:22:23.500Z | [ recovery-image] Dec 17 21:22:22.137 INFO O| Dec 17 21:22:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6186 | 2024-12-17T21:22:23.503Z | [ recovery-image] Dec 17 21:22:22.137 INFO O| Dec 17 21:22:22.137 INFO STEP 617 (remove_files) COMPLETE |
6187 | 2024-12-17T21:22:23.504Z | [ recovery-image] Dec 17 21:22:22.138 INFO O| Dec 17 21:22:22.137 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-17T21:22:23.569Z | [ recovery-image] Dec 17 21:22:22.206 INFO O| Dec 17 21:22:22.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6189 | 2024-12-17T21:22:23.569Z | [ recovery-image] Dec 17 21:22:22.206 INFO O| Dec 17 21:22:22.206 INFO STEP 618 (remove_files) COMPLETE |
6190 | 2024-12-17T21:22:23.569Z | [ recovery-image] Dec 17 21:22:22.206 INFO O| Dec 17 21:22:22.206 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-17T21:22:23.591Z | [ recovery-image] Dec 17 21:22:22.228 INFO O| Dec 17 21:22:22.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6192 | 2024-12-17T21:22:23.591Z | [ recovery-image] Dec 17 21:22:22.228 INFO O| Dec 17 21:22:22.228 INFO STEP 619 (remove_files) COMPLETE |
6193 | 2024-12-17T21:22:23.591Z | [ recovery-image] Dec 17 21:22:22.228 INFO O| Dec 17 21:22:22.228 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-17T21:22:23.635Z | [ recovery-image] Dec 17 21:22:22.272 INFO O| Dec 17 21:22:22.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6195 | 2024-12-17T21:22:23.635Z | [ recovery-image] Dec 17 21:22:22.272 INFO O| Dec 17 21:22:22.272 INFO STEP 620 (remove_files) COMPLETE |
6196 | 2024-12-17T21:22:23.635Z | [ recovery-image] Dec 17 21:22:22.272 INFO O| Dec 17 21:22:22.272 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-17T21:22:23.671Z | [ recovery-image] Dec 17 21:22:22.308 INFO O| Dec 17 21:22:22.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6198 | 2024-12-17T21:22:23.671Z | [ recovery-image] Dec 17 21:22:22.308 INFO O| Dec 17 21:22:22.308 INFO STEP 621 (remove_files) COMPLETE |
6199 | 2024-12-17T21:22:23.672Z | [ recovery-image] Dec 17 21:22:22.308 INFO O| Dec 17 21:22:22.308 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-17T21:22:23.702Z | [ recovery-image] Dec 17 21:22:22.338 INFO O| Dec 17 21:22:22.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6201 | 2024-12-17T21:22:23.702Z | [ recovery-image] Dec 17 21:22:22.338 INFO O| Dec 17 21:22:22.338 INFO STEP 622 (remove_files) COMPLETE |
6202 | 2024-12-17T21:22:23.702Z | [ recovery-image] Dec 17 21:22:22.338 INFO O| Dec 17 21:22:22.338 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-17T21:22:23.758Z | [ recovery-image] Dec 17 21:22:22.394 INFO O| Dec 17 21:22:22.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6204 | 2024-12-17T21:22:23.758Z | [ recovery-image] Dec 17 21:22:22.394 INFO O| Dec 17 21:22:22.394 INFO STEP 623 (remove_files) COMPLETE |
6205 | 2024-12-17T21:22:23.761Z | [ recovery-image] Dec 17 21:22:22.394 INFO O| Dec 17 21:22:22.394 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-17T21:22:23.794Z | [ recovery-image] Dec 17 21:22:22.431 INFO O| Dec 17 21:22:22.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6207 | 2024-12-17T21:22:23.797Z | [ recovery-image] Dec 17 21:22:22.431 INFO O| Dec 17 21:22:22.431 INFO STEP 624 (remove_files) COMPLETE |
6208 | 2024-12-17T21:22:23.797Z | [ recovery-image] Dec 17 21:22:22.431 INFO O| Dec 17 21:22:22.431 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-17T21:22:23.816Z | [ recovery-image] Dec 17 21:22:22.453 INFO O| Dec 17 21:22:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6210 | 2024-12-17T21:22:23.820Z | [ recovery-image] Dec 17 21:22:22.454 INFO O| Dec 17 21:22:22.454 INFO STEP 625 (remove_files) COMPLETE |
6211 | 2024-12-17T21:22:23.820Z | [ recovery-image] Dec 17 21:22:22.454 INFO O| Dec 17 21:22:22.454 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-17T21:22:23.845Z | [ recovery-image] Dec 17 21:22:22.480 INFO O| Dec 17 21:22:22.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6213 | 2024-12-17T21:22:23.845Z | [ recovery-image] Dec 17 21:22:22.481 INFO O| Dec 17 21:22:22.481 INFO STEP 626 (remove_files) COMPLETE |
6214 | 2024-12-17T21:22:23.848Z | [ recovery-image] Dec 17 21:22:22.481 INFO O| Dec 17 21:22:22.481 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-17T21:22:23.867Z | [ recovery-image] Dec 17 21:22:22.503 INFO O| Dec 17 21:22:22.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6216 | 2024-12-17T21:22:23.869Z | [ recovery-image] Dec 17 21:22:22.504 INFO O| Dec 17 21:22:22.504 INFO STEP 627 (remove_files) COMPLETE |
6217 | 2024-12-17T21:22:23.870Z | [ recovery-image] Dec 17 21:22:22.504 INFO O| Dec 17 21:22:22.504 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-17T21:22:23.908Z | [ recovery-image] Dec 17 21:22:22.545 INFO O| Dec 17 21:22:22.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6219 | 2024-12-17T21:22:23.908Z | [ recovery-image] Dec 17 21:22:22.545 INFO O| Dec 17 21:22:22.545 INFO STEP 628 (remove_files) COMPLETE |
6220 | 2024-12-17T21:22:23.908Z | [ recovery-image] Dec 17 21:22:22.545 INFO O| Dec 17 21:22:22.545 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-17T21:22:23.970Z | [ recovery-image] Dec 17 21:22:22.606 INFO O| Dec 17 21:22:22.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6222 | 2024-12-17T21:22:23.970Z | [ recovery-image] Dec 17 21:22:22.607 INFO O| Dec 17 21:22:22.606 INFO STEP 629 (remove_files) COMPLETE |
6223 | 2024-12-17T21:22:23.979Z | [ recovery-image] Dec 17 21:22:22.607 INFO O| Dec 17 21:22:22.607 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-17T21:22:23.988Z | [ recovery-image] Dec 17 21:22:22.625 INFO O| Dec 17 21:22:22.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6225 | 2024-12-17T21:22:23.989Z | [ recovery-image] Dec 17 21:22:22.626 INFO O| Dec 17 21:22:22.626 INFO STEP 630 (remove_files) COMPLETE |
6226 | 2024-12-17T21:22:23.989Z | [ recovery-image] Dec 17 21:22:22.626 INFO O| Dec 17 21:22:22.626 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-17T21:22:24.008Z | [ recovery-image] Dec 17 21:22:22.644 INFO O| Dec 17 21:22:22.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6228 | 2024-12-17T21:22:24.008Z | [ recovery-image] Dec 17 21:22:22.644 INFO O| Dec 17 21:22:22.644 INFO STEP 631 (remove_files) COMPLETE |
6229 | 2024-12-17T21:22:24.008Z | [ recovery-image] Dec 17 21:22:22.644 INFO O| Dec 17 21:22:22.644 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-17T21:22:24.045Z | [ recovery-image] Dec 17 21:22:22.680 INFO O| Dec 17 21:22:22.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6231 | 2024-12-17T21:22:24.053Z | [ recovery-image] Dec 17 21:22:22.681 INFO O| Dec 17 21:22:22.681 INFO STEP 632 (remove_files) COMPLETE |
6232 | 2024-12-17T21:22:24.053Z | [ recovery-image] Dec 17 21:22:22.681 INFO O| Dec 17 21:22:22.681 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-17T21:22:24.064Z | [ recovery-image] Dec 17 21:22:22.701 INFO O| Dec 17 21:22:22.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6234 | 2024-12-17T21:22:24.068Z | [ recovery-image] Dec 17 21:22:22.701 INFO O| Dec 17 21:22:22.701 INFO STEP 633 (remove_files) COMPLETE |
6235 | 2024-12-17T21:22:24.069Z | [ recovery-image] Dec 17 21:22:22.701 INFO O| Dec 17 21:22:22.701 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-17T21:22:24.094Z | [ recovery-image] Dec 17 21:22:22.730 INFO O| Dec 17 21:22:22.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6237 | 2024-12-17T21:22:24.098Z | [ recovery-image] Dec 17 21:22:22.730 INFO O| Dec 17 21:22:22.730 INFO STEP 634 (remove_files) COMPLETE |
6238 | 2024-12-17T21:22:24.098Z | [ recovery-image] Dec 17 21:22:22.730 INFO O| Dec 17 21:22:22.730 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-17T21:22:24.123Z | [ recovery-image] Dec 17 21:22:22.757 INFO O| Dec 17 21:22:22.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6240 | 2024-12-17T21:22:24.123Z | [ recovery-image] Dec 17 21:22:22.757 INFO O| Dec 17 21:22:22.757 INFO STEP 635 (remove_files) COMPLETE |
6241 | 2024-12-17T21:22:24.123Z | [ recovery-image] Dec 17 21:22:22.757 INFO O| Dec 17 21:22:22.757 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-17T21:22:24.153Z | [ recovery-image] Dec 17 21:22:22.779 INFO O| Dec 17 21:22:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6243 | 2024-12-17T21:22:24.153Z | [ recovery-image] Dec 17 21:22:22.780 INFO O| Dec 17 21:22:22.780 INFO STEP 636 (remove_files) COMPLETE |
6244 | 2024-12-17T21:22:24.153Z | [ recovery-image] Dec 17 21:22:22.780 INFO O| Dec 17 21:22:22.780 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-17T21:22:24.162Z | [ recovery-image] Dec 17 21:22:22.799 INFO O| Dec 17 21:22:22.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6246 | 2024-12-17T21:22:24.162Z | [ recovery-image] Dec 17 21:22:22.799 INFO O| Dec 17 21:22:22.799 INFO STEP 637 (remove_files) COMPLETE |
6247 | 2024-12-17T21:22:24.162Z | [ recovery-image] Dec 17 21:22:22.799 INFO O| Dec 17 21:22:22.799 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-17T21:22:24.194Z | [ recovery-image] Dec 17 21:22:22.821 INFO O| Dec 17 21:22:22.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6249 | 2024-12-17T21:22:24.197Z | [ recovery-image] Dec 17 21:22:22.821 INFO O| Dec 17 21:22:22.821 INFO STEP 638 (remove_files) COMPLETE |
6250 | 2024-12-17T21:22:24.197Z | [ recovery-image] Dec 17 21:22:22.821 INFO O| Dec 17 21:22:22.821 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-17T21:22:24.206Z | [ recovery-image] Dec 17 21:22:22.842 INFO O| Dec 17 21:22:22.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6252 | 2024-12-17T21:22:24.209Z | [ recovery-image] Dec 17 21:22:22.843 INFO O| Dec 17 21:22:22.843 INFO STEP 639 (remove_files) COMPLETE |
6253 | 2024-12-17T21:22:24.209Z | [ recovery-image] Dec 17 21:22:22.843 INFO O| Dec 17 21:22:22.843 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-17T21:22:24.226Z | [ recovery-image] Dec 17 21:22:22.863 INFO O| Dec 17 21:22:22.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6255 | 2024-12-17T21:22:24.230Z | [ recovery-image] Dec 17 21:22:22.863 INFO O| Dec 17 21:22:22.863 INFO STEP 640 (remove_files) COMPLETE |
6256 | 2024-12-17T21:22:24.230Z | [ recovery-image] Dec 17 21:22:22.864 INFO O| Dec 17 21:22:22.863 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-17T21:22:24.246Z | [ recovery-image] Dec 17 21:22:22.883 INFO O| Dec 17 21:22:22.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6258 | 2024-12-17T21:22:24.249Z | [ recovery-image] Dec 17 21:22:22.883 INFO O| Dec 17 21:22:22.883 INFO STEP 641 (remove_files) COMPLETE |
6259 | 2024-12-17T21:22:24.249Z | [ recovery-image] Dec 17 21:22:22.883 INFO O| Dec 17 21:22:22.883 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-17T21:22:24.303Z | [ recovery-image] Dec 17 21:22:22.940 INFO O| Dec 17 21:22:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6261 | 2024-12-17T21:22:24.306Z | [ recovery-image] Dec 17 21:22:22.940 INFO O| Dec 17 21:22:22.940 INFO STEP 642 (remove_files) COMPLETE |
6262 | 2024-12-17T21:22:24.306Z | [ recovery-image] Dec 17 21:22:22.940 INFO O| Dec 17 21:22:22.940 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-17T21:22:24.365Z | [ recovery-image] Dec 17 21:22:23.001 INFO O| Dec 17 21:22:23.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6264 | 2024-12-17T21:22:24.365Z | [ recovery-image] Dec 17 21:22:23.002 INFO O| Dec 17 21:22:23.002 INFO STEP 643 (remove_files) COMPLETE |
6265 | 2024-12-17T21:22:24.369Z | [ recovery-image] Dec 17 21:22:23.002 INFO O| Dec 17 21:22:23.002 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-17T21:22:24.401Z | [ recovery-image] Dec 17 21:22:23.038 INFO O| Dec 17 21:22:23.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6267 | 2024-12-17T21:22:24.401Z | [ recovery-image] Dec 17 21:22:23.038 INFO O| Dec 17 21:22:23.038 INFO STEP 644 (remove_files) COMPLETE |
6268 | 2024-12-17T21:22:24.401Z | [ recovery-image] Dec 17 21:22:23.038 INFO O| Dec 17 21:22:23.038 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-17T21:22:24.423Z | [ recovery-image] Dec 17 21:22:23.060 INFO O| Dec 17 21:22:23.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6270 | 2024-12-17T21:22:24.424Z | [ recovery-image] Dec 17 21:22:23.060 INFO O| Dec 17 21:22:23.060 INFO STEP 645 (remove_files) COMPLETE |
6271 | 2024-12-17T21:22:24.424Z | [ recovery-image] Dec 17 21:22:23.060 INFO O| Dec 17 21:22:23.060 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-17T21:22:24.446Z | [ recovery-image] Dec 17 21:22:23.082 INFO O| Dec 17 21:22:23.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6273 | 2024-12-17T21:22:24.446Z | [ recovery-image] Dec 17 21:22:23.082 INFO O| Dec 17 21:22:23.082 INFO STEP 646 (remove_files) COMPLETE |
6274 | 2024-12-17T21:22:24.446Z | [ recovery-image] Dec 17 21:22:23.082 INFO O| Dec 17 21:22:23.082 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-17T21:22:24.466Z | [ recovery-image] Dec 17 21:22:23.103 INFO O| Dec 17 21:22:23.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6276 | 2024-12-17T21:22:24.491Z | [ recovery-image] Dec 17 21:22:23.127 INFO O| Dec 17 21:22:23.127 INFO STEP 647 (remove_files) COMPLETE |
6277 | 2024-12-17T21:22:24.491Z | [ recovery-image] Dec 17 21:22:23.127 INFO O| Dec 17 21:22:23.127 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-12-17T21:22:24.523Z | [ recovery-image] Dec 17 21:22:23.160 INFO O| Dec 17 21:22:23.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6279 | 2024-12-17T21:22:24.523Z | [ recovery-image] Dec 17 21:22:23.160 INFO O| Dec 17 21:22:23.160 INFO STEP 648 (remove_files) COMPLETE |
6280 | 2024-12-17T21:22:24.526Z | [ recovery-image] Dec 17 21:22:23.160 INFO O| Dec 17 21:22:23.160 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-12-17T21:22:24.568Z | [ recovery-image] Dec 17 21:22:23.205 INFO O| Dec 17 21:22:23.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6282 | 2024-12-17T21:22:24.568Z | [ recovery-image] Dec 17 21:22:23.205 INFO O| Dec 17 21:22:23.205 INFO STEP 649 (remove_files) COMPLETE |
6283 | 2024-12-17T21:22:24.572Z | [ recovery-image] Dec 17 21:22:23.205 INFO O| Dec 17 21:22:23.205 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-12-17T21:22:24.602Z | [ recovery-image] Dec 17 21:22:23.238 INFO O| Dec 17 21:22:23.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6285 | 2024-12-17T21:22:24.602Z | [ recovery-image] Dec 17 21:22:23.238 INFO O| Dec 17 21:22:23.238 INFO STEP 650 (remove_files) COMPLETE |
6286 | 2024-12-17T21:22:24.602Z | [ recovery-image] Dec 17 21:22:23.238 INFO O| Dec 17 21:22:23.238 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-12-17T21:22:24.641Z | [ recovery-image] Dec 17 21:22:23.277 INFO O| Dec 17 21:22:23.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6288 | 2024-12-17T21:22:24.644Z | [ recovery-image] Dec 17 21:22:23.277 INFO O| Dec 17 21:22:23.277 INFO STEP 651 (remove_files) COMPLETE |
6289 | 2024-12-17T21:22:24.644Z | [ recovery-image] Dec 17 21:22:23.277 INFO O| Dec 17 21:22:23.277 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-12-17T21:22:24.662Z | [ recovery-image] Dec 17 21:22:23.299 INFO O| Dec 17 21:22:23.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6291 | 2024-12-17T21:22:24.662Z | [ recovery-image] Dec 17 21:22:23.299 INFO O| Dec 17 21:22:23.299 INFO STEP 652 (remove_files) COMPLETE |
6292 | 2024-12-17T21:22:24.662Z | [ recovery-image] Dec 17 21:22:23.299 INFO O| Dec 17 21:22:23.299 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-12-17T21:22:24.683Z | [ recovery-image] Dec 17 21:22:23.320 INFO O| Dec 17 21:22:23.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6294 | 2024-12-17T21:22:24.683Z | [ recovery-image] Dec 17 21:22:23.320 INFO O| Dec 17 21:22:23.320 INFO STEP 653 (remove_files) COMPLETE |
6295 | 2024-12-17T21:22:24.683Z | [ recovery-image] Dec 17 21:22:23.320 INFO O| Dec 17 21:22:23.320 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-17T21:22:24.706Z | [ recovery-image] Dec 17 21:22:23.343 INFO O| Dec 17 21:22:23.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6297 | 2024-12-17T21:22:24.706Z | [ recovery-image] Dec 17 21:22:23.343 INFO O| Dec 17 21:22:23.343 INFO STEP 654 (remove_files) COMPLETE |
6298 | 2024-12-17T21:22:24.709Z | [ recovery-image] Dec 17 21:22:23.343 INFO O| Dec 17 21:22:23.343 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-12-17T21:22:24.728Z | [ recovery-image] Dec 17 21:22:23.364 INFO O| Dec 17 21:22:23.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6300 | 2024-12-17T21:22:24.729Z | [ recovery-image] Dec 17 21:22:23.365 INFO O| Dec 17 21:22:23.365 INFO STEP 655 (remove_files) COMPLETE |
6301 | 2024-12-17T21:22:24.729Z | [ recovery-image] Dec 17 21:22:23.365 INFO O| Dec 17 21:22:23.365 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-12-17T21:22:24.749Z | [ recovery-image] Dec 17 21:22:23.386 INFO O| Dec 17 21:22:23.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6303 | 2024-12-17T21:22:24.749Z | [ recovery-image] Dec 17 21:22:23.386 INFO O| Dec 17 21:22:23.386 INFO STEP 656 (remove_files) COMPLETE |
6304 | 2024-12-17T21:22:24.753Z | [ recovery-image] Dec 17 21:22:23.386 INFO O| Dec 17 21:22:23.386 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-12-17T21:22:24.780Z | [ recovery-image] Dec 17 21:22:23.416 INFO O| Dec 17 21:22:23.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6306 | 2024-12-17T21:22:24.782Z | [ recovery-image] Dec 17 21:22:23.417 INFO O| Dec 17 21:22:23.416 INFO STEP 657 (remove_files) COMPLETE |
6307 | 2024-12-17T21:22:24.783Z | [ recovery-image] Dec 17 21:22:23.417 INFO O| Dec 17 21:22:23.417 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-12-17T21:22:24.803Z | [ recovery-image] Dec 17 21:22:23.439 INFO O| Dec 17 21:22:23.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6309 | 2024-12-17T21:22:24.803Z | [ recovery-image] Dec 17 21:22:23.439 INFO O| Dec 17 21:22:23.439 INFO STEP 658 (remove_files) COMPLETE |
6310 | 2024-12-17T21:22:24.803Z | [ recovery-image] Dec 17 21:22:23.439 INFO O| Dec 17 21:22:23.439 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-12-17T21:22:24.907Z | [ recovery-image] Dec 17 21:22:23.532 INFO O| Dec 17 21:22:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6312 | 2024-12-17T21:22:24.907Z | [ recovery-image] Dec 17 21:22:23.532 INFO O| Dec 17 21:22:23.532 INFO STEP 659 (remove_files) COMPLETE |
6313 | 2024-12-17T21:22:24.911Z | [ recovery-image] Dec 17 21:22:23.532 INFO O| Dec 17 21:22:23.532 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-12-17T21:22:24.916Z | [ recovery-image] Dec 17 21:22:23.553 INFO O| Dec 17 21:22:23.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6315 | 2024-12-17T21:22:24.919Z | [ recovery-image] Dec 17 21:22:23.553 INFO O| Dec 17 21:22:23.553 INFO STEP 660 (remove_files) COMPLETE |
6316 | 2024-12-17T21:22:24.919Z | [ recovery-image] Dec 17 21:22:23.553 INFO O| Dec 17 21:22:23.553 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-12-17T21:22:24.936Z | [ recovery-image] Dec 17 21:22:23.573 INFO O| Dec 17 21:22:23.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6318 | 2024-12-17T21:22:24.939Z | [ recovery-image] Dec 17 21:22:23.573 INFO O| Dec 17 21:22:23.573 INFO STEP 661 (remove_files) COMPLETE |
6319 | 2024-12-17T21:22:24.939Z | [ recovery-image] Dec 17 21:22:23.574 INFO O| Dec 17 21:22:23.573 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-12-17T21:22:24.959Z | [ recovery-image] Dec 17 21:22:23.595 INFO O| Dec 17 21:22:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6321 | 2024-12-17T21:22:24.959Z | [ recovery-image] Dec 17 21:22:23.595 INFO O| Dec 17 21:22:23.595 INFO STEP 662 (remove_files) COMPLETE |
6322 | 2024-12-17T21:22:24.959Z | [ recovery-image] Dec 17 21:22:23.595 INFO O| Dec 17 21:22:23.595 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-12-17T21:22:24.987Z | [ recovery-image] Dec 17 21:22:23.624 INFO O| Dec 17 21:22:23.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6324 | 2024-12-17T21:22:24.987Z | [ recovery-image] Dec 17 21:22:23.624 INFO O| Dec 17 21:22:23.624 INFO STEP 663 (remove_files) COMPLETE |
6325 | 2024-12-17T21:22:24.987Z | [ recovery-image] Dec 17 21:22:23.624 INFO O| Dec 17 21:22:23.624 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-12-17T21:22:25.025Z | [ recovery-image] Dec 17 21:22:23.661 INFO O| Dec 17 21:22:23.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6327 | 2024-12-17T21:22:25.025Z | [ recovery-image] Dec 17 21:22:23.661 INFO O| Dec 17 21:22:23.661 INFO STEP 664 (remove_files) COMPLETE |
6328 | 2024-12-17T21:22:25.025Z | [ recovery-image] Dec 17 21:22:23.661 INFO O| Dec 17 21:22:23.661 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-12-17T21:22:25.058Z | [ recovery-image] Dec 17 21:22:23.695 INFO O| Dec 17 21:22:23.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6330 | 2024-12-17T21:22:25.058Z | [ recovery-image] Dec 17 21:22:23.695 INFO O| Dec 17 21:22:23.695 INFO STEP 665 (remove_files) COMPLETE |
6331 | 2024-12-17T21:22:25.058Z | [ recovery-image] Dec 17 21:22:23.695 INFO O| Dec 17 21:22:23.695 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-12-17T21:22:25.119Z | [ recovery-image] Dec 17 21:22:23.754 INFO O| Dec 17 21:22:23.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6333 | 2024-12-17T21:22:25.119Z | [ recovery-image] Dec 17 21:22:23.755 INFO O| Dec 17 21:22:23.755 INFO STEP 666 (remove_files) COMPLETE |
6334 | 2024-12-17T21:22:25.119Z | [ recovery-image] Dec 17 21:22:23.755 INFO O| Dec 17 21:22:23.755 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-17T21:22:25.159Z | [ recovery-image] Dec 17 21:22:23.795 INFO O| Dec 17 21:22:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6336 | 2024-12-17T21:22:25.159Z | [ recovery-image] Dec 17 21:22:23.795 INFO O| Dec 17 21:22:23.795 INFO STEP 667 (remove_files) COMPLETE |
6337 | 2024-12-17T21:22:25.160Z | [ recovery-image] Dec 17 21:22:23.795 INFO O| Dec 17 21:22:23.795 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-17T21:22:25.183Z | [ recovery-image] Dec 17 21:22:23.819 INFO O| Dec 17 21:22:23.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6339 | 2024-12-17T21:22:25.183Z | [ recovery-image] Dec 17 21:22:23.819 INFO O| Dec 17 21:22:23.819 INFO STEP 668 (remove_files) COMPLETE |
6340 | 2024-12-17T21:22:25.183Z | [ recovery-image] Dec 17 21:22:23.819 INFO O| Dec 17 21:22:23.819 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-17T21:22:25.221Z | [ recovery-image] Dec 17 21:22:23.857 INFO O| Dec 17 21:22:23.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6342 | 2024-12-17T21:22:25.221Z | [ recovery-image] Dec 17 21:22:23.857 INFO O| Dec 17 21:22:23.857 INFO STEP 669 (remove_files) COMPLETE |
6343 | 2024-12-17T21:22:25.221Z | [ recovery-image] Dec 17 21:22:23.857 INFO O| Dec 17 21:22:23.857 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-17T21:22:25.333Z | [ recovery-image] Dec 17 21:22:23.970 INFO O| Dec 17 21:22:23.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6345 | 2024-12-17T21:22:25.333Z | [ recovery-image] Dec 17 21:22:23.970 INFO O| Dec 17 21:22:23.970 INFO STEP 670 (remove_files) COMPLETE |
6346 | 2024-12-17T21:22:25.333Z | [ recovery-image] Dec 17 21:22:23.970 INFO O| Dec 17 21:22:23.970 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-17T21:22:25.355Z | [ recovery-image] Dec 17 21:22:23.992 INFO O| Dec 17 21:22:23.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6348 | 2024-12-17T21:22:25.355Z | [ recovery-image] Dec 17 21:22:23.992 INFO O| Dec 17 21:22:23.992 INFO STEP 671 (remove_files) COMPLETE |
6349 | 2024-12-17T21:22:25.358Z | [ recovery-image] Dec 17 21:22:23.993 INFO O| Dec 17 21:22:23.992 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-17T21:22:25.380Z | [ recovery-image] Dec 17 21:22:24.017 INFO O| Dec 17 21:22:24.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6351 | 2024-12-17T21:22:25.380Z | [ recovery-image] Dec 17 21:22:24.017 INFO O| Dec 17 21:22:24.017 INFO STEP 672 (remove_files) COMPLETE |
6352 | 2024-12-17T21:22:25.380Z | [ recovery-image] Dec 17 21:22:24.017 INFO O| Dec 17 21:22:24.017 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-17T21:22:25.406Z | [ recovery-image] Dec 17 21:22:24.043 INFO O| Dec 17 21:22:24.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6354 | 2024-12-17T21:22:25.406Z | [ recovery-image] Dec 17 21:22:24.043 INFO O| Dec 17 21:22:24.043 INFO STEP 673 (remove_files) COMPLETE |
6355 | 2024-12-17T21:22:25.410Z | [ recovery-image] Dec 17 21:22:24.044 INFO O| Dec 17 21:22:24.043 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-17T21:22:25.428Z | [ recovery-image] Dec 17 21:22:24.065 INFO O| Dec 17 21:22:24.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6357 | 2024-12-17T21:22:25.431Z | [ recovery-image] Dec 17 21:22:24.065 INFO O| Dec 17 21:22:24.065 INFO STEP 674 (remove_files) COMPLETE |
6358 | 2024-12-17T21:22:25.431Z | [ recovery-image] Dec 17 21:22:24.065 INFO O| Dec 17 21:22:24.065 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-17T21:22:25.449Z | [ recovery-image] Dec 17 21:22:24.086 INFO O| Dec 17 21:22:24.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6360 | 2024-12-17T21:22:25.453Z | [ recovery-image] Dec 17 21:22:24.086 INFO O| Dec 17 21:22:24.086 INFO STEP 675 (remove_files) COMPLETE |
6361 | 2024-12-17T21:22:25.453Z | [ recovery-image] Dec 17 21:22:24.086 INFO O| Dec 17 21:22:24.086 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-17T21:22:25.473Z | [ recovery-image] Dec 17 21:22:24.109 INFO O| Dec 17 21:22:24.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6363 | 2024-12-17T21:22:25.473Z | [ recovery-image] Dec 17 21:22:24.109 INFO O| Dec 17 21:22:24.109 INFO STEP 676 (remove_files) COMPLETE |
6364 | 2024-12-17T21:22:25.473Z | [ recovery-image] Dec 17 21:22:24.109 INFO O| Dec 17 21:22:24.109 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-17T21:22:25.508Z | [ recovery-image] Dec 17 21:22:24.145 INFO O| Dec 17 21:22:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6366 | 2024-12-17T21:22:25.508Z | [ recovery-image] Dec 17 21:22:24.145 INFO O| Dec 17 21:22:24.145 INFO STEP 677 (remove_files) COMPLETE |
6367 | 2024-12-17T21:22:25.508Z | [ recovery-image] Dec 17 21:22:24.145 INFO O| Dec 17 21:22:24.145 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-17T21:22:25.570Z | [ recovery-image] Dec 17 21:22:24.207 INFO O| Dec 17 21:22:24.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6369 | 2024-12-17T21:22:25.573Z | [ recovery-image] Dec 17 21:22:24.207 INFO O| Dec 17 21:22:24.207 INFO STEP 678 (remove_files) COMPLETE |
6370 | 2024-12-17T21:22:25.574Z | [ recovery-image] Dec 17 21:22:24.207 INFO O| Dec 17 21:22:24.207 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-17T21:22:25.590Z | [ recovery-image] Dec 17 21:22:24.227 INFO O| Dec 17 21:22:24.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6372 | 2024-12-17T21:22:25.593Z | [ recovery-image] Dec 17 21:22:24.228 INFO O| Dec 17 21:22:24.228 INFO STEP 679 (remove_files) COMPLETE |
6373 | 2024-12-17T21:22:25.594Z | [ recovery-image] Dec 17 21:22:24.228 INFO O| Dec 17 21:22:24.228 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-17T21:22:25.616Z | [ recovery-image] Dec 17 21:22:24.252 INFO O| Dec 17 21:22:24.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6375 | 2024-12-17T21:22:25.618Z | [ recovery-image] Dec 17 21:22:24.253 INFO O| Dec 17 21:22:24.253 INFO STEP 680 (remove_files) COMPLETE |
6376 | 2024-12-17T21:22:25.619Z | [ recovery-image] Dec 17 21:22:24.253 INFO O| Dec 17 21:22:24.253 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-17T21:22:25.656Z | [ recovery-image] Dec 17 21:22:24.293 INFO O| Dec 17 21:22:24.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6378 | 2024-12-17T21:22:25.656Z | [ recovery-image] Dec 17 21:22:24.293 INFO O| Dec 17 21:22:24.293 INFO STEP 681 (remove_files) COMPLETE |
6379 | 2024-12-17T21:22:25.656Z | [ recovery-image] Dec 17 21:22:24.293 INFO O| Dec 17 21:22:24.293 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-17T21:22:25.678Z | [ recovery-image] Dec 17 21:22:24.314 INFO O| Dec 17 21:22:24.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6381 | 2024-12-17T21:22:25.678Z | [ recovery-image] Dec 17 21:22:24.314 INFO O| Dec 17 21:22:24.314 INFO STEP 682 (remove_files) COMPLETE |
6382 | 2024-12-17T21:22:25.681Z | [ recovery-image] Dec 17 21:22:24.314 INFO O| Dec 17 21:22:24.314 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-17T21:22:25.717Z | [ recovery-image] Dec 17 21:22:24.353 INFO O| Dec 17 21:22:24.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6384 | 2024-12-17T21:22:25.717Z | [ recovery-image] Dec 17 21:22:24.353 INFO O| Dec 17 21:22:24.353 INFO STEP 683 (remove_files) COMPLETE |
6385 | 2024-12-17T21:22:25.717Z | [ recovery-image] Dec 17 21:22:24.353 INFO O| Dec 17 21:22:24.353 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-17T21:22:25.736Z | [ recovery-image] Dec 17 21:22:24.373 INFO O| Dec 17 21:22:24.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6387 | 2024-12-17T21:22:25.737Z | [ recovery-image] Dec 17 21:22:24.373 INFO O| Dec 17 21:22:24.373 INFO STEP 684 (remove_files) COMPLETE |
6388 | 2024-12-17T21:22:25.737Z | [ recovery-image] Dec 17 21:22:24.373 INFO O| Dec 17 21:22:24.373 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-17T21:22:25.757Z | [ recovery-image] Dec 17 21:22:24.394 INFO O| Dec 17 21:22:24.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6390 | 2024-12-17T21:22:25.758Z | [ recovery-image] Dec 17 21:22:24.394 INFO O| Dec 17 21:22:24.394 INFO STEP 685 (remove_files) COMPLETE |
6391 | 2024-12-17T21:22:25.758Z | [ recovery-image] Dec 17 21:22:24.394 INFO O| Dec 17 21:22:24.394 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-17T21:22:25.779Z | [ recovery-image] Dec 17 21:22:24.416 INFO O| Dec 17 21:22:24.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6393 | 2024-12-17T21:22:25.779Z | [ recovery-image] Dec 17 21:22:24.416 INFO O| Dec 17 21:22:24.416 INFO STEP 686 (remove_files) COMPLETE |
6394 | 2024-12-17T21:22:25.779Z | [ recovery-image] Dec 17 21:22:24.416 INFO O| Dec 17 21:22:24.416 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-17T21:22:25.805Z | [ recovery-image] Dec 17 21:22:24.442 INFO O| Dec 17 21:22:24.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6396 | 2024-12-17T21:22:25.805Z | [ recovery-image] Dec 17 21:22:24.442 INFO O| Dec 17 21:22:24.442 INFO STEP 687 (remove_files) COMPLETE |
6397 | 2024-12-17T21:22:25.808Z | [ recovery-image] Dec 17 21:22:24.442 INFO O| Dec 17 21:22:24.442 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-17T21:22:25.871Z | [ recovery-image] Dec 17 21:22:24.508 INFO O| Dec 17 21:22:24.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6399 | 2024-12-17T21:22:25.876Z | [ recovery-image] Dec 17 21:22:24.508 INFO O| Dec 17 21:22:24.508 INFO STEP 688 (remove_files) COMPLETE |
6400 | 2024-12-17T21:22:25.876Z | [ recovery-image] Dec 17 21:22:24.508 INFO O| Dec 17 21:22:24.508 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-17T21:22:25.893Z | [ recovery-image] Dec 17 21:22:24.530 INFO O| Dec 17 21:22:24.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6402 | 2024-12-17T21:22:25.893Z | [ recovery-image] Dec 17 21:22:24.530 INFO O| Dec 17 21:22:24.530 INFO STEP 689 (remove_files) COMPLETE |
6403 | 2024-12-17T21:22:25.894Z | [ recovery-image] Dec 17 21:22:24.530 INFO O| Dec 17 21:22:24.530 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-17T21:22:25.917Z | [ recovery-image] Dec 17 21:22:24.554 INFO O| Dec 17 21:22:24.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6405 | 2024-12-17T21:22:25.917Z | [ recovery-image] Dec 17 21:22:24.554 INFO O| Dec 17 21:22:24.554 INFO STEP 690 (remove_files) COMPLETE |
6406 | 2024-12-17T21:22:25.921Z | [ recovery-image] Dec 17 21:22:24.554 INFO O| Dec 17 21:22:24.554 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-17T21:22:25.961Z | [ recovery-image] Dec 17 21:22:24.598 INFO O| Dec 17 21:22:24.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6408 | 2024-12-17T21:22:25.961Z | [ recovery-image] Dec 17 21:22:24.598 INFO O| Dec 17 21:22:24.598 INFO STEP 691 (remove_files) COMPLETE |
6409 | 2024-12-17T21:22:25.961Z | [ recovery-image] Dec 17 21:22:24.598 INFO O| Dec 17 21:22:24.598 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-17T21:22:25.983Z | [ recovery-image] Dec 17 21:22:24.620 INFO O| Dec 17 21:22:24.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6411 | 2024-12-17T21:22:25.985Z | [ recovery-image] Dec 17 21:22:24.620 INFO O| Dec 17 21:22:24.620 INFO STEP 692 (remove_files) COMPLETE |
6412 | 2024-12-17T21:22:25.985Z | [ recovery-image] Dec 17 21:22:24.620 INFO O| Dec 17 21:22:24.620 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-17T21:22:26.004Z | [ recovery-image] Dec 17 21:22:24.641 INFO O| Dec 17 21:22:24.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6414 | 2024-12-17T21:22:26.005Z | [ recovery-image] Dec 17 21:22:24.641 INFO O| Dec 17 21:22:24.641 INFO STEP 693 (remove_files) COMPLETE |
6415 | 2024-12-17T21:22:26.008Z | [ recovery-image] Dec 17 21:22:24.642 INFO O| Dec 17 21:22:24.641 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-12-17T21:22:26.033Z | [ recovery-image] Dec 17 21:22:24.670 INFO O| Dec 17 21:22:24.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6417 | 2024-12-17T21:22:26.036Z | [ recovery-image] Dec 17 21:22:24.670 INFO O| Dec 17 21:22:24.670 INFO STEP 694 (remove_files) COMPLETE |
6418 | 2024-12-17T21:22:26.036Z | [ recovery-image] Dec 17 21:22:24.670 INFO O| Dec 17 21:22:24.670 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-12-17T21:22:26.136Z | [ recovery-image] Dec 17 21:22:24.773 INFO O| Dec 17 21:22:24.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6420 | 2024-12-17T21:22:26.139Z | [ recovery-image] Dec 17 21:22:24.773 INFO O| Dec 17 21:22:24.773 INFO STEP 695 (remove_files) COMPLETE |
6421 | 2024-12-17T21:22:26.140Z | [ recovery-image] Dec 17 21:22:24.773 INFO O| Dec 17 21:22:24.773 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-17T21:22:26.171Z | [ recovery-image] Dec 17 21:22:24.807 INFO O| Dec 17 21:22:24.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6423 | 2024-12-17T21:22:26.171Z | [ recovery-image] Dec 17 21:22:24.807 INFO O| Dec 17 21:22:24.807 INFO STEP 696 (remove_files) COMPLETE |
6424 | 2024-12-17T21:22:26.171Z | [ recovery-image] Dec 17 21:22:24.807 INFO O| Dec 17 21:22:24.807 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-17T21:22:26.199Z | [ recovery-image] Dec 17 21:22:24.828 INFO O| Dec 17 21:22:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6426 | 2024-12-17T21:22:26.199Z | [ recovery-image] Dec 17 21:22:24.829 INFO O| Dec 17 21:22:24.829 INFO STEP 697 (remove_files) COMPLETE |
6427 | 2024-12-17T21:22:26.199Z | [ recovery-image] Dec 17 21:22:24.829 INFO O| Dec 17 21:22:24.829 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-17T21:22:26.213Z | [ recovery-image] Dec 17 21:22:24.850 INFO O| Dec 17 21:22:24.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6429 | 2024-12-17T21:22:26.213Z | [ recovery-image] Dec 17 21:22:24.850 INFO O| Dec 17 21:22:24.850 INFO STEP 698 (remove_files) COMPLETE |
6430 | 2024-12-17T21:22:26.213Z | [ recovery-image] Dec 17 21:22:24.850 INFO O| Dec 17 21:22:24.850 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-17T21:22:26.246Z | [ recovery-image] Dec 17 21:22:24.882 INFO O| Dec 17 21:22:24.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6432 | 2024-12-17T21:22:26.246Z | [ recovery-image] Dec 17 21:22:24.882 INFO O| Dec 17 21:22:24.882 INFO STEP 699 (remove_files) COMPLETE |
6433 | 2024-12-17T21:22:26.249Z | [ recovery-image] Dec 17 21:22:24.882 INFO O| Dec 17 21:22:24.882 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-17T21:22:26.306Z | [ recovery-image] Dec 17 21:22:24.943 INFO O| Dec 17 21:22:24.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6435 | 2024-12-17T21:22:26.306Z | [ recovery-image] Dec 17 21:22:24.943 INFO O| Dec 17 21:22:24.943 INFO STEP 700 (remove_files) COMPLETE |
6436 | 2024-12-17T21:22:26.309Z | [ recovery-image] Dec 17 21:22:24.943 INFO O| Dec 17 21:22:24.943 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-12-17T21:22:26.350Z | [ recovery-image] Dec 17 21:22:24.987 INFO O| Dec 17 21:22:24.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6438 | 2024-12-17T21:22:26.350Z | [ recovery-image] Dec 17 21:22:24.987 INFO O| Dec 17 21:22:24.987 INFO STEP 701 (remove_files) COMPLETE |
6439 | 2024-12-17T21:22:26.350Z | [ recovery-image] Dec 17 21:22:24.987 INFO O| Dec 17 21:22:24.987 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-12-17T21:22:26.354Z | [ host-image] Dec 17 21:22:24.991 INFO O| Dec 17 21:22:24.991 INFO O| Planning: Solver setup ... Done |
6441 | 2024-12-17T21:22:26.361Z | [ host-image] Dec 17 21:22:24.998 INFO O| Dec 17 21:22:24.997 INFO O| Planning: Running solver ... Done |
6442 | 2024-12-17T21:22:26.392Z | [ recovery-image] Dec 17 21:22:25.028 INFO O| Dec 17 21:22:25.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6443 | 2024-12-17T21:22:26.392Z | [ recovery-image] Dec 17 21:22:25.029 INFO O| Dec 17 21:22:25.028 INFO STEP 702 (remove_files) COMPLETE |
6444 | 2024-12-17T21:22:26.392Z | [ recovery-image] Dec 17 21:22:25.029 INFO O| Dec 17 21:22:25.028 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-17T21:22:26.439Z | [ recovery-image] Dec 17 21:22:25.076 INFO O| Dec 17 21:22:25.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6446 | 2024-12-17T21:22:26.442Z | [ recovery-image] Dec 17 21:22:25.076 INFO O| Dec 17 21:22:25.076 INFO STEP 703 (remove_files) COMPLETE |
6447 | 2024-12-17T21:22:26.442Z | [ recovery-image] Dec 17 21:22:25.076 INFO O| Dec 17 21:22:25.076 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-17T21:22:26.451Z | [ host-image] Dec 17 21:22:25.088 INFO O| Dec 17 21:22:25.087 INFO O| Planning: Finding local manifests ... Done |
6449 | 2024-12-17T21:22:26.453Z | [ host-image] Dec 17 21:22:25.089 INFO O| Dec 17 21:22:25.089 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6450 | 2024-12-17T21:22:26.543Z | [ recovery-image] Dec 17 21:22:25.180 INFO O| Dec 17 21:22:25.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6451 | 2024-12-17T21:22:26.543Z | [ recovery-image] Dec 17 21:22:25.180 INFO O| Dec 17 21:22:25.180 INFO STEP 704 (remove_files) COMPLETE |
6452 | 2024-12-17T21:22:26.543Z | [ recovery-image] Dec 17 21:22:25.180 INFO O| Dec 17 21:22:25.180 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-17T21:22:26.586Z | [ recovery-image] Dec 17 21:22:25.223 INFO O| Dec 17 21:22:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6454 | 2024-12-17T21:22:26.586Z | [ recovery-image] Dec 17 21:22:25.223 INFO O| Dec 17 21:22:25.223 INFO STEP 705 (remove_files) COMPLETE |
6455 | 2024-12-17T21:22:26.586Z | [ recovery-image] Dec 17 21:22:25.223 INFO O| Dec 17 21:22:25.223 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-17T21:22:26.619Z | [ host-image] Dec 17 21:22:25.256 INFO O| Dec 17 21:22:25.256 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6457 | 2024-12-17T21:22:26.634Z | [ recovery-image] Dec 17 21:22:25.270 INFO O| Dec 17 21:22:25.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6458 | 2024-12-17T21:22:26.634Z | [ recovery-image] Dec 17 21:22:25.271 INFO O| Dec 17 21:22:25.271 INFO STEP 706 (remove_files) COMPLETE |
6459 | 2024-12-17T21:22:26.634Z | [ recovery-image] Dec 17 21:22:25.271 INFO O| Dec 17 21:22:25.271 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-17T21:22:26.654Z | [ recovery-image] Dec 17 21:22:25.291 INFO O| Dec 17 21:22:25.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6461 | 2024-12-17T21:22:26.654Z | [ recovery-image] Dec 17 21:22:25.291 INFO O| Dec 17 21:22:25.291 INFO STEP 707 (remove_files) COMPLETE |
6462 | 2024-12-17T21:22:26.657Z | [ recovery-image] Dec 17 21:22:25.291 INFO O| Dec 17 21:22:25.291 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-17T21:22:26.674Z | [ recovery-image] Dec 17 21:22:25.311 INFO O| Dec 17 21:22:25.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6464 | 2024-12-17T21:22:26.674Z | [ recovery-image] Dec 17 21:22:25.311 INFO O| Dec 17 21:22:25.311 INFO STEP 708 (remove_files) COMPLETE |
6465 | 2024-12-17T21:22:26.674Z | [ recovery-image] Dec 17 21:22:25.311 INFO O| Dec 17 21:22:25.311 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-17T21:22:26.694Z | [ recovery-image] Dec 17 21:22:25.331 INFO O| Dec 17 21:22:25.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6467 | 2024-12-17T21:22:26.697Z | [ recovery-image] Dec 17 21:22:25.331 INFO O| Dec 17 21:22:25.331 INFO STEP 709 (remove_files) COMPLETE |
6468 | 2024-12-17T21:22:26.697Z | [ recovery-image] Dec 17 21:22:25.331 INFO O| Dec 17 21:22:25.331 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-17T21:22:26.708Z | [ host-image] Dec 17 21:22:25.345 INFO O| Dec 17 21:22:25.345 INFO O| Planning: Package planning ... Done |
6470 | 2024-12-17T21:22:26.711Z | [ host-image] Dec 17 21:22:25.346 INFO O| Dec 17 21:22:25.346 INFO O| Planning: Merging actions ... Done |
6471 | 2024-12-17T21:22:26.716Z | [ recovery-image] Dec 17 21:22:25.353 INFO O| Dec 17 21:22:25.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6472 | 2024-12-17T21:22:26.716Z | [ recovery-image] Dec 17 21:22:25.353 INFO O| Dec 17 21:22:25.353 INFO STEP 710 (remove_files) COMPLETE |
6473 | 2024-12-17T21:22:26.726Z | [ recovery-image] Dec 17 21:22:25.353 INFO O| Dec 17 21:22:25.353 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-17T21:22:26.737Z | [ recovery-image] Dec 17 21:22:25.374 INFO O| Dec 17 21:22:25.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6475 | 2024-12-17T21:22:26.737Z | [ recovery-image] Dec 17 21:22:25.374 INFO O| Dec 17 21:22:25.374 INFO STEP 711 (remove_files) COMPLETE |
6476 | 2024-12-17T21:22:26.737Z | [ recovery-image] Dec 17 21:22:25.374 INFO O| Dec 17 21:22:25.374 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-17T21:22:26.765Z | [ recovery-image] Dec 17 21:22:25.398 INFO O| Dec 17 21:22:25.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6478 | 2024-12-17T21:22:26.765Z | [ recovery-image] Dec 17 21:22:25.398 INFO O| Dec 17 21:22:25.398 INFO STEP 712 (remove_files) COMPLETE |
6479 | 2024-12-17T21:22:26.779Z | [ recovery-image] Dec 17 21:22:25.398 INFO O| Dec 17 21:22:25.398 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-17T21:22:26.782Z | [ recovery-image] Dec 17 21:22:25.417 INFO O| Dec 17 21:22:25.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6481 | 2024-12-17T21:22:26.782Z | [ recovery-image] Dec 17 21:22:25.417 INFO O| Dec 17 21:22:25.417 INFO STEP 713 (remove_files) COMPLETE |
6482 | 2024-12-17T21:22:26.782Z | [ recovery-image] Dec 17 21:22:25.417 INFO O| Dec 17 21:22:25.417 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-17T21:22:26.807Z | [ recovery-image] Dec 17 21:22:25.443 INFO O| Dec 17 21:22:25.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6484 | 2024-12-17T21:22:26.810Z | [ recovery-image] Dec 17 21:22:25.443 INFO O| Dec 17 21:22:25.443 INFO STEP 714 (remove_files) COMPLETE |
6485 | 2024-12-17T21:22:26.810Z | [ recovery-image] Dec 17 21:22:25.444 INFO O| Dec 17 21:22:25.444 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-17T21:22:26.829Z | [ recovery-image] Dec 17 21:22:25.466 INFO O| Dec 17 21:22:25.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6487 | 2024-12-17T21:22:26.829Z | [ recovery-image] Dec 17 21:22:25.466 INFO O| Dec 17 21:22:25.466 INFO STEP 715 (remove_files) COMPLETE |
6488 | 2024-12-17T21:22:26.833Z | [ recovery-image] Dec 17 21:22:25.467 INFO O| Dec 17 21:22:25.466 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-17T21:22:26.845Z | [ host-image] Dec 17 21:22:25.482 INFO O| Dec 17 21:22:25.482 INFO O| Planning: Checking for conflicting actions ... Done |
6490 | 2024-12-17T21:22:26.848Z | [ host-image] Dec 17 21:22:25.483 INFO O| Dec 17 21:22:25.482 INFO O| Planning: Consolidating action changes ... Done |
6491 | 2024-12-17T21:22:26.851Z | [ recovery-image] Dec 17 21:22:25.488 INFO O| Dec 17 21:22:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6492 | 2024-12-17T21:22:26.855Z | [ recovery-image] Dec 17 21:22:25.489 INFO O| Dec 17 21:22:25.488 INFO STEP 716 (remove_files) COMPLETE |
6493 | 2024-12-17T21:22:26.855Z | [ recovery-image] Dec 17 21:22:25.489 INFO O| Dec 17 21:22:25.489 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-12-17T21:22:26.876Z | [ recovery-image] Dec 17 21:22:25.512 INFO O| Dec 17 21:22:25.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6495 | 2024-12-17T21:22:26.879Z | [ recovery-image] Dec 17 21:22:25.513 INFO O| Dec 17 21:22:25.513 INFO STEP 717 (remove_files) COMPLETE |
6496 | 2024-12-17T21:22:26.879Z | [ recovery-image] Dec 17 21:22:25.513 INFO O| Dec 17 21:22:25.513 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-12-17T21:22:26.911Z | [ recovery-image] Dec 17 21:22:25.548 INFO O| Dec 17 21:22:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6498 | 2024-12-17T21:22:26.915Z | [ recovery-image] Dec 17 21:22:25.548 INFO O| Dec 17 21:22:25.548 INFO STEP 718 (remove_files) COMPLETE |
6499 | 2024-12-17T21:22:26.915Z | [ recovery-image] Dec 17 21:22:25.548 INFO O| Dec 17 21:22:25.548 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-12-17T21:22:26.933Z | [ recovery-image] Dec 17 21:22:25.570 INFO O| Dec 17 21:22:25.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6501 | 2024-12-17T21:22:26.936Z | [ recovery-image] Dec 17 21:22:25.570 INFO O| Dec 17 21:22:25.570 INFO STEP 719 (remove_files) COMPLETE |
6502 | 2024-12-17T21:22:26.936Z | [ recovery-image] Dec 17 21:22:25.570 INFO O| Dec 17 21:22:25.570 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-12-17T21:22:26.955Z | [ recovery-image] Dec 17 21:22:25.592 INFO O| Dec 17 21:22:25.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6504 | 2024-12-17T21:22:26.959Z | [ recovery-image] Dec 17 21:22:25.592 INFO O| Dec 17 21:22:25.592 INFO STEP 720 (remove_files) COMPLETE |
6505 | 2024-12-17T21:22:26.959Z | [ recovery-image] Dec 17 21:22:25.592 INFO O| Dec 17 21:22:25.592 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-12-17T21:22:26.977Z | [ recovery-image] Dec 17 21:22:25.614 INFO O| Dec 17 21:22:25.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6507 | 2024-12-17T21:22:26.977Z | [ recovery-image] Dec 17 21:22:25.614 INFO O| Dec 17 21:22:25.614 INFO STEP 721 (remove_files) COMPLETE |
6508 | 2024-12-17T21:22:26.977Z | [ recovery-image] Dec 17 21:22:25.614 INFO O| Dec 17 21:22:25.614 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-12-17T21:22:27.009Z | [ recovery-image] Dec 17 21:22:25.646 INFO O| Dec 17 21:22:25.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6510 | 2024-12-17T21:22:27.009Z | [ recovery-image] Dec 17 21:22:25.646 INFO O| Dec 17 21:22:25.646 INFO STEP 722 (remove_files) COMPLETE |
6511 | 2024-12-17T21:22:27.013Z | [ recovery-image] Dec 17 21:22:25.646 INFO O| Dec 17 21:22:25.646 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-12-17T21:22:27.056Z | [ recovery-image] Dec 17 21:22:25.693 INFO O| Dec 17 21:22:25.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6513 | 2024-12-17T21:22:27.057Z | [ recovery-image] Dec 17 21:22:25.693 INFO O| Dec 17 21:22:25.693 INFO STEP 723 (remove_files) COMPLETE |
6514 | 2024-12-17T21:22:27.057Z | [ recovery-image] Dec 17 21:22:25.693 INFO O| Dec 17 21:22:25.693 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-12-17T21:22:27.105Z | [ recovery-image] Dec 17 21:22:25.742 INFO O| Dec 17 21:22:25.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6516 | 2024-12-17T21:22:27.108Z | [ recovery-image] Dec 17 21:22:25.742 INFO O| Dec 17 21:22:25.742 INFO STEP 724 (remove_files) COMPLETE |
6517 | 2024-12-17T21:22:27.108Z | [ recovery-image] Dec 17 21:22:25.742 INFO O| Dec 17 21:22:25.742 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-12-17T21:22:27.128Z | [ recovery-image] Dec 17 21:22:25.764 INFO O| Dec 17 21:22:25.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6519 | 2024-12-17T21:22:27.131Z | [ recovery-image] Dec 17 21:22:25.765 INFO O| Dec 17 21:22:25.765 INFO STEP 725 (remove_files) COMPLETE |
6520 | 2024-12-17T21:22:27.131Z | [ recovery-image] Dec 17 21:22:25.765 INFO O| Dec 17 21:22:25.765 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-12-17T21:22:27.150Z | [ recovery-image] Dec 17 21:22:25.787 INFO O| Dec 17 21:22:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6522 | 2024-12-17T21:22:27.154Z | [ recovery-image] Dec 17 21:22:25.787 INFO O| Dec 17 21:22:25.787 INFO STEP 726 (remove_files) COMPLETE |
6523 | 2024-12-17T21:22:27.154Z | [ recovery-image] Dec 17 21:22:25.787 INFO O| Dec 17 21:22:25.787 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-12-17T21:22:27.230Z | [ host-image] Dec 17 21:22:25.866 INFO O| Dec 17 21:22:25.866 INFO O| Planning: Evaluating mediators ... Done |
6525 | 2024-12-17T21:22:27.234Z | [ host-image] Dec 17 21:22:25.867 INFO O| Dec 17 21:22:25.867 INFO O| Planning: Planning completed in 5.34 seconds |
6526 | 2024-12-17T21:22:27.234Z | [ host-image] Dec 17 21:22:25.869 INFO O| Dec 17 21:22:25.869 INFO O| Packages to install: 1 |
6527 | 2024-12-17T21:22:27.238Z | [ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6528 | 2024-12-17T21:22:27.239Z | [ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.834 INFO STEP 727 (remove_files) COMPLETE |
6529 | 2024-12-17T21:22:27.242Z | [ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.834 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-12-17T21:22:27.249Z | [ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6531 | 2024-12-17T21:22:27.249Z | [ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.855 INFO STEP 728 (remove_files) COMPLETE |
6532 | 2024-12-17T21:22:27.249Z | [ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.855 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-12-17T21:22:27.252Z | [ recovery-image] Dec 17 21:22:25.876 INFO O| Dec 17 21:22:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6534 | 2024-12-17T21:22:27.252Z | [ recovery-image] Dec 17 21:22:25.876 INFO O| Dec 17 21:22:25.876 INFO STEP 729 (remove_files) COMPLETE |
6535 | 2024-12-17T21:22:27.252Z | [ recovery-image] Dec 17 21:22:25.876 INFO O| Dec 17 21:22:25.876 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-12-17T21:22:27.260Z | [ recovery-image] Dec 17 21:22:25.897 INFO O| Dec 17 21:22:25.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6537 | 2024-12-17T21:22:27.263Z | [ recovery-image] Dec 17 21:22:25.897 INFO O| Dec 17 21:22:25.897 INFO STEP 730 (remove_files) COMPLETE |
6538 | 2024-12-17T21:22:27.263Z | [ recovery-image] Dec 17 21:22:25.897 INFO O| Dec 17 21:22:25.897 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-12-17T21:22:27.282Z | [ host-image] Dec 17 21:22:25.919 INFO O| Dec 17 21:22:25.918 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
6540 | 2024-12-17T21:22:27.332Z | [ recovery-image] Dec 17 21:22:25.968 INFO O| Dec 17 21:22:25.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6541 | 2024-12-17T21:22:27.335Z | [ recovery-image] Dec 17 21:22:25.968 INFO O| Dec 17 21:22:25.968 INFO STEP 731 (remove_files) COMPLETE |
6542 | 2024-12-17T21:22:27.335Z | [ recovery-image] Dec 17 21:22:25.968 INFO O| Dec 17 21:22:25.968 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-17T21:22:27.351Z | [ recovery-image] Dec 17 21:22:25.988 INFO O| Dec 17 21:22:25.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6544 | 2024-12-17T21:22:27.354Z | [ recovery-image] Dec 17 21:22:25.988 INFO O| Dec 17 21:22:25.988 INFO STEP 732 (remove_files) COMPLETE |
6545 | 2024-12-17T21:22:27.354Z | [ recovery-image] Dec 17 21:22:25.988 INFO O| Dec 17 21:22:25.988 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-17T21:22:27.372Z | [ recovery-image] Dec 17 21:22:26.009 INFO O| Dec 17 21:22:26.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6547 | 2024-12-17T21:22:27.372Z | [ recovery-image] Dec 17 21:22:26.009 INFO O| Dec 17 21:22:26.009 INFO STEP 733 (remove_files) COMPLETE |
6548 | 2024-12-17T21:22:27.376Z | [ recovery-image] Dec 17 21:22:26.009 INFO O| Dec 17 21:22:26.009 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-17T21:22:27.392Z | [ recovery-image] Dec 17 21:22:26.029 INFO O| Dec 17 21:22:26.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6550 | 2024-12-17T21:22:27.395Z | [ recovery-image] Dec 17 21:22:26.029 INFO O| Dec 17 21:22:26.029 INFO STEP 734 (remove_files) COMPLETE |
6551 | 2024-12-17T21:22:27.395Z | [ recovery-image] Dec 17 21:22:26.029 INFO O| Dec 17 21:22:26.029 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-17T21:22:27.412Z | [ recovery-image] Dec 17 21:22:26.049 INFO O| Dec 17 21:22:26.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6553 | 2024-12-17T21:22:27.415Z | [ recovery-image] Dec 17 21:22:26.049 INFO O| Dec 17 21:22:26.049 INFO STEP 735 (remove_files) COMPLETE |
6554 | 2024-12-17T21:22:27.415Z | [ recovery-image] Dec 17 21:22:26.049 INFO O| Dec 17 21:22:26.049 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-17T21:22:27.433Z | [ recovery-image] Dec 17 21:22:26.070 INFO O| Dec 17 21:22:26.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6556 | 2024-12-17T21:22:27.436Z | [ recovery-image] Dec 17 21:22:26.070 INFO O| Dec 17 21:22:26.070 INFO STEP 736 (remove_files) COMPLETE |
6557 | 2024-12-17T21:22:27.439Z | [ recovery-image] Dec 17 21:22:26.070 INFO O| Dec 17 21:22:26.070 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-17T21:22:27.460Z | [ recovery-image] Dec 17 21:22:26.096 INFO O| Dec 17 21:22:26.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6559 | 2024-12-17T21:22:27.460Z | [ recovery-image] Dec 17 21:22:26.096 INFO O| Dec 17 21:22:26.096 INFO STEP 737 (remove_files) COMPLETE |
6560 | 2024-12-17T21:22:27.460Z | [ recovery-image] Dec 17 21:22:26.096 INFO O| Dec 17 21:22:26.096 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-17T21:22:27.523Z | [ recovery-image] Dec 17 21:22:26.159 INFO O| Dec 17 21:22:26.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6562 | 2024-12-17T21:22:27.523Z | [ recovery-image] Dec 17 21:22:26.159 INFO O| Dec 17 21:22:26.159 INFO STEP 738 (remove_files) COMPLETE |
6563 | 2024-12-17T21:22:27.526Z | [ recovery-image] Dec 17 21:22:26.159 INFO O| Dec 17 21:22:26.159 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-12-17T21:22:27.542Z | [ recovery-image] Dec 17 21:22:26.179 INFO O| Dec 17 21:22:26.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6565 | 2024-12-17T21:22:27.542Z | [ recovery-image] Dec 17 21:22:26.179 INFO O| Dec 17 21:22:26.179 INFO STEP 739 (remove_files) COMPLETE |
6566 | 2024-12-17T21:22:27.543Z | [ recovery-image] Dec 17 21:22:26.179 INFO O| Dec 17 21:22:26.179 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-12-17T21:22:27.559Z | [ recovery-image] Dec 17 21:22:26.196 INFO O| Dec 17 21:22:26.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6568 | 2024-12-17T21:22:27.559Z | [ recovery-image] Dec 17 21:22:26.196 INFO O| Dec 17 21:22:26.196 INFO STEP 740 (remove_files) COMPLETE |
6569 | 2024-12-17T21:22:27.563Z | [ recovery-image] Dec 17 21:22:26.196 INFO O| Dec 17 21:22:26.196 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-12-17T21:22:27.577Z | [ recovery-image] Dec 17 21:22:26.214 INFO O| Dec 17 21:22:26.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6571 | 2024-12-17T21:22:27.601Z | [ recovery-image] Dec 17 21:22:26.238 INFO O| Dec 17 21:22:26.238 INFO STEP 741 (remove_files) COMPLETE |
6572 | 2024-12-17T21:22:27.601Z | [ recovery-image] Dec 17 21:22:26.238 INFO O| Dec 17 21:22:26.238 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-12-17T21:22:27.622Z | [ recovery-image] Dec 17 21:22:26.258 INFO O| Dec 17 21:22:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6574 | 2024-12-17T21:22:27.622Z | [ recovery-image] Dec 17 21:22:26.258 INFO O| Dec 17 21:22:26.258 INFO STEP 742 (remove_files) COMPLETE |
6575 | 2024-12-17T21:22:27.625Z | [ recovery-image] Dec 17 21:22:26.258 INFO O| Dec 17 21:22:26.258 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-12-17T21:22:27.642Z | [ recovery-image] Dec 17 21:22:26.279 INFO O| Dec 17 21:22:26.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6577 | 2024-12-17T21:22:27.642Z | [ recovery-image] Dec 17 21:22:26.279 INFO O| Dec 17 21:22:26.279 INFO STEP 743 (remove_files) COMPLETE |
6578 | 2024-12-17T21:22:27.642Z | [ recovery-image] Dec 17 21:22:26.279 INFO O| Dec 17 21:22:26.279 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-12-17T21:22:27.679Z | [ recovery-image] Dec 17 21:22:26.309 INFO O| Dec 17 21:22:26.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6580 | 2024-12-17T21:22:27.679Z | [ recovery-image] Dec 17 21:22:26.309 INFO O| Dec 17 21:22:26.299 INFO STEP 744 (remove_files) COMPLETE |
6581 | 2024-12-17T21:22:27.679Z | [ recovery-image] Dec 17 21:22:26.309 INFO O| Dec 17 21:22:26.299 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-12-17T21:22:27.694Z | [ recovery-image] Dec 17 21:22:26.320 INFO O| Dec 17 21:22:26.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6583 | 2024-12-17T21:22:27.694Z | [ recovery-image] Dec 17 21:22:26.320 INFO O| Dec 17 21:22:26.320 INFO STEP 745 (remove_files) COMPLETE |
6584 | 2024-12-17T21:22:27.694Z | [ recovery-image] Dec 17 21:22:26.320 INFO O| Dec 17 21:22:26.320 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-12-17T21:22:27.706Z | [ recovery-image] Dec 17 21:22:26.342 INFO O| Dec 17 21:22:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6586 | 2024-12-17T21:22:27.709Z | [ recovery-image] Dec 17 21:22:26.343 INFO O| Dec 17 21:22:26.343 INFO STEP 746 (remove_files) COMPLETE |
6587 | 2024-12-17T21:22:27.710Z | [ recovery-image] Dec 17 21:22:26.343 INFO O| Dec 17 21:22:26.343 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-12-17T21:22:27.762Z | [ recovery-image] Dec 17 21:22:26.395 INFO O| Dec 17 21:22:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6589 | 2024-12-17T21:22:27.762Z | [ recovery-image] Dec 17 21:22:26.395 INFO O| Dec 17 21:22:26.395 INFO STEP 747 (remove_files) COMPLETE |
6590 | 2024-12-17T21:22:27.762Z | [ recovery-image] Dec 17 21:22:26.395 INFO O| Dec 17 21:22:26.395 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-12-17T21:22:27.809Z | [ recovery-image] Dec 17 21:22:26.445 INFO O| Dec 17 21:22:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6592 | 2024-12-17T21:22:27.809Z | [ recovery-image] Dec 17 21:22:26.446 INFO O| Dec 17 21:22:26.446 INFO STEP 748 (remove_files) COMPLETE |
6593 | 2024-12-17T21:22:27.809Z | [ recovery-image] Dec 17 21:22:26.446 INFO O| Dec 17 21:22:26.446 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-12-17T21:22:27.847Z | [ recovery-image] Dec 17 21:22:26.483 INFO O| Dec 17 21:22:26.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6595 | 2024-12-17T21:22:27.847Z | [ recovery-image] Dec 17 21:22:26.483 INFO O| Dec 17 21:22:26.483 INFO STEP 749 (remove_files) COMPLETE |
6596 | 2024-12-17T21:22:27.850Z | [ recovery-image] Dec 17 21:22:26.483 INFO O| Dec 17 21:22:26.483 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-12-17T21:22:27.868Z | [ recovery-image] Dec 17 21:22:26.505 INFO O| Dec 17 21:22:26.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6598 | 2024-12-17T21:22:27.869Z | [ recovery-image] Dec 17 21:22:26.505 INFO O| Dec 17 21:22:26.505 INFO STEP 750 (remove_files) COMPLETE |
6599 | 2024-12-17T21:22:27.869Z | [ recovery-image] Dec 17 21:22:26.505 INFO O| Dec 17 21:22:26.505 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-12-17T21:22:27.891Z | [ recovery-image] Dec 17 21:22:26.527 INFO O| Dec 17 21:22:26.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6601 | 2024-12-17T21:22:27.891Z | [ recovery-image] Dec 17 21:22:26.527 INFO O| Dec 17 21:22:26.527 INFO STEP 751 (remove_files) COMPLETE |
6602 | 2024-12-17T21:22:27.894Z | [ recovery-image] Dec 17 21:22:26.527 INFO O| Dec 17 21:22:26.527 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-12-17T21:22:27.961Z | [ recovery-image] Dec 17 21:22:26.598 INFO O| Dec 17 21:22:26.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6604 | 2024-12-17T21:22:27.962Z | [ recovery-image] Dec 17 21:22:26.598 INFO O| Dec 17 21:22:26.598 INFO STEP 752 (remove_files) COMPLETE |
6605 | 2024-12-17T21:22:27.962Z | [ recovery-image] Dec 17 21:22:26.598 INFO O| Dec 17 21:22:26.598 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-12-17T21:22:27.992Z | [ recovery-image] Dec 17 21:22:26.628 INFO O| Dec 17 21:22:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6607 | 2024-12-17T21:22:27.992Z | [ recovery-image] Dec 17 21:22:26.628 INFO O| Dec 17 21:22:26.628 INFO STEP 753 (remove_files) COMPLETE |
6608 | 2024-12-17T21:22:27.995Z | [ recovery-image] Dec 17 21:22:26.628 INFO O| Dec 17 21:22:26.628 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-12-17T21:22:28.008Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6610 | 2024-12-17T21:22:28.011Z | [ recovery-image] Dec 17 21:22:26.647 INFO O| Dec 17 21:22:26.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6611 | 2024-12-17T21:22:28.011Z | [ recovery-image] Dec 17 21:22:26.647 INFO O| Dec 17 21:22:26.647 INFO STEP 754 (remove_files) COMPLETE |
6612 | 2024-12-17T21:22:28.011Z | [ recovery-image] Dec 17 21:22:26.647 INFO O| Dec 17 21:22:26.647 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-17T21:22:28.056Z | [ recovery-image] Dec 17 21:22:26.683 INFO O| Dec 17 21:22:26.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6614 | 2024-12-17T21:22:28.056Z | [ recovery-image] Dec 17 21:22:26.683 INFO O| Dec 17 21:22:26.683 INFO STEP 755 (remove_files) COMPLETE |
6615 | 2024-12-17T21:22:28.059Z | [ recovery-image] Dec 17 21:22:26.683 INFO O| Dec 17 21:22:26.683 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-17T21:22:28.065Z | [ recovery-image] Dec 17 21:22:26.702 INFO O| Dec 17 21:22:26.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6617 | 2024-12-17T21:22:28.065Z | [ recovery-image] Dec 17 21:22:26.702 INFO O| Dec 17 21:22:26.702 INFO STEP 756 (remove_files) COMPLETE |
6618 | 2024-12-17T21:22:28.068Z | [ recovery-image] Dec 17 21:22:26.702 INFO O| Dec 17 21:22:26.702 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-17T21:22:28.083Z | [ recovery-image] Dec 17 21:22:26.720 INFO O| Dec 17 21:22:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6620 | 2024-12-17T21:22:28.084Z | [ recovery-image] Dec 17 21:22:26.720 INFO O| Dec 17 21:22:26.720 INFO STEP 757 (remove_files) COMPLETE |
6621 | 2024-12-17T21:22:28.084Z | [ recovery-image] Dec 17 21:22:26.720 INFO O| Dec 17 21:22:26.720 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-17T21:22:28.103Z | [ recovery-image] Dec 17 21:22:26.740 INFO O| Dec 17 21:22:26.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6623 | 2024-12-17T21:22:28.103Z | [ recovery-image] Dec 17 21:22:26.740 INFO O| Dec 17 21:22:26.740 INFO STEP 758 (remove_files) COMPLETE |
6624 | 2024-12-17T21:22:28.107Z | [ recovery-image] Dec 17 21:22:26.740 INFO O| Dec 17 21:22:26.740 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-17T21:22:28.124Z | [ recovery-image] Dec 17 21:22:26.761 INFO O| Dec 17 21:22:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6626 | 2024-12-17T21:22:28.127Z | [ recovery-image] Dec 17 21:22:26.761 INFO O| Dec 17 21:22:26.761 INFO STEP 759 (remove_files) COMPLETE |
6627 | 2024-12-17T21:22:28.127Z | [ recovery-image] Dec 17 21:22:26.761 INFO O| Dec 17 21:22:26.761 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-17T21:22:28.146Z | [ recovery-image] Dec 17 21:22:26.783 INFO O| Dec 17 21:22:26.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6629 | 2024-12-17T21:22:28.146Z | [ recovery-image] Dec 17 21:22:26.783 INFO O| Dec 17 21:22:26.783 INFO STEP 760 (remove_files) COMPLETE |
6630 | 2024-12-17T21:22:28.149Z | [ recovery-image] Dec 17 21:22:26.783 INFO O| Dec 17 21:22:26.783 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-17T21:22:28.170Z | [ recovery-image] Dec 17 21:22:26.805 INFO O| Dec 17 21:22:26.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6632 | 2024-12-17T21:22:28.174Z | [ recovery-image] Dec 17 21:22:26.805 INFO O| Dec 17 21:22:26.805 INFO STEP 761 (remove_files) COMPLETE |
6633 | 2024-12-17T21:22:28.174Z | [ recovery-image] Dec 17 21:22:26.806 INFO O| Dec 17 21:22:26.805 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-17T21:22:28.191Z | [ recovery-image] Dec 17 21:22:26.827 INFO O| Dec 17 21:22:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6635 | 2024-12-17T21:22:28.191Z | [ recovery-image] Dec 17 21:22:26.827 INFO O| Dec 17 21:22:26.827 INFO STEP 762 (remove_files) COMPLETE |
6636 | 2024-12-17T21:22:28.191Z | [ recovery-image] Dec 17 21:22:26.827 INFO O| Dec 17 21:22:26.827 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-17T21:22:28.213Z | [ recovery-image] Dec 17 21:22:26.850 INFO O| Dec 17 21:22:26.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6638 | 2024-12-17T21:22:28.213Z | [ recovery-image] Dec 17 21:22:26.850 INFO O| Dec 17 21:22:26.850 INFO STEP 763 (remove_files) COMPLETE |
6639 | 2024-12-17T21:22:28.214Z | [ recovery-image] Dec 17 21:22:26.850 INFO O| Dec 17 21:22:26.850 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-17T21:22:28.237Z | [ recovery-image] Dec 17 21:22:26.872 INFO O| Dec 17 21:22:26.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6641 | 2024-12-17T21:22:28.237Z | [ recovery-image] Dec 17 21:22:26.872 INFO O| Dec 17 21:22:26.872 INFO STEP 764 (remove_files) COMPLETE |
6642 | 2024-12-17T21:22:28.237Z | [ recovery-image] Dec 17 21:22:26.872 INFO O| Dec 17 21:22:26.872 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-17T21:22:28.257Z | [ recovery-image] Dec 17 21:22:26.893 INFO O| Dec 17 21:22:26.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6644 | 2024-12-17T21:22:28.257Z | [ recovery-image] Dec 17 21:22:26.893 INFO O| Dec 17 21:22:26.893 INFO STEP 765 (remove_files) COMPLETE |
6645 | 2024-12-17T21:22:28.257Z | [ recovery-image] Dec 17 21:22:26.893 INFO O| Dec 17 21:22:26.893 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-17T21:22:28.278Z | [ recovery-image] Dec 17 21:22:26.915 INFO O| Dec 17 21:22:26.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6647 | 2024-12-17T21:22:28.278Z | [ recovery-image] Dec 17 21:22:26.915 INFO O| Dec 17 21:22:26.915 INFO STEP 766 (remove_files) COMPLETE |
6648 | 2024-12-17T21:22:28.278Z | [ recovery-image] Dec 17 21:22:26.915 INFO O| Dec 17 21:22:26.915 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-17T21:22:28.301Z | [ recovery-image] Dec 17 21:22:26.937 INFO O| Dec 17 21:22:26.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6650 | 2024-12-17T21:22:28.301Z | [ recovery-image] Dec 17 21:22:26.937 INFO O| Dec 17 21:22:26.937 INFO STEP 767 (remove_files) COMPLETE |
6651 | 2024-12-17T21:22:28.301Z | [ recovery-image] Dec 17 21:22:26.937 INFO O| Dec 17 21:22:26.937 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-17T21:22:28.387Z | [ recovery-image] Dec 17 21:22:27.022 INFO O| Dec 17 21:22:27.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6653 | 2024-12-17T21:22:28.387Z | [ recovery-image] Dec 17 21:22:27.022 INFO O| Dec 17 21:22:27.022 INFO STEP 768 (remove_files) COMPLETE |
6654 | 2024-12-17T21:22:28.389Z | [ recovery-image] Dec 17 21:22:27.022 INFO O| Dec 17 21:22:27.022 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-17T21:22:28.403Z | [ host-image] Dec 17 21:22:27.039 INFO O| Dec 17 21:22:27.039 INFO O| Download: Completed 9.99 MB in 1.12 seconds (8.9M/s) |
6656 | 2024-12-17T21:22:28.419Z | [ recovery-image] Dec 17 21:22:27.056 INFO O| Dec 17 21:22:27.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6657 | 2024-12-17T21:22:28.419Z | [ recovery-image] Dec 17 21:22:27.056 INFO O| Dec 17 21:22:27.056 INFO STEP 769 (remove_files) COMPLETE |
6658 | 2024-12-17T21:22:28.423Z | [ recovery-image] Dec 17 21:22:27.056 INFO O| Dec 17 21:22:27.056 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-17T21:22:28.440Z | [ recovery-image] Dec 17 21:22:27.077 INFO O| Dec 17 21:22:27.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6660 | 2024-12-17T21:22:28.440Z | [ recovery-image] Dec 17 21:22:27.077 INFO O| Dec 17 21:22:27.077 INFO STEP 770 (remove_files) COMPLETE |
6661 | 2024-12-17T21:22:28.444Z | [ recovery-image] Dec 17 21:22:27.077 INFO O| Dec 17 21:22:27.077 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-17T21:22:28.487Z | [ recovery-image] Dec 17 21:22:27.124 INFO O| Dec 17 21:22:27.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6663 | 2024-12-17T21:22:28.487Z | [ recovery-image] Dec 17 21:22:27.124 INFO O| Dec 17 21:22:27.124 INFO STEP 771 (remove_files) COMPLETE |
6664 | 2024-12-17T21:22:28.491Z | [ recovery-image] Dec 17 21:22:27.124 INFO O| Dec 17 21:22:27.124 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-17T21:22:28.529Z | [ recovery-image] Dec 17 21:22:27.166 INFO O| Dec 17 21:22:27.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6666 | 2024-12-17T21:22:28.529Z | [ recovery-image] Dec 17 21:22:27.166 INFO O| Dec 17 21:22:27.166 INFO STEP 772 (remove_files) COMPLETE |
6667 | 2024-12-17T21:22:28.529Z | [ recovery-image] Dec 17 21:22:27.166 INFO O| Dec 17 21:22:27.166 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-12-17T21:22:28.551Z | [ recovery-image] Dec 17 21:22:27.188 INFO O| Dec 17 21:22:27.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6669 | 2024-12-17T21:22:28.551Z | [ recovery-image] Dec 17 21:22:27.188 INFO O| Dec 17 21:22:27.188 INFO STEP 773 (remove_files) COMPLETE |
6670 | 2024-12-17T21:22:28.551Z | [ recovery-image] Dec 17 21:22:27.188 INFO O| Dec 17 21:22:27.188 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-12-17T21:22:28.599Z | [ recovery-image] Dec 17 21:22:27.235 INFO O| Dec 17 21:22:27.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6672 | 2024-12-17T21:22:28.599Z | [ recovery-image] Dec 17 21:22:27.235 INFO O| Dec 17 21:22:27.235 INFO STEP 774 (remove_files) COMPLETE |
6673 | 2024-12-17T21:22:28.599Z | [ recovery-image] Dec 17 21:22:27.235 INFO O| Dec 17 21:22:27.235 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-12-17T21:22:28.605Z | [ host-image] Dec 17 21:22:27.242 INFO O| Dec 17 21:22:27.242 INFO O| Actions: 1/22 actions (Installing new actions) |
6675 | 2024-12-17T21:22:28.622Z | [ recovery-image] Dec 17 21:22:27.259 INFO O| Dec 17 21:22:27.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6676 | 2024-12-17T21:22:28.626Z | [ recovery-image] Dec 17 21:22:27.259 INFO O| Dec 17 21:22:27.259 INFO STEP 775 (remove_files) COMPLETE |
6677 | 2024-12-17T21:22:28.626Z | [ recovery-image] Dec 17 21:22:27.259 INFO O| Dec 17 21:22:27.259 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-17T21:22:28.731Z | [ recovery-image] Dec 17 21:22:27.367 INFO O| Dec 17 21:22:27.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6679 | 2024-12-17T21:22:28.731Z | [ recovery-image] Dec 17 21:22:27.367 INFO O| Dec 17 21:22:27.367 INFO STEP 776 (remove_files) COMPLETE |
6680 | 2024-12-17T21:22:28.732Z | [ recovery-image] Dec 17 21:22:27.367 INFO O| Dec 17 21:22:27.367 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-17T21:22:28.752Z | [ recovery-image] Dec 17 21:22:27.389 INFO O| Dec 17 21:22:27.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6682 | 2024-12-17T21:22:28.752Z | [ recovery-image] Dec 17 21:22:27.389 INFO O| Dec 17 21:22:27.389 INFO STEP 777 (remove_files) COMPLETE |
6683 | 2024-12-17T21:22:28.752Z | [ recovery-image] Dec 17 21:22:27.389 INFO O| Dec 17 21:22:27.389 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-17T21:22:28.787Z | [ recovery-image] Dec 17 21:22:27.423 INFO O| Dec 17 21:22:27.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6685 | 2024-12-17T21:22:28.787Z | [ recovery-image] Dec 17 21:22:27.423 INFO O| Dec 17 21:22:27.423 INFO STEP 778 (remove_files) COMPLETE |
6686 | 2024-12-17T21:22:28.787Z | [ recovery-image] Dec 17 21:22:27.423 INFO O| Dec 17 21:22:27.423 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-17T21:22:28.808Z | [ recovery-image] Dec 17 21:22:27.444 INFO O| Dec 17 21:22:27.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6688 | 2024-12-17T21:22:28.808Z | [ recovery-image] Dec 17 21:22:27.445 INFO O| Dec 17 21:22:27.445 INFO STEP 779 (remove_files) COMPLETE |
6689 | 2024-12-17T21:22:28.811Z | [ recovery-image] Dec 17 21:22:27.445 INFO O| Dec 17 21:22:27.445 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-17T21:22:28.829Z | [ recovery-image] Dec 17 21:22:27.466 INFO O| Dec 17 21:22:27.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6691 | 2024-12-17T21:22:28.829Z | [ recovery-image] Dec 17 21:22:27.466 INFO O| Dec 17 21:22:27.466 INFO STEP 780 (remove_files) COMPLETE |
6692 | 2024-12-17T21:22:28.829Z | [ recovery-image] Dec 17 21:22:27.466 INFO O| Dec 17 21:22:27.466 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-17T21:22:28.849Z | [ recovery-image] Dec 17 21:22:27.486 INFO O| Dec 17 21:22:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6694 | 2024-12-17T21:22:28.850Z | [ recovery-image] Dec 17 21:22:27.487 INFO O| Dec 17 21:22:27.486 INFO STEP 781 (remove_files) COMPLETE |
6695 | 2024-12-17T21:22:28.850Z | [ recovery-image] Dec 17 21:22:27.487 INFO O| Dec 17 21:22:27.487 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-17T21:22:28.871Z | [ recovery-image] Dec 17 21:22:27.507 INFO O| Dec 17 21:22:27.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6697 | 2024-12-17T21:22:28.871Z | [ recovery-image] Dec 17 21:22:27.507 INFO O| Dec 17 21:22:27.507 INFO STEP 782 (remove_files) COMPLETE |
6698 | 2024-12-17T21:22:28.871Z | [ recovery-image] Dec 17 21:22:27.507 INFO O| Dec 17 21:22:27.507 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-17T21:22:28.905Z | [ recovery-image] Dec 17 21:22:27.542 INFO O| Dec 17 21:22:27.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6700 | 2024-12-17T21:22:28.905Z | [ recovery-image] Dec 17 21:22:27.542 INFO O| Dec 17 21:22:27.542 INFO STEP 783 (remove_files) COMPLETE |
6701 | 2024-12-17T21:22:28.909Z | [ recovery-image] Dec 17 21:22:27.542 INFO O| Dec 17 21:22:27.542 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-17T21:22:28.927Z | [ recovery-image] Dec 17 21:22:27.563 INFO O| Dec 17 21:22:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6703 | 2024-12-17T21:22:28.927Z | [ recovery-image] Dec 17 21:22:27.563 INFO O| Dec 17 21:22:27.563 INFO STEP 784 (remove_files) COMPLETE |
6704 | 2024-12-17T21:22:28.927Z | [ recovery-image] Dec 17 21:22:27.563 INFO O| Dec 17 21:22:27.563 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-17T21:22:28.949Z | [ recovery-image] Dec 17 21:22:27.586 INFO O| Dec 17 21:22:27.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6706 | 2024-12-17T21:22:28.949Z | [ recovery-image] Dec 17 21:22:27.586 INFO O| Dec 17 21:22:27.586 INFO STEP 785 (remove_files) COMPLETE |
6707 | 2024-12-17T21:22:28.952Z | [ recovery-image] Dec 17 21:22:27.586 INFO O| Dec 17 21:22:27.586 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-17T21:22:28.980Z | [ recovery-image] Dec 17 21:22:27.617 INFO O| Dec 17 21:22:27.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6709 | 2024-12-17T21:22:28.980Z | [ recovery-image] Dec 17 21:22:27.617 INFO O| Dec 17 21:22:27.617 INFO STEP 786 (remove_files) COMPLETE |
6710 | 2024-12-17T21:22:28.980Z | [ recovery-image] Dec 17 21:22:27.617 INFO O| Dec 17 21:22:27.617 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-17T21:22:29.000Z | [ recovery-image] Dec 17 21:22:27.636 INFO O| Dec 17 21:22:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6712 | 2024-12-17T21:22:29.000Z | [ recovery-image] Dec 17 21:22:27.637 INFO O| Dec 17 21:22:27.637 INFO STEP 787 (remove_files) COMPLETE |
6713 | 2024-12-17T21:22:29.000Z | [ recovery-image] Dec 17 21:22:27.637 INFO O| Dec 17 21:22:27.637 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-17T21:22:29.038Z | [ recovery-image] Dec 17 21:22:27.675 INFO O| Dec 17 21:22:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6715 | 2024-12-17T21:22:29.038Z | [ recovery-image] Dec 17 21:22:27.675 INFO O| Dec 17 21:22:27.675 INFO STEP 788 (remove_files) COMPLETE |
6716 | 2024-12-17T21:22:29.038Z | [ recovery-image] Dec 17 21:22:27.675 INFO O| Dec 17 21:22:27.675 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-17T21:22:29.043Z | [ host-image] Dec 17 21:22:27.678 INFO O| Dec 17 21:22:27.678 INFO O| Actions: Completed 22 actions in 0.44 seconds. |
6718 | 2024-12-17T21:22:29.068Z | [ recovery-image] Dec 17 21:22:27.704 INFO O| Dec 17 21:22:27.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6719 | 2024-12-17T21:22:29.068Z | [ recovery-image] Dec 17 21:22:27.704 INFO O| Dec 17 21:22:27.704 INFO STEP 789 (remove_files) COMPLETE |
6720 | 2024-12-17T21:22:29.068Z | [ recovery-image] Dec 17 21:22:27.704 INFO O| Dec 17 21:22:27.704 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-17T21:22:29.087Z | [ recovery-image] Dec 17 21:22:27.723 INFO O| Dec 17 21:22:27.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6722 | 2024-12-17T21:22:29.088Z | [ recovery-image] Dec 17 21:22:27.723 INFO O| Dec 17 21:22:27.723 INFO STEP 790 (remove_files) COMPLETE |
6723 | 2024-12-17T21:22:29.088Z | [ recovery-image] Dec 17 21:22:27.723 INFO O| Dec 17 21:22:27.723 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-17T21:22:29.208Z | [ recovery-image] Dec 17 21:22:27.844 INFO O| Dec 17 21:22:27.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6725 | 2024-12-17T21:22:29.208Z | [ recovery-image] Dec 17 21:22:27.844 INFO O| Dec 17 21:22:27.844 INFO STEP 791 (remove_files) COMPLETE |
6726 | 2024-12-17T21:22:29.211Z | [ recovery-image] Dec 17 21:22:27.844 INFO O| Dec 17 21:22:27.844 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-12-17T21:22:29.292Z | [ recovery-image] Dec 17 21:22:27.929 INFO O| Dec 17 21:22:27.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6728 | 2024-12-17T21:22:29.292Z | [ recovery-image] Dec 17 21:22:27.929 INFO O| Dec 17 21:22:27.929 INFO STEP 792 (remove_files) COMPLETE |
6729 | 2024-12-17T21:22:29.295Z | [ recovery-image] Dec 17 21:22:27.929 INFO O| Dec 17 21:22:27.929 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-17T21:22:29.313Z | [ recovery-image] Dec 17 21:22:27.949 INFO O| Dec 17 21:22:27.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6731 | 2024-12-17T21:22:29.313Z | [ recovery-image] Dec 17 21:22:27.949 INFO O| Dec 17 21:22:27.949 INFO STEP 793 (remove_files) COMPLETE |
6732 | 2024-12-17T21:22:29.313Z | [ recovery-image] Dec 17 21:22:27.949 INFO O| Dec 17 21:22:27.949 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-17T21:22:29.350Z | [ recovery-image] Dec 17 21:22:27.986 INFO O| Dec 17 21:22:27.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6734 | 2024-12-17T21:22:29.350Z | [ recovery-image] Dec 17 21:22:27.986 INFO O| Dec 17 21:22:27.986 INFO STEP 794 (remove_files) COMPLETE |
6735 | 2024-12-17T21:22:29.350Z | [ recovery-image] Dec 17 21:22:27.986 INFO O| Dec 17 21:22:27.986 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-17T21:22:29.389Z | [ recovery-image] Dec 17 21:22:28.025 INFO O| Dec 17 21:22:28.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6737 | 2024-12-17T21:22:29.390Z | [ recovery-image] Dec 17 21:22:28.025 INFO O| Dec 17 21:22:28.025 INFO STEP 795 (remove_files) COMPLETE |
6738 | 2024-12-17T21:22:29.390Z | [ recovery-image] Dec 17 21:22:28.025 INFO O| Dec 17 21:22:28.025 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-17T21:22:29.424Z | [ recovery-image] Dec 17 21:22:28.061 INFO O| Dec 17 21:22:28.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6740 | 2024-12-17T21:22:29.449Z | [ recovery-image] Dec 17 21:22:28.086 INFO O| Dec 17 21:22:28.086 INFO STEP 796 (remove_files) COMPLETE |
6741 | 2024-12-17T21:22:29.449Z | [ recovery-image] Dec 17 21:22:28.086 INFO O| Dec 17 21:22:28.086 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-17T21:22:29.471Z | [ recovery-image] Dec 17 21:22:28.108 INFO O| Dec 17 21:22:28.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6743 | 2024-12-17T21:22:29.475Z | [ recovery-image] Dec 17 21:22:28.109 INFO O| Dec 17 21:22:28.108 INFO STEP 797 (remove_files) COMPLETE |
6744 | 2024-12-17T21:22:29.475Z | [ recovery-image] Dec 17 21:22:28.109 INFO O| Dec 17 21:22:28.109 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-17T21:22:29.511Z | [ host-image] Dec 17 21:22:28.148 INFO O| Dec 17 21:22:28.147 INFO O| Done |
6746 | 2024-12-17T21:22:29.511Z | [ host-image] Dec 17 21:22:28.148 INFO O| Dec 17 21:22:28.147 INFO O| Done |
6747 | 2024-12-17T21:22:29.516Z | [ recovery-image] Dec 17 21:22:28.153 INFO O| Dec 17 21:22:28.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6748 | 2024-12-17T21:22:29.516Z | [ recovery-image] Dec 17 21:22:28.153 INFO O| Dec 17 21:22:28.153 INFO STEP 798 (remove_files) COMPLETE |
6749 | 2024-12-17T21:22:29.519Z | [ recovery-image] Dec 17 21:22:28.153 INFO O| Dec 17 21:22:28.153 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-17T21:22:29.547Z | [ recovery-image] Dec 17 21:22:28.174 INFO O| Dec 17 21:22:28.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6751 | 2024-12-17T21:22:29.547Z | [ recovery-image] Dec 17 21:22:28.174 INFO O| Dec 17 21:22:28.174 INFO STEP 799 (remove_files) COMPLETE |
6752 | 2024-12-17T21:22:29.547Z | [ recovery-image] Dec 17 21:22:28.174 INFO O| Dec 17 21:22:28.174 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-17T21:22:29.557Z | [ recovery-image] Dec 17 21:22:28.194 INFO O| Dec 17 21:22:28.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6754 | 2024-12-17T21:22:29.557Z | [ recovery-image] Dec 17 21:22:28.194 INFO O| Dec 17 21:22:28.194 INFO STEP 800 (remove_files) COMPLETE |
6755 | 2024-12-17T21:22:29.560Z | [ recovery-image] Dec 17 21:22:28.194 INFO O| Dec 17 21:22:28.194 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-17T21:22:29.584Z | [ recovery-image] Dec 17 21:22:28.221 INFO O| Dec 17 21:22:28.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6757 | 2024-12-17T21:22:29.584Z | [ recovery-image] Dec 17 21:22:28.221 INFO O| Dec 17 21:22:28.221 INFO STEP 801 (remove_files) COMPLETE |
6758 | 2024-12-17T21:22:29.584Z | [ recovery-image] Dec 17 21:22:28.221 INFO O| Dec 17 21:22:28.221 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-17T21:22:29.606Z | [ recovery-image] Dec 17 21:22:28.242 INFO O| Dec 17 21:22:28.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6760 | 2024-12-17T21:22:29.606Z | [ recovery-image] Dec 17 21:22:28.242 INFO O| Dec 17 21:22:28.242 INFO STEP 802 (remove_files) COMPLETE |
6761 | 2024-12-17T21:22:29.606Z | [ recovery-image] Dec 17 21:22:28.242 INFO O| Dec 17 21:22:28.242 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-17T21:22:29.627Z | [ recovery-image] Dec 17 21:22:28.263 INFO O| Dec 17 21:22:28.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6763 | 2024-12-17T21:22:29.627Z | [ recovery-image] Dec 17 21:22:28.263 INFO O| Dec 17 21:22:28.263 INFO STEP 803 (remove_files) COMPLETE |
6764 | 2024-12-17T21:22:29.630Z | [ recovery-image] Dec 17 21:22:28.263 INFO O| Dec 17 21:22:28.263 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-17T21:22:29.647Z | [ recovery-image] Dec 17 21:22:28.284 INFO O| Dec 17 21:22:28.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6766 | 2024-12-17T21:22:29.647Z | [ recovery-image] Dec 17 21:22:28.284 INFO O| Dec 17 21:22:28.284 INFO STEP 804 (remove_files) COMPLETE |
6767 | 2024-12-17T21:22:29.647Z | [ recovery-image] Dec 17 21:22:28.284 INFO O| Dec 17 21:22:28.284 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-17T21:22:29.669Z | [ recovery-image] Dec 17 21:22:28.305 INFO O| Dec 17 21:22:28.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6769 | 2024-12-17T21:22:29.669Z | [ recovery-image] Dec 17 21:22:28.306 INFO O| Dec 17 21:22:28.306 INFO STEP 805 (remove_files) COMPLETE |
6770 | 2024-12-17T21:22:29.669Z | [ recovery-image] Dec 17 21:22:28.306 INFO O| Dec 17 21:22:28.306 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-17T21:22:29.691Z | [ recovery-image] Dec 17 21:22:28.327 INFO O| Dec 17 21:22:28.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6772 | 2024-12-17T21:22:29.691Z | [ recovery-image] Dec 17 21:22:28.328 INFO O| Dec 17 21:22:28.327 INFO STEP 806 (remove_files) COMPLETE |
6773 | 2024-12-17T21:22:29.694Z | [ recovery-image] Dec 17 21:22:28.328 INFO O| Dec 17 21:22:28.328 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-17T21:22:29.713Z | [ recovery-image] Dec 17 21:22:28.350 INFO O| Dec 17 21:22:28.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6775 | 2024-12-17T21:22:29.714Z | [ recovery-image] Dec 17 21:22:28.350 INFO O| Dec 17 21:22:28.350 INFO STEP 807 (remove_files) COMPLETE |
6776 | 2024-12-17T21:22:29.717Z | [ recovery-image] Dec 17 21:22:28.350 INFO O| Dec 17 21:22:28.350 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-17T21:22:29.734Z | [ recovery-image] Dec 17 21:22:28.371 INFO O| Dec 17 21:22:28.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6778 | 2024-12-17T21:22:29.734Z | [ recovery-image] Dec 17 21:22:28.371 INFO O| Dec 17 21:22:28.371 INFO STEP 808 (remove_files) COMPLETE |
6779 | 2024-12-17T21:22:29.737Z | [ recovery-image] Dec 17 21:22:28.371 INFO O| Dec 17 21:22:28.371 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-17T21:22:29.755Z | [ recovery-image] Dec 17 21:22:28.391 INFO O| Dec 17 21:22:28.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6781 | 2024-12-17T21:22:29.755Z | [ recovery-image] Dec 17 21:22:28.391 INFO O| Dec 17 21:22:28.391 INFO STEP 809 (remove_files) COMPLETE |
6782 | 2024-12-17T21:22:29.755Z | [ recovery-image] Dec 17 21:22:28.391 INFO O| Dec 17 21:22:28.391 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-17T21:22:29.789Z | [ recovery-image] Dec 17 21:22:28.426 INFO O| Dec 17 21:22:28.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6784 | 2024-12-17T21:22:29.789Z | [ recovery-image] Dec 17 21:22:28.426 INFO O| Dec 17 21:22:28.426 INFO STEP 810 (remove_files) COMPLETE |
6785 | 2024-12-17T21:22:29.789Z | [ recovery-image] Dec 17 21:22:28.426 INFO O| Dec 17 21:22:28.426 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-17T21:22:29.807Z | [ recovery-image] Dec 17 21:22:28.444 INFO O| Dec 17 21:22:28.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6787 | 2024-12-17T21:22:29.807Z | [ recovery-image] Dec 17 21:22:28.444 INFO O| Dec 17 21:22:28.444 INFO STEP 811 (remove_files) COMPLETE |
6788 | 2024-12-17T21:22:29.807Z | [ recovery-image] Dec 17 21:22:28.444 INFO O| Dec 17 21:22:28.444 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-17T21:22:29.844Z | [ recovery-image] Dec 17 21:22:28.480 INFO O| Dec 17 21:22:28.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6790 | 2024-12-17T21:22:29.844Z | [ recovery-image] Dec 17 21:22:28.480 INFO O| Dec 17 21:22:28.480 INFO STEP 812 (remove_files) COMPLETE |
6791 | 2024-12-17T21:22:29.844Z | [ recovery-image] Dec 17 21:22:28.480 INFO O| Dec 17 21:22:28.480 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-17T21:22:29.880Z | [ recovery-image] Dec 17 21:22:28.516 INFO O| Dec 17 21:22:28.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6793 | 2024-12-17T21:22:29.880Z | [ recovery-image] Dec 17 21:22:28.516 INFO O| Dec 17 21:22:28.516 INFO STEP 813 (remove_files) COMPLETE |
6794 | 2024-12-17T21:22:29.880Z | [ recovery-image] Dec 17 21:22:28.516 INFO O| Dec 17 21:22:28.516 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-17T21:22:29.899Z | [ recovery-image] Dec 17 21:22:28.535 INFO O| Dec 17 21:22:28.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6796 | 2024-12-17T21:22:29.899Z | [ recovery-image] Dec 17 21:22:28.536 INFO O| Dec 17 21:22:28.535 INFO STEP 814 (remove_files) COMPLETE |
6797 | 2024-12-17T21:22:29.899Z | [ recovery-image] Dec 17 21:22:28.536 INFO O| Dec 17 21:22:28.536 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-17T21:22:29.918Z | [ recovery-image] Dec 17 21:22:28.555 INFO O| Dec 17 21:22:28.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6799 | 2024-12-17T21:22:29.918Z | [ recovery-image] Dec 17 21:22:28.555 INFO O| Dec 17 21:22:28.555 INFO STEP 815 (remove_files) COMPLETE |
6800 | 2024-12-17T21:22:29.918Z | [ recovery-image] Dec 17 21:22:28.555 INFO O| Dec 17 21:22:28.555 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-17T21:22:29.937Z | [ recovery-image] Dec 17 21:22:28.574 INFO O| Dec 17 21:22:28.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6802 | 2024-12-17T21:22:29.937Z | [ recovery-image] Dec 17 21:22:28.574 INFO O| Dec 17 21:22:28.574 INFO STEP 816 (remove_files) COMPLETE |
6803 | 2024-12-17T21:22:29.937Z | [ recovery-image] Dec 17 21:22:28.574 INFO O| Dec 17 21:22:28.574 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-17T21:22:29.959Z | [ recovery-image] Dec 17 21:22:28.594 INFO O| Dec 17 21:22:28.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6805 | 2024-12-17T21:22:29.959Z | [ recovery-image] Dec 17 21:22:28.594 INFO O| Dec 17 21:22:28.594 INFO STEP 817 (remove_files) COMPLETE |
6806 | 2024-12-17T21:22:29.959Z | [ recovery-image] Dec 17 21:22:28.594 INFO O| Dec 17 21:22:28.594 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-12-17T21:22:30.005Z | [ recovery-image] Dec 17 21:22:28.641 INFO O| Dec 17 21:22:28.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6808 | 2024-12-17T21:22:30.005Z | [ recovery-image] Dec 17 21:22:28.641 INFO O| Dec 17 21:22:28.641 INFO STEP 818 (remove_files) COMPLETE |
6809 | 2024-12-17T21:22:30.005Z | [ recovery-image] Dec 17 21:22:28.641 INFO O| Dec 17 21:22:28.641 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-12-17T21:22:30.036Z | [ recovery-image] Dec 17 21:22:28.672 INFO O| Dec 17 21:22:28.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6811 | 2024-12-17T21:22:30.036Z | [ recovery-image] Dec 17 21:22:28.672 INFO O| Dec 17 21:22:28.672 INFO STEP 819 (remove_files) COMPLETE |
6812 | 2024-12-17T21:22:30.036Z | [ recovery-image] Dec 17 21:22:28.672 INFO O| Dec 17 21:22:28.672 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-12-17T21:22:30.073Z | [ recovery-image] Dec 17 21:22:28.710 INFO O| Dec 17 21:22:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6814 | 2024-12-17T21:22:30.074Z | [ recovery-image] Dec 17 21:22:28.710 INFO O| Dec 17 21:22:28.710 INFO STEP 820 (remove_files) COMPLETE |
6815 | 2024-12-17T21:22:30.077Z | [ recovery-image] Dec 17 21:22:28.710 INFO O| Dec 17 21:22:28.710 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-12-17T21:22:30.107Z | [ recovery-image] Dec 17 21:22:28.743 INFO O| Dec 17 21:22:28.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6817 | 2024-12-17T21:22:30.107Z | [ recovery-image] Dec 17 21:22:28.744 INFO O| Dec 17 21:22:28.744 INFO STEP 821 (remove_files) COMPLETE |
6818 | 2024-12-17T21:22:30.107Z | [ recovery-image] Dec 17 21:22:28.744 INFO O| Dec 17 21:22:28.744 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-12-17T21:22:30.192Z | [ recovery-image] Dec 17 21:22:28.829 INFO O| Dec 17 21:22:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6820 | 2024-12-17T21:22:30.196Z | [ recovery-image] Dec 17 21:22:28.829 INFO O| Dec 17 21:22:28.829 INFO STEP 822 (remove_files) COMPLETE |
6821 | 2024-12-17T21:22:30.196Z | [ recovery-image] Dec 17 21:22:28.829 INFO O| Dec 17 21:22:28.829 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-12-17T21:22:30.239Z | [ recovery-image] Dec 17 21:22:28.876 INFO O| Dec 17 21:22:28.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6823 | 2024-12-17T21:22:30.240Z | [ recovery-image] Dec 17 21:22:28.876 INFO O| Dec 17 21:22:28.876 INFO STEP 823 (remove_files) COMPLETE |
6824 | 2024-12-17T21:22:30.242Z | [ recovery-image] Dec 17 21:22:28.876 INFO O| Dec 17 21:22:28.876 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-12-17T21:22:30.301Z | [ recovery-image] Dec 17 21:22:28.938 INFO O| Dec 17 21:22:28.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6826 | 2024-12-17T21:22:30.301Z | [ recovery-image] Dec 17 21:22:28.938 INFO O| Dec 17 21:22:28.938 INFO STEP 824 (remove_files) COMPLETE |
6827 | 2024-12-17T21:22:30.302Z | [ recovery-image] Dec 17 21:22:28.938 INFO O| Dec 17 21:22:28.938 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-17T21:22:30.362Z | [ recovery-image] Dec 17 21:22:28.998 INFO O| Dec 17 21:22:28.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6829 | 2024-12-17T21:22:30.362Z | [ recovery-image] Dec 17 21:22:28.998 INFO O| Dec 17 21:22:28.998 INFO STEP 825 (remove_files) COMPLETE |
6830 | 2024-12-17T21:22:30.362Z | [ recovery-image] Dec 17 21:22:28.998 INFO O| Dec 17 21:22:28.998 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-17T21:22:30.423Z | [ recovery-image] Dec 17 21:22:29.060 INFO O| Dec 17 21:22:29.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6832 | 2024-12-17T21:22:30.423Z | [ recovery-image] Dec 17 21:22:29.060 INFO O| Dec 17 21:22:29.060 INFO STEP 826 (remove_files) COMPLETE |
6833 | 2024-12-17T21:22:30.423Z | [ recovery-image] Dec 17 21:22:29.060 INFO O| Dec 17 21:22:29.060 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-12-17T21:22:30.466Z | [ recovery-image] Dec 17 21:22:29.100 INFO O| Dec 17 21:22:29.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6835 | 2024-12-17T21:22:30.466Z | [ recovery-image] Dec 17 21:22:29.100 INFO O| Dec 17 21:22:29.100 INFO STEP 827 (remove_files) COMPLETE |
6836 | 2024-12-17T21:22:30.466Z | [ recovery-image] Dec 17 21:22:29.100 INFO O| Dec 17 21:22:29.100 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-12-17T21:22:30.486Z | [ recovery-image] Dec 17 21:22:29.120 INFO O| Dec 17 21:22:29.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6838 | 2024-12-17T21:22:30.486Z | [ recovery-image] Dec 17 21:22:29.121 INFO O| Dec 17 21:22:29.121 INFO STEP 828 (remove_files) COMPLETE |
6839 | 2024-12-17T21:22:30.486Z | [ recovery-image] Dec 17 21:22:29.121 INFO O| Dec 17 21:22:29.121 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-12-17T21:22:30.505Z | [ recovery-image] Dec 17 21:22:29.141 INFO O| Dec 17 21:22:29.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6841 | 2024-12-17T21:22:30.505Z | [ recovery-image] Dec 17 21:22:29.141 INFO O| Dec 17 21:22:29.141 INFO STEP 829 (remove_files) COMPLETE |
6842 | 2024-12-17T21:22:30.505Z | [ recovery-image] Dec 17 21:22:29.141 INFO O| Dec 17 21:22:29.141 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-12-17T21:22:30.527Z | [ recovery-image] Dec 17 21:22:29.164 INFO O| Dec 17 21:22:29.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6844 | 2024-12-17T21:22:30.527Z | [ recovery-image] Dec 17 21:22:29.164 INFO O| Dec 17 21:22:29.164 INFO STEP 830 (remove_files) COMPLETE |
6845 | 2024-12-17T21:22:30.527Z | [ recovery-image] Dec 17 21:22:29.164 INFO O| Dec 17 21:22:29.164 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-12-17T21:22:30.558Z | [ recovery-image] Dec 17 21:22:29.195 INFO O| Dec 17 21:22:29.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6847 | 2024-12-17T21:22:30.558Z | [ recovery-image] Dec 17 21:22:29.195 INFO O| Dec 17 21:22:29.195 INFO STEP 831 (remove_files) COMPLETE |
6848 | 2024-12-17T21:22:30.558Z | [ recovery-image] Dec 17 21:22:29.195 INFO O| Dec 17 21:22:29.195 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-12-17T21:22:30.597Z | [ recovery-image] Dec 17 21:22:29.233 INFO O| Dec 17 21:22:29.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6850 | 2024-12-17T21:22:30.597Z | [ recovery-image] Dec 17 21:22:29.233 INFO O| Dec 17 21:22:29.233 INFO STEP 832 (remove_files) COMPLETE |
6851 | 2024-12-17T21:22:30.597Z | [ recovery-image] Dec 17 21:22:29.233 INFO O| Dec 17 21:22:29.233 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-12-17T21:22:30.659Z | [ recovery-image] Dec 17 21:22:29.295 INFO O| Dec 17 21:22:29.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6853 | 2024-12-17T21:22:30.662Z | [ recovery-image] Dec 17 21:22:29.295 INFO O| Dec 17 21:22:29.295 INFO STEP 833 (remove_files) COMPLETE |
6854 | 2024-12-17T21:22:30.662Z | [ recovery-image] Dec 17 21:22:29.295 INFO O| Dec 17 21:22:29.295 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-12-17T21:22:30.716Z | [ recovery-image] Dec 17 21:22:29.353 INFO O| Dec 17 21:22:29.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6856 | 2024-12-17T21:22:30.716Z | [ recovery-image] Dec 17 21:22:29.353 INFO O| Dec 17 21:22:29.353 INFO STEP 834 (remove_files) COMPLETE |
6857 | 2024-12-17T21:22:30.716Z | [ recovery-image] Dec 17 21:22:29.353 INFO O| Dec 17 21:22:29.353 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-12-17T21:22:30.759Z | [ recovery-image] Dec 17 21:22:29.396 INFO O| Dec 17 21:22:29.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6859 | 2024-12-17T21:22:30.759Z | [ recovery-image] Dec 17 21:22:29.396 INFO O| Dec 17 21:22:29.396 INFO STEP 835 (remove_files) COMPLETE |
6860 | 2024-12-17T21:22:30.763Z | [ recovery-image] Dec 17 21:22:29.396 INFO O| Dec 17 21:22:29.396 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-12-17T21:22:30.797Z | [ recovery-image] Dec 17 21:22:29.433 INFO O| Dec 17 21:22:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6862 | 2024-12-17T21:22:30.797Z | [ recovery-image] Dec 17 21:22:29.433 INFO O| Dec 17 21:22:29.433 INFO STEP 836 (remove_files) COMPLETE |
6863 | 2024-12-17T21:22:30.797Z | [ recovery-image] Dec 17 21:22:29.433 INFO O| Dec 17 21:22:29.433 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-12-17T21:22:30.838Z | [ recovery-image] Dec 17 21:22:29.474 INFO O| Dec 17 21:22:29.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6865 | 2024-12-17T21:22:30.838Z | [ recovery-image] Dec 17 21:22:29.474 INFO O| Dec 17 21:22:29.474 INFO STEP 837 (remove_files) COMPLETE |
6866 | 2024-12-17T21:22:30.838Z | [ recovery-image] Dec 17 21:22:29.474 INFO O| Dec 17 21:22:29.474 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-12-17T21:22:30.859Z | [ recovery-image] Dec 17 21:22:29.495 INFO O| Dec 17 21:22:29.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6868 | 2024-12-17T21:22:30.859Z | [ recovery-image] Dec 17 21:22:29.495 INFO O| Dec 17 21:22:29.495 INFO STEP 838 (remove_files) COMPLETE |
6869 | 2024-12-17T21:22:30.862Z | [ recovery-image] Dec 17 21:22:29.496 INFO O| Dec 17 21:22:29.495 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-12-17T21:22:30.881Z | [ recovery-image] Dec 17 21:22:29.518 INFO O| Dec 17 21:22:29.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6871 | 2024-12-17T21:22:30.881Z | [ recovery-image] Dec 17 21:22:29.518 INFO O| Dec 17 21:22:29.518 INFO STEP 839 (remove_files) COMPLETE |
6872 | 2024-12-17T21:22:30.885Z | [ recovery-image] Dec 17 21:22:29.518 INFO O| Dec 17 21:22:29.518 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-12-17T21:22:30.905Z | [ recovery-image] Dec 17 21:22:29.542 INFO O| Dec 17 21:22:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6874 | 2024-12-17T21:22:30.906Z | [ recovery-image] Dec 17 21:22:29.542 INFO O| Dec 17 21:22:29.542 INFO STEP 840 (remove_files) COMPLETE |
6875 | 2024-12-17T21:22:30.906Z | [ recovery-image] Dec 17 21:22:29.542 INFO O| Dec 17 21:22:29.542 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-12-17T21:22:30.940Z | [ recovery-image] Dec 17 21:22:29.577 INFO O| Dec 17 21:22:29.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6877 | 2024-12-17T21:22:30.940Z | [ recovery-image] Dec 17 21:22:29.577 INFO O| Dec 17 21:22:29.577 INFO STEP 841 (remove_files) COMPLETE |
6878 | 2024-12-17T21:22:30.940Z | [ recovery-image] Dec 17 21:22:29.577 INFO O| Dec 17 21:22:29.577 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-12-17T21:22:30.961Z | [ recovery-image] Dec 17 21:22:29.598 INFO O| Dec 17 21:22:29.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6880 | 2024-12-17T21:22:30.961Z | [ recovery-image] Dec 17 21:22:29.598 INFO O| Dec 17 21:22:29.598 INFO STEP 842 (remove_files) COMPLETE |
6881 | 2024-12-17T21:22:30.963Z | [ recovery-image] Dec 17 21:22:29.598 INFO O| Dec 17 21:22:29.598 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-12-17T21:22:30.983Z | [ recovery-image] Dec 17 21:22:29.619 INFO O| Dec 17 21:22:29.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6883 | 2024-12-17T21:22:30.983Z | [ recovery-image] Dec 17 21:22:29.619 INFO O| Dec 17 21:22:29.619 INFO STEP 843 (remove_files) COMPLETE |
6884 | 2024-12-17T21:22:30.983Z | [ recovery-image] Dec 17 21:22:29.619 INFO O| Dec 17 21:22:29.619 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-12-17T21:22:31.028Z | [ recovery-image] Dec 17 21:22:29.665 INFO O| Dec 17 21:22:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6886 | 2024-12-17T21:22:31.028Z | [ recovery-image] Dec 17 21:22:29.665 INFO O| Dec 17 21:22:29.665 INFO STEP 844 (remove_files) COMPLETE |
6887 | 2024-12-17T21:22:31.028Z | [ recovery-image] Dec 17 21:22:29.665 INFO O| Dec 17 21:22:29.665 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-12-17T21:22:31.066Z | [ recovery-image] Dec 17 21:22:29.704 INFO O| Dec 17 21:22:29.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6889 | 2024-12-17T21:22:31.067Z | [ recovery-image] Dec 17 21:22:29.704 INFO O| Dec 17 21:22:29.704 INFO STEP 845 (remove_files) COMPLETE |
6890 | 2024-12-17T21:22:31.067Z | [ recovery-image] Dec 17 21:22:29.704 INFO O| Dec 17 21:22:29.704 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-12-17T21:22:31.069Z | [ host-image] Dec 17 21:22:29.704 INFO O| Dec 17 21:22:29.704 INFO O| Done |
6892 | 2024-12-17T21:22:31.088Z | [ recovery-image] Dec 17 21:22:29.725 INFO O| Dec 17 21:22:29.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6893 | 2024-12-17T21:22:31.088Z | [ recovery-image] Dec 17 21:22:29.725 INFO O| Dec 17 21:22:29.725 INFO STEP 846 (remove_files) COMPLETE |
6894 | 2024-12-17T21:22:31.090Z | [ recovery-image] Dec 17 21:22:29.725 INFO O| Dec 17 21:22:29.725 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-17T21:22:31.108Z | [ recovery-image] Dec 17 21:22:29.745 INFO O| Dec 17 21:22:29.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6896 | 2024-12-17T21:22:31.108Z | [ recovery-image] Dec 17 21:22:29.746 INFO O| Dec 17 21:22:29.746 INFO STEP 847 (remove_files) COMPLETE |
6897 | 2024-12-17T21:22:31.109Z | [ recovery-image] Dec 17 21:22:29.746 INFO O| Dec 17 21:22:29.746 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-17T21:22:31.128Z | [ recovery-image] Dec 17 21:22:29.765 INFO O| Dec 17 21:22:29.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6899 | 2024-12-17T21:22:31.128Z | [ recovery-image] Dec 17 21:22:29.765 INFO O| Dec 17 21:22:29.765 INFO STEP 848 (remove_files) COMPLETE |
6900 | 2024-12-17T21:22:31.128Z | [ recovery-image] Dec 17 21:22:29.765 INFO O| Dec 17 21:22:29.765 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-17T21:22:31.208Z | [ recovery-image] Dec 17 21:22:29.845 INFO O| Dec 17 21:22:29.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6902 | 2024-12-17T21:22:31.208Z | [ recovery-image] Dec 17 21:22:29.845 INFO O| Dec 17 21:22:29.845 INFO STEP 849 (remove_files) COMPLETE |
6903 | 2024-12-17T21:22:31.211Z | [ recovery-image] Dec 17 21:22:29.845 INFO O| Dec 17 21:22:29.845 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-17T21:22:31.285Z | [ recovery-image] Dec 17 21:22:29.884 INFO O| Dec 17 21:22:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6905 | 2024-12-17T21:22:31.285Z | [ recovery-image] Dec 17 21:22:29.884 INFO O| Dec 17 21:22:29.884 INFO STEP 850 (remove_files) COMPLETE |
6906 | 2024-12-17T21:22:31.285Z | [ recovery-image] Dec 17 21:22:29.884 INFO O| Dec 17 21:22:29.884 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-17T21:22:31.287Z | [ recovery-image] Dec 17 21:22:29.914 INFO O| Dec 17 21:22:29.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6908 | 2024-12-17T21:22:31.287Z | [ recovery-image] Dec 17 21:22:29.914 INFO O| Dec 17 21:22:29.914 INFO STEP 851 (remove_files) COMPLETE |
6909 | 2024-12-17T21:22:31.287Z | [ recovery-image] Dec 17 21:22:29.914 INFO O| Dec 17 21:22:29.914 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-17T21:22:31.299Z | [ recovery-image] Dec 17 21:22:29.935 INFO O| Dec 17 21:22:29.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6911 | 2024-12-17T21:22:31.299Z | [ recovery-image] Dec 17 21:22:29.935 INFO O| Dec 17 21:22:29.935 INFO STEP 852 (remove_files) COMPLETE |
6912 | 2024-12-17T21:22:31.299Z | [ recovery-image] Dec 17 21:22:29.935 INFO O| Dec 17 21:22:29.935 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-17T21:22:31.318Z | [ recovery-image] Dec 17 21:22:29.955 INFO O| Dec 17 21:22:29.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6914 | 2024-12-17T21:22:31.318Z | [ recovery-image] Dec 17 21:22:29.955 INFO O| Dec 17 21:22:29.954 INFO STEP 853 (remove_files) COMPLETE |
6915 | 2024-12-17T21:22:31.318Z | [ recovery-image] Dec 17 21:22:29.955 INFO O| Dec 17 21:22:29.954 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-17T21:22:31.335Z | [ recovery-image] Dec 17 21:22:29.972 INFO O| Dec 17 21:22:29.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6917 | 2024-12-17T21:22:31.335Z | [ recovery-image] Dec 17 21:22:29.972 INFO O| Dec 17 21:22:29.972 INFO STEP 854 (remove_files) COMPLETE |
6918 | 2024-12-17T21:22:31.335Z | [ recovery-image] Dec 17 21:22:29.972 INFO O| Dec 17 21:22:29.972 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-17T21:22:31.356Z | [ recovery-image] Dec 17 21:22:29.993 INFO O| Dec 17 21:22:29.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6920 | 2024-12-17T21:22:31.356Z | [ recovery-image] Dec 17 21:22:29.993 INFO O| Dec 17 21:22:29.992 INFO STEP 855 (remove_files) COMPLETE |
6921 | 2024-12-17T21:22:31.358Z | [ recovery-image] Dec 17 21:22:29.993 INFO O| Dec 17 21:22:29.993 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-17T21:22:31.400Z | [ recovery-image] Dec 17 21:22:30.036 INFO O| Dec 17 21:22:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6923 | 2024-12-17T21:22:31.400Z | [ recovery-image] Dec 17 21:22:30.037 INFO O| Dec 17 21:22:30.031 INFO STEP 856 (remove_files) COMPLETE |
6924 | 2024-12-17T21:22:31.400Z | [ recovery-image] Dec 17 21:22:30.037 INFO O| Dec 17 21:22:30.031 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-17T21:22:31.416Z | [ recovery-image] Dec 17 21:22:30.052 INFO O| Dec 17 21:22:30.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6926 | 2024-12-17T21:22:31.416Z | [ recovery-image] Dec 17 21:22:30.052 INFO O| Dec 17 21:22:30.051 INFO STEP 857 (remove_files) COMPLETE |
6927 | 2024-12-17T21:22:31.416Z | [ recovery-image] Dec 17 21:22:30.052 INFO O| Dec 17 21:22:30.051 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-17T21:22:31.462Z | [ recovery-image] Dec 17 21:22:30.099 INFO O| Dec 17 21:22:30.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6929 | 2024-12-17T21:22:31.465Z | [ recovery-image] Dec 17 21:22:30.099 INFO O| Dec 17 21:22:30.099 INFO STEP 858 (remove_files) COMPLETE |
6930 | 2024-12-17T21:22:31.465Z | [ recovery-image] Dec 17 21:22:30.099 INFO O| Dec 17 21:22:30.099 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-17T21:22:31.504Z | [ recovery-image] Dec 17 21:22:30.141 INFO O| Dec 17 21:22:30.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6932 | 2024-12-17T21:22:31.504Z | [ recovery-image] Dec 17 21:22:30.141 INFO O| Dec 17 21:22:30.121 INFO STEP 859 (remove_files) COMPLETE |
6933 | 2024-12-17T21:22:31.506Z | [ recovery-image] Dec 17 21:22:30.141 INFO O| Dec 17 21:22:30.121 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-17T21:22:31.506Z | [ recovery-image] Dec 17 21:22:30.141 INFO O| Dec 17 21:22:30.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6935 | 2024-12-17T21:22:31.506Z | [ recovery-image] Dec 17 21:22:30.142 INFO O| Dec 17 21:22:30.142 INFO STEP 860 (remove_files) COMPLETE |
6936 | 2024-12-17T21:22:31.506Z | [ recovery-image] Dec 17 21:22:30.142 INFO O| Dec 17 21:22:30.142 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-17T21:22:31.540Z | [ recovery-image] Dec 17 21:22:30.177 INFO O| Dec 17 21:22:30.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6938 | 2024-12-17T21:22:31.540Z | [ recovery-image] Dec 17 21:22:30.177 INFO O| Dec 17 21:22:30.177 INFO STEP 861 (remove_files) COMPLETE |
6939 | 2024-12-17T21:22:31.542Z | [ recovery-image] Dec 17 21:22:30.177 INFO O| Dec 17 21:22:30.177 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-17T21:22:31.596Z | [ recovery-image] Dec 17 21:22:30.233 INFO O| Dec 17 21:22:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6941 | 2024-12-17T21:22:31.598Z | [ recovery-image] Dec 17 21:22:30.233 INFO O| Dec 17 21:22:30.233 INFO STEP 862 (remove_files) COMPLETE |
6942 | 2024-12-17T21:22:31.598Z | [ recovery-image] Dec 17 21:22:30.233 INFO O| Dec 17 21:22:30.233 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-17T21:22:31.617Z | [ recovery-image] Dec 17 21:22:30.254 INFO O| Dec 17 21:22:30.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6944 | 2024-12-17T21:22:31.617Z | [ recovery-image] Dec 17 21:22:30.254 INFO O| Dec 17 21:22:30.254 INFO STEP 863 (remove_files) COMPLETE |
6945 | 2024-12-17T21:22:31.623Z | [ recovery-image] Dec 17 21:22:30.254 INFO O| Dec 17 21:22:30.254 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-17T21:22:31.651Z | [ recovery-image] Dec 17 21:22:30.287 INFO O| Dec 17 21:22:30.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6947 | 2024-12-17T21:22:31.651Z | [ recovery-image] Dec 17 21:22:30.287 INFO O| Dec 17 21:22:30.287 INFO STEP 864 (remove_files) COMPLETE |
6948 | 2024-12-17T21:22:31.651Z | [ recovery-image] Dec 17 21:22:30.287 INFO O| Dec 17 21:22:30.287 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-17T21:22:31.670Z | [ recovery-image] Dec 17 21:22:30.306 INFO O| Dec 17 21:22:30.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6950 | 2024-12-17T21:22:31.670Z | [ recovery-image] Dec 17 21:22:30.306 INFO O| Dec 17 21:22:30.306 INFO STEP 865 (remove_files) COMPLETE |
6951 | 2024-12-17T21:22:31.670Z | [ recovery-image] Dec 17 21:22:30.306 INFO O| Dec 17 21:22:30.306 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-17T21:22:31.688Z | [ recovery-image] Dec 17 21:22:30.325 INFO O| Dec 17 21:22:30.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6953 | 2024-12-17T21:22:31.688Z | [ recovery-image] Dec 17 21:22:30.325 INFO O| Dec 17 21:22:30.325 INFO STEP 866 (remove_files) COMPLETE |
6954 | 2024-12-17T21:22:31.688Z | [ recovery-image] Dec 17 21:22:30.325 INFO O| Dec 17 21:22:30.325 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-17T21:22:31.709Z | [ recovery-image] Dec 17 21:22:30.344 INFO O| Dec 17 21:22:30.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6956 | 2024-12-17T21:22:31.709Z | [ recovery-image] Dec 17 21:22:30.344 INFO O| Dec 17 21:22:30.344 INFO STEP 867 (remove_files) COMPLETE |
6957 | 2024-12-17T21:22:31.709Z | [ recovery-image] Dec 17 21:22:30.344 INFO O| Dec 17 21:22:30.344 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-17T21:22:31.734Z | [ recovery-image] Dec 17 21:22:30.371 INFO O| Dec 17 21:22:30.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6959 | 2024-12-17T21:22:31.734Z | [ recovery-image] Dec 17 21:22:30.371 INFO O| Dec 17 21:22:30.371 INFO STEP 868 (remove_files) COMPLETE |
6960 | 2024-12-17T21:22:31.737Z | [ recovery-image] Dec 17 21:22:30.371 INFO O| Dec 17 21:22:30.371 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-17T21:22:31.786Z | [ recovery-image] Dec 17 21:22:30.406 INFO O| Dec 17 21:22:30.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6962 | 2024-12-17T21:22:31.788Z | [ recovery-image] Dec 17 21:22:30.406 INFO O| Dec 17 21:22:30.406 INFO STEP 869 (remove_files) COMPLETE |
6963 | 2024-12-17T21:22:31.788Z | [ recovery-image] Dec 17 21:22:30.406 INFO O| Dec 17 21:22:30.406 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-17T21:22:31.788Z | [ recovery-image] Dec 17 21:22:30.424 INFO O| Dec 17 21:22:30.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6965 | 2024-12-17T21:22:31.788Z | [ recovery-image] Dec 17 21:22:30.424 INFO O| Dec 17 21:22:30.424 INFO STEP 870 (remove_files) COMPLETE |
6966 | 2024-12-17T21:22:31.788Z | [ recovery-image] Dec 17 21:22:30.424 INFO O| Dec 17 21:22:30.424 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-17T21:22:31.814Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
6968 | 2024-12-17T21:22:31.841Z | [ recovery-image] Dec 17 21:22:30.468 INFO O| Dec 17 21:22:30.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6969 | 2024-12-17T21:22:31.841Z | [ recovery-image] Dec 17 21:22:30.468 INFO O| Dec 17 21:22:30.468 INFO STEP 871 (remove_files) COMPLETE |
6970 | 2024-12-17T21:22:31.841Z | [ recovery-image] Dec 17 21:22:30.468 INFO O| Dec 17 21:22:30.468 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-17T21:22:31.923Z | [ recovery-image] Dec 17 21:22:30.560 INFO O| Dec 17 21:22:30.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6972 | 2024-12-17T21:22:31.925Z | [ recovery-image] Dec 17 21:22:30.561 INFO O| Dec 17 21:22:30.560 INFO STEP 872 (remove_files) COMPLETE |
6973 | 2024-12-17T21:22:31.925Z | [ recovery-image] Dec 17 21:22:30.561 INFO O| Dec 17 21:22:30.560 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-17T21:22:31.979Z | [ recovery-image] Dec 17 21:22:30.614 INFO O| Dec 17 21:22:30.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6975 | 2024-12-17T21:22:31.979Z | [ recovery-image] Dec 17 21:22:30.614 INFO O| Dec 17 21:22:30.614 INFO STEP 873 (remove_files) COMPLETE |
6976 | 2024-12-17T21:22:31.979Z | [ recovery-image] Dec 17 21:22:30.614 INFO O| Dec 17 21:22:30.614 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-17T21:22:32.004Z | [ recovery-image] Dec 17 21:22:30.636 INFO O| Dec 17 21:22:30.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6978 | 2024-12-17T21:22:32.004Z | [ recovery-image] Dec 17 21:22:30.636 INFO O| Dec 17 21:22:30.636 INFO STEP 874 (remove_files) COMPLETE |
6979 | 2024-12-17T21:22:32.004Z | [ recovery-image] Dec 17 21:22:30.636 INFO O| Dec 17 21:22:30.636 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-17T21:22:32.031Z | [ recovery-image] Dec 17 21:22:30.668 INFO O| Dec 17 21:22:30.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6981 | 2024-12-17T21:22:32.031Z | [ recovery-image] Dec 17 21:22:30.668 INFO O| Dec 17 21:22:30.668 INFO STEP 875 (remove_files) COMPLETE |
6982 | 2024-12-17T21:22:32.034Z | [ recovery-image] Dec 17 21:22:30.668 INFO O| Dec 17 21:22:30.668 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-17T21:22:32.182Z | [ recovery-image] Dec 17 21:22:30.819 INFO O| Dec 17 21:22:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6984 | 2024-12-17T21:22:32.182Z | [ recovery-image] Dec 17 21:22:30.819 INFO O| Dec 17 21:22:30.811 INFO STEP 876 (remove_files) COMPLETE |
6985 | 2024-12-17T21:22:32.185Z | [ recovery-image] Dec 17 21:22:30.819 INFO O| Dec 17 21:22:30.811 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-17T21:22:32.195Z | [ recovery-image] Dec 17 21:22:30.832 INFO O| Dec 17 21:22:30.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6987 | 2024-12-17T21:22:32.195Z | [ recovery-image] Dec 17 21:22:30.832 INFO O| Dec 17 21:22:30.832 INFO STEP 877 (remove_files) COMPLETE |
6988 | 2024-12-17T21:22:32.198Z | [ recovery-image] Dec 17 21:22:30.832 INFO O| Dec 17 21:22:30.832 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-17T21:22:32.217Z | [ recovery-image] Dec 17 21:22:30.854 INFO O| Dec 17 21:22:30.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6990 | 2024-12-17T21:22:32.220Z | [ recovery-image] Dec 17 21:22:30.854 INFO O| Dec 17 21:22:30.854 INFO STEP 878 (remove_files) COMPLETE |
6991 | 2024-12-17T21:22:32.220Z | [ recovery-image] Dec 17 21:22:30.854 INFO O| Dec 17 21:22:30.854 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-17T21:22:32.238Z | [ recovery-image] Dec 17 21:22:30.875 INFO O| Dec 17 21:22:30.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6993 | 2024-12-17T21:22:32.241Z | [ recovery-image] Dec 17 21:22:30.875 INFO O| Dec 17 21:22:30.875 INFO STEP 879 (remove_files) COMPLETE |
6994 | 2024-12-17T21:22:32.241Z | [ recovery-image] Dec 17 21:22:30.875 INFO O| Dec 17 21:22:30.875 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-17T21:22:32.259Z | [ recovery-image] Dec 17 21:22:30.896 INFO O| Dec 17 21:22:30.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6996 | 2024-12-17T21:22:32.262Z | [ recovery-image] Dec 17 21:22:30.896 INFO O| Dec 17 21:22:30.896 INFO STEP 880 (remove_files) COMPLETE |
6997 | 2024-12-17T21:22:32.262Z | [ recovery-image] Dec 17 21:22:30.896 INFO O| Dec 17 21:22:30.896 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-17T21:22:32.280Z | [ recovery-image] Dec 17 21:22:30.917 INFO O| Dec 17 21:22:30.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6999 | 2024-12-17T21:22:32.283Z | [ recovery-image] Dec 17 21:22:30.917 INFO O| Dec 17 21:22:30.917 INFO STEP 881 (remove_files) COMPLETE |
7000 | 2024-12-17T21:22:32.283Z | [ recovery-image] Dec 17 21:22:30.918 INFO O| Dec 17 21:22:30.917 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-17T21:22:32.301Z | [ recovery-image] Dec 17 21:22:30.938 INFO O| Dec 17 21:22:30.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7002 | 2024-12-17T21:22:32.303Z | [ recovery-image] Dec 17 21:22:30.938 INFO O| Dec 17 21:22:30.938 INFO STEP 882 (remove_files) COMPLETE |
7003 | 2024-12-17T21:22:32.304Z | [ recovery-image] Dec 17 21:22:30.938 INFO O| Dec 17 21:22:30.938 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-17T21:22:32.338Z | [ recovery-image] Dec 17 21:22:30.975 INFO O| Dec 17 21:22:30.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7005 | 2024-12-17T21:22:32.342Z | [ recovery-image] Dec 17 21:22:30.976 INFO O| Dec 17 21:22:30.976 INFO STEP 883 (remove_files) COMPLETE |
7006 | 2024-12-17T21:22:32.342Z | [ recovery-image] Dec 17 21:22:30.976 INFO O| Dec 17 21:22:30.976 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-17T21:22:32.364Z | [ recovery-image] Dec 17 21:22:31.001 INFO O| Dec 17 21:22:31.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7008 | 2024-12-17T21:22:32.367Z | [ recovery-image] Dec 17 21:22:31.001 INFO O| Dec 17 21:22:31.001 INFO STEP 884 (remove_files) COMPLETE |
7009 | 2024-12-17T21:22:32.367Z | [ recovery-image] Dec 17 21:22:31.001 INFO O| Dec 17 21:22:31.001 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-17T21:22:32.386Z | [ recovery-image] Dec 17 21:22:31.023 INFO O| Dec 17 21:22:31.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7011 | 2024-12-17T21:22:32.388Z | [ recovery-image] Dec 17 21:22:31.023 INFO O| Dec 17 21:22:31.023 INFO STEP 885 (remove_files) COMPLETE |
7012 | 2024-12-17T21:22:32.389Z | [ recovery-image] Dec 17 21:22:31.023 INFO O| Dec 17 21:22:31.023 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-17T21:22:32.407Z | [ recovery-image] Dec 17 21:22:31.043 INFO O| Dec 17 21:22:31.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7014 | 2024-12-17T21:22:32.410Z | [ recovery-image] Dec 17 21:22:31.043 INFO O| Dec 17 21:22:31.043 INFO STEP 886 (remove_files) COMPLETE |
7015 | 2024-12-17T21:22:32.410Z | [ recovery-image] Dec 17 21:22:31.043 INFO O| Dec 17 21:22:31.043 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-17T21:22:32.426Z | [ recovery-image] Dec 17 21:22:31.063 INFO O| Dec 17 21:22:31.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7017 | 2024-12-17T21:22:32.428Z | [ recovery-image] Dec 17 21:22:31.063 INFO O| Dec 17 21:22:31.063 INFO STEP 887 (remove_files) COMPLETE |
7018 | 2024-12-17T21:22:32.428Z | [ recovery-image] Dec 17 21:22:31.063 INFO O| Dec 17 21:22:31.063 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-17T21:22:32.482Z | [ recovery-image] Dec 17 21:22:31.118 INFO O| Dec 17 21:22:31.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7020 | 2024-12-17T21:22:32.485Z | [ recovery-image] Dec 17 21:22:31.118 INFO O| Dec 17 21:22:31.118 INFO STEP 888 (remove_files) COMPLETE |
7021 | 2024-12-17T21:22:32.508Z | [ recovery-image] Dec 17 21:22:31.119 INFO O| Dec 17 21:22:31.118 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-17T21:22:32.508Z | [ recovery-image] Dec 17 21:22:31.139 INFO O| Dec 17 21:22:31.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7023 | 2024-12-17T21:22:32.508Z | [ recovery-image] Dec 17 21:22:31.139 INFO O| Dec 17 21:22:31.139 INFO STEP 889 (remove_files) COMPLETE |
7024 | 2024-12-17T21:22:32.508Z | [ recovery-image] Dec 17 21:22:31.139 INFO O| Dec 17 21:22:31.139 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-17T21:22:32.530Z | [ recovery-image] Dec 17 21:22:31.167 INFO O| Dec 17 21:22:31.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7026 | 2024-12-17T21:22:32.532Z | [ recovery-image] Dec 17 21:22:31.167 INFO O| Dec 17 21:22:31.167 INFO STEP 890 (remove_files) COMPLETE |
7027 | 2024-12-17T21:22:32.532Z | [ recovery-image] Dec 17 21:22:31.167 INFO O| Dec 17 21:22:31.167 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-17T21:22:32.549Z | [ recovery-image] Dec 17 21:22:31.186 INFO O| Dec 17 21:22:31.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7029 | 2024-12-17T21:22:32.549Z | [ recovery-image] Dec 17 21:22:31.186 INFO O| Dec 17 21:22:31.186 INFO STEP 891 (remove_files) COMPLETE |
7030 | 2024-12-17T21:22:32.552Z | [ recovery-image] Dec 17 21:22:31.187 INFO O| Dec 17 21:22:31.186 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-17T21:22:32.568Z | [ recovery-image] Dec 17 21:22:31.205 INFO O| Dec 17 21:22:31.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7032 | 2024-12-17T21:22:32.571Z | [ recovery-image] Dec 17 21:22:31.206 INFO O| Dec 17 21:22:31.205 INFO STEP 892 (remove_files) COMPLETE |
7033 | 2024-12-17T21:22:32.571Z | [ recovery-image] Dec 17 21:22:31.206 INFO O| Dec 17 21:22:31.206 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-17T21:22:32.589Z | [ recovery-image] Dec 17 21:22:31.226 INFO O| Dec 17 21:22:31.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7035 | 2024-12-17T21:22:32.592Z | [ recovery-image] Dec 17 21:22:31.226 INFO O| Dec 17 21:22:31.226 INFO STEP 893 (remove_files) COMPLETE |
7036 | 2024-12-17T21:22:32.592Z | [ recovery-image] Dec 17 21:22:31.226 INFO O| Dec 17 21:22:31.226 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-17T21:22:32.610Z | [ recovery-image] Dec 17 21:22:31.247 INFO O| Dec 17 21:22:31.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7038 | 2024-12-17T21:22:32.612Z | [ recovery-image] Dec 17 21:22:31.247 INFO O| Dec 17 21:22:31.247 INFO STEP 894 (remove_files) COMPLETE |
7039 | 2024-12-17T21:22:32.612Z | [ recovery-image] Dec 17 21:22:31.247 INFO O| Dec 17 21:22:31.247 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-17T21:22:32.630Z | [ recovery-image] Dec 17 21:22:31.267 INFO O| Dec 17 21:22:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7041 | 2024-12-17T21:22:32.633Z | [ recovery-image] Dec 17 21:22:31.267 INFO O| Dec 17 21:22:31.267 INFO STEP 895 (remove_files) COMPLETE |
7042 | 2024-12-17T21:22:32.633Z | [ recovery-image] Dec 17 21:22:31.268 INFO O| Dec 17 21:22:31.268 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-17T21:22:32.651Z | [ recovery-image] Dec 17 21:22:31.288 INFO O| Dec 17 21:22:31.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7044 | 2024-12-17T21:22:32.654Z | [ recovery-image] Dec 17 21:22:31.289 INFO O| Dec 17 21:22:31.289 INFO STEP 896 (remove_files) COMPLETE |
7045 | 2024-12-17T21:22:32.654Z | [ recovery-image] Dec 17 21:22:31.289 INFO O| Dec 17 21:22:31.289 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-17T21:22:32.671Z | [ recovery-image] Dec 17 21:22:31.308 INFO O| Dec 17 21:22:31.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7047 | 2024-12-17T21:22:32.674Z | [ recovery-image] Dec 17 21:22:31.308 INFO O| Dec 17 21:22:31.308 INFO STEP 897 (remove_files) COMPLETE |
7048 | 2024-12-17T21:22:32.674Z | [ recovery-image] Dec 17 21:22:31.308 INFO O| Dec 17 21:22:31.308 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-17T21:22:32.690Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
7050 | 2024-12-17T21:22:32.694Z | [ recovery-image] Dec 17 21:22:31.331 INFO O| Dec 17 21:22:31.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7051 | 2024-12-17T21:22:32.696Z | [ recovery-image] Dec 17 21:22:31.331 INFO O| Dec 17 21:22:31.331 INFO STEP 898 (remove_files) COMPLETE |
7052 | 2024-12-17T21:22:32.696Z | [ recovery-image] Dec 17 21:22:31.331 INFO O| Dec 17 21:22:31.331 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-12-17T21:22:32.721Z | [ recovery-image] Dec 17 21:22:31.358 INFO O| Dec 17 21:22:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7054 | 2024-12-17T21:22:32.723Z | [ recovery-image] Dec 17 21:22:31.358 INFO O| Dec 17 21:22:31.358 INFO STEP 899 (remove_files) COMPLETE |
7055 | 2024-12-17T21:22:32.723Z | [ recovery-image] Dec 17 21:22:31.359 INFO O| Dec 17 21:22:31.358 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-12-17T21:22:32.740Z | [ recovery-image] Dec 17 21:22:31.378 INFO O| Dec 17 21:22:31.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7057 | 2024-12-17T21:22:32.741Z | [ recovery-image] Dec 17 21:22:31.378 INFO O| Dec 17 21:22:31.378 INFO STEP 900 (remove_files) COMPLETE |
7058 | 2024-12-17T21:22:32.743Z | [ recovery-image] Dec 17 21:22:31.378 INFO O| Dec 17 21:22:31.378 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-12-17T21:22:32.790Z | [ recovery-image] Dec 17 21:22:31.427 INFO O| Dec 17 21:22:31.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7060 | 2024-12-17T21:22:32.790Z | [ recovery-image] Dec 17 21:22:31.427 INFO O| Dec 17 21:22:31.427 INFO STEP 901 (remove_files) COMPLETE |
7061 | 2024-12-17T21:22:32.793Z | [ recovery-image] Dec 17 21:22:31.427 INFO O| Dec 17 21:22:31.427 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-12-17T21:22:32.810Z | [ recovery-image] Dec 17 21:22:31.447 INFO O| Dec 17 21:22:31.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7063 | 2024-12-17T21:22:32.811Z | [ recovery-image] Dec 17 21:22:31.448 INFO O| Dec 17 21:22:31.448 INFO STEP 902 (remove_files) COMPLETE |
7064 | 2024-12-17T21:22:32.813Z | [ recovery-image] Dec 17 21:22:31.448 INFO O| Dec 17 21:22:31.448 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-12-17T21:22:32.833Z | [ recovery-image] Dec 17 21:22:31.470 INFO O| Dec 17 21:22:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7066 | 2024-12-17T21:22:32.833Z | [ recovery-image] Dec 17 21:22:31.470 INFO O| Dec 17 21:22:31.470 INFO STEP 903 (remove_files) COMPLETE |
7067 | 2024-12-17T21:22:32.836Z | [ recovery-image] Dec 17 21:22:31.470 INFO O| Dec 17 21:22:31.470 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-12-17T21:22:32.885Z | [ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7069 | 2024-12-17T21:22:32.885Z | [ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.493 INFO STEP 904 (remove_files) COMPLETE |
7070 | 2024-12-17T21:22:32.885Z | [ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.493 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-12-17T21:22:32.885Z | [ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7072 | 2024-12-17T21:22:32.888Z | [ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.516 INFO STEP 905 (remove_files) COMPLETE |
7073 | 2024-12-17T21:22:32.888Z | [ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.516 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-12-17T21:22:32.909Z | [ recovery-image] Dec 17 21:22:31.546 INFO O| Dec 17 21:22:31.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7075 | 2024-12-17T21:22:32.910Z | [ recovery-image] Dec 17 21:22:31.546 INFO O| Dec 17 21:22:31.538 INFO STEP 906 (remove_files) COMPLETE |
7076 | 2024-12-17T21:22:32.910Z | [ recovery-image] Dec 17 21:22:31.546 INFO O| Dec 17 21:22:31.538 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-12-17T21:22:32.923Z | [ recovery-image] Dec 17 21:22:31.560 INFO O| Dec 17 21:22:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7078 | 2024-12-17T21:22:32.923Z | [ recovery-image] Dec 17 21:22:31.560 INFO O| Dec 17 21:22:31.560 INFO STEP 907 (remove_files) COMPLETE |
7079 | 2024-12-17T21:22:32.923Z | [ recovery-image] Dec 17 21:22:31.560 INFO O| Dec 17 21:22:31.560 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-12-17T21:22:32.971Z | [ recovery-image] Dec 17 21:22:31.608 INFO O| Dec 17 21:22:31.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7081 | 2024-12-17T21:22:32.971Z | [ recovery-image] Dec 17 21:22:31.608 INFO O| Dec 17 21:22:31.608 INFO STEP 908 (remove_files) COMPLETE |
7082 | 2024-12-17T21:22:32.971Z | [ recovery-image] Dec 17 21:22:31.608 INFO O| Dec 17 21:22:31.608 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-12-17T21:22:32.991Z | [ recovery-image] Dec 17 21:22:31.628 INFO O| Dec 17 21:22:31.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7084 | 2024-12-17T21:22:32.991Z | [ recovery-image] Dec 17 21:22:31.628 INFO O| Dec 17 21:22:31.628 INFO STEP 909 (remove_files) COMPLETE |
7085 | 2024-12-17T21:22:32.994Z | [ recovery-image] Dec 17 21:22:31.628 INFO O| Dec 17 21:22:31.628 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-12-17T21:22:33.011Z | [ recovery-image] Dec 17 21:22:31.648 INFO O| Dec 17 21:22:31.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7087 | 2024-12-17T21:22:33.011Z | [ recovery-image] Dec 17 21:22:31.648 INFO O| Dec 17 21:22:31.648 INFO STEP 910 (remove_files) COMPLETE |
7088 | 2024-12-17T21:22:33.011Z | [ recovery-image] Dec 17 21:22:31.648 INFO O| Dec 17 21:22:31.648 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-12-17T21:22:33.366Z | [ recovery-image] Dec 17 21:22:31.688 INFO O| Dec 17 21:22:31.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7090 | 2024-12-17T21:22:33.366Z | [ recovery-image] Dec 17 21:22:31.688 INFO O| Dec 17 21:22:31.688 INFO STEP 911 (remove_files) COMPLETE |
7091 | 2024-12-17T21:22:33.366Z | [ recovery-image] Dec 17 21:22:31.688 INFO O| Dec 17 21:22:31.688 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.709 INFO O| Dec 17 21:22:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7093 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.709 INFO O| Dec 17 21:22:31.709 INFO STEP 912 (remove_files) COMPLETE |
7094 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.709 INFO O| Dec 17 21:22:31.709 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.728 INFO O| Dec 17 21:22:31.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7096 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.728 INFO O| Dec 17 21:22:31.728 INFO STEP 913 (remove_files) COMPLETE |
7097 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.728 INFO O| Dec 17 21:22:31.728 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.747 INFO O| Dec 17 21:22:31.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7099 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.747 INFO O| Dec 17 21:22:31.747 INFO STEP 914 (remove_files) COMPLETE |
7100 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.748 INFO O| Dec 17 21:22:31.747 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.767 INFO O| Dec 17 21:22:31.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7102 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.767 INFO O| Dec 17 21:22:31.767 INFO STEP 915 (remove_files) COMPLETE |
7103 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.767 INFO O| Dec 17 21:22:31.767 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.787 INFO O| Dec 17 21:22:31.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7105 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.787 INFO O| Dec 17 21:22:31.787 INFO STEP 916 (remove_files) COMPLETE |
7106 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.787 INFO O| Dec 17 21:22:31.787 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.884 INFO O| Dec 17 21:22:31.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7108 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.884 INFO O| Dec 17 21:22:31.884 INFO STEP 917 (remove_files) COMPLETE |
7109 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.884 INFO O| Dec 17 21:22:31.884 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.906 INFO O| Dec 17 21:22:31.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7111 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.906 INFO O| Dec 17 21:22:31.906 INFO STEP 918 (remove_files) COMPLETE |
7112 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.906 INFO O| Dec 17 21:22:31.906 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.927 INFO O| Dec 17 21:22:31.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7114 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.927 INFO O| Dec 17 21:22:31.927 INFO STEP 919 (remove_files) COMPLETE |
7115 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.927 INFO O| Dec 17 21:22:31.927 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.948 INFO O| Dec 17 21:22:31.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7117 | 2024-12-17T21:22:33.378Z | [ recovery-image] Dec 17 21:22:31.948 INFO O| Dec 17 21:22:31.948 INFO STEP 920 (remove_files) COMPLETE |
7118 | 2024-12-17T21:22:33.379Z | [ recovery-image] Dec 17 21:22:31.948 INFO O| Dec 17 21:22:31.948 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-12-17T21:22:33.379Z | [ recovery-image] Dec 17 21:22:31.969 INFO O| Dec 17 21:22:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7120 | 2024-12-17T21:22:33.379Z | [ recovery-image] Dec 17 21:22:31.969 INFO O| Dec 17 21:22:31.969 INFO STEP 921 (remove_files) COMPLETE |
7121 | 2024-12-17T21:22:33.379Z | [ recovery-image] Dec 17 21:22:31.969 INFO O| Dec 17 21:22:31.969 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-12-17T21:22:33.379Z | [ recovery-image] Dec 17 21:22:31.989 INFO O| Dec 17 21:22:31.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7123 | 2024-12-17T21:22:33.379Z | [ recovery-image] Dec 17 21:22:31.989 INFO O| Dec 17 21:22:31.989 INFO STEP 922 (remove_files) COMPLETE |
7124 | 2024-12-17T21:22:33.379Z | [ recovery-image] Dec 17 21:22:31.989 INFO O| Dec 17 21:22:31.989 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-17T21:22:33.382Z | [ recovery-image] Dec 17 21:22:32.015 INFO O| Dec 17 21:22:32.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7126 | 2024-12-17T21:22:33.382Z | [ recovery-image] Dec 17 21:22:32.015 INFO O| Dec 17 21:22:32.015 INFO STEP 923 (remove_files) COMPLETE |
7127 | 2024-12-17T21:22:33.382Z | [ recovery-image] Dec 17 21:22:32.015 INFO O| Dec 17 21:22:32.015 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-17T21:22:33.401Z | [ recovery-image] Dec 17 21:22:32.037 INFO O| Dec 17 21:22:32.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7129 | 2024-12-17T21:22:33.402Z | [ recovery-image] Dec 17 21:22:32.037 INFO O| Dec 17 21:22:32.037 INFO STEP 924 (remove_files) COMPLETE |
7130 | 2024-12-17T21:22:33.404Z | [ recovery-image] Dec 17 21:22:32.037 INFO O| Dec 17 21:22:32.037 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-17T21:22:33.421Z | [ recovery-image] Dec 17 21:22:32.058 INFO O| Dec 17 21:22:32.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7132 | 2024-12-17T21:22:33.421Z | [ recovery-image] Dec 17 21:22:32.058 INFO O| Dec 17 21:22:32.058 INFO STEP 925 (remove_files) COMPLETE |
7133 | 2024-12-17T21:22:33.421Z | [ recovery-image] Dec 17 21:22:32.058 INFO O| Dec 17 21:22:32.058 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-17T21:22:33.480Z | [ recovery-image] Dec 17 21:22:32.117 INFO O| Dec 17 21:22:32.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7135 | 2024-12-17T21:22:33.483Z | [ recovery-image] Dec 17 21:22:32.117 INFO O| Dec 17 21:22:32.117 INFO STEP 926 (remove_files) COMPLETE |
7136 | 2024-12-17T21:22:33.483Z | [ recovery-image] Dec 17 21:22:32.117 INFO O| Dec 17 21:22:32.117 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-17T21:22:33.522Z | [ recovery-image] Dec 17 21:22:32.159 INFO O| Dec 17 21:22:32.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7138 | 2024-12-17T21:22:33.522Z | [ recovery-image] Dec 17 21:22:32.159 INFO O| Dec 17 21:22:32.159 INFO STEP 927 (remove_files) COMPLETE |
7139 | 2024-12-17T21:22:33.525Z | [ recovery-image] Dec 17 21:22:32.159 INFO O| Dec 17 21:22:32.159 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-17T21:22:33.560Z | [ recovery-image] Dec 17 21:22:32.197 INFO O| Dec 17 21:22:32.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7141 | 2024-12-17T21:22:33.560Z | [ recovery-image] Dec 17 21:22:32.197 INFO O| Dec 17 21:22:32.197 INFO STEP 928 (remove_files) COMPLETE |
7142 | 2024-12-17T21:22:33.563Z | [ recovery-image] Dec 17 21:22:32.197 INFO O| Dec 17 21:22:32.197 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-17T21:22:33.581Z | [ recovery-image] Dec 17 21:22:32.218 INFO O| Dec 17 21:22:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7144 | 2024-12-17T21:22:33.584Z | [ recovery-image] Dec 17 21:22:32.218 INFO O| Dec 17 21:22:32.218 INFO STEP 929 (remove_files) COMPLETE |
7145 | 2024-12-17T21:22:33.584Z | [ recovery-image] Dec 17 21:22:32.218 INFO O| Dec 17 21:22:32.218 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-17T21:22:33.616Z | [ recovery-image] Dec 17 21:22:32.253 INFO O| Dec 17 21:22:32.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7147 | 2024-12-17T21:22:33.616Z | [ recovery-image] Dec 17 21:22:32.253 INFO O| Dec 17 21:22:32.253 INFO STEP 930 (remove_files) COMPLETE |
7148 | 2024-12-17T21:22:33.619Z | [ recovery-image] Dec 17 21:22:32.253 INFO O| Dec 17 21:22:32.253 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-17T21:22:33.707Z | [ recovery-image] Dec 17 21:22:32.344 INFO O| Dec 17 21:22:32.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7150 | 2024-12-17T21:22:33.709Z | [ recovery-image] Dec 17 21:22:32.344 INFO O| Dec 17 21:22:32.344 INFO STEP 931 (remove_files) COMPLETE |
7151 | 2024-12-17T21:22:33.709Z | [ recovery-image] Dec 17 21:22:32.344 INFO O| Dec 17 21:22:32.344 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-17T21:22:33.729Z | [ recovery-image] Dec 17 21:22:32.366 INFO O| Dec 17 21:22:32.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7153 | 2024-12-17T21:22:33.731Z | [ recovery-image] Dec 17 21:22:32.366 INFO O| Dec 17 21:22:32.366 INFO STEP 932 (remove_files) COMPLETE |
7154 | 2024-12-17T21:22:33.731Z | [ recovery-image] Dec 17 21:22:32.367 INFO O| Dec 17 21:22:32.367 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-17T21:22:33.755Z | [ host-image] Dec 17 21:22:32.392 INFO O| Dec 17 21:22:32.392 INFO O| Done |
7156 | 2024-12-17T21:22:33.763Z | [ recovery-image] Dec 17 21:22:32.400 INFO O| Dec 17 21:22:32.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7157 | 2024-12-17T21:22:33.766Z | [ recovery-image] Dec 17 21:22:32.400 INFO O| Dec 17 21:22:32.400 INFO STEP 933 (remove_files) COMPLETE |
7158 | 2024-12-17T21:22:33.766Z | [ recovery-image] Dec 17 21:22:32.401 INFO O| Dec 17 21:22:32.401 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-12-17T21:22:33.813Z | [ host-image] Dec 17 21:22:32.450 INFO O| Dec 17 21:22:32.450 INFO O| Done |
7160 | 2024-12-17T21:22:33.813Z | [ host-image] Dec 17 21:22:32.450 INFO O| Dec 17 21:22:32.450 INFO O| Done |
7161 | 2024-12-17T21:22:33.817Z | [ recovery-image] Dec 17 21:22:32.450 INFO O| Dec 17 21:22:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7162 | 2024-12-17T21:22:33.817Z | [ recovery-image] Dec 17 21:22:32.451 INFO O| Dec 17 21:22:32.451 INFO STEP 934 (remove_files) COMPLETE |
7163 | 2024-12-17T21:22:33.817Z | [ recovery-image] Dec 17 21:22:32.451 INFO O| Dec 17 21:22:32.451 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-17T21:22:33.829Z | [ host-image] Dec 17 21:22:32.466 INFO O| Dec 17 21:22:32.466 INFO O| Done |
7165 | 2024-12-17T21:22:33.839Z | [ recovery-image] Dec 17 21:22:32.476 INFO O| Dec 17 21:22:32.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7166 | 2024-12-17T21:22:33.839Z | [ recovery-image] Dec 17 21:22:32.476 INFO O| Dec 17 21:22:32.476 INFO STEP 935 (remove_files) COMPLETE |
7167 | 2024-12-17T21:22:33.841Z | [ recovery-image] Dec 17 21:22:32.476 INFO O| Dec 17 21:22:32.476 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-12-17T21:22:33.892Z | [ recovery-image] Dec 17 21:22:32.529 INFO O| Dec 17 21:22:32.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7169 | 2024-12-17T21:22:33.892Z | [ recovery-image] Dec 17 21:22:32.529 INFO O| Dec 17 21:22:32.529 INFO STEP 936 (remove_files) COMPLETE |
7170 | 2024-12-17T21:22:33.895Z | [ recovery-image] Dec 17 21:22:32.529 INFO O| Dec 17 21:22:32.529 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-12-17T21:22:33.914Z | [ recovery-image] Dec 17 21:22:32.551 INFO O| Dec 17 21:22:32.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7172 | 2024-12-17T21:22:33.914Z | [ recovery-image] Dec 17 21:22:32.551 INFO O| Dec 17 21:22:32.551 INFO STEP 937 (remove_files) COMPLETE |
7173 | 2024-12-17T21:22:33.917Z | [ recovery-image] Dec 17 21:22:32.552 INFO O| Dec 17 21:22:32.551 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-12-17T21:22:33.937Z | [ recovery-image] Dec 17 21:22:32.574 INFO O| Dec 17 21:22:32.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7175 | 2024-12-17T21:22:33.937Z | [ recovery-image] Dec 17 21:22:32.574 INFO O| Dec 17 21:22:32.574 INFO STEP 938 (remove_files) COMPLETE |
7176 | 2024-12-17T21:22:33.939Z | [ recovery-image] Dec 17 21:22:32.574 INFO O| Dec 17 21:22:32.574 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-12-17T21:22:33.972Z | [ recovery-image] Dec 17 21:22:32.609 INFO O| Dec 17 21:22:32.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7178 | 2024-12-17T21:22:33.972Z | [ recovery-image] Dec 17 21:22:32.609 INFO O| Dec 17 21:22:32.609 INFO STEP 939 (remove_files) COMPLETE |
7179 | 2024-12-17T21:22:33.972Z | [ recovery-image] Dec 17 21:22:32.609 INFO O| Dec 17 21:22:32.609 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-12-17T21:22:33.998Z | [ recovery-image] Dec 17 21:22:32.635 INFO O| Dec 17 21:22:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7181 | 2024-12-17T21:22:33.998Z | [ recovery-image] Dec 17 21:22:32.635 INFO O| Dec 17 21:22:32.635 INFO STEP 940 (remove_files) COMPLETE |
7182 | 2024-12-17T21:22:33.998Z | [ recovery-image] Dec 17 21:22:32.635 INFO O| Dec 17 21:22:32.635 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-12-17T21:22:34.028Z | [ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO STEP 14 (pkg_install) COMPLETE |
7184 | 2024-12-17T21:22:34.028Z | [ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7185 | 2024-12-17T21:22:34.028Z | [ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO skip step because feature "mfg" is not enabled |
7186 | 2024-12-17T21:22:34.031Z | [ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7187 | 2024-12-17T21:22:34.031Z | [ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO skip step because feature "compliance" is not enabled |
7188 | 2024-12-17T21:22:34.031Z | [ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7189 | 2024-12-17T21:22:34.032Z | [ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO skip step because feature "stress" is not enabled |
7190 | 2024-12-17T21:22:34.032Z | [ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7191 | 2024-12-17T21:22:34.032Z | [ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO skip step because feature "nfs" is not enabled |
7192 | 2024-12-17T21:22:34.032Z | [ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7193 | 2024-12-17T21:22:34.032Z | [ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.666 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7194 | 2024-12-17T21:22:34.035Z | [ recovery-image] Dec 17 21:22:32.672 INFO O| Dec 17 21:22:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7195 | 2024-12-17T21:22:34.037Z | [ recovery-image] Dec 17 21:22:32.672 INFO O| Dec 17 21:22:32.672 INFO STEP 941 (remove_files) COMPLETE |
7196 | 2024-12-17T21:22:34.037Z | [ recovery-image] Dec 17 21:22:32.672 INFO O| Dec 17 21:22:32.672 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-12-17T21:22:34.132Z | [ recovery-image] Dec 17 21:22:32.769 INFO O| Dec 17 21:22:32.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7198 | 2024-12-17T21:22:34.135Z | [ recovery-image] Dec 17 21:22:32.769 INFO O| Dec 17 21:22:32.769 INFO STEP 942 (remove_files) COMPLETE |
7199 | 2024-12-17T21:22:34.135Z | [ recovery-image] Dec 17 21:22:32.769 INFO O| Dec 17 21:22:32.769 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-17T21:22:34.151Z | [ host-image] Dec 17 21:22:32.788 INFO O| Dec 17 21:22:32.788 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7201 | 2024-12-17T21:22:34.208Z | [ recovery-image] Dec 17 21:22:32.845 INFO O| Dec 17 21:22:32.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7202 | 2024-12-17T21:22:34.211Z | [ recovery-image] Dec 17 21:22:32.845 INFO O| Dec 17 21:22:32.845 INFO STEP 943 (remove_files) COMPLETE |
7203 | 2024-12-17T21:22:34.212Z | [ recovery-image] Dec 17 21:22:32.845 INFO O| Dec 17 21:22:32.845 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-12-17T21:22:34.248Z | [ host-image] Dec 17 21:22:32.885 INFO O| Dec 17 21:22:32.885 INFO completed processing gimlet/ramdisk-01-os |
7205 | 2024-12-17T21:22:34.251Z | [ host-image] Dec 17 21:22:32.889 INFO omicron1 baseline generation... |
7206 | 2024-12-17T21:22:34.254Z | [ host-image] Dec 17 21:22:32.889 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7207 | 2024-12-17T21:22:34.358Z | [ recovery-image] Dec 17 21:22:32.995 INFO O| Dec 17 21:22:32.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7208 | 2024-12-17T21:22:34.358Z | [ recovery-image] Dec 17 21:22:32.995 INFO O| Dec 17 21:22:32.995 INFO STEP 944 (remove_files) COMPLETE |
7209 | 2024-12-17T21:22:34.361Z | [ recovery-image] Dec 17 21:22:32.995 INFO O| Dec 17 21:22:32.995 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-17T21:22:34.416Z | [ recovery-image] Dec 17 21:22:33.053 INFO O| Dec 17 21:22:33.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7211 | 2024-12-17T21:22:34.416Z | [ recovery-image] Dec 17 21:22:33.053 INFO O| Dec 17 21:22:33.053 INFO STEP 945 (remove_files) COMPLETE |
7212 | 2024-12-17T21:22:34.416Z | [ recovery-image] Dec 17 21:22:33.053 INFO O| Dec 17 21:22:33.053 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-17T21:22:34.476Z | [ recovery-image] Dec 17 21:22:33.113 INFO O| Dec 17 21:22:33.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7214 | 2024-12-17T21:22:34.476Z | [ recovery-image] Dec 17 21:22:33.113 INFO O| Dec 17 21:22:33.113 INFO STEP 946 (remove_files) COMPLETE |
7215 | 2024-12-17T21:22:34.476Z | [ recovery-image] Dec 17 21:22:33.113 INFO O| Dec 17 21:22:33.113 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-17T21:22:34.518Z | [ recovery-image] Dec 17 21:22:33.155 INFO O| Dec 17 21:22:33.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7217 | 2024-12-17T21:22:34.518Z | [ recovery-image] Dec 17 21:22:33.155 INFO O| Dec 17 21:22:33.155 INFO STEP 947 (remove_files) COMPLETE |
7218 | 2024-12-17T21:22:34.518Z | [ recovery-image] Dec 17 21:22:33.155 INFO O| Dec 17 21:22:33.155 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-17T21:22:34.538Z | [ recovery-image] Dec 17 21:22:33.176 INFO O| Dec 17 21:22:33.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7220 | 2024-12-17T21:22:34.541Z | [ recovery-image] Dec 17 21:22:33.176 INFO O| Dec 17 21:22:33.176 INFO STEP 948 (remove_files) COMPLETE |
7221 | 2024-12-17T21:22:34.541Z | [ recovery-image] Dec 17 21:22:33.176 INFO O| Dec 17 21:22:33.176 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-12-17T21:22:34.588Z | [ recovery-image] Dec 17 21:22:33.225 INFO O| Dec 17 21:22:33.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7223 | 2024-12-17T21:22:34.588Z | [ recovery-image] Dec 17 21:22:33.225 INFO O| Dec 17 21:22:33.225 INFO STEP 949 (remove_files) COMPLETE |
7224 | 2024-12-17T21:22:34.590Z | [ recovery-image] Dec 17 21:22:33.225 INFO O| Dec 17 21:22:33.225 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-12-17T21:22:34.610Z | [ recovery-image] Dec 17 21:22:33.247 INFO O| Dec 17 21:22:33.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7226 | 2024-12-17T21:22:34.610Z | [ recovery-image] Dec 17 21:22:33.247 INFO O| Dec 17 21:22:33.247 INFO STEP 950 (remove_files) COMPLETE |
7227 | 2024-12-17T21:22:34.613Z | [ recovery-image] Dec 17 21:22:33.247 INFO O| Dec 17 21:22:33.247 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-17T21:22:34.631Z | [ recovery-image] Dec 17 21:22:33.268 INFO O| Dec 17 21:22:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7229 | 2024-12-17T21:22:34.631Z | [ recovery-image] Dec 17 21:22:33.268 INFO O| Dec 17 21:22:33.268 INFO STEP 951 (remove_files) COMPLETE |
7230 | 2024-12-17T21:22:34.633Z | [ recovery-image] Dec 17 21:22:33.268 INFO O| Dec 17 21:22:33.268 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-17T21:22:34.725Z | [ recovery-image] Dec 17 21:22:33.362 INFO O| Dec 17 21:22:33.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7232 | 2024-12-17T21:22:34.725Z | [ recovery-image] Dec 17 21:22:33.362 INFO O| Dec 17 21:22:33.362 INFO STEP 952 (remove_files) COMPLETE |
7233 | 2024-12-17T21:22:34.725Z | [ recovery-image] Dec 17 21:22:33.362 INFO O| Dec 17 21:22:33.362 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-12-17T21:22:34.782Z | [ recovery-image] Dec 17 21:22:33.418 INFO O| Dec 17 21:22:33.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7235 | 2024-12-17T21:22:34.782Z | [ recovery-image] Dec 17 21:22:33.419 INFO O| Dec 17 21:22:33.419 INFO STEP 953 (remove_files) COMPLETE |
7236 | 2024-12-17T21:22:34.784Z | [ recovery-image] Dec 17 21:22:33.419 INFO O| Dec 17 21:22:33.419 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-12-17T21:22:34.800Z | [ recovery-image] Dec 17 21:22:33.437 INFO O| Dec 17 21:22:33.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7238 | 2024-12-17T21:22:34.800Z | [ recovery-image] Dec 17 21:22:33.437 INFO O| Dec 17 21:22:33.437 INFO STEP 954 (remove_files) COMPLETE |
7239 | 2024-12-17T21:22:34.803Z | [ recovery-image] Dec 17 21:22:33.437 INFO O| Dec 17 21:22:33.437 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-12-17T21:22:34.819Z | [ recovery-image] Dec 17 21:22:33.456 INFO O| Dec 17 21:22:33.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7241 | 2024-12-17T21:22:34.819Z | [ recovery-image] Dec 17 21:22:33.457 INFO O| Dec 17 21:22:33.457 INFO STEP 955 (remove_files) COMPLETE |
7242 | 2024-12-17T21:22:34.822Z | [ recovery-image] Dec 17 21:22:33.457 INFO O| Dec 17 21:22:33.457 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-12-17T21:22:34.840Z | [ recovery-image] Dec 17 21:22:33.477 INFO O| Dec 17 21:22:33.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7244 | 2024-12-17T21:22:34.840Z | [ recovery-image] Dec 17 21:22:33.477 INFO O| Dec 17 21:22:33.477 INFO STEP 956 (remove_files) COMPLETE |
7245 | 2024-12-17T21:22:34.840Z | [ recovery-image] Dec 17 21:22:33.477 INFO O| Dec 17 21:22:33.477 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-12-17T21:22:34.862Z | [ recovery-image] Dec 17 21:22:33.498 INFO O| Dec 17 21:22:33.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7247 | 2024-12-17T21:22:34.862Z | [ recovery-image] Dec 17 21:22:33.498 INFO O| Dec 17 21:22:33.498 INFO STEP 957 (remove_files) COMPLETE |
7248 | 2024-12-17T21:22:34.862Z | [ recovery-image] Dec 17 21:22:33.498 INFO O| Dec 17 21:22:33.498 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-12-17T21:22:34.883Z | [ recovery-image] Dec 17 21:22:33.519 INFO O| Dec 17 21:22:33.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7250 | 2024-12-17T21:22:34.883Z | [ recovery-image] Dec 17 21:22:33.519 INFO O| Dec 17 21:22:33.519 INFO STEP 958 (remove_files) COMPLETE |
7251 | 2024-12-17T21:22:34.883Z | [ recovery-image] Dec 17 21:22:33.519 INFO O| Dec 17 21:22:33.519 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-12-17T21:22:34.919Z | [ recovery-image] Dec 17 21:22:33.556 INFO O| Dec 17 21:22:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7253 | 2024-12-17T21:22:34.919Z | [ recovery-image] Dec 17 21:22:33.556 INFO O| Dec 17 21:22:33.556 INFO STEP 959 (remove_files) COMPLETE |
7254 | 2024-12-17T21:22:34.919Z | [ recovery-image] Dec 17 21:22:33.556 INFO O| Dec 17 21:22:33.556 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-12-17T21:22:34.976Z | [ recovery-image] Dec 17 21:22:33.613 INFO O| Dec 17 21:22:33.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7256 | 2024-12-17T21:22:34.976Z | [ recovery-image] Dec 17 21:22:33.613 INFO O| Dec 17 21:22:33.613 INFO STEP 960 (remove_files) COMPLETE |
7257 | 2024-12-17T21:22:34.976Z | [ recovery-image] Dec 17 21:22:33.613 INFO O| Dec 17 21:22:33.613 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-12-17T21:22:34.997Z | [ recovery-image] Dec 17 21:22:33.634 INFO O| Dec 17 21:22:33.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7259 | 2024-12-17T21:22:34.997Z | [ recovery-image] Dec 17 21:22:33.634 INFO O| Dec 17 21:22:33.634 INFO STEP 961 (remove_files) COMPLETE |
7260 | 2024-12-17T21:22:35.000Z | [ recovery-image] Dec 17 21:22:33.634 INFO O| Dec 17 21:22:33.634 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-12-17T21:22:35.041Z | [ recovery-image] Dec 17 21:22:33.678 INFO O| Dec 17 21:22:33.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7262 | 2024-12-17T21:22:35.041Z | [ recovery-image] Dec 17 21:22:33.678 INFO O| Dec 17 21:22:33.678 INFO STEP 962 (remove_files) COMPLETE |
7263 | 2024-12-17T21:22:35.041Z | [ recovery-image] Dec 17 21:22:33.678 INFO O| Dec 17 21:22:33.678 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-12-17T21:22:35.077Z | [ recovery-image] Dec 17 21:22:33.713 INFO O| Dec 17 21:22:33.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7265 | 2024-12-17T21:22:35.077Z | [ recovery-image] Dec 17 21:22:33.713 INFO O| Dec 17 21:22:33.713 INFO STEP 963 (remove_files) COMPLETE |
7266 | 2024-12-17T21:22:35.077Z | [ recovery-image] Dec 17 21:22:33.713 INFO O| Dec 17 21:22:33.713 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-12-17T21:22:35.099Z | [ recovery-image] Dec 17 21:22:33.736 INFO O| Dec 17 21:22:33.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7268 | 2024-12-17T21:22:35.099Z | [ recovery-image] Dec 17 21:22:33.736 INFO O| Dec 17 21:22:33.736 INFO STEP 964 (remove_files) COMPLETE |
7269 | 2024-12-17T21:22:35.099Z | [ recovery-image] Dec 17 21:22:33.736 INFO O| Dec 17 21:22:33.736 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-12-17T21:22:35.126Z | [ recovery-image] Dec 17 21:22:33.763 INFO O| Dec 17 21:22:33.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7271 | 2024-12-17T21:22:35.147Z | [ recovery-image] Dec 17 21:22:33.763 INFO O| Dec 17 21:22:33.763 INFO STEP 965 (remove_files) COMPLETE |
7272 | 2024-12-17T21:22:35.147Z | [ recovery-image] Dec 17 21:22:33.763 INFO O| Dec 17 21:22:33.763 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-12-17T21:22:35.150Z | [ recovery-image] Dec 17 21:22:33.785 INFO O| Dec 17 21:22:33.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7274 | 2024-12-17T21:22:35.150Z | [ recovery-image] Dec 17 21:22:33.785 INFO O| Dec 17 21:22:33.785 INFO STEP 966 (remove_files) COMPLETE |
7275 | 2024-12-17T21:22:35.150Z | [ recovery-image] Dec 17 21:22:33.785 INFO O| Dec 17 21:22:33.785 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-12-17T21:22:35.150Z | [ host-image] Dec 17 21:22:33.787 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23078:20241216T214113Z |
7277 | 2024-12-17T21:22:35.229Z | [ recovery-image] Dec 17 21:22:33.866 INFO O| Dec 17 21:22:33.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7278 | 2024-12-17T21:22:35.231Z | [ recovery-image] Dec 17 21:22:33.866 INFO O| Dec 17 21:22:33.866 INFO STEP 967 (remove_files) COMPLETE |
7279 | 2024-12-17T21:22:35.232Z | [ recovery-image] Dec 17 21:22:33.866 INFO O| Dec 17 21:22:33.866 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-17T21:22:35.251Z | [ recovery-image] Dec 17 21:22:33.888 INFO O| Dec 17 21:22:33.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7281 | 2024-12-17T21:22:35.254Z | [ recovery-image] Dec 17 21:22:33.889 INFO O| Dec 17 21:22:33.888 INFO STEP 968 (remove_files) COMPLETE |
7282 | 2024-12-17T21:22:35.254Z | [ recovery-image] Dec 17 21:22:33.889 INFO O| Dec 17 21:22:33.889 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-17T21:22:35.274Z | [ recovery-image] Dec 17 21:22:33.911 INFO O| Dec 17 21:22:33.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7284 | 2024-12-17T21:22:35.274Z | [ recovery-image] Dec 17 21:22:33.911 INFO O| Dec 17 21:22:33.911 INFO STEP 969 (remove_files) COMPLETE |
7285 | 2024-12-17T21:22:35.274Z | [ recovery-image] Dec 17 21:22:33.911 INFO O| Dec 17 21:22:33.911 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-17T21:22:35.297Z | [ recovery-image] Dec 17 21:22:33.934 INFO O| Dec 17 21:22:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7287 | 2024-12-17T21:22:35.297Z | [ recovery-image] Dec 17 21:22:33.934 INFO O| Dec 17 21:22:33.934 INFO STEP 970 (remove_files) COMPLETE |
7288 | 2024-12-17T21:22:35.297Z | [ recovery-image] Dec 17 21:22:33.934 INFO O| Dec 17 21:22:33.934 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-17T21:22:35.318Z | [ recovery-image] Dec 17 21:22:33.955 INFO O| Dec 17 21:22:33.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7290 | 2024-12-17T21:22:35.321Z | [ recovery-image] Dec 17 21:22:33.955 INFO O| Dec 17 21:22:33.955 INFO STEP 971 (remove_files) COMPLETE |
7291 | 2024-12-17T21:22:35.321Z | [ recovery-image] Dec 17 21:22:33.955 INFO O| Dec 17 21:22:33.955 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-17T21:22:35.337Z | [ recovery-image] Dec 17 21:22:33.974 INFO O| Dec 17 21:22:33.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7293 | 2024-12-17T21:22:35.337Z | [ recovery-image] Dec 17 21:22:33.974 INFO O| Dec 17 21:22:33.974 INFO STEP 972 (remove_files) COMPLETE |
7294 | 2024-12-17T21:22:35.339Z | [ recovery-image] Dec 17 21:22:33.974 INFO O| Dec 17 21:22:33.974 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-17T21:22:35.356Z | [ recovery-image] Dec 17 21:22:33.993 INFO O| Dec 17 21:22:33.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7296 | 2024-12-17T21:22:35.359Z | [ recovery-image] Dec 17 21:22:33.994 INFO O| Dec 17 21:22:33.994 INFO STEP 973 (remove_files) COMPLETE |
7297 | 2024-12-17T21:22:35.359Z | [ recovery-image] Dec 17 21:22:33.994 INFO O| Dec 17 21:22:33.994 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-17T21:22:35.380Z | [ recovery-image] Dec 17 21:22:34.017 INFO O| Dec 17 21:22:34.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7299 | 2024-12-17T21:22:35.380Z | [ recovery-image] Dec 17 21:22:34.017 INFO O| Dec 17 21:22:34.017 INFO STEP 974 (remove_files) COMPLETE |
7300 | 2024-12-17T21:22:35.380Z | [ recovery-image] Dec 17 21:22:34.017 INFO O| Dec 17 21:22:34.017 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-17T21:22:35.410Z | [ recovery-image] Dec 17 21:22:34.047 INFO O| Dec 17 21:22:34.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7302 | 2024-12-17T21:22:35.413Z | [ recovery-image] Dec 17 21:22:34.047 INFO O| Dec 17 21:22:34.047 INFO STEP 975 (remove_files) COMPLETE |
7303 | 2024-12-17T21:22:35.413Z | [ recovery-image] Dec 17 21:22:34.047 INFO O| Dec 17 21:22:34.047 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-17T21:22:35.431Z | [ recovery-image] Dec 17 21:22:34.068 INFO O| Dec 17 21:22:34.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7305 | 2024-12-17T21:22:35.434Z | [ recovery-image] Dec 17 21:22:34.069 INFO O| Dec 17 21:22:34.068 INFO STEP 976 (remove_files) COMPLETE |
7306 | 2024-12-17T21:22:35.434Z | [ recovery-image] Dec 17 21:22:34.069 INFO O| Dec 17 21:22:34.069 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-17T21:22:35.453Z | [ recovery-image] Dec 17 21:22:34.090 INFO O| Dec 17 21:22:34.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7308 | 2024-12-17T21:22:35.453Z | [ recovery-image] Dec 17 21:22:34.091 INFO O| Dec 17 21:22:34.091 INFO STEP 977 (remove_files) COMPLETE |
7309 | 2024-12-17T21:22:35.456Z | [ recovery-image] Dec 17 21:22:34.091 INFO O| Dec 17 21:22:34.091 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-17T21:22:35.481Z | [ recovery-image] Dec 17 21:22:34.118 INFO O| Dec 17 21:22:34.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7311 | 2024-12-17T21:22:35.483Z | [ recovery-image] Dec 17 21:22:34.118 INFO O| Dec 17 21:22:34.118 INFO STEP 978 (remove_files) COMPLETE |
7312 | 2024-12-17T21:22:35.483Z | [ recovery-image] Dec 17 21:22:34.118 INFO O| Dec 17 21:22:34.118 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-17T21:22:35.502Z | [ recovery-image] Dec 17 21:22:34.139 INFO O| Dec 17 21:22:34.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7314 | 2024-12-17T21:22:35.502Z | [ recovery-image] Dec 17 21:22:34.139 INFO O| Dec 17 21:22:34.139 INFO STEP 979 (remove_files) COMPLETE |
7315 | 2024-12-17T21:22:35.505Z | [ recovery-image] Dec 17 21:22:34.139 INFO O| Dec 17 21:22:34.139 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-17T21:22:35.523Z | [ recovery-image] Dec 17 21:22:34.160 INFO O| Dec 17 21:22:34.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7317 | 2024-12-17T21:22:35.523Z | [ recovery-image] Dec 17 21:22:34.160 INFO O| Dec 17 21:22:34.160 INFO STEP 980 (remove_files) COMPLETE |
7318 | 2024-12-17T21:22:35.527Z | [ recovery-image] Dec 17 21:22:34.161 INFO O| Dec 17 21:22:34.160 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-17T21:22:35.547Z | [ recovery-image] Dec 17 21:22:34.183 INFO O| Dec 17 21:22:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7320 | 2024-12-17T21:22:35.548Z | [ recovery-image] Dec 17 21:22:34.183 INFO O| Dec 17 21:22:34.183 INFO STEP 981 (remove_files) COMPLETE |
7321 | 2024-12-17T21:22:35.548Z | [ recovery-image] Dec 17 21:22:34.183 INFO O| Dec 17 21:22:34.183 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-17T21:22:35.567Z | [ recovery-image] Dec 17 21:22:34.204 INFO O| Dec 17 21:22:34.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7323 | 2024-12-17T21:22:35.567Z | [ recovery-image] Dec 17 21:22:34.204 INFO O| Dec 17 21:22:34.204 INFO STEP 982 (remove_files) COMPLETE |
7324 | 2024-12-17T21:22:35.570Z | [ recovery-image] Dec 17 21:22:34.204 INFO O| Dec 17 21:22:34.204 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-17T21:22:35.598Z | [ recovery-image] Dec 17 21:22:34.225 INFO O| Dec 17 21:22:34.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7326 | 2024-12-17T21:22:35.601Z | [ recovery-image] Dec 17 21:22:34.225 INFO O| Dec 17 21:22:34.225 INFO STEP 983 (remove_files) COMPLETE |
7327 | 2024-12-17T21:22:35.601Z | [ recovery-image] Dec 17 21:22:34.225 INFO O| Dec 17 21:22:34.225 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-17T21:22:35.608Z | [ recovery-image] Dec 17 21:22:34.245 INFO O| Dec 17 21:22:34.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7329 | 2024-12-17T21:22:35.611Z | [ recovery-image] Dec 17 21:22:34.245 INFO O| Dec 17 21:22:34.245 INFO STEP 984 (remove_files) COMPLETE |
7330 | 2024-12-17T21:22:35.611Z | [ recovery-image] Dec 17 21:22:34.245 INFO O| Dec 17 21:22:34.245 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-17T21:22:35.650Z | [ recovery-image] Dec 17 21:22:34.287 INFO O| Dec 17 21:22:34.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7332 | 2024-12-17T21:22:35.650Z | [ recovery-image] Dec 17 21:22:34.287 INFO O| Dec 17 21:22:34.287 INFO STEP 985 (remove_files) COMPLETE |
7333 | 2024-12-17T21:22:35.650Z | [ recovery-image] Dec 17 21:22:34.287 INFO O| Dec 17 21:22:34.287 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-17T21:22:35.692Z | [ recovery-image] Dec 17 21:22:34.329 INFO O| Dec 17 21:22:34.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7335 | 2024-12-17T21:22:35.692Z | [ recovery-image] Dec 17 21:22:34.330 INFO O| Dec 17 21:22:34.330 INFO STEP 986 (remove_files) COMPLETE |
7336 | 2024-12-17T21:22:35.695Z | [ recovery-image] Dec 17 21:22:34.330 INFO O| Dec 17 21:22:34.330 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-17T21:22:35.715Z | [ recovery-image] Dec 17 21:22:34.351 INFO O| Dec 17 21:22:34.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7338 | 2024-12-17T21:22:35.715Z | [ recovery-image] Dec 17 21:22:34.351 INFO O| Dec 17 21:22:34.351 INFO STEP 987 (remove_files) COMPLETE |
7339 | 2024-12-17T21:22:35.715Z | [ recovery-image] Dec 17 21:22:34.351 INFO O| Dec 17 21:22:34.351 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-17T21:22:35.752Z | [ recovery-image] Dec 17 21:22:34.389 INFO O| Dec 17 21:22:34.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7341 | 2024-12-17T21:22:35.752Z | [ recovery-image] Dec 17 21:22:34.389 INFO O| Dec 17 21:22:34.389 INFO STEP 988 (remove_files) COMPLETE |
7342 | 2024-12-17T21:22:35.752Z | [ recovery-image] Dec 17 21:22:34.389 INFO O| Dec 17 21:22:34.389 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-17T21:22:35.773Z | [ recovery-image] Dec 17 21:22:34.409 INFO O| Dec 17 21:22:34.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7344 | 2024-12-17T21:22:35.773Z | [ recovery-image] Dec 17 21:22:34.409 INFO O| Dec 17 21:22:34.409 INFO STEP 989 (remove_files) COMPLETE |
7345 | 2024-12-17T21:22:35.773Z | [ recovery-image] Dec 17 21:22:34.410 INFO O| Dec 17 21:22:34.409 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-17T21:22:35.793Z | [ recovery-image] Dec 17 21:22:34.430 INFO O| Dec 17 21:22:34.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7347 | 2024-12-17T21:22:35.793Z | [ recovery-image] Dec 17 21:22:34.430 INFO O| Dec 17 21:22:34.430 INFO STEP 990 (remove_files) COMPLETE |
7348 | 2024-12-17T21:22:35.793Z | [ recovery-image] Dec 17 21:22:34.430 INFO O| Dec 17 21:22:34.430 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-17T21:22:35.826Z | [ recovery-image] Dec 17 21:22:34.463 INFO O| Dec 17 21:22:34.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7350 | 2024-12-17T21:22:35.829Z | [ recovery-image] Dec 17 21:22:34.463 INFO O| Dec 17 21:22:34.463 INFO STEP 991 (remove_files) COMPLETE |
7351 | 2024-12-17T21:22:35.829Z | [ recovery-image] Dec 17 21:22:34.464 INFO O| Dec 17 21:22:34.463 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-17T21:22:35.849Z | [ recovery-image] Dec 17 21:22:34.486 INFO O| Dec 17 21:22:34.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7353 | 2024-12-17T21:22:35.852Z | [ recovery-image] Dec 17 21:22:34.487 INFO O| Dec 17 21:22:34.487 INFO STEP 992 (remove_files) COMPLETE |
7354 | 2024-12-17T21:22:35.852Z | [ recovery-image] Dec 17 21:22:34.487 INFO O| Dec 17 21:22:34.487 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-17T21:22:35.871Z | [ recovery-image] Dec 17 21:22:34.508 INFO O| Dec 17 21:22:34.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7356 | 2024-12-17T21:22:35.871Z | [ recovery-image] Dec 17 21:22:34.509 INFO O| Dec 17 21:22:34.508 INFO STEP 993 (remove_files) COMPLETE |
7357 | 2024-12-17T21:22:35.874Z | [ recovery-image] Dec 17 21:22:34.509 INFO O| Dec 17 21:22:34.509 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-17T21:22:35.892Z | [ recovery-image] Dec 17 21:22:34.529 INFO O| Dec 17 21:22:34.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7359 | 2024-12-17T21:22:35.894Z | [ recovery-image] Dec 17 21:22:34.529 INFO O| Dec 17 21:22:34.529 INFO STEP 994 (remove_files) COMPLETE |
7360 | 2024-12-17T21:22:35.894Z | [ recovery-image] Dec 17 21:22:34.529 INFO O| Dec 17 21:22:34.529 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-17T21:22:35.911Z | [ recovery-image] Dec 17 21:22:34.548 INFO O| Dec 17 21:22:34.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7362 | 2024-12-17T21:22:35.914Z | [ recovery-image] Dec 17 21:22:34.548 INFO O| Dec 17 21:22:34.548 INFO STEP 995 (remove_files) COMPLETE |
7363 | 2024-12-17T21:22:35.914Z | [ recovery-image] Dec 17 21:22:34.548 INFO O| Dec 17 21:22:34.548 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-17T21:22:35.932Z | [ recovery-image] Dec 17 21:22:34.569 INFO O| Dec 17 21:22:34.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7365 | 2024-12-17T21:22:35.934Z | [ recovery-image] Dec 17 21:22:34.569 INFO O| Dec 17 21:22:34.569 INFO STEP 996 (remove_files) COMPLETE |
7366 | 2024-12-17T21:22:35.934Z | [ recovery-image] Dec 17 21:22:34.569 INFO O| Dec 17 21:22:34.569 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-17T21:22:35.972Z | [ recovery-image] Dec 17 21:22:34.609 INFO O| Dec 17 21:22:34.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7368 | 2024-12-17T21:22:35.972Z | [ recovery-image] Dec 17 21:22:34.609 INFO O| Dec 17 21:22:34.609 INFO STEP 997 (remove_files) COMPLETE |
7369 | 2024-12-17T21:22:35.975Z | [ recovery-image] Dec 17 21:22:34.609 INFO O| Dec 17 21:22:34.609 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-17T21:22:35.993Z | [ recovery-image] Dec 17 21:22:34.630 INFO O| Dec 17 21:22:34.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7371 | 2024-12-17T21:22:35.993Z | [ recovery-image] Dec 17 21:22:34.630 INFO O| Dec 17 21:22:34.630 INFO STEP 998 (remove_files) COMPLETE |
7372 | 2024-12-17T21:22:35.995Z | [ recovery-image] Dec 17 21:22:34.630 INFO O| Dec 17 21:22:34.630 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-17T21:22:36.049Z | [ recovery-image] Dec 17 21:22:34.686 INFO O| Dec 17 21:22:34.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7374 | 2024-12-17T21:22:36.049Z | [ recovery-image] Dec 17 21:22:34.686 INFO O| Dec 17 21:22:34.686 INFO STEP 999 (remove_files) COMPLETE |
7375 | 2024-12-17T21:22:36.049Z | [ recovery-image] Dec 17 21:22:34.686 INFO O| Dec 17 21:22:34.686 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-17T21:22:36.069Z | [ recovery-image] Dec 17 21:22:34.706 INFO O| Dec 17 21:22:34.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7377 | 2024-12-17T21:22:36.069Z | [ recovery-image] Dec 17 21:22:34.706 INFO O| Dec 17 21:22:34.706 INFO STEP 1000 (remove_files) COMPLETE |
7378 | 2024-12-17T21:22:36.069Z | [ recovery-image] Dec 17 21:22:34.706 INFO O| Dec 17 21:22:34.706 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-17T21:22:36.115Z | [ recovery-image] Dec 17 21:22:34.749 INFO O| Dec 17 21:22:34.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7380 | 2024-12-17T21:22:36.115Z | [ recovery-image] Dec 17 21:22:34.749 INFO O| Dec 17 21:22:34.749 INFO STEP 1001 (remove_files) COMPLETE |
7381 | 2024-12-17T21:22:36.115Z | [ recovery-image] Dec 17 21:22:34.749 INFO O| Dec 17 21:22:34.749 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-17T21:22:36.139Z | [ recovery-image] Dec 17 21:22:34.776 INFO O| Dec 17 21:22:34.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7383 | 2024-12-17T21:22:36.141Z | [ recovery-image] Dec 17 21:22:34.776 INFO O| Dec 17 21:22:34.776 INFO STEP 1002 (remove_files) COMPLETE |
7384 | 2024-12-17T21:22:36.141Z | [ recovery-image] Dec 17 21:22:34.776 INFO O| Dec 17 21:22:34.776 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-17T21:22:36.163Z | [ recovery-image] Dec 17 21:22:34.796 INFO O| Dec 17 21:22:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7386 | 2024-12-17T21:22:36.181Z | [ recovery-image] Dec 17 21:22:34.796 INFO O| Dec 17 21:22:34.796 INFO STEP 1003 (remove_files) COMPLETE |
7387 | 2024-12-17T21:22:36.181Z | [ recovery-image] Dec 17 21:22:34.796 INFO O| Dec 17 21:22:34.796 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-17T21:22:36.187Z | [ recovery-image] Dec 17 21:22:34.816 INFO O| Dec 17 21:22:34.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7389 | 2024-12-17T21:22:36.187Z | [ recovery-image] Dec 17 21:22:34.816 INFO O| Dec 17 21:22:34.816 INFO STEP 1004 (remove_files) COMPLETE |
7390 | 2024-12-17T21:22:36.187Z | [ recovery-image] Dec 17 21:22:34.816 INFO O| Dec 17 21:22:34.816 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-17T21:22:36.199Z | [ recovery-image] Dec 17 21:22:34.836 INFO O| Dec 17 21:22:34.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7392 | 2024-12-17T21:22:36.201Z | [ recovery-image] Dec 17 21:22:34.836 INFO O| Dec 17 21:22:34.836 INFO STEP 1005 (remove_files) COMPLETE |
7393 | 2024-12-17T21:22:36.201Z | [ recovery-image] Dec 17 21:22:34.836 INFO O| Dec 17 21:22:34.836 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-17T21:22:36.230Z | [ recovery-image] Dec 17 21:22:34.867 INFO O| Dec 17 21:22:34.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7395 | 2024-12-17T21:22:36.230Z | [ recovery-image] Dec 17 21:22:34.867 INFO O| Dec 17 21:22:34.867 INFO STEP 1006 (remove_files) COMPLETE |
7396 | 2024-12-17T21:22:36.233Z | [ recovery-image] Dec 17 21:22:34.868 INFO O| Dec 17 21:22:34.867 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-17T21:22:36.250Z | [ recovery-image] Dec 17 21:22:34.887 INFO O| Dec 17 21:22:34.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7398 | 2024-12-17T21:22:36.250Z | [ recovery-image] Dec 17 21:22:34.887 INFO O| Dec 17 21:22:34.887 INFO STEP 1007 (remove_files) COMPLETE |
7399 | 2024-12-17T21:22:36.252Z | [ recovery-image] Dec 17 21:22:34.887 INFO O| Dec 17 21:22:34.887 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-17T21:22:36.286Z | [ recovery-image] Dec 17 21:22:34.922 INFO O| Dec 17 21:22:34.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7401 | 2024-12-17T21:22:36.286Z | [ recovery-image] Dec 17 21:22:34.922 INFO O| Dec 17 21:22:34.922 INFO STEP 1008 (remove_files) COMPLETE |
7402 | 2024-12-17T21:22:36.286Z | [ recovery-image] Dec 17 21:22:34.922 INFO O| Dec 17 21:22:34.922 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-17T21:22:36.323Z | [ recovery-image] Dec 17 21:22:34.960 INFO O| Dec 17 21:22:34.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7404 | 2024-12-17T21:22:36.323Z | [ recovery-image] Dec 17 21:22:34.960 INFO O| Dec 17 21:22:34.960 INFO STEP 1009 (remove_files) COMPLETE |
7405 | 2024-12-17T21:22:36.323Z | [ recovery-image] Dec 17 21:22:34.961 INFO O| Dec 17 21:22:34.960 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-17T21:22:36.343Z | [ recovery-image] Dec 17 21:22:34.980 INFO O| Dec 17 21:22:34.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7407 | 2024-12-17T21:22:36.343Z | [ recovery-image] Dec 17 21:22:34.980 INFO O| Dec 17 21:22:34.980 INFO STEP 1010 (remove_files) COMPLETE |
7408 | 2024-12-17T21:22:36.343Z | [ recovery-image] Dec 17 21:22:34.980 INFO O| Dec 17 21:22:34.980 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-17T21:22:36.363Z | [ recovery-image] Dec 17 21:22:35.000 INFO O| Dec 17 21:22:35.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7410 | 2024-12-17T21:22:36.366Z | [ recovery-image] Dec 17 21:22:35.001 INFO O| Dec 17 21:22:35.001 INFO STEP 1011 (remove_files) COMPLETE |
7411 | 2024-12-17T21:22:36.366Z | [ recovery-image] Dec 17 21:22:35.001 INFO O| Dec 17 21:22:35.001 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-17T21:22:36.384Z | [ recovery-image] Dec 17 21:22:35.021 INFO O| Dec 17 21:22:35.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7413 | 2024-12-17T21:22:36.387Z | [ recovery-image] Dec 17 21:22:35.021 INFO O| Dec 17 21:22:35.021 INFO STEP 1012 (remove_files) COMPLETE |
7414 | 2024-12-17T21:22:36.387Z | [ recovery-image] Dec 17 21:22:35.022 INFO O| Dec 17 21:22:35.022 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-17T21:22:36.403Z | [ recovery-image] Dec 17 21:22:35.040 INFO O| Dec 17 21:22:35.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7416 | 2024-12-17T21:22:36.406Z | [ recovery-image] Dec 17 21:22:35.041 INFO O| Dec 17 21:22:35.041 INFO STEP 1013 (remove_files) COMPLETE |
7417 | 2024-12-17T21:22:36.406Z | [ recovery-image] Dec 17 21:22:35.041 INFO O| Dec 17 21:22:35.041 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-17T21:22:36.423Z | [ recovery-image] Dec 17 21:22:35.060 INFO O| Dec 17 21:22:35.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7419 | 2024-12-17T21:22:36.426Z | [ recovery-image] Dec 17 21:22:35.060 INFO O| Dec 17 21:22:35.060 INFO STEP 1014 (remove_files) COMPLETE |
7420 | 2024-12-17T21:22:36.426Z | [ recovery-image] Dec 17 21:22:35.061 INFO O| Dec 17 21:22:35.060 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-17T21:22:36.444Z | [ recovery-image] Dec 17 21:22:35.080 INFO O| Dec 17 21:22:35.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7422 | 2024-12-17T21:22:36.447Z | [ recovery-image] Dec 17 21:22:35.081 INFO O| Dec 17 21:22:35.081 INFO STEP 1015 (remove_files) COMPLETE |
7423 | 2024-12-17T21:22:36.447Z | [ recovery-image] Dec 17 21:22:35.081 INFO O| Dec 17 21:22:35.081 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-17T21:22:36.464Z | [ recovery-image] Dec 17 21:22:35.101 INFO O| Dec 17 21:22:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7425 | 2024-12-17T21:22:36.464Z | [ recovery-image] Dec 17 21:22:35.101 INFO O| Dec 17 21:22:35.101 INFO STEP 1016 (remove_files) COMPLETE |
7426 | 2024-12-17T21:22:36.468Z | [ recovery-image] Dec 17 21:22:35.101 INFO O| Dec 17 21:22:35.101 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-17T21:22:36.502Z | [ recovery-image] Dec 17 21:22:35.139 INFO O| Dec 17 21:22:35.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7428 | 2024-12-17T21:22:36.505Z | [ recovery-image] Dec 17 21:22:35.139 INFO O| Dec 17 21:22:35.139 INFO STEP 1017 (remove_files) COMPLETE |
7429 | 2024-12-17T21:22:36.505Z | [ recovery-image] Dec 17 21:22:35.139 INFO O| Dec 17 21:22:35.139 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-17T21:22:36.558Z | [ recovery-image] Dec 17 21:22:35.195 INFO O| Dec 17 21:22:35.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7431 | 2024-12-17T21:22:36.561Z | [ recovery-image] Dec 17 21:22:35.195 INFO O| Dec 17 21:22:35.195 INFO STEP 1018 (remove_files) COMPLETE |
7432 | 2024-12-17T21:22:36.561Z | [ recovery-image] Dec 17 21:22:35.195 INFO O| Dec 17 21:22:35.195 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-17T21:22:36.579Z | [ recovery-image] Dec 17 21:22:35.216 INFO O| Dec 17 21:22:35.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7434 | 2024-12-17T21:22:36.579Z | [ recovery-image] Dec 17 21:22:35.216 INFO O| Dec 17 21:22:35.216 INFO STEP 1019 (remove_files) COMPLETE |
7435 | 2024-12-17T21:22:36.582Z | [ recovery-image] Dec 17 21:22:35.216 INFO O| Dec 17 21:22:35.216 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-17T21:22:36.600Z | [ recovery-image] Dec 17 21:22:35.236 INFO O| Dec 17 21:22:35.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7437 | 2024-12-17T21:22:36.600Z | [ recovery-image] Dec 17 21:22:35.237 INFO O| Dec 17 21:22:35.237 INFO STEP 1020 (remove_files) COMPLETE |
7438 | 2024-12-17T21:22:36.602Z | [ recovery-image] Dec 17 21:22:35.237 INFO O| Dec 17 21:22:35.237 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-17T21:22:36.632Z | [ recovery-image] Dec 17 21:22:35.269 INFO O| Dec 17 21:22:35.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7440 | 2024-12-17T21:22:36.632Z | [ recovery-image] Dec 17 21:22:35.269 INFO O| Dec 17 21:22:35.269 INFO STEP 1021 (remove_files) COMPLETE |
7441 | 2024-12-17T21:22:36.636Z | [ recovery-image] Dec 17 21:22:35.269 INFO O| Dec 17 21:22:35.269 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-17T21:22:36.656Z | [ recovery-image] Dec 17 21:22:35.293 INFO O| Dec 17 21:22:35.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7443 | 2024-12-17T21:22:36.656Z | [ recovery-image] Dec 17 21:22:35.293 INFO O| Dec 17 21:22:35.293 INFO STEP 1022 (remove_files) COMPLETE |
7444 | 2024-12-17T21:22:36.656Z | [ recovery-image] Dec 17 21:22:35.294 INFO O| Dec 17 21:22:35.293 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-17T21:22:36.679Z | [ recovery-image] Dec 17 21:22:35.315 INFO O| Dec 17 21:22:35.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7446 | 2024-12-17T21:22:36.679Z | [ recovery-image] Dec 17 21:22:35.315 INFO O| Dec 17 21:22:35.315 INFO STEP 1023 (remove_files) COMPLETE |
7447 | 2024-12-17T21:22:36.679Z | [ recovery-image] Dec 17 21:22:35.315 INFO O| Dec 17 21:22:35.315 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-17T21:22:36.716Z | [ recovery-image] Dec 17 21:22:35.352 INFO O| Dec 17 21:22:35.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7449 | 2024-12-17T21:22:36.719Z | [ recovery-image] Dec 17 21:22:35.352 INFO O| Dec 17 21:22:35.352 INFO STEP 1024 (remove_files) COMPLETE |
7450 | 2024-12-17T21:22:36.719Z | [ recovery-image] Dec 17 21:22:35.352 INFO O| Dec 17 21:22:35.352 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-17T21:22:36.824Z | [ recovery-image] Dec 17 21:22:35.461 INFO O| Dec 17 21:22:35.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7452 | 2024-12-17T21:22:36.824Z | [ recovery-image] Dec 17 21:22:35.461 INFO O| Dec 17 21:22:35.461 INFO STEP 1025 (remove_files) COMPLETE |
7453 | 2024-12-17T21:22:36.824Z | [ recovery-image] Dec 17 21:22:35.461 INFO O| Dec 17 21:22:35.461 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-17T21:22:36.850Z | [ recovery-image] Dec 17 21:22:35.487 INFO O| Dec 17 21:22:35.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7455 | 2024-12-17T21:22:36.870Z | [ recovery-image] Dec 17 21:22:35.507 INFO O| Dec 17 21:22:35.507 INFO STEP 1026 (remove_files) COMPLETE |
7456 | 2024-12-17T21:22:36.870Z | [ recovery-image] Dec 17 21:22:35.507 INFO O| Dec 17 21:22:35.507 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-17T21:22:36.962Z | [ recovery-image] Dec 17 21:22:35.597 INFO O| Dec 17 21:22:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7458 | 2024-12-17T21:22:36.962Z | [ recovery-image] Dec 17 21:22:35.597 INFO O| Dec 17 21:22:35.597 INFO STEP 1027 (remove_files) COMPLETE |
7459 | 2024-12-17T21:22:36.962Z | [ recovery-image] Dec 17 21:22:35.597 INFO O| Dec 17 21:22:35.597 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-17T21:22:36.988Z | [ recovery-image] Dec 17 21:22:35.624 INFO O| Dec 17 21:22:35.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7461 | 2024-12-17T21:22:36.988Z | [ recovery-image] Dec 17 21:22:35.624 INFO O| Dec 17 21:22:35.624 INFO STEP 1028 (remove_files) COMPLETE |
7462 | 2024-12-17T21:22:36.988Z | [ recovery-image] Dec 17 21:22:35.624 INFO O| Dec 17 21:22:35.624 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-17T21:22:37.025Z | [ recovery-image] Dec 17 21:22:35.662 INFO O| Dec 17 21:22:35.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7464 | 2024-12-17T21:22:37.025Z | [ recovery-image] Dec 17 21:22:35.662 INFO O| Dec 17 21:22:35.662 INFO STEP 1029 (remove_files) COMPLETE |
7465 | 2024-12-17T21:22:37.025Z | [ recovery-image] Dec 17 21:22:35.662 INFO O| Dec 17 21:22:35.662 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-17T21:22:37.063Z | [ recovery-image] Dec 17 21:22:35.700 INFO O| Dec 17 21:22:35.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7467 | 2024-12-17T21:22:37.063Z | [ recovery-image] Dec 17 21:22:35.700 INFO O| Dec 17 21:22:35.700 INFO STEP 1030 (remove_files) COMPLETE |
7468 | 2024-12-17T21:22:37.063Z | [ recovery-image] Dec 17 21:22:35.700 INFO O| Dec 17 21:22:35.700 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-17T21:22:37.093Z | [ recovery-image] Dec 17 21:22:35.730 INFO O| Dec 17 21:22:35.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7470 | 2024-12-17T21:22:37.093Z | [ recovery-image] Dec 17 21:22:35.730 INFO O| Dec 17 21:22:35.730 INFO STEP 1031 (remove_files) COMPLETE |
7471 | 2024-12-17T21:22:37.093Z | [ recovery-image] Dec 17 21:22:35.730 INFO O| Dec 17 21:22:35.730 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-17T21:22:37.114Z | [ recovery-image] Dec 17 21:22:35.751 INFO O| Dec 17 21:22:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7473 | 2024-12-17T21:22:37.114Z | [ recovery-image] Dec 17 21:22:35.751 INFO O| Dec 17 21:22:35.751 INFO STEP 1032 (remove_files) COMPLETE |
7474 | 2024-12-17T21:22:37.116Z | [ recovery-image] Dec 17 21:22:35.751 INFO O| Dec 17 21:22:35.751 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-17T21:22:37.148Z | [ recovery-image] Dec 17 21:22:35.785 INFO O| Dec 17 21:22:35.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7476 | 2024-12-17T21:22:37.148Z | [ recovery-image] Dec 17 21:22:35.785 INFO O| Dec 17 21:22:35.785 INFO STEP 1033 (remove_files) COMPLETE |
7477 | 2024-12-17T21:22:37.148Z | [ recovery-image] Dec 17 21:22:35.785 INFO O| Dec 17 21:22:35.785 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-17T21:22:37.166Z | [ recovery-image] Dec 17 21:22:35.803 INFO O| Dec 17 21:22:35.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7479 | 2024-12-17T21:22:37.166Z | [ recovery-image] Dec 17 21:22:35.803 INFO O| Dec 17 21:22:35.803 INFO STEP 1034 (remove_files) COMPLETE |
7480 | 2024-12-17T21:22:37.166Z | [ recovery-image] Dec 17 21:22:35.803 INFO O| Dec 17 21:22:35.803 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-17T21:22:37.191Z | [ recovery-image] Dec 17 21:22:35.828 INFO O| Dec 17 21:22:35.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7482 | 2024-12-17T21:22:37.191Z | [ recovery-image] Dec 17 21:22:35.828 INFO O| Dec 17 21:22:35.828 INFO STEP 1035 (remove_files) COMPLETE |
7483 | 2024-12-17T21:22:37.191Z | [ recovery-image] Dec 17 21:22:35.828 INFO O| Dec 17 21:22:35.828 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-17T21:22:37.214Z | [ recovery-image] Dec 17 21:22:35.851 INFO O| Dec 17 21:22:35.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7485 | 2024-12-17T21:22:37.214Z | [ recovery-image] Dec 17 21:22:35.851 INFO O| Dec 17 21:22:35.851 INFO STEP 1036 (remove_files) COMPLETE |
7486 | 2024-12-17T21:22:37.216Z | [ recovery-image] Dec 17 21:22:35.851 INFO O| Dec 17 21:22:35.851 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-17T21:22:37.237Z | [ recovery-image] Dec 17 21:22:35.874 INFO O| Dec 17 21:22:35.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7488 | 2024-12-17T21:22:37.237Z | [ recovery-image] Dec 17 21:22:35.874 INFO O| Dec 17 21:22:35.874 INFO STEP 1037 (remove_files) COMPLETE |
7489 | 2024-12-17T21:22:37.237Z | [ recovery-image] Dec 17 21:22:35.874 INFO O| Dec 17 21:22:35.874 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-17T21:22:37.259Z | [ recovery-image] Dec 17 21:22:35.896 INFO O| Dec 17 21:22:35.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7491 | 2024-12-17T21:22:37.259Z | [ recovery-image] Dec 17 21:22:35.896 INFO O| Dec 17 21:22:35.896 INFO STEP 1038 (remove_files) COMPLETE |
7492 | 2024-12-17T21:22:37.259Z | [ recovery-image] Dec 17 21:22:35.896 INFO O| Dec 17 21:22:35.896 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-17T21:22:37.282Z | [ recovery-image] Dec 17 21:22:35.919 INFO O| Dec 17 21:22:35.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7494 | 2024-12-17T21:22:37.282Z | [ recovery-image] Dec 17 21:22:35.919 INFO O| Dec 17 21:22:35.919 INFO STEP 1039 (remove_files) COMPLETE |
7495 | 2024-12-17T21:22:37.284Z | [ recovery-image] Dec 17 21:22:35.919 INFO O| Dec 17 21:22:35.919 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-17T21:22:37.303Z | [ recovery-image] Dec 17 21:22:35.940 INFO O| Dec 17 21:22:35.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7497 | 2024-12-17T21:22:37.306Z | [ recovery-image] Dec 17 21:22:35.941 INFO O| Dec 17 21:22:35.940 INFO STEP 1040 (remove_files) COMPLETE |
7498 | 2024-12-17T21:22:37.306Z | [ recovery-image] Dec 17 21:22:35.941 INFO O| Dec 17 21:22:35.940 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-17T21:22:37.327Z | [ recovery-image] Dec 17 21:22:35.964 INFO O| Dec 17 21:22:35.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7500 | 2024-12-17T21:22:37.327Z | [ recovery-image] Dec 17 21:22:35.965 INFO O| Dec 17 21:22:35.965 INFO STEP 1041 (remove_files) COMPLETE |
7501 | 2024-12-17T21:22:37.330Z | [ recovery-image] Dec 17 21:22:35.965 INFO O| Dec 17 21:22:35.965 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-17T21:22:37.350Z | [ recovery-image] Dec 17 21:22:35.987 INFO O| Dec 17 21:22:35.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7503 | 2024-12-17T21:22:37.350Z | [ recovery-image] Dec 17 21:22:35.987 INFO O| Dec 17 21:22:35.987 INFO STEP 1042 (remove_files) COMPLETE |
7504 | 2024-12-17T21:22:37.350Z | [ recovery-image] Dec 17 21:22:35.987 INFO O| Dec 17 21:22:35.987 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-17T21:22:37.372Z | [ recovery-image] Dec 17 21:22:36.009 INFO O| Dec 17 21:22:36.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7506 | 2024-12-17T21:22:37.374Z | [ recovery-image] Dec 17 21:22:36.009 INFO O| Dec 17 21:22:36.009 INFO STEP 1043 (remove_files) COMPLETE |
7507 | 2024-12-17T21:22:37.374Z | [ recovery-image] Dec 17 21:22:36.009 INFO O| Dec 17 21:22:36.009 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-17T21:22:37.392Z | [ recovery-image] Dec 17 21:22:36.029 INFO O| Dec 17 21:22:36.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7509 | 2024-12-17T21:22:37.392Z | [ recovery-image] Dec 17 21:22:36.029 INFO O| Dec 17 21:22:36.029 INFO STEP 1044 (remove_files) COMPLETE |
7510 | 2024-12-17T21:22:37.392Z | [ recovery-image] Dec 17 21:22:36.029 INFO O| Dec 17 21:22:36.029 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-17T21:22:37.443Z | [ recovery-image] Dec 17 21:22:36.069 INFO O| Dec 17 21:22:36.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7512 | 2024-12-17T21:22:37.443Z | [ recovery-image] Dec 17 21:22:36.069 INFO O| Dec 17 21:22:36.069 INFO STEP 1045 (remove_files) COMPLETE |
7513 | 2024-12-17T21:22:37.443Z | [ recovery-image] Dec 17 21:22:36.069 INFO O| Dec 17 21:22:36.069 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-17T21:22:37.484Z | [ recovery-image] Dec 17 21:22:36.117 INFO O| Dec 17 21:22:36.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7515 | 2024-12-17T21:22:37.484Z | [ recovery-image] Dec 17 21:22:36.117 INFO O| Dec 17 21:22:36.117 INFO STEP 1046 (remove_files) COMPLETE |
7516 | 2024-12-17T21:22:37.484Z | [ recovery-image] Dec 17 21:22:36.117 INFO O| Dec 17 21:22:36.117 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-17T21:22:37.526Z | [ recovery-image] Dec 17 21:22:36.162 INFO O| Dec 17 21:22:36.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7518 | 2024-12-17T21:22:37.526Z | [ recovery-image] Dec 17 21:22:36.162 INFO O| Dec 17 21:22:36.162 INFO STEP 1047 (remove_files) COMPLETE |
7519 | 2024-12-17T21:22:37.526Z | [ recovery-image] Dec 17 21:22:36.162 INFO O| Dec 17 21:22:36.162 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-17T21:22:37.545Z | [ recovery-image] Dec 17 21:22:36.182 INFO O| Dec 17 21:22:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7521 | 2024-12-17T21:22:37.545Z | [ recovery-image] Dec 17 21:22:36.182 INFO O| Dec 17 21:22:36.182 INFO STEP 1048 (remove_files) COMPLETE |
7522 | 2024-12-17T21:22:37.545Z | [ recovery-image] Dec 17 21:22:36.182 INFO O| Dec 17 21:22:36.182 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-17T21:22:37.566Z | [ recovery-image] Dec 17 21:22:36.203 INFO O| Dec 17 21:22:36.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7524 | 2024-12-17T21:22:37.566Z | [ recovery-image] Dec 17 21:22:36.203 INFO O| Dec 17 21:22:36.203 INFO STEP 1049 (remove_files) COMPLETE |
7525 | 2024-12-17T21:22:37.566Z | [ recovery-image] Dec 17 21:22:36.203 INFO O| Dec 17 21:22:36.203 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-17T21:22:37.606Z | [ recovery-image] Dec 17 21:22:36.243 INFO O| Dec 17 21:22:36.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7527 | 2024-12-17T21:22:37.606Z | [ recovery-image] Dec 17 21:22:36.243 INFO O| Dec 17 21:22:36.243 INFO STEP 1050 (remove_files) COMPLETE |
7528 | 2024-12-17T21:22:37.606Z | [ recovery-image] Dec 17 21:22:36.243 INFO O| Dec 17 21:22:36.243 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-17T21:22:37.647Z | [ recovery-image] Dec 17 21:22:36.265 INFO O| Dec 17 21:22:36.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7530 | 2024-12-17T21:22:37.647Z | [ recovery-image] Dec 17 21:22:36.265 INFO O| Dec 17 21:22:36.265 INFO STEP 1051 (remove_files) COMPLETE |
7531 | 2024-12-17T21:22:37.647Z | [ recovery-image] Dec 17 21:22:36.265 INFO O| Dec 17 21:22:36.265 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-17T21:22:37.650Z | [ recovery-image] Dec 17 21:22:36.285 INFO O| Dec 17 21:22:36.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7533 | 2024-12-17T21:22:37.650Z | [ recovery-image] Dec 17 21:22:36.285 INFO O| Dec 17 21:22:36.285 INFO STEP 1052 (remove_files) COMPLETE |
7534 | 2024-12-17T21:22:37.650Z | [ recovery-image] Dec 17 21:22:36.285 INFO O| Dec 17 21:22:36.285 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-17T21:22:37.673Z | [ recovery-image] Dec 17 21:22:36.309 INFO O| Dec 17 21:22:36.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7536 | 2024-12-17T21:22:37.673Z | [ recovery-image] Dec 17 21:22:36.309 INFO O| Dec 17 21:22:36.309 INFO STEP 1053 (remove_files) COMPLETE |
7537 | 2024-12-17T21:22:37.673Z | [ recovery-image] Dec 17 21:22:36.309 INFO O| Dec 17 21:22:36.309 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-17T21:22:37.729Z | [ recovery-image] Dec 17 21:22:36.366 INFO O| Dec 17 21:22:36.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7539 | 2024-12-17T21:22:37.729Z | [ recovery-image] Dec 17 21:22:36.366 INFO O| Dec 17 21:22:36.366 INFO STEP 1054 (remove_files) COMPLETE |
7540 | 2024-12-17T21:22:37.729Z | [ recovery-image] Dec 17 21:22:36.366 INFO O| Dec 17 21:22:36.366 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-17T21:22:37.798Z | [ recovery-image] Dec 17 21:22:36.435 INFO O| Dec 17 21:22:36.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7542 | 2024-12-17T21:22:37.798Z | [ recovery-image] Dec 17 21:22:36.435 INFO O| Dec 17 21:22:36.431 INFO STEP 1055 (remove_files) COMPLETE |
7543 | 2024-12-17T21:22:37.798Z | [ recovery-image] Dec 17 21:22:36.435 INFO O| Dec 17 21:22:36.431 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-17T21:22:37.837Z | [ recovery-image] Dec 17 21:22:36.458 INFO O| Dec 17 21:22:36.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7545 | 2024-12-17T21:22:37.842Z | [ recovery-image] Dec 17 21:22:36.458 INFO O| Dec 17 21:22:36.458 INFO STEP 1056 (remove_files) COMPLETE |
7546 | 2024-12-17T21:22:37.842Z | [ recovery-image] Dec 17 21:22:36.458 INFO O| Dec 17 21:22:36.458 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-17T21:22:37.842Z | [ recovery-image] Dec 17 21:22:36.477 INFO O| Dec 17 21:22:36.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7548 | 2024-12-17T21:22:37.842Z | [ recovery-image] Dec 17 21:22:36.478 INFO O| Dec 17 21:22:36.478 INFO STEP 1057 (remove_files) COMPLETE |
7549 | 2024-12-17T21:22:37.842Z | [ recovery-image] Dec 17 21:22:36.478 INFO O| Dec 17 21:22:36.478 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-17T21:22:37.863Z | [ recovery-image] Dec 17 21:22:36.498 INFO O| Dec 17 21:22:36.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7551 | 2024-12-17T21:22:37.863Z | [ recovery-image] Dec 17 21:22:36.498 INFO O| Dec 17 21:22:36.498 INFO STEP 1058 (remove_files) COMPLETE |
7552 | 2024-12-17T21:22:37.863Z | [ recovery-image] Dec 17 21:22:36.498 INFO O| Dec 17 21:22:36.498 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-12-17T21:22:37.888Z | [ recovery-image] Dec 17 21:22:36.516 INFO O| Dec 17 21:22:36.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7554 | 2024-12-17T21:22:37.888Z | [ recovery-image] Dec 17 21:22:36.516 INFO O| Dec 17 21:22:36.516 INFO STEP 1059 (remove_files) COMPLETE |
7555 | 2024-12-17T21:22:37.888Z | [ recovery-image] Dec 17 21:22:36.516 INFO O| Dec 17 21:22:36.516 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-17T21:22:37.898Z | [ recovery-image] Dec 17 21:22:36.535 INFO O| Dec 17 21:22:36.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7557 | 2024-12-17T21:22:37.898Z | [ recovery-image] Dec 17 21:22:36.535 INFO O| Dec 17 21:22:36.535 INFO STEP 1060 (remove_files) COMPLETE |
7558 | 2024-12-17T21:22:37.898Z | [ recovery-image] Dec 17 21:22:36.535 INFO O| Dec 17 21:22:36.535 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-17T21:22:37.936Z | [ recovery-image] Dec 17 21:22:36.573 INFO O| Dec 17 21:22:36.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7560 | 2024-12-17T21:22:37.936Z | [ recovery-image] Dec 17 21:22:36.573 INFO O| Dec 17 21:22:36.573 INFO STEP 1061 (remove_files) COMPLETE |
7561 | 2024-12-17T21:22:37.937Z | [ recovery-image] Dec 17 21:22:36.573 INFO O| Dec 17 21:22:36.573 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-17T21:22:37.957Z | [ recovery-image] Dec 17 21:22:36.594 INFO O| Dec 17 21:22:36.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7563 | 2024-12-17T21:22:37.957Z | [ recovery-image] Dec 17 21:22:36.594 INFO O| Dec 17 21:22:36.594 INFO STEP 1062 (remove_files) COMPLETE |
7564 | 2024-12-17T21:22:37.960Z | [ recovery-image] Dec 17 21:22:36.594 INFO O| Dec 17 21:22:36.594 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-17T21:22:37.985Z | [ recovery-image] Dec 17 21:22:36.622 INFO O| Dec 17 21:22:36.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7566 | 2024-12-17T21:22:37.985Z | [ recovery-image] Dec 17 21:22:36.622 INFO O| Dec 17 21:22:36.622 INFO STEP 1063 (remove_files) COMPLETE |
7567 | 2024-12-17T21:22:37.986Z | [ recovery-image] Dec 17 21:22:36.622 INFO O| Dec 17 21:22:36.622 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-17T21:22:38.011Z | [ recovery-image] Dec 17 21:22:36.648 INFO O| Dec 17 21:22:36.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7569 | 2024-12-17T21:22:38.011Z | [ recovery-image] Dec 17 21:22:36.648 INFO O| Dec 17 21:22:36.648 INFO STEP 1064 (remove_files) COMPLETE |
7570 | 2024-12-17T21:22:38.020Z | [ recovery-image] Dec 17 21:22:36.649 INFO O| Dec 17 21:22:36.648 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-17T21:22:38.129Z | [ recovery-image] Dec 17 21:22:36.766 INFO O| Dec 17 21:22:36.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7572 | 2024-12-17T21:22:38.129Z | [ recovery-image] Dec 17 21:22:36.766 INFO O| Dec 17 21:22:36.766 INFO STEP 1065 (remove_files) COMPLETE |
7573 | 2024-12-17T21:22:38.132Z | [ recovery-image] Dec 17 21:22:36.766 INFO O| Dec 17 21:22:36.766 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-17T21:22:38.151Z | [ recovery-image] Dec 17 21:22:36.788 INFO O| Dec 17 21:22:36.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7575 | 2024-12-17T21:22:38.151Z | [ recovery-image] Dec 17 21:22:36.788 INFO O| Dec 17 21:22:36.788 INFO STEP 1066 (remove_files) COMPLETE |
7576 | 2024-12-17T21:22:38.151Z | [ recovery-image] Dec 17 21:22:36.788 INFO O| Dec 17 21:22:36.788 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-17T21:22:38.171Z | [ recovery-image] Dec 17 21:22:36.808 INFO O| Dec 17 21:22:36.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7578 | 2024-12-17T21:22:38.173Z | [ recovery-image] Dec 17 21:22:36.808 INFO O| Dec 17 21:22:36.808 INFO STEP 1067 (remove_files) COMPLETE |
7579 | 2024-12-17T21:22:38.174Z | [ recovery-image] Dec 17 21:22:36.808 INFO O| Dec 17 21:22:36.808 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-17T21:22:38.192Z | [ recovery-image] Dec 17 21:22:36.829 INFO O| Dec 17 21:22:36.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7581 | 2024-12-17T21:22:38.192Z | [ recovery-image] Dec 17 21:22:36.829 INFO O| Dec 17 21:22:36.829 INFO STEP 1068 (remove_files) COMPLETE |
7582 | 2024-12-17T21:22:38.194Z | [ recovery-image] Dec 17 21:22:36.829 INFO O| Dec 17 21:22:36.829 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-17T21:22:38.223Z | [ recovery-image] Dec 17 21:22:36.859 INFO O| Dec 17 21:22:36.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7584 | 2024-12-17T21:22:38.226Z | [ recovery-image] Dec 17 21:22:36.860 INFO O| Dec 17 21:22:36.860 INFO STEP 1069 (remove_files) COMPLETE |
7585 | 2024-12-17T21:22:38.226Z | [ recovery-image] Dec 17 21:22:36.860 INFO O| Dec 17 21:22:36.860 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-17T21:22:38.248Z | [ recovery-image] Dec 17 21:22:36.885 INFO O| Dec 17 21:22:36.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7587 | 2024-12-17T21:22:38.251Z | [ recovery-image] Dec 17 21:22:36.885 INFO O| Dec 17 21:22:36.885 INFO STEP 1070 (remove_files) COMPLETE |
7588 | 2024-12-17T21:22:38.251Z | [ recovery-image] Dec 17 21:22:36.885 INFO O| Dec 17 21:22:36.885 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-17T21:22:38.320Z | [ recovery-image] Dec 17 21:22:36.957 INFO O| Dec 17 21:22:36.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7590 | 2024-12-17T21:22:38.320Z | [ recovery-image] Dec 17 21:22:36.957 INFO O| Dec 17 21:22:36.957 INFO STEP 1071 (remove_files) COMPLETE |
7591 | 2024-12-17T21:22:38.322Z | [ recovery-image] Dec 17 21:22:36.957 INFO O| Dec 17 21:22:36.957 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-17T21:22:38.340Z | [ recovery-image] Dec 17 21:22:36.977 INFO O| Dec 17 21:22:36.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7593 | 2024-12-17T21:22:38.340Z | [ recovery-image] Dec 17 21:22:36.977 INFO O| Dec 17 21:22:36.977 INFO STEP 1072 (remove_files) COMPLETE |
7594 | 2024-12-17T21:22:38.340Z | [ recovery-image] Dec 17 21:22:36.977 INFO O| Dec 17 21:22:36.977 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-17T21:22:38.384Z | [ recovery-image] Dec 17 21:22:37.021 INFO O| Dec 17 21:22:37.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7596 | 2024-12-17T21:22:38.387Z | [ recovery-image] Dec 17 21:22:37.021 INFO O| Dec 17 21:22:37.021 INFO STEP 1073 (remove_files) COMPLETE |
7597 | 2024-12-17T21:22:38.387Z | [ recovery-image] Dec 17 21:22:37.021 INFO O| Dec 17 21:22:37.021 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-17T21:22:38.403Z | [ recovery-image] Dec 17 21:22:37.040 INFO O| Dec 17 21:22:37.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7599 | 2024-12-17T21:22:38.403Z | [ recovery-image] Dec 17 21:22:37.040 INFO O| Dec 17 21:22:37.040 INFO STEP 1074 (remove_files) COMPLETE |
7600 | 2024-12-17T21:22:38.403Z | [ recovery-image] Dec 17 21:22:37.040 INFO O| Dec 17 21:22:37.040 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-17T21:22:38.423Z | [ recovery-image] Dec 17 21:22:37.060 INFO O| Dec 17 21:22:37.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7602 | 2024-12-17T21:22:38.423Z | [ recovery-image] Dec 17 21:22:37.060 INFO O| Dec 17 21:22:37.060 INFO STEP 1075 (remove_files) COMPLETE |
7603 | 2024-12-17T21:22:38.423Z | [ recovery-image] Dec 17 21:22:37.060 INFO O| Dec 17 21:22:37.060 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-17T21:22:38.443Z | [ recovery-image] Dec 17 21:22:37.080 INFO O| Dec 17 21:22:37.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7605 | 2024-12-17T21:22:38.443Z | [ recovery-image] Dec 17 21:22:37.080 INFO O| Dec 17 21:22:37.080 INFO STEP 1076 (remove_files) COMPLETE |
7606 | 2024-12-17T21:22:38.446Z | [ recovery-image] Dec 17 21:22:37.080 INFO O| Dec 17 21:22:37.080 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-17T21:22:38.475Z | [ recovery-image] Dec 17 21:22:37.112 INFO O| Dec 17 21:22:37.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7608 | 2024-12-17T21:22:38.475Z | [ recovery-image] Dec 17 21:22:37.113 INFO O| Dec 17 21:22:37.113 INFO STEP 1077 (remove_files) COMPLETE |
7609 | 2024-12-17T21:22:38.475Z | [ recovery-image] Dec 17 21:22:37.113 INFO O| Dec 17 21:22:37.113 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-17T21:22:38.496Z | [ recovery-image] Dec 17 21:22:37.133 INFO O| Dec 17 21:22:37.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7611 | 2024-12-17T21:22:38.496Z | [ recovery-image] Dec 17 21:22:37.133 INFO O| Dec 17 21:22:37.133 INFO STEP 1078 (remove_files) COMPLETE |
7612 | 2024-12-17T21:22:38.496Z | [ recovery-image] Dec 17 21:22:37.133 INFO O| Dec 17 21:22:37.133 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-17T21:22:38.555Z | [ recovery-image] Dec 17 21:22:37.192 INFO O| Dec 17 21:22:37.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7614 | 2024-12-17T21:22:38.555Z | [ recovery-image] Dec 17 21:22:37.192 INFO O| Dec 17 21:22:37.192 INFO STEP 1079 (remove_files) COMPLETE |
7615 | 2024-12-17T21:22:38.555Z | [ recovery-image] Dec 17 21:22:37.192 INFO O| Dec 17 21:22:37.192 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-17T21:22:38.575Z | [ recovery-image] Dec 17 21:22:37.212 INFO O| Dec 17 21:22:37.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7617 | 2024-12-17T21:22:38.575Z | [ recovery-image] Dec 17 21:22:37.212 INFO O| Dec 17 21:22:37.212 INFO STEP 1080 (remove_files) COMPLETE |
7618 | 2024-12-17T21:22:38.575Z | [ recovery-image] Dec 17 21:22:37.212 INFO O| Dec 17 21:22:37.212 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-17T21:22:38.603Z | [ recovery-image] Dec 17 21:22:37.240 INFO O| Dec 17 21:22:37.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7620 | 2024-12-17T21:22:38.613Z | [ recovery-image] Dec 17 21:22:37.250 INFO O| Dec 17 21:22:37.250 INFO STEP 1081 (remove_files) COMPLETE |
7621 | 2024-12-17T21:22:38.613Z | [ recovery-image] Dec 17 21:22:37.250 INFO O| Dec 17 21:22:37.250 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-17T21:22:38.634Z | [ recovery-image] Dec 17 21:22:37.271 INFO O| Dec 17 21:22:37.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7623 | 2024-12-17T21:22:38.638Z | [ recovery-image] Dec 17 21:22:37.272 INFO O| Dec 17 21:22:37.271 INFO STEP 1082 (remove_files) COMPLETE |
7624 | 2024-12-17T21:22:38.638Z | [ recovery-image] Dec 17 21:22:37.272 INFO O| Dec 17 21:22:37.272 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-17T21:22:38.654Z | [ recovery-image] Dec 17 21:22:37.291 INFO O| Dec 17 21:22:37.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7626 | 2024-12-17T21:22:38.657Z | [ recovery-image] Dec 17 21:22:37.291 INFO O| Dec 17 21:22:37.291 INFO STEP 1083 (remove_files) COMPLETE |
7627 | 2024-12-17T21:22:38.657Z | [ recovery-image] Dec 17 21:22:37.291 INFO O| Dec 17 21:22:37.291 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-17T21:22:38.673Z | [ recovery-image] Dec 17 21:22:37.310 INFO O| Dec 17 21:22:37.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7629 | 2024-12-17T21:22:38.675Z | [ recovery-image] Dec 17 21:22:37.310 INFO O| Dec 17 21:22:37.310 INFO STEP 1084 (remove_files) COMPLETE |
7630 | 2024-12-17T21:22:38.676Z | [ recovery-image] Dec 17 21:22:37.310 INFO O| Dec 17 21:22:37.310 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-17T21:22:38.691Z | [ recovery-image] Dec 17 21:22:37.328 INFO O| Dec 17 21:22:37.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7632 | 2024-12-17T21:22:38.691Z | [ recovery-image] Dec 17 21:22:37.328 INFO O| Dec 17 21:22:37.328 INFO STEP 1085 (remove_files) COMPLETE |
7633 | 2024-12-17T21:22:38.691Z | [ recovery-image] Dec 17 21:22:37.328 INFO O| Dec 17 21:22:37.328 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-17T21:22:38.709Z | [ recovery-image] Dec 17 21:22:37.346 INFO O| Dec 17 21:22:37.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7635 | 2024-12-17T21:22:38.709Z | [ recovery-image] Dec 17 21:22:37.346 INFO O| Dec 17 21:22:37.346 INFO STEP 1086 (remove_files) COMPLETE |
7636 | 2024-12-17T21:22:38.709Z | [ recovery-image] Dec 17 21:22:37.346 INFO O| Dec 17 21:22:37.346 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-17T21:22:38.728Z | [ recovery-image] Dec 17 21:22:37.365 INFO O| Dec 17 21:22:37.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7638 | 2024-12-17T21:22:38.728Z | [ recovery-image] Dec 17 21:22:37.365 INFO O| Dec 17 21:22:37.365 INFO STEP 1087 (remove_files) COMPLETE |
7639 | 2024-12-17T21:22:38.731Z | [ recovery-image] Dec 17 21:22:37.365 INFO O| Dec 17 21:22:37.365 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-17T21:22:38.748Z | [ recovery-image] Dec 17 21:22:37.385 INFO O| Dec 17 21:22:37.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7641 | 2024-12-17T21:22:38.750Z | [ recovery-image] Dec 17 21:22:37.385 INFO O| Dec 17 21:22:37.385 INFO STEP 1088 (remove_files) COMPLETE |
7642 | 2024-12-17T21:22:38.750Z | [ recovery-image] Dec 17 21:22:37.385 INFO O| Dec 17 21:22:37.385 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-17T21:22:38.767Z | [ recovery-image] Dec 17 21:22:37.404 INFO O| Dec 17 21:22:37.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7644 | 2024-12-17T21:22:38.767Z | [ recovery-image] Dec 17 21:22:37.404 INFO O| Dec 17 21:22:37.404 INFO STEP 1089 (remove_files) COMPLETE |
7645 | 2024-12-17T21:22:38.767Z | [ recovery-image] Dec 17 21:22:37.404 INFO O| Dec 17 21:22:37.404 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-17T21:22:38.797Z | [ recovery-image] Dec 17 21:22:37.434 INFO O| Dec 17 21:22:37.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7647 | 2024-12-17T21:22:38.797Z | [ recovery-image] Dec 17 21:22:37.434 INFO O| Dec 17 21:22:37.434 INFO STEP 1090 (remove_files) COMPLETE |
7648 | 2024-12-17T21:22:38.800Z | [ recovery-image] Dec 17 21:22:37.434 INFO O| Dec 17 21:22:37.434 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-17T21:22:38.835Z | [ recovery-image] Dec 17 21:22:37.472 INFO O| Dec 17 21:22:37.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7650 | 2024-12-17T21:22:38.835Z | [ recovery-image] Dec 17 21:22:37.472 INFO O| Dec 17 21:22:37.472 INFO STEP 1091 (remove_files) COMPLETE |
7651 | 2024-12-17T21:22:38.836Z | [ recovery-image] Dec 17 21:22:37.472 INFO O| Dec 17 21:22:37.472 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-17T21:22:38.855Z | [ recovery-image] Dec 17 21:22:37.491 INFO O| Dec 17 21:22:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7653 | 2024-12-17T21:22:38.855Z | [ recovery-image] Dec 17 21:22:37.491 INFO O| Dec 17 21:22:37.491 INFO STEP 1092 (remove_files) COMPLETE |
7654 | 2024-12-17T21:22:38.856Z | [ recovery-image] Dec 17 21:22:37.491 INFO O| Dec 17 21:22:37.491 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-17T21:22:38.889Z | [ recovery-image] Dec 17 21:22:37.526 INFO O| Dec 17 21:22:37.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7656 | 2024-12-17T21:22:38.890Z | [ recovery-image] Dec 17 21:22:37.527 INFO O| Dec 17 21:22:37.527 INFO STEP 1093 (remove_files) COMPLETE |
7657 | 2024-12-17T21:22:38.890Z | [ recovery-image] Dec 17 21:22:37.527 INFO O| Dec 17 21:22:37.527 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-17T21:22:38.908Z | [ recovery-image] Dec 17 21:22:37.545 INFO O| Dec 17 21:22:37.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7659 | 2024-12-17T21:22:38.910Z | [ recovery-image] Dec 17 21:22:37.545 INFO O| Dec 17 21:22:37.545 INFO STEP 1094 (remove_files) COMPLETE |
7660 | 2024-12-17T21:22:38.910Z | [ recovery-image] Dec 17 21:22:37.545 INFO O| Dec 17 21:22:37.545 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-17T21:22:38.942Z | [ recovery-image] Dec 17 21:22:37.578 INFO O| Dec 17 21:22:37.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7662 | 2024-12-17T21:22:38.942Z | [ recovery-image] Dec 17 21:22:37.579 INFO O| Dec 17 21:22:37.578 INFO STEP 1095 (remove_files) COMPLETE |
7663 | 2024-12-17T21:22:38.942Z | [ recovery-image] Dec 17 21:22:37.579 INFO O| Dec 17 21:22:37.579 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-17T21:22:38.962Z | [ recovery-image] Dec 17 21:22:37.599 INFO O| Dec 17 21:22:37.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7665 | 2024-12-17T21:22:38.962Z | [ recovery-image] Dec 17 21:22:37.599 INFO O| Dec 17 21:22:37.599 INFO STEP 1096 (remove_files) COMPLETE |
7666 | 2024-12-17T21:22:38.962Z | [ recovery-image] Dec 17 21:22:37.599 INFO O| Dec 17 21:22:37.599 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-17T21:22:38.991Z | [ recovery-image] Dec 17 21:22:37.628 INFO O| Dec 17 21:22:37.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7668 | 2024-12-17T21:22:38.991Z | [ recovery-image] Dec 17 21:22:37.628 INFO O| Dec 17 21:22:37.628 INFO STEP 1097 (remove_files) COMPLETE |
7669 | 2024-12-17T21:22:38.991Z | [ recovery-image] Dec 17 21:22:37.628 INFO O| Dec 17 21:22:37.628 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-17T21:22:39.035Z | [ recovery-image] Dec 17 21:22:37.659 INFO O| Dec 17 21:22:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7671 | 2024-12-17T21:22:39.035Z | [ recovery-image] Dec 17 21:22:37.659 INFO O| Dec 17 21:22:37.659 INFO STEP 1098 (remove_files) COMPLETE |
7672 | 2024-12-17T21:22:39.035Z | [ recovery-image] Dec 17 21:22:37.659 INFO O| Dec 17 21:22:37.659 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-17T21:22:39.049Z | [ recovery-image] Dec 17 21:22:37.686 INFO O| Dec 17 21:22:37.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7674 | 2024-12-17T21:22:39.052Z | [ recovery-image] Dec 17 21:22:37.687 INFO O| Dec 17 21:22:37.686 INFO STEP 1099 (remove_files) COMPLETE |
7675 | 2024-12-17T21:22:39.052Z | [ recovery-image] Dec 17 21:22:37.687 INFO O| Dec 17 21:22:37.687 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-17T21:22:39.088Z | [ recovery-image] Dec 17 21:22:37.725 INFO O| Dec 17 21:22:37.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7677 | 2024-12-17T21:22:39.091Z | [ recovery-image] Dec 17 21:22:37.725 INFO O| Dec 17 21:22:37.725 INFO STEP 1100 (remove_files) COMPLETE |
7678 | 2024-12-17T21:22:39.091Z | [ recovery-image] Dec 17 21:22:37.725 INFO O| Dec 17 21:22:37.725 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-17T21:22:39.110Z | [ recovery-image] Dec 17 21:22:37.747 INFO O| Dec 17 21:22:37.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7680 | 2024-12-17T21:22:39.112Z | [ recovery-image] Dec 17 21:22:37.747 INFO O| Dec 17 21:22:37.747 INFO STEP 1101 (remove_files) COMPLETE |
7681 | 2024-12-17T21:22:39.113Z | [ recovery-image] Dec 17 21:22:37.747 INFO O| Dec 17 21:22:37.747 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-12-17T21:22:39.134Z | [ recovery-image] Dec 17 21:22:37.770 INFO O| Dec 17 21:22:37.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7683 | 2024-12-17T21:22:39.134Z | [ recovery-image] Dec 17 21:22:37.770 INFO O| Dec 17 21:22:37.770 INFO STEP 1102 (remove_files) COMPLETE |
7684 | 2024-12-17T21:22:39.134Z | [ recovery-image] Dec 17 21:22:37.770 INFO O| Dec 17 21:22:37.770 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-12-17T21:22:39.253Z | [ recovery-image] Dec 17 21:22:37.890 INFO O| Dec 17 21:22:37.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7686 | 2024-12-17T21:22:39.253Z | [ recovery-image] Dec 17 21:22:37.890 INFO O| Dec 17 21:22:37.890 INFO STEP 1103 (remove_files) COMPLETE |
7687 | 2024-12-17T21:22:39.253Z | [ recovery-image] Dec 17 21:22:37.890 INFO O| Dec 17 21:22:37.890 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-12-17T21:22:39.273Z | [ recovery-image] Dec 17 21:22:37.910 INFO O| Dec 17 21:22:37.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7689 | 2024-12-17T21:22:39.273Z | [ recovery-image] Dec 17 21:22:37.910 INFO O| Dec 17 21:22:37.910 INFO STEP 1104 (remove_files) COMPLETE |
7690 | 2024-12-17T21:22:39.276Z | [ recovery-image] Dec 17 21:22:37.910 INFO O| Dec 17 21:22:37.910 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-12-17T21:22:39.306Z | [ recovery-image] Dec 17 21:22:37.943 INFO O| Dec 17 21:22:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7692 | 2024-12-17T21:22:39.306Z | [ recovery-image] Dec 17 21:22:37.943 INFO O| Dec 17 21:22:37.943 INFO STEP 1105 (remove_files) COMPLETE |
7693 | 2024-12-17T21:22:39.309Z | [ recovery-image] Dec 17 21:22:37.943 INFO O| Dec 17 21:22:37.943 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-12-17T21:22:39.327Z | [ recovery-image] Dec 17 21:22:37.963 INFO O| Dec 17 21:22:37.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7695 | 2024-12-17T21:22:39.330Z | [ recovery-image] Dec 17 21:22:37.963 INFO O| Dec 17 21:22:37.963 INFO STEP 1106 (remove_files) COMPLETE |
7696 | 2024-12-17T21:22:39.330Z | [ recovery-image] Dec 17 21:22:37.963 INFO O| Dec 17 21:22:37.963 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-12-17T21:22:39.383Z | [ recovery-image] Dec 17 21:22:38.020 INFO O| Dec 17 21:22:38.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7698 | 2024-12-17T21:22:39.383Z | [ recovery-image] Dec 17 21:22:38.020 INFO O| Dec 17 21:22:38.020 INFO STEP 1107 (remove_files) COMPLETE |
7699 | 2024-12-17T21:22:39.383Z | [ recovery-image] Dec 17 21:22:38.020 INFO O| Dec 17 21:22:38.020 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-12-17T21:22:39.403Z | [ recovery-image] Dec 17 21:22:38.040 INFO O| Dec 17 21:22:38.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7701 | 2024-12-17T21:22:39.403Z | [ recovery-image] Dec 17 21:22:38.040 INFO O| Dec 17 21:22:38.040 INFO STEP 1108 (remove_files) COMPLETE |
7702 | 2024-12-17T21:22:39.403Z | [ recovery-image] Dec 17 21:22:38.040 INFO O| Dec 17 21:22:38.040 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-12-17T21:22:39.423Z | [ recovery-image] Dec 17 21:22:38.060 INFO O| Dec 17 21:22:38.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7704 | 2024-12-17T21:22:39.423Z | [ recovery-image] Dec 17 21:22:38.060 INFO O| Dec 17 21:22:38.060 INFO STEP 1109 (remove_files) COMPLETE |
7705 | 2024-12-17T21:22:39.426Z | [ recovery-image] Dec 17 21:22:38.060 INFO O| Dec 17 21:22:38.060 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-12-17T21:22:39.442Z | [ recovery-image] Dec 17 21:22:38.079 INFO O| Dec 17 21:22:38.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7707 | 2024-12-17T21:22:39.442Z | [ recovery-image] Dec 17 21:22:38.079 INFO O| Dec 17 21:22:38.079 INFO STEP 1110 (remove_files) COMPLETE |
7708 | 2024-12-17T21:22:39.442Z | [ recovery-image] Dec 17 21:22:38.079 INFO O| Dec 17 21:22:38.079 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-12-17T21:22:39.461Z | [ recovery-image] Dec 17 21:22:38.098 INFO O| Dec 17 21:22:38.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7710 | 2024-12-17T21:22:39.461Z | [ recovery-image] Dec 17 21:22:38.098 INFO O| Dec 17 21:22:38.098 INFO STEP 1111 (remove_files) COMPLETE |
7711 | 2024-12-17T21:22:39.461Z | [ recovery-image] Dec 17 21:22:38.098 INFO O| Dec 17 21:22:38.098 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-12-17T21:22:39.480Z | [ recovery-image] Dec 17 21:22:38.117 INFO O| Dec 17 21:22:38.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7713 | 2024-12-17T21:22:39.480Z | [ recovery-image] Dec 17 21:22:38.117 INFO O| Dec 17 21:22:38.117 INFO STEP 1112 (remove_files) COMPLETE |
7714 | 2024-12-17T21:22:39.480Z | [ recovery-image] Dec 17 21:22:38.117 INFO O| Dec 17 21:22:38.117 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-12-17T21:22:39.501Z | [ recovery-image] Dec 17 21:22:38.136 INFO O| Dec 17 21:22:38.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7716 | 2024-12-17T21:22:39.501Z | [ recovery-image] Dec 17 21:22:38.136 INFO O| Dec 17 21:22:38.136 INFO STEP 1113 (remove_files) COMPLETE |
7717 | 2024-12-17T21:22:39.501Z | [ recovery-image] Dec 17 21:22:38.136 INFO O| Dec 17 21:22:38.136 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-17T21:22:39.518Z | [ recovery-image] Dec 17 21:22:38.154 INFO O| Dec 17 21:22:38.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7719 | 2024-12-17T21:22:39.518Z | [ recovery-image] Dec 17 21:22:38.155 INFO O| Dec 17 21:22:38.155 INFO STEP 1114 (remove_files) COMPLETE |
7720 | 2024-12-17T21:22:39.518Z | [ recovery-image] Dec 17 21:22:38.155 INFO O| Dec 17 21:22:38.155 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-17T21:22:39.538Z | [ recovery-image] Dec 17 21:22:38.174 INFO O| Dec 17 21:22:38.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7722 | 2024-12-17T21:22:39.538Z | [ recovery-image] Dec 17 21:22:38.175 INFO O| Dec 17 21:22:38.175 INFO STEP 1115 (remove_files) COMPLETE |
7723 | 2024-12-17T21:22:39.538Z | [ recovery-image] Dec 17 21:22:38.175 INFO O| Dec 17 21:22:38.175 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-17T21:22:39.558Z | [ recovery-image] Dec 17 21:22:38.195 INFO O| Dec 17 21:22:38.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7725 | 2024-12-17T21:22:39.558Z | [ recovery-image] Dec 17 21:22:38.195 INFO O| Dec 17 21:22:38.195 INFO STEP 1116 (remove_files) COMPLETE |
7726 | 2024-12-17T21:22:39.558Z | [ recovery-image] Dec 17 21:22:38.195 INFO O| Dec 17 21:22:38.195 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-17T21:22:39.578Z | [ recovery-image] Dec 17 21:22:38.215 INFO O| Dec 17 21:22:38.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7728 | 2024-12-17T21:22:39.580Z | [ recovery-image] Dec 17 21:22:38.216 INFO O| Dec 17 21:22:38.216 INFO STEP 1117 (remove_files) COMPLETE |
7729 | 2024-12-17T21:22:39.580Z | [ recovery-image] Dec 17 21:22:38.216 INFO O| Dec 17 21:22:38.216 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-17T21:22:39.615Z | [ recovery-image] Dec 17 21:22:38.252 INFO O| Dec 17 21:22:38.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7731 | 2024-12-17T21:22:39.617Z | [ recovery-image] Dec 17 21:22:38.252 INFO O| Dec 17 21:22:38.252 INFO STEP 1118 (remove_files) COMPLETE |
7732 | 2024-12-17T21:22:39.617Z | [ recovery-image] Dec 17 21:22:38.252 INFO O| Dec 17 21:22:38.252 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-17T21:22:39.636Z | [ recovery-image] Dec 17 21:22:38.273 INFO O| Dec 17 21:22:38.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7734 | 2024-12-17T21:22:39.636Z | [ recovery-image] Dec 17 21:22:38.273 INFO O| Dec 17 21:22:38.273 INFO STEP 1119 (remove_files) COMPLETE |
7735 | 2024-12-17T21:22:39.639Z | [ recovery-image] Dec 17 21:22:38.273 INFO O| Dec 17 21:22:38.273 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-17T21:22:39.656Z | [ recovery-image] Dec 17 21:22:38.293 INFO O| Dec 17 21:22:38.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7737 | 2024-12-17T21:22:39.658Z | [ recovery-image] Dec 17 21:22:38.293 INFO O| Dec 17 21:22:38.293 INFO STEP 1120 (remove_files) COMPLETE |
7738 | 2024-12-17T21:22:39.658Z | [ recovery-image] Dec 17 21:22:38.293 INFO O| Dec 17 21:22:38.293 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-17T21:22:39.676Z | [ recovery-image] Dec 17 21:22:38.313 INFO O| Dec 17 21:22:38.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7740 | 2024-12-17T21:22:39.676Z | [ recovery-image] Dec 17 21:22:38.313 INFO O| Dec 17 21:22:38.313 INFO STEP 1121 (remove_files) COMPLETE |
7741 | 2024-12-17T21:22:39.678Z | [ recovery-image] Dec 17 21:22:38.313 INFO O| Dec 17 21:22:38.313 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-17T21:22:39.699Z | [ recovery-image] Dec 17 21:22:38.336 INFO O| Dec 17 21:22:38.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7743 | 2024-12-17T21:22:39.699Z | [ recovery-image] Dec 17 21:22:38.336 INFO O| Dec 17 21:22:38.336 INFO STEP 1122 (remove_files) COMPLETE |
7744 | 2024-12-17T21:22:39.699Z | [ recovery-image] Dec 17 21:22:38.336 INFO O| Dec 17 21:22:38.336 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-17T21:22:39.731Z | [ recovery-image] Dec 17 21:22:38.364 INFO O| Dec 17 21:22:38.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7746 | 2024-12-17T21:22:39.731Z | [ recovery-image] Dec 17 21:22:38.365 INFO O| Dec 17 21:22:38.365 INFO STEP 1123 (remove_files) COMPLETE |
7747 | 2024-12-17T21:22:39.731Z | [ recovery-image] Dec 17 21:22:38.365 INFO O| Dec 17 21:22:38.365 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-17T21:22:39.747Z | [ recovery-image] Dec 17 21:22:38.384 INFO O| Dec 17 21:22:38.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7749 | 2024-12-17T21:22:39.750Z | [ recovery-image] Dec 17 21:22:38.384 INFO O| Dec 17 21:22:38.384 INFO STEP 1124 (remove_files) COMPLETE |
7750 | 2024-12-17T21:22:39.750Z | [ recovery-image] Dec 17 21:22:38.384 INFO O| Dec 17 21:22:38.384 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-17T21:22:39.768Z | [ recovery-image] Dec 17 21:22:38.405 INFO O| Dec 17 21:22:38.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7752 | 2024-12-17T21:22:39.770Z | [ recovery-image] Dec 17 21:22:38.405 INFO O| Dec 17 21:22:38.405 INFO STEP 1125 (remove_files) COMPLETE |
7753 | 2024-12-17T21:22:39.771Z | [ recovery-image] Dec 17 21:22:38.405 INFO O| Dec 17 21:22:38.405 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-17T21:22:39.824Z | [ recovery-image] Dec 17 21:22:38.459 INFO O| Dec 17 21:22:38.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7755 | 2024-12-17T21:22:39.824Z | [ recovery-image] Dec 17 21:22:38.459 INFO O| Dec 17 21:22:38.459 INFO STEP 1126 (remove_files) COMPLETE |
7756 | 2024-12-17T21:22:39.824Z | [ recovery-image] Dec 17 21:22:38.459 INFO O| Dec 17 21:22:38.459 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-17T21:22:39.871Z | [ recovery-image] Dec 17 21:22:38.508 INFO O| Dec 17 21:22:38.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7758 | 2024-12-17T21:22:39.871Z | [ recovery-image] Dec 17 21:22:38.508 INFO O| Dec 17 21:22:38.508 INFO STEP 1127 (remove_files) COMPLETE |
7759 | 2024-12-17T21:22:39.871Z | [ recovery-image] Dec 17 21:22:38.508 INFO O| Dec 17 21:22:38.508 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-17T21:22:39.917Z | [ recovery-image] Dec 17 21:22:38.554 INFO O| Dec 17 21:22:38.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7761 | 2024-12-17T21:22:39.918Z | [ recovery-image] Dec 17 21:22:38.554 INFO O| Dec 17 21:22:38.554 INFO STEP 1128 (remove_files) COMPLETE |
7762 | 2024-12-17T21:22:39.921Z | [ recovery-image] Dec 17 21:22:38.554 INFO O| Dec 17 21:22:38.554 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-17T21:22:39.988Z | [ recovery-image] Dec 17 21:22:38.625 INFO O| Dec 17 21:22:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7764 | 2024-12-17T21:22:39.988Z | [ recovery-image] Dec 17 21:22:38.625 INFO O| Dec 17 21:22:38.625 INFO STEP 1129 (remove_files) COMPLETE |
7765 | 2024-12-17T21:22:39.990Z | [ recovery-image] Dec 17 21:22:38.625 INFO O| Dec 17 21:22:38.625 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-17T21:22:40.009Z | [ recovery-image] Dec 17 21:22:38.646 INFO O| Dec 17 21:22:38.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7767 | 2024-12-17T21:22:40.009Z | [ recovery-image] Dec 17 21:22:38.646 INFO O| Dec 17 21:22:38.646 INFO STEP 1130 (remove_files) COMPLETE |
7768 | 2024-12-17T21:22:40.009Z | [ recovery-image] Dec 17 21:22:38.646 INFO O| Dec 17 21:22:38.646 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-17T21:22:40.049Z | [ recovery-image] Dec 17 21:22:38.686 INFO O| Dec 17 21:22:38.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7770 | 2024-12-17T21:22:40.049Z | [ recovery-image] Dec 17 21:22:38.686 INFO O| Dec 17 21:22:38.686 INFO STEP 1131 (remove_files) COMPLETE |
7771 | 2024-12-17T21:22:40.049Z | [ recovery-image] Dec 17 21:22:38.686 INFO O| Dec 17 21:22:38.686 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-17T21:22:40.072Z | [ recovery-image] Dec 17 21:22:38.709 INFO O| Dec 17 21:22:38.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7773 | 2024-12-17T21:22:40.072Z | [ recovery-image] Dec 17 21:22:38.709 INFO O| Dec 17 21:22:38.709 INFO STEP 1132 (remove_files) COMPLETE |
7774 | 2024-12-17T21:22:40.072Z | [ recovery-image] Dec 17 21:22:38.709 INFO O| Dec 17 21:22:38.709 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-17T21:22:40.100Z | [ recovery-image] Dec 17 21:22:38.737 INFO O| Dec 17 21:22:38.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7776 | 2024-12-17T21:22:40.103Z | [ recovery-image] Dec 17 21:22:38.737 INFO O| Dec 17 21:22:38.737 INFO STEP 1133 (remove_files) COMPLETE |
7777 | 2024-12-17T21:22:40.103Z | [ recovery-image] Dec 17 21:22:38.738 INFO O| Dec 17 21:22:38.737 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-17T21:22:40.122Z | [ recovery-image] Dec 17 21:22:38.759 INFO O| Dec 17 21:22:38.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7779 | 2024-12-17T21:22:40.124Z | [ recovery-image] Dec 17 21:22:38.759 INFO O| Dec 17 21:22:38.759 INFO STEP 1134 (remove_files) COMPLETE |
7780 | 2024-12-17T21:22:40.124Z | [ recovery-image] Dec 17 21:22:38.759 INFO O| Dec 17 21:22:38.759 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-17T21:22:40.251Z | [ recovery-image] Dec 17 21:22:38.888 INFO O| Dec 17 21:22:38.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7782 | 2024-12-17T21:22:40.251Z | [ recovery-image] Dec 17 21:22:38.888 INFO O| Dec 17 21:22:38.888 INFO STEP 1135 (remove_files) COMPLETE |
7783 | 2024-12-17T21:22:40.251Z | [ recovery-image] Dec 17 21:22:38.888 INFO O| Dec 17 21:22:38.888 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-17T21:22:40.273Z | [ recovery-image] Dec 17 21:22:38.910 INFO O| Dec 17 21:22:38.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7785 | 2024-12-17T21:22:40.291Z | [ recovery-image] Dec 17 21:22:38.928 INFO O| Dec 17 21:22:38.928 INFO STEP 1136 (remove_files) COMPLETE |
7786 | 2024-12-17T21:22:40.292Z | [ recovery-image] Dec 17 21:22:38.928 INFO O| Dec 17 21:22:38.928 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-17T21:22:40.348Z | [ recovery-image] Dec 17 21:22:38.985 INFO O| Dec 17 21:22:38.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7788 | 2024-12-17T21:22:40.351Z | [ recovery-image] Dec 17 21:22:38.986 INFO O| Dec 17 21:22:38.985 INFO STEP 1137 (remove_files) COMPLETE |
7789 | 2024-12-17T21:22:40.351Z | [ recovery-image] Dec 17 21:22:38.986 INFO O| Dec 17 21:22:38.986 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-17T21:22:40.403Z | [ recovery-image] Dec 17 21:22:39.040 INFO O| Dec 17 21:22:39.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7791 | 2024-12-17T21:22:40.403Z | [ recovery-image] Dec 17 21:22:39.040 INFO O| Dec 17 21:22:39.040 INFO STEP 1138 (remove_files) COMPLETE |
7792 | 2024-12-17T21:22:40.403Z | [ recovery-image] Dec 17 21:22:39.040 INFO O| Dec 17 21:22:39.040 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-17T21:22:40.426Z | [ recovery-image] Dec 17 21:22:39.063 INFO O| Dec 17 21:22:39.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7794 | 2024-12-17T21:22:40.426Z | [ recovery-image] Dec 17 21:22:39.063 INFO O| Dec 17 21:22:39.063 INFO STEP 1139 (remove_files) COMPLETE |
7795 | 2024-12-17T21:22:40.429Z | [ recovery-image] Dec 17 21:22:39.063 INFO O| Dec 17 21:22:39.063 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-17T21:22:40.445Z | [ recovery-image] Dec 17 21:22:39.082 INFO O| Dec 17 21:22:39.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7797 | 2024-12-17T21:22:40.445Z | [ recovery-image] Dec 17 21:22:39.082 INFO O| Dec 17 21:22:39.082 INFO STEP 1140 (remove_files) COMPLETE |
7798 | 2024-12-17T21:22:40.445Z | [ recovery-image] Dec 17 21:22:39.082 INFO O| Dec 17 21:22:39.082 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-17T21:22:40.465Z | [ recovery-image] Dec 17 21:22:39.102 INFO O| Dec 17 21:22:39.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7800 | 2024-12-17T21:22:40.465Z | [ recovery-image] Dec 17 21:22:39.102 INFO O| Dec 17 21:22:39.102 INFO STEP 1141 (remove_files) COMPLETE |
7801 | 2024-12-17T21:22:40.465Z | [ recovery-image] Dec 17 21:22:39.102 INFO O| Dec 17 21:22:39.102 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-17T21:22:40.500Z | [ recovery-image] Dec 17 21:22:39.137 INFO O| Dec 17 21:22:39.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7803 | 2024-12-17T21:22:40.503Z | [ recovery-image] Dec 17 21:22:39.137 INFO O| Dec 17 21:22:39.137 INFO STEP 1142 (remove_files) COMPLETE |
7804 | 2024-12-17T21:22:40.503Z | [ recovery-image] Dec 17 21:22:39.137 INFO O| Dec 17 21:22:39.137 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-17T21:22:40.523Z | [ recovery-image] Dec 17 21:22:39.160 INFO O| Dec 17 21:22:39.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7806 | 2024-12-17T21:22:40.526Z | [ recovery-image] Dec 17 21:22:39.160 INFO O| Dec 17 21:22:39.160 INFO STEP 1143 (remove_files) COMPLETE |
7807 | 2024-12-17T21:22:40.526Z | [ recovery-image] Dec 17 21:22:39.161 INFO O| Dec 17 21:22:39.161 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-17T21:22:40.543Z | [ recovery-image] Dec 17 21:22:39.180 INFO O| Dec 17 21:22:39.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7809 | 2024-12-17T21:22:40.545Z | [ recovery-image] Dec 17 21:22:39.180 INFO O| Dec 17 21:22:39.180 INFO STEP 1144 (remove_files) COMPLETE |
7810 | 2024-12-17T21:22:40.545Z | [ recovery-image] Dec 17 21:22:39.180 INFO O| Dec 17 21:22:39.180 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-17T21:22:40.563Z | [ recovery-image] Dec 17 21:22:39.200 INFO O| Dec 17 21:22:39.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7812 | 2024-12-17T21:22:40.566Z | [ recovery-image] Dec 17 21:22:39.201 INFO O| Dec 17 21:22:39.201 INFO STEP 1145 (remove_files) COMPLETE |
7813 | 2024-12-17T21:22:40.566Z | [ recovery-image] Dec 17 21:22:39.201 INFO O| Dec 17 21:22:39.201 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-17T21:22:40.583Z | [ recovery-image] Dec 17 21:22:39.220 INFO O| Dec 17 21:22:39.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7815 | 2024-12-17T21:22:40.585Z | [ recovery-image] Dec 17 21:22:39.220 INFO O| Dec 17 21:22:39.220 INFO STEP 1146 (remove_files) COMPLETE |
7816 | 2024-12-17T21:22:40.585Z | [ recovery-image] Dec 17 21:22:39.220 INFO O| Dec 17 21:22:39.220 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-17T21:22:40.603Z | [ recovery-image] Dec 17 21:22:39.239 INFO O| Dec 17 21:22:39.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7818 | 2024-12-17T21:22:40.606Z | [ recovery-image] Dec 17 21:22:39.240 INFO O| Dec 17 21:22:39.240 INFO STEP 1147 (remove_files) COMPLETE |
7819 | 2024-12-17T21:22:40.606Z | [ recovery-image] Dec 17 21:22:39.240 INFO O| Dec 17 21:22:39.240 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-17T21:22:40.627Z | [ recovery-image] Dec 17 21:22:39.264 INFO O| Dec 17 21:22:39.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7821 | 2024-12-17T21:22:40.630Z | [ recovery-image] Dec 17 21:22:39.265 INFO O| Dec 17 21:22:39.264 INFO STEP 1148 (remove_files) COMPLETE |
7822 | 2024-12-17T21:22:40.630Z | [ recovery-image] Dec 17 21:22:39.265 INFO O| Dec 17 21:22:39.265 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-17T21:22:40.662Z | [ recovery-image] Dec 17 21:22:39.299 INFO O| Dec 17 21:22:39.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7824 | 2024-12-17T21:22:40.666Z | [ recovery-image] Dec 17 21:22:39.300 INFO O| Dec 17 21:22:39.299 INFO STEP 1149 (remove_files) COMPLETE |
7825 | 2024-12-17T21:22:40.666Z | [ recovery-image] Dec 17 21:22:39.300 INFO O| Dec 17 21:22:39.299 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-17T21:22:40.684Z | [ recovery-image] Dec 17 21:22:39.321 INFO O| Dec 17 21:22:39.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7827 | 2024-12-17T21:22:40.686Z | [ recovery-image] Dec 17 21:22:39.321 INFO O| Dec 17 21:22:39.321 INFO STEP 1150 (remove_files) COMPLETE |
7828 | 2024-12-17T21:22:40.686Z | [ recovery-image] Dec 17 21:22:39.321 INFO O| Dec 17 21:22:39.321 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-17T21:22:40.703Z | [ recovery-image] Dec 17 21:22:39.340 INFO O| Dec 17 21:22:39.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7830 | 2024-12-17T21:22:40.705Z | [ recovery-image] Dec 17 21:22:39.340 INFO O| Dec 17 21:22:39.340 INFO STEP 1151 (remove_files) COMPLETE |
7831 | 2024-12-17T21:22:40.705Z | [ recovery-image] Dec 17 21:22:39.340 INFO O| Dec 17 21:22:39.340 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-17T21:22:40.724Z | [ recovery-image] Dec 17 21:22:39.361 INFO O| Dec 17 21:22:39.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7833 | 2024-12-17T21:22:40.727Z | [ recovery-image] Dec 17 21:22:39.361 INFO O| Dec 17 21:22:39.361 INFO STEP 1152 (remove_files) COMPLETE |
7834 | 2024-12-17T21:22:40.727Z | [ recovery-image] Dec 17 21:22:39.361 INFO O| Dec 17 21:22:39.361 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2024-12-17T21:22:40.744Z | [ recovery-image] Dec 17 21:22:39.381 INFO O| Dec 17 21:22:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7836 | 2024-12-17T21:22:40.744Z | [ recovery-image] Dec 17 21:22:39.381 INFO O| Dec 17 21:22:39.381 INFO STEP 1153 (remove_files) COMPLETE |
7837 | 2024-12-17T21:22:40.746Z | [ recovery-image] Dec 17 21:22:39.381 INFO O| Dec 17 21:22:39.381 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2024-12-17T21:22:40.763Z | [ recovery-image] Dec 17 21:22:39.400 INFO O| Dec 17 21:22:39.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7839 | 2024-12-17T21:22:40.763Z | [ recovery-image] Dec 17 21:22:39.400 INFO O| Dec 17 21:22:39.400 INFO STEP 1154 (remove_files) COMPLETE |
7840 | 2024-12-17T21:22:40.763Z | [ recovery-image] Dec 17 21:22:39.400 INFO O| Dec 17 21:22:39.400 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2024-12-17T21:22:40.783Z | [ recovery-image] Dec 17 21:22:39.420 INFO O| Dec 17 21:22:39.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7842 | 2024-12-17T21:22:40.783Z | [ recovery-image] Dec 17 21:22:39.420 INFO O| Dec 17 21:22:39.420 INFO STEP 1155 (remove_files) COMPLETE |
7843 | 2024-12-17T21:22:40.783Z | [ recovery-image] Dec 17 21:22:39.420 INFO O| Dec 17 21:22:39.420 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2024-12-17T21:22:40.802Z | [ recovery-image] Dec 17 21:22:39.439 INFO O| Dec 17 21:22:39.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7845 | 2024-12-17T21:22:40.802Z | [ recovery-image] Dec 17 21:22:39.439 INFO O| Dec 17 21:22:39.439 INFO STEP 1156 (remove_files) COMPLETE |
7846 | 2024-12-17T21:22:40.802Z | [ recovery-image] Dec 17 21:22:39.439 INFO O| Dec 17 21:22:39.439 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-17T21:22:40.859Z | [ recovery-image] Dec 17 21:22:39.496 INFO O| Dec 17 21:22:39.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7848 | 2024-12-17T21:22:40.859Z | [ recovery-image] Dec 17 21:22:39.496 INFO O| Dec 17 21:22:39.496 INFO STEP 1157 (remove_files) COMPLETE |
7849 | 2024-12-17T21:22:40.860Z | [ recovery-image] Dec 17 21:22:39.496 INFO O| Dec 17 21:22:39.496 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2024-12-17T21:22:40.901Z | [ recovery-image] Dec 17 21:22:39.538 INFO O| Dec 17 21:22:39.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7851 | 2024-12-17T21:22:40.901Z | [ recovery-image] Dec 17 21:22:39.538 INFO O| Dec 17 21:22:39.538 INFO STEP 1158 (remove_files) COMPLETE |
7852 | 2024-12-17T21:22:40.901Z | [ recovery-image] Dec 17 21:22:39.538 INFO O| Dec 17 21:22:39.538 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2024-12-17T21:22:40.924Z | [ recovery-image] Dec 17 21:22:39.560 INFO O| Dec 17 21:22:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7854 | 2024-12-17T21:22:40.924Z | [ recovery-image] Dec 17 21:22:39.560 INFO O| Dec 17 21:22:39.560 INFO STEP 1159 (remove_files) COMPLETE |
7855 | 2024-12-17T21:22:40.924Z | [ recovery-image] Dec 17 21:22:39.561 INFO O| Dec 17 21:22:39.560 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2024-12-17T21:22:40.943Z | [ recovery-image] Dec 17 21:22:39.580 INFO O| Dec 17 21:22:39.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7857 | 2024-12-17T21:22:40.943Z | [ recovery-image] Dec 17 21:22:39.580 INFO O| Dec 17 21:22:39.580 INFO STEP 1160 (remove_files) COMPLETE |
7858 | 2024-12-17T21:22:40.943Z | [ recovery-image] Dec 17 21:22:39.580 INFO O| Dec 17 21:22:39.580 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7859 | 2024-12-17T21:22:40.963Z | [ recovery-image] Dec 17 21:22:39.600 INFO O| Dec 17 21:22:39.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7860 | 2024-12-17T21:22:40.963Z | [ recovery-image] Dec 17 21:22:39.600 INFO O| Dec 17 21:22:39.600 INFO STEP 1161 (remove_files) COMPLETE |
7861 | 2024-12-17T21:22:40.963Z | [ recovery-image] Dec 17 21:22:39.600 INFO O| Dec 17 21:22:39.600 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2024-12-17T21:22:40.985Z | [ recovery-image] Dec 17 21:22:39.622 INFO O| Dec 17 21:22:39.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7863 | 2024-12-17T21:22:40.985Z | [ recovery-image] Dec 17 21:22:39.622 INFO O| Dec 17 21:22:39.622 INFO STEP 1162 (remove_files) COMPLETE |
7864 | 2024-12-17T21:22:40.985Z | [ recovery-image] Dec 17 21:22:39.622 INFO O| Dec 17 21:22:39.622 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7865 | 2024-12-17T21:22:41.018Z | [ recovery-image] Dec 17 21:22:39.655 INFO O| Dec 17 21:22:39.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7866 | 2024-12-17T21:22:41.018Z | [ recovery-image] Dec 17 21:22:39.655 INFO O| Dec 17 21:22:39.655 INFO STEP 1163 (remove_files) COMPLETE |
7867 | 2024-12-17T21:22:41.018Z | [ recovery-image] Dec 17 21:22:39.655 INFO O| Dec 17 21:22:39.655 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2024-12-17T21:22:41.084Z | [ recovery-image] Dec 17 21:22:39.721 INFO O| Dec 17 21:22:39.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7869 | 2024-12-17T21:22:41.084Z | [ recovery-image] Dec 17 21:22:39.721 INFO O| Dec 17 21:22:39.721 INFO STEP 1164 (remove_files) COMPLETE |
7870 | 2024-12-17T21:22:41.084Z | [ recovery-image] Dec 17 21:22:39.721 INFO O| Dec 17 21:22:39.721 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2024-12-17T21:22:41.116Z | [ recovery-image] Dec 17 21:22:39.753 INFO O| Dec 17 21:22:39.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7872 | 2024-12-17T21:22:41.116Z | [ recovery-image] Dec 17 21:22:39.753 INFO O| Dec 17 21:22:39.753 INFO STEP 1165 (remove_files) COMPLETE |
7873 | 2024-12-17T21:22:41.116Z | [ recovery-image] Dec 17 21:22:39.753 INFO O| Dec 17 21:22:39.753 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2024-12-17T21:22:41.137Z | [ recovery-image] Dec 17 21:22:39.774 INFO O| Dec 17 21:22:39.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7875 | 2024-12-17T21:22:41.137Z | [ recovery-image] Dec 17 21:22:39.774 INFO O| Dec 17 21:22:39.774 INFO STEP 1166 (remove_files) COMPLETE |
7876 | 2024-12-17T21:22:41.137Z | [ recovery-image] Dec 17 21:22:39.774 INFO O| Dec 17 21:22:39.774 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2024-12-17T21:22:41.237Z | [ recovery-image] Dec 17 21:22:39.873 INFO O| Dec 17 21:22:39.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7878 | 2024-12-17T21:22:41.241Z | [ recovery-image] Dec 17 21:22:39.873 INFO O| Dec 17 21:22:39.873 INFO STEP 1167 (remove_files) COMPLETE |
7879 | 2024-12-17T21:22:41.241Z | [ recovery-image] Dec 17 21:22:39.873 INFO O| Dec 17 21:22:39.873 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2024-12-17T21:22:41.258Z | [ recovery-image] Dec 17 21:22:39.895 INFO O| Dec 17 21:22:39.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7881 | 2024-12-17T21:22:41.258Z | [ recovery-image] Dec 17 21:22:39.895 INFO O| Dec 17 21:22:39.895 INFO STEP 1168 (remove_files) COMPLETE |
7882 | 2024-12-17T21:22:41.258Z | [ recovery-image] Dec 17 21:22:39.895 INFO O| Dec 17 21:22:39.895 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2024-12-17T21:22:41.278Z | [ recovery-image] Dec 17 21:22:39.915 INFO O| Dec 17 21:22:39.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7884 | 2024-12-17T21:22:41.278Z | [ recovery-image] Dec 17 21:22:39.915 INFO O| Dec 17 21:22:39.915 INFO STEP 1169 (remove_files) COMPLETE |
7885 | 2024-12-17T21:22:41.278Z | [ recovery-image] Dec 17 21:22:39.915 INFO O| Dec 17 21:22:39.915 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2024-12-17T21:22:41.297Z | [ recovery-image] Dec 17 21:22:39.934 INFO O| Dec 17 21:22:39.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7887 | 2024-12-17T21:22:41.297Z | [ recovery-image] Dec 17 21:22:39.934 INFO O| Dec 17 21:22:39.934 INFO STEP 1170 (remove_files) COMPLETE |
7888 | 2024-12-17T21:22:41.297Z | [ recovery-image] Dec 17 21:22:39.934 INFO O| Dec 17 21:22:39.934 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2024-12-17T21:22:41.317Z | [ recovery-image] Dec 17 21:22:39.954 INFO O| Dec 17 21:22:39.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7890 | 2024-12-17T21:22:41.317Z | [ recovery-image] Dec 17 21:22:39.954 INFO O| Dec 17 21:22:39.954 INFO STEP 1171 (remove_files) COMPLETE |
7891 | 2024-12-17T21:22:41.320Z | [ recovery-image] Dec 17 21:22:39.954 INFO O| Dec 17 21:22:39.954 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2024-12-17T21:22:41.337Z | [ recovery-image] Dec 17 21:22:39.974 INFO O| Dec 17 21:22:39.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7893 | 2024-12-17T21:22:41.337Z | [ recovery-image] Dec 17 21:22:39.974 INFO O| Dec 17 21:22:39.974 INFO STEP 1172 (remove_files) COMPLETE |
7894 | 2024-12-17T21:22:41.339Z | [ recovery-image] Dec 17 21:22:39.974 INFO O| Dec 17 21:22:39.974 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2024-12-17T21:22:41.358Z | [ recovery-image] Dec 17 21:22:39.995 INFO O| Dec 17 21:22:39.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7896 | 2024-12-17T21:22:41.358Z | [ recovery-image] Dec 17 21:22:39.996 INFO O| Dec 17 21:22:39.996 INFO STEP 1173 (remove_files) COMPLETE |
7897 | 2024-12-17T21:22:41.359Z | [ recovery-image] Dec 17 21:22:39.996 INFO O| Dec 17 21:22:39.996 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-17T21:22:42.382Z | [ recovery-image] Dec 17 21:22:40.017 INFO O| Dec 17 21:22:40.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7899 | 2024-12-17T21:22:42.382Z | [ recovery-image] Dec 17 21:22:40.017 INFO O| Dec 17 21:22:40.017 INFO STEP 1174 (remove_files) COMPLETE |
7900 | 2024-12-17T21:22:42.382Z | [ recovery-image] Dec 17 21:22:40.017 INFO O| Dec 17 21:22:40.017 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-17T21:22:42.387Z | [ recovery-image] Dec 17 21:22:40.038 INFO O| Dec 17 21:22:40.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7902 | 2024-12-17T21:22:42.387Z | [ recovery-image] Dec 17 21:22:40.038 INFO O| Dec 17 21:22:40.038 INFO STEP 1175 (remove_files) COMPLETE |
7903 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.038 INFO O| Dec 17 21:22:40.038 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.077 INFO O| Dec 17 21:22:40.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7905 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.077 INFO O| Dec 17 21:22:40.077 INFO STEP 1176 (remove_files) COMPLETE |
7906 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.077 INFO O| Dec 17 21:22:40.077 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.099 INFO O| Dec 17 21:22:40.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7908 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.099 INFO O| Dec 17 21:22:40.099 INFO STEP 1177 (remove_files) COMPLETE |
7909 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.099 INFO O| Dec 17 21:22:40.099 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.119 INFO O| Dec 17 21:22:40.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7911 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.119 INFO O| Dec 17 21:22:40.119 INFO STEP 1178 (remove_files) COMPLETE |
7912 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.119 INFO O| Dec 17 21:22:40.119 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.139 INFO O| Dec 17 21:22:40.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7914 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.139 INFO O| Dec 17 21:22:40.139 INFO STEP 1179 (remove_files) COMPLETE |
7915 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.139 INFO O| Dec 17 21:22:40.139 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.159 INFO O| Dec 17 21:22:40.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7917 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.161 INFO O| Dec 17 21:22:40.161 INFO STEP 1180 (remove_files) COMPLETE |
7918 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.161 INFO O| Dec 17 21:22:40.161 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.181 INFO O| Dec 17 21:22:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7920 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.181 INFO O| Dec 17 21:22:40.181 INFO STEP 1181 (remove_files) COMPLETE |
7921 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.181 INFO O| Dec 17 21:22:40.181 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.202 INFO O| Dec 17 21:22:40.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7923 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.202 INFO O| Dec 17 21:22:40.202 INFO STEP 1182 (remove_files) COMPLETE |
7924 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.202 INFO O| Dec 17 21:22:40.202 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-17T21:22:42.388Z | [ recovery-image] Dec 17 21:22:40.221 INFO O| Dec 17 21:22:40.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7926 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.221 INFO O| Dec 17 21:22:40.221 INFO STEP 1183 (remove_files) COMPLETE |
7927 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.221 INFO O| Dec 17 21:22:40.221 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.241 INFO O| Dec 17 21:22:40.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7929 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.242 INFO O| Dec 17 21:22:40.241 INFO STEP 1184 (remove_files) COMPLETE |
7930 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.242 INFO O| Dec 17 21:22:40.242 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.263 INFO O| Dec 17 21:22:40.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7932 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.263 INFO O| Dec 17 21:22:40.263 INFO STEP 1185 (remove_files) COMPLETE |
7933 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.263 INFO O| Dec 17 21:22:40.263 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.283 INFO O| Dec 17 21:22:40.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7935 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.283 INFO O| Dec 17 21:22:40.283 INFO STEP 1186 (remove_files) COMPLETE |
7936 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.283 INFO O| Dec 17 21:22:40.283 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.322 INFO O| Dec 17 21:22:40.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7938 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.322 INFO O| Dec 17 21:22:40.322 INFO STEP 1187 (remove_files) COMPLETE |
7939 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.322 INFO O| Dec 17 21:22:40.322 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.343 INFO O| Dec 17 21:22:40.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7941 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.343 INFO O| Dec 17 21:22:40.343 INFO STEP 1188 (remove_files) COMPLETE |
7942 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.343 INFO O| Dec 17 21:22:40.343 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.362 INFO O| Dec 17 21:22:40.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7944 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.362 INFO O| Dec 17 21:22:40.362 INFO STEP 1189 (remove_files) COMPLETE |
7945 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.362 INFO O| Dec 17 21:22:40.362 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7946 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.382 INFO O| Dec 17 21:22:40.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7947 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.382 INFO O| Dec 17 21:22:40.382 INFO STEP 1190 (remove_files) COMPLETE |
7948 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.382 INFO O| Dec 17 21:22:40.382 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7949 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.402 INFO O| Dec 17 21:22:40.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7950 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.403 INFO O| Dec 17 21:22:40.402 INFO STEP 1191 (remove_files) COMPLETE |
7951 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.403 INFO O| Dec 17 21:22:40.403 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7952 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.423 INFO O| Dec 17 21:22:40.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7953 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.424 INFO O| Dec 17 21:22:40.423 INFO STEP 1192 (remove_files) COMPLETE |
7954 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.424 INFO O| Dec 17 21:22:40.424 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7955 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.444 INFO O| Dec 17 21:22:40.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7956 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.444 INFO O| Dec 17 21:22:40.444 INFO STEP 1193 (remove_files) COMPLETE |
7957 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.444 INFO O| Dec 17 21:22:40.444 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7958 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.479 INFO O| Dec 17 21:22:40.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7959 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.479 INFO O| Dec 17 21:22:40.479 INFO STEP 1194 (remove_files) COMPLETE |
7960 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.480 INFO O| Dec 17 21:22:40.479 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7961 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.518 INFO O| Dec 17 21:22:40.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7962 | 2024-12-17T21:22:42.389Z | [ recovery-image] Dec 17 21:22:40.518 INFO O| Dec 17 21:22:40.518 INFO STEP 1195 (remove_files) COMPLETE |
7963 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.518 INFO O| Dec 17 21:22:40.518 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7964 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.557 INFO O| Dec 17 21:22:40.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7965 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.557 INFO O| Dec 17 21:22:40.557 INFO STEP 1196 (remove_files) COMPLETE |
7966 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.557 INFO O| Dec 17 21:22:40.557 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7967 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.594 INFO O| Dec 17 21:22:40.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7968 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.594 INFO O| Dec 17 21:22:40.594 INFO STEP 1197 (remove_files) COMPLETE |
7969 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.594 INFO O| Dec 17 21:22:40.594 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7970 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.612 INFO O| Dec 17 21:22:40.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7971 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.612 INFO O| Dec 17 21:22:40.612 INFO STEP 1198 (remove_files) COMPLETE |
7972 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.612 INFO O| Dec 17 21:22:40.612 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7973 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.655 INFO O| Dec 17 21:22:40.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7974 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.655 INFO O| Dec 17 21:22:40.655 INFO STEP 1199 (remove_files) COMPLETE |
7975 | 2024-12-17T21:22:42.390Z | [ recovery-image] Dec 17 21:22:40.655 INFO O| Dec 17 21:22:40.655 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7976 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.698 INFO O| Dec 17 21:22:40.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7977 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.698 INFO O| Dec 17 21:22:40.698 INFO STEP 1200 (remove_files) COMPLETE |
7978 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.698 INFO O| Dec 17 21:22:40.698 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7979 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.719 INFO O| Dec 17 21:22:40.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7980 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.719 INFO O| Dec 17 21:22:40.719 INFO STEP 1201 (remove_files) COMPLETE |
7981 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.719 INFO O| Dec 17 21:22:40.719 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7982 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.781 INFO O| Dec 17 21:22:40.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7983 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.781 INFO O| Dec 17 21:22:40.781 INFO STEP 1202 (remove_files) COMPLETE |
7984 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.781 INFO O| Dec 17 21:22:40.781 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7985 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.802 INFO O| Dec 17 21:22:40.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7986 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.802 INFO O| Dec 17 21:22:40.802 INFO STEP 1203 (remove_files) COMPLETE |
7987 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.803 INFO O| Dec 17 21:22:40.802 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7988 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.824 INFO O| Dec 17 21:22:40.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7989 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.824 INFO O| Dec 17 21:22:40.824 INFO STEP 1204 (remove_files) COMPLETE |
7990 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.824 INFO O| Dec 17 21:22:40.824 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7991 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.846 INFO O| Dec 17 21:22:40.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7992 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.846 INFO O| Dec 17 21:22:40.846 INFO STEP 1205 (remove_files) COMPLETE |
7993 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.846 INFO O| Dec 17 21:22:40.846 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7994 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.876 INFO O| Dec 17 21:22:40.876 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7995 | 2024-12-17T21:22:42.391Z | [ recovery-image] Dec 17 21:22:40.877 INFO O| Dec 17 21:22:40.876 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7996 | 2024-12-17T21:22:43.839Z | [ recovery-image] Dec 17 21:22:42.472 INFO O| Dec 17 21:22:42.472 INFO STEP 1206 (pack_tar) COMPLETE |
7997 | 2024-12-17T21:22:43.840Z | [ recovery-image] Dec 17 21:22:42.472 INFO O| Dec 17 21:22:42.472 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7998 | 2024-12-17T21:22:43.842Z | [ recovery-image] Dec 17 21:22:42.472 INFO O| Dec 17 21:22:42.472 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7999 | 2024-12-17T21:22:44.143Z | [ recovery-image] Dec 17 21:22:42.780 INFO O| Dec 17 21:22:42.780 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8000 | 2024-12-17T21:22:44.242Z | [ recovery-image] Dec 17 21:22:42.879 INFO O| Dec 17 21:22:42.879 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8001 | 2024-12-17T21:22:44.252Z | [ recovery-image] Dec 17 21:22:42.889 INFO image builder template: zfs-recovery... |
8002 | 2024-12-17T21:22:44.252Z | [ recovery-image] Dec 17 21:22:42.889 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/.tmpzNgeWV/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 |
8003 | 2024-12-17T21:22:44.320Z | [ recovery-image] Dec 17 21:22:42.957 INFO O| Dec 17 21:22:42.957 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8004 | 2024-12-17T21:22:44.329Z | [ recovery-image] Dec 17 21:22:42.966 INFO O| Dec 17 21:22:42.966 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8005 | 2024-12-17T21:22:44.398Z | [ recovery-image] Dec 17 21:22:43.035 INFO O| Dec 17 21:22:43.035 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8006 | 2024-12-17T21:22:44.468Z | [ recovery-image] Dec 17 21:22:43.105 INFO O| Dec 17 21:22:43.104 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8007 | 2024-12-17T21:22:44.470Z | [ recovery-image] Dec 17 21:22:43.105 INFO O| Dec 17 21:22:43.105 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8008 | 2024-12-17T21:22:44.477Z | [ recovery-image] Dec 17 21:22:43.114 INFO O| Dec 17 21:22:43.114 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8009 | 2024-12-17T21:22:44.617Z | [ recovery-image] Dec 17 21:22:43.254 INFO O| Dec 17 21:22:43.253 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8010 | 2024-12-17T21:22:44.753Z | [ recovery-image] Dec 17 21:22:43.390 INFO O| Dec 17 21:22:43.389 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8011 | 2024-12-17T21:22:44.835Z | [ recovery-image] Dec 17 21:22:43.472 INFO O| Dec 17 21:22:43.472 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8012 | 2024-12-17T21:22:44.844Z | [ recovery-image] Dec 17 21:22:43.481 INFO O| Dec 17 21:22:43.480 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8013 | 2024-12-17T21:22:44.919Z | [ recovery-image] Dec 17 21:22:43.556 INFO O| Dec 17 21:22:43.556 INFO no lofi found |
8014 | 2024-12-17T21:22:44.922Z | [ recovery-image] Dec 17 21:22:43.556 INFO O| Dec 17 21:22:43.556 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8015 | 2024-12-17T21:22:44.922Z | [ recovery-image] Dec 17 21:22:43.556 INFO O| Dec 17 21:22:43.556 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8016 | 2024-12-17T21:22:47.375Z | [ recovery-image] Dec 17 21:22:46.012 INFO O| Dec 17 21:22:46.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
8017 | 2024-12-17T21:22:47.375Z | [ recovery-image] Dec 17 21:22:46.012 INFO O| Dec 17 21:22:46.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8018 | 2024-12-17T21:22:47.379Z | [ recovery-image] Dec 17 21:22:46.013 INFO O| Dec 17 21:22:46.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8019 | 2024-12-17T21:22:47.562Z | [ recovery-image] Dec 17 21:22:46.199 INFO O| Dec 17 21:22:46.199 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8020 | 2024-12-17T21:22:47.562Z | [ recovery-image] Dec 17 21:22:46.199 INFO O| Dec 17 21:22:46.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8021 | 2024-12-17T21:22:47.622Z | [ recovery-image] Dec 17 21:22:46.259 INFO O| Dec 17 21:22:46.259 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8022 | 2024-12-17T21:22:48.015Z | [ recovery-image] Dec 17 21:22:46.652 INFO O| Dec 17 21:22:46.652 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8023 | 2024-12-17T21:22:48.065Z | [ recovery-image] Dec 17 21:22:46.702 INFO O| Dec 17 21:22:46.702 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8024 | 2024-12-17T21:22:48.108Z | [ recovery-image] Dec 17 21:22:46.733 INFO O| Dec 17 21:22:46.732 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8025 | 2024-12-17T21:22:48.118Z | [ recovery-image] Dec 17 21:22:46.755 INFO O| Dec 17 21:22:46.755 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8026 | 2024-12-17T21:22:48.203Z | [ recovery-image] Dec 17 21:22:46.840 INFO O| Dec 17 21:22:46.840 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8027 | 2024-12-17T21:22:48.206Z | [ recovery-image] Dec 17 21:22:46.840 INFO O| Dec 17 21:22:46.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8028 | 2024-12-17T21:22:48.206Z | [ recovery-image] Dec 17 21:22:46.840 INFO O| Dec 17 21:22:46.840 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8029 | 2024-12-17T21:22:48.275Z | [ recovery-image] Dec 17 21:22:46.911 INFO O| Dec 17 21:22:46.911 INFO boot environment UUID: 7577db79-b2b4-47b5-a2fd-5260c01e76f3 |
8030 | 2024-12-17T21:22:48.275Z | [ recovery-image] Dec 17 21:22:46.911 INFO O| Dec 17 21:22:46.911 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7577db79-b2b4-47b5-a2fd-5260c01e76f3 |
8031 | 2024-12-17T21:22:48.322Z | [ recovery-image] Dec 17 21:22:46.959 INFO O| Dec 17 21:22:46.959 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8032 | 2024-12-17T21:22:48.368Z | [ recovery-image] Dec 17 21:22:47.005 INFO O| Dec 17 21:22:47.004 INFO STEP 0 (create_be) COMPLETE |
8033 | 2024-12-17T21:22:48.368Z | [ recovery-image] Dec 17 21:22:47.005 INFO O| Dec 17 21:22:47.005 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8034 | 2024-12-17T21:22:48.397Z | [ recovery-image] Dec 17 21:22:47.032 INFO O| Dec 17 21:22:47.032 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"] |
8035 | 2024-12-17T21:22:55.222Z | [ recovery-image] Dec 17 21:22:53.859 INFO O| Dec 17 21:22:53.859 INFO STEP 1 (unpack_tar) COMPLETE |
8036 | 2024-12-17T21:22:55.222Z | [ recovery-image] Dec 17 21:22:53.859 INFO O| Dec 17 21:22:53.859 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8037 | 2024-12-17T21:22:55.242Z | [ recovery-image] Dec 17 21:22:53.879 INFO O| Dec 17 21:22:53.879 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8038 | 2024-12-17T21:22:55.629Z | [ recovery-image] Dec 17 21:22:54.266 INFO O| Dec 17 21:22:54.266 INFO STEP 2 (devfsadm) COMPLETE |
8039 | 2024-12-17T21:22:55.629Z | [ recovery-image] Dec 17 21:22:54.266 INFO O| Dec 17 21:22:54.266 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8040 | 2024-12-17T21:22:55.649Z | [ recovery-image] Dec 17 21:22:54.286 INFO O| Dec 17 21:22:54.286 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8041 | 2024-12-17T21:22:55.649Z | [ recovery-image] Dec 17 21:22:54.286 INFO O| Dec 17 21:22:54.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8042 | 2024-12-17T21:22:55.652Z | [ recovery-image] Dec 17 21:22:54.286 INFO O| Dec 17 21:22:54.286 INFO STEP 3 (ensure_dir) COMPLETE |
8043 | 2024-12-17T21:22:55.652Z | [ recovery-image] Dec 17 21:22:54.286 INFO O| Dec 17 21:22:54.286 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8044 | 2024-12-17T21:22:55.673Z | [ recovery-image] Dec 17 21:22:54.310 INFO O| Dec 17 21:22:54.310 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8045 | 2024-12-17T21:22:55.674Z | [ recovery-image] Dec 17 21:22:54.310 INFO O| Dec 17 21:22:54.310 INFO STEP 4 (ensure_dir) COMPLETE |
8046 | 2024-12-17T21:22:55.676Z | [ recovery-image] Dec 17 21:22:54.310 INFO O| Dec 17 21:22:54.310 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8047 | 2024-12-17T21:22:55.694Z | [ recovery-image] Dec 17 21:22:54.330 INFO O| Dec 17 21:22:54.330 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8048 | 2024-12-17T21:22:55.694Z | [ recovery-image] Dec 17 21:22:54.330 INFO O| Dec 17 21:22:54.330 INFO STEP 5 (ensure_dir) COMPLETE |
8049 | 2024-12-17T21:22:55.694Z | [ recovery-image] Dec 17 21:22:54.331 INFO O| Dec 17 21:22:54.330 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8050 | 2024-12-17T21:22:55.714Z | [ recovery-image] Dec 17 21:22:54.351 INFO O| Dec 17 21:22:54.351 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8051 | 2024-12-17T21:22:55.714Z | [ recovery-image] Dec 17 21:22:54.351 INFO O| Dec 17 21:22:54.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8052 | 2024-12-17T21:22:55.714Z | [ recovery-image] Dec 17 21:22:54.351 INFO O| Dec 17 21:22:54.351 INFO STEP 6 (ensure_dir) COMPLETE |
8053 | 2024-12-17T21:22:55.717Z | [ recovery-image] Dec 17 21:22:54.351 INFO O| Dec 17 21:22:54.351 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8054 | 2024-12-17T21:22:55.740Z | [ recovery-image] Dec 17 21:22:54.377 INFO O| Dec 17 21:22:54.377 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8055 | 2024-12-17T21:22:55.740Z | [ recovery-image] Dec 17 21:22:54.377 INFO O| Dec 17 21:22:54.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8056 | 2024-12-17T21:22:55.741Z | [ recovery-image] Dec 17 21:22:54.377 INFO O| Dec 17 21:22:54.377 INFO STEP 7 (ensure_dir) COMPLETE |
8057 | 2024-12-17T21:22:55.741Z | [ recovery-image] Dec 17 21:22:54.377 INFO O| Dec 17 21:22:54.377 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8058 | 2024-12-17T21:22:55.771Z | [ recovery-image] Dec 17 21:22:54.407 INFO O| Dec 17 21:22:54.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8059 | 2024-12-17T21:22:55.773Z | [ recovery-image] Dec 17 21:22:54.408 INFO O| Dec 17 21:22:54.408 INFO STEP 8 (remove_files) COMPLETE |
8060 | 2024-12-17T21:22:55.773Z | [ recovery-image] Dec 17 21:22:54.408 INFO O| Dec 17 21:22:54.408 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-17T21:22:55.791Z | [ recovery-image] Dec 17 21:22:54.428 INFO O| Dec 17 21:22:54.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8062 | 2024-12-17T21:22:55.794Z | [ recovery-image] Dec 17 21:22:54.429 INFO O| Dec 17 21:22:54.429 INFO STEP 9 (remove_files) COMPLETE |
8063 | 2024-12-17T21:22:55.794Z | [ recovery-image] Dec 17 21:22:54.429 INFO O| Dec 17 21:22:54.429 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8064 | 2024-12-17T21:22:55.838Z | [ recovery-image] Dec 17 21:22:54.475 INFO O| Dec 17 21:22:54.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8065 | 2024-12-17T21:22:55.841Z | [ recovery-image] Dec 17 21:22:54.476 INFO O| Dec 17 21:22:54.476 INFO STEP 10 (remove_files) COMPLETE |
8066 | 2024-12-17T21:22:55.841Z | [ recovery-image] Dec 17 21:22:54.476 INFO O| Dec 17 21:22:54.476 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8067 | 2024-12-17T21:22:55.862Z | [ recovery-image] Dec 17 21:22:54.499 INFO O| Dec 17 21:22:54.499 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8068 | 2024-12-17T21:22:55.873Z | [ recovery-image] Dec 17 21:22:54.499 INFO O| Dec 17 21:22:54.499 INFO STEP 11 (remove_files) COMPLETE |
8069 | 2024-12-17T21:22:55.873Z | [ recovery-image] Dec 17 21:22:54.499 INFO O| Dec 17 21:22:54.499 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8070 | 2024-12-17T21:22:55.961Z | [ recovery-image] Dec 17 21:22:54.598 INFO O| Dec 17 21:22:54.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8071 | 2024-12-17T21:22:55.963Z | [ recovery-image] Dec 17 21:22:54.598 INFO O| Dec 17 21:22:54.598 INFO STEP 12 (remove_files) COMPLETE |
8072 | 2024-12-17T21:22:55.963Z | [ recovery-image] Dec 17 21:22:54.598 INFO O| Dec 17 21:22:54.598 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8073 | 2024-12-17T21:22:55.994Z | [ recovery-image] Dec 17 21:22:54.631 INFO O| Dec 17 21:22:54.631 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8074 | 2024-12-17T21:22:55.994Z | [ recovery-image] Dec 17 21:22:54.631 INFO O| Dec 17 21:22:54.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8075 | 2024-12-17T21:22:55.997Z | [ recovery-image] Dec 17 21:22:54.631 INFO O| Dec 17 21:22:54.631 INFO STEP 13 (ensure_dir) COMPLETE |
8076 | 2024-12-17T21:22:55.997Z | [ recovery-image] Dec 17 21:22:54.631 INFO O| Dec 17 21:22:54.631 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8077 | 2024-12-17T21:22:56.014Z | [ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8078 | 2024-12-17T21:22:56.014Z | [ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 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-17T21:22:56.016Z | [ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8080 | 2024-12-17T21:22:56.016Z | [ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO STEP 14 (ensure_dir) COMPLETE |
8081 | 2024-12-17T21:22:56.016Z | [ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8082 | 2024-12-17T21:22:56.048Z | [ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8083 | 2024-12-17T21:22:56.048Z | [ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 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-17T21:22:56.048Z | [ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8085 | 2024-12-17T21:22:56.051Z | [ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO STEP 15 (ensure_dir) COMPLETE |
8086 | 2024-12-17T21:22:56.051Z | [ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8087 | 2024-12-17T21:22:56.103Z | [ recovery-image] Dec 17 21:22:54.740 INFO O| Dec 17 21:22:54.740 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8088 | 2024-12-17T21:22:56.103Z | [ recovery-image] Dec 17 21:22:54.740 INFO O| Dec 17 21:22:54.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8089 | 2024-12-17T21:22:56.106Z | [ recovery-image] Dec 17 21:22:54.740 INFO O| Dec 17 21:22:54.740 INFO STEP 16 (ensure_dir) COMPLETE |
8090 | 2024-12-17T21:22:56.106Z | [ recovery-image] Dec 17 21:22:54.740 INFO O| Dec 17 21:22:54.740 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8091 | 2024-12-17T21:22:56.125Z | [ recovery-image] Dec 17 21:22:54.762 INFO O| Dec 17 21:22:54.762 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8092 | 2024-12-17T21:22:56.125Z | [ recovery-image] Dec 17 21:22:54.762 INFO O| Dec 17 21:22:54.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8093 | 2024-12-17T21:22:56.125Z | [ recovery-image] Dec 17 21:22:54.762 INFO O| Dec 17 21:22:54.762 INFO STEP 17 (ensure_dir) COMPLETE |
8094 | 2024-12-17T21:22:56.128Z | [ recovery-image] Dec 17 21:22:54.762 INFO O| Dec 17 21:22:54.762 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8095 | 2024-12-17T21:22:56.146Z | [ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8096 | 2024-12-17T21:22:56.146Z | [ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8097 | 2024-12-17T21:22:56.146Z | [ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO ok! |
8098 | 2024-12-17T21:22:56.150Z | [ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO STEP 18 (ensure_symlink) COMPLETE |
8099 | 2024-12-17T21:22:56.150Z | [ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8100 | 2024-12-17T21:22:56.167Z | [ recovery-image] Dec 17 21:22:54.804 INFO O| Dec 17 21:22:54.804 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8101 | 2024-12-17T21:22:56.168Z | [ recovery-image] Dec 17 21:22:54.805 INFO O| Dec 17 21:22:54.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8102 | 2024-12-17T21:22:56.168Z | [ recovery-image] Dec 17 21:22:54.805 INFO O| Dec 17 21:22:54.804 INFO ok! |
8103 | 2024-12-17T21:22:56.168Z | [ recovery-image] Dec 17 21:22:54.805 INFO O| Dec 17 21:22:54.804 INFO STEP 19 (ensure_file) COMPLETE |
8104 | 2024-12-17T21:22:56.170Z | [ recovery-image] Dec 17 21:22:54.805 INFO O| Dec 17 21:22:54.804 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8105 | 2024-12-17T21:22:56.231Z | [ recovery-image] Dec 17 21:22:54.868 INFO O| Dec 17 21:22:54.868 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8106 | 2024-12-17T21:22:56.231Z | [ recovery-image] Dec 17 21:22:54.868 INFO O| Dec 17 21:22:54.868 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8107 | 2024-12-17T21:22:56.234Z | [ recovery-image] Dec 17 21:22:54.869 INFO O| Dec 17 21:22:54.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8108 | 2024-12-17T21:22:56.234Z | [ recovery-image] Dec 17 21:22:54.869 INFO O| Dec 17 21:22:54.869 INFO ok! |
8109 | 2024-12-17T21:22:56.235Z | [ recovery-image] Dec 17 21:22:54.869 INFO O| Dec 17 21:22:54.869 INFO STEP 20 (ensure_symlink) COMPLETE |
8110 | 2024-12-17T21:22:56.235Z | [ recovery-image] Dec 17 21:22:54.869 INFO O| Dec 17 21:22:54.869 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8111 | 2024-12-17T21:22:56.296Z | [ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8112 | 2024-12-17T21:22:56.296Z | [ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8113 | 2024-12-17T21:22:56.299Z | [ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 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-17T21:22:56.299Z | [ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO ok! |
8115 | 2024-12-17T21:22:56.300Z | [ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO STEP 21 (ensure_symlink) COMPLETE |
8116 | 2024-12-17T21:22:56.300Z | [ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8117 | 2024-12-17T21:22:56.339Z | [ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8118 | 2024-12-17T21:22:56.339Z | [ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8119 | 2024-12-17T21:22:56.339Z | [ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8120 | 2024-12-17T21:22:56.342Z | [ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO ok! |
8121 | 2024-12-17T21:22:56.342Z | [ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO STEP 22 (ensure_symlink) COMPLETE |
8122 | 2024-12-17T21:22:56.342Z | [ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8123 | 2024-12-17T21:22:56.361Z | [ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8124 | 2024-12-17T21:22:56.361Z | [ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8125 | 2024-12-17T21:22:56.364Z | [ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 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-17T21:22:56.364Z | [ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO ok! |
8127 | 2024-12-17T21:22:56.364Z | [ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO STEP 23 (ensure_symlink) COMPLETE |
8128 | 2024-12-17T21:22:56.364Z | [ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8129 | 2024-12-17T21:22:56.387Z | [ recovery-image] Dec 17 21:22:55.024 INFO O| Dec 17 21:22:55.024 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8130 | 2024-12-17T21:22:56.390Z | [ recovery-image] Dec 17 21:22:55.024 INFO O| Dec 17 21:22:55.024 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-17T21:22:56.390Z | [ recovery-image] Dec 17 21:22:55.025 INFO O| Dec 17 21:22:55.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8132 | 2024-12-17T21:22:56.390Z | [ recovery-image] Dec 17 21:22:55.025 INFO O| Dec 17 21:22:55.025 INFO ok! |
8133 | 2024-12-17T21:22:56.390Z | [ recovery-image] Dec 17 21:22:55.025 INFO O| Dec 17 21:22:55.025 INFO STEP 24 (ensure_file) COMPLETE |
8134 | 2024-12-17T21:22:56.390Z | [ recovery-image] Dec 17 21:22:55.025 INFO O| Dec 17 21:22:55.025 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8135 | 2024-12-17T21:22:56.434Z | [ recovery-image] Dec 17 21:22:55.071 INFO O| Dec 17 21:22:55.071 INFO updating shadow file |
8136 | 2024-12-17T21:22:56.437Z | [ recovery-image] Dec 17 21:22:55.072 INFO O| Dec 17 21:22:55.072 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-17T21:22:56.437Z | [ recovery-image] Dec 17 21:22:55.072 INFO O| Dec 17 21:22:55.072 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8138 | 2024-12-17T21:22:56.437Z | [ recovery-image] Dec 17 21:22:55.072 INFO O| Dec 17 21:22:55.072 INFO STEP 25 (shadow) COMPLETE |
8139 | 2024-12-17T21:22:56.437Z | [ recovery-image] Dec 17 21:22:55.072 INFO O| Dec 17 21:22:55.072 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8140 | 2024-12-17T21:22:56.497Z | [ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8141 | 2024-12-17T21:22:56.497Z | [ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8142 | 2024-12-17T21:22:56.500Z | [ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8143 | 2024-12-17T21:22:56.500Z | [ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO ok! |
8144 | 2024-12-17T21:22:56.500Z | [ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO STEP 26 (ensure_file) COMPLETE |
8145 | 2024-12-17T21:22:56.500Z | [ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8146 | 2024-12-17T21:22:56.519Z | [ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8147 | 2024-12-17T21:22:56.519Z | [ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8148 | 2024-12-17T21:22:56.519Z | [ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8149 | 2024-12-17T21:22:56.519Z | [ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO ok! |
8150 | 2024-12-17T21:22:56.521Z | [ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO STEP 27 (ensure_file) COMPLETE |
8151 | 2024-12-17T21:22:56.521Z | [ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8152 | 2024-12-17T21:22:56.542Z | [ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8153 | 2024-12-17T21:22:56.542Z | [ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8154 | 2024-12-17T21:22:56.545Z | [ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 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-17T21:22:56.545Z | [ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8156 | 2024-12-17T21:22:56.545Z | [ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO ok! |
8157 | 2024-12-17T21:22:56.545Z | [ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO STEP 28 (ensure_file) COMPLETE |
8158 | 2024-12-17T21:22:56.545Z | [ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8159 | 2024-12-17T21:22:56.564Z | [ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8160 | 2024-12-17T21:22:56.564Z | [ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8161 | 2024-12-17T21:22:56.567Z | [ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8162 | 2024-12-17T21:22:56.567Z | [ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO ok! |
8163 | 2024-12-17T21:22:56.567Z | [ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO STEP 29 (ensure_file) COMPLETE |
8164 | 2024-12-17T21:22:56.567Z | [ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8165 | 2024-12-17T21:22:56.588Z | [ recovery-image] Dec 17 21:22:55.224 INFO O| Dec 17 21:22:55.224 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8166 | 2024-12-17T21:22:56.588Z | [ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.224 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-17T21:22:56.588Z | [ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8168 | 2024-12-17T21:22:56.588Z | [ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.225 INFO ok! |
8169 | 2024-12-17T21:22:56.591Z | [ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.225 INFO STEP 30 (ensure_file) COMPLETE |
8170 | 2024-12-17T21:22:56.591Z | [ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.225 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8171 | 2024-12-17T21:22:56.610Z | [ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8172 | 2024-12-17T21:22:56.610Z | [ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8173 | 2024-12-17T21:22:56.613Z | [ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 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-17T21:22:56.613Z | [ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8175 | 2024-12-17T21:22:56.613Z | [ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO ok! |
8176 | 2024-12-17T21:22:56.613Z | [ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO STEP 31 (ensure_file) COMPLETE |
8177 | 2024-12-17T21:22:56.613Z | [ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8178 | 2024-12-17T21:22:56.643Z | [ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.279 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8179 | 2024-12-17T21:22:56.643Z | [ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 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-17T21:22:56.646Z | [ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8181 | 2024-12-17T21:22:56.646Z | [ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO ok! |
8182 | 2024-12-17T21:22:56.646Z | [ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO STEP 32 (ensure_file) COMPLETE |
8183 | 2024-12-17T21:22:56.646Z | [ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8184 | 2024-12-17T21:22:56.665Z | [ recovery-image] Dec 17 21:22:55.302 INFO O| Dec 17 21:22:55.302 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8185 | 2024-12-17T21:22:56.667Z | [ recovery-image] Dec 17 21:22:55.302 INFO O| Dec 17 21:22:55.302 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-17T21:22:56.667Z | [ recovery-image] Dec 17 21:22:55.302 INFO O| Dec 17 21:22:55.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8187 | 2024-12-17T21:22:56.668Z | [ recovery-image] Dec 17 21:22:55.302 INFO O| Dec 17 21:22:55.302 INFO ok! |
8188 | 2024-12-17T21:22:56.668Z | [ recovery-image] Dec 17 21:22:55.303 INFO O| Dec 17 21:22:55.302 INFO STEP 33 (ensure_file) COMPLETE |
8189 | 2024-12-17T21:22:56.668Z | [ recovery-image] Dec 17 21:22:55.303 INFO O| Dec 17 21:22:55.303 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8190 | 2024-12-17T21:22:56.686Z | [ recovery-image] Dec 17 21:22:55.323 INFO O| Dec 17 21:22:55.323 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8191 | 2024-12-17T21:22:56.686Z | [ recovery-image] Dec 17 21:22:55.323 INFO O| Dec 17 21:22:55.323 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-17T21:22:56.689Z | [ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8193 | 2024-12-17T21:22:56.689Z | [ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8194 | 2024-12-17T21:22:56.689Z | [ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 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-17T21:22:56.689Z | [ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8196 | 2024-12-17T21:22:56.689Z | [ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO ok! |
8197 | 2024-12-17T21:22:56.689Z | [ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO STEP 34 (ensure_file) COMPLETE |
8198 | 2024-12-17T21:22:56.689Z | [ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8199 | 2024-12-17T21:22:56.708Z | [ recovery-image] Dec 17 21:22:55.345 INFO O| Dec 17 21:22:55.345 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8200 | 2024-12-17T21:22:56.711Z | [ recovery-image] Dec 17 21:22:55.345 INFO O| Dec 17 21:22:55.345 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-17T21:22:56.711Z | [ recovery-image] Dec 17 21:22:55.346 INFO O| Dec 17 21:22:55.346 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8202 | 2024-12-17T21:22:56.711Z | [ recovery-image] Dec 17 21:22:55.346 INFO O| Dec 17 21:22:55.346 INFO STEP 35 (ensure_dir) COMPLETE |
8203 | 2024-12-17T21:22:56.711Z | [ recovery-image] Dec 17 21:22:55.346 INFO O| Dec 17 21:22:55.346 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8204 | 2024-12-17T21:22:56.752Z | [ recovery-image] Dec 17 21:22:55.389 INFO O| Dec 17 21:22:55.389 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-17T21:22:56.752Z | [ recovery-image] Dec 17 21:22:55.389 INFO O| Dec 17 21:22:55.389 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-17T21:22:56.755Z | [ recovery-image] Dec 17 21:22:55.389 INFO O| Dec 17 21:22:55.389 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-17T21:22:56.755Z | [ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 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-17T21:22:56.755Z | [ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 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-17T21:22:56.755Z | [ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 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-17T21:22:56.755Z | [ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 INFO ok! |
8211 | 2024-12-17T21:22:56.755Z | [ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 INFO STEP 36 (ensure_file) COMPLETE |
8212 | 2024-12-17T21:22:56.755Z | [ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8213 | 2024-12-17T21:22:56.775Z | [ recovery-image] Dec 17 21:22:55.412 INFO O| Dec 17 21:22:55.412 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8214 | 2024-12-17T21:22:56.775Z | [ recovery-image] Dec 17 21:22:55.412 INFO O| Dec 17 21:22:55.412 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-17T21:22:56.778Z | [ recovery-image] Dec 17 21:22:55.413 INFO O| Dec 17 21:22:55.412 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-17T21:22:56.778Z | [ recovery-image] Dec 17 21:22:55.413 INFO O| Dec 17 21:22:55.413 INFO ok! |
8217 | 2024-12-17T21:22:56.778Z | [ recovery-image] Dec 17 21:22:55.413 INFO O| Dec 17 21:22:55.413 INFO STEP 37 (ensure_symlink) COMPLETE |
8218 | 2024-12-17T21:22:56.778Z | [ recovery-image] Dec 17 21:22:55.413 INFO O| Dec 17 21:22:55.413 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8219 | 2024-12-17T21:22:56.803Z | [ recovery-image] Dec 17 21:22:55.440 INFO O| Dec 17 21:22:55.440 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8220 | 2024-12-17T21:22:56.803Z | [ recovery-image] Dec 17 21:22:55.440 INFO O| Dec 17 21:22:55.440 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-17T21:22:56.806Z | [ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.440 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8222 | 2024-12-17T21:22:56.806Z | [ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8223 | 2024-12-17T21:22:56.806Z | [ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 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-17T21:22:56.806Z | [ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8225 | 2024-12-17T21:22:56.806Z | [ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO ok! |
8226 | 2024-12-17T21:22:56.806Z | [ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO STEP 38 (ensure_file) COMPLETE |
8227 | 2024-12-17T21:22:56.806Z | [ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8228 | 2024-12-17T21:22:56.824Z | [ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8229 | 2024-12-17T21:22:56.824Z | [ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 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-17T21:22:56.824Z | [ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 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-17T21:22:56.825Z | [ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8232 | 2024-12-17T21:22:56.827Z | [ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO ok! |
8233 | 2024-12-17T21:22:56.828Z | [ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO STEP 39 (ensure_file) COMPLETE |
8234 | 2024-12-17T21:22:56.828Z | [ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8235 | 2024-12-17T21:22:56.845Z | [ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8236 | 2024-12-17T21:22:56.845Z | [ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 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-17T21:22:56.845Z | [ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8238 | 2024-12-17T21:22:56.845Z | [ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO ok! |
8239 | 2024-12-17T21:22:56.848Z | [ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO STEP 40 (ensure_file) COMPLETE |
8240 | 2024-12-17T21:22:56.848Z | [ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8241 | 2024-12-17T21:22:56.866Z | [ recovery-image] Dec 17 21:22:55.503 INFO O| Dec 17 21:22:55.503 INFO updating shadow file |
8242 | 2024-12-17T21:22:56.870Z | [ recovery-image] Dec 17 21:22:55.503 INFO O| Dec 17 21:22:55.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8243 | 2024-12-17T21:22:56.870Z | [ recovery-image] Dec 17 21:22:55.503 INFO O| Dec 17 21:22:55.503 INFO STEP 41 (shadow) COMPLETE |
8244 | 2024-12-17T21:22:56.870Z | [ recovery-image] Dec 17 21:22:55.503 INFO O| Dec 17 21:22:55.503 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8245 | 2024-12-17T21:22:56.907Z | [ recovery-image] Dec 17 21:22:55.543 INFO O| Dec 17 21:22:55.543 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8246 | 2024-12-17T21:22:56.907Z | [ recovery-image] Dec 17 21:22:55.543 INFO O| Dec 17 21:22:55.543 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-17T21:22:56.910Z | [ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 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-17T21:22:56.910Z | [ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8249 | 2024-12-17T21:22:56.910Z | [ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO ok! |
8250 | 2024-12-17T21:22:56.910Z | [ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO STEP 42 (ensure_file) COMPLETE |
8251 | 2024-12-17T21:22:56.910Z | [ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8252 | 2024-12-17T21:22:56.929Z | [ recovery-image] Dec 17 21:22:55.566 INFO O| Dec 17 21:22:55.566 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8253 | 2024-12-17T21:22:56.929Z | [ recovery-image] Dec 17 21:22:55.566 INFO O| Dec 17 21:22:55.566 INFO STEP 43 (ensure_dir) COMPLETE |
8254 | 2024-12-17T21:22:56.932Z | [ recovery-image] Dec 17 21:22:55.566 INFO O| Dec 17 21:22:55.566 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8255 | 2024-12-17T21:22:56.950Z | [ recovery-image] Dec 17 21:22:55.587 INFO O| Dec 17 21:22:55.586 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-17T21:22:56.950Z | [ recovery-image] Dec 17 21:22:55.587 INFO O| Dec 17 21:22:55.587 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8257 | 2024-12-17T21:22:56.954Z | [ recovery-image] Dec 17 21:22:55.587 INFO O| Dec 17 21:22:55.587 INFO STEP 44 (ensure_dir) COMPLETE |
8258 | 2024-12-17T21:22:56.954Z | [ recovery-image] Dec 17 21:22:55.587 INFO O| Dec 17 21:22:55.587 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8259 | 2024-12-17T21:22:56.971Z | [ recovery-image] Dec 17 21:22:55.608 INFO O| Dec 17 21:22:55.608 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8260 | 2024-12-17T21:22:56.971Z | [ recovery-image] Dec 17 21:22:55.608 INFO O| Dec 17 21:22:55.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8261 | 2024-12-17T21:22:56.974Z | [ recovery-image] Dec 17 21:22:55.608 INFO O| Dec 17 21:22:55.608 INFO STEP 45 (ensure_dir) COMPLETE |
8262 | 2024-12-17T21:22:56.974Z | [ recovery-image] Dec 17 21:22:55.608 INFO O| Dec 17 21:22:55.608 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8263 | 2024-12-17T21:22:56.993Z | [ recovery-image] Dec 17 21:22:55.629 INFO O| Dec 17 21:22:55.629 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8264 | 2024-12-17T21:22:56.993Z | [ recovery-image] Dec 17 21:22:55.630 INFO O| Dec 17 21:22:55.629 INFO copying /tmp/.tmpzNgeWV/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8265 | 2024-12-17T21:22:57.073Z | [ recovery-image] Dec 17 21:22:55.710 INFO O| Dec 17 21:22:55.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8266 | 2024-12-17T21:22:57.073Z | [ recovery-image] Dec 17 21:22:55.710 INFO O| Dec 17 21:22:55.710 INFO ok! |
8267 | 2024-12-17T21:22:57.076Z | [ recovery-image] Dec 17 21:22:55.710 INFO O| Dec 17 21:22:55.710 INFO STEP 46 (ensure_file) COMPLETE |
8268 | 2024-12-17T21:22:57.076Z | [ recovery-image] Dec 17 21:22:55.710 INFO O| Dec 17 21:22:55.710 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8269 | 2024-12-17T21:22:57.114Z | [ recovery-image] Dec 17 21:22:55.751 INFO O| Dec 17 21:22:55.750 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8270 | 2024-12-17T21:22:57.116Z | [ recovery-image] Dec 17 21:22:55.751 INFO O| Dec 17 21:22:55.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8271 | 2024-12-17T21:22:57.116Z | [ recovery-image] Dec 17 21:22:55.751 INFO O| Dec 17 21:22:55.751 INFO STEP 47 (ensure_dir) COMPLETE |
8272 | 2024-12-17T21:22:57.116Z | [ recovery-image] Dec 17 21:22:55.751 INFO O| Dec 17 21:22:55.751 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8273 | 2024-12-17T21:22:57.136Z | [ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8274 | 2024-12-17T21:22:57.136Z | [ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO copying /tmp/.tmpzNgeWV/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8275 | 2024-12-17T21:22:57.136Z | [ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8276 | 2024-12-17T21:22:57.139Z | [ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO ok! |
8277 | 2024-12-17T21:22:57.139Z | [ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO STEP 48 (ensure_file) COMPLETE |
8278 | 2024-12-17T21:22:57.139Z | [ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8279 | 2024-12-17T21:22:57.166Z | [ recovery-image] Dec 17 21:22:55.803 INFO O| Dec 17 21:22:55.803 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8280 | 2024-12-17T21:22:57.166Z | [ recovery-image] Dec 17 21:22:55.803 INFO O| Dec 17 21:22:55.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8281 | 2024-12-17T21:22:57.166Z | [ recovery-image] Dec 17 21:22:55.803 INFO O| Dec 17 21:22:55.803 INFO STEP 49 (ensure_dir) COMPLETE |
8282 | 2024-12-17T21:22:57.166Z | [ recovery-image] Dec 17 21:22:55.803 INFO O| Dec 17 21:22:55.803 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8283 | 2024-12-17T21:22:57.195Z | [ recovery-image] Dec 17 21:22:55.832 INFO O| Dec 17 21:22:55.832 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8284 | 2024-12-17T21:22:57.195Z | [ recovery-image] Dec 17 21:22:55.832 INFO O| Dec 17 21:22:55.832 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:57.218Z | [ recovery-image] Dec 17 21:22:55.855 INFO O| Dec 17 21:22:55.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8286 | 2024-12-17T21:22:57.218Z | [ recovery-image] Dec 17 21:22:55.855 INFO O| Dec 17 21:22:55.855 INFO ok! |
8287 | 2024-12-17T21:22:57.221Z | [ recovery-image] Dec 17 21:22:55.855 INFO O| Dec 17 21:22:55.855 INFO STEP 50 (ensure_file) COMPLETE |
8288 | 2024-12-17T21:22:57.221Z | [ recovery-image] Dec 17 21:22:55.855 INFO O| Dec 17 21:22:55.855 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8289 | 2024-12-17T21:22:57.242Z | [ recovery-image] Dec 17 21:22:55.879 INFO O| Dec 17 21:22:55.879 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8290 | 2024-12-17T21:22:57.242Z | [ recovery-image] Dec 17 21:22:55.879 INFO O| Dec 17 21:22:55.879 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:59.282Z | [ recovery-image] Dec 17 21:22:57.919 INFO O| Dec 17 21:22:57.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8292 | 2024-12-17T21:22:59.282Z | [ recovery-image] Dec 17 21:22:57.919 INFO O| Dec 17 21:22:57.919 INFO ok! |
8293 | 2024-12-17T21:22:59.285Z | [ recovery-image] Dec 17 21:22:57.919 INFO O| Dec 17 21:22:57.919 INFO STEP 51 (ensure_file) COMPLETE |
8294 | 2024-12-17T21:22:59.285Z | [ recovery-image] Dec 17 21:22:57.919 INFO O| Dec 17 21:22:57.919 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8295 | 2024-12-17T21:22:59.300Z | [ recovery-image] Dec 17 21:22:57.937 INFO O| Dec 17 21:22:57.937 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8296 | 2024-12-17T21:22:59.300Z | [ recovery-image] Dec 17 21:22:57.937 INFO O| Dec 17 21:22:57.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8297 | 2024-12-17T21:22:59.300Z | [ recovery-image] Dec 17 21:22:57.937 INFO O| Dec 17 21:22:57.937 INFO STEP 52 (ensure_dir) COMPLETE |
8298 | 2024-12-17T21:22:59.303Z | [ recovery-image] Dec 17 21:22:57.937 INFO O| Dec 17 21:22:57.937 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8299 | 2024-12-17T21:22:59.337Z | [ recovery-image] Dec 17 21:22:57.973 INFO O| Dec 17 21:22:57.973 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-17T21:22:59.337Z | [ recovery-image] Dec 17 21:22:57.973 INFO O| Dec 17 21:22:57.973 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:59.340Z | [ recovery-image] Dec 17 21:22:57.974 INFO O| Dec 17 21:22:57.974 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-17T21:22:59.340Z | [ recovery-image] Dec 17 21:22:57.974 INFO O| Dec 17 21:22:57.974 INFO ok! |
8303 | 2024-12-17T21:22:59.340Z | [ recovery-image] Dec 17 21:22:57.974 INFO O| Dec 17 21:22:57.974 INFO STEP 53 (ensure_file) COMPLETE |
8304 | 2024-12-17T21:22:59.340Z | [ recovery-image] Dec 17 21:22:57.974 INFO O| Dec 17 21:22:57.974 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8305 | 2024-12-17T21:22:59.356Z | [ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 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-17T21:22:59.356Z | [ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:59.356Z | [ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 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-17T21:22:59.359Z | [ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO ok! |
8309 | 2024-12-17T21:22:59.359Z | [ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO STEP 54 (ensure_file) COMPLETE |
8310 | 2024-12-17T21:22:59.359Z | [ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8311 | 2024-12-17T21:22:59.385Z | [ recovery-image] Dec 17 21:22:58.022 INFO O| Dec 17 21:22:58.022 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8312 | 2024-12-17T21:22:59.385Z | [ recovery-image] Dec 17 21:22:58.022 INFO O| Dec 17 21:22:58.022 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-17T21:22:59.385Z | [ recovery-image] Dec 17 21:22:58.022 INFO O| Dec 17 21:22:58.022 INFO STEP 55 (ensure_dir) COMPLETE |
8314 | 2024-12-17T21:22:59.388Z | [ recovery-image] Dec 17 21:22:58.022 INFO O| Dec 17 21:22:58.022 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8315 | 2024-12-17T21:22:59.417Z | [ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 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-17T21:22:59.417Z | [ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:59.420Z | [ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 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-17T21:22:59.420Z | [ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO ok! |
8319 | 2024-12-17T21:22:59.420Z | [ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO STEP 56 (ensure_file) COMPLETE |
8320 | 2024-12-17T21:22:59.420Z | [ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8321 | 2024-12-17T21:22:59.462Z | [ recovery-image] Dec 17 21:22:58.098 INFO O| Dec 17 21:22:58.098 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-17T21:22:59.462Z | [ recovery-image] Dec 17 21:22:58.098 INFO O| Dec 17 21:22:58.098 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:59.466Z | [ recovery-image] Dec 17 21:22:58.099 INFO O| Dec 17 21:22:58.098 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-17T21:22:59.466Z | [ recovery-image] Dec 17 21:22:58.099 INFO O| Dec 17 21:22:58.099 INFO ok! |
8325 | 2024-12-17T21:22:59.466Z | [ recovery-image] Dec 17 21:22:58.099 INFO O| Dec 17 21:22:58.099 INFO STEP 57 (ensure_file) COMPLETE |
8326 | 2024-12-17T21:22:59.466Z | [ recovery-image] Dec 17 21:22:58.099 INFO O| Dec 17 21:22:58.099 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8327 | 2024-12-17T21:22:59.481Z | [ recovery-image] Dec 17 21:22:58.117 INFO O| Dec 17 21:22:58.117 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8328 | 2024-12-17T21:22:59.484Z | [ recovery-image] Dec 17 21:22:58.118 INFO O| Dec 17 21:22:58.117 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-17T21:22:59.484Z | [ recovery-image] Dec 17 21:22:58.118 INFO O| Dec 17 21:22:58.118 INFO STEP 58 (ensure_dir) COMPLETE |
8330 | 2024-12-17T21:22:59.484Z | [ recovery-image] Dec 17 21:22:58.118 INFO O| Dec 17 21:22:58.118 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8331 | 2024-12-17T21:22:59.504Z | [ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 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-17T21:22:59.504Z | [ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:59.504Z | [ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 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-17T21:22:59.506Z | [ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO ok! |
8335 | 2024-12-17T21:22:59.508Z | [ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO STEP 59 (ensure_file) COMPLETE |
8336 | 2024-12-17T21:22:59.508Z | [ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8337 | 2024-12-17T21:22:59.526Z | [ recovery-image] Dec 17 21:22:58.162 INFO O| Dec 17 21:22:58.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8338 | 2024-12-17T21:22:59.526Z | [ recovery-image] Dec 17 21:22:58.162 INFO O| Dec 17 21:22:58.162 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:59.526Z | [ recovery-image] Dec 17 21:22:58.163 INFO O| Dec 17 21:22:58.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8340 | 2024-12-17T21:22:59.529Z | [ recovery-image] Dec 17 21:22:58.163 INFO O| Dec 17 21:22:58.163 INFO ok! |
8341 | 2024-12-17T21:22:59.529Z | [ recovery-image] Dec 17 21:22:58.163 INFO O| Dec 17 21:22:58.163 INFO STEP 60 (ensure_file) COMPLETE |
8342 | 2024-12-17T21:22:59.529Z | [ recovery-image] Dec 17 21:22:58.163 INFO O| Dec 17 21:22:58.163 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8343 | 2024-12-17T21:22:59.576Z | [ recovery-image] Dec 17 21:22:58.200 INFO O| Dec 17 21:22:58.200 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8344 | 2024-12-17T21:22:59.576Z | [ recovery-image] Dec 17 21:22:58.200 INFO O| Dec 17 21:22:58.200 INFO STEP 61 (ensure_dir) COMPLETE |
8345 | 2024-12-17T21:22:59.576Z | [ recovery-image] Dec 17 21:22:58.200 INFO O| Dec 17 21:22:58.200 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8346 | 2024-12-17T21:22:59.621Z | [ recovery-image] Dec 17 21:22:58.257 INFO O| Dec 17 21:22:58.257 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8347 | 2024-12-17T21:22:59.621Z | [ recovery-image] Dec 17 21:22:58.257 INFO O| Dec 17 21:22:58.257 INFO STEP 62 (ensure_dir) COMPLETE |
8348 | 2024-12-17T21:22:59.621Z | [ recovery-image] Dec 17 21:22:58.257 INFO O| Dec 17 21:22:58.257 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8349 | 2024-12-17T21:22:59.682Z | [ recovery-image] Dec 17 21:22:58.319 INFO O| Dec 17 21:22:58.318 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8350 | 2024-12-17T21:22:59.682Z | [ recovery-image] Dec 17 21:22:58.319 INFO O| Dec 17 21:22:58.319 INFO STEP 63 (ensure_dir) COMPLETE |
8351 | 2024-12-17T21:22:59.685Z | [ recovery-image] Dec 17 21:22:58.319 INFO O| Dec 17 21:22:58.319 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8352 | 2024-12-17T21:22:59.709Z | [ recovery-image] Dec 17 21:22:58.345 INFO O| Dec 17 21:22:58.345 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8353 | 2024-12-17T21:22:59.709Z | [ recovery-image] Dec 17 21:22:58.345 INFO O| Dec 17 21:22:58.345 INFO STEP 64 (ensure_dir) COMPLETE |
8354 | 2024-12-17T21:22:59.709Z | [ recovery-image] Dec 17 21:22:58.345 INFO O| Dec 17 21:22:58.345 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8355 | 2024-12-17T21:22:59.751Z | [ recovery-image] Dec 17 21:22:58.387 INFO O| Dec 17 21:22:58.387 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8356 | 2024-12-17T21:22:59.751Z | [ recovery-image] Dec 17 21:22:58.387 INFO O| Dec 17 21:22:58.387 INFO copying /tmp/.tmpzNgeWV/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-17T21:22:59.753Z | [ recovery-image] Dec 17 21:22:58.388 INFO O| Dec 17 21:22:58.388 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-17T21:22:59.753Z | [ recovery-image] Dec 17 21:22:58.388 INFO O| Dec 17 21:22:58.388 INFO ok! |
8359 | 2024-12-17T21:22:59.753Z | [ recovery-image] Dec 17 21:22:58.388 INFO O| Dec 17 21:22:58.388 INFO STEP 65 (ensure_file) COMPLETE |
8360 | 2024-12-17T21:22:59.753Z | [ recovery-image] Dec 17 21:22:58.388 INFO O| Dec 17 21:22:58.388 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8361 | 2024-12-17T21:22:59.773Z | [ recovery-image] Dec 17 21:22:58.410 INFO O| Dec 17 21:22:58.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8362 | 2024-12-17T21:22:59.776Z | [ recovery-image] Dec 17 21:22:58.410 INFO O| Dec 17 21:22:58.410 INFO STEP 66 (remove_files) COMPLETE |
8363 | 2024-12-17T21:22:59.776Z | [ recovery-image] Dec 17 21:22:58.410 INFO O| Dec 17 21:22:58.410 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8364 | 2024-12-17T21:22:59.808Z | [ recovery-image] Dec 17 21:22:58.444 INFO O| Dec 17 21:22:58.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8365 | 2024-12-17T21:22:59.811Z | [ recovery-image] Dec 17 21:22:58.444 INFO O| Dec 17 21:22:58.444 INFO STEP 67 (remove_files) COMPLETE |
8366 | 2024-12-17T21:22:59.811Z | [ recovery-image] Dec 17 21:22:58.444 INFO O| Dec 17 21:22:58.444 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8367 | 2024-12-17T21:22:59.933Z | [ recovery-image] Dec 17 21:22:58.570 INFO O| Dec 17 21:22:58.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8368 | 2024-12-17T21:22:59.936Z | [ recovery-image] Dec 17 21:22:58.570 INFO O| Dec 17 21:22:58.570 INFO STEP 68 (remove_files) COMPLETE |
8369 | 2024-12-17T21:22:59.936Z | [ recovery-image] Dec 17 21:22:58.570 INFO O| Dec 17 21:22:58.570 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8370 | 2024-12-17T21:22:59.956Z | [ recovery-image] Dec 17 21:22:58.591 INFO O| Dec 17 21:22:58.591 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8371 | 2024-12-17T21:22:59.959Z | [ recovery-image] Dec 17 21:22:58.592 INFO O| Dec 17 21:22:58.592 INFO STEP 69 (remove_files) COMPLETE |
8372 | 2024-12-17T21:22:59.959Z | [ recovery-image] Dec 17 21:22:58.592 INFO O| Dec 17 21:22:58.592 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8373 | 2024-12-17T21:22:59.983Z | [ recovery-image] Dec 17 21:22:58.620 INFO O| Dec 17 21:22:58.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8374 | 2024-12-17T21:22:59.986Z | [ recovery-image] Dec 17 21:22:58.620 INFO O| Dec 17 21:22:58.620 INFO STEP 70 (remove_files) COMPLETE |
8375 | 2024-12-17T21:22:59.986Z | [ recovery-image] Dec 17 21:22:58.620 INFO O| Dec 17 21:22:58.620 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8376 | 2024-12-17T21:23:00.006Z | [ recovery-image] Dec 17 21:22:58.643 INFO O| Dec 17 21:22:58.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8377 | 2024-12-17T21:23:00.009Z | [ recovery-image] Dec 17 21:22:58.644 INFO O| Dec 17 21:22:58.644 INFO STEP 71 (remove_files) COMPLETE |
8378 | 2024-12-17T21:23:00.009Z | [ recovery-image] Dec 17 21:22:58.644 INFO O| Dec 17 21:22:58.644 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8379 | 2024-12-17T21:23:00.051Z | [ recovery-image] Dec 17 21:22:58.688 INFO O| Dec 17 21:22:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8380 | 2024-12-17T21:23:00.051Z | [ recovery-image] Dec 17 21:22:58.688 INFO O| Dec 17 21:22:58.688 INFO STEP 72 (remove_files) COMPLETE |
8381 | 2024-12-17T21:23:00.051Z | [ recovery-image] Dec 17 21:22:58.688 INFO O| Dec 17 21:22:58.688 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8382 | 2024-12-17T21:23:00.074Z | [ recovery-image] Dec 17 21:22:58.711 INFO O| Dec 17 21:22:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8383 | 2024-12-17T21:23:00.074Z | [ recovery-image] Dec 17 21:22:58.711 INFO O| Dec 17 21:22:58.711 INFO STEP 73 (remove_files) COMPLETE |
8384 | 2024-12-17T21:23:00.074Z | [ recovery-image] Dec 17 21:22:58.711 INFO O| Dec 17 21:22:58.711 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-17T21:23:00.113Z | [ recovery-image] Dec 17 21:22:58.750 INFO O| Dec 17 21:22:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8386 | 2024-12-17T21:23:00.113Z | [ recovery-image] Dec 17 21:22:58.750 INFO O| Dec 17 21:22:58.750 INFO STEP 74 (remove_files) COMPLETE |
8387 | 2024-12-17T21:23:00.113Z | [ recovery-image] Dec 17 21:22:58.750 INFO O| Dec 17 21:22:58.750 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-17T21:23:00.155Z | [ recovery-image] Dec 17 21:22:58.792 INFO O| Dec 17 21:22:58.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8389 | 2024-12-17T21:23:00.155Z | [ recovery-image] Dec 17 21:22:58.792 INFO O| Dec 17 21:22:58.792 INFO STEP 75 (remove_files) COMPLETE |
8390 | 2024-12-17T21:23:00.155Z | [ recovery-image] Dec 17 21:22:58.792 INFO O| Dec 17 21:22:58.792 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-17T21:23:00.176Z | [ recovery-image] Dec 17 21:22:58.811 INFO O| Dec 17 21:22:58.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8392 | 2024-12-17T21:23:00.176Z | [ recovery-image] Dec 17 21:22:58.812 INFO O| Dec 17 21:22:58.812 INFO STEP 76 (remove_files) COMPLETE |
8393 | 2024-12-17T21:23:00.176Z | [ recovery-image] Dec 17 21:22:58.812 INFO O| Dec 17 21:22:58.812 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-17T21:23:00.209Z | [ recovery-image] Dec 17 21:22:58.846 INFO O| Dec 17 21:22:58.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8395 | 2024-12-17T21:23:00.211Z | [ recovery-image] Dec 17 21:22:58.846 INFO O| Dec 17 21:22:58.846 INFO STEP 77 (remove_files) COMPLETE |
8396 | 2024-12-17T21:23:00.211Z | [ recovery-image] Dec 17 21:22:58.846 INFO O| Dec 17 21:22:58.846 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-17T21:23:00.245Z | [ recovery-image] Dec 17 21:22:58.882 INFO O| Dec 17 21:22:58.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8398 | 2024-12-17T21:23:00.245Z | [ recovery-image] Dec 17 21:22:58.882 INFO O| Dec 17 21:22:58.882 INFO STEP 78 (remove_files) COMPLETE |
8399 | 2024-12-17T21:23:00.245Z | [ recovery-image] Dec 17 21:22:58.882 INFO O| Dec 17 21:22:58.882 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-17T21:23:00.265Z | [ recovery-image] Dec 17 21:22:58.902 INFO O| Dec 17 21:22:58.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8401 | 2024-12-17T21:23:00.265Z | [ recovery-image] Dec 17 21:22:58.902 INFO O| Dec 17 21:22:58.902 INFO STEP 79 (remove_files) COMPLETE |
8402 | 2024-12-17T21:23:00.265Z | [ recovery-image] Dec 17 21:22:58.902 INFO O| Dec 17 21:22:58.902 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-17T21:23:00.286Z | [ recovery-image] Dec 17 21:22:58.923 INFO O| Dec 17 21:22:58.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8404 | 2024-12-17T21:23:00.286Z | [ recovery-image] Dec 17 21:22:58.923 INFO O| Dec 17 21:22:58.923 INFO STEP 80 (remove_files) COMPLETE |
8405 | 2024-12-17T21:23:00.286Z | [ recovery-image] Dec 17 21:22:58.923 INFO O| Dec 17 21:22:58.923 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-17T21:23:00.328Z | [ recovery-image] Dec 17 21:22:58.965 INFO O| Dec 17 21:22:58.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8407 | 2024-12-17T21:23:00.329Z | [ recovery-image] Dec 17 21:22:58.965 INFO O| Dec 17 21:22:58.965 INFO STEP 81 (remove_files) COMPLETE |
8408 | 2024-12-17T21:23:00.331Z | [ recovery-image] Dec 17 21:22:58.965 INFO O| Dec 17 21:22:58.965 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-17T21:23:00.354Z | [ recovery-image] Dec 17 21:22:58.990 INFO O| Dec 17 21:22:58.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8410 | 2024-12-17T21:23:00.354Z | [ recovery-image] Dec 17 21:22:58.990 INFO O| Dec 17 21:22:58.990 INFO STEP 82 (remove_files) COMPLETE |
8411 | 2024-12-17T21:23:00.354Z | [ recovery-image] Dec 17 21:22:58.990 INFO O| Dec 17 21:22:58.990 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8412 | 2024-12-17T21:23:00.440Z | [ recovery-image] Dec 17 21:22:59.077 INFO O| Dec 17 21:22:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8413 | 2024-12-17T21:23:00.440Z | [ recovery-image] Dec 17 21:22:59.077 INFO O| Dec 17 21:22:59.077 INFO STEP 83 (remove_files) COMPLETE |
8414 | 2024-12-17T21:23:00.443Z | [ recovery-image] Dec 17 21:22:59.077 INFO O| Dec 17 21:22:59.077 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8415 | 2024-12-17T21:23:00.496Z | [ recovery-image] Dec 17 21:22:59.133 INFO O| Dec 17 21:22:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8416 | 2024-12-17T21:23:00.496Z | [ recovery-image] Dec 17 21:22:59.133 INFO O| Dec 17 21:22:59.133 INFO STEP 84 (remove_files) COMPLETE |
8417 | 2024-12-17T21:23:00.499Z | [ recovery-image] Dec 17 21:22:59.133 INFO O| Dec 17 21:22:59.133 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-17T21:23:00.540Z | [ recovery-image] Dec 17 21:22:59.177 INFO O| Dec 17 21:22:59.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8419 | 2024-12-17T21:23:00.542Z | [ recovery-image] Dec 17 21:22:59.177 INFO O| Dec 17 21:22:59.177 INFO STEP 85 (remove_files) COMPLETE |
8420 | 2024-12-17T21:23:00.542Z | [ recovery-image] Dec 17 21:22:59.177 INFO O| Dec 17 21:22:59.177 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-17T21:23:00.562Z | [ recovery-image] Dec 17 21:22:59.198 INFO O| Dec 17 21:22:59.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8422 | 2024-12-17T21:23:00.564Z | [ recovery-image] Dec 17 21:22:59.199 INFO O| Dec 17 21:22:59.199 INFO STEP 86 (remove_files) COMPLETE |
8423 | 2024-12-17T21:23:00.564Z | [ recovery-image] Dec 17 21:22:59.199 INFO O| Dec 17 21:22:59.199 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-17T21:23:00.603Z | [ recovery-image] Dec 17 21:22:59.240 INFO O| Dec 17 21:22:59.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8425 | 2024-12-17T21:23:00.605Z | [ recovery-image] Dec 17 21:22:59.240 INFO O| Dec 17 21:22:59.240 INFO STEP 87 (remove_files) COMPLETE |
8426 | 2024-12-17T21:23:00.605Z | [ recovery-image] Dec 17 21:22:59.240 INFO O| Dec 17 21:22:59.240 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-17T21:23:00.639Z | [ recovery-image] Dec 17 21:22:59.276 INFO O| Dec 17 21:22:59.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8428 | 2024-12-17T21:23:00.641Z | [ recovery-image] Dec 17 21:22:59.276 INFO O| Dec 17 21:22:59.276 INFO STEP 88 (remove_files) COMPLETE |
8429 | 2024-12-17T21:23:00.641Z | [ recovery-image] Dec 17 21:22:59.276 INFO O| Dec 17 21:22:59.276 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8430 | 2024-12-17T21:23:00.675Z | [ recovery-image] Dec 17 21:22:59.312 INFO O| Dec 17 21:22:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8431 | 2024-12-17T21:23:00.675Z | [ recovery-image] Dec 17 21:22:59.312 INFO O| Dec 17 21:22:59.312 INFO STEP 89 (remove_files) COMPLETE |
8432 | 2024-12-17T21:23:00.675Z | [ recovery-image] Dec 17 21:22:59.312 INFO O| Dec 17 21:22:59.312 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8433 | 2024-12-17T21:23:00.696Z | [ recovery-image] Dec 17 21:22:59.333 INFO O| Dec 17 21:22:59.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8434 | 2024-12-17T21:23:00.696Z | [ recovery-image] Dec 17 21:22:59.334 INFO O| Dec 17 21:22:59.333 INFO STEP 90 (remove_files) COMPLETE |
8435 | 2024-12-17T21:23:00.697Z | [ recovery-image] Dec 17 21:22:59.334 INFO O| Dec 17 21:22:59.334 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8436 | 2024-12-17T21:23:00.717Z | [ recovery-image] Dec 17 21:22:59.354 INFO O| Dec 17 21:22:59.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8437 | 2024-12-17T21:23:00.720Z | [ recovery-image] Dec 17 21:22:59.354 INFO O| Dec 17 21:22:59.354 INFO STEP 91 (remove_files) COMPLETE |
8438 | 2024-12-17T21:23:00.720Z | [ recovery-image] Dec 17 21:22:59.354 INFO O| Dec 17 21:22:59.354 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8439 | 2024-12-17T21:23:00.740Z | [ recovery-image] Dec 17 21:22:59.377 INFO O| Dec 17 21:22:59.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8440 | 2024-12-17T21:23:00.740Z | [ recovery-image] Dec 17 21:22:59.377 INFO O| Dec 17 21:22:59.377 INFO STEP 92 (remove_files) COMPLETE |
8441 | 2024-12-17T21:23:00.741Z | [ recovery-image] Dec 17 21:22:59.377 INFO O| Dec 17 21:22:59.377 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8442 | 2024-12-17T21:23:00.769Z | [ recovery-image] Dec 17 21:22:59.406 INFO O| Dec 17 21:22:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8443 | 2024-12-17T21:23:00.769Z | [ recovery-image] Dec 17 21:22:59.406 INFO O| Dec 17 21:22:59.406 INFO STEP 93 (remove_files) COMPLETE |
8444 | 2024-12-17T21:23:00.769Z | [ recovery-image] Dec 17 21:22:59.406 INFO O| Dec 17 21:22:59.406 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8445 | 2024-12-17T21:23:00.792Z | [ recovery-image] Dec 17 21:22:59.429 INFO O| Dec 17 21:22:59.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8446 | 2024-12-17T21:23:00.792Z | [ recovery-image] Dec 17 21:22:59.429 INFO O| Dec 17 21:22:59.429 INFO STEP 94 (remove_files) COMPLETE |
8447 | 2024-12-17T21:23:00.796Z | [ recovery-image] Dec 17 21:22:59.429 INFO O| Dec 17 21:22:59.429 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8448 | 2024-12-17T21:23:00.849Z | [ recovery-image] Dec 17 21:22:59.486 INFO O| Dec 17 21:22:59.486 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8449 | 2024-12-17T21:23:00.852Z | [ recovery-image] Dec 17 21:22:59.487 INFO O| Dec 17 21:22:59.486 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8450 | 2024-12-17T21:23:18.488Z | [ recovery-image] Dec 17 21:23:17.125 INFO O| Dec 17 21:23:17.125 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-17T21:23:18.489Z | [ recovery-image] Dec 17 21:23:17.125 INFO O| Dec 17 21:23:17.125 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8452 | 2024-12-17T21:23:18.509Z | [ recovery-image] Dec 17 21:23:17.146 INFO O| Dec 17 21:23:17.146 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8453 | 2024-12-17T21:23:18.656Z | [ recovery-image] Dec 17 21:23:17.293 INFO O| Dec 17 21:23:17.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8454 | 2024-12-17T21:23:18.659Z | [ recovery-image] Dec 17 21:23:17.293 INFO O| Dec 17 21:23:17.293 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-17T21:23:18.659Z | [ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8456 | 2024-12-17T21:23:18.659Z | [ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO ok! |
8457 | 2024-12-17T21:23:18.659Z | [ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8458 | 2024-12-17T21:23:18.659Z | [ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO STEP 95 (seed_smf) COMPLETE |
8459 | 2024-12-17T21:23:18.659Z | [ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO steps complete; finalising image! |
8460 | 2024-12-17T21:23:18.659Z | [ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8461 | 2024-12-17T21:23:18.732Z | [ recovery-image] Dec 17 21:23:17.369 INFO O| Dec 17 21:23:17.369 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Dec 17 21:23:17 2024) |
8462 | 2024-12-17T21:23:18.945Z | [ recovery-image] Dec 17 21:23:17.581 INFO O| Dec 17 21:23:17.581 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Tue Dec 17 21:23:17 2024) |
8463 | 2024-12-17T21:23:19.184Z | [ recovery-image] Dec 17 21:23:17.820 INFO O| Dec 17 21:23:17.820 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8464 | 2024-12-17T21:23:19.185Z | [ recovery-image] Dec 17 21:23:17.820 INFO O| Dec 17 21:23:17.820 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8465 | 2024-12-17T21:23:19.964Z | [ recovery-image] Dec 17 21:23:18.601 INFO O| Dec 17 21:23:18.601 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-17T21:23:19.964Z | [ recovery-image] Dec 17 21:23:18.601 INFO O| Dec 17 21:23:18.601 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8467 | 2024-12-17T21:23:25.613Z | [ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.249 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8468 | 2024-12-17T21:23:25.613Z | [ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.250 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8469 | 2024-12-17T21:23:25.613Z | [ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8470 | 2024-12-17T21:23:25.613Z | [ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.250 INFO completed processing gimlet/zfs-recovery |
8471 | 2024-12-17T21:23:25.613Z | [ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.250 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8472 | 2024-12-17T21:23:26.057Z | [ recovery-image] Dec 17 21:23:24.692 INFO O| Dec 17 21:23:24.692 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8473 | 2024-12-17T21:23:26.176Z | [ recovery-image] Dec 17 21:23:24.813 INFO BUILD STRING "heads/stlouis-0-g189e595780\n" |
8474 | 2024-12-17T21:23:26.178Z | [ recovery-image] Dec 17 21:23:24.814 INFO expanded image name: "recovery 1214a47/${os_short_commit} 2024-12-17 20:53" -> "recovery 1214a47/189e595 2024-12-17 20:53" |
8475 | 2024-12-17T21:23:26.178Z | [ recovery-image] Dec 17 21:23:24.814 INFO output artefacts stored in: "/work/os-recovery" |
8476 | 2024-12-17T21:23:26.178Z | [ recovery-image] Dec 17 21:23:24.814 INFO collecting git info from project "amd-host-image-builder"... |
8477 | 2024-12-17T21:23:26.705Z | [ recovery-image] Dec 17 21:23:25.342 INFO collecting git info from project "pinprick"... |
8478 | 2024-12-17T21:23:26.714Z | [ recovery-image] Dec 17 21:23:25.351 INFO collecting git info from project "image-builder"... |
8479 | 2024-12-17T21:23:26.726Z | [ recovery-image] Dec 17 21:23:25.363 INFO collecting git info from project "phbl"... |
8480 | 2024-12-17T21:23:26.739Z | [ recovery-image] Dec 17 21:23:25.376 INFO collecting git info from project "amd-firmware"... |
8481 | 2024-12-17T21:23:27.301Z | [ recovery-image] Dec 17 21:23:25.938 INFO collecting git info from project "chelsio-t6-roms"... |
8482 | 2024-12-17T21:23:27.337Z | [ recovery-image] Dec 17 21:23:25.973 INFO collecting git info from project "bootserver"... |
8483 | 2024-12-17T21:23:27.347Z | [ recovery-image] Dec 17 21:23:25.984 INFO collecting git info from project "pilot"... |
8484 | 2024-12-17T21:23:27.371Z | [ recovery-image] Dec 17 21:23:26.008 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8485 | 2024-12-17T21:23:28.108Z | [ recovery-image] Dec 17 21:23:26.744 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8486 | 2024-12-17T21:23:28.771Z | [ recovery-image] Dec 17 21:23:27.407 INFO creating Oxide boot image... |
8487 | 2024-12-17T21:23:28.771Z | [ recovery-image] Dec 17 21:23:27.407 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 1214a47/189e595 2024-12-17 20:53", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8488 | 2024-12-17T21:24:14.582Z | [ host-image] Dec 17 21:24:13.219 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23078:20241216T214144Z |
8489 | 2024-12-17T21:24:14.583Z | [ host-image] Dec 17 21:24:13.219 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23078:20241216T214144Z |
8490 | 2024-12-17T21:24:14.586Z | [ host-image] Dec 17 21:24:13.219 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8491 | 2024-12-17T21:24:14.586Z | [ host-image] Dec 17 21:24:13.220 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8492 | 2024-12-17T21:24:14.586Z | [ host-image] Dec 17 21:24:13.220 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8493 | 2024-12-17T21:24:14.586Z | [ host-image] Dec 17 21:24:13.220 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8494 | 2024-12-17T21:24:14.586Z | [ host-image] Dec 17 21:24:13.221 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8495 | 2024-12-17T21:24:14.586Z | [ host-image] Dec 17 21:24:13.221 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8496 | 2024-12-17T21:24:14.586Z | [ host-image] Dec 17 21:24:13.221 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8497 | 2024-12-17T21:24:14.586Z | [ host-image] Dec 17 21:24:13.222 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8498 | 2024-12-17T21:24:14.587Z | [ host-image] Dec 17 21:24:13.222 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23078:20241216T214145Z |
8499 | 2024-12-17T21:24:14.589Z | [ host-image] Dec 17 21:24:13.224 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23078:20241216T214146Z |
8500 | 2024-12-17T21:24:14.589Z | [ host-image] Dec 17 21:24:13.226 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23078:20241216T214146Z |
8501 | 2024-12-17T21:24:14.591Z | [ host-image] Dec 17 21:24:13.226 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23078:20241216T214146Z |
8502 | 2024-12-17T21:24:14.592Z | [ host-image] Dec 17 21:24:13.226 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8503 | 2024-12-17T21:24:14.592Z | [ host-image] Dec 17 21:24:13.228 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23078:20241216T214146Z |
8504 | 2024-12-17T21:24:14.595Z | [ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23078:20241216T214146Z |
8505 | 2024-12-17T21:24:14.595Z | [ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23078:20241216T214146Z |
8506 | 2024-12-17T21:24:14.595Z | [ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23078:20241216T214146Z |
8507 | 2024-12-17T21:24:14.595Z | [ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23078:20241216T214147Z |
8508 | 2024-12-17T21:24:14.595Z | [ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23078:20241216T214147Z |
8509 | 2024-12-17T21:24:14.595Z | [ host-image] Dec 17 21:24:13.230 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23078:20241216T214147Z |
8510 | 2024-12-17T21:24:14.595Z | [ host-image] Dec 17 21:24:13.230 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23078:20241216T214148Z |
8511 | 2024-12-17T21:24:14.596Z | [ host-image] Dec 17 21:24:13.230 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23078:20241216T214148Z |
8512 | 2024-12-17T21:24:14.596Z | [ host-image] Dec 17 21:24:13.230 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23078:20241216T214149Z |
8513 | 2024-12-17T21:24:14.596Z | [ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23078:20241216T214150Z |
8514 | 2024-12-17T21:24:14.596Z | [ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23078:20241216T214150Z |
8515 | 2024-12-17T21:24:14.596Z | [ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23078:20241216T214151Z |
8516 | 2024-12-17T21:24:14.596Z | [ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23078:20241216T214152Z |
8517 | 2024-12-17T21:24:14.598Z | [ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8518 | 2024-12-17T21:24:14.599Z | [ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23078:20241216T214153Z |
8519 | 2024-12-17T21:24:14.599Z | [ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23078:20241216T214155Z |
8520 | 2024-12-17T21:24:14.599Z | [ host-image] Dec 17 21:24:13.232 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23078:20241216T214156Z |
8521 | 2024-12-17T21:24:14.599Z | [ host-image] Dec 17 21:24:13.232 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23078:20241216T214156Z |
8522 | 2024-12-17T21:24:14.599Z | [ host-image] Dec 17 21:24:13.233 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23078:20241216T214158Z |
8523 | 2024-12-17T21:24:14.599Z | [ host-image] Dec 17 21:24:13.234 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23078:20241216T214158Z |
8524 | 2024-12-17T21:24:14.610Z | [ host-image] Dec 17 21:24:13.247 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8525 | 2024-12-17T21:24:14.610Z | [ host-image] Dec 17 21:24:13.247 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23078:20241216T214158Z |
8526 | 2024-12-17T21:24:14.614Z | [ host-image] Dec 17 21:24:13.247 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8527 | 2024-12-17T21:24:14.614Z | [ host-image] Dec 17 21:24:13.248 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8528 | 2024-12-17T21:24:14.614Z | [ host-image] Dec 17 21:24:13.249 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8529 | 2024-12-17T21:24:14.614Z | [ host-image] Dec 17 21:24:13.249 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23078:20241216T214158Z |
8530 | 2024-12-17T21:24:14.614Z | [ host-image] Dec 17 21:24:13.249 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8531 | 2024-12-17T21:24:14.614Z | [ host-image] Dec 17 21:24:13.250 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8532 | 2024-12-17T21:24:14.617Z | [ host-image] Dec 17 21:24:13.251 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8533 | 2024-12-17T21:24:14.617Z | [ host-image] Dec 17 21:24:13.252 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8534 | 2024-12-17T21:24:14.632Z | [ host-image] Dec 17 21:24:13.269 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8535 | 2024-12-17T21:24:14.632Z | [ host-image] Dec 17 21:24:13.269 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8536 | 2024-12-17T21:24:14.632Z | [ host-image] Dec 17 21:24:13.269 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8537 | 2024-12-17T21:24:14.635Z | [ host-image] Dec 17 21:24:13.270 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8538 | 2024-12-17T21:24:14.635Z | [ host-image] Dec 17 21:24:13.271 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8539 | 2024-12-17T21:24:14.635Z | [ host-image] Dec 17 21:24:13.271 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8540 | 2024-12-17T21:24:14.690Z | [ host-image] Dec 17 21:24:13.327 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8541 | 2024-12-17T21:24:14.692Z | [ host-image] Dec 17 21:24:13.327 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8542 | 2024-12-17T21:24:14.692Z | [ host-image] Dec 17 21:24:13.328 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8543 | 2024-12-17T21:24:14.692Z | [ host-image] Dec 17 21:24:13.329 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23078:20241216T214200Z |
8544 | 2024-12-17T21:24:14.692Z | [ host-image] Dec 17 21:24:13.329 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23078:20241216T214205Z |
8545 | 2024-12-17T21:24:14.695Z | [ host-image] Dec 17 21:24:13.329 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8546 | 2024-12-17T21:24:14.695Z | [ host-image] Dec 17 21:24:13.329 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23078:20241216T214206Z |
8547 | 2024-12-17T21:24:14.695Z | [ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8548 | 2024-12-17T21:24:14.695Z | [ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8549 | 2024-12-17T21:24:14.695Z | [ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8550 | 2024-12-17T21:24:14.695Z | [ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23078:20241216T214206Z |
8551 | 2024-12-17T21:24:14.695Z | [ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8552 | 2024-12-17T21:24:14.700Z | [ host-image] Dec 17 21:24:13.337 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8553 | 2024-12-17T21:24:14.700Z | [ host-image] Dec 17 21:24:13.337 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8554 | 2024-12-17T21:24:14.700Z | [ host-image] Dec 17 21:24:13.337 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8555 | 2024-12-17T21:24:14.703Z | [ host-image] Dec 17 21:24:13.338 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23078:20241216T214206Z |
8556 | 2024-12-17T21:24:14.703Z | [ host-image] Dec 17 21:24:13.338 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8557 | 2024-12-17T21:24:14.723Z | [ host-image] Dec 17 21:24:13.360 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8558 | 2024-12-17T21:24:14.726Z | [ host-image] Dec 17 21:24:13.360 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23078:20241216T214207Z |
8559 | 2024-12-17T21:24:14.729Z | [ host-image] Dec 17 21:24:13.364 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23078:20241216T214207Z |
8560 | 2024-12-17T21:24:14.729Z | [ host-image] Dec 17 21:24:13.364 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23078:20241216T214207Z |
8561 | 2024-12-17T21:24:14.729Z | [ host-image] Dec 17 21:24:13.365 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8562 | 2024-12-17T21:24:14.729Z | [ host-image] Dec 17 21:24:13.365 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23078:20241216T214208Z |
8563 | 2024-12-17T21:24:14.732Z | [ host-image] Dec 17 21:24:13.366 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23078:20241216T214209Z |
8564 | 2024-12-17T21:24:14.732Z | [ host-image] Dec 17 21:24:13.366 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23078:20241216T214209Z |
8565 | 2024-12-17T21:24:14.732Z | [ host-image] Dec 17 21:24:13.367 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23078:20241216T214209Z |
8566 | 2024-12-17T21:24:14.736Z | [ host-image] Dec 17 21:24:13.373 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8567 | 2024-12-17T21:24:14.738Z | [ host-image] Dec 17 21:24:13.374 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23078:20241216T214209Z |
8568 | 2024-12-17T21:24:14.738Z | [ host-image] Dec 17 21:24:13.375 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23078:20241216T214210Z |
8569 | 2024-12-17T21:24:14.738Z | [ host-image] Dec 17 21:24:13.375 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8570 | 2024-12-17T21:24:14.739Z | [ host-image] Dec 17 21:24:13.375 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23078:20241216T214210Z |
8571 | 2024-12-17T21:24:14.741Z | [ host-image] Dec 17 21:24:13.376 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23078:20241216T214211Z |
8572 | 2024-12-17T21:24:14.741Z | [ host-image] Dec 17 21:24:13.376 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23078:20241216T214211Z |
8573 | 2024-12-17T21:24:14.741Z | [ host-image] Dec 17 21:24:13.377 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23078:20241216T214211Z |
8574 | 2024-12-17T21:24:14.753Z | [ host-image] Dec 17 21:24:13.389 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23078:20241216T214211Z |
8575 | 2024-12-17T21:24:14.753Z | [ host-image] Dec 17 21:24:13.389 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8576 | 2024-12-17T21:24:14.755Z | [ host-image] Dec 17 21:24:13.392 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23078:20241216T214211Z |
8577 | 2024-12-17T21:24:14.758Z | [ host-image] Dec 17 21:24:13.394 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23078:20241216T214211Z |
8578 | 2024-12-17T21:24:14.758Z | [ host-image] Dec 17 21:24:13.395 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23078:20241216T214211Z |
8579 | 2024-12-17T21:24:14.761Z | [ host-image] Dec 17 21:24:13.395 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23078:20241216T214212Z |
8580 | 2024-12-17T21:24:14.761Z | [ host-image] Dec 17 21:24:13.396 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23078:20241216T214212Z |
8581 | 2024-12-17T21:24:14.761Z | [ host-image] Dec 17 21:24:13.397 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23078:20241216T214212Z |
8582 | 2024-12-17T21:24:14.776Z | [ host-image] Dec 17 21:24:13.412 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23078:20241216T214213Z |
8583 | 2024-12-17T21:24:14.776Z | [ host-image] Dec 17 21:24:13.413 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23078:20241216T214213Z |
8584 | 2024-12-17T21:24:14.778Z | [ host-image] Dec 17 21:24:13.413 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23078:20241216T214213Z |
8585 | 2024-12-17T21:24:14.778Z | [ host-image] Dec 17 21:24:13.415 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23078:20241216T214213Z |
8586 | 2024-12-17T21:24:14.778Z | [ host-image] Dec 17 21:24:13.415 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23078:20241216T214213Z |
8587 | 2024-12-17T21:24:14.853Z | [ host-image] Dec 17 21:24:13.490 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23078:20241216T214216Z |
8588 | 2024-12-17T21:24:14.856Z | [ host-image] Dec 17 21:24:13.490 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23078:20241216T214213Z |
8589 | 2024-12-17T21:24:14.856Z | [ host-image] Dec 17 21:24:13.490 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23078:20241216T214214Z |
8590 | 2024-12-17T21:24:14.856Z | [ host-image] Dec 17 21:24:13.491 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8591 | 2024-12-17T21:24:14.856Z | [ host-image] Dec 17 21:24:13.491 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8592 | 2024-12-17T21:24:14.903Z | [ host-image] Dec 17 21:24:13.540 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23078:20241216T214214Z |
8593 | 2024-12-17T21:24:14.906Z | [ host-image] Dec 17 21:24:13.540 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8594 | 2024-12-17T21:24:14.906Z | [ host-image] Dec 17 21:24:13.540 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23078:20241216T214214Z |
8595 | 2024-12-17T21:24:14.906Z | [ host-image] Dec 17 21:24:13.540 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23078:20241216T214214Z |
8596 | 2024-12-17T21:24:14.912Z | [ host-image] Dec 17 21:24:13.548 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23078:20241216T214214Z |
8597 | 2024-12-17T21:24:14.915Z | [ host-image] Dec 17 21:24:13.549 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8598 | 2024-12-17T21:24:14.915Z | [ host-image] Dec 17 21:24:13.550 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8599 | 2024-12-17T21:24:14.915Z | [ host-image] Dec 17 21:24:13.550 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23078:20241216T214215Z |
8600 | 2024-12-17T21:24:14.915Z | [ host-image] Dec 17 21:24:13.550 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23078:20241216T214215Z |
8601 | 2024-12-17T21:24:14.915Z | [ host-image] Dec 17 21:24:13.551 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23078:20241216T214215Z |
8602 | 2024-12-17T21:24:14.915Z | [ host-image] Dec 17 21:24:13.551 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23078:20241216T214215Z |
8603 | 2024-12-17T21:24:14.915Z | [ host-image] Dec 17 21:24:13.552 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23078:20241216T214216Z |
8604 | 2024-12-17T21:24:14.915Z | [ host-image] Dec 17 21:24:13.552 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23078:20241216T214216Z |
8605 | 2024-12-17T21:24:14.919Z | [ host-image] Dec 17 21:24:13.556 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8606 | 2024-12-17T21:24:14.922Z | [ host-image] Dec 17 21:24:13.556 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23078:20241216T214217Z |
8607 | 2024-12-17T21:24:14.924Z | [ host-image] Dec 17 21:24:13.559 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23078:20241216T214217Z |
8608 | 2024-12-17T21:24:14.924Z | [ host-image] Dec 17 21:24:13.559 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23078:20241216T214217Z |
8609 | 2024-12-17T21:24:14.924Z | [ host-image] Dec 17 21:24:13.559 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23078:20241216T214218Z |
8610 | 2024-12-17T21:24:14.924Z | [ host-image] Dec 17 21:24:13.560 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23078:20241216T214217Z |
8611 | 2024-12-17T21:24:14.924Z | [ host-image] Dec 17 21:24:13.560 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23078:20241216T214218Z |
8612 | 2024-12-17T21:24:14.924Z | [ host-image] Dec 17 21:24:13.560 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8613 | 2024-12-17T21:24:14.924Z | [ host-image] Dec 17 21:24:13.560 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8614 | 2024-12-17T21:24:14.924Z | [ host-image] Dec 17 21:24:13.561 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23078:20241216T214220Z |
8615 | 2024-12-17T21:24:14.927Z | [ host-image] Dec 17 21:24:13.561 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23078:20241216T214220Z |
8616 | 2024-12-17T21:24:14.927Z | [ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8617 | 2024-12-17T21:24:14.927Z | [ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8618 | 2024-12-17T21:24:14.927Z | [ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8619 | 2024-12-17T21:24:14.927Z | [ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8620 | 2024-12-17T21:24:14.927Z | [ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8621 | 2024-12-17T21:24:14.928Z | [ host-image] Dec 17 21:24:13.563 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8622 | 2024-12-17T21:24:14.931Z | [ host-image] Dec 17 21:24:13.565 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8623 | 2024-12-17T21:24:14.931Z | [ host-image] Dec 17 21:24:13.565 INFO O| tempdir @ "/tmp/.tmp6kKioa/tmp" |
8624 | 2024-12-17T21:24:14.931Z | [ host-image] Dec 17 21:24:13.566 INFO O| image root @ "/tmp/.tmp6kKioa/tmp/root" |
8625 | 2024-12-17T21:24:14.931Z | [ host-image] Dec 17 21:24:13.566 INFO O| creating image... |
8626 | 2024-12-17T21:24:15.979Z | [ host-image] Dec 17 21:24:14.616 INFO O| copying publishers... |
8627 | 2024-12-17T21:24:36.679Z | [ recovery-image] Dec 17 21:24:35.308 INFO O| ok, image written! |
8628 | 2024-12-17T21:24:36.679Z | [ recovery-image] Dec 17 21:24:35.308 INFO O| ok, boot_image_csum file written! |
8629 | 2024-12-17T21:24:36.695Z | [ recovery-image] Dec 17 21:24:35.315 INFO creating boot archive (CPIO)... |
8630 | 2024-12-17T21:24:36.695Z | [ recovery-image] Dec 17 21:24:35.316 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 |
8631 | 2024-12-17T21:24:36.705Z | [ recovery-image] Dec 17 21:24:35.329 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8632 | 2024-12-17T21:24:36.705Z | [ recovery-image] Dec 17 21:24:35.329 INFO E| + outfile=/work/os-recovery/cpio |
8633 | 2024-12-17T21:24:36.705Z | [ recovery-image] Dec 17 21:24:35.329 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8634 | 2024-12-17T21:24:36.705Z | [ recovery-image] Dec 17 21:24:35.332 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8635 | 2024-12-17T21:24:36.705Z | [ recovery-image] Dec 17 21:24:35.333 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8636 | 2024-12-17T21:24:36.745Z | [ recovery-image] Dec 17 21:24:35.381 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8637 | 2024-12-17T21:24:36.753Z | [ recovery-image] Dec 17 21:24:35.381 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8638 | 2024-12-17T21:24:36.761Z | [ recovery-image] Dec 17 21:24:35.393 INFO creating compressed cpio/unix for nanobl-rs... |
8639 | 2024-12-17T21:24:36.761Z | [ recovery-image] Dec 17 21:24:35.393 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 |
8640 | 2024-12-17T21:24:37.016Z | [ host-image] Dec 17 21:24:35.653 INFO O| adding properties... |
8641 | 2024-12-17T21:24:37.196Z | [ recovery-image] Dec 17 21:24:35.833 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8642 | 2024-12-17T21:24:39.486Z | [ host-image] Dec 17 21:24:38.122 INFO O| installing packages... |
8643 | 2024-12-17T21:24:43.773Z | [ recovery-image] Dec 17 21:24:42.410 INFO creating reset image... |
8644 | 2024-12-17T21:24:43.773Z | [ recovery-image] Dec 17 21:24:42.410 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8645 | 2024-12-17T21:24:44.300Z | [ recovery-image] Dec 17 21:24:42.937 INFO E| Updating crates.io index |
8646 | 2024-12-17T21:24:44.793Z | [ recovery-image] Dec 17 21:24:43.430 INFO E| Downloading crates ... |
8647 | 2024-12-17T21:24:45.042Z | [ recovery-image] Dec 17 21:24:43.679 INFO E| Downloaded shared_child v1.0.1 |
8648 | 2024-12-17T21:24:45.049Z | [ recovery-image] Dec 17 21:24:43.686 INFO E| Downloaded os_pipe v1.2.1 |
8649 | 2024-12-17T21:24:45.075Z | [ recovery-image] Dec 17 21:24:43.712 INFO E| Downloaded clap_derive v4.5.13 |
8650 | 2024-12-17T21:24:45.079Z | [ recovery-image] Dec 17 21:24:43.716 INFO E| Downloaded duct v0.13.7 |
8651 | 2024-12-17T21:24:45.082Z | [ recovery-image] Dec 17 21:24:43.719 INFO E| Downloaded clap v4.5.17 |
8652 | 2024-12-17T21:24:45.096Z | [ recovery-image] Dec 17 21:24:43.733 INFO E| Downloaded clap_builder v4.5.17 |
8653 | 2024-12-17T21:24:45.115Z | [ recovery-image] Dec 17 21:24:43.752 INFO E| Downloaded syn v2.0.77 |
8654 | 2024-12-17T21:24:45.164Z | [ recovery-image] Dec 17 21:24:43.800 INFO E| Downloaded libc v0.2.158 |
8655 | 2024-12-17T21:24:45.298Z | [ recovery-image] Dec 17 21:24:43.934 INFO E| Compiling proc-macro2 v1.0.86 |
8656 | 2024-12-17T21:24:45.320Z | [ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling libc v0.2.158 |
8657 | 2024-12-17T21:24:45.320Z | [ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling unicode-ident v1.0.13 |
8658 | 2024-12-17T21:24:45.323Z | [ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling utf8parse v0.2.2 |
8659 | 2024-12-17T21:24:45.323Z | [ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling anstyle v1.0.8 |
8660 | 2024-12-17T21:24:45.323Z | [ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling colorchoice v1.0.2 |
8661 | 2024-12-17T21:24:45.323Z | [ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling anstyle-query v1.1.1 |
8662 | 2024-12-17T21:24:45.323Z | [ recovery-image] Dec 17 21:24:43.958 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8663 | 2024-12-17T21:24:46.089Z | [ recovery-image] Dec 17 21:24:44.725 INFO E| Compiling anstyle-parse v0.2.5 |
8664 | 2024-12-17T21:24:46.097Z | [ recovery-image] Dec 17 21:24:44.734 INFO E| Compiling strsim v0.11.1 |
8665 | 2024-12-17T21:24:46.287Z | [ recovery-image] Dec 17 21:24:44.923 INFO E| Compiling heck v0.5.0 |
8666 | 2024-12-17T21:24:46.306Z | [ recovery-image] Dec 17 21:24:44.942 INFO E| Compiling clap_lex v0.7.2 |
8667 | 2024-12-17T21:24:46.597Z | [ recovery-image] Dec 17 21:24:45.234 INFO E| Compiling once_cell v1.19.0 |
8668 | 2024-12-17T21:24:46.941Z | [ recovery-image] Dec 17 21:24:45.578 INFO E| Compiling anstream v0.6.15 |
8669 | 2024-12-17T21:24:47.603Z | [ recovery-image] Dec 17 21:24:46.240 INFO E| Compiling clap_builder v4.5.17 |
8670 | 2024-12-17T21:24:47.691Z | [ recovery-image] Dec 17 21:24:46.328 INFO E| Compiling os_pipe v1.2.1 |
8671 | 2024-12-17T21:24:47.691Z | [ recovery-image] Dec 17 21:24:46.328 INFO E| Compiling shared_child v1.0.1 |
8672 | 2024-12-17T21:24:47.937Z | [ recovery-image] Dec 17 21:24:46.574 INFO E| Compiling duct v0.13.7 |
8673 | 2024-12-17T21:24:48.755Z | [ recovery-image] Dec 17 21:24:47.392 INFO E| Compiling quote v1.0.37 |
8674 | 2024-12-17T21:24:49.362Z | [ recovery-image] Dec 17 21:24:47.999 INFO E| Compiling syn v2.0.77 |
8675 | 2024-12-17T21:24:58.274Z | [ recovery-image] Dec 17 21:24:56.911 INFO E| Compiling clap_derive v4.5.13 |
8676 | 2024-12-17T21:25:02.931Z | [ recovery-image] Dec 17 21:25:01.568 INFO E| Compiling clap v4.5.17 |
8677 | 2024-12-17T21:25:03.028Z | [ recovery-image] Dec 17 21:25:01.664 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8678 | 2024-12-17T21:25:05.021Z | [ recovery-image] Dec 17 21:25:03.657 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s |
8679 | 2024-12-17T21:25:05.036Z | [ recovery-image] Dec 17 21:25:03.673 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8680 | 2024-12-17T21:25:05.277Z | [ recovery-image] Dec 17 21:25:03.912 INFO E| Updating crates.io index |
8681 | 2024-12-17T21:25:05.620Z | [ recovery-image] Dec 17 21:25:04.256 INFO E| Downloading crates ... |
8682 | 2024-12-17T21:25:06.028Z | [ recovery-image] Dec 17 21:25:04.665 INFO E| Downloaded bitstruct v0.1.1 |
8683 | 2024-12-17T21:25:06.036Z | [ recovery-image] Dec 17 21:25:04.673 INFO E| Downloaded seq-macro v0.3.5 |
8684 | 2024-12-17T21:25:06.039Z | [ recovery-image] Dec 17 21:25:04.676 INFO E| Downloaded bitstruct_derive v0.1.0 |
8685 | 2024-12-17T21:25:06.045Z | [ recovery-image] Dec 17 21:25:04.682 INFO E| Downloaded cpio_reader v0.1.1 |
8686 | 2024-12-17T21:25:06.048Z | [ recovery-image] Dec 17 21:25:04.684 INFO E| Downloaded bit_field v0.10.2 |
8687 | 2024-12-17T21:25:06.066Z | [ recovery-image] Dec 17 21:25:04.702 INFO E| Downloaded raw-cpuid v10.7.0 |
8688 | 2024-12-17T21:25:06.075Z | [ recovery-image] Dec 17 21:25:04.712 INFO E| Downloaded syn v2.0.85 |
8689 | 2024-12-17T21:25:06.239Z | [ recovery-image] Dec 17 21:25:04.875 INFO E| Downloaded x86 v0.52.0 |
8690 | 2024-12-17T21:25:06.316Z | [ recovery-image] Dec 17 21:25:04.953 INFO E| Updating crates.io index |
8691 | 2024-12-17T21:25:06.540Z | [ recovery-image] Dec 17 21:25:05.176 INFO E| Downloading crates ... |
8692 | 2024-12-17T21:25:06.735Z | [ recovery-image] Dec 17 21:25:05.372 INFO E| Downloaded hashbrown v0.15.0 |
8693 | 2024-12-17T21:25:06.770Z | [ recovery-image] Dec 17 21:25:05.406 INFO E| Downloaded compiler_builtins v0.1.134 |
8694 | 2024-12-17T21:25:06.994Z | [ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling compiler_builtins v0.1.134 |
8695 | 2024-12-17T21:25:06.997Z | [ recovery-image] Dec 17 21:25:05.631 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) |
8696 | 2024-12-17T21:25:06.997Z | [ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling proc-macro2 v1.0.89 |
8697 | 2024-12-17T21:25:06.997Z | [ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling unicode-ident v1.0.13 |
8698 | 2024-12-17T21:25:06.997Z | [ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling syn v1.0.109 |
8699 | 2024-12-17T21:25:06.997Z | [ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling x86 v0.52.0 |
8700 | 2024-12-17T21:25:06.997Z | [ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8701 | 2024-12-17T21:25:07.003Z | [ recovery-image] Dec 17 21:25:05.639 INFO E| Compiling seq-macro v0.3.5 |
8702 | 2024-12-17T21:25:09.419Z | [ recovery-image] Dec 17 21:25:08.055 INFO E| Compiling quote v1.0.37 |
8703 | 2024-12-17T21:25:09.842Z | [ recovery-image] Dec 17 21:25:08.478 INFO E| Compiling syn v2.0.85 |
8704 | 2024-12-17T21:25:15.538Z | [ recovery-image] Dec 17 21:25:14.174 INFO E| Compiling scroll_derive v0.12.0 |
8705 | 2024-12-17T21:25:19.351Z | [ recovery-image] Dec 17 21:25:17.987 INFO E| Compiling bitstruct_derive v0.1.0 |
8706 | 2024-12-17T21:25:23.122Z | [ host-image] Dec 17 21:25:21.758 INFO O| seeding SMF database... |
8707 | 2024-12-17T21:25:36.859Z | [ host-image] Dec 17 21:25:35.496 INFO O| configuring SMF profile... |
8708 | 2024-12-17T21:25:36.866Z | [ host-image] Dec 17 21:25:35.496 INFO O| modifying shadow(5)... |
8709 | 2024-12-17T21:25:36.867Z | [ host-image] Dec 17 21:25:35.496 INFO O| loading user and group database... |
8710 | 2024-12-17T21:25:36.867Z | [ host-image] Dec 17 21:25:35.496 INFO O| assessing packaged files... |
8711 | 2024-12-17T21:25:42.093Z | [ host-image] Dec 17 21:25:40.728 INFO O| creating archive... |
8712 | 2024-12-17T21:25:42.149Z | [ host-image] Dec 17 21:25:40.785 INFO O| missing from packaging: |
8713 | 2024-12-17T21:25:42.149Z | [ host-image] Dec 17 21:25:40.785 INFO O| "etc/.pwd.lock" |
8714 | 2024-12-17T21:25:42.151Z | [ host-image] Dec 17 21:25:40.785 INFO O| "etc/bash" |
8715 | 2024-12-17T21:25:42.173Z | [ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/generic.xml" |
8716 | 2024-12-17T21:25:42.173Z | [ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/inetd_services.xml" |
8717 | 2024-12-17T21:25:42.173Z | [ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/name_service.xml" |
8718 | 2024-12-17T21:25:42.176Z | [ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/platform.xml" |
8719 | 2024-12-17T21:25:42.176Z | [ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8720 | 2024-12-17T21:25:42.176Z | [ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/repository.db" |
8721 | 2024-12-17T21:25:42.188Z | [ host-image] Dec 17 21:25:40.825 INFO O| "opt/ooce/share" |
8722 | 2024-12-17T21:25:42.188Z | [ host-image] Dec 17 21:25:40.825 INFO O| "opt/ooce/share/man" |
8723 | 2024-12-17T21:25:42.189Z | [ host-image] Dec 17 21:25:40.825 INFO O| "opt/ooce/share/man/man1" |
8724 | 2024-12-17T21:25:42.519Z | [ host-image] Dec 17 21:25:40.839 INFO O| finishing archive... |
8725 | 2024-12-17T21:25:45.673Z | [ recovery-image] Dec 17 21:25:44.310 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) |
8726 | 2024-12-17T21:25:46.716Z | [ host-image] Dec 17 21:25:45.352 INFO O| creating gzonly manifest... |
8727 | 2024-12-17T21:25:46.726Z | [ host-image] Dec 17 21:25:45.363 INFO O| ok |
8728 | 2024-12-17T21:25:47.016Z | [ host-image] Dec 17 21:25:45.652 INFO image builder template: ramdisk-02-trim... |
8729 | 2024-12-17T21:25:47.016Z | [ host-image] Dec 17 21:25:45.652 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/.tmpzNgeWV/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 |
8730 | 2024-12-17T21:25:47.078Z | [ host-image] Dec 17 21:25:45.714 INFO O| Dec 17 21:25:45.713 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8731 | 2024-12-17T21:25:47.093Z | [ host-image] Dec 17 21:25:45.728 INFO O| Dec 17 21:25:45.728 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8732 | 2024-12-17T21:25:47.374Z | [ host-image] Dec 17 21:25:46.010 INFO O| Dec 17 21:25:46.010 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8733 | 2024-12-17T21:25:47.638Z | [ host-image] Dec 17 21:25:46.274 INFO O| Dec 17 21:25:46.274 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8734 | 2024-12-17T21:25:47.642Z | [ host-image] Dec 17 21:25:46.274 INFO O| Dec 17 21:25:46.274 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8735 | 2024-12-17T21:25:47.684Z | [ host-image] Dec 17 21:25:46.320 INFO O| Dec 17 21:25:46.320 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8736 | 2024-12-17T21:25:47.728Z | [ host-image] Dec 17 21:25:46.364 INFO O| Dec 17 21:25:46.364 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8737 | 2024-12-17T21:25:47.752Z | [ host-image] Dec 17 21:25:46.387 INFO O| Dec 17 21:25:46.387 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8738 | 2024-12-17T21:25:48.355Z | [ host-image] Dec 17 21:25:46.985 INFO O| Dec 17 21:25:46.985 INFO rolled back to input snapshot; work may begin |
8739 | 2024-12-17T21:25:48.356Z | [ host-image] Dec 17 21:25:46.985 INFO O| Dec 17 21:25:46.985 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8740 | 2024-12-17T21:25:48.376Z | [ host-image] Dec 17 21:25:46.994 INFO O| Dec 17 21:25:46.994 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8741 | 2024-12-17T21:25:48.377Z | [ host-image] Dec 17 21:25:47.012 INFO O| Dec 17 21:25:47.012 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8742 | 2024-12-17T21:25:48.861Z | [ host-image] Dec 17 21:25:47.497 INFO O| Dec 17 21:25:47.496 INFO STEP 0 (remove_files) COMPLETE |
8743 | 2024-12-17T21:25:48.861Z | [ host-image] Dec 17 21:25:47.497 INFO O| Dec 17 21:25:47.497 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8744 | 2024-12-17T21:25:48.881Z | [ recovery-image] Dec 17 21:25:47.517 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) |
8745 | 2024-12-17T21:25:48.910Z | [ host-image] Dec 17 21:25:47.546 INFO O| Dec 17 21:25:47.546 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8746 | 2024-12-17T21:25:48.914Z | [ host-image] Dec 17 21:25:47.549 INFO O| Dec 17 21:25:47.549 INFO STEP 1 (remove_files) COMPLETE |
8747 | 2024-12-17T21:25:48.914Z | [ host-image] Dec 17 21:25:47.549 INFO O| Dec 17 21:25:47.549 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2024-12-17T21:25:48.934Z | [ host-image] Dec 17 21:25:47.570 INFO O| Dec 17 21:25:47.570 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8749 | 2024-12-17T21:25:48.957Z | [ host-image] Dec 17 21:25:47.593 INFO O| Dec 17 21:25:47.593 INFO STEP 2 (remove_files) COMPLETE |
8750 | 2024-12-17T21:25:48.957Z | [ host-image] Dec 17 21:25:47.593 INFO O| Dec 17 21:25:47.593 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2024-12-17T21:25:49.029Z | [ host-image] Dec 17 21:25:47.666 INFO O| Dec 17 21:25:47.665 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8752 | 2024-12-17T21:25:49.032Z | [ host-image] Dec 17 21:25:47.668 INFO O| Dec 17 21:25:47.668 INFO STEP 3 (remove_files) COMPLETE |
8753 | 2024-12-17T21:25:49.035Z | [ host-image] Dec 17 21:25:47.668 INFO O| Dec 17 21:25:47.668 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2024-12-17T21:25:49.095Z | [ host-image] Dec 17 21:25:47.723 INFO O| Dec 17 21:25:47.723 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8755 | 2024-12-17T21:25:49.102Z | [ host-image] Dec 17 21:25:47.730 INFO O| Dec 17 21:25:47.730 INFO STEP 4 (remove_files) COMPLETE |
8756 | 2024-12-17T21:25:49.102Z | [ host-image] Dec 17 21:25:47.731 INFO O| Dec 17 21:25:47.730 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-12-17T21:25:49.155Z | [ host-image] Dec 17 21:25:47.789 INFO O| Dec 17 21:25:47.789 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8758 | 2024-12-17T21:25:49.159Z | [ host-image] Dec 17 21:25:47.794 INFO O| Dec 17 21:25:47.794 INFO STEP 5 (remove_files) COMPLETE |
8759 | 2024-12-17T21:25:49.159Z | [ host-image] Dec 17 21:25:47.794 INFO O| Dec 17 21:25:47.794 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-12-17T21:25:49.205Z | [ host-image] Dec 17 21:25:47.841 INFO O| Dec 17 21:25:47.841 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8761 | 2024-12-17T21:25:49.225Z | [ host-image] Dec 17 21:25:47.861 INFO O| Dec 17 21:25:47.860 INFO STEP 6 (remove_files) COMPLETE |
8762 | 2024-12-17T21:25:49.225Z | [ host-image] Dec 17 21:25:47.861 INFO O| Dec 17 21:25:47.861 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-12-17T21:25:49.388Z | [ host-image] Dec 17 21:25:48.020 INFO O| Dec 17 21:25:48.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8764 | 2024-12-17T21:25:49.436Z | [ host-image] Dec 17 21:25:48.069 INFO O| Dec 17 21:25:48.069 INFO STEP 7 (remove_files) COMPLETE |
8765 | 2024-12-17T21:25:49.436Z | [ host-image] Dec 17 21:25:48.069 INFO O| Dec 17 21:25:48.069 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-12-17T21:25:49.490Z | [ host-image] Dec 17 21:25:48.126 INFO O| Dec 17 21:25:48.126 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8767 | 2024-12-17T21:25:49.723Z | [ host-image] Dec 17 21:25:48.359 INFO O| Dec 17 21:25:48.359 INFO STEP 8 (remove_files) COMPLETE |
8768 | 2024-12-17T21:25:49.723Z | [ host-image] Dec 17 21:25:48.359 INFO O| Dec 17 21:25:48.359 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-12-17T21:25:49.815Z | [ host-image] Dec 17 21:25:48.450 INFO O| Dec 17 21:25:48.450 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8770 | 2024-12-17T21:25:50.194Z | [ host-image] Dec 17 21:25:48.830 INFO O| Dec 17 21:25:48.830 INFO STEP 9 (remove_files) COMPLETE |
8771 | 2024-12-17T21:25:50.194Z | [ host-image] Dec 17 21:25:48.830 INFO O| Dec 17 21:25:48.830 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-12-17T21:25:50.261Z | [ host-image] Dec 17 21:25:48.896 INFO O| Dec 17 21:25:48.895 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8773 | 2024-12-17T21:25:50.266Z | [ host-image] Dec 17 21:25:48.902 INFO O| Dec 17 21:25:48.902 INFO STEP 10 (remove_files) COMPLETE |
8774 | 2024-12-17T21:25:50.266Z | [ host-image] Dec 17 21:25:48.902 INFO O| Dec 17 21:25:48.902 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-12-17T21:25:50.293Z | [ host-image] Dec 17 21:25:48.929 INFO O| Dec 17 21:25:48.929 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8776 | 2024-12-17T21:25:50.297Z | [ host-image] Dec 17 21:25:48.931 INFO O| Dec 17 21:25:48.931 INFO STEP 11 (remove_files) COMPLETE |
8777 | 2024-12-17T21:25:50.297Z | [ host-image] Dec 17 21:25:48.931 INFO O| Dec 17 21:25:48.931 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-12-17T21:25:50.316Z | [ host-image] Dec 17 21:25:48.952 INFO O| Dec 17 21:25:48.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8779 | 2024-12-17T21:25:50.319Z | [ host-image] Dec 17 21:25:48.955 INFO O| Dec 17 21:25:48.955 INFO STEP 12 (remove_files) COMPLETE |
8780 | 2024-12-17T21:25:50.319Z | [ host-image] Dec 17 21:25:48.955 INFO O| Dec 17 21:25:48.955 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-12-17T21:25:50.428Z | [ host-image] Dec 17 21:25:49.056 INFO O| Dec 17 21:25:49.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8782 | 2024-12-17T21:25:50.432Z | [ host-image] Dec 17 21:25:49.056 INFO O| Dec 17 21:25:49.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8783 | 2024-12-17T21:25:50.432Z | [ host-image] Dec 17 21:25:49.056 INFO O| Dec 17 21:25:49.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8784 | 2024-12-17T21:25:50.432Z | [ host-image] Dec 17 21:25:49.057 INFO O| Dec 17 21:25:49.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8785 | 2024-12-17T21:25:50.432Z | [ host-image] Dec 17 21:25:49.058 INFO O| Dec 17 21:25:49.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8786 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.058 INFO O| Dec 17 21:25:49.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8787 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.058 INFO O| Dec 17 21:25:49.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8788 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.058 INFO O| Dec 17 21:25:49.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8789 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.059 INFO O| Dec 17 21:25:49.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8790 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.060 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8791 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.060 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8792 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.060 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8793 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.060 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8794 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.061 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8795 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.061 INFO O| Dec 17 21:25:49.061 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8796 | 2024-12-17T21:25:50.433Z | [ host-image] Dec 17 21:25:49.061 INFO O| Dec 17 21:25:49.061 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8797 | 2024-12-17T21:25:50.448Z | [ host-image] Dec 17 21:25:49.083 INFO O| Dec 17 21:25:49.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8798 | 2024-12-17T21:25:50.715Z | [ host-image] Dec 17 21:25:49.351 INFO O| Dec 17 21:25:49.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8799 | 2024-12-17T21:25:50.718Z | [ host-image] Dec 17 21:25:49.352 INFO O| Dec 17 21:25:49.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8800 | 2024-12-17T21:25:50.733Z | [ host-image] Dec 17 21:25:49.369 INFO O| Dec 17 21:25:49.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8801 | 2024-12-17T21:25:50.827Z | [ host-image] Dec 17 21:25:49.463 INFO O| Dec 17 21:25:49.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8802 | 2024-12-17T21:25:51.256Z | [ host-image] Dec 17 21:25:49.891 INFO O| Dec 17 21:25:49.891 INFO STEP 13 (remove_files) COMPLETE |
8803 | 2024-12-17T21:25:51.256Z | [ host-image] Dec 17 21:25:49.892 INFO O| Dec 17 21:25:49.891 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8804 | 2024-12-17T21:25:51.296Z | [ host-image] Dec 17 21:25:49.932 INFO O| Dec 17 21:25:49.932 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8805 | 2024-12-17T21:25:51.301Z | [ host-image] Dec 17 21:25:49.934 INFO O| Dec 17 21:25:49.934 INFO STEP 14 (remove_files) COMPLETE |
8806 | 2024-12-17T21:25:51.301Z | [ host-image] Dec 17 21:25:49.934 INFO O| Dec 17 21:25:49.934 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2024-12-17T21:25:51.321Z | [ host-image] Dec 17 21:25:49.957 INFO O| Dec 17 21:25:49.957 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8808 | 2024-12-17T21:25:51.335Z | [ host-image] Dec 17 21:25:49.969 INFO O| Dec 17 21:25:49.969 INFO STEP 15 (remove_files) COMPLETE |
8809 | 2024-12-17T21:25:51.335Z | [ host-image] Dec 17 21:25:49.969 INFO O| Dec 17 21:25:49.969 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-12-17T21:25:51.396Z | [ host-image] Dec 17 21:25:50.032 INFO O| Dec 17 21:25:50.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8811 | 2024-12-17T21:25:51.399Z | [ host-image] Dec 17 21:25:50.033 INFO O| Dec 17 21:25:50.032 INFO STEP 16 (remove_files) COMPLETE |
8812 | 2024-12-17T21:25:51.399Z | [ host-image] Dec 17 21:25:50.033 INFO O| Dec 17 21:25:50.033 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2024-12-17T21:25:51.415Z | [ host-image] Dec 17 21:25:50.051 INFO O| Dec 17 21:25:50.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8814 | 2024-12-17T21:25:51.418Z | [ host-image] Dec 17 21:25:50.054 INFO O| Dec 17 21:25:50.054 INFO STEP 17 (remove_files) COMPLETE |
8815 | 2024-12-17T21:25:51.419Z | [ host-image] Dec 17 21:25:50.054 INFO O| Dec 17 21:25:50.054 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2024-12-17T21:25:51.437Z | [ host-image] Dec 17 21:25:50.073 INFO O| Dec 17 21:25:50.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8817 | 2024-12-17T21:25:51.437Z | [ host-image] Dec 17 21:25:50.073 INFO O| Dec 17 21:25:50.073 INFO STEP 18 (remove_files) COMPLETE |
8818 | 2024-12-17T21:25:51.437Z | [ host-image] Dec 17 21:25:50.073 INFO O| Dec 17 21:25:50.073 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-12-17T21:25:51.456Z | [ host-image] Dec 17 21:25:50.092 INFO O| Dec 17 21:25:50.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8820 | 2024-12-17T21:25:51.456Z | [ host-image] Dec 17 21:25:50.092 INFO O| Dec 17 21:25:50.092 INFO STEP 19 (remove_files) COMPLETE |
8821 | 2024-12-17T21:25:51.456Z | [ host-image] Dec 17 21:25:50.092 INFO O| Dec 17 21:25:50.092 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-12-17T21:25:51.474Z | [ host-image] Dec 17 21:25:50.110 INFO O| Dec 17 21:25:50.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8823 | 2024-12-17T21:25:51.474Z | [ host-image] Dec 17 21:25:50.110 INFO O| Dec 17 21:25:50.110 INFO STEP 20 (remove_files) COMPLETE |
8824 | 2024-12-17T21:25:51.477Z | [ host-image] Dec 17 21:25:50.111 INFO O| Dec 17 21:25:50.110 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-12-17T21:25:51.512Z | [ host-image] Dec 17 21:25:50.148 INFO O| Dec 17 21:25:50.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8826 | 2024-12-17T21:25:51.512Z | [ host-image] Dec 17 21:25:50.148 INFO O| Dec 17 21:25:50.148 INFO STEP 21 (remove_files) COMPLETE |
8827 | 2024-12-17T21:25:51.512Z | [ host-image] Dec 17 21:25:50.148 INFO O| Dec 17 21:25:50.148 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-17T21:25:51.570Z | [ host-image] Dec 17 21:25:50.206 INFO O| Dec 17 21:25:50.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8829 | 2024-12-17T21:25:51.570Z | [ host-image] Dec 17 21:25:50.206 INFO O| Dec 17 21:25:50.206 INFO STEP 22 (remove_files) COMPLETE |
8830 | 2024-12-17T21:25:51.570Z | [ host-image] Dec 17 21:25:50.206 INFO O| Dec 17 21:25:50.206 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-17T21:25:51.631Z | [ host-image] Dec 17 21:25:50.267 INFO O| Dec 17 21:25:50.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8832 | 2024-12-17T21:25:51.632Z | [ host-image] Dec 17 21:25:50.268 INFO O| Dec 17 21:25:50.268 INFO STEP 23 (remove_files) COMPLETE |
8833 | 2024-12-17T21:25:51.632Z | [ host-image] Dec 17 21:25:50.268 INFO O| Dec 17 21:25:50.268 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-17T21:25:51.650Z | [ host-image] Dec 17 21:25:50.286 INFO O| Dec 17 21:25:50.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8835 | 2024-12-17T21:25:51.651Z | [ host-image] Dec 17 21:25:50.286 INFO O| Dec 17 21:25:50.286 INFO STEP 24 (remove_files) COMPLETE |
8836 | 2024-12-17T21:25:51.651Z | [ host-image] Dec 17 21:25:50.286 INFO O| Dec 17 21:25:50.286 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-17T21:25:51.679Z | [ host-image] Dec 17 21:25:50.315 INFO O| Dec 17 21:25:50.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8838 | 2024-12-17T21:25:51.679Z | [ host-image] Dec 17 21:25:50.315 INFO O| Dec 17 21:25:50.315 INFO STEP 25 (remove_files) COMPLETE |
8839 | 2024-12-17T21:25:51.679Z | [ host-image] Dec 17 21:25:50.315 INFO O| Dec 17 21:25:50.315 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-17T21:25:51.701Z | [ host-image] Dec 17 21:25:50.337 INFO O| Dec 17 21:25:50.337 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8841 | 2024-12-17T21:25:51.704Z | [ host-image] Dec 17 21:25:50.337 INFO O| Dec 17 21:25:50.337 INFO STEP 26 (remove_files) COMPLETE |
8842 | 2024-12-17T21:25:51.704Z | [ host-image] Dec 17 21:25:50.337 INFO O| Dec 17 21:25:50.337 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-17T21:25:51.737Z | [ host-image] Dec 17 21:25:50.373 INFO O| Dec 17 21:25:50.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8844 | 2024-12-17T21:25:51.737Z | [ host-image] Dec 17 21:25:50.373 INFO O| Dec 17 21:25:50.373 INFO STEP 27 (remove_files) COMPLETE |
8845 | 2024-12-17T21:25:51.740Z | [ host-image] Dec 17 21:25:50.373 INFO O| Dec 17 21:25:50.373 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-17T21:25:51.771Z | [ host-image] Dec 17 21:25:50.406 INFO O| Dec 17 21:25:50.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8847 | 2024-12-17T21:25:51.771Z | [ host-image] Dec 17 21:25:50.406 INFO O| Dec 17 21:25:50.406 INFO STEP 28 (remove_files) COMPLETE |
8848 | 2024-12-17T21:25:51.771Z | [ host-image] Dec 17 21:25:50.407 INFO O| Dec 17 21:25:50.406 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-17T21:25:51.809Z | [ host-image] Dec 17 21:25:50.442 INFO O| Dec 17 21:25:50.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8850 | 2024-12-17T21:25:51.809Z | [ host-image] Dec 17 21:25:50.443 INFO O| Dec 17 21:25:50.443 INFO STEP 29 (remove_files) COMPLETE |
8851 | 2024-12-17T21:25:51.809Z | [ host-image] Dec 17 21:25:50.443 INFO O| Dec 17 21:25:50.443 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-17T21:25:51.856Z | [ host-image] Dec 17 21:25:50.492 INFO O| Dec 17 21:25:50.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8853 | 2024-12-17T21:25:51.856Z | [ host-image] Dec 17 21:25:50.492 INFO O| Dec 17 21:25:50.492 INFO STEP 30 (remove_files) COMPLETE |
8854 | 2024-12-17T21:25:51.856Z | [ host-image] Dec 17 21:25:50.492 INFO O| Dec 17 21:25:50.492 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-17T21:25:51.917Z | [ host-image] Dec 17 21:25:50.553 INFO O| Dec 17 21:25:50.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8856 | 2024-12-17T21:25:51.917Z | [ host-image] Dec 17 21:25:50.553 INFO O| Dec 17 21:25:50.553 INFO STEP 31 (remove_files) COMPLETE |
8857 | 2024-12-17T21:25:51.920Z | [ host-image] Dec 17 21:25:50.553 INFO O| Dec 17 21:25:50.553 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-17T21:25:51.938Z | [ host-image] Dec 17 21:25:50.574 INFO O| Dec 17 21:25:50.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8859 | 2024-12-17T21:25:51.938Z | [ host-image] Dec 17 21:25:50.574 INFO O| Dec 17 21:25:50.574 INFO STEP 32 (remove_files) COMPLETE |
8860 | 2024-12-17T21:25:51.938Z | [ host-image] Dec 17 21:25:50.574 INFO O| Dec 17 21:25:50.574 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-17T21:25:51.967Z | [ host-image] Dec 17 21:25:50.602 INFO O| Dec 17 21:25:50.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8862 | 2024-12-17T21:25:51.967Z | [ host-image] Dec 17 21:25:50.602 INFO O| Dec 17 21:25:50.602 INFO STEP 33 (remove_files) COMPLETE |
8863 | 2024-12-17T21:25:51.967Z | [ host-image] Dec 17 21:25:50.602 INFO O| Dec 17 21:25:50.602 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-17T21:25:51.987Z | [ host-image] Dec 17 21:25:50.623 INFO O| Dec 17 21:25:50.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8865 | 2024-12-17T21:25:51.987Z | [ host-image] Dec 17 21:25:50.623 INFO O| Dec 17 21:25:50.623 INFO STEP 34 (remove_files) COMPLETE |
8866 | 2024-12-17T21:25:51.987Z | [ host-image] Dec 17 21:25:50.623 INFO O| Dec 17 21:25:50.623 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-17T21:25:52.020Z | [ host-image] Dec 17 21:25:50.642 INFO O| Dec 17 21:25:50.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8868 | 2024-12-17T21:25:52.021Z | [ host-image] Dec 17 21:25:50.642 INFO O| Dec 17 21:25:50.642 INFO STEP 35 (remove_files) COMPLETE |
8869 | 2024-12-17T21:25:52.021Z | [ host-image] Dec 17 21:25:50.642 INFO O| Dec 17 21:25:50.642 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-17T21:25:52.046Z | [ host-image] Dec 17 21:25:50.681 INFO O| Dec 17 21:25:50.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8871 | 2024-12-17T21:25:52.046Z | [ host-image] Dec 17 21:25:50.681 INFO O| Dec 17 21:25:50.681 INFO STEP 36 (remove_files) COMPLETE |
8872 | 2024-12-17T21:25:52.046Z | [ host-image] Dec 17 21:25:50.681 INFO O| Dec 17 21:25:50.681 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-17T21:25:52.079Z | [ host-image] Dec 17 21:25:50.715 INFO O| Dec 17 21:25:50.715 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8874 | 2024-12-17T21:25:52.079Z | [ host-image] Dec 17 21:25:50.715 INFO O| Dec 17 21:25:50.715 INFO STEP 37 (remove_files) COMPLETE |
8875 | 2024-12-17T21:25:52.079Z | [ host-image] Dec 17 21:25:50.715 INFO O| Dec 17 21:25:50.715 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-17T21:25:52.098Z | [ host-image] Dec 17 21:25:50.734 INFO O| Dec 17 21:25:50.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8877 | 2024-12-17T21:25:52.098Z | [ host-image] Dec 17 21:25:50.734 INFO O| Dec 17 21:25:50.734 INFO STEP 38 (remove_files) COMPLETE |
8878 | 2024-12-17T21:25:52.098Z | [ host-image] Dec 17 21:25:50.735 INFO O| Dec 17 21:25:50.734 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-17T21:25:52.161Z | [ host-image] Dec 17 21:25:50.796 INFO O| Dec 17 21:25:50.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8880 | 2024-12-17T21:25:52.161Z | [ host-image] Dec 17 21:25:50.796 INFO O| Dec 17 21:25:50.796 INFO STEP 39 (remove_files) COMPLETE |
8881 | 2024-12-17T21:25:52.176Z | [ host-image] Dec 17 21:25:50.796 INFO O| Dec 17 21:25:50.796 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-17T21:25:52.184Z | [ host-image] Dec 17 21:25:50.820 INFO O| Dec 17 21:25:50.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8883 | 2024-12-17T21:25:52.184Z | [ host-image] Dec 17 21:25:50.820 INFO O| Dec 17 21:25:50.820 INFO STEP 40 (remove_files) COMPLETE |
8884 | 2024-12-17T21:25:52.184Z | [ host-image] Dec 17 21:25:50.820 INFO O| Dec 17 21:25:50.820 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-17T21:25:52.205Z | [ host-image] Dec 17 21:25:50.841 INFO O| Dec 17 21:25:50.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8886 | 2024-12-17T21:25:52.205Z | [ host-image] Dec 17 21:25:50.841 INFO O| Dec 17 21:25:50.841 INFO STEP 41 (remove_files) COMPLETE |
8887 | 2024-12-17T21:25:52.205Z | [ host-image] Dec 17 21:25:50.841 INFO O| Dec 17 21:25:50.841 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-17T21:25:52.256Z | [ host-image] Dec 17 21:25:50.892 INFO O| Dec 17 21:25:50.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8889 | 2024-12-17T21:25:52.264Z | [ host-image] Dec 17 21:25:50.892 INFO O| Dec 17 21:25:50.892 INFO STEP 42 (remove_files) COMPLETE |
8890 | 2024-12-17T21:25:52.264Z | [ host-image] Dec 17 21:25:50.893 INFO O| Dec 17 21:25:50.892 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-17T21:25:52.283Z | [ host-image] Dec 17 21:25:50.913 INFO O| Dec 17 21:25:50.912 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8892 | 2024-12-17T21:25:52.287Z | [ host-image] Dec 17 21:25:50.913 INFO O| Dec 17 21:25:50.913 INFO STEP 43 (remove_files) COMPLETE |
8893 | 2024-12-17T21:25:52.287Z | [ host-image] Dec 17 21:25:50.913 INFO O| Dec 17 21:25:50.913 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-17T21:25:52.297Z | [ host-image] Dec 17 21:25:50.933 INFO O| Dec 17 21:25:50.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8895 | 2024-12-17T21:25:52.300Z | [ host-image] Dec 17 21:25:50.933 INFO O| Dec 17 21:25:50.933 INFO STEP 44 (remove_files) COMPLETE |
8896 | 2024-12-17T21:25:52.300Z | [ host-image] Dec 17 21:25:50.933 INFO O| Dec 17 21:25:50.933 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-17T21:25:52.338Z | [ host-image] Dec 17 21:25:50.970 INFO O| Dec 17 21:25:50.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8898 | 2024-12-17T21:25:52.341Z | [ host-image] Dec 17 21:25:50.970 INFO O| Dec 17 21:25:50.970 INFO STEP 45 (remove_files) COMPLETE |
8899 | 2024-12-17T21:25:52.341Z | [ host-image] Dec 17 21:25:50.970 INFO O| Dec 17 21:25:50.970 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-17T21:25:52.356Z | [ host-image] Dec 17 21:25:50.991 INFO O| Dec 17 21:25:50.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8901 | 2024-12-17T21:25:52.356Z | [ host-image] Dec 17 21:25:50.991 INFO O| Dec 17 21:25:50.991 INFO STEP 46 (remove_files) COMPLETE |
8902 | 2024-12-17T21:25:52.358Z | [ host-image] Dec 17 21:25:50.991 INFO O| Dec 17 21:25:50.991 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-17T21:25:52.375Z | [ host-image] Dec 17 21:25:51.011 INFO O| Dec 17 21:25:51.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8904 | 2024-12-17T21:25:52.375Z | [ host-image] Dec 17 21:25:51.011 INFO O| Dec 17 21:25:51.011 INFO STEP 47 (remove_files) COMPLETE |
8905 | 2024-12-17T21:25:52.375Z | [ host-image] Dec 17 21:25:51.011 INFO O| Dec 17 21:25:51.011 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-17T21:25:52.406Z | [ host-image] Dec 17 21:25:51.042 INFO O| Dec 17 21:25:51.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8907 | 2024-12-17T21:25:52.406Z | [ host-image] Dec 17 21:25:51.042 INFO O| Dec 17 21:25:51.042 INFO STEP 48 (remove_files) COMPLETE |
8908 | 2024-12-17T21:25:52.406Z | [ host-image] Dec 17 21:25:51.042 INFO O| Dec 17 21:25:51.042 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-17T21:25:52.431Z | [ host-image] Dec 17 21:25:51.067 INFO O| Dec 17 21:25:51.067 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8910 | 2024-12-17T21:25:52.434Z | [ host-image] Dec 17 21:25:51.067 INFO O| Dec 17 21:25:51.067 INFO STEP 49 (remove_files) COMPLETE |
8911 | 2024-12-17T21:25:52.435Z | [ host-image] Dec 17 21:25:51.068 INFO O| Dec 17 21:25:51.067 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-17T21:25:52.452Z | [ host-image] Dec 17 21:25:51.088 INFO O| Dec 17 21:25:51.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8913 | 2024-12-17T21:25:52.456Z | [ host-image] Dec 17 21:25:51.089 INFO O| Dec 17 21:25:51.089 INFO STEP 50 (remove_files) COMPLETE |
8914 | 2024-12-17T21:25:52.456Z | [ host-image] Dec 17 21:25:51.089 INFO O| Dec 17 21:25:51.089 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-17T21:25:52.474Z | [ host-image] Dec 17 21:25:51.110 INFO O| Dec 17 21:25:51.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8916 | 2024-12-17T21:25:52.474Z | [ host-image] Dec 17 21:25:51.110 INFO O| Dec 17 21:25:51.110 INFO STEP 51 (remove_files) COMPLETE |
8917 | 2024-12-17T21:25:52.474Z | [ host-image] Dec 17 21:25:51.110 INFO O| Dec 17 21:25:51.110 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-17T21:25:52.491Z | [ host-image] Dec 17 21:25:51.127 INFO O| Dec 17 21:25:51.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8919 | 2024-12-17T21:25:52.491Z | [ host-image] Dec 17 21:25:51.127 INFO O| Dec 17 21:25:51.127 INFO STEP 52 (remove_files) COMPLETE |
8920 | 2024-12-17T21:25:52.491Z | [ host-image] Dec 17 21:25:51.127 INFO O| Dec 17 21:25:51.127 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-17T21:25:52.513Z | [ host-image] Dec 17 21:25:51.149 INFO O| Dec 17 21:25:51.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8922 | 2024-12-17T21:25:52.517Z | [ host-image] Dec 17 21:25:51.150 INFO O| Dec 17 21:25:51.149 INFO STEP 53 (remove_files) COMPLETE |
8923 | 2024-12-17T21:25:52.517Z | [ host-image] Dec 17 21:25:51.150 INFO O| Dec 17 21:25:51.150 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-17T21:25:52.535Z | [ host-image] Dec 17 21:25:51.171 INFO O| Dec 17 21:25:51.171 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8925 | 2024-12-17T21:25:52.539Z | [ host-image] Dec 17 21:25:51.172 INFO O| Dec 17 21:25:51.172 INFO STEP 54 (remove_files) COMPLETE |
8926 | 2024-12-17T21:25:52.539Z | [ host-image] Dec 17 21:25:51.172 INFO O| Dec 17 21:25:51.172 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-17T21:25:52.556Z | [ host-image] Dec 17 21:25:51.192 INFO O| Dec 17 21:25:51.192 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8928 | 2024-12-17T21:25:52.559Z | [ host-image] Dec 17 21:25:51.193 INFO O| Dec 17 21:25:51.192 INFO STEP 55 (remove_files) COMPLETE |
8929 | 2024-12-17T21:25:52.559Z | [ host-image] Dec 17 21:25:51.193 INFO O| Dec 17 21:25:51.193 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-17T21:25:52.598Z | [ host-image] Dec 17 21:25:51.234 INFO O| Dec 17 21:25:51.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8931 | 2024-12-17T21:25:52.598Z | [ host-image] Dec 17 21:25:51.234 INFO O| Dec 17 21:25:51.234 INFO STEP 56 (remove_files) COMPLETE |
8932 | 2024-12-17T21:25:52.599Z | [ host-image] Dec 17 21:25:51.235 INFO O| Dec 17 21:25:51.234 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-17T21:25:52.622Z | [ host-image] Dec 17 21:25:51.258 INFO O| Dec 17 21:25:51.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8934 | 2024-12-17T21:25:52.622Z | [ host-image] Dec 17 21:25:51.258 INFO O| Dec 17 21:25:51.258 INFO STEP 57 (remove_files) COMPLETE |
8935 | 2024-12-17T21:25:52.625Z | [ host-image] Dec 17 21:25:51.258 INFO O| Dec 17 21:25:51.258 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-17T21:25:52.678Z | [ host-image] Dec 17 21:25:51.314 INFO O| Dec 17 21:25:51.314 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8937 | 2024-12-17T21:25:52.678Z | [ host-image] Dec 17 21:25:51.314 INFO O| Dec 17 21:25:51.314 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8938 | 2024-12-17T21:25:52.681Z | [ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.314 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8939 | 2024-12-17T21:25:52.681Z | [ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.314 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8940 | 2024-12-17T21:25:52.681Z | [ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8941 | 2024-12-17T21:25:52.681Z | [ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8942 | 2024-12-17T21:25:52.681Z | [ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.315 INFO ok! |
8943 | 2024-12-17T21:25:52.682Z | [ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.315 INFO STEP 58 (ensure_file) COMPLETE |
8944 | 2024-12-17T21:25:52.682Z | [ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.315 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-17T21:25:52.697Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.332 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8946 | 2024-12-17T21:25:52.697Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8947 | 2024-12-17T21:25:52.700Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8948 | 2024-12-17T21:25:52.700Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8949 | 2024-12-17T21:25:52.700Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8950 | 2024-12-17T21:25:52.700Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8951 | 2024-12-17T21:25:52.700Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO ok! |
8952 | 2024-12-17T21:25:52.700Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO STEP 59 (ensure_file) COMPLETE |
8953 | 2024-12-17T21:25:52.700Z | [ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2024-12-17T21:25:52.724Z | [ host-image] Dec 17 21:25:51.360 INFO O| Dec 17 21:25:51.360 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8955 | 2024-12-17T21:25:52.724Z | [ host-image] Dec 17 21:25:51.360 INFO O| Dec 17 21:25:51.360 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8956 | 2024-12-17T21:25:52.727Z | [ host-image] Dec 17 21:25:51.361 INFO O| Dec 17 21:25:51.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8957 | 2024-12-17T21:25:52.728Z | [ host-image] Dec 17 21:25:51.361 INFO O| Dec 17 21:25:51.361 INFO ok! |
8958 | 2024-12-17T21:25:52.728Z | [ host-image] Dec 17 21:25:51.361 INFO O| Dec 17 21:25:51.361 INFO STEP 60 (ensure_file) COMPLETE |
8959 | 2024-12-17T21:25:52.728Z | [ host-image] Dec 17 21:25:51.361 INFO O| Dec 17 21:25:51.361 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-17T21:25:52.761Z | [ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.396 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8961 | 2024-12-17T21:25:52.761Z | [ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8962 | 2024-12-17T21:25:52.764Z | [ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8963 | 2024-12-17T21:25:52.764Z | [ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO ok! |
8964 | 2024-12-17T21:25:52.764Z | [ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO STEP 61 (ensure_file) COMPLETE |
8965 | 2024-12-17T21:25:52.764Z | [ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2024-12-17T21:25:52.779Z | [ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.414 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8967 | 2024-12-17T21:25:52.779Z | [ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8968 | 2024-12-17T21:25:52.779Z | [ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8969 | 2024-12-17T21:25:52.782Z | [ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8970 | 2024-12-17T21:25:52.782Z | [ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO ok! |
8971 | 2024-12-17T21:25:52.782Z | [ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO STEP 62 (ensure_file) COMPLETE |
8972 | 2024-12-17T21:25:52.782Z | [ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8973 | 2024-12-17T21:25:52.797Z | [ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8974 | 2024-12-17T21:25:52.797Z | [ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8975 | 2024-12-17T21:25:52.797Z | [ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8976 | 2024-12-17T21:25:52.797Z | [ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8977 | 2024-12-17T21:25:52.800Z | [ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO ok! |
8978 | 2024-12-17T21:25:52.800Z | [ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO STEP 63 (ensure_file) COMPLETE |
8979 | 2024-12-17T21:25:52.800Z | [ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2024-12-17T21:25:52.815Z | [ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8981 | 2024-12-17T21:25:52.818Z | [ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8982 | 2024-12-17T21:25:52.819Z | [ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8983 | 2024-12-17T21:25:52.819Z | [ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO ok! |
8984 | 2024-12-17T21:25:52.819Z | [ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO STEP 64 (assemble_files) COMPLETE |
8985 | 2024-12-17T21:25:52.819Z | [ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-17T21:25:52.836Z | [ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8987 | 2024-12-17T21:25:52.836Z | [ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8988 | 2024-12-17T21:25:52.839Z | [ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8989 | 2024-12-17T21:25:52.839Z | [ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8990 | 2024-12-17T21:25:52.839Z | [ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO ok! |
8991 | 2024-12-17T21:25:52.839Z | [ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO STEP 65 (ensure_file) COMPLETE |
8992 | 2024-12-17T21:25:52.839Z | [ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8993 | 2024-12-17T21:25:52.857Z | [ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8994 | 2024-12-17T21:25:52.857Z | [ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8995 | 2024-12-17T21:25:52.860Z | [ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8996 | 2024-12-17T21:25:52.860Z | [ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO STEP 66 (ensure_dir) COMPLETE |
8997 | 2024-12-17T21:25:52.860Z | [ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8998 | 2024-12-17T21:25:52.893Z | [ host-image] Dec 17 21:25:51.529 INFO O| Dec 17 21:25:51.529 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8999 | 2024-12-17T21:25:52.893Z | [ host-image] Dec 17 21:25:51.529 INFO O| Dec 17 21:25:51.529 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 ... |
9000 | 2024-12-17T21:25:52.902Z | [ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 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 |
9001 | 2024-12-17T21:25:52.902Z | [ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9002 | 2024-12-17T21:25:52.902Z | [ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 INFO ok! |
9003 | 2024-12-17T21:25:52.906Z | [ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 INFO STEP 67 (ensure_file) COMPLETE |
9004 | 2024-12-17T21:25:52.906Z | [ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9005 | 2024-12-17T21:25:52.963Z | [ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9006 | 2024-12-17T21:25:52.963Z | [ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 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 ... |
9007 | 2024-12-17T21:25:52.966Z | [ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 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 |
9008 | 2024-12-17T21:25:52.966Z | [ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9009 | 2024-12-17T21:25:52.967Z | [ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO ok! |
9010 | 2024-12-17T21:25:52.967Z | [ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO STEP 68 (ensure_file) COMPLETE |
9011 | 2024-12-17T21:25:52.967Z | [ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9012 | 2024-12-17T21:25:52.996Z | [ host-image] Dec 17 21:25:51.632 INFO O| Dec 17 21:25:51.632 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9013 | 2024-12-17T21:25:52.996Z | [ host-image] Dec 17 21:25:51.633 INFO O| Dec 17 21:25:51.632 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9014 | 2024-12-17T21:25:55.736Z | [ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling bitflags v1.3.2 |
9015 | 2024-12-17T21:25:55.736Z | [ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling log v0.4.22 |
9016 | 2024-12-17T21:25:55.736Z | [ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling plain v0.2.3 |
9017 | 2024-12-17T21:25:55.739Z | [ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling bit_field v0.10.2 |
9018 | 2024-12-17T21:25:55.740Z | [ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling scroll v0.12.0 |
9019 | 2024-12-17T21:25:55.740Z | [ recovery-image] Dec 17 21:25:54.372 INFO E| Compiling adler2 v2.0.0 |
9020 | 2024-12-17T21:25:55.740Z | [ recovery-image] Dec 17 21:25:54.372 INFO E| Compiling static_assertions v1.1.0 |
9021 | 2024-12-17T21:25:55.850Z | [ recovery-image] Dec 17 21:25:54.486 INFO E| Compiling raw-cpuid v10.7.0 |
9022 | 2024-12-17T21:25:55.877Z | [ recovery-image] Dec 17 21:25:54.512 INFO E| Compiling cpio_reader v0.1.1 |
9023 | 2024-12-17T21:25:56.071Z | [ recovery-image] Dec 17 21:25:54.707 INFO E| Compiling miniz_oxide v0.8.0 |
9024 | 2024-12-17T21:25:56.138Z | [ recovery-image] Dec 17 21:25:54.774 INFO E| Compiling bitstruct v0.1.1 |
9025 | 2024-12-17T21:25:56.874Z | [ recovery-image] Dec 17 21:25:55.510 INFO E| Compiling goblin v0.8.2 |
9026 | 2024-12-17T21:25:57.470Z | [ host-image] Dec 17 21:25:56.106 INFO O| Dec 17 21:25:56.106 INFO STEP 69 (pack_tar) COMPLETE |
9027 | 2024-12-17T21:25:57.470Z | [ host-image] Dec 17 21:25:56.106 INFO O| Dec 17 21:25:56.106 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9028 | 2024-12-17T21:25:57.473Z | [ host-image] Dec 17 21:25:56.106 INFO O| Dec 17 21:25:56.106 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9029 | 2024-12-17T21:25:58.037Z | [ host-image] Dec 17 21:25:56.673 INFO O| Dec 17 21:25:56.673 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9030 | 2024-12-17T21:25:58.138Z | [ host-image] Dec 17 21:25:56.774 INFO O| Dec 17 21:25:56.774 INFO completed processing gimlet/ramdisk-02-trim |
9031 | 2024-12-17T21:25:58.142Z | [ host-image] Dec 17 21:25:56.777 INFO image builder template: zfs... |
9032 | 2024-12-17T21:25:58.142Z | [ host-image] Dec 17 21:25:56.777 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/.tmpzNgeWV/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 |
9033 | 2024-12-17T21:25:58.162Z | [ host-image] Dec 17 21:25:56.798 INFO O| Dec 17 21:25:56.798 INFO skip include "stress" because feature "stress" is not enabled |
9034 | 2024-12-17T21:25:58.248Z | [ host-image] Dec 17 21:25:56.883 INFO O| Dec 17 21:25:56.883 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9035 | 2024-12-17T21:25:58.263Z | [ host-image] Dec 17 21:25:56.898 INFO O| Dec 17 21:25:56.898 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9036 | 2024-12-17T21:25:58.406Z | [ host-image] Dec 17 21:25:57.042 INFO O| Dec 17 21:25:57.042 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9037 | 2024-12-17T21:25:58.520Z | [ host-image] Dec 17 21:25:57.156 INFO O| Dec 17 21:25:57.156 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9038 | 2024-12-17T21:25:58.520Z | [ host-image] Dec 17 21:25:57.156 INFO O| Dec 17 21:25:57.156 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9039 | 2024-12-17T21:25:58.530Z | [ host-image] Dec 17 21:25:57.165 INFO O| Dec 17 21:25:57.165 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9040 | 2024-12-17T21:25:58.658Z | [ host-image] Dec 17 21:25:57.293 INFO O| Dec 17 21:25:57.293 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9041 | 2024-12-17T21:25:58.746Z | [ host-image] Dec 17 21:25:57.382 INFO O| Dec 17 21:25:57.382 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9042 | 2024-12-17T21:25:58.839Z | [ host-image] Dec 17 21:25:57.474 INFO O| Dec 17 21:25:57.474 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9043 | 2024-12-17T21:25:58.875Z | [ host-image] Dec 17 21:25:57.511 INFO O| Dec 17 21:25:57.511 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9044 | 2024-12-17T21:25:58.879Z | [ host-image] Dec 17 21:25:57.511 INFO O| Dec 17 21:25:57.511 INFO no lofi found |
9045 | 2024-12-17T21:25:58.879Z | [ host-image] Dec 17 21:25:57.511 INFO O| Dec 17 21:25:57.511 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9046 | 2024-12-17T21:25:58.879Z | [ host-image] Dec 17 21:25:57.511 INFO O| Dec 17 21:25:57.511 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9047 | 2024-12-17T21:26:01.374Z | [ host-image] Dec 17 21:26:00.010 INFO O| Dec 17 21:26:00.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
9048 | 2024-12-17T21:26:01.374Z | [ host-image] Dec 17 21:26:00.010 INFO O| Dec 17 21:26:00.010 INFO pool device = /dev/dsk/c2t1d0p0 |
9049 | 2024-12-17T21:26:01.375Z | [ host-image] Dec 17 21:26:00.011 INFO O| Dec 17 21:26:00.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9050 | 2024-12-17T21:26:01.746Z | [ host-image] Dec 17 21:26:00.382 INFO O| Dec 17 21:26:00.382 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9051 | 2024-12-17T21:26:01.746Z | [ host-image] Dec 17 21:26:00.382 INFO O| Dec 17 21:26:00.382 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9052 | 2024-12-17T21:26:01.785Z | [ host-image] Dec 17 21:26:00.421 INFO O| Dec 17 21:26:00.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9053 | 2024-12-17T21:26:01.904Z | [ host-image] Dec 17 21:26:00.540 INFO O| Dec 17 21:26:00.540 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9054 | 2024-12-17T21:26:01.990Z | [ host-image] Dec 17 21:26:00.626 INFO O| Dec 17 21:26:00.626 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9055 | 2024-12-17T21:26:02.018Z | [ host-image] Dec 17 21:26:00.655 INFO O| Dec 17 21:26:00.655 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9056 | 2024-12-17T21:26:02.041Z | [ host-image] Dec 17 21:26:00.677 INFO O| Dec 17 21:26:00.677 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9057 | 2024-12-17T21:26:02.130Z | [ host-image] Dec 17 21:26:00.766 INFO O| Dec 17 21:26:00.766 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9058 | 2024-12-17T21:26:02.133Z | [ host-image] Dec 17 21:26:00.766 INFO O| Dec 17 21:26:00.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9059 | 2024-12-17T21:26:02.133Z | [ host-image] Dec 17 21:26:00.767 INFO O| Dec 17 21:26:00.766 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9060 | 2024-12-17T21:26:02.309Z | [ host-image] Dec 17 21:26:00.945 INFO O| Dec 17 21:26:00.945 INFO boot environment UUID: 5db04e0c-962d-4cc1-8950-65d2c372010d |
9061 | 2024-12-17T21:26:02.309Z | [ host-image] Dec 17 21:26:00.945 INFO O| Dec 17 21:26:00.945 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5db04e0c-962d-4cc1-8950-65d2c372010d |
9062 | 2024-12-17T21:26:02.400Z | [ host-image] Dec 17 21:26:01.036 INFO O| Dec 17 21:26:01.036 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9063 | 2024-12-17T21:26:02.490Z | [ host-image] Dec 17 21:26:01.126 INFO O| Dec 17 21:26:01.126 INFO STEP 0 (create_be) COMPLETE |
9064 | 2024-12-17T21:26:02.490Z | [ host-image] Dec 17 21:26:01.126 INFO O| Dec 17 21:26:01.126 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9065 | 2024-12-17T21:26:02.560Z | [ host-image] Dec 17 21:26:01.196 INFO O| Dec 17 21:26:01.196 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9066 | 2024-12-17T21:26:15.263Z | [ recovery-image] Dec 17 21:26:13.899 INFO E| Finished `release` profile [optimized] target(s) in 1m 10s |
9067 | 2024-12-17T21:26:15.393Z | [ recovery-image] Dec 17 21:26:14.030 INFO building host image... |
9068 | 2024-12-17T21:26:15.396Z | [ recovery-image] Dec 17 21:26:14.031 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") |
9069 | 2024-12-17T21:26:17.207Z | [ recovery-image] Dec 17 21:26:15.842 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9070 | 2024-12-17T21:26:22.052Z | [ recovery-image] Dec 17 21:26:20.688 INFO image complete! materials are in "/work/os-recovery" |
9071 | 2024-12-17T21:26:22.067Z | [ recovery-image] |
9072 | 2024-12-17T21:26:22.070Z | [ recovery-image] real 10:44.020907111 |
9073 | 2024-12-17T21:26:22.070Z | Dec 17 21:26:20.706 INFO [recovery-image] process exited with exit status: 0 (644.092490304s) |
9074 | 2024-12-17T21:26:22.071Z | [ recovery-image] user 6:29.909060923 |
9075 | 2024-12-17T21:26:22.071Z | [ recovery-image] sys 1:08.955179940 |
9076 | 2024-12-17T21:26:22.071Z | [ recovery-image] trap 0.360447302 |
9077 | 2024-12-17T21:26:22.071Z | [ recovery-image] tflt 0.418918711 |
9078 | 2024-12-17T21:26:22.071Z | [ recovery-image] dflt 2.238045405 |
9079 | 2024-12-17T21:26:22.071Z | [ recovery-image] kflt 0.033213153 |
9080 | 2024-12-17T21:26:22.071Z | [ recovery-image] lock 24:51.997060987 |
9081 | 2024-12-17T21:26:22.071Z | [ recovery-image] slp 1:05:06.371325461 |
9082 | 2024-12-17T21:26:22.071Z | [ recovery-image] lat 4:42.971820789 |
9083 | 2024-12-17T21:26:22.073Z | [ recovery-image] stop 9.519926609 |
9084 | 2024-12-17T21:26:27.383Z | [ host-image] Dec 17 21:26:26.020 INFO O| Dec 17 21:26:26.019 INFO STEP 1 (unpack_tar) COMPLETE |
9085 | 2024-12-17T21:26:27.385Z | [ host-image] Dec 17 21:26:26.020 INFO O| Dec 17 21:26:26.019 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9086 | 2024-12-17T21:26:27.402Z | [ host-image] Dec 17 21:26:26.038 INFO O| Dec 17 21:26:26.038 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9087 | 2024-12-17T21:26:27.951Z | [ host-image] Dec 17 21:26:26.588 INFO O| Dec 17 21:26:26.588 INFO STEP 2 (devfsadm) COMPLETE |
9088 | 2024-12-17T21:26:27.952Z | [ host-image] Dec 17 21:26:26.588 INFO O| Dec 17 21:26:26.588 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9089 | 2024-12-17T21:26:27.971Z | [ host-image] Dec 17 21:26:26.607 INFO O| Dec 17 21:26:26.607 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9090 | 2024-12-17T21:26:27.971Z | [ host-image] Dec 17 21:26:26.607 INFO O| Dec 17 21:26:26.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9091 | 2024-12-17T21:26:27.971Z | [ host-image] Dec 17 21:26:26.607 INFO O| Dec 17 21:26:26.607 INFO STEP 3 (ensure_dir) COMPLETE |
9092 | 2024-12-17T21:26:27.971Z | [ host-image] Dec 17 21:26:26.607 INFO O| Dec 17 21:26:26.607 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9093 | 2024-12-17T21:26:27.990Z | [ host-image] Dec 17 21:26:26.627 INFO O| Dec 17 21:26:26.627 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9094 | 2024-12-17T21:26:27.990Z | [ host-image] Dec 17 21:26:26.627 INFO O| Dec 17 21:26:26.627 INFO STEP 4 (ensure_dir) COMPLETE |
9095 | 2024-12-17T21:26:27.993Z | [ host-image] Dec 17 21:26:26.627 INFO O| Dec 17 21:26:26.627 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9096 | 2024-12-17T21:26:28.035Z | [ host-image] Dec 17 21:26:26.671 INFO O| Dec 17 21:26:26.671 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9097 | 2024-12-17T21:26:28.035Z | [ host-image] Dec 17 21:26:26.671 INFO O| Dec 17 21:26:26.671 INFO STEP 5 (ensure_dir) COMPLETE |
9098 | 2024-12-17T21:26:28.038Z | [ host-image] Dec 17 21:26:26.671 INFO O| Dec 17 21:26:26.671 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9099 | 2024-12-17T21:26:28.073Z | [ host-image] Dec 17 21:26:26.709 INFO O| Dec 17 21:26:26.709 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9100 | 2024-12-17T21:26:28.073Z | [ host-image] Dec 17 21:26:26.709 INFO O| Dec 17 21:26:26.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9101 | 2024-12-17T21:26:28.073Z | [ host-image] Dec 17 21:26:26.709 INFO O| Dec 17 21:26:26.709 INFO STEP 6 (ensure_dir) COMPLETE |
9102 | 2024-12-17T21:26:28.073Z | [ host-image] Dec 17 21:26:26.709 INFO O| Dec 17 21:26:26.709 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9103 | 2024-12-17T21:26:28.095Z | [ host-image] Dec 17 21:26:26.731 INFO O| Dec 17 21:26:26.731 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9104 | 2024-12-17T21:26:28.095Z | [ host-image] Dec 17 21:26:26.731 INFO O| Dec 17 21:26:26.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9105 | 2024-12-17T21:26:28.095Z | [ host-image] Dec 17 21:26:26.731 INFO O| Dec 17 21:26:26.731 INFO STEP 7 (ensure_dir) COMPLETE |
9106 | 2024-12-17T21:26:28.095Z | [ host-image] Dec 17 21:26:26.731 INFO O| Dec 17 21:26:26.731 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9107 | 2024-12-17T21:26:28.116Z | [ host-image] Dec 17 21:26:26.753 INFO O| Dec 17 21:26:26.753 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9108 | 2024-12-17T21:26:28.119Z | [ host-image] Dec 17 21:26:26.753 INFO O| Dec 17 21:26:26.753 INFO STEP 8 (remove_files) COMPLETE |
9109 | 2024-12-17T21:26:28.119Z | [ host-image] Dec 17 21:26:26.753 INFO O| Dec 17 21:26:26.753 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9110 | 2024-12-17T21:26:28.136Z | [ host-image] Dec 17 21:26:26.773 INFO O| Dec 17 21:26:26.773 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9111 | 2024-12-17T21:26:28.139Z | [ host-image] Dec 17 21:26:26.774 INFO O| Dec 17 21:26:26.774 INFO STEP 9 (remove_files) COMPLETE |
9112 | 2024-12-17T21:26:28.139Z | [ host-image] Dec 17 21:26:26.774 INFO O| Dec 17 21:26:26.774 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9113 | 2024-12-17T21:26:28.171Z | [ host-image] Dec 17 21:26:26.807 INFO O| Dec 17 21:26:26.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9114 | 2024-12-17T21:26:28.174Z | [ host-image] Dec 17 21:26:26.809 INFO O| Dec 17 21:26:26.808 INFO STEP 10 (remove_files) COMPLETE |
9115 | 2024-12-17T21:26:28.174Z | [ host-image] Dec 17 21:26:26.809 INFO O| Dec 17 21:26:26.809 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9116 | 2024-12-17T21:26:28.195Z | [ host-image] Dec 17 21:26:26.831 INFO O| Dec 17 21:26:26.831 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9117 | 2024-12-17T21:26:28.195Z | [ host-image] Dec 17 21:26:26.831 INFO O| Dec 17 21:26:26.831 INFO STEP 11 (remove_files) COMPLETE |
9118 | 2024-12-17T21:26:28.195Z | [ host-image] Dec 17 21:26:26.831 INFO O| Dec 17 21:26:26.831 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9119 | 2024-12-17T21:26:28.218Z | [ host-image] Dec 17 21:26:26.854 INFO O| Dec 17 21:26:26.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9120 | 2024-12-17T21:26:28.218Z | [ host-image] Dec 17 21:26:26.854 INFO O| Dec 17 21:26:26.854 INFO STEP 12 (remove_files) COMPLETE |
9121 | 2024-12-17T21:26:28.218Z | [ host-image] Dec 17 21:26:26.854 INFO O| Dec 17 21:26:26.854 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9122 | 2024-12-17T21:26:28.241Z | [ host-image] Dec 17 21:26:26.877 INFO O| Dec 17 21:26:26.877 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9123 | 2024-12-17T21:26:28.241Z | [ host-image] Dec 17 21:26:26.877 INFO O| Dec 17 21:26:26.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9124 | 2024-12-17T21:26:28.241Z | [ host-image] Dec 17 21:26:26.877 INFO O| Dec 17 21:26:26.877 INFO STEP 13 (ensure_dir) COMPLETE |
9125 | 2024-12-17T21:26:28.244Z | [ host-image] Dec 17 21:26:26.877 INFO O| Dec 17 21:26:26.877 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9126 | 2024-12-17T21:26:28.264Z | [ host-image] Dec 17 21:26:26.900 INFO O| Dec 17 21:26:26.900 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9127 | 2024-12-17T21:26:28.264Z | [ host-image] Dec 17 21:26:26.900 INFO O| Dec 17 21:26:26.900 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9128 | 2024-12-17T21:26:28.267Z | [ host-image] Dec 17 21:26:26.901 INFO O| Dec 17 21:26:26.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9129 | 2024-12-17T21:26:28.267Z | [ host-image] Dec 17 21:26:26.901 INFO O| Dec 17 21:26:26.901 INFO STEP 14 (ensure_dir) COMPLETE |
9130 | 2024-12-17T21:26:28.267Z | [ host-image] Dec 17 21:26:26.901 INFO O| Dec 17 21:26:26.901 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9131 | 2024-12-17T21:26:28.286Z | [ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9132 | 2024-12-17T21:26:28.286Z | [ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9133 | 2024-12-17T21:26:28.288Z | [ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9134 | 2024-12-17T21:26:28.288Z | [ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO STEP 15 (ensure_dir) COMPLETE |
9135 | 2024-12-17T21:26:28.288Z | [ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9136 | 2024-12-17T21:26:28.307Z | [ host-image] Dec 17 21:26:26.943 INFO O| Dec 17 21:26:26.943 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9137 | 2024-12-17T21:26:28.307Z | [ host-image] Dec 17 21:26:26.943 INFO O| Dec 17 21:26:26.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9138 | 2024-12-17T21:26:28.307Z | [ host-image] Dec 17 21:26:26.943 INFO O| Dec 17 21:26:26.943 INFO STEP 16 (ensure_dir) COMPLETE |
9139 | 2024-12-17T21:26:28.307Z | [ host-image] Dec 17 21:26:26.943 INFO O| Dec 17 21:26:26.943 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9140 | 2024-12-17T21:26:28.335Z | [ host-image] Dec 17 21:26:26.971 INFO O| Dec 17 21:26:26.971 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9141 | 2024-12-17T21:26:28.335Z | [ host-image] Dec 17 21:26:26.972 INFO O| Dec 17 21:26:26.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9142 | 2024-12-17T21:26:28.335Z | [ host-image] Dec 17 21:26:26.972 INFO O| Dec 17 21:26:26.972 INFO STEP 17 (ensure_dir) COMPLETE |
9143 | 2024-12-17T21:26:28.336Z | [ host-image] Dec 17 21:26:26.972 INFO O| Dec 17 21:26:26.972 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9144 | 2024-12-17T21:26:28.358Z | [ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.994 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9145 | 2024-12-17T21:26:28.358Z | [ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9146 | 2024-12-17T21:26:28.358Z | [ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.995 INFO ok! |
9147 | 2024-12-17T21:26:28.359Z | [ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.995 INFO STEP 18 (ensure_symlink) COMPLETE |
9148 | 2024-12-17T21:26:28.361Z | [ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.995 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9149 | 2024-12-17T21:26:28.404Z | [ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9150 | 2024-12-17T21:26:28.404Z | [ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9151 | 2024-12-17T21:26:28.404Z | [ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO ok! |
9152 | 2024-12-17T21:26:28.404Z | [ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO STEP 19 (ensure_file) COMPLETE |
9153 | 2024-12-17T21:26:28.404Z | [ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9154 | 2024-12-17T21:26:28.444Z | [ host-image] Dec 17 21:26:27.080 INFO O| Dec 17 21:26:27.080 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9155 | 2024-12-17T21:26:28.444Z | [ host-image] Dec 17 21:26:27.080 INFO O| Dec 17 21:26:27.080 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9156 | 2024-12-17T21:26:28.444Z | [ host-image] Dec 17 21:26:27.080 INFO O| Dec 17 21:26:27.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9157 | 2024-12-17T21:26:28.444Z | [ host-image] Dec 17 21:26:27.080 INFO O| Dec 17 21:26:27.080 INFO ok! |
9158 | 2024-12-17T21:26:28.447Z | [ host-image] Dec 17 21:26:27.081 INFO O| Dec 17 21:26:27.080 INFO STEP 20 (ensure_symlink) COMPLETE |
9159 | 2024-12-17T21:26:28.447Z | [ host-image] Dec 17 21:26:27.081 INFO O| Dec 17 21:26:27.080 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9160 | 2024-12-17T21:26:28.482Z | [ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9161 | 2024-12-17T21:26:28.482Z | [ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9162 | 2024-12-17T21:26:28.482Z | [ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9163 | 2024-12-17T21:26:28.485Z | [ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO ok! |
9164 | 2024-12-17T21:26:28.485Z | [ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO STEP 21 (ensure_symlink) COMPLETE |
9165 | 2024-12-17T21:26:28.485Z | [ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9166 | 2024-12-17T21:26:28.519Z | [ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9167 | 2024-12-17T21:26:28.519Z | [ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9168 | 2024-12-17T21:26:28.519Z | [ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9169 | 2024-12-17T21:26:28.522Z | [ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO ok! |
9170 | 2024-12-17T21:26:28.522Z | [ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO STEP 22 (ensure_symlink) COMPLETE |
9171 | 2024-12-17T21:26:28.522Z | [ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9172 | 2024-12-17T21:26:28.540Z | [ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9173 | 2024-12-17T21:26:28.540Z | [ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9174 | 2024-12-17T21:26:28.541Z | [ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9175 | 2024-12-17T21:26:28.544Z | [ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO ok! |
9176 | 2024-12-17T21:26:28.544Z | [ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO STEP 23 (ensure_symlink) COMPLETE |
9177 | 2024-12-17T21:26:28.544Z | [ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9178 | 2024-12-17T21:26:28.577Z | [ host-image] Dec 17 21:26:27.213 INFO O| Dec 17 21:26:27.213 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9179 | 2024-12-17T21:26:28.579Z | [ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.213 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-17T21:26:28.579Z | [ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9181 | 2024-12-17T21:26:28.579Z | [ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.214 INFO ok! |
9182 | 2024-12-17T21:26:28.579Z | [ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.214 INFO STEP 24 (ensure_file) COMPLETE |
9183 | 2024-12-17T21:26:28.579Z | [ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.214 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9184 | 2024-12-17T21:26:28.625Z | [ host-image] Dec 17 21:26:27.261 INFO O| Dec 17 21:26:27.261 INFO updating shadow file |
9185 | 2024-12-17T21:26:28.628Z | [ host-image] Dec 17 21:26:27.262 INFO O| Dec 17 21:26:27.262 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9186 | 2024-12-17T21:26:28.628Z | [ host-image] Dec 17 21:26:27.262 INFO O| Dec 17 21:26:27.262 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9187 | 2024-12-17T21:26:28.628Z | [ host-image] Dec 17 21:26:27.262 INFO O| Dec 17 21:26:27.262 INFO STEP 25 (shadow) COMPLETE |
9188 | 2024-12-17T21:26:28.628Z | [ host-image] Dec 17 21:26:27.262 INFO O| Dec 17 21:26:27.262 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9189 | 2024-12-17T21:26:28.649Z | [ host-image] Dec 17 21:26:27.285 INFO O| Dec 17 21:26:27.285 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9190 | 2024-12-17T21:26:28.653Z | [ host-image] Dec 17 21:26:27.285 INFO O| Dec 17 21:26:27.285 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9191 | 2024-12-17T21:26:28.653Z | [ host-image] Dec 17 21:26:27.286 INFO O| Dec 17 21:26:27.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9192 | 2024-12-17T21:26:28.653Z | [ host-image] Dec 17 21:26:27.286 INFO O| Dec 17 21:26:27.286 INFO ok! |
9193 | 2024-12-17T21:26:28.653Z | [ host-image] Dec 17 21:26:27.286 INFO O| Dec 17 21:26:27.286 INFO STEP 26 (ensure_file) COMPLETE |
9194 | 2024-12-17T21:26:28.653Z | [ host-image] Dec 17 21:26:27.286 INFO O| Dec 17 21:26:27.286 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9195 | 2024-12-17T21:26:28.673Z | [ host-image] Dec 17 21:26:27.309 INFO O| Dec 17 21:26:27.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9196 | 2024-12-17T21:26:28.673Z | [ host-image] Dec 17 21:26:27.309 INFO O| Dec 17 21:26:27.309 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9197 | 2024-12-17T21:26:28.676Z | [ host-image] Dec 17 21:26:27.310 INFO O| Dec 17 21:26:27.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9198 | 2024-12-17T21:26:28.676Z | [ host-image] Dec 17 21:26:27.310 INFO O| Dec 17 21:26:27.310 INFO ok! |
9199 | 2024-12-17T21:26:28.676Z | [ host-image] Dec 17 21:26:27.310 INFO O| Dec 17 21:26:27.310 INFO STEP 27 (ensure_file) COMPLETE |
9200 | 2024-12-17T21:26:28.676Z | [ host-image] Dec 17 21:26:27.310 INFO O| Dec 17 21:26:27.310 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9201 | 2024-12-17T21:26:28.696Z | [ host-image] Dec 17 21:26:27.332 INFO O| Dec 17 21:26:27.332 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9202 | 2024-12-17T21:26:28.700Z | [ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9203 | 2024-12-17T21:26:28.700Z | [ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 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-17T21:26:28.700Z | [ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9205 | 2024-12-17T21:26:28.700Z | [ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO ok! |
9206 | 2024-12-17T21:26:28.700Z | [ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO STEP 28 (ensure_file) COMPLETE |
9207 | 2024-12-17T21:26:28.700Z | [ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9208 | 2024-12-17T21:26:28.719Z | [ host-image] Dec 17 21:26:27.355 INFO O| Dec 17 21:26:27.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9209 | 2024-12-17T21:26:28.719Z | [ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.355 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9210 | 2024-12-17T21:26:28.722Z | [ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9211 | 2024-12-17T21:26:28.722Z | [ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.356 INFO ok! |
9212 | 2024-12-17T21:26:28.722Z | [ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.356 INFO STEP 29 (ensure_file) COMPLETE |
9213 | 2024-12-17T21:26:28.722Z | [ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.356 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9214 | 2024-12-17T21:26:28.753Z | [ host-image] Dec 17 21:26:27.389 INFO O| Dec 17 21:26:27.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9215 | 2024-12-17T21:26:28.753Z | [ host-image] Dec 17 21:26:27.389 INFO O| Dec 17 21:26:27.389 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9216 | 2024-12-17T21:26:28.755Z | [ host-image] Dec 17 21:26:27.390 INFO O| Dec 17 21:26:27.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9217 | 2024-12-17T21:26:28.756Z | [ host-image] Dec 17 21:26:27.390 INFO O| Dec 17 21:26:27.390 INFO ok! |
9218 | 2024-12-17T21:26:28.756Z | [ host-image] Dec 17 21:26:27.390 INFO O| Dec 17 21:26:27.390 INFO STEP 30 (ensure_file) COMPLETE |
9219 | 2024-12-17T21:26:28.756Z | [ host-image] Dec 17 21:26:27.390 INFO O| Dec 17 21:26:27.390 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9220 | 2024-12-17T21:26:28.775Z | [ host-image] Dec 17 21:26:27.411 INFO O| Dec 17 21:26:27.411 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9221 | 2024-12-17T21:26:28.775Z | [ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.411 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9222 | 2024-12-17T21:26:28.775Z | [ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9223 | 2024-12-17T21:26:28.775Z | [ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9224 | 2024-12-17T21:26:28.778Z | [ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO ok! |
9225 | 2024-12-17T21:26:28.778Z | [ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO STEP 31 (ensure_file) COMPLETE |
9226 | 2024-12-17T21:26:28.778Z | [ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9227 | 2024-12-17T21:26:28.797Z | [ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9228 | 2024-12-17T21:26:28.797Z | [ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9229 | 2024-12-17T21:26:28.799Z | [ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9230 | 2024-12-17T21:26:28.799Z | [ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO ok! |
9231 | 2024-12-17T21:26:28.799Z | [ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO STEP 32 (ensure_file) COMPLETE |
9232 | 2024-12-17T21:26:28.799Z | [ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9233 | 2024-12-17T21:26:28.835Z | [ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9234 | 2024-12-17T21:26:28.835Z | [ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 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-17T21:26:28.839Z | [ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9236 | 2024-12-17T21:26:28.839Z | [ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO ok! |
9237 | 2024-12-17T21:26:28.839Z | [ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO STEP 33 (ensure_file) COMPLETE |
9238 | 2024-12-17T21:26:28.839Z | [ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9239 | 2024-12-17T21:26:28.888Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9240 | 2024-12-17T21:26:28.888Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9241 | 2024-12-17T21:26:28.888Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9242 | 2024-12-17T21:26:28.891Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9243 | 2024-12-17T21:26:28.891Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 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-17T21:26:28.891Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9245 | 2024-12-17T21:26:28.891Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO ok! |
9246 | 2024-12-17T21:26:28.891Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO STEP 34 (ensure_file) COMPLETE |
9247 | 2024-12-17T21:26:28.891Z | [ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9248 | 2024-12-17T21:26:28.909Z | [ host-image] Dec 17 21:26:27.545 INFO O| Dec 17 21:26:27.545 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9249 | 2024-12-17T21:26:28.913Z | [ host-image] Dec 17 21:26:27.546 INFO O| Dec 17 21:26:27.545 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-17T21:26:28.913Z | [ host-image] Dec 17 21:26:27.546 INFO O| Dec 17 21:26:27.546 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9251 | 2024-12-17T21:26:28.913Z | [ host-image] Dec 17 21:26:27.546 INFO O| Dec 17 21:26:27.546 INFO STEP 35 (ensure_dir) COMPLETE |
9252 | 2024-12-17T21:26:28.913Z | [ host-image] Dec 17 21:26:27.546 INFO O| Dec 17 21:26:27.546 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9253 | 2024-12-17T21:26:28.931Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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-17T21:26:28.932Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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-17T21:26:28.935Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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-17T21:26:28.935Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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-17T21:26:28.935Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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-17T21:26:28.935Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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-17T21:26:28.935Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 INFO ok! |
9260 | 2024-12-17T21:26:28.935Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 INFO STEP 36 (ensure_file) COMPLETE |
9261 | 2024-12-17T21:26:28.935Z | [ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9262 | 2024-12-17T21:26:28.954Z | [ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9263 | 2024-12-17T21:26:28.955Z | [ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 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-17T21:26:28.959Z | [ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9265 | 2024-12-17T21:26:28.959Z | [ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO ok! |
9266 | 2024-12-17T21:26:28.959Z | [ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO STEP 37 (ensure_symlink) COMPLETE |
9267 | 2024-12-17T21:26:28.959Z | [ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9268 | 2024-12-17T21:26:28.975Z | [ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9269 | 2024-12-17T21:26:28.975Z | [ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 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-17T21:26:28.975Z | [ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9271 | 2024-12-17T21:26:28.975Z | [ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9272 | 2024-12-17T21:26:28.977Z | [ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 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-17T21:26:28.977Z | [ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9274 | 2024-12-17T21:26:28.977Z | [ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO ok! |
9275 | 2024-12-17T21:26:28.977Z | [ host-image] Dec 17 21:26:27.612 INFO O| Dec 17 21:26:27.611 INFO STEP 38 (ensure_file) COMPLETE |
9276 | 2024-12-17T21:26:28.978Z | [ host-image] Dec 17 21:26:27.612 INFO O| Dec 17 21:26:27.612 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9277 | 2024-12-17T21:26:29.007Z | [ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9278 | 2024-12-17T21:26:29.007Z | [ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 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-17T21:26:29.009Z | [ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 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-17T21:26:29.009Z | [ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9281 | 2024-12-17T21:26:29.009Z | [ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO ok! |
9282 | 2024-12-17T21:26:29.009Z | [ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO STEP 39 (ensure_file) COMPLETE |
9283 | 2024-12-17T21:26:29.009Z | [ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9284 | 2024-12-17T21:26:29.046Z | [ host-image] Dec 17 21:26:27.682 INFO O| Dec 17 21:26:27.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9285 | 2024-12-17T21:26:29.046Z | [ host-image] Dec 17 21:26:27.682 INFO O| Dec 17 21:26:27.682 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-17T21:26:29.050Z | [ host-image] Dec 17 21:26:27.682 INFO O| Dec 17 21:26:27.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9287 | 2024-12-17T21:26:29.050Z | [ host-image] Dec 17 21:26:27.682 INFO O| Dec 17 21:26:27.682 INFO ok! |
9288 | 2024-12-17T21:26:29.050Z | [ host-image] Dec 17 21:26:27.683 INFO O| Dec 17 21:26:27.682 INFO STEP 40 (ensure_file) COMPLETE |
9289 | 2024-12-17T21:26:29.050Z | [ host-image] Dec 17 21:26:27.683 INFO O| Dec 17 21:26:27.683 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9290 | 2024-12-17T21:26:29.069Z | [ host-image] Dec 17 21:26:27.705 INFO O| Dec 17 21:26:27.705 INFO updating shadow file |
9291 | 2024-12-17T21:26:29.072Z | [ host-image] Dec 17 21:26:27.706 INFO O| Dec 17 21:26:27.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9292 | 2024-12-17T21:26:29.072Z | [ host-image] Dec 17 21:26:27.706 INFO O| Dec 17 21:26:27.706 INFO STEP 41 (shadow) COMPLETE |
9293 | 2024-12-17T21:26:29.072Z | [ host-image] Dec 17 21:26:27.706 INFO O| Dec 17 21:26:27.706 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9294 | 2024-12-17T21:26:29.092Z | [ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9295 | 2024-12-17T21:26:29.092Z | [ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 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-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 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-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9298 | 2024-12-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO ok! |
9299 | 2024-12-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO STEP 42 (ensure_file) COMPLETE |
9300 | 2024-12-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9301 | 2024-12-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.729 INFO O| Dec 17 21:26:27.728 INFO skip step because feature "mfg" is not enabled |
9302 | 2024-12-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.729 INFO O| Dec 17 21:26:27.729 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9303 | 2024-12-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.729 INFO O| Dec 17 21:26:27.729 INFO skip step because feature "mfg" is not enabled |
9304 | 2024-12-17T21:26:29.094Z | [ host-image] Dec 17 21:26:27.729 INFO O| Dec 17 21:26:27.729 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9305 | 2024-12-17T21:26:29.114Z | [ host-image] Dec 17 21:26:27.750 INFO O| Dec 17 21:26:27.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9306 | 2024-12-17T21:26:29.114Z | [ host-image] Dec 17 21:26:27.751 INFO O| Dec 17 21:26:27.750 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9307 | 2024-12-17T21:26:29.979Z | [ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 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-17T21:26:29.979Z | [ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9309 | 2024-12-17T21:26:29.981Z | [ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO ok! |
9310 | 2024-12-17T21:26:29.981Z | [ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO STEP 45 (ensure_file) COMPLETE |
9311 | 2024-12-17T21:26:29.981Z | [ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9312 | 2024-12-17T21:26:30.025Z | [ host-image] Dec 17 21:26:28.661 INFO O| Dec 17 21:26:28.661 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9313 | 2024-12-17T21:26:30.025Z | [ host-image] Dec 17 21:26:28.661 INFO O| Dec 17 21:26:28.661 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-17T21:26:30.025Z | [ host-image] Dec 17 21:26:28.661 INFO O| Dec 17 21:26:28.661 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9315 | 2024-12-17T21:26:30.027Z | [ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.661 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9316 | 2024-12-17T21:26:30.028Z | [ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.661 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-17T21:26:30.028Z | [ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.661 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9318 | 2024-12-17T21:26:30.028Z | [ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.661 INFO ok! |
9319 | 2024-12-17T21:26:30.029Z | [ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.662 INFO STEP 46 (ensure_file) COMPLETE |
9320 | 2024-12-17T21:26:30.029Z | [ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.662 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9321 | 2024-12-17T21:26:30.062Z | [ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9322 | 2024-12-17T21:26:30.062Z | [ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 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-17T21:26:30.064Z | [ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 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-17T21:26:30.065Z | [ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9325 | 2024-12-17T21:26:30.065Z | [ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 INFO ok! |
9326 | 2024-12-17T21:26:30.065Z | [ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 INFO STEP 47 (ensure_file) COMPLETE |
9327 | 2024-12-17T21:26:30.065Z | [ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9328 | 2024-12-17T21:26:30.084Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9329 | 2024-12-17T21:26:30.084Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 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-17T21:26:30.087Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9331 | 2024-12-17T21:26:30.087Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9332 | 2024-12-17T21:26:30.087Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 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-17T21:26:30.087Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9334 | 2024-12-17T21:26:30.087Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO ok! |
9335 | 2024-12-17T21:26:30.087Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO STEP 48 (ensure_file) COMPLETE |
9336 | 2024-12-17T21:26:30.087Z | [ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9337 | 2024-12-17T21:26:30.105Z | [ host-image] Dec 17 21:26:28.741 INFO O| Dec 17 21:26:28.741 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9338 | 2024-12-17T21:26:30.105Z | [ host-image] Dec 17 21:26:28.741 INFO O| Dec 17 21:26:28.741 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-17T21:26:30.108Z | [ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 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-17T21:26:30.108Z | [ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9341 | 2024-12-17T21:26:30.108Z | [ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 INFO ok! |
9342 | 2024-12-17T21:26:30.108Z | [ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 INFO STEP 49 (ensure_file) COMPLETE |
9343 | 2024-12-17T21:26:30.108Z | [ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9344 | 2024-12-17T21:26:30.127Z | [ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9345 | 2024-12-17T21:26:30.127Z | [ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 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-17T21:26:30.127Z | [ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9347 | 2024-12-17T21:26:30.129Z | [ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9348 | 2024-12-17T21:26:30.129Z | [ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 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-17T21:26:30.129Z | [ host-image] Dec 17 21:26:28.764 INFO O| Dec 17 21:26:28.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9350 | 2024-12-17T21:26:30.129Z | [ host-image] Dec 17 21:26:28.764 INFO O| Dec 17 21:26:28.764 INFO ok! |
9351 | 2024-12-17T21:26:30.129Z | [ host-image] Dec 17 21:26:28.764 INFO O| Dec 17 21:26:28.764 INFO STEP 50 (ensure_file) COMPLETE |
9352 | 2024-12-17T21:26:30.129Z | [ host-image] Dec 17 21:26:28.764 INFO O| Dec 17 21:26:28.764 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9353 | 2024-12-17T21:26:30.149Z | [ host-image] Dec 17 21:26:28.785 INFO O| Dec 17 21:26:28.785 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9354 | 2024-12-17T21:26:30.149Z | [ host-image] Dec 17 21:26:28.785 INFO O| Dec 17 21:26:28.785 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-17T21:26:30.152Z | [ host-image] Dec 17 21:26:28.785 INFO O| Dec 17 21:26:28.785 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-17T21:26:30.152Z | [ host-image] Dec 17 21:26:28.785 INFO O| Dec 17 21:26:28.785 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9357 | 2024-12-17T21:26:30.152Z | [ host-image] Dec 17 21:26:28.786 INFO O| Dec 17 21:26:28.785 INFO ok! |
9358 | 2024-12-17T21:26:30.152Z | [ host-image] Dec 17 21:26:28.786 INFO O| Dec 17 21:26:28.785 INFO STEP 51 (ensure_file) COMPLETE |
9359 | 2024-12-17T21:26:30.152Z | [ host-image] Dec 17 21:26:28.786 INFO O| Dec 17 21:26:28.786 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9360 | 2024-12-17T21:26:30.172Z | [ host-image] Dec 17 21:26:28.808 INFO O| Dec 17 21:26:28.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9361 | 2024-12-17T21:26:30.172Z | [ host-image] Dec 17 21:26:28.808 INFO O| Dec 17 21:26:28.808 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-17T21:26:30.175Z | [ host-image] Dec 17 21:26:28.808 INFO O| Dec 17 21:26:28.808 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-17T21:26:30.175Z | [ host-image] Dec 17 21:26:28.808 INFO O| Dec 17 21:26:28.808 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9364 | 2024-12-17T21:26:30.175Z | [ host-image] Dec 17 21:26:28.809 INFO O| Dec 17 21:26:28.808 INFO ok! |
9365 | 2024-12-17T21:26:30.175Z | [ host-image] Dec 17 21:26:28.809 INFO O| Dec 17 21:26:28.809 INFO STEP 52 (ensure_file) COMPLETE |
9366 | 2024-12-17T21:26:30.175Z | [ host-image] Dec 17 21:26:28.809 INFO O| Dec 17 21:26:28.809 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9367 | 2024-12-17T21:26:30.205Z | [ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9368 | 2024-12-17T21:26:30.205Z | [ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.841 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-17T21:26:30.208Z | [ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 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-17T21:26:30.208Z | [ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9371 | 2024-12-17T21:26:30.208Z | [ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 INFO ok! |
9372 | 2024-12-17T21:26:30.208Z | [ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 INFO STEP 53 (ensure_file) COMPLETE |
9373 | 2024-12-17T21:26:30.208Z | [ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9374 | 2024-12-17T21:26:30.226Z | [ host-image] Dec 17 21:26:28.862 INFO O| Dec 17 21:26:28.862 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9375 | 2024-12-17T21:26:30.226Z | [ host-image] Dec 17 21:26:28.862 INFO O| Dec 17 21:26:28.862 INFO STEP 54 (ensure_dir) COMPLETE |
9376 | 2024-12-17T21:26:30.226Z | [ host-image] Dec 17 21:26:28.862 INFO O| Dec 17 21:26:28.862 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2024-12-17T21:26:30.246Z | [ host-image] Dec 17 21:26:28.882 INFO O| Dec 17 21:26:28.882 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9378 | 2024-12-17T21:26:30.246Z | [ host-image] Dec 17 21:26:28.882 INFO O| Dec 17 21:26:28.882 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9379 | 2024-12-17T21:26:30.246Z | [ host-image] Dec 17 21:26:28.882 INFO O| Dec 17 21:26:28.882 INFO STEP 55 (ensure_dir) COMPLETE |
9380 | 2024-12-17T21:26:30.246Z | [ host-image] Dec 17 21:26:28.882 INFO O| Dec 17 21:26:28.882 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9381 | 2024-12-17T21:26:30.266Z | [ host-image] Dec 17 21:26:28.902 INFO O| Dec 17 21:26:28.902 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9382 | 2024-12-17T21:26:30.266Z | [ host-image] Dec 17 21:26:28.902 INFO O| Dec 17 21:26:28.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9383 | 2024-12-17T21:26:30.266Z | [ host-image] Dec 17 21:26:28.902 INFO O| Dec 17 21:26:28.902 INFO STEP 56 (ensure_dir) COMPLETE |
9384 | 2024-12-17T21:26:30.266Z | [ host-image] Dec 17 21:26:28.902 INFO O| Dec 17 21:26:28.902 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9385 | 2024-12-17T21:26:30.287Z | [ host-image] Dec 17 21:26:28.923 INFO O| Dec 17 21:26:28.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9386 | 2024-12-17T21:26:30.287Z | [ host-image] Dec 17 21:26:28.923 INFO O| Dec 17 21:26:28.923 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9387 | 2024-12-17T21:26:30.313Z | [ host-image] Dec 17 21:26:28.949 INFO O| Dec 17 21:26:28.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9388 | 2024-12-17T21:26:30.313Z | [ host-image] Dec 17 21:26:28.949 INFO O| Dec 17 21:26:28.949 INFO ok! |
9389 | 2024-12-17T21:26:30.316Z | [ host-image] Dec 17 21:26:28.949 INFO O| Dec 17 21:26:28.949 INFO STEP 57 (ensure_file) COMPLETE |
9390 | 2024-12-17T21:26:30.316Z | [ host-image] Dec 17 21:26:28.949 INFO O| Dec 17 21:26:28.949 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9391 | 2024-12-17T21:26:30.358Z | [ host-image] Dec 17 21:26:28.994 INFO O| Dec 17 21:26:28.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9392 | 2024-12-17T21:26:30.358Z | [ host-image] Dec 17 21:26:28.994 INFO O| Dec 17 21:26:28.994 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9393 | 2024-12-17T21:26:31.793Z | [ host-image] Dec 17 21:26:30.429 INFO O| Dec 17 21:26:30.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9394 | 2024-12-17T21:26:31.794Z | [ host-image] Dec 17 21:26:30.429 INFO O| Dec 17 21:26:30.429 INFO ok! |
9395 | 2024-12-17T21:26:31.794Z | [ host-image] Dec 17 21:26:30.429 INFO O| Dec 17 21:26:30.429 INFO STEP 58 (ensure_file) COMPLETE |
9396 | 2024-12-17T21:26:31.794Z | [ host-image] Dec 17 21:26:30.429 INFO O| Dec 17 21:26:30.429 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9397 | 2024-12-17T21:26:31.827Z | [ host-image] Dec 17 21:26:30.463 INFO O| Dec 17 21:26:30.463 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9398 | 2024-12-17T21:26:31.830Z | [ host-image] Dec 17 21:26:30.464 INFO O| Dec 17 21:26:30.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9399 | 2024-12-17T21:26:31.830Z | [ host-image] Dec 17 21:26:30.464 INFO O| Dec 17 21:26:30.464 INFO STEP 59 (ensure_dir) COMPLETE |
9400 | 2024-12-17T21:26:31.830Z | [ host-image] Dec 17 21:26:30.464 INFO O| Dec 17 21:26:30.464 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9401 | 2024-12-17T21:26:31.849Z | [ host-image] Dec 17 21:26:30.485 INFO O| Dec 17 21:26:30.485 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-17T21:26:31.849Z | [ host-image] Dec 17 21:26:30.485 INFO O| Dec 17 21:26:30.485 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:31.849Z | [ host-image] Dec 17 21:26:30.485 INFO O| Dec 17 21:26:30.485 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-17T21:26:31.852Z | [ host-image] Dec 17 21:26:30.485 INFO O| Dec 17 21:26:30.485 INFO ok! |
9405 | 2024-12-17T21:26:31.852Z | [ host-image] Dec 17 21:26:30.486 INFO O| Dec 17 21:26:30.485 INFO STEP 60 (ensure_file) COMPLETE |
9406 | 2024-12-17T21:26:31.852Z | [ host-image] Dec 17 21:26:30.486 INFO O| Dec 17 21:26:30.485 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9407 | 2024-12-17T21:26:31.870Z | [ host-image] Dec 17 21:26:30.506 INFO O| Dec 17 21:26:30.506 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-17T21:26:31.870Z | [ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.506 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:31.873Z | [ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.507 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-17T21:26:31.873Z | [ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.507 INFO ok! |
9411 | 2024-12-17T21:26:31.873Z | [ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.507 INFO STEP 61 (ensure_file) COMPLETE |
9412 | 2024-12-17T21:26:31.873Z | [ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.507 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9413 | 2024-12-17T21:26:31.891Z | [ host-image] Dec 17 21:26:30.527 INFO O| Dec 17 21:26:30.527 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9414 | 2024-12-17T21:26:31.891Z | [ host-image] Dec 17 21:26:30.527 INFO O| Dec 17 21:26:30.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9415 | 2024-12-17T21:26:31.891Z | [ host-image] Dec 17 21:26:30.527 INFO O| Dec 17 21:26:30.527 INFO STEP 62 (ensure_dir) COMPLETE |
9416 | 2024-12-17T21:26:31.894Z | [ host-image] Dec 17 21:26:30.527 INFO O| Dec 17 21:26:30.527 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9417 | 2024-12-17T21:26:31.912Z | [ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9418 | 2024-12-17T21:26:31.912Z | [ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:31.915Z | [ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 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-17T21:26:31.915Z | [ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO ok! |
9421 | 2024-12-17T21:26:31.915Z | [ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO STEP 63 (ensure_file) COMPLETE |
9422 | 2024-12-17T21:26:31.915Z | [ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9423 | 2024-12-17T21:26:31.933Z | [ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 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-17T21:26:31.933Z | [ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:31.933Z | [ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 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-17T21:26:31.933Z | [ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 INFO ok! |
9427 | 2024-12-17T21:26:31.936Z | [ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 INFO STEP 64 (ensure_file) COMPLETE |
9428 | 2024-12-17T21:26:31.936Z | [ host-image] Dec 17 21:26:30.570 INFO O| Dec 17 21:26:30.569 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9429 | 2024-12-17T21:26:31.962Z | [ host-image] Dec 17 21:26:30.598 INFO O| Dec 17 21:26:30.598 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9430 | 2024-12-17T21:26:31.962Z | [ host-image] Dec 17 21:26:30.598 INFO O| Dec 17 21:26:30.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9431 | 2024-12-17T21:26:31.965Z | [ host-image] Dec 17 21:26:30.598 INFO O| Dec 17 21:26:30.598 INFO STEP 65 (ensure_dir) COMPLETE |
9432 | 2024-12-17T21:26:31.965Z | [ host-image] Dec 17 21:26:30.598 INFO O| Dec 17 21:26:30.598 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9433 | 2024-12-17T21:26:31.982Z | [ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9434 | 2024-12-17T21:26:31.982Z | [ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:31.985Z | [ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 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-17T21:26:31.985Z | [ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO ok! |
9437 | 2024-12-17T21:26:31.985Z | [ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO STEP 66 (ensure_file) COMPLETE |
9438 | 2024-12-17T21:26:31.985Z | [ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9439 | 2024-12-17T21:26:32.018Z | [ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9440 | 2024-12-17T21:26:32.018Z | [ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9441 | 2024-12-17T21:26:32.018Z | [ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9442 | 2024-12-17T21:26:32.021Z | [ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO ok! |
9443 | 2024-12-17T21:26:32.021Z | [ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO STEP 67 (ensure_file) COMPLETE |
9444 | 2024-12-17T21:26:32.021Z | [ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9445 | 2024-12-17T21:26:32.060Z | [ host-image] Dec 17 21:26:30.696 INFO O| Dec 17 21:26:30.696 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9446 | 2024-12-17T21:26:32.060Z | [ host-image] Dec 17 21:26:30.696 INFO O| Dec 17 21:26:30.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9447 | 2024-12-17T21:26:32.060Z | [ host-image] Dec 17 21:26:30.696 INFO O| Dec 17 21:26:30.696 INFO STEP 68 (ensure_dir) COMPLETE |
9448 | 2024-12-17T21:26:32.064Z | [ host-image] Dec 17 21:26:30.696 INFO O| Dec 17 21:26:30.696 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9449 | 2024-12-17T21:26:32.082Z | [ host-image] Dec 17 21:26:30.718 INFO O| Dec 17 21:26:30.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9450 | 2024-12-17T21:26:32.082Z | [ host-image] Dec 17 21:26:30.718 INFO O| Dec 17 21:26:30.718 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:33.513Z | [ host-image] Dec 17 21:26:32.150 INFO O| Dec 17 21:26:32.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9452 | 2024-12-17T21:26:33.514Z | [ host-image] Dec 17 21:26:32.150 INFO O| Dec 17 21:26:32.150 INFO ok! |
9453 | 2024-12-17T21:26:33.516Z | [ host-image] Dec 17 21:26:32.150 INFO O| Dec 17 21:26:32.150 INFO STEP 69 (ensure_file) COMPLETE |
9454 | 2024-12-17T21:26:33.516Z | [ host-image] Dec 17 21:26:32.150 INFO O| Dec 17 21:26:32.150 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9455 | 2024-12-17T21:26:33.534Z | [ host-image] Dec 17 21:26:32.170 INFO O| Dec 17 21:26:32.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9456 | 2024-12-17T21:26:33.534Z | [ host-image] Dec 17 21:26:32.170 INFO O| Dec 17 21:26:32.170 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:35.623Z | [ host-image] Dec 17 21:26:34.259 INFO O| Dec 17 21:26:34.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9458 | 2024-12-17T21:26:35.623Z | [ host-image] Dec 17 21:26:34.259 INFO O| Dec 17 21:26:34.259 INFO ok! |
9459 | 2024-12-17T21:26:35.626Z | [ host-image] Dec 17 21:26:34.259 INFO O| Dec 17 21:26:34.259 INFO STEP 70 (ensure_file) COMPLETE |
9460 | 2024-12-17T21:26:35.626Z | [ host-image] Dec 17 21:26:34.259 INFO O| Dec 17 21:26:34.259 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9461 | 2024-12-17T21:26:35.644Z | [ host-image] Dec 17 21:26:34.280 INFO O| Dec 17 21:26:34.280 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9462 | 2024-12-17T21:26:35.644Z | [ host-image] Dec 17 21:26:34.280 INFO O| Dec 17 21:26:34.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9463 | 2024-12-17T21:26:35.646Z | [ host-image] Dec 17 21:26:34.280 INFO O| Dec 17 21:26:34.280 INFO STEP 71 (ensure_dir) COMPLETE |
9464 | 2024-12-17T21:26:35.646Z | [ host-image] Dec 17 21:26:34.280 INFO O| Dec 17 21:26:34.280 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9465 | 2024-12-17T21:26:35.675Z | [ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9466 | 2024-12-17T21:26:35.675Z | [ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:35.677Z | [ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 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-17T21:26:35.677Z | [ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO ok! |
9469 | 2024-12-17T21:26:35.678Z | [ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO STEP 72 (ensure_file) COMPLETE |
9470 | 2024-12-17T21:26:35.678Z | [ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9471 | 2024-12-17T21:26:35.699Z | [ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9472 | 2024-12-17T21:26:35.699Z | [ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:35.702Z | [ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 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-17T21:26:35.702Z | [ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO ok! |
9475 | 2024-12-17T21:26:35.702Z | [ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO STEP 73 (ensure_file) COMPLETE |
9476 | 2024-12-17T21:26:35.702Z | [ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9477 | 2024-12-17T21:26:35.721Z | [ host-image] Dec 17 21:26:34.357 INFO O| Dec 17 21:26:34.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9478 | 2024-12-17T21:26:35.721Z | [ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.357 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9479 | 2024-12-17T21:26:35.724Z | [ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9480 | 2024-12-17T21:26:35.724Z | [ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.358 INFO ok! |
9481 | 2024-12-17T21:26:35.724Z | [ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.358 INFO STEP 74 (ensure_file) COMPLETE |
9482 | 2024-12-17T21:26:35.724Z | [ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.358 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2024-12-17T21:26:35.745Z | [ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9484 | 2024-12-17T21:26:35.745Z | [ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9485 | 2024-12-17T21:26:35.747Z | [ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9486 | 2024-12-17T21:26:35.747Z | [ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO ok! |
9487 | 2024-12-17T21:26:35.747Z | [ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO STEP 75 (ensure_file) COMPLETE |
9488 | 2024-12-17T21:26:35.747Z | [ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-12-17T21:26:35.767Z | [ host-image] Dec 17 21:26:34.403 INFO O| Dec 17 21:26:34.403 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9490 | 2024-12-17T21:26:35.767Z | [ host-image] Dec 17 21:26:34.403 INFO O| Dec 17 21:26:34.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9491 | 2024-12-17T21:26:35.769Z | [ host-image] Dec 17 21:26:34.403 INFO O| Dec 17 21:26:34.403 INFO STEP 76 (ensure_dir) COMPLETE |
9492 | 2024-12-17T21:26:35.769Z | [ host-image] Dec 17 21:26:34.403 INFO O| Dec 17 21:26:34.403 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9493 | 2024-12-17T21:26:35.789Z | [ host-image] Dec 17 21:26:34.425 INFO O| Dec 17 21:26:34.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9494 | 2024-12-17T21:26:35.789Z | [ host-image] Dec 17 21:26:34.425 INFO O| Dec 17 21:26:34.425 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9495 | 2024-12-17T21:26:35.796Z | [ host-image] Dec 17 21:26:34.432 INFO O| Dec 17 21:26:34.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9496 | 2024-12-17T21:26:35.796Z | [ host-image] Dec 17 21:26:34.432 INFO O| Dec 17 21:26:34.432 INFO ok! |
9497 | 2024-12-17T21:26:35.796Z | [ host-image] Dec 17 21:26:34.432 INFO O| Dec 17 21:26:34.432 INFO STEP 77 (ensure_file) COMPLETE |
9498 | 2024-12-17T21:26:35.799Z | [ host-image] Dec 17 21:26:34.432 INFO O| Dec 17 21:26:34.432 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9499 | 2024-12-17T21:26:35.818Z | [ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9500 | 2024-12-17T21:26:35.818Z | [ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9501 | 2024-12-17T21:26:35.818Z | [ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9502 | 2024-12-17T21:26:35.818Z | [ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO ok! |
9503 | 2024-12-17T21:26:35.821Z | [ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO STEP 78 (ensure_file) COMPLETE |
9504 | 2024-12-17T21:26:35.821Z | [ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9505 | 2024-12-17T21:26:35.851Z | [ host-image] Dec 17 21:26:34.488 INFO O| Dec 17 21:26:34.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9506 | 2024-12-17T21:26:35.851Z | [ host-image] Dec 17 21:26:34.488 INFO O| Dec 17 21:26:34.488 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:37.707Z | [ host-image] Dec 17 21:26:36.343 INFO O| Dec 17 21:26:36.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9508 | 2024-12-17T21:26:37.707Z | [ host-image] Dec 17 21:26:36.343 INFO O| Dec 17 21:26:36.343 INFO ok! |
9509 | 2024-12-17T21:26:37.710Z | [ host-image] Dec 17 21:26:36.343 INFO O| Dec 17 21:26:36.343 INFO STEP 79 (ensure_file) COMPLETE |
9510 | 2024-12-17T21:26:37.710Z | [ host-image] Dec 17 21:26:36.343 INFO O| Dec 17 21:26:36.343 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9511 | 2024-12-17T21:26:37.740Z | [ host-image] Dec 17 21:26:36.376 INFO O| Dec 17 21:26:36.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9512 | 2024-12-17T21:26:37.740Z | [ host-image] Dec 17 21:26:36.376 INFO O| Dec 17 21:26:36.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9513 | 2024-12-17T21:26:37.742Z | [ host-image] Dec 17 21:26:36.376 INFO O| Dec 17 21:26:36.376 INFO STEP 80 (ensure_dir) COMPLETE |
9514 | 2024-12-17T21:26:37.742Z | [ host-image] Dec 17 21:26:36.376 INFO O| Dec 17 21:26:36.376 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9515 | 2024-12-17T21:26:37.798Z | [ host-image] Dec 17 21:26:36.434 INFO O| Dec 17 21:26:36.434 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9516 | 2024-12-17T21:26:37.798Z | [ host-image] Dec 17 21:26:36.434 INFO O| Dec 17 21:26:36.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9517 | 2024-12-17T21:26:37.798Z | [ host-image] Dec 17 21:26:36.434 INFO O| Dec 17 21:26:36.434 INFO STEP 81 (ensure_dir) COMPLETE |
9518 | 2024-12-17T21:26:37.800Z | [ host-image] Dec 17 21:26:36.434 INFO O| Dec 17 21:26:36.434 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-12-17T21:26:37.818Z | [ host-image] Dec 17 21:26:36.454 INFO O| Dec 17 21:26:36.454 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9520 | 2024-12-17T21:26:37.818Z | [ host-image] Dec 17 21:26:36.454 INFO O| Dec 17 21:26:36.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9521 | 2024-12-17T21:26:37.818Z | [ host-image] Dec 17 21:26:36.454 INFO O| Dec 17 21:26:36.454 INFO STEP 82 (ensure_dir) COMPLETE |
9522 | 2024-12-17T21:26:37.818Z | [ host-image] Dec 17 21:26:36.454 INFO O| Dec 17 21:26:36.454 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-17T21:26:37.839Z | [ host-image] Dec 17 21:26:36.475 INFO O| Dec 17 21:26:36.475 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9524 | 2024-12-17T21:26:37.839Z | [ host-image] Dec 17 21:26:36.475 INFO O| Dec 17 21:26:36.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9525 | 2024-12-17T21:26:37.842Z | [ host-image] Dec 17 21:26:36.475 INFO O| Dec 17 21:26:36.475 INFO STEP 83 (ensure_dir) COMPLETE |
9526 | 2024-12-17T21:26:37.842Z | [ host-image] Dec 17 21:26:36.475 INFO O| Dec 17 21:26:36.475 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-12-17T21:26:37.861Z | [ host-image] Dec 17 21:26:36.497 INFO O| Dec 17 21:26:36.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9528 | 2024-12-17T21:26:37.861Z | [ host-image] Dec 17 21:26:36.497 INFO O| Dec 17 21:26:36.497 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-17T21:26:37.861Z | [ host-image] Dec 17 21:26:36.497 INFO O| Dec 17 21:26:36.497 INFO STEP 84 (ensure_dir) COMPLETE |
9530 | 2024-12-17T21:26:37.861Z | [ host-image] Dec 17 21:26:36.497 INFO O| Dec 17 21:26:36.497 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-12-17T21:26:37.881Z | [ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 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-17T21:26:37.882Z | [ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:37.882Z | [ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 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-17T21:26:37.882Z | [ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO ok! |
9535 | 2024-12-17T21:26:37.884Z | [ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO STEP 85 (ensure_file) COMPLETE |
9536 | 2024-12-17T21:26:37.884Z | [ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2024-12-17T21:26:37.903Z | [ host-image] Dec 17 21:26:36.540 INFO O| Dec 17 21:26:36.539 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9538 | 2024-12-17T21:26:37.903Z | [ host-image] Dec 17 21:26:36.540 INFO O| Dec 17 21:26:36.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9539 | 2024-12-17T21:26:37.903Z | [ host-image] Dec 17 21:26:36.540 INFO O| Dec 17 21:26:36.540 INFO STEP 86 (ensure_dir) COMPLETE |
9540 | 2024-12-17T21:26:37.906Z | [ host-image] Dec 17 21:26:36.540 INFO O| Dec 17 21:26:36.540 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9541 | 2024-12-17T21:26:37.938Z | [ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.574 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9542 | 2024-12-17T21:26:37.938Z | [ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:37.941Z | [ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9544 | 2024-12-17T21:26:37.941Z | [ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO ok! |
9545 | 2024-12-17T21:26:37.941Z | [ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO STEP 87 (ensure_file) COMPLETE |
9546 | 2024-12-17T21:26:37.941Z | [ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9547 | 2024-12-17T21:26:37.961Z | [ host-image] Dec 17 21:26:36.597 INFO O| Dec 17 21:26:36.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9548 | 2024-12-17T21:26:37.961Z | [ host-image] Dec 17 21:26:36.597 INFO O| Dec 17 21:26:36.597 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9549 | 2024-12-17T21:26:38.623Z | [ host-image] Dec 17 21:26:37.259 INFO O| Dec 17 21:26:37.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9550 | 2024-12-17T21:26:38.623Z | [ host-image] Dec 17 21:26:37.259 INFO O| Dec 17 21:26:37.259 INFO ok! |
9551 | 2024-12-17T21:26:38.625Z | [ host-image] Dec 17 21:26:37.259 INFO O| Dec 17 21:26:37.259 INFO STEP 88 (ensure_file) COMPLETE |
9552 | 2024-12-17T21:26:38.625Z | [ host-image] Dec 17 21:26:37.259 INFO O| Dec 17 21:26:37.259 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9553 | 2024-12-17T21:26:38.642Z | [ host-image] Dec 17 21:26:37.278 INFO O| Dec 17 21:26:37.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9554 | 2024-12-17T21:26:38.642Z | [ host-image] Dec 17 21:26:37.278 INFO O| Dec 17 21:26:37.278 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9555 | 2024-12-17T21:26:39.329Z | [ host-image] Dec 17 21:26:37.965 INFO O| Dec 17 21:26:37.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9556 | 2024-12-17T21:26:39.329Z | [ host-image] Dec 17 21:26:37.965 INFO O| Dec 17 21:26:37.965 INFO ok! |
9557 | 2024-12-17T21:26:39.329Z | [ host-image] Dec 17 21:26:37.965 INFO O| Dec 17 21:26:37.965 INFO STEP 89 (ensure_file) COMPLETE |
9558 | 2024-12-17T21:26:39.331Z | [ host-image] Dec 17 21:26:37.965 INFO O| Dec 17 21:26:37.965 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2024-12-17T21:26:39.351Z | [ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9560 | 2024-12-17T21:26:39.351Z | [ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9561 | 2024-12-17T21:26:39.355Z | [ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9562 | 2024-12-17T21:26:39.356Z | [ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO ok! |
9563 | 2024-12-17T21:26:39.356Z | [ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO STEP 90 (ensure_file) COMPLETE |
9564 | 2024-12-17T21:26:39.356Z | [ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9565 | 2024-12-17T21:26:39.371Z | [ host-image] Dec 17 21:26:38.007 INFO O| Dec 17 21:26:38.007 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9566 | 2024-12-17T21:26:39.371Z | [ host-image] Dec 17 21:26:38.008 INFO O| Dec 17 21:26:38.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9567 | 2024-12-17T21:26:39.371Z | [ host-image] Dec 17 21:26:38.008 INFO O| Dec 17 21:26:38.008 INFO STEP 91 (ensure_dir) COMPLETE |
9568 | 2024-12-17T21:26:39.375Z | [ host-image] Dec 17 21:26:38.008 INFO O| Dec 17 21:26:38.008 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9569 | 2024-12-17T21:26:39.395Z | [ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9570 | 2024-12-17T21:26:39.395Z | [ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.398Z | [ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 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-17T21:26:39.398Z | [ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO ok! |
9573 | 2024-12-17T21:26:39.398Z | [ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO STEP 92 (ensure_file) COMPLETE |
9574 | 2024-12-17T21:26:39.398Z | [ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2024-12-17T21:26:39.417Z | [ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9576 | 2024-12-17T21:26:39.417Z | [ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.417Z | [ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 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-17T21:26:39.424Z | [ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO ok! |
9579 | 2024-12-17T21:26:39.424Z | [ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO STEP 93 (ensure_file) COMPLETE |
9580 | 2024-12-17T21:26:39.425Z | [ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-12-17T21:26:39.443Z | [ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9582 | 2024-12-17T21:26:39.443Z | [ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.443Z | [ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 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-17T21:26:39.446Z | [ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO ok! |
9585 | 2024-12-17T21:26:39.446Z | [ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO STEP 94 (ensure_file) COMPLETE |
9586 | 2024-12-17T21:26:39.446Z | [ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9587 | 2024-12-17T21:26:39.459Z | [ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9588 | 2024-12-17T21:26:39.459Z | [ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.459Z | [ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 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-17T21:26:39.461Z | [ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO ok! |
9591 | 2024-12-17T21:26:39.461Z | [ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO STEP 95 (ensure_file) COMPLETE |
9592 | 2024-12-17T21:26:39.461Z | [ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2024-12-17T21:26:39.480Z | [ host-image] Dec 17 21:26:38.116 INFO O| Dec 17 21:26:38.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9594 | 2024-12-17T21:26:39.480Z | [ host-image] Dec 17 21:26:38.116 INFO O| Dec 17 21:26:38.116 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.482Z | [ host-image] Dec 17 21:26:38.117 INFO O| Dec 17 21:26:38.117 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-17T21:26:39.483Z | [ host-image] Dec 17 21:26:38.117 INFO O| Dec 17 21:26:38.117 INFO ok! |
9597 | 2024-12-17T21:26:39.483Z | [ host-image] Dec 17 21:26:38.117 INFO O| Dec 17 21:26:38.117 INFO STEP 96 (ensure_file) COMPLETE |
9598 | 2024-12-17T21:26:39.483Z | [ host-image] Dec 17 21:26:38.117 INFO O| Dec 17 21:26:38.117 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-12-17T21:26:39.503Z | [ host-image] Dec 17 21:26:38.139 INFO O| Dec 17 21:26:38.139 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9600 | 2024-12-17T21:26:39.503Z | [ host-image] Dec 17 21:26:38.139 INFO O| Dec 17 21:26:38.139 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.503Z | [ host-image] Dec 17 21:26:38.140 INFO O| Dec 17 21:26:38.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9602 | 2024-12-17T21:26:39.503Z | [ host-image] Dec 17 21:26:38.140 INFO O| Dec 17 21:26:38.140 INFO ok! |
9603 | 2024-12-17T21:26:39.512Z | [ host-image] Dec 17 21:26:38.140 INFO O| Dec 17 21:26:38.140 INFO STEP 97 (ensure_file) COMPLETE |
9604 | 2024-12-17T21:26:39.512Z | [ host-image] Dec 17 21:26:38.140 INFO O| Dec 17 21:26:38.140 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2024-12-17T21:26:39.526Z | [ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9606 | 2024-12-17T21:26:39.526Z | [ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.529Z | [ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 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-17T21:26:39.529Z | [ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO ok! |
9609 | 2024-12-17T21:26:39.529Z | [ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO STEP 98 (ensure_file) COMPLETE |
9610 | 2024-12-17T21:26:39.529Z | [ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2024-12-17T21:26:39.554Z | [ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9612 | 2024-12-17T21:26:39.554Z | [ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.554Z | [ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 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-17T21:26:39.557Z | [ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO ok! |
9615 | 2024-12-17T21:26:39.557Z | [ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO STEP 99 (ensure_file) COMPLETE |
9616 | 2024-12-17T21:26:39.557Z | [ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9617 | 2024-12-17T21:26:39.577Z | [ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9618 | 2024-12-17T21:26:39.577Z | [ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.577Z | [ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 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-17T21:26:39.577Z | [ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO ok! |
9621 | 2024-12-17T21:26:39.580Z | [ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO STEP 100 (ensure_file) COMPLETE |
9622 | 2024-12-17T21:26:39.580Z | [ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9623 | 2024-12-17T21:26:39.602Z | [ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9624 | 2024-12-17T21:26:39.602Z | [ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.602Z | [ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9626 | 2024-12-17T21:26:39.605Z | [ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO ok! |
9627 | 2024-12-17T21:26:39.605Z | [ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO STEP 101 (ensure_file) COMPLETE |
9628 | 2024-12-17T21:26:39.605Z | [ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9629 | 2024-12-17T21:26:39.623Z | [ host-image] Dec 17 21:26:38.259 INFO O| Dec 17 21:26:38.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9630 | 2024-12-17T21:26:39.623Z | [ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.259 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.623Z | [ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.260 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-17T21:26:39.623Z | [ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.260 INFO ok! |
9633 | 2024-12-17T21:26:39.626Z | [ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.260 INFO STEP 102 (ensure_file) COMPLETE |
9634 | 2024-12-17T21:26:39.626Z | [ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.260 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9635 | 2024-12-17T21:26:39.711Z | [ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9636 | 2024-12-17T21:26:39.711Z | [ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.714Z | [ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 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-17T21:26:39.714Z | [ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO ok! |
9639 | 2024-12-17T21:26:39.714Z | [ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO STEP 103 (ensure_file) COMPLETE |
9640 | 2024-12-17T21:26:39.714Z | [ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9641 | 2024-12-17T21:26:39.731Z | [ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9642 | 2024-12-17T21:26:39.731Z | [ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.367 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.731Z | [ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.368 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-17T21:26:39.734Z | [ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.368 INFO ok! |
9645 | 2024-12-17T21:26:39.734Z | [ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.368 INFO STEP 104 (ensure_file) COMPLETE |
9646 | 2024-12-17T21:26:39.734Z | [ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.368 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9647 | 2024-12-17T21:26:39.753Z | [ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9648 | 2024-12-17T21:26:39.753Z | [ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.753Z | [ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 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-17T21:26:39.753Z | [ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO ok! |
9651 | 2024-12-17T21:26:39.757Z | [ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO STEP 105 (ensure_file) COMPLETE |
9652 | 2024-12-17T21:26:39.757Z | [ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9653 | 2024-12-17T21:26:39.776Z | [ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9654 | 2024-12-17T21:26:39.779Z | [ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.779Z | [ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 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-17T21:26:39.780Z | [ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO ok! |
9657 | 2024-12-17T21:26:39.780Z | [ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO STEP 106 (ensure_file) COMPLETE |
9658 | 2024-12-17T21:26:39.780Z | [ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9659 | 2024-12-17T21:26:39.817Z | [ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9660 | 2024-12-17T21:26:39.818Z | [ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.818Z | [ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 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-17T21:26:39.818Z | [ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO ok! |
9663 | 2024-12-17T21:26:39.818Z | [ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO STEP 107 (ensure_file) COMPLETE |
9664 | 2024-12-17T21:26:39.821Z | [ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9665 | 2024-12-17T21:26:39.837Z | [ host-image] Dec 17 21:26:38.473 INFO O| Dec 17 21:26:38.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9666 | 2024-12-17T21:26:39.837Z | [ host-image] Dec 17 21:26:38.473 INFO O| Dec 17 21:26:38.473 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.837Z | [ host-image] Dec 17 21:26:38.474 INFO O| Dec 17 21:26:38.473 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-17T21:26:39.840Z | [ host-image] Dec 17 21:26:38.474 INFO O| Dec 17 21:26:38.474 INFO ok! |
9669 | 2024-12-17T21:26:39.840Z | [ host-image] Dec 17 21:26:38.474 INFO O| Dec 17 21:26:38.474 INFO STEP 108 (ensure_file) COMPLETE |
9670 | 2024-12-17T21:26:39.840Z | [ host-image] Dec 17 21:26:38.474 INFO O| Dec 17 21:26:38.474 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9671 | 2024-12-17T21:26:39.857Z | [ host-image] Dec 17 21:26:38.493 INFO O| Dec 17 21:26:38.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9672 | 2024-12-17T21:26:39.857Z | [ host-image] Dec 17 21:26:38.493 INFO O| Dec 17 21:26:38.493 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.860Z | [ host-image] Dec 17 21:26:38.493 INFO O| Dec 17 21:26:38.493 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-17T21:26:39.860Z | [ host-image] Dec 17 21:26:38.494 INFO O| Dec 17 21:26:38.493 INFO ok! |
9675 | 2024-12-17T21:26:39.860Z | [ host-image] Dec 17 21:26:38.494 INFO O| Dec 17 21:26:38.493 INFO STEP 109 (ensure_file) COMPLETE |
9676 | 2024-12-17T21:26:39.860Z | [ host-image] Dec 17 21:26:38.494 INFO O| Dec 17 21:26:38.494 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9677 | 2024-12-17T21:26:39.877Z | [ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9678 | 2024-12-17T21:26:39.878Z | [ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.878Z | [ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 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-17T21:26:39.881Z | [ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO ok! |
9681 | 2024-12-17T21:26:39.881Z | [ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO STEP 110 (ensure_file) COMPLETE |
9682 | 2024-12-17T21:26:39.881Z | [ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9683 | 2024-12-17T21:26:39.898Z | [ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9684 | 2024-12-17T21:26:39.899Z | [ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.899Z | [ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 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-17T21:26:39.902Z | [ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO ok! |
9687 | 2024-12-17T21:26:39.902Z | [ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO STEP 111 (ensure_file) COMPLETE |
9688 | 2024-12-17T21:26:39.902Z | [ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9689 | 2024-12-17T21:26:39.937Z | [ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9690 | 2024-12-17T21:26:39.937Z | [ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.937Z | [ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 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-17T21:26:39.939Z | [ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO ok! |
9693 | 2024-12-17T21:26:39.939Z | [ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO STEP 112 (ensure_file) COMPLETE |
9694 | 2024-12-17T21:26:39.939Z | [ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9695 | 2024-12-17T21:26:39.961Z | [ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9696 | 2024-12-17T21:26:39.961Z | [ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.961Z | [ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 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-17T21:26:39.964Z | [ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO ok! |
9699 | 2024-12-17T21:26:39.964Z | [ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO STEP 113 (ensure_file) COMPLETE |
9700 | 2024-12-17T21:26:39.968Z | [ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9701 | 2024-12-17T21:26:39.992Z | [ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9702 | 2024-12-17T21:26:39.992Z | [ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:39.992Z | [ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 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-17T21:26:39.995Z | [ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO ok! |
9705 | 2024-12-17T21:26:39.995Z | [ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO STEP 114 (ensure_file) COMPLETE |
9706 | 2024-12-17T21:26:39.995Z | [ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9707 | 2024-12-17T21:26:40.055Z | [ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9708 | 2024-12-17T21:26:40.055Z | [ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:40.058Z | [ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 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-17T21:26:40.058Z | [ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO ok! |
9711 | 2024-12-17T21:26:40.058Z | [ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO STEP 115 (ensure_file) COMPLETE |
9712 | 2024-12-17T21:26:40.058Z | [ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9713 | 2024-12-17T21:26:40.125Z | [ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9714 | 2024-12-17T21:26:40.125Z | [ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:40.125Z | [ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 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-17T21:26:40.129Z | [ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO ok! |
9717 | 2024-12-17T21:26:40.129Z | [ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO STEP 116 (ensure_file) COMPLETE |
9718 | 2024-12-17T21:26:40.129Z | [ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9719 | 2024-12-17T21:26:40.150Z | [ host-image] Dec 17 21:26:38.786 INFO O| Dec 17 21:26:38.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9720 | 2024-12-17T21:26:40.150Z | [ host-image] Dec 17 21:26:38.786 INFO O| Dec 17 21:26:38.786 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:40.153Z | [ host-image] Dec 17 21:26:38.787 INFO O| Dec 17 21:26:38.787 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-17T21:26:40.153Z | [ host-image] Dec 17 21:26:38.787 INFO O| Dec 17 21:26:38.787 INFO ok! |
9723 | 2024-12-17T21:26:40.153Z | [ host-image] Dec 17 21:26:38.787 INFO O| Dec 17 21:26:38.787 INFO STEP 117 (ensure_file) COMPLETE |
9724 | 2024-12-17T21:26:40.153Z | [ host-image] Dec 17 21:26:38.787 INFO O| Dec 17 21:26:38.787 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9725 | 2024-12-17T21:26:40.176Z | [ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9726 | 2024-12-17T21:26:40.176Z | [ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:40.179Z | [ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9728 | 2024-12-17T21:26:40.179Z | [ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO ok! |
9729 | 2024-12-17T21:26:40.179Z | [ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO STEP 118 (ensure_file) COMPLETE |
9730 | 2024-12-17T21:26:40.179Z | [ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9731 | 2024-12-17T21:26:40.201Z | [ host-image] Dec 17 21:26:38.836 INFO O| Dec 17 21:26:38.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9732 | 2024-12-17T21:26:40.201Z | [ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.836 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:40.203Z | [ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.837 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-17T21:26:40.203Z | [ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.837 INFO ok! |
9735 | 2024-12-17T21:26:40.203Z | [ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.837 INFO STEP 119 (ensure_file) COMPLETE |
9736 | 2024-12-17T21:26:40.203Z | [ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.837 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9737 | 2024-12-17T21:26:40.223Z | [ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9738 | 2024-12-17T21:26:40.223Z | [ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9739 | 2024-12-17T21:26:40.223Z | [ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9740 | 2024-12-17T21:26:40.223Z | [ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO ok! |
9741 | 2024-12-17T21:26:40.226Z | [ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO STEP 120 (ensure_file) COMPLETE |
9742 | 2024-12-17T21:26:40.226Z | [ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9743 | 2024-12-17T21:26:40.256Z | [ host-image] Dec 17 21:26:38.892 INFO O| Dec 17 21:26:38.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9744 | 2024-12-17T21:26:40.256Z | [ host-image] Dec 17 21:26:38.892 INFO O| Dec 17 21:26:38.892 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9745 | 2024-12-17T21:26:52.129Z | [ host-image] Dec 17 21:26:50.765 INFO O| Dec 17 21:26:50.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9746 | 2024-12-17T21:26:52.129Z | [ host-image] Dec 17 21:26:50.765 INFO O| Dec 17 21:26:50.765 INFO ok! |
9747 | 2024-12-17T21:26:52.131Z | [ host-image] Dec 17 21:26:50.765 INFO O| Dec 17 21:26:50.765 INFO STEP 121 (ensure_file) COMPLETE |
9748 | 2024-12-17T21:26:52.131Z | [ host-image] Dec 17 21:26:50.765 INFO O| Dec 17 21:26:50.765 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9749 | 2024-12-17T21:26:52.150Z | [ host-image] Dec 17 21:26:50.786 INFO O| Dec 17 21:26:50.786 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9750 | 2024-12-17T21:26:52.152Z | [ host-image] Dec 17 21:26:50.786 INFO O| Dec 17 21:26:50.786 INFO STEP 122 (ensure_dir) COMPLETE |
9751 | 2024-12-17T21:26:52.152Z | [ host-image] Dec 17 21:26:50.786 INFO O| Dec 17 21:26:50.786 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2024-12-17T21:26:52.169Z | [ host-image] Dec 17 21:26:50.805 INFO O| Dec 17 21:26:50.805 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9753 | 2024-12-17T21:26:52.169Z | [ host-image] Dec 17 21:26:50.805 INFO O| Dec 17 21:26:50.805 INFO STEP 123 (ensure_dir) COMPLETE |
9754 | 2024-12-17T21:26:52.171Z | [ host-image] Dec 17 21:26:50.806 INFO O| Dec 17 21:26:50.805 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9755 | 2024-12-17T21:26:52.204Z | [ host-image] Dec 17 21:26:50.840 INFO O| Dec 17 21:26:50.840 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9756 | 2024-12-17T21:26:52.204Z | [ host-image] Dec 17 21:26:50.840 INFO O| Dec 17 21:26:50.840 INFO STEP 124 (ensure_dir) COMPLETE |
9757 | 2024-12-17T21:26:52.207Z | [ host-image] Dec 17 21:26:50.840 INFO O| Dec 17 21:26:50.840 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2024-12-17T21:26:52.244Z | [ host-image] Dec 17 21:26:50.879 INFO O| Dec 17 21:26:50.879 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9759 | 2024-12-17T21:26:52.244Z | [ host-image] Dec 17 21:26:50.879 INFO O| Dec 17 21:26:50.879 INFO STEP 125 (ensure_dir) COMPLETE |
9760 | 2024-12-17T21:26:52.247Z | [ host-image] Dec 17 21:26:50.880 INFO O| Dec 17 21:26:50.879 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9761 | 2024-12-17T21:26:52.264Z | [ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9762 | 2024-12-17T21:26:52.264Z | [ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO copying /tmp/.tmpzNgeWV/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-17T21:26:52.266Z | [ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 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-17T21:26:52.266Z | [ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO ok! |
9765 | 2024-12-17T21:26:52.266Z | [ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO STEP 126 (ensure_file) COMPLETE |
9766 | 2024-12-17T21:26:52.266Z | [ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9767 | 2024-12-17T21:26:52.283Z | [ host-image] Dec 17 21:26:50.919 INFO O| Dec 17 21:26:50.919 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9768 | 2024-12-17T21:26:52.283Z | [ host-image] Dec 17 21:26:50.920 INFO O| Dec 17 21:26:50.919 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9769 | 2024-12-17T21:26:52.283Z | [ host-image] Dec 17 21:26:50.920 INFO O| Dec 17 21:26:50.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9770 | 2024-12-17T21:26:52.283Z | [ host-image] Dec 17 21:26:50.920 INFO O| Dec 17 21:26:50.920 INFO STEP 127 (ensure_dir) COMPLETE |
9771 | 2024-12-17T21:26:52.283Z | [ host-image] Dec 17 21:26:50.920 INFO O| Dec 17 21:26:50.920 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9772 | 2024-12-17T21:26:52.302Z | [ host-image] Dec 17 21:26:50.938 INFO O| Dec 17 21:26:50.938 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9773 | 2024-12-17T21:26:52.302Z | [ host-image] Dec 17 21:26:50.938 INFO O| Dec 17 21:26:50.938 INFO copying /tmp/.tmpzNgeWV/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9774 | 2024-12-17T21:26:52.305Z | [ host-image] Dec 17 21:26:50.938 INFO O| Dec 17 21:26:50.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9775 | 2024-12-17T21:26:52.305Z | [ host-image] Dec 17 21:26:50.938 INFO O| Dec 17 21:26:50.938 INFO ok! |
9776 | 2024-12-17T21:26:52.305Z | [ host-image] Dec 17 21:26:50.939 INFO O| Dec 17 21:26:50.939 INFO STEP 128 (ensure_file) COMPLETE |
9777 | 2024-12-17T21:26:52.305Z | [ host-image] Dec 17 21:26:50.939 INFO O| Dec 17 21:26:50.939 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9778 | 2024-12-17T21:26:52.322Z | [ host-image] Dec 17 21:26:50.958 INFO O| Dec 17 21:26:50.958 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9779 | 2024-12-17T21:26:52.324Z | [ host-image] Dec 17 21:26:50.958 INFO O| Dec 17 21:26:50.958 INFO STEP 129 (remove_files) COMPLETE |
9780 | 2024-12-17T21:26:52.324Z | [ host-image] Dec 17 21:26:50.958 INFO O| Dec 17 21:26:50.958 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9781 | 2024-12-17T21:26:52.341Z | [ host-image] Dec 17 21:26:50.978 INFO O| Dec 17 21:26:50.978 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9782 | 2024-12-17T21:26:52.341Z | [ host-image] Dec 17 21:26:50.978 INFO O| Dec 17 21:26:50.978 INFO STEP 130 (remove_files) COMPLETE |
9783 | 2024-12-17T21:26:52.344Z | [ host-image] Dec 17 21:26:50.978 INFO O| Dec 17 21:26:50.978 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9784 | 2024-12-17T21:26:52.371Z | [ host-image] Dec 17 21:26:51.007 INFO O| Dec 17 21:26:51.007 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9785 | 2024-12-17T21:26:52.373Z | [ host-image] Dec 17 21:26:51.007 INFO O| Dec 17 21:26:51.007 INFO STEP 131 (remove_files) COMPLETE |
9786 | 2024-12-17T21:26:52.373Z | [ host-image] Dec 17 21:26:51.007 INFO O| Dec 17 21:26:51.007 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9787 | 2024-12-17T21:26:52.392Z | [ host-image] Dec 17 21:26:51.028 INFO O| Dec 17 21:26:51.028 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9788 | 2024-12-17T21:26:52.395Z | [ host-image] Dec 17 21:26:51.029 INFO O| Dec 17 21:26:51.029 INFO STEP 132 (remove_files) COMPLETE |
9789 | 2024-12-17T21:26:52.395Z | [ host-image] Dec 17 21:26:51.029 INFO O| Dec 17 21:26:51.029 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9790 | 2024-12-17T21:26:52.412Z | [ host-image] Dec 17 21:26:51.048 INFO O| Dec 17 21:26:51.048 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9791 | 2024-12-17T21:26:52.415Z | [ host-image] Dec 17 21:26:51.048 INFO O| Dec 17 21:26:51.048 INFO STEP 133 (remove_files) COMPLETE |
9792 | 2024-12-17T21:26:52.415Z | [ host-image] Dec 17 21:26:51.048 INFO O| Dec 17 21:26:51.048 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9793 | 2024-12-17T21:26:52.455Z | [ host-image] Dec 17 21:26:51.091 INFO O| Dec 17 21:26:51.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9794 | 2024-12-17T21:26:52.458Z | [ host-image] Dec 17 21:26:51.092 INFO O| Dec 17 21:26:51.092 INFO STEP 134 (remove_files) COMPLETE |
9795 | 2024-12-17T21:26:52.458Z | [ host-image] Dec 17 21:26:51.092 INFO O| Dec 17 21:26:51.092 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9796 | 2024-12-17T21:26:52.475Z | [ host-image] Dec 17 21:26:51.111 INFO O| Dec 17 21:26:51.111 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9797 | 2024-12-17T21:26:52.475Z | [ host-image] Dec 17 21:26:51.111 INFO O| Dec 17 21:26:51.111 INFO STEP 135 (remove_files) COMPLETE |
9798 | 2024-12-17T21:26:52.475Z | [ host-image] Dec 17 21:26:51.111 INFO O| Dec 17 21:26:51.111 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9799 | 2024-12-17T21:26:52.494Z | [ host-image] Dec 17 21:26:51.131 INFO O| Dec 17 21:26:51.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9800 | 2024-12-17T21:26:52.494Z | [ host-image] Dec 17 21:26:51.131 INFO O| Dec 17 21:26:51.131 INFO STEP 136 (remove_files) COMPLETE |
9801 | 2024-12-17T21:26:52.494Z | [ host-image] Dec 17 21:26:51.131 INFO O| Dec 17 21:26:51.131 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9802 | 2024-12-17T21:26:52.528Z | [ host-image] Dec 17 21:26:51.164 INFO O| Dec 17 21:26:51.164 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9803 | 2024-12-17T21:26:52.528Z | [ host-image] Dec 17 21:26:51.165 INFO O| Dec 17 21:26:51.164 INFO STEP 137 (remove_files) COMPLETE |
9804 | 2024-12-17T21:26:52.528Z | [ host-image] Dec 17 21:26:51.165 INFO O| Dec 17 21:26:51.164 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9805 | 2024-12-17T21:26:52.549Z | [ host-image] Dec 17 21:26:51.185 INFO O| Dec 17 21:26:51.184 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9806 | 2024-12-17T21:26:52.549Z | [ host-image] Dec 17 21:26:51.185 INFO O| Dec 17 21:26:51.185 INFO STEP 138 (remove_files) COMPLETE |
9807 | 2024-12-17T21:26:52.549Z | [ host-image] Dec 17 21:26:51.185 INFO O| Dec 17 21:26:51.185 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9808 | 2024-12-17T21:26:52.566Z | [ host-image] Dec 17 21:26:51.203 INFO O| Dec 17 21:26:51.203 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9809 | 2024-12-17T21:26:52.566Z | [ host-image] Dec 17 21:26:51.203 INFO O| Dec 17 21:26:51.203 INFO STEP 139 (remove_files) COMPLETE |
9810 | 2024-12-17T21:26:52.569Z | [ host-image] Dec 17 21:26:51.203 INFO O| Dec 17 21:26:51.203 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9811 | 2024-12-17T21:26:52.585Z | [ host-image] Dec 17 21:26:51.221 INFO O| Dec 17 21:26:51.221 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9812 | 2024-12-17T21:26:52.585Z | [ host-image] Dec 17 21:26:51.221 INFO O| Dec 17 21:26:51.221 INFO STEP 140 (remove_files) COMPLETE |
9813 | 2024-12-17T21:26:52.585Z | [ host-image] Dec 17 21:26:51.221 INFO O| Dec 17 21:26:51.221 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9814 | 2024-12-17T21:26:52.629Z | [ host-image] Dec 17 21:26:51.266 INFO O| Dec 17 21:26:51.266 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9815 | 2024-12-17T21:26:52.629Z | [ host-image] Dec 17 21:26:51.266 INFO O| Dec 17 21:26:51.266 INFO STEP 141 (remove_files) COMPLETE |
9816 | 2024-12-17T21:26:52.632Z | [ host-image] Dec 17 21:26:51.266 INFO O| Dec 17 21:26:51.266 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9817 | 2024-12-17T21:26:52.667Z | [ host-image] Dec 17 21:26:51.303 INFO O| Dec 17 21:26:51.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9818 | 2024-12-17T21:26:52.667Z | [ host-image] Dec 17 21:26:51.303 INFO O| Dec 17 21:26:51.303 INFO STEP 142 (remove_files) COMPLETE |
9819 | 2024-12-17T21:26:52.669Z | [ host-image] Dec 17 21:26:51.303 INFO O| Dec 17 21:26:51.303 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9820 | 2024-12-17T21:26:52.685Z | [ host-image] Dec 17 21:26:51.322 INFO O| Dec 17 21:26:51.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9821 | 2024-12-17T21:26:52.685Z | [ host-image] Dec 17 21:26:51.322 INFO O| Dec 17 21:26:51.322 INFO STEP 143 (remove_files) COMPLETE |
9822 | 2024-12-17T21:26:52.685Z | [ host-image] Dec 17 21:26:51.322 INFO O| Dec 17 21:26:51.322 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9823 | 2024-12-17T21:26:52.705Z | [ host-image] Dec 17 21:26:51.341 INFO O| Dec 17 21:26:51.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9824 | 2024-12-17T21:26:52.705Z | [ host-image] Dec 17 21:26:51.341 INFO O| Dec 17 21:26:51.341 INFO STEP 144 (remove_files) COMPLETE |
9825 | 2024-12-17T21:26:52.708Z | [ host-image] Dec 17 21:26:51.341 INFO O| Dec 17 21:26:51.341 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9826 | 2024-12-17T21:26:52.724Z | [ host-image] Dec 17 21:26:51.361 INFO O| Dec 17 21:26:51.361 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9827 | 2024-12-17T21:26:52.725Z | [ host-image] Dec 17 21:26:51.361 INFO O| Dec 17 21:26:51.361 INFO STEP 145 (remove_files) COMPLETE |
9828 | 2024-12-17T21:26:52.725Z | [ host-image] Dec 17 21:26:51.361 INFO O| Dec 17 21:26:51.361 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9829 | 2024-12-17T21:26:52.744Z | [ host-image] Dec 17 21:26:51.380 INFO O| Dec 17 21:26:51.380 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9830 | 2024-12-17T21:26:52.744Z | [ host-image] Dec 17 21:26:51.380 INFO O| Dec 17 21:26:51.380 INFO STEP 146 (remove_files) COMPLETE |
9831 | 2024-12-17T21:26:52.744Z | [ host-image] Dec 17 21:26:51.380 INFO O| Dec 17 21:26:51.380 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9832 | 2024-12-17T21:26:52.784Z | [ host-image] Dec 17 21:26:51.420 INFO O| Dec 17 21:26:51.420 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9833 | 2024-12-17T21:26:52.784Z | [ host-image] Dec 17 21:26:51.420 INFO O| Dec 17 21:26:51.420 INFO STEP 147 (remove_files) COMPLETE |
9834 | 2024-12-17T21:26:52.786Z | [ host-image] Dec 17 21:26:51.420 INFO O| Dec 17 21:26:51.420 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2024-12-17T21:26:52.804Z | [ host-image] Dec 17 21:26:51.441 INFO O| Dec 17 21:26:51.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9836 | 2024-12-17T21:26:52.804Z | [ host-image] Dec 17 21:26:51.441 INFO O| Dec 17 21:26:51.441 INFO STEP 148 (remove_files) COMPLETE |
9837 | 2024-12-17T21:26:52.804Z | [ host-image] Dec 17 21:26:51.441 INFO O| Dec 17 21:26:51.441 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2024-12-17T21:26:52.824Z | [ host-image] Dec 17 21:26:51.460 INFO O| Dec 17 21:26:51.460 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9839 | 2024-12-17T21:26:52.824Z | [ host-image] Dec 17 21:26:51.460 INFO O| Dec 17 21:26:51.460 INFO STEP 149 (remove_files) COMPLETE |
9840 | 2024-12-17T21:26:52.824Z | [ host-image] Dec 17 21:26:51.460 INFO O| Dec 17 21:26:51.460 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2024-12-17T21:26:52.844Z | [ host-image] Dec 17 21:26:51.480 INFO O| Dec 17 21:26:51.480 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9842 | 2024-12-17T21:26:52.846Z | [ host-image] Dec 17 21:26:51.480 INFO O| Dec 17 21:26:51.480 INFO STEP 150 (remove_files) COMPLETE |
9843 | 2024-12-17T21:26:52.846Z | [ host-image] Dec 17 21:26:51.480 INFO O| Dec 17 21:26:51.480 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2024-12-17T21:26:52.863Z | [ host-image] Dec 17 21:26:51.499 INFO O| Dec 17 21:26:51.499 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9845 | 2024-12-17T21:26:52.863Z | [ host-image] Dec 17 21:26:51.499 INFO O| Dec 17 21:26:51.499 INFO STEP 151 (remove_files) COMPLETE |
9846 | 2024-12-17T21:26:52.863Z | [ host-image] Dec 17 21:26:51.499 INFO O| Dec 17 21:26:51.499 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2024-12-17T21:26:52.881Z | [ host-image] Dec 17 21:26:51.517 INFO O| Dec 17 21:26:51.517 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9848 | 2024-12-17T21:26:52.881Z | [ host-image] Dec 17 21:26:51.518 INFO O| Dec 17 21:26:51.518 INFO STEP 152 (remove_files) COMPLETE |
9849 | 2024-12-17T21:26:52.881Z | [ host-image] Dec 17 21:26:51.518 INFO O| Dec 17 21:26:51.518 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9850 | 2024-12-17T21:26:52.900Z | [ host-image] Dec 17 21:26:51.536 INFO O| Dec 17 21:26:51.536 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9851 | 2024-12-17T21:26:52.900Z | [ host-image] Dec 17 21:26:51.536 INFO O| Dec 17 21:26:51.536 INFO STEP 153 (remove_files) COMPLETE |
9852 | 2024-12-17T21:26:52.900Z | [ host-image] Dec 17 21:26:51.536 INFO O| Dec 17 21:26:51.536 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9853 | 2024-12-17T21:26:52.920Z | [ host-image] Dec 17 21:26:51.555 INFO O| Dec 17 21:26:51.555 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9854 | 2024-12-17T21:26:52.920Z | [ host-image] Dec 17 21:26:51.555 INFO O| Dec 17 21:26:51.555 INFO STEP 154 (remove_files) COMPLETE |
9855 | 2024-12-17T21:26:52.920Z | [ host-image] Dec 17 21:26:51.555 INFO O| Dec 17 21:26:51.555 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9856 | 2024-12-17T21:26:52.939Z | [ host-image] Dec 17 21:26:51.575 INFO O| Dec 17 21:26:51.575 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9857 | 2024-12-17T21:26:52.939Z | [ host-image] Dec 17 21:26:51.576 INFO O| Dec 17 21:26:51.576 INFO STEP 155 (remove_files) COMPLETE |
9858 | 2024-12-17T21:26:52.939Z | [ host-image] Dec 17 21:26:51.576 INFO O| Dec 17 21:26:51.576 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2024-12-17T21:26:52.959Z | [ host-image] Dec 17 21:26:51.595 INFO O| Dec 17 21:26:51.595 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9860 | 2024-12-17T21:26:52.959Z | [ host-image] Dec 17 21:26:51.595 INFO O| Dec 17 21:26:51.595 INFO STEP 156 (remove_files) COMPLETE |
9861 | 2024-12-17T21:26:52.959Z | [ host-image] Dec 17 21:26:51.595 INFO O| Dec 17 21:26:51.595 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2024-12-17T21:26:52.988Z | [ host-image] Dec 17 21:26:51.624 INFO O| Dec 17 21:26:51.624 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9863 | 2024-12-17T21:26:52.991Z | [ host-image] Dec 17 21:26:51.624 INFO O| Dec 17 21:26:51.624 INFO STEP 157 (remove_files) COMPLETE |
9864 | 2024-12-17T21:26:52.991Z | [ host-image] Dec 17 21:26:51.624 INFO O| Dec 17 21:26:51.624 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9865 | 2024-12-17T21:26:53.022Z | [ host-image] Dec 17 21:26:51.658 INFO O| Dec 17 21:26:51.658 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9866 | 2024-12-17T21:26:53.025Z | [ host-image] Dec 17 21:26:51.659 INFO O| Dec 17 21:26:51.658 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9867 | 2024-12-17T21:27:07.512Z | [ host-image] Dec 17 21:27:06.148 INFO O| Dec 17 21:27:06.148 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-17T21:27:07.514Z | [ host-image] Dec 17 21:27:06.148 INFO O| Dec 17 21:27:06.148 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9869 | 2024-12-17T21:27:07.602Z | [ host-image] Dec 17 21:27:06.238 INFO O| Dec 17 21:27:06.238 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9870 | 2024-12-17T21:27:07.768Z | [ host-image] Dec 17 21:27:06.404 INFO O| Dec 17 21:27:06.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9871 | 2024-12-17T21:27:07.770Z | [ host-image] Dec 17 21:27:06.404 INFO O| Dec 17 21:27:06.404 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-17T21:27:07.773Z | [ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9873 | 2024-12-17T21:27:07.773Z | [ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO ok! |
9874 | 2024-12-17T21:27:07.773Z | [ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9875 | 2024-12-17T21:27:07.773Z | [ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO STEP 158 (seed_smf) COMPLETE |
9876 | 2024-12-17T21:27:07.773Z | [ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO steps complete; finalising image! |
9877 | 2024-12-17T21:27:07.773Z | [ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9878 | 2024-12-17T21:27:07.993Z | [ host-image] Dec 17 21:27:06.630 INFO O| Dec 17 21:27:06.629 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Tue Dec 17 21:27:06 2024) |
9879 | 2024-12-17T21:27:08.205Z | [ host-image] Dec 17 21:27:06.841 INFO O| Dec 17 21:27:06.841 INFO trim TEMPORARY-gimlet-zfs: (26% trimmed, started at Tue Dec 17 21:27:06 2024) |
9880 | 2024-12-17T21:27:08.469Z | [ host-image] Dec 17 21:27:07.105 INFO O| Dec 17 21:27:07.105 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Tue Dec 17 21:27:06 2024) |
9881 | 2024-12-17T21:27:08.723Z | [ host-image] Dec 17 21:27:07.359 INFO O| Dec 17 21:27:07.359 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio |
9882 | 2024-12-17T21:27:08.723Z | [ host-image] Dec 17 21:27:07.359 INFO O| Dec 17 21:27:07.359 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9883 | 2024-12-17T21:27:09.438Z | [ host-image] Dec 17 21:27:08.074 INFO O| Dec 17 21:27:08.074 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-17T21:27:09.438Z | [ host-image] Dec 17 21:27:08.074 INFO O| Dec 17 21:27:08.074 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9885 | 2024-12-17T21:27:11.108Z | [ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9886 | 2024-12-17T21:27:11.108Z | [ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9887 | 2024-12-17T21:27:11.111Z | [ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9888 | 2024-12-17T21:27:11.111Z | [ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO completed processing gimlet/zfs |
9889 | 2024-12-17T21:27:11.111Z | [ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9890 | 2024-12-17T21:27:19.676Z | [ host-image] Dec 17 21:27:18.312 INFO O| Dec 17 21:27:18.312 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9891 | 2024-12-17T21:27:19.864Z | [ host-image] Dec 17 21:27:18.498 INFO BUILD STRING "heads/stlouis-0-g189e595780\n" |
9892 | 2024-12-17T21:27:19.864Z | [ host-image] Dec 17 21:27:18.498 INFO expanded image name: "ci 1214a47/${os_short_commit} 2024-12-17 20:53" -> "ci 1214a47/189e595 2024-12-17 20:53" |
9893 | 2024-12-17T21:27:19.866Z | [ host-image] Dec 17 21:27:18.498 INFO output artefacts stored in: "/work/os-host" |
9894 | 2024-12-17T21:27:19.866Z | [ host-image] Dec 17 21:27:18.499 INFO collecting git info from project "amd-host-image-builder"... |
9895 | 2024-12-17T21:27:19.927Z | [ host-image] Dec 17 21:27:18.528 INFO collecting git info from project "pinprick"... |
9896 | 2024-12-17T21:27:19.927Z | [ host-image] Dec 17 21:27:18.537 INFO collecting git info from project "image-builder"... |
9897 | 2024-12-17T21:27:19.927Z | [ host-image] Dec 17 21:27:18.545 INFO collecting git info from project "phbl"... |
9898 | 2024-12-17T21:27:19.927Z | [ host-image] Dec 17 21:27:18.553 INFO collecting git info from project "amd-firmware"... |
9899 | 2024-12-17T21:27:19.931Z | [ host-image] Dec 17 21:27:18.567 INFO collecting git info from project "chelsio-t6-roms"... |
9900 | 2024-12-17T21:27:19.943Z | [ host-image] Dec 17 21:27:18.578 INFO collecting git info from project "bootserver"... |
9901 | 2024-12-17T21:27:19.967Z | [ host-image] Dec 17 21:27:18.601 INFO collecting git info from project "pilot"... |
9902 | 2024-12-17T21:27:19.999Z | [ host-image] Dec 17 21:27:18.625 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9903 | 2024-12-17T21:27:21.945Z | [ host-image] Dec 17 21:27:20.581 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9904 | 2024-12-17T21:27:22.559Z | [ host-image] Dec 17 21:27:21.195 INFO creating Oxide boot image... |
9905 | 2024-12-17T21:27:22.559Z | [ host-image] Dec 17 21:27:21.195 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 1214a47/189e595 2024-12-17 20:53", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9906 | 2024-12-17T21:27:24.038Z | [ host-image] Dec 17 21:27:22.674 INFO O| ok, image written! |
9907 | 2024-12-17T21:27:24.040Z | [ host-image] Dec 17 21:27:22.674 INFO O| ok, boot_image_csum file written! |
9908 | 2024-12-17T21:27:24.042Z | [ host-image] Dec 17 21:27:22.679 INFO creating boot archive (CPIO)... |
9909 | 2024-12-17T21:27:24.045Z | [ host-image] Dec 17 21:27:22.679 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-17T21:27:24.055Z | [ host-image] Dec 17 21:27:22.691 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9911 | 2024-12-17T21:27:24.055Z | [ host-image] Dec 17 21:27:22.691 INFO E| + outfile=/work/os-host/cpio |
9912 | 2024-12-17T21:27:24.055Z | [ host-image] Dec 17 21:27:22.691 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9913 | 2024-12-17T21:27:24.058Z | [ host-image] Dec 17 21:27:22.694 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9914 | 2024-12-17T21:27:24.058Z | [ host-image] Dec 17 21:27:22.694 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9915 | 2024-12-17T21:27:24.113Z | [ host-image] Dec 17 21:27:22.750 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9916 | 2024-12-17T21:27:24.113Z | [ host-image] Dec 17 21:27:22.750 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9917 | 2024-12-17T21:27:24.125Z | [ host-image] Dec 17 21:27:22.761 INFO creating compressed cpio/unix for nanobl-rs... |
9918 | 2024-12-17T21:27:24.125Z | [ host-image] Dec 17 21:27:22.761 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-17T21:27:24.539Z | [ host-image] Dec 17 21:27:23.175 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-17T21:27:30.695Z | [ host-image] Dec 17 21:27:29.331 INFO creating reset image... |
9921 | 2024-12-17T21:27:30.698Z | [ host-image] Dec 17 21:27:29.331 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9922 | 2024-12-17T21:27:30.905Z | [ host-image] Dec 17 21:27:29.541 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
9923 | 2024-12-17T21:27:30.936Z | [ host-image] Dec 17 21:27:29.572 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9924 | 2024-12-17T21:27:31.122Z | [ host-image] Dec 17 21:27:29.758 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9925 | 2024-12-17T21:27:34.937Z | [ host-image] Dec 17 21:27:33.573 INFO E| Finished `release` profile [optimized] target(s) in 3.95s |
9926 | 2024-12-17T21:27:34.957Z | [ host-image] Dec 17 21:27:33.592 INFO building host image... |
9927 | 2024-12-17T21:27:34.959Z | [ host-image] Dec 17 21:27:33.592 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-17T21:27:35.884Z | [ host-image] Dec 17 21:27:34.520 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9929 | 2024-12-17T21:28:52.351Z | [ host-image] Dec 17 21:28:50.987 INFO image complete! materials are in "/work/os-host" |
9930 | 2024-12-17T21:28:52.355Z | [ host-image] |
9931 | 2024-12-17T21:28:52.358Z | [ host-image] real 13:28.336950211 |
9932 | 2024-12-17T21:28:52.358Z | [ host-image] user 6:44.359665626 |
9933 | 2024-12-17T21:28:52.358Z | [ host-image] sys 1:11.577010905 |
9934 | 2024-12-17T21:28:52.358Z | [ host-image] trap 0.309797400 |
9935 | 2024-12-17T21:28:52.358Z | [ host-image] tflt 0.139256339 |
9936 | 2024-12-17T21:28:52.358Z | [ host-image] dflt 0.352701982 |
9937 | 2024-12-17T21:28:52.358Z | [ host-image] kflt 0.047775477 |
9938 | 2024-12-17T21:28:52.358Z | [ host-image] lock 8:54.519618295 |
9939 | 2024-12-17T21:28:52.358Z | [ host-image] slp 1:10:06.991048895 |
9940 | 2024-12-17T21:28:52.358Z | [ host-image] lat 3:09.126029946 |
9941 | 2024-12-17T21:28:52.358Z | [ host-image] stop 2.349154098 |
9942 | 2024-12-17T21:28:52.359Z | Dec 17 21:28:50.992 INFO [host-image] process exited with exit status: 0 (808.35546015s) |
9943 | 2024-12-17T21:28:52.362Z | Dec 17 21:28:50.995 INFO [tuf-repo] running task |
9944 | 2024-12-17T21:29:07.288Z | Dec 17 21:29:05.923 INFO assembling repository in `/tmp/tufaceouspQqkwB`, component: OmicronRepoAssembler |
9945 | 2024-12-17T21:29:29.944Z | Dec 17 21:29:28.580 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9946 | 2024-12-17T21:29:30.262Z | Dec 17 21:29:28.898 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9947 | 2024-12-17T21:29:46.364Z | Dec 17 21:29:45.000 INFO [tuf-repo] task succeeded (54.007841849s) |
9948 | 2024-12-17T21:31:10.659Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 29s |
9949 | 2024-12-17T21:31:11.043Z | Dec 17 21:31:09.678 INFO [verify-libraries] process exited with exit status: 0 (933.63982084s) |
9950 | 2024-12-17T21:31:11.043Z | Dec 17 21:31:09.678 INFO all jobs completed in 2258.3471541s |
9951 | 2024-12-17T21:31:13.482Z | process exited: duration 2972043 ms, exit code 0 |
|
9952 | 2024-12-17T21:31:13.505Z | found 33 output files |
9953 | 2024-12-17T21:31:13.505Z | uploading: /work/manifest.toml (8404 bytes) |
9954 | 2024-12-17T21:31:14.520Z | uploaded: /work/manifest.toml |
9955 | 2024-12-17T21:31:14.520Z | uploading: /work/repo.zip (1946015917 bytes) |
9956 | 2024-12-17T21:31:56.617Z | uploaded: /work/repo.zip |
9957 | 2024-12-17T21:31:56.617Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9958 | 2024-12-17T21:31:57.656Z | uploaded: /work/repo.zip.sha256.txt |
9959 | 2024-12-17T21:31:57.658Z | uploading: /work/helios-setup.log (66031 bytes) |
9960 | 2024-12-17T21:31:58.666Z | uploaded: /work/helios-setup.log |
9961 | 2024-12-17T21:31:58.667Z | uploading: /work/host-image.log (196626 bytes) |
9962 | 2024-12-17T21:31:59.681Z | uploaded: /work/host-image.log |
9963 | 2024-12-17T21:31:59.684Z | uploading: /work/host-package.log (22349 bytes) |
9964 | 2024-12-17T21:32:00.820Z | uploaded: /work/host-package.log |
9965 | 2024-12-17T21:32:00.821Z | uploading: /work/host-target.log (101 bytes) |
9966 | 2024-12-17T21:32:01.830Z | uploaded: /work/host-target.log |
9967 | 2024-12-17T21:32:01.831Z | uploading: /work/omicron-package.log (5666 bytes) |
9968 | 2024-12-17T21:32:02.840Z | uploaded: /work/omicron-package.log |
9969 | 2024-12-17T21:32:02.842Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9970 | 2024-12-17T21:32:03.850Z | uploaded: /work/phbl-toolchain.log |
9971 | 2024-12-17T21:32:03.853Z | uploading: /work/recovery-image.log (591909 bytes) |
9972 | 2024-12-17T21:32:04.875Z | uploaded: /work/recovery-image.log |
9973 | 2024-12-17T21:32:04.875Z | uploading: /work/recovery-package.log (321 bytes) |
9974 | 2024-12-17T21:32:05.883Z | uploaded: /work/recovery-package.log |
9975 | 2024-12-17T21:32:05.883Z | uploading: /work/recovery-target.log (98 bytes) |
9976 | 2024-12-17T21:32:06.891Z | uploaded: /work/recovery-target.log |
9977 | 2024-12-17T21:32:06.891Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9978 | 2024-12-17T21:32:07.900Z | uploaded: /work/stamp-clickhouse.log |
9979 | 2024-12-17T21:32:07.900Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9980 | 2024-12-17T21:32:08.908Z | uploaded: /work/stamp-clickhouse_keeper.log |
9981 | 2024-12-17T21:32:08.908Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9982 | 2024-12-17T21:32:09.916Z | uploaded: /work/stamp-cockroachdb.log |
9983 | 2024-12-17T21:32:09.916Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9984 | 2024-12-17T21:32:10.925Z | uploaded: /work/stamp-crucible-dtrace.log |
9985 | 2024-12-17T21:32:10.927Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9986 | 2024-12-17T21:32:11.934Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9987 | 2024-12-17T21:32:11.934Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9988 | 2024-12-17T21:32:12.944Z | uploaded: /work/stamp-crucible-zone.log |
9989 | 2024-12-17T21:32:12.944Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9990 | 2024-12-17T21:32:13.954Z | uploaded: /work/stamp-external-dns.log |
9991 | 2024-12-17T21:32:13.956Z | uploading: /work/stamp-installinator.log (103 bytes) |
9992 | 2024-12-17T21:32:14.962Z | uploaded: /work/stamp-installinator.log |
9993 | 2024-12-17T21:32:14.962Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9994 | 2024-12-17T21:32:15.974Z | uploaded: /work/stamp-internal-dns.log |
9995 | 2024-12-17T21:32:15.974Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9996 | 2024-12-17T21:32:16.982Z | uploaded: /work/stamp-mg-ddm-gz.log |
9997 | 2024-12-17T21:32:16.982Z | uploading: /work/stamp-nexus.log (112 bytes) |
9998 | 2024-12-17T21:32:17.993Z | uploaded: /work/stamp-nexus.log |
9999 | 2024-12-17T21:32:17.993Z | uploading: /work/stamp-ntp.log (110 bytes) |
10000 | 2024-12-17T21:32:19.001Z | uploaded: /work/stamp-ntp.log |
10001 | 2024-12-17T21:32:19.001Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10002 | 2024-12-17T21:32:20.010Z | uploaded: /work/stamp-omicron-sled-agent.log |
10003 | 2024-12-17T21:32:20.010Z | uploading: /work/stamp-overlay.log (114 bytes) |
10004 | 2024-12-17T21:32:21.018Z | uploaded: /work/stamp-overlay.log |
10005 | 2024-12-17T21:32:21.018Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10006 | 2024-12-17T21:32:22.026Z | uploaded: /work/stamp-oximeter.log |
10007 | 2024-12-17T21:32:22.026Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10008 | 2024-12-17T21:32:23.035Z | uploaded: /work/stamp-oxlog.log |
10009 | 2024-12-17T21:32:23.035Z | uploading: /work/stamp-probe.log (112 bytes) |
10010 | 2024-12-17T21:32:24.043Z | uploaded: /work/stamp-probe.log |
10011 | 2024-12-17T21:32:24.043Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10012 | 2024-12-17T21:32:25.051Z | uploaded: /work/stamp-propolis-server.log |
10013 | 2024-12-17T21:32:25.051Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10014 | 2024-12-17T21:32:26.063Z | uploaded: /work/stamp-pumpkind-gz.log |
10015 | 2024-12-17T21:32:26.063Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10016 | 2024-12-17T21:32:27.071Z | uploaded: /work/stamp-switch-asic.log |
10017 | 2024-12-17T21:32:27.071Z | uploading: /work/verify-libraries.log (5735 bytes) |
10018 | 2024-12-17T21:32:28.080Z | uploaded: /work/verify-libraries.log |