|
|
|
1 | 2024-10-30T22:38:59.796Z | job assigned to worker 01JBFS7NFD53Z82NYFC4FQAPTK (queued for 1 m 17 s) |
|
2 | 2024-10-30T22:39:07.509Z | starting task 0: "setup" |
3 | 2024-10-30T22:39:07.519Z | ++ uname -s |
4 | 2024-10-30T22:39:07.521Z | + kern=SunOS |
5 | 2024-10-30T22:39:07.521Z | + case "$kern" in |
6 | 2024-10-30T22:39:07.521Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T22:39:07.521Z | + groupadd -g 12345 build |
8 | 2024-10-30T22:39:07.524Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T22:39:09.533Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T22:39:09.680Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T22:39:09.682Z | + home_fs=zfs |
12 | 2024-10-30T22:39:09.682Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T22:39:09.682Z | + mkdir -p /home/build |
14 | 2024-10-30T22:39:09.685Z | + chown build:build /home/build /work |
15 | 2024-10-30T22:39:11.686Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T22:39:11.689Z | process exited: duration 4179 ms, exit code 0 |
|
17 | 2024-10-30T22:39:11.694Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T22:39:11.699Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T22:39:11.699Z | ' 1.82.0 |
20 | 2024-10-30T22:39:11.699Z | * toolchain channel = "1.82.0" |
21 | 2024-10-30T22:39:11.699Z | * toolchain profile = "default" |
22 | 2024-10-30T22:39:11.699Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-30T22:39:11.699Z | ' default |
24 | 2024-10-30T22:39:11.702Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T22:39:11.702Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-30T22:39:11.820Z | info: downloading installer |
27 | 2024-10-30T22:39:14.348Z | info: profile set to 'default' |
28 | 2024-10-30T22:39:14.348Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T22:39:14.351Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-30T22:39:14.507Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T22:39:14.507Z | info: downloading component 'cargo' |
32 | 2024-10-30T22:39:15.348Z | info: downloading component 'clippy' |
33 | 2024-10-30T22:39:15.668Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T22:39:16.851Z | info: downloading component 'rust-std' |
35 | 2024-10-30T22:39:18.733Z | info: downloading component 'rustc' |
36 | 2024-10-30T22:39:25.326Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T22:39:25.566Z | info: installing component 'cargo' |
38 | 2024-10-30T22:39:26.415Z | info: installing component 'clippy' |
39 | 2024-10-30T22:39:26.824Z | info: installing component 'rust-docs' |
40 | 2024-10-30T22:39:28.532Z | info: installing component 'rust-std' |
41 | 2024-10-30T22:39:30.390Z | info: installing component 'rustc' |
42 | 2024-10-30T22:39:37.108Z | info: installing component 'rustfmt' |
43 | 2024-10-30T22:39:37.483Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-30T22:39:37.483Z | |
45 | 2024-10-30T22:39:37.861Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T22:39:37.861Z | |
47 | 2024-10-30T22:39:37.863Z | |
48 | 2024-10-30T22:39:37.863Z | Rust is installed now. Great! |
49 | 2024-10-30T22:39:37.864Z | |
50 | 2024-10-30T22:39:37.864Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T22:39:37.864Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T22:39:37.864Z | |
53 | 2024-10-30T22:39:37.864Z | To configure your current shell, you need to source |
54 | 2024-10-30T22:39:37.864Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T22:39:37.864Z | |
56 | 2024-10-30T22:39:37.864Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T22:39:37.864Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T22:39:37.864Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T22:39:37.935Z | + rustc --version |
60 | 2024-10-30T22:39:38.004Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T22:39:38.007Z | process exited: duration 26310 ms, exit code 0 |
|
62 | 2024-10-30T22:39:38.012Z | starting task 2: "authentication" |
63 | 2024-10-30T22:39:38.033Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T22:39:38.039Z | starting task 3: "clone repository" |
65 | 2024-10-30T22:39:38.045Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T22:39:38.047Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T22:39:38.824Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T22:39:47.369Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T22:39:47.369Z | + git fetch origin 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
70 | 2024-10-30T22:39:47.732Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T22:39:47.732Z | * branch 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 -> FETCH_HEAD |
72 | 2024-10-30T22:39:47.745Z | + [[ -n gjcolombo/propolis-update ]] |
73 | 2024-10-30T22:39:47.747Z | ++ git branch --show-current |
74 | 2024-10-30T22:39:47.747Z | + current=main |
75 | 2024-10-30T22:39:47.748Z | + [[ main != gjcolombo/propolis-update ]] |
76 | 2024-10-30T22:39:47.748Z | + git branch -f gjcolombo/propolis-update 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
77 | 2024-10-30T22:39:47.751Z | + git checkout -f gjcolombo/propolis-update |
78 | 2024-10-30T22:39:47.798Z | Switched to branch 'gjcolombo/propolis-update' |
79 | 2024-10-30T22:39:47.800Z | + git reset --hard 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
80 | 2024-10-30T22:39:47.840Z | HEAD is now at 8f8ba2a77 don't depend on Propolis "disk attachment states" anymore |
81 | 2024-10-30T22:39:47.844Z | process exited: duration 9801 ms, exit code 0 |
|
82 | 2024-10-30T22:39:47.851Z | starting task 4: "build" |
83 | 2024-10-30T22:39:47.856Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T22:39:47.856Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T22:39:47.856Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T22:39:47.857Z | + cargo --version |
87 | 2024-10-30T22:39:47.913Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-10-30T22:39:47.929Z | + rustc --version |
89 | 2024-10-30T22:39:47.976Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-10-30T22:39:47.982Z | + cargo tree --locked |
91 | 2024-10-30T22:39:48.219Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-10-30T22:39:48.586Z | Updating crates.io index |
93 | 2024-10-30T22:39:48.678Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-10-30T22:39:49.479Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-10-30T22:39:49.754Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-10-30T22:39:50.021Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-10-30T22:39:50.319Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-10-30T22:39:51.243Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-30T22:39:53.539Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-10-30T22:39:54.545Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-10-30T22:39:55.288Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-10-30T22:39:55.578Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-10-30T22:39:55.858Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-10-30T22:39:56.375Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-10-30T22:39:56.839Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-10-30T22:39:57.168Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-10-30T22:39:57.444Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-10-30T22:39:57.701Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-10-30T22:39:57.965Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-10-30T22:39:58.249Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-10-30T22:39:58.690Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-10-30T22:39:58.995Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-30T22:39:59.329Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-30T22:39:59.888Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-10-30T22:40:00.250Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-10-30T22:40:00.574Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-10-30T22:40:01.009Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-10-30T22:40:01.319Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-10-30T22:40:01.585Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-10-30T22:40:02.930Z | Downloading crates ... |
121 | 2024-10-30T22:40:03.033Z | Downloaded assert_matches v1.5.0 |
122 | 2024-10-30T22:40:03.037Z | Downloaded anstyle v1.0.8 |
123 | 2024-10-30T22:40:03.043Z | Downloaded async-channel v1.9.0 |
124 | 2024-10-30T22:40:03.043Z | Downloaded ascii-canvas v3.0.0 |
125 | 2024-10-30T22:40:03.046Z | Downloaded array-init v0.0.4 |
126 | 2024-10-30T22:40:03.046Z | Downloaded approx v0.5.1 |
127 | 2024-10-30T22:40:03.046Z | Downloaded anstyle-query v1.1.1 |
128 | 2024-10-30T22:40:03.046Z | Downloaded adler2 v2.0.0 |
129 | 2024-10-30T22:40:03.054Z | Downloaded async-stream-impl v0.3.6 |
130 | 2024-10-30T22:40:03.056Z | Downloaded async-object-pool v0.1.5 |
131 | 2024-10-30T22:40:03.057Z | Downloaded futures-executor v0.3.31 |
132 | 2024-10-30T22:40:03.062Z | Downloaded getrandom v0.2.15 |
133 | 2024-10-30T22:40:03.062Z | Downloaded foldhash v0.1.3 |
134 | 2024-10-30T22:40:03.062Z | Downloaded cfg_aliases v0.2.1 |
135 | 2024-10-30T22:40:03.068Z | Downloaded float-ord v0.3.2 |
136 | 2024-10-30T22:40:03.068Z | Downloaded guppy-workspace-hack v0.1.0 |
137 | 2024-10-30T22:40:03.068Z | Downloaded foreign-types-shared v0.3.1 |
138 | 2024-10-30T22:40:03.068Z | Downloaded bitflags v1.3.2 |
139 | 2024-10-30T22:40:03.075Z | Downloaded http-range v0.1.5 |
140 | 2024-10-30T22:40:03.075Z | Downloaded fxhash v0.2.1 |
141 | 2024-10-30T22:40:03.075Z | Downloaded atomic-waker v1.1.2 |
142 | 2024-10-30T22:40:03.080Z | Downloaded headers-core v0.3.0 |
143 | 2024-10-30T22:40:03.080Z | Downloaded block-padding v0.3.3 |
144 | 2024-10-30T22:40:03.080Z | Downloaded autocfg v1.4.0 |
145 | 2024-10-30T22:40:03.080Z | Downloaded futures-macro v0.3.31 |
146 | 2024-10-30T22:40:03.080Z | Downloaded fragile v2.0.0 |
147 | 2024-10-30T22:40:03.084Z | Downloaded byteorder v1.5.0 |
148 | 2024-10-30T22:40:03.084Z | Downloaded async-signal v0.2.10 |
149 | 2024-10-30T22:40:03.084Z | Downloaded foreign-types-macros v0.2.3 |
150 | 2024-10-30T22:40:03.084Z | Downloaded async-global-executor v2.4.1 |
151 | 2024-10-30T22:40:03.091Z | Downloaded hostname v0.4.0 |
152 | 2024-10-30T22:40:03.091Z | Downloaded http-body v0.4.6 |
153 | 2024-10-30T22:40:03.095Z | Downloaded bcrypt-pbkdf v0.10.0 |
154 | 2024-10-30T22:40:03.096Z | Downloaded ciborium-ll v0.2.2 |
155 | 2024-10-30T22:40:03.096Z | Downloaded castaway v0.2.3 |
156 | 2024-10-30T22:40:03.096Z | Downloaded hyper-tls v0.6.0 |
157 | 2024-10-30T22:40:03.100Z | Downloaded heck v0.3.3 |
158 | 2024-10-30T22:40:03.100Z | Downloaded highway v1.2.0 |
159 | 2024-10-30T22:40:03.100Z | Downloaded aes-gcm v0.10.3 |
160 | 2024-10-30T22:40:03.103Z | Downloaded futures v0.3.31 |
161 | 2024-10-30T22:40:03.107Z | Downloaded hyper-rustls v0.27.3 |
162 | 2024-10-30T22:40:03.110Z | Downloaded olpc-cjson v0.1.4 |
163 | 2024-10-30T22:40:03.114Z | Downloaded iana-time-zone v0.1.61 |
164 | 2024-10-30T22:40:03.114Z | Downloaded ciborium v0.2.2 |
165 | 2024-10-30T22:40:03.120Z | Downloaded cfg-expr v0.17.0 |
166 | 2024-10-30T22:40:03.127Z | Downloaded cancel-safe-futures v0.1.5 |
167 | 2024-10-30T22:40:03.127Z | Downloaded bit-vec v0.6.3 |
168 | 2024-10-30T22:40:03.127Z | Downloaded blake2 v0.10.6 |
169 | 2024-10-30T22:40:03.131Z | Downloaded async-attributes v1.1.2 |
170 | 2024-10-30T22:40:03.131Z | Downloaded assert-json-diff v2.0.2 |
171 | 2024-10-30T22:40:03.131Z | Downloaded arrayref v0.3.9 |
172 | 2024-10-30T22:40:03.131Z | Downloaded aead v0.5.2 |
173 | 2024-10-30T22:40:03.137Z | Downloaded atty v0.2.14 |
174 | 2024-10-30T22:40:03.137Z | Downloaded fatfs v0.3.6 |
175 | 2024-10-30T22:40:03.142Z | Downloaded fancy-regex v0.13.0 |
176 | 2024-10-30T22:40:03.142Z | Downloaded foreign-types v0.3.2 |
177 | 2024-10-30T22:40:03.142Z | Downloaded fallible-streaming-iterator v0.1.9 |
178 | 2024-10-30T22:40:03.146Z | Downloaded async-channel v2.3.1 |
179 | 2024-10-30T22:40:03.147Z | Downloaded base64 v0.13.1 |
180 | 2024-10-30T22:40:03.150Z | Downloaded progenitor v0.8.0 |
181 | 2024-10-30T22:40:03.150Z | Downloaded r2d2 v0.8.10 |
182 | 2024-10-30T22:40:03.158Z | Downloaded fastrand v2.1.1 |
183 | 2024-10-30T22:40:03.158Z | Downloaded cfg_aliases v0.1.1 |
184 | 2024-10-30T22:40:03.161Z | Downloaded bytecount v0.6.8 |
185 | 2024-10-30T22:40:03.161Z | Downloaded foreign-types-shared v0.1.1 |
186 | 2024-10-30T22:40:03.161Z | Downloaded atomicwrites v0.4.4 |
187 | 2024-10-30T22:40:03.161Z | Downloaded allocator-api2 v0.2.18 |
188 | 2024-10-30T22:40:03.161Z | Downloaded ciborium-io v0.2.2 |
189 | 2024-10-30T22:40:03.164Z | Downloaded cassowary v0.3.0 |
190 | 2024-10-30T22:40:03.164Z | Downloaded foreign-types v0.5.0 |
191 | 2024-10-30T22:40:03.165Z | Downloaded anes v0.1.6 |
192 | 2024-10-30T22:40:03.169Z | Downloaded fixedbitset v0.4.2 |
193 | 2024-10-30T22:40:03.169Z | Downloaded oso-derive v0.27.3 |
194 | 2024-10-30T22:40:03.171Z | Downloaded base64ct v1.6.0 |
195 | 2024-10-30T22:40:03.176Z | Downloaded futures-timer v3.0.3 |
196 | 2024-10-30T22:40:03.176Z | Downloaded futures-io v0.3.31 |
197 | 2024-10-30T22:40:03.176Z | Downloaded owo-colors v4.1.0 |
198 | 2024-10-30T22:40:03.183Z | Downloaded pem v3.0.4 |
199 | 2024-10-30T22:40:03.183Z | Downloaded anstyle-parse v0.2.5 |
200 | 2024-10-30T22:40:03.192Z | Downloaded arrayvec v0.7.6 |
201 | 2024-10-30T22:40:03.192Z | Downloaded async-stream v0.3.6 |
202 | 2024-10-30T22:40:03.192Z | Downloaded http-body v1.0.1 |
203 | 2024-10-30T22:40:03.192Z | Downloaded blowfish v0.9.1 |
204 | 2024-10-30T22:40:03.198Z | Downloaded ident_case v1.0.1 |
205 | 2024-10-30T22:40:03.198Z | Downloaded bitfield-struct v0.6.2 |
206 | 2024-10-30T22:40:03.198Z | Downloaded bb8 v0.8.5 |
207 | 2024-10-30T22:40:03.198Z | Downloaded buf-list v1.0.3 |
208 | 2024-10-30T22:40:03.198Z | Downloaded rustc_version v0.4.1 |
209 | 2024-10-30T22:40:03.198Z | Downloaded fd-lock v4.0.2 |
210 | 2024-10-30T22:40:03.201Z | Downloaded fnv v1.0.7 |
211 | 2024-10-30T22:40:03.201Z | Downloaded backtrace v0.3.74 |
212 | 2024-10-30T22:40:03.207Z | Downloaded russh-cryptovec v0.7.3 |
213 | 2024-10-30T22:40:03.209Z | Downloaded precomputed-hash v0.1.1 |
214 | 2024-10-30T22:40:03.209Z | Downloaded hubpack_derive v0.1.1 |
215 | 2024-10-30T22:40:03.209Z | Downloaded cipher v0.4.4 |
216 | 2024-10-30T22:40:03.213Z | Downloaded bit-set v0.5.3 |
217 | 2024-10-30T22:40:03.213Z | Downloaded generic-array v0.14.7 |
218 | 2024-10-30T22:40:03.216Z | Downloaded async-recursion v1.1.1 |
219 | 2024-10-30T22:40:03.216Z | Downloaded futures-task v0.3.31 |
220 | 2024-10-30T22:40:03.221Z | Downloaded cfg-if v1.0.0 |
221 | 2024-10-30T22:40:03.222Z | Downloaded fs-err v2.11.0 |
222 | 2024-10-30T22:40:03.225Z | Downloaded gethostname v0.5.0 |
223 | 2024-10-30T22:40:03.226Z | Downloaded futures-core v0.3.31 |
224 | 2024-10-30T22:40:03.226Z | Downloaded futures-sink v0.3.31 |
225 | 2024-10-30T22:40:03.230Z | Downloaded cargo-platform v0.1.8 |
226 | 2024-10-30T22:40:03.230Z | Downloaded ff v0.13.0 |
227 | 2024-10-30T22:40:03.230Z | Downloaded cexpr v0.6.0 |
228 | 2024-10-30T22:40:03.231Z | Downloaded heck v0.5.0 |
229 | 2024-10-30T22:40:03.236Z | Downloaded addr2line v0.24.2 |
230 | 2024-10-30T22:40:03.236Z | Downloaded hostname v0.3.1 |
231 | 2024-10-30T22:40:03.236Z | Downloaded hex-literal v0.4.1 |
232 | 2024-10-30T22:40:03.236Z | Downloaded glob v0.3.1 |
233 | 2024-10-30T22:40:03.240Z | Downloaded powerfmt v0.2.0 |
234 | 2024-10-30T22:40:03.240Z | Downloaded anstream v0.6.15 |
235 | 2024-10-30T22:40:03.245Z | Downloaded heck v0.4.1 |
236 | 2024-10-30T22:40:03.245Z | Downloaded hash32 v0.2.1 |
237 | 2024-10-30T22:40:03.245Z | Downloaded async-executor v1.13.1 |
238 | 2024-10-30T22:40:03.251Z | Downloaded tower-service v0.3.3 |
239 | 2024-10-30T22:40:03.251Z | Downloaded rand_core v0.6.4 |
240 | 2024-10-30T22:40:03.251Z | Downloaded httpdate v1.0.3 |
241 | 2024-10-30T22:40:03.256Z | Downloaded http-body-util v0.1.2 |
242 | 2024-10-30T22:40:03.256Z | Downloaded futures-lite v2.3.0 |
243 | 2024-10-30T22:40:03.261Z | Downloaded backoff v0.4.0 |
244 | 2024-10-30T22:40:03.261Z | Downloaded async-task v4.7.1 |
245 | 2024-10-30T22:40:03.261Z | Downloaded hashbrown v0.14.5 |
246 | 2024-10-30T22:40:03.265Z | Downloaded poly1305 v0.8.0 |
247 | 2024-10-30T22:40:03.268Z | Downloaded phf_generator v0.11.2 |
248 | 2024-10-30T22:40:03.271Z | Downloaded humantime v2.1.0 |
249 | 2024-10-30T22:40:03.271Z | Downloaded semver v0.1.20 |
250 | 2024-10-30T22:40:03.276Z | Downloaded slog-envlogger v2.2.0 |
251 | 2024-10-30T22:40:03.276Z | Downloaded resolv-conf v0.7.0 |
252 | 2024-10-30T22:40:03.278Z | Downloaded schemars_derive v0.8.21 |
253 | 2024-10-30T22:40:03.278Z | Downloaded bcs v0.1.6 |
254 | 2024-10-30T22:40:03.286Z | Downloaded smallvec v0.6.14 |
255 | 2024-10-30T22:40:03.286Z | Downloaded zone_cfg_derive v0.1.2 |
256 | 2024-10-30T22:40:03.286Z | Downloaded static_assertions v1.1.0 |
257 | 2024-10-30T22:40:03.293Z | Downloaded zone_cfg_derive v0.3.0 |
258 | 2024-10-30T22:40:03.293Z | Downloaded stable_deref_trait v1.2.0 |
259 | 2024-10-30T22:40:03.293Z | Downloaded camino-tempfile v1.1.1 |
260 | 2024-10-30T22:40:03.293Z | Downloaded crunchy v0.2.2 |
261 | 2024-10-30T22:40:03.293Z | Downloaded futures-channel v0.3.31 |
262 | 2024-10-30T22:40:03.296Z | Downloaded doc-comment v0.3.3 |
263 | 2024-10-30T22:40:03.296Z | Downloaded smallvec v1.13.2 |
264 | 2024-10-30T22:40:03.296Z | Downloaded hashlink v0.9.1 |
265 | 2024-10-30T22:40:03.300Z | Downloaded globset v0.4.15 |
266 | 2024-10-30T22:40:03.300Z | Downloaded try-lock v0.2.5 |
267 | 2024-10-30T22:40:03.300Z | Downloaded pem-rfc7468 v0.7.0 |
268 | 2024-10-30T22:40:03.305Z | Downloaded termcolor v1.4.1 |
269 | 2024-10-30T22:40:03.305Z | Downloaded group v0.13.0 |
270 | 2024-10-30T22:40:03.308Z | Downloaded target-spec v3.2.2 |
271 | 2024-10-30T22:40:03.308Z | Downloaded tokio-macros v2.4.0 |
272 | 2024-10-30T22:40:03.308Z | Downloaded display-error-chain v0.2.1 |
273 | 2024-10-30T22:40:03.311Z | Downloaded derive_builder_macro v0.20.2 |
274 | 2024-10-30T22:40:03.311Z | Downloaded chacha20 v0.9.1 |
275 | 2024-10-30T22:40:03.317Z | Downloaded anyhow v1.0.89 |
276 | 2024-10-30T22:40:03.317Z | Downloaded typify-macro v0.2.0 |
277 | 2024-10-30T22:40:03.318Z | Downloaded hickory-client v0.24.1 |
278 | 2024-10-30T22:40:03.323Z | Downloaded hyper-rustls v0.26.0 |
279 | 2024-10-30T22:40:03.326Z | Downloaded match_cfg v0.1.0 |
280 | 2024-10-30T22:40:03.326Z | Downloaded untrusted v0.9.0 |
281 | 2024-10-30T22:40:03.326Z | Downloaded spin v0.5.2 |
282 | 2024-10-30T22:40:03.330Z | Downloaded want v0.3.1 |
283 | 2024-10-30T22:40:03.330Z | Downloaded version_check v0.9.5 |
284 | 2024-10-30T22:40:03.330Z | Downloaded utf-8 v0.7.6 |
285 | 2024-10-30T22:40:03.335Z | Downloaded num-conv v0.1.0 |
286 | 2024-10-30T22:40:03.335Z | Downloaded pin-project-internal v1.1.6 |
287 | 2024-10-30T22:40:03.341Z | Downloaded peg-runtime v0.8.3 |
288 | 2024-10-30T22:40:03.341Z | Downloaded strum_macros v0.26.4 |
289 | 2024-10-30T22:40:03.341Z | Downloaded openssl-sys v0.9.103 |
290 | 2024-10-30T22:40:03.345Z | Downloaded crc-catalog v2.4.0 |
291 | 2024-10-30T22:40:03.345Z | Downloaded ahash v0.8.11 |
292 | 2024-10-30T22:40:03.350Z | Downloaded ctr v0.9.2 |
293 | 2024-10-30T22:40:03.350Z | Downloaded parse-size v1.0.0 |
294 | 2024-10-30T22:40:03.355Z | Downloaded arc-swap v1.7.1 |
295 | 2024-10-30T22:40:03.355Z | Downloaded zone v0.3.0 |
296 | 2024-10-30T22:40:03.360Z | Downloaded opaque-debug v0.3.1 |
297 | 2024-10-30T22:40:03.361Z | Downloaded tempfile v3.13.0 |
298 | 2024-10-30T22:40:03.364Z | Downloaded tokio-rustls v0.26.0 |
299 | 2024-10-30T22:40:03.364Z | Downloaded tinytemplate v1.2.1 |
300 | 2024-10-30T22:40:03.364Z | Downloaded pretty-hex v0.4.1 |
301 | 2024-10-30T22:40:03.366Z | Downloaded pretty-hex v0.2.1 |
302 | 2024-10-30T22:40:03.367Z | Downloaded term v0.7.0 |
303 | 2024-10-30T22:40:03.371Z | Downloaded curve25519-dalek-derive v0.1.1 |
304 | 2024-10-30T22:40:03.373Z | Downloaded indent_write v2.2.0 |
305 | 2024-10-30T22:40:03.373Z | Downloaded embedded-io v0.4.0 |
306 | 2024-10-30T22:40:03.376Z | Downloaded lru v0.12.5 |
307 | 2024-10-30T22:40:03.376Z | Downloaded ed25519 v2.2.3 |
308 | 2024-10-30T22:40:03.379Z | Downloaded tokio-stream v0.1.16 |
309 | 2024-10-30T22:40:03.383Z | Downloaded tokio-tungstenite v0.21.0 |
310 | 2024-10-30T22:40:03.385Z | Downloaded hmac v0.12.1 |
311 | 2024-10-30T22:40:03.394Z | Downloaded embedded-io v0.6.1 |
312 | 2024-10-30T22:40:03.394Z | Downloaded schemars v0.8.21 |
313 | 2024-10-30T22:40:03.402Z | Downloaded parking v2.2.1 |
314 | 2024-10-30T22:40:03.407Z | Downloaded structmeta v0.2.0 |
315 | 2024-10-30T22:40:03.407Z | Downloaded time-core v0.1.2 |
316 | 2024-10-30T22:40:03.407Z | Downloaded nodrop v0.1.14 |
317 | 2024-10-30T22:40:03.407Z | Downloaded mime v0.3.17 |
318 | 2024-10-30T22:40:03.407Z | Downloaded rand_distr v0.4.3 |
319 | 2024-10-30T22:40:03.413Z | Downloaded predicates-tree v1.0.11 |
320 | 2024-10-30T22:40:03.413Z | Downloaded is_terminal_polyfill v1.70.1 |
321 | 2024-10-30T22:40:03.416Z | Downloaded parse-display v0.10.0 |
322 | 2024-10-30T22:40:03.416Z | Downloaded ecdsa v0.16.9 |
323 | 2024-10-30T22:40:03.416Z | Downloaded p256 v0.13.2 |
324 | 2024-10-30T22:40:03.421Z | Downloaded rfc6979 v0.4.0 |
325 | 2024-10-30T22:40:03.424Z | Downloaded relative-path v1.9.3 |
326 | 2024-10-30T22:40:03.424Z | Downloaded phf v0.11.2 |
327 | 2024-10-30T22:40:03.424Z | Downloaded parse-display-derive v0.10.0 |
328 | 2024-10-30T22:40:03.427Z | Downloaded jobserver v0.1.32 |
329 | 2024-10-30T22:40:03.427Z | Downloaded endian-type v0.1.2 |
330 | 2024-10-30T22:40:03.430Z | Downloaded downcast v0.11.0 |
331 | 2024-10-30T22:40:03.430Z | Downloaded base64 v0.21.7 |
332 | 2024-10-30T22:40:03.436Z | Downloaded base64 v0.22.1 |
333 | 2024-10-30T22:40:03.441Z | Downloaded memmap2 v0.9.5 |
334 | 2024-10-30T22:40:03.449Z | Downloaded serde_derive v1.0.210 |
335 | 2024-10-30T22:40:03.449Z | Downloaded sha1 v0.10.6 |
336 | 2024-10-30T22:40:03.449Z | Downloaded sec1 v0.7.3 |
337 | 2024-10-30T22:40:03.449Z | Downloaded structmeta-derive v0.2.0 |
338 | 2024-10-30T22:40:03.456Z | Downloaded structmeta v0.3.0 |
339 | 2024-10-30T22:40:03.457Z | Downloaded strsim v0.11.1 |
340 | 2024-10-30T22:40:03.457Z | Downloaded strip-ansi-escapes v0.2.0 |
341 | 2024-10-30T22:40:03.457Z | Downloaded ucd-trie v0.1.7 |
342 | 2024-10-30T22:40:03.457Z | Downloaded defmt-parser v0.3.4 |
343 | 2024-10-30T22:40:03.457Z | Downloaded crc-any v2.5.0 |
344 | 2024-10-30T22:40:03.463Z | Downloaded toml_datetime v0.6.8 |
345 | 2024-10-30T22:40:03.463Z | Downloaded threadpool v1.8.1 |
346 | 2024-10-30T22:40:03.463Z | Downloaded const-oid v0.9.6 |
347 | 2024-10-30T22:40:03.463Z | Downloaded wyz v0.5.1 |
348 | 2024-10-30T22:40:03.468Z | Downloaded utf8parse v0.2.2 |
349 | 2024-10-30T22:40:03.468Z | Downloaded structmeta-derive v0.3.0 |
350 | 2024-10-30T22:40:03.468Z | Downloaded sqlformat v0.2.6 |
351 | 2024-10-30T22:40:03.473Z | Downloaded number_prefix v0.4.0 |
352 | 2024-10-30T22:40:03.473Z | Downloaded num_threads v0.1.7 |
353 | 2024-10-30T22:40:03.473Z | Downloaded phf_shared v0.10.0 |
354 | 2024-10-30T22:40:03.473Z | Downloaded unicode-truncate v1.1.0 |
355 | 2024-10-30T22:40:03.475Z | Downloaded zeroize v1.8.1 |
356 | 2024-10-30T22:40:03.476Z | Downloaded signal-hook v0.3.17 |
357 | 2024-10-30T22:40:03.478Z | Downloaded slog-dtrace v0.3.0 |
358 | 2024-10-30T22:40:03.478Z | Downloaded mime_guess v2.0.5 |
359 | 2024-10-30T22:40:03.481Z | Downloaded zeroize_derive v1.4.2 |
360 | 2024-10-30T22:40:03.484Z | Downloaded secrecy v0.8.0 |
361 | 2024-10-30T22:40:03.484Z | Downloaded bytes v1.7.2 |
362 | 2024-10-30T22:40:03.489Z | Downloaded event-listener-strategy v0.5.2 |
363 | 2024-10-30T22:40:03.489Z | Downloaded event-listener v2.5.3 |
364 | 2024-10-30T22:40:03.489Z | Downloaded dof v0.3.0 |
365 | 2024-10-30T22:40:03.494Z | Downloaded defmt-macros v0.3.9 |
366 | 2024-10-30T22:40:03.501Z | Downloaded heapless v0.7.17 |
367 | 2024-10-30T22:40:03.501Z | Downloaded plotters-backend v0.3.7 |
368 | 2024-10-30T22:40:03.505Z | Downloaded serde_with_macros v3.11.0 |
369 | 2024-10-30T22:40:03.505Z | Downloaded crucible-workspace-hack v0.1.0 |
370 | 2024-10-30T22:40:03.505Z | Downloaded h2 v0.4.6 |
371 | 2024-10-30T22:40:03.510Z | Downloaded itoa v1.0.11 |
372 | 2024-10-30T22:40:03.510Z | Downloaded ipnetwork v0.20.0 |
373 | 2024-10-30T22:40:03.515Z | Downloaded indexmap v1.9.3 |
374 | 2024-10-30T22:40:03.520Z | Downloaded hickory-server v0.24.1 |
375 | 2024-10-30T22:40:03.522Z | Downloaded der_derive v0.7.3 |
376 | 2024-10-30T22:40:03.525Z | Downloaded flate2 v1.0.34 |
377 | 2024-10-30T22:40:03.529Z | Downloaded slog-bunyan v2.5.0 |
378 | 2024-10-30T22:40:03.533Z | Downloaded mockall v0.13.0 |
379 | 2024-10-30T22:40:03.533Z | Downloaded hyper-util v0.1.9 |
380 | 2024-10-30T22:40:03.536Z | Downloaded maybe-uninit v2.0.0 |
381 | 2024-10-30T22:40:03.540Z | Downloaded goblin v0.8.2 |
382 | 2024-10-30T22:40:03.544Z | Downloaded num v0.4.3 |
383 | 2024-10-30T22:40:03.550Z | Downloaded lru-cache v0.1.2 |
384 | 2024-10-30T22:40:03.550Z | Downloaded lazycell v1.3.0 |
385 | 2024-10-30T22:40:03.550Z | Downloaded hyper v0.14.30 |
386 | 2024-10-30T22:40:03.557Z | Downloaded cpufeatures v0.2.14 |
387 | 2024-10-30T22:40:03.565Z | Downloaded samael v0.0.17 |
388 | 2024-10-30T22:40:03.565Z | Downloaded headers v0.4.0 |
389 | 2024-10-30T22:40:03.569Z | Downloaded md5 v0.7.0 |
390 | 2024-10-30T22:40:03.569Z | Downloaded serde_regex v1.1.0 |
391 | 2024-10-30T22:40:03.573Z | Downloaded matches v0.1.10 |
392 | 2024-10-30T22:40:03.574Z | Downloaded instant v0.1.13 |
393 | 2024-10-30T22:40:03.574Z | Downloaded piper v0.2.4 |
394 | 2024-10-30T22:40:03.595Z | Downloaded progenitor-macro v0.8.0 |
395 | 2024-10-30T22:40:03.595Z | Downloaded console v0.15.8 |
396 | 2024-10-30T22:40:03.595Z | Downloaded vsss-rs v3.3.4 |
397 | 2024-10-30T22:40:03.595Z | Downloaded serde_repr v0.1.19 |
398 | 2024-10-30T22:40:03.595Z | Downloaded rand_xorshift v0.3.0 |
399 | 2024-10-30T22:40:03.595Z | Downloaded radium v0.7.0 |
400 | 2024-10-30T22:40:03.595Z | Downloaded terminal_size v0.4.0 |
401 | 2024-10-30T22:40:03.595Z | Downloaded tap v1.0.1 |
402 | 2024-10-30T22:40:03.595Z | Downloaded take_mut v0.2.2 |
403 | 2024-10-30T22:40:03.595Z | Downloaded subtle v2.6.1 |
404 | 2024-10-30T22:40:03.595Z | Downloaded unicode-linebreak v0.1.5 |
405 | 2024-10-30T22:40:03.595Z | Downloaded tokio-native-tls v0.3.1 |
406 | 2024-10-30T22:40:03.602Z | Downloaded shell-words v1.1.0 |
407 | 2024-10-30T22:40:03.602Z | Downloaded serde_urlencoded v0.7.1 |
408 | 2024-10-30T22:40:03.602Z | Downloaded serde_spanned v0.6.8 |
409 | 2024-10-30T22:40:03.602Z | Downloaded supports-color v3.0.1 |
410 | 2024-10-30T22:40:03.608Z | Downloaded tokio-rustls v0.25.0 |
411 | 2024-10-30T22:40:03.608Z | Downloaded hashbrown v0.12.3 |
412 | 2024-10-30T22:40:03.608Z | Downloaded serde_tokenstream v0.2.2 |
413 | 2024-10-30T22:40:03.616Z | Downloaded unicode-xid v0.2.6 |
414 | 2024-10-30T22:40:03.616Z | Downloaded steno v0.4.1 |
415 | 2024-10-30T22:40:03.616Z | Downloaded event-listener v5.3.1 |
416 | 2024-10-30T22:40:03.623Z | Downloaded nu-ansi-term v0.50.1 |
417 | 2024-10-30T22:40:03.623Z | Downloaded difflib v0.4.0 |
418 | 2024-10-30T22:40:03.623Z | Downloaded crossbeam-deque v0.8.5 |
419 | 2024-10-30T22:40:03.629Z | Downloaded partial-io v0.5.4 |
420 | 2024-10-30T22:40:03.629Z | Downloaded crc v3.2.1 |
421 | 2024-10-30T22:40:03.629Z | Downloaded termtree v0.4.1 |
422 | 2024-10-30T22:40:03.631Z | Downloaded sync_wrapper v0.1.2 |
423 | 2024-10-30T22:40:03.631Z | Downloaded sigpipe v0.1.3 |
424 | 2024-10-30T22:40:03.631Z | Downloaded pkcs1 v0.7.5 |
425 | 2024-10-30T22:40:03.632Z | Downloaded toml v0.8.19 |
426 | 2024-10-30T22:40:03.635Z | Downloaded md-5 v0.10.6 |
427 | 2024-10-30T22:40:03.639Z | Downloaded inout v0.1.3 |
428 | 2024-10-30T22:40:03.639Z | Downloaded ena v0.14.3 |
429 | 2024-10-30T22:40:03.641Z | Downloaded enum-as-inner v0.6.1 |
430 | 2024-10-30T22:40:03.641Z | Downloaded dyn-clone v1.0.17 |
431 | 2024-10-30T22:40:03.644Z | Downloaded macaddr v1.0.1 |
432 | 2024-10-30T22:40:03.649Z | Downloaded managed v0.8.0 |
433 | 2024-10-30T22:40:03.649Z | Downloaded packed_struct_codegen v0.10.1 |
434 | 2024-10-30T22:40:03.652Z | Downloaded libsw v3.3.1 |
435 | 2024-10-30T22:40:03.652Z | Downloaded instability v0.3.2 |
436 | 2024-10-30T22:40:03.652Z | Downloaded rand_chacha v0.3.1 |
437 | 2024-10-30T22:40:03.652Z | Downloaded serde_yaml v0.9.34+deprecated |
438 | 2024-10-30T22:40:03.656Z | Downloaded clap_lex v0.7.2 |
439 | 2024-10-30T22:40:03.662Z | Downloaded which v4.4.2 |
440 | 2024-10-30T22:40:03.663Z | Downloaded vte_generate_state_changes v0.1.2 |
441 | 2024-10-30T22:40:03.663Z | Downloaded tokio-rustls v0.24.1 |
442 | 2024-10-30T22:40:03.671Z | Downloaded target-lexicon v0.12.16 |
443 | 2024-10-30T22:40:03.671Z | Downloaded mockall_derive v0.13.0 |
444 | 2024-10-30T22:40:03.671Z | Downloaded git2 v0.19.0 |
445 | 2024-10-30T22:40:03.677Z | Downloaded escape8259 v0.5.3 |
446 | 2024-10-30T22:40:03.682Z | Downloaded cstr-argument v0.1.2 |
447 | 2024-10-30T22:40:03.682Z | Downloaded rustversion v1.0.17 |
448 | 2024-10-30T22:40:03.682Z | Downloaded rusty-fork v0.3.0 |
449 | 2024-10-30T22:40:03.685Z | Downloaded rand v0.8.5 |
450 | 2024-10-30T22:40:03.688Z | Downloaded rtoolbox v0.0.2 |
451 | 2024-10-30T22:40:03.688Z | Downloaded concurrent-queue v2.5.0 |
452 | 2024-10-30T22:40:03.691Z | Downloaded similar-asserts v1.6.0 |
453 | 2024-10-30T22:40:03.691Z | Downloaded blake3 v1.5.4 |
454 | 2024-10-30T22:40:03.698Z | Downloaded pathdiff v0.2.2 |
455 | 2024-10-30T22:40:03.701Z | Downloaded path-slash v0.1.5 |
456 | 2024-10-30T22:40:03.701Z | Downloaded normalize-line-endings v0.3.0 |
457 | 2024-10-30T22:40:03.705Z | Downloaded rustls-pemfile v2.2.0 |
458 | 2024-10-30T22:40:03.705Z | Downloaded thread-id v4.2.2 |
459 | 2024-10-30T22:40:03.708Z | Downloaded aes v0.8.4 |
460 | 2024-10-30T22:40:03.716Z | Downloaded ed25519-dalek v2.1.1 |
461 | 2024-10-30T22:40:03.716Z | Downloaded textwrap v0.16.1 |
462 | 2024-10-30T22:40:03.724Z | Downloaded peg-macros v0.8.4 |
463 | 2024-10-30T22:40:03.724Z | Downloaded num-rational v0.4.2 |
464 | 2024-10-30T22:40:03.724Z | Downloaded http v0.2.12 |
465 | 2024-10-30T22:40:03.728Z | Downloaded http v1.1.0 |
466 | 2024-10-30T22:40:03.728Z | Downloaded sqlparser_derive v0.2.2 |
467 | 2024-10-30T22:40:03.728Z | Downloaded stringmetrics v2.2.2 |
468 | 2024-10-30T22:40:03.732Z | Downloaded tui-tree-widget v0.22.0 |
469 | 2024-10-30T22:40:03.732Z | Downloaded postgres-types v0.2.8 |
470 | 2024-10-30T22:40:03.737Z | Downloaded topological-sort v0.2.2 |
471 | 2024-10-30T22:40:03.737Z | Downloaded thiserror-no-std v2.0.2 |
472 | 2024-10-30T22:40:03.739Z | Downloaded zone v0.1.8 |
473 | 2024-10-30T22:40:03.739Z | Downloaded miniz_oxide v0.8.0 |
474 | 2024-10-30T22:40:03.742Z | Downloaded postgres-protocol v0.6.7 |
475 | 2024-10-30T22:40:03.746Z | Downloaded pin-project-lite v0.2.14 |
476 | 2024-10-30T22:40:03.748Z | Downloaded toolchain_find v0.4.0 |
477 | 2024-10-30T22:40:03.751Z | Downloaded diesel_table_macro_syntax v0.2.0 |
478 | 2024-10-30T22:40:03.751Z | Downloaded zerocopy v0.6.6 |
479 | 2024-10-30T22:40:03.753Z | Downloaded kv-log-macro v1.0.7 |
480 | 2024-10-30T22:40:03.757Z | Downloaded errno v0.3.9 |
481 | 2024-10-30T22:40:03.758Z | Downloaded string_cache v0.8.7 |
482 | 2024-10-30T22:40:03.760Z | Downloaded crossbeam-epoch v0.9.18 |
483 | 2024-10-30T22:40:03.765Z | Downloaded parking_lot v0.11.2 |
484 | 2024-10-30T22:40:03.765Z | Downloaded zip v0.6.6 |
485 | 2024-10-30T22:40:03.769Z | Downloaded kstat-rs v0.2.4 |
486 | 2024-10-30T22:40:03.769Z | Downloaded indoc v1.0.9 |
487 | 2024-10-30T22:40:03.777Z | Downloaded quinn-udp v0.5.5 |
488 | 2024-10-30T22:40:03.784Z | Downloaded pbkdf2 v0.11.0 |
489 | 2024-10-30T22:40:03.784Z | Downloaded diff v0.1.13 |
490 | 2024-10-30T22:40:03.784Z | Downloaded der v0.7.9 |
491 | 2024-10-30T22:40:03.790Z | Downloaded num-traits v0.2.19 |
492 | 2024-10-30T22:40:03.793Z | Downloaded derive_builder v0.20.2 |
493 | 2024-10-30T22:40:03.793Z | Downloaded spki v0.7.3 |
494 | 2024-10-30T22:40:03.798Z | Downloaded slog-json v2.6.1 |
495 | 2024-10-30T22:40:03.798Z | Downloaded same-file v1.0.6 |
496 | 2024-10-30T22:40:03.798Z | Downloaded rpassword v7.3.1 |
497 | 2024-10-30T22:40:03.801Z | Downloaded smf v0.2.3 |
498 | 2024-10-30T22:40:03.801Z | Downloaded postcard v1.0.10 |
499 | 2024-10-30T22:40:03.805Z | Downloaded tokio-tungstenite v0.24.0 |
500 | 2024-10-30T22:40:03.811Z | Downloaded tungstenite v0.23.0 |
501 | 2024-10-30T22:40:03.811Z | Downloaded aho-corasick v1.1.3 |
502 | 2024-10-30T22:40:03.821Z | Downloaded darling_macro v0.20.10 |
503 | 2024-10-30T22:40:03.829Z | Downloaded xz2 v0.1.7 |
504 | 2024-10-30T22:40:03.829Z | Downloaded criterion-plot v0.5.0 |
505 | 2024-10-30T22:40:03.829Z | Downloaded usdt-attr-macro v0.5.0 |
506 | 2024-10-30T22:40:03.829Z | Downloaded libxml v0.3.3 |
507 | 2024-10-30T22:40:03.838Z | Downloaded serde_plain v1.0.2 |
508 | 2024-10-30T22:40:03.838Z | Downloaded impl-trait-for-tuples v0.2.2 |
509 | 2024-10-30T22:40:03.838Z | Downloaded fallible-iterator v0.3.0 |
510 | 2024-10-30T22:40:03.838Z | Downloaded crc32fast v1.4.2 |
511 | 2024-10-30T22:40:03.838Z | Downloaded prettyplease v0.2.22 |
512 | 2024-10-30T22:40:03.843Z | Downloaded digest v0.10.7 |
513 | 2024-10-30T22:40:03.843Z | Downloaded pbkdf2 v0.12.2 |
514 | 2024-10-30T22:40:03.844Z | Downloaded quote v1.0.37 |
515 | 2024-10-30T22:40:03.850Z | Downloaded lock_api v0.4.12 |
516 | 2024-10-30T22:40:03.850Z | Downloaded serde-hex v0.1.0 |
517 | 2024-10-30T22:40:03.850Z | Downloaded tracing-attributes v0.1.27 |
518 | 2024-10-30T22:40:03.853Z | Downloaded equivalent v1.0.1 |
519 | 2024-10-30T22:40:03.853Z | Downloaded rustls-pki-types v1.9.0 |
520 | 2024-10-30T22:40:03.855Z | Downloaded new_debug_unreachable v1.0.6 |
521 | 2024-10-30T22:40:03.855Z | Downloaded num-iter v0.1.45 |
522 | 2024-10-30T22:40:03.858Z | Downloaded num_enum_derive v0.5.11 |
523 | 2024-10-30T22:40:03.859Z | Downloaded snafu-derive v0.8.5 |
524 | 2024-10-30T22:40:03.864Z | Downloaded unicode-segmentation v1.12.0 |
525 | 2024-10-30T22:40:03.864Z | Downloaded polyval v0.6.2 |
526 | 2024-10-30T22:40:03.866Z | Downloaded password-hash v0.5.0 |
527 | 2024-10-30T22:40:03.870Z | Downloaded scheduled-thread-pool v0.2.7 |
528 | 2024-10-30T22:40:03.870Z | Downloaded psl-types v2.0.11 |
529 | 2024-10-30T22:40:03.870Z | Downloaded clang-sys v1.8.1 |
530 | 2024-10-30T22:40:03.878Z | Downloaded guppy v0.17.8 |
531 | 2024-10-30T22:40:03.886Z | Downloaded unicode_categories v0.1.1 |
532 | 2024-10-30T22:40:03.886Z | Downloaded shlex v1.3.0 |
533 | 2024-10-30T22:40:03.886Z | Downloaded tokio-postgres v0.7.12 |
534 | 2024-10-30T22:40:03.894Z | Downloaded strum v0.26.3 |
535 | 2024-10-30T22:40:03.894Z | Downloaded slog-async v2.8.0 |
536 | 2024-10-30T22:40:03.894Z | Downloaded scopeguard v1.2.0 |
537 | 2024-10-30T22:40:03.897Z | Downloaded slog-scope v4.4.0 |
538 | 2024-10-30T22:40:03.897Z | Downloaded thread_local v1.1.8 |
539 | 2024-10-30T22:40:03.897Z | Downloaded thiserror-impl-no-std v2.0.2 |
540 | 2024-10-30T22:40:03.897Z | Downloaded thiserror-impl v1.0.64 |
541 | 2024-10-30T22:40:03.897Z | Downloaded zerocopy-derive v0.7.35 |
542 | 2024-10-30T22:40:03.902Z | Downloaded usdt-macro v0.5.0 |
543 | 2024-10-30T22:40:03.904Z | Downloaded expectorate v1.1.0 |
544 | 2024-10-30T22:40:03.904Z | Downloaded log v0.4.22 |
545 | 2024-10-30T22:40:03.907Z | Downloaded similar v2.6.0 |
546 | 2024-10-30T22:40:03.912Z | Downloaded progenitor-client v0.8.0 |
547 | 2024-10-30T22:40:03.918Z | Downloaded nested v0.1.1 |
548 | 2024-10-30T22:40:03.918Z | Downloaded diesel-dtrace v0.3.0 |
549 | 2024-10-30T22:40:03.919Z | Downloaded crypto-bigint v0.5.5 |
550 | 2024-10-30T22:40:03.924Z | Downloaded dhcproto-macros v0.1.0 |
551 | 2024-10-30T22:40:03.924Z | Downloaded env_filter v0.1.2 |
552 | 2024-10-30T22:40:03.928Z | Downloaded libloading v0.8.5 |
553 | 2024-10-30T22:40:03.931Z | Downloaded once_cell v1.20.2 |
554 | 2024-10-30T22:40:03.931Z | Downloaded num-derive v0.4.2 |
555 | 2024-10-30T22:40:03.935Z | Downloaded scroll_derive v0.12.0 |
556 | 2024-10-30T22:40:03.935Z | Downloaded rust-argon2 v2.1.0 |
557 | 2024-10-30T22:40:03.938Z | Downloaded newline-converter v0.3.0 |
558 | 2024-10-30T22:40:03.938Z | Downloaded packed_struct v0.10.1 |
559 | 2024-10-30T22:40:03.938Z | Downloaded lalrpop-util v0.19.12 |
560 | 2024-10-30T22:40:03.940Z | Downloaded russh-keys v0.45.0 |
561 | 2024-10-30T22:40:03.943Z | Downloaded time v0.3.36 |
562 | 2024-10-30T22:40:03.948Z | Downloaded mio v1.0.2 |
563 | 2024-10-30T22:40:03.954Z | Downloaded ssh-encoding v0.2.0 |
564 | 2024-10-30T22:40:03.957Z | Downloaded rustls-pemfile v1.0.4 |
565 | 2024-10-30T22:40:03.960Z | Downloaded toml v0.7.8 |
566 | 2024-10-30T22:40:03.962Z | Downloaded openssl-probe v0.1.5 |
567 | 2024-10-30T22:40:03.964Z | Downloaded h2 v0.3.26 |
568 | 2024-10-30T22:40:03.969Z | Downloaded unicase v2.7.0 |
569 | 2024-10-30T22:40:03.972Z | Downloaded clap_derive v4.5.18 |
570 | 2024-10-30T22:40:03.974Z | Downloaded ssh-cipher v0.2.0 |
571 | 2024-10-30T22:40:03.977Z | Downloaded value-bag v1.9.0 |
572 | 2024-10-30T22:40:03.980Z | Downloaded cobs v0.2.3 |
573 | 2024-10-30T22:40:03.980Z | Downloaded waitgroup v0.1.2 |
574 | 2024-10-30T22:40:03.980Z | Downloaded deranged v0.3.11 |
575 | 2024-10-30T22:40:03.983Z | Downloaded openssl-macros v0.1.1 |
576 | 2024-10-30T22:40:03.983Z | Downloaded signal-hook-tokio v0.3.1 |
577 | 2024-10-30T22:40:03.986Z | Downloaded indicatif v0.17.8 |
578 | 2024-10-30T22:40:03.988Z | Downloaded newtype-uuid v1.1.2 |
579 | 2024-10-30T22:40:03.992Z | Downloaded multimap v0.10.0 |
580 | 2024-10-30T22:40:03.992Z | Downloaded dirs-next v2.0.0 |
581 | 2024-10-30T22:40:03.992Z | Downloaded env_logger v0.11.5 |
582 | 2024-10-30T22:40:03.994Z | Downloaded socket2 v0.5.7 |
583 | 2024-10-30T22:40:03.997Z | Downloaded is_ci v1.2.0 |
584 | 2024-10-30T22:40:04.002Z | Downloaded native-tls v0.2.12 |
585 | 2024-10-30T22:40:04.005Z | Downloaded omicron-zone-package v0.11.1 |
586 | 2024-10-30T22:40:04.005Z | Downloaded ryu v1.0.18 |
587 | 2024-10-30T22:40:04.010Z | Downloaded scrypt v0.11.0 |
588 | 2024-10-30T22:40:04.010Z | Downloaded rustc-hash v2.0.0 |
589 | 2024-10-30T22:40:04.010Z | Downloaded libtest-mimic v0.7.3 |
590 | 2024-10-30T22:40:04.014Z | Downloaded env_logger v0.10.2 |
591 | 2024-10-30T22:40:04.018Z | Downloaded plotters v0.3.7 |
592 | 2024-10-30T22:40:04.024Z | Downloaded proc-macro-error-attr v1.0.4 |
593 | 2024-10-30T22:40:04.027Z | Downloaded dirs-sys-next v0.1.2 |
594 | 2024-10-30T22:40:04.028Z | Downloaded colorchoice v1.0.2 |
595 | 2024-10-30T22:40:04.028Z | Downloaded stringprep v0.1.5 |
596 | 2024-10-30T22:40:04.030Z | Downloaded quick-xml v0.33.0 |
597 | 2024-10-30T22:40:04.034Z | Downloaded smawk v0.3.2 |
598 | 2024-10-30T22:40:04.038Z | Downloaded slog v2.7.0 |
599 | 2024-10-30T22:40:04.041Z | Downloaded serde-big-array v0.5.1 |
600 | 2024-10-30T22:40:04.041Z | Downloaded usdt-impl v0.5.0 |
601 | 2024-10-30T22:40:04.044Z | Downloaded tungstenite v0.21.0 |
602 | 2024-10-30T22:40:04.047Z | Downloaded darling_core v0.20.10 |
603 | 2024-10-30T22:40:04.050Z | Downloaded swrite v0.1.0 |
604 | 2024-10-30T22:40:04.052Z | Downloaded tiny-keccak v2.0.2 |
605 | 2024-10-30T22:40:04.055Z | Downloaded termios v0.3.3 |
606 | 2024-10-30T22:40:04.058Z | Downloaded tabwriter v1.4.0 |
607 | 2024-10-30T22:40:04.059Z | Downloaded tabled_derive v0.7.0 |
608 | 2024-10-30T22:40:04.059Z | Downloaded nanorand v0.7.0 |
609 | 2024-10-30T22:40:04.061Z | Downloaded tinyvec_macros v0.1.1 |
610 | 2024-10-30T22:40:04.061Z | Downloaded cookie v0.18.1 |
611 | 2024-10-30T22:40:04.064Z | Downloaded hyper v1.4.1 |
612 | 2024-10-30T22:40:04.070Z | Downloaded sync_wrapper v1.0.1 |
613 | 2024-10-30T22:40:04.072Z | Downloaded dtrace-parser v0.2.0 |
614 | 2024-10-30T22:40:04.072Z | Downloaded rustc_version v0.1.7 |
615 | 2024-10-30T22:40:04.075Z | Downloaded parking_lot v0.12.3 |
616 | 2024-10-30T22:40:04.075Z | Downloaded is-terminal v0.4.13 |
617 | 2024-10-30T22:40:04.079Z | Downloaded dsl_auto_type v0.1.2 |
618 | 2024-10-30T22:40:04.079Z | Downloaded quick-error v1.2.3 |
619 | 2024-10-30T22:40:04.080Z | Downloaded phf_shared v0.11.2 |
620 | 2024-10-30T22:40:04.083Z | Downloaded crossbeam-channel v0.5.13 |
621 | 2024-10-30T22:40:04.085Z | Downloaded wait-timeout v0.2.0 |
622 | 2024-10-30T22:40:04.089Z | Downloaded tabled v0.15.0 |
623 | 2024-10-30T22:40:04.102Z | Downloaded newtype_derive v0.1.6 |
624 | 2024-10-30T22:40:04.105Z | Downloaded async-std v1.13.0 |
625 | 2024-10-30T22:40:04.123Z | Downloaded plotters-svg v0.3.7 |
626 | 2024-10-30T22:40:04.126Z | Downloaded proc-macro-crate v3.2.0 |
627 | 2024-10-30T22:40:04.126Z | Downloaded indoc v2.0.5 |
628 | 2024-10-30T22:40:04.129Z | Downloaded siphasher v0.3.11 |
629 | 2024-10-30T22:40:04.129Z | Downloaded des v0.8.1 |
630 | 2024-10-30T22:40:04.131Z | Downloaded diesel_derives v2.2.3 |
631 | 2024-10-30T22:40:04.135Z | Downloaded fallible-iterator v0.2.0 |
632 | 2024-10-30T22:40:04.138Z | Downloaded bitvec v1.0.1 |
633 | 2024-10-30T22:40:04.151Z | Downloaded colored v2.1.0 |
634 | 2024-10-30T22:40:04.154Z | Downloaded usdt v0.5.0 |
635 | 2024-10-30T22:40:04.154Z | Downloaded scroll v0.12.0 |
636 | 2024-10-30T22:40:04.164Z | Downloaded uzers v0.12.1 |
637 | 2024-10-30T22:40:04.164Z | Downloaded rustc-demangle v0.1.24 |
638 | 2024-10-30T22:40:04.167Z | Downloaded proc-macro-crate v1.3.1 |
639 | 2024-10-30T22:40:04.167Z | Downloaded parking_lot_core v0.9.10 |
640 | 2024-10-30T22:40:04.167Z | Downloaded ron v0.8.1 |
641 | 2024-10-30T22:40:04.172Z | Downloaded tls_codec v0.4.1 |
642 | 2024-10-30T22:40:04.172Z | Downloaded num-complex v0.4.6 |
643 | 2024-10-30T22:40:04.174Z | Downloaded criterion v0.5.1 |
644 | 2024-10-30T22:40:04.179Z | Downloaded tls_codec_derive v0.4.1 |
645 | 2024-10-30T22:40:04.182Z | Downloaded strum_macros v0.24.3 |
646 | 2024-10-30T22:40:04.185Z | Downloaded pin-utils v0.1.0 |
647 | 2024-10-30T22:40:04.185Z | Downloaded clap v4.5.20 |
648 | 2024-10-30T22:40:04.193Z | Downloaded data-encoding v2.6.0 |
649 | 2024-10-30T22:40:04.196Z | Downloaded strum_macros v0.25.3 |
650 | 2024-10-30T22:40:04.200Z | Downloaded pest_derive v2.7.14 |
651 | 2024-10-30T22:40:04.200Z | Downloaded ipnet v2.10.1 |
652 | 2024-10-30T22:40:04.203Z | Downloaded serde_with v3.11.0 |
653 | 2024-10-30T22:40:04.208Z | Downloaded untrusted v0.7.1 |
654 | 2024-10-30T22:40:04.213Z | Downloaded datatest-stable v0.2.9 |
655 | 2024-10-30T22:40:04.216Z | Downloaded dropshot_endpoint v0.12.0 |
656 | 2024-10-30T22:40:04.216Z | Downloaded darling v0.20.10 |
657 | 2024-10-30T22:40:04.218Z | Downloaded tough v0.17.1 |
658 | 2024-10-30T22:40:04.226Z | Downloaded vte v0.11.1 |
659 | 2024-10-30T22:40:04.230Z | Downloaded vergen v8.3.2 |
660 | 2024-10-30T22:40:04.232Z | Downloaded uuid v1.10.0 |
661 | 2024-10-30T22:40:04.236Z | Downloaded toml_edit v0.22.22 |
662 | 2024-10-30T22:40:04.256Z | Downloaded constant_time_eq v0.3.1 |
663 | 2024-10-30T22:40:04.260Z | Downloaded proc-macro-error v1.0.4 |
664 | 2024-10-30T22:40:04.263Z | Downloaded rstest_macros v0.23.0 |
665 | 2024-10-30T22:40:04.263Z | Downloaded rustls-webpki v0.102.8 |
666 | 2024-10-30T22:40:04.281Z | Downloaded const_format_proc_macros v0.2.33 |
667 | 2024-10-30T22:40:04.285Z | Downloaded unicode-bidi v0.3.17 |
668 | 2024-10-30T22:40:04.288Z | Downloaded quinn v0.11.5 |
669 | 2024-10-30T22:40:04.291Z | Downloaded sqlparser v0.45.0 |
670 | 2024-10-30T22:40:04.295Z | Downloaded parking_lot_core v0.8.6 |
671 | 2024-10-30T22:40:04.300Z | Downloaded percent-encoding v2.3.1 |
672 | 2024-10-30T22:40:04.300Z | Downloaded pin-project v1.1.6 |
673 | 2024-10-30T22:40:04.308Z | Downloaded pest_meta v2.7.14 |
674 | 2024-10-30T22:40:04.312Z | Downloaded rsa v0.9.6 |
675 | 2024-10-30T22:40:04.317Z | Downloaded rusqlite v0.32.1 |
676 | 2024-10-30T22:40:04.322Z | Downloaded quinn-proto v0.11.8 |
677 | 2024-10-30T22:40:04.328Z | Downloaded progenitor-impl v0.8.0 |
678 | 2024-10-30T22:40:04.331Z | Downloaded hickory-proto v0.24.1 |
679 | 2024-10-30T22:40:04.344Z | Downloaded compact_str v0.8.0 |
680 | 2024-10-30T22:40:04.348Z | Downloaded serde v1.0.210 |
681 | 2024-10-30T22:40:04.351Z | Downloaded typed-path v0.7.1 |
682 | 2024-10-30T22:40:04.357Z | Downloaded unsafe-libyaml v0.2.11 |
683 | 2024-10-30T22:40:04.361Z | Downloaded gimli v0.31.1 |
684 | 2024-10-30T22:40:04.368Z | Downloaded nom v7.1.3 |
685 | 2024-10-30T22:40:04.373Z | Downloaded indexmap v2.6.0 |
686 | 2024-10-30T22:40:04.377Z | Downloaded rustyline v14.0.0 |
687 | 2024-10-30T22:40:04.382Z | Downloaded winnow v0.6.20 |
688 | 2024-10-30T22:40:04.390Z | Downloaded zerocopy v0.7.35 |
689 | 2024-10-30T22:40:04.406Z | Downloaded russh v0.45.0 |
690 | 2024-10-30T22:40:04.411Z | Downloaded url v2.5.2 |
691 | 2024-10-30T22:40:04.417Z | Downloaded minimal-lexical v0.2.1 |
692 | 2024-10-30T22:40:04.420Z | Downloaded memchr v2.7.4 |
693 | 2024-10-30T22:40:04.425Z | Downloaded publicsuffix v2.2.3 |
694 | 2024-10-30T22:40:04.428Z | Downloaded rustls-webpki v0.101.7 |
695 | 2024-10-30T22:40:04.442Z | Downloaded libm v0.2.8 |
696 | 2024-10-30T22:40:04.452Z | Downloaded rustls v0.21.12 |
697 | 2024-10-30T22:40:04.469Z | Downloaded winnow v0.5.40 |
698 | 2024-10-30T22:40:04.474Z | Downloaded itertools v0.13.0 |
699 | 2024-10-30T22:40:04.478Z | Downloaded num-bigint-dig v0.8.4 |
700 | 2024-10-30T22:40:04.481Z | Downloaded bstr v1.10.0 |
701 | 2024-10-30T22:40:04.490Z | Downloaded portable-atomic v1.9.0 |
702 | 2024-10-30T22:40:04.496Z | Downloaded object v0.30.4 |
703 | 2024-10-30T22:40:04.506Z | Downloaded tokio-util v0.7.12 |
704 | 2024-10-30T22:40:04.516Z | Downloaded itertools v0.10.5 |
705 | 2024-10-30T22:40:04.522Z | Downloaded p521 v0.13.3 |
706 | 2024-10-30T22:40:04.525Z | Downloaded itertools v0.12.1 |
707 | 2024-10-30T22:40:04.529Z | Downloaded chrono-tz v0.10.0 |
708 | 2024-10-30T22:40:04.535Z | Downloaded radix_trie v0.2.1 |
709 | 2024-10-30T22:40:04.541Z | Downloaded unicode-width v0.1.14 |
710 | 2024-10-30T22:40:04.546Z | Downloaded curve25519-dalek v4.1.3 |
711 | 2024-10-30T22:40:04.555Z | Downloaded trust-dns-proto v0.22.0 |
712 | 2024-10-30T22:40:04.569Z | Downloaded regex-syntax v0.6.29 |
713 | 2024-10-30T22:40:04.574Z | Downloaded smoltcp v0.9.1 |
714 | 2024-10-30T22:40:04.587Z | Downloaded vcpkg v0.2.15 |
715 | 2024-10-30T22:40:04.623Z | Downloaded syn v1.0.109 |
716 | 2024-10-30T22:40:04.633Z | Downloaded dropshot v0.12.0 |
717 | 2024-10-30T22:40:04.654Z | Downloaded openssl v0.10.66 |
718 | 2024-10-30T22:40:04.663Z | Downloaded lalrpop v0.19.12 |
719 | 2024-10-30T22:40:04.672Z | Downloaded polar-core v0.27.3 |
720 | 2024-10-30T22:40:04.681Z | Downloaded syn v2.0.79 |
721 | 2024-10-30T22:40:04.692Z | Downloaded idna v0.4.0 |
722 | 2024-10-30T22:40:04.699Z | Downloaded idna v0.5.0 |
723 | 2024-10-30T22:40:04.705Z | Downloaded typify-impl v0.2.0 |
724 | 2024-10-30T22:40:04.719Z | Downloaded idna v0.2.3 |
725 | 2024-10-30T22:40:04.726Z | Downloaded regress v0.10.1 |
726 | 2024-10-30T22:40:04.733Z | Downloaded idna v0.3.0 |
727 | 2024-10-30T22:40:04.738Z | Downloaded nix v0.28.0 |
728 | 2024-10-30T22:40:04.751Z | Downloaded regress v0.9.1 |
729 | 2024-10-30T22:40:04.758Z | Downloaded object v0.36.5 |
730 | 2024-10-30T22:40:04.780Z | Downloaded nix v0.27.1 |
731 | 2024-10-30T22:40:04.821Z | Downloaded ratatui v0.28.1 |
732 | 2024-10-30T22:40:04.821Z | Downloaded zerocopy-derive v0.6.6 |
733 | 2024-10-30T22:40:04.849Z | Downloaded rustls v0.23.14 |
734 | 2024-10-30T22:40:04.849Z | Downloaded sled v0.34.7 |
735 | 2024-10-30T22:40:04.849Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
736 | 2024-10-30T22:40:04.853Z | Downloaded diesel v2.2.4 |
737 | 2024-10-30T22:40:04.860Z | Downloaded rustls v0.22.4 |
738 | 2024-10-30T22:40:04.869Z | Downloaded smoltcp v0.11.0 |
739 | 2024-10-30T22:40:04.881Z | Downloaded nix v0.29.0 |
740 | 2024-10-30T22:40:04.894Z | Downloaded regex-syntax v0.8.5 |
741 | 2024-10-30T22:40:04.901Z | Downloaded regex-automata v0.4.8 |
742 | 2024-10-30T22:40:04.919Z | Downloaded rustix v0.38.37 |
743 | 2024-10-30T22:40:04.937Z | Downloaded openapiv3 v2.0.0 |
744 | 2024-10-30T22:40:04.949Z | Downloaded clap_builder v4.5.20 |
745 | 2024-10-30T22:40:04.955Z | Downloaded webpki-roots v0.26.6 |
746 | 2024-10-30T22:40:04.959Z | Downloaded regex v1.11.0 |
747 | 2024-10-30T22:40:04.971Z | Downloaded proptest v1.5.0 |
748 | 2024-10-30T22:40:04.981Z | Downloaded qorb v0.1.2 |
749 | 2024-10-30T22:40:04.985Z | Downloaded libc v0.2.161 |
750 | 2024-10-30T22:40:05.011Z | Downloaded petgraph v0.6.5 |
751 | 2024-10-30T22:40:05.026Z | Downloaded libz-sys v1.1.20 |
752 | 2024-10-30T22:40:05.047Z | Downloaded rayon v1.10.0 |
753 | 2024-10-30T22:40:05.054Z | Downloaded salty v0.3.0 |
754 | 2024-10-30T22:40:05.062Z | Downloaded pest_generator v2.7.14 |
755 | 2024-10-30T22:40:05.065Z | Downloaded peg v0.8.4 |
756 | 2024-10-30T22:40:05.071Z | Downloaded rustls-native-certs v0.7.3 |
757 | 2024-10-30T22:40:05.071Z | Downloaded dhcproto v0.12.0 |
758 | 2024-10-30T22:40:05.073Z | Downloaded crossterm v0.28.1 |
759 | 2024-10-30T22:40:05.078Z | Downloaded x509-cert v0.2.5 |
760 | 2024-10-30T22:40:05.083Z | Downloaded nibble_vec v0.1.0 |
761 | 2024-10-30T22:40:05.086Z | Downloaded slog-term v2.9.1 |
762 | 2024-10-30T22:40:05.086Z | Downloaded debug-ignore v1.0.5 |
763 | 2024-10-30T22:40:05.092Z | Downloaded toml_edit v0.19.15 |
764 | 2024-10-30T22:40:05.104Z | Downloaded tokio v1.40.0 |
765 | 2024-10-30T22:40:05.141Z | Downloaded csv v1.3.0 |
766 | 2024-10-30T22:40:05.156Z | Downloaded sha3 v0.10.8 |
767 | 2024-10-30T22:40:05.162Z | Downloaded lzma-sys v0.1.20 |
768 | 2024-10-30T22:40:05.189Z | Downloaded unicode-ident v1.0.13 |
769 | 2024-10-30T22:40:05.194Z | Downloaded unicode-normalization v0.1.24 |
770 | 2024-10-30T22:40:05.197Z | Downloaded snafu v0.8.5 |
771 | 2024-10-30T22:40:05.203Z | Downloaded signal-hook-registry v1.4.2 |
772 | 2024-10-30T22:40:05.207Z | Downloaded test-strategy v0.3.1 |
773 | 2024-10-30T22:40:05.208Z | Downloaded polling v3.7.3 |
774 | 2024-10-30T22:40:05.211Z | Downloaded reedline v0.35.0 |
775 | 2024-10-30T22:40:05.214Z | Downloaded multer v3.1.0 |
776 | 2024-10-30T22:40:05.217Z | Downloaded num-bigint v0.4.6 |
777 | 2024-10-30T22:40:05.220Z | Downloaded yansi v1.0.1 |
778 | 2024-10-30T22:40:05.223Z | Downloaded pest v2.7.14 |
779 | 2024-10-30T22:40:05.228Z | Downloaded slab v0.4.9 |
780 | 2024-10-30T22:40:05.232Z | Downloaded universal-hash v0.5.1 |
781 | 2024-10-30T22:40:05.232Z | Downloaded defmt v0.3.8 |
782 | 2024-10-30T22:40:05.236Z | Downloaded whoami v1.5.2 |
783 | 2024-10-30T22:40:05.243Z | Downloaded typenum v1.17.0 |
784 | 2024-10-30T22:40:05.243Z | Downloaded reqwest v0.11.27 |
785 | 2024-10-30T22:40:05.247Z | Downloaded ssh-key v0.6.6 |
786 | 2024-10-30T22:40:05.250Z | Downloaded convert_case v0.4.0 |
787 | 2024-10-30T22:40:05.254Z | Downloaded sct v0.7.1 |
788 | 2024-10-30T22:40:05.257Z | Downloaded p384 v0.13.0 |
789 | 2024-10-30T22:40:05.262Z | Downloaded primeorder v0.13.6 |
790 | 2024-10-30T22:40:05.265Z | Downloaded httpmock v0.8.0-alpha.1 |
791 | 2024-10-30T22:40:05.278Z | Downloaded tracing v0.1.40 |
792 | 2024-10-30T22:40:05.283Z | Downloaded tinyvec v1.8.0 |
793 | 2024-10-30T22:40:05.286Z | Downloaded pretty_assertions v1.4.1 |
794 | 2024-10-30T22:40:05.286Z | Downloaded time-macros v0.2.18 |
795 | 2024-10-30T22:40:05.292Z | Downloaded bindgen v0.69.5 |
796 | 2024-10-30T22:40:05.298Z | Downloaded encoding_rs v0.8.34 |
797 | 2024-10-30T22:40:05.315Z | Downloaded rustc-hash v1.1.0 |
798 | 2024-10-30T22:40:05.318Z | Downloaded phf_codegen v0.11.2 |
799 | 2024-10-30T22:40:05.318Z | Downloaded chrono v0.4.38 |
800 | 2024-10-30T22:40:05.322Z | Downloaded reqwest v0.12.8 |
801 | 2024-10-30T22:40:05.333Z | Downloaded hkdf v0.12.4 |
802 | 2024-10-30T22:40:05.333Z | Downloaded parse-zoneinfo v0.3.1 |
803 | 2024-10-30T22:40:05.339Z | Downloaded thiserror v1.0.64 |
804 | 2024-10-30T22:40:05.341Z | Downloaded slog-stdlog v4.1.1 |
805 | 2024-10-30T22:40:05.342Z | Downloaded twox-hash v1.6.3 |
806 | 2024-10-30T22:40:05.346Z | Downloaded serde_json v1.0.128 |
807 | 2024-10-30T22:40:05.349Z | Downloaded trybuild v1.0.100 |
808 | 2024-10-30T22:40:05.355Z | Downloaded num-integer v0.1.46 |
809 | 2024-10-30T22:40:05.362Z | Downloaded papergrid v0.11.0 |
810 | 2024-10-30T22:40:05.366Z | Downloaded tar v0.4.42 |
811 | 2024-10-30T22:40:05.370Z | Downloaded salsa20 v0.10.2 |
812 | 2024-10-30T22:40:05.370Z | Downloaded paste v1.0.15 |
813 | 2024-10-30T22:40:05.376Z | Downloaded rcgen v0.12.1 |
814 | 2024-10-30T22:40:05.376Z | Downloaded futures-util v0.3.31 |
815 | 2024-10-30T22:40:05.384Z | Downloaded hashbrown v0.15.0 |
816 | 2024-10-30T22:40:05.389Z | Downloaded derive-where v1.2.7 |
817 | 2024-10-30T22:40:05.392Z | Downloaded path-tree v0.8.1 |
818 | 2024-10-30T22:40:05.395Z | Downloaded linked-hash-map v0.5.6 |
819 | 2024-10-30T22:40:05.395Z | Downloaded linear-map v1.2.0 |
820 | 2024-10-30T22:40:05.399Z | Downloaded crypto-common v0.1.6 |
821 | 2024-10-30T22:40:05.399Z | Downloaded maplit v1.0.2 |
822 | 2024-10-30T22:40:05.399Z | Downloaded signature v2.2.0 |
823 | 2024-10-30T22:40:05.399Z | Downloaded yasna v0.5.2 |
824 | 2024-10-30T22:40:05.402Z | Downloaded predicates v3.1.2 |
825 | 2024-10-30T22:40:05.406Z | Downloaded tokio-tungstenite v0.23.1 |
826 | 2024-10-30T22:40:05.406Z | Downloaded tracing-core v0.1.32 |
827 | 2024-10-30T22:40:05.413Z | Downloaded rayon-core v1.12.1 |
828 | 2024-10-30T22:40:05.417Z | Downloaded crossbeam-utils v0.8.20 |
829 | 2024-10-30T22:40:05.417Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
830 | 2024-10-30T22:40:05.471Z | Downloaded ref-cast-impl v1.0.23 |
831 | 2024-10-30T22:40:05.478Z | Downloaded ref-cast v1.0.23 |
832 | 2024-10-30T22:40:05.478Z | Downloaded elliptic-curve v0.13.8 |
833 | 2024-10-30T22:40:05.478Z | Downloaded hickory-resolver v0.24.1 |
834 | 2024-10-30T22:40:05.483Z | Downloaded ron v0.7.1 |
835 | 2024-10-30T22:40:05.485Z | Downloaded unicode-properties v0.1.3 |
836 | 2024-10-30T22:40:05.488Z | Downloaded password-hash v0.4.2 |
837 | 2024-10-30T22:40:05.488Z | Downloaded const_format v0.2.33 |
838 | 2024-10-30T22:40:05.492Z | Downloaded hashbrown v0.13.2 |
839 | 2024-10-30T22:40:05.495Z | Downloaded lazy_static v1.5.0 |
840 | 2024-10-30T22:40:05.498Z | Downloaded cookie_store v0.21.0 |
841 | 2024-10-30T22:40:05.503Z | Downloaded typify v0.2.0 |
842 | 2024-10-30T22:40:05.506Z | Downloaded derive_more v0.99.18 |
843 | 2024-10-30T22:40:05.506Z | Downloaded tungstenite v0.24.0 |
844 | 2024-10-30T22:40:05.511Z | Downloaded heapless v0.8.0 |
845 | 2024-10-30T22:40:05.518Z | Downloaded enum-as-inner v0.5.1 |
846 | 2024-10-30T22:40:05.518Z | Downloaded sha2 v0.10.8 |
847 | 2024-10-30T22:40:05.524Z | Downloaded semver v1.0.23 |
848 | 2024-10-30T22:40:05.524Z | Downloaded oso v0.27.3 |
849 | 2024-10-30T22:40:05.524Z | Downloaded predicates-core v1.0.8 |
850 | 2024-10-30T22:40:05.524Z | Downloaded plain v0.2.3 |
851 | 2024-10-30T22:40:05.530Z | Downloaded pkg-config v0.3.31 |
852 | 2024-10-30T22:40:05.530Z | Downloaded subprocess v0.2.9 |
853 | 2024-10-30T22:40:05.530Z | Downloaded pkcs5 v0.7.1 |
854 | 2024-10-30T22:40:05.536Z | Downloaded derive_builder_core v0.20.2 |
855 | 2024-10-30T22:40:05.536Z | Downloaded walkdir v2.5.0 |
856 | 2024-10-30T22:40:05.536Z | Downloaded proc-macro2 v1.0.87 |
857 | 2024-10-30T22:40:05.543Z | Downloaded pkcs8 v0.10.2 |
858 | 2024-10-30T22:40:05.543Z | Downloaded httparse v1.9.5 |
859 | 2024-10-30T22:40:05.547Z | Downloaded oorandom v11.1.4 |
860 | 2024-10-30T22:40:05.547Z | Downloaded num_enum v0.5.11 |
861 | 2024-10-30T22:40:05.547Z | Downloaded num_cpus v1.16.0 |
862 | 2024-10-30T22:40:05.550Z | Downloaded memoffset v0.9.1 |
863 | 2024-10-30T22:40:05.551Z | Downloaded memmap v0.7.0 |
864 | 2024-10-30T22:40:05.553Z | Downloaded libefi-sys v0.1.0 |
865 | 2024-10-30T22:40:05.553Z | Downloaded keccak v0.1.5 |
866 | 2024-10-30T22:40:05.553Z | Downloaded internet-checksum v0.2.1 |
867 | 2024-10-30T22:40:05.553Z | Downloaded csv-core v0.1.11 |
868 | 2024-10-30T22:40:05.557Z | Downloaded xattr v1.3.1 |
869 | 2024-10-30T22:40:05.557Z | Downloaded chacha20poly1305 v0.10.1 |
870 | 2024-10-30T22:40:05.557Z | Downloaded flume v0.11.0 |
871 | 2024-10-30T22:40:05.560Z | Downloaded either v1.13.0 |
872 | 2024-10-30T22:40:05.567Z | Downloaded spin v0.9.8 |
873 | 2024-10-30T22:40:05.567Z | Downloaded rstest v0.23.0 |
874 | 2024-10-30T22:40:05.574Z | Downloaded blake2b_simd v1.0.2 |
875 | 2024-10-30T22:40:05.574Z | Downloaded half v2.4.1 |
876 | 2024-10-30T22:40:05.580Z | Downloaded hyper-staticfile v0.10.1 |
877 | 2024-10-30T22:40:05.580Z | Downloaded bitflags v2.6.0 |
878 | 2024-10-30T22:40:05.586Z | Downloaded unarray v0.1.4 |
879 | 2024-10-30T22:40:05.586Z | Downloaded serde_derive_internals v0.29.1 |
880 | 2024-10-30T22:40:05.586Z | Downloaded rand_seeder v0.3.0 |
881 | 2024-10-30T22:40:05.587Z | Downloaded async-io v2.3.4 |
882 | 2024-10-30T22:40:05.589Z | Downloaded camino v1.1.9 |
883 | 2024-10-30T22:40:05.590Z | Downloaded bzip2 v0.4.4 |
884 | 2024-10-30T22:40:05.590Z | Downloaded signal-hook-mio v0.2.4 |
885 | 2024-10-30T22:40:05.590Z | Downloaded rustfmt-wrapper v0.2.1 |
886 | 2024-10-30T22:40:05.595Z | Downloaded cargo_metadata v0.18.1 |
887 | 2024-10-30T22:40:05.595Z | Downloaded async-trait v0.1.83 |
888 | 2024-10-30T22:40:05.598Z | Downloaded async-lock v3.4.0 |
889 | 2024-10-30T22:40:05.598Z | Downloaded serde_path_to_error v0.1.16 |
890 | 2024-10-30T22:40:05.598Z | Downloaded ppv-lite86 v0.2.20 |
891 | 2024-10-30T22:40:05.601Z | Downloaded bitfield v0.14.0 |
892 | 2024-10-30T22:40:05.601Z | Downloaded hubpack v0.1.2 |
893 | 2024-10-30T22:40:05.604Z | Downloaded httptest v0.16.1 |
894 | 2024-10-30T22:40:05.604Z | Downloaded cc v1.1.30 |
895 | 2024-10-30T22:40:05.610Z | Downloaded async-process v2.3.0 |
896 | 2024-10-30T22:40:05.612Z | Downloaded assert_cmd v2.0.16 |
897 | 2024-10-30T22:40:05.612Z | Downloaded argon2 v0.5.3 |
898 | 2024-10-30T22:40:05.612Z | Downloaded cast v0.3.0 |
899 | 2024-10-30T22:40:05.612Z | Downloaded funty v2.0.0 |
900 | 2024-10-30T22:40:05.612Z | Downloaded chrono-tz-build v0.4.0 |
901 | 2024-10-30T22:40:05.619Z | Downloaded cbc v0.1.2 |
902 | 2024-10-30T22:40:05.619Z | Downloaded float-cmp v0.9.0 |
903 | 2024-10-30T22:40:05.619Z | Downloaded flagset v0.4.6 |
904 | 2024-10-30T22:40:05.626Z | Downloaded async-bb8-diesel v0.2.1 |
905 | 2024-10-30T22:40:05.627Z | Downloaded block-buffer v0.10.4 |
906 | 2024-10-30T22:40:05.627Z | Downloaded blocking v1.6.1 |
907 | 2024-10-30T22:40:05.627Z | Downloaded base16ct v0.2.0 |
908 | 2024-10-30T22:40:05.627Z | Downloaded form_urlencoded v1.2.1 |
909 | 2024-10-30T22:40:05.627Z | Downloaded ghash v0.5.1 |
910 | 2024-10-30T22:40:05.631Z | Downloaded home v0.5.9 |
911 | 2024-10-30T22:40:05.631Z | Downloaded hex v0.4.3 |
912 | 2024-10-30T22:40:05.631Z | Downloaded hash32 v0.3.1 |
913 | 2024-10-30T22:40:05.631Z | Downloaded filetime v0.2.25 |
914 | 2024-10-30T22:40:05.973Z | Downloaded ring v0.17.8 |
915 | 2024-10-30T22:40:06.148Z | Downloaded ring v0.16.20 |
916 | 2024-10-30T22:40:06.224Z | Downloaded libsqlite3-sys v0.30.1 |
917 | 2024-10-30T22:40:06.563Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
918 | 2024-10-30T22:40:29.503Z | Startup: Refreshing catalog 'helios-dev' ... Done |
919 | 2024-10-30T22:40:32.924Z | Startup: Caching catalogs ... Done |
920 | 2024-10-30T22:40:39.849Z | Planning: Solver setup ... Done (6.165s) |
921 | 2024-10-30T22:40:39.941Z | Planning: Running solver ... Done (0.091s) |
922 | 2024-10-30T22:40:40.081Z | Planning: Finding local manifests ... Done (0.062s) |
923 | 2024-10-30T22:40:40.094Z | Planning: Fetching manifests: 0/5 0% complete |
924 | 2024-10-30T22:40:40.314Z | Planning: Fetching manifests: 5/5 100% complete |
925 | 2024-10-30T22:40:40.554Z | Planning: Package planning ... Done (0.240s) |
926 | 2024-10-30T22:40:40.610Z | Planning: Merging actions ... Done (0.055s) |
927 | 2024-10-30T22:40:41.501Z | Planning: Checking for conflicting actions ... Done (0.891s) |
928 | 2024-10-30T22:40:49.610Z | Planning: Consolidating action changes ... Done (8.108s) |
929 | 2024-10-30T22:40:50.000Z | Planning: Evaluating mediators ... Done (0.390s) |
930 | 2024-10-30T22:40:50.080Z | Planning: Planning completed in 17.07 seconds |
931 | 2024-10-30T22:40:50.932Z | Packages to install: 4 |
932 | 2024-10-30T22:40:50.932Z | Packages to update: 1 |
933 | 2024-10-30T22:40:50.932Z | Mediators to change: 2 |
934 | 2024-10-30T22:40:50.936Z | Services to change: 1 |
935 | 2024-10-30T22:40:50.936Z | Estimated space available: 155.38 GB |
936 | 2024-10-30T22:40:50.936Z | Estimated space to be consumed: 1.58 GB |
937 | 2024-10-30T22:40:50.936Z | Create boot environment: No |
938 | 2024-10-30T22:40:50.936Z | Create backup boot environment: Yes |
939 | 2024-10-30T22:40:50.936Z | Rebuild boot archive: No |
940 | 2024-10-30T22:40:50.936Z | |
941 | 2024-10-30T22:40:50.936Z | Changed mediators: |
942 | 2024-10-30T22:40:50.936Z | mediator clang: |
943 | 2024-10-30T22:40:50.936Z | version: None -> 15 (system default) |
944 | 2024-10-30T22:40:50.936Z | |
945 | 2024-10-30T22:40:50.936Z | mediator llvm: |
946 | 2024-10-30T22:40:50.936Z | version: 14 (system default) -> 15 (system default) |
947 | 2024-10-30T22:40:50.936Z | |
948 | 2024-10-30T22:40:50.936Z | Changed packages: |
949 | 2024-10-30T22:40:50.936Z | helios-dev |
950 | 2024-10-30T22:40:50.936Z | developer/build-essential |
951 | 2024-10-30T22:40:50.936Z | None -> 11-2.0 |
952 | 2024-10-30T22:40:50.936Z | library/libxmlsec1 |
953 | 2024-10-30T22:40:50.936Z | None -> 1.2.35-2.0 |
954 | 2024-10-30T22:40:50.937Z | ooce/developer/clang-15 |
955 | 2024-10-30T22:40:50.937Z | None -> 15.0.7-2.0 |
956 | 2024-10-30T22:40:50.937Z | ooce/developer/llvm-15 |
957 | 2024-10-30T22:40:50.937Z | None -> 15.0.7-2.0 |
958 | 2024-10-30T22:40:50.937Z | package/pkg |
959 | 2024-10-30T22:40:50.937Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
960 | 2024-10-30T22:40:50.937Z | |
961 | 2024-10-30T22:40:50.937Z | Services: |
962 | 2024-10-30T22:40:50.937Z | restart_fmri: |
963 | 2024-10-30T22:40:50.937Z | svc:/system/update-man-index:default |
964 | 2024-10-30T22:40:50.937Z | |
965 | 2024-10-30T22:40:50.937Z | Editable files to change: |
966 | 2024-10-30T22:40:50.937Z | Update: |
967 | 2024-10-30T22:40:50.937Z | usr/share/lib/pkg/web/config.shtml |
968 | 2024-10-30T22:40:51.399Z | |
969 | 2024-10-30T22:40:51.399Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
970 | 2024-10-30T22:40:56.400Z | Download: 1186/4281 items 67.1/220.6MB 30% complete (13.4M/s) |
971 | 2024-10-30T22:41:01.405Z | Download: 2130/4281 items 118.9/220.6MB 53% complete (12.0M/s) |
972 | 2024-10-30T22:41:06.459Z | Download: 3148/4281 items 156.3/220.6MB 70% complete (9.3M/s) |
973 | 2024-10-30T22:41:12.119Z | Download: 3287/4281 items 211.8/220.6MB 95% complete (9.3M/s) |
974 | 2024-10-30T22:41:17.128Z | Download: 3813/4281 items 217.6/220.6MB 98% complete (5.1M/s) |
975 | 2024-10-30T22:41:22.067Z | Download: Completed 220.60 MB in 30.67 seconds (7.2M/s) |
976 | 2024-10-30T22:41:24.051Z | Actions: 1/5063 actions (Removing old actions) |
977 | 2024-10-30T22:41:24.068Z | Actions: 194/5063 actions (Installing new actions) |
978 | 2024-10-30T22:41:29.247Z | Actions: 4079/5063 actions (Installing new actions) |
979 | 2024-10-30T22:41:29.956Z | Actions: 4226/5063 actions (Updating modified actions) |
980 | 2024-10-30T22:41:30.344Z | Actions: Completed 5063 actions in 6.30 seconds. |
981 | 2024-10-30T22:41:30.717Z | Done (0.365s) |
982 | 2024-10-30T22:41:30.719Z | Done (0.000s) |
983 | 2024-10-30T22:41:31.226Z | Done (0.507s) |
984 | 2024-10-30T22:41:38.516Z | Done (7.083s) |
985 | 2024-10-30T22:41:39.059Z | Done (0.471s) |
986 | 2024-10-30T22:41:39.062Z | Done (0.000s) |
987 | 2024-10-30T22:41:39.253Z | Done (0.000s) |
988 | 2024-10-30T22:41:39.908Z | Planning: Evaluating mediator changes ... Done |
989 | 2024-10-30T22:41:40.073Z | Planning: Checking for conflicting actions ... Done |
990 | 2024-10-30T22:41:40.075Z | Planning: Consolidating action changes ... Done |
991 | 2024-10-30T22:41:40.347Z | Planning: Evaluating mediators ... Done |
992 | 2024-10-30T22:41:40.349Z | Planning: Planning completed in 0.44 seconds |
993 | 2024-10-30T22:41:40.386Z | Mediators to change: 2 |
994 | 2024-10-30T22:41:40.386Z | Create boot environment: No |
995 | 2024-10-30T22:41:40.388Z | Create backup boot environment: No |
996 | 2024-10-30T22:41:40.481Z | Done |
997 | 2024-10-30T22:41:40.481Z | Done |
998 | 2024-10-30T22:41:40.802Z | Done |
999 | 2024-10-30T22:41:44.387Z | Done |
1000 | 2024-10-30T22:41:44.473Z | Done |
1001 | 2024-10-30T22:41:44.475Z | Done |
1002 | 2024-10-30T22:41:44.610Z | Done |
1003 | 2024-10-30T22:41:45.231Z | Planning: Evaluating mediator changes ... Done |
1004 | 2024-10-30T22:41:45.233Z | Planning: Merging actions ... Done |
1005 | 2024-10-30T22:41:45.421Z | Planning: Checking for conflicting actions ... Done |
1006 | 2024-10-30T22:41:45.424Z | Planning: Consolidating action changes ... Done |
1007 | 2024-10-30T22:41:45.691Z | Planning: Evaluating mediators ... Done |
1008 | 2024-10-30T22:41:45.747Z | Planning: Planning completed in 0.76 seconds |
1009 | 2024-10-30T22:41:45.788Z | Packages to change: 1 |
1010 | 2024-10-30T22:41:45.789Z | Mediators to change: 1 |
1011 | 2024-10-30T22:41:45.791Z | Services to change: 1 |
1012 | 2024-10-30T22:41:45.791Z | Create boot environment: No |
1013 | 2024-10-30T22:41:45.791Z | Create backup boot environment: Yes |
1014 | 2024-10-30T22:41:48.043Z | Actions: 1/6 actions (Updating modified actions) |
1015 | 2024-10-30T22:41:48.168Z | Actions: Completed 6 actions in 0.12 seconds. |
1016 | 2024-10-30T22:41:48.171Z | Done |
1017 | 2024-10-30T22:41:48.171Z | Done |
1018 | 2024-10-30T22:41:48.271Z | Done |
1019 | 2024-10-30T22:41:51.844Z | Done |
1020 | 2024-10-30T22:41:51.940Z | Done |
1021 | 2024-10-30T22:41:51.944Z | Done |
1022 | 2024-10-30T22:41:52.093Z | Done |
1023 | 2024-10-30T22:41:52.537Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1024 | 2024-10-30T22:41:52.537Z | clang system 15 system |
1025 | 2024-10-30T22:41:52.537Z | csh system system illumos |
1026 | 2024-10-30T22:41:52.537Z | ctags system system illumos |
1027 | 2024-10-30T22:41:52.537Z | gcc vendor 12 vendor |
1028 | 2024-10-30T22:41:52.537Z | gcc system 10 system |
1029 | 2024-10-30T22:41:52.537Z | gcc system 7 system |
1030 | 2024-10-30T22:41:52.538Z | go system 1.20 system |
1031 | 2024-10-30T22:41:52.538Z | go system 1.19 system |
1032 | 2024-10-30T22:41:52.538Z | llvm system 15 system |
1033 | 2024-10-30T22:41:52.538Z | llvm system 14 system |
1034 | 2024-10-30T22:41:52.538Z | mariadb system 10.6 system |
1035 | 2024-10-30T22:41:52.538Z | mta vendor vendor dma |
1036 | 2024-10-30T22:41:52.538Z | openjdk system 17 system |
1037 | 2024-10-30T22:41:52.538Z | openjdk system 11 system |
1038 | 2024-10-30T22:41:52.538Z | openjdk system 1.8 system |
1039 | 2024-10-30T22:41:52.538Z | openssl vendor 3 vendor |
1040 | 2024-10-30T22:41:52.538Z | perl system 5.36 system |
1041 | 2024-10-30T22:41:52.538Z | postgresql system 15 system |
1042 | 2024-10-30T22:41:52.538Z | postgresql system 13 system |
1043 | 2024-10-30T22:41:52.538Z | python vendor 3 vendor |
1044 | 2024-10-30T22:41:52.538Z | python system 2 system |
1045 | 2024-10-30T22:41:52.538Z | python3 system 3.11 system |
1046 | 2024-10-30T22:41:52.538Z | ruby system 3.0 system |
1047 | 2024-10-30T22:41:52.538Z | words vendor vendor american-english |
1048 | 2024-10-30T22:41:52.538Z | words system system australian-english |
1049 | 2024-10-30T22:41:52.538Z | words system system british-english |
1050 | 2024-10-30T22:41:52.538Z | words system system canadian-english |
1051 | 2024-10-30T22:41:52.538Z | words system system french |
1052 | 2024-10-30T22:41:52.538Z | words system system italian |
1053 | 2024-10-30T22:41:52.538Z | words system system ngerman |
1054 | 2024-10-30T22:41:52.538Z | words system system ogerman |
1055 | 2024-10-30T22:41:52.538Z | words system system spanish |
1056 | 2024-10-30T22:41:52.872Z | PUBLISHER TYPE STATUS P LOCATION |
1057 | 2024-10-30T22:41:52.872Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1058 | 2024-10-30T22:41:55.241Z | FMRI IFO |
1059 | 2024-10-30T22:41:55.241Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1060 | 2024-10-30T22:41:55.241Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1061 | 2024-10-30T22:41:55.241Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1062 | 2024-10-30T22:41:55.241Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1063 | 2024-10-30T22:41:55.241Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1064 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1065 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1066 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1067 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1068 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1069 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1070 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1071 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1072 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1073 | 2024-10-30T22:41:55.242Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1074 | 2024-10-30T22:41:56.187Z | Downloading crates ... |
1075 | 2024-10-30T22:41:56.280Z | Downloaded cargo_toml v0.20.5 |
1076 | 2024-10-30T22:41:56.416Z | Compiling proc-macro2 v1.0.87 |
1077 | 2024-10-30T22:41:56.416Z | Compiling unicode-ident v1.0.13 |
1078 | 2024-10-30T22:41:56.416Z | Compiling version_check v0.9.5 |
1079 | 2024-10-30T22:41:56.418Z | Compiling serde v1.0.210 |
1080 | 2024-10-30T22:41:56.419Z | Compiling memchr v2.7.4 |
1081 | 2024-10-30T22:41:56.419Z | Compiling thiserror v1.0.64 |
1082 | 2024-10-30T22:41:56.440Z | Compiling libc v0.2.161 |
1083 | 2024-10-30T22:41:56.443Z | Compiling ryu v1.0.18 |
1084 | 2024-10-30T22:41:56.668Z | Compiling itoa v1.0.11 |
1085 | 2024-10-30T22:41:56.766Z | Compiling ucd-trie v0.1.7 |
1086 | 2024-10-30T22:41:57.154Z | Compiling once_cell v1.20.2 |
1087 | 2024-10-30T22:41:57.277Z | Compiling byteorder v1.5.0 |
1088 | 2024-10-30T22:41:57.448Z | Compiling rustix v0.38.37 |
1089 | 2024-10-30T22:41:57.601Z | Compiling serde_json v1.0.128 |
1090 | 2024-10-30T22:41:58.359Z | Compiling bitflags v2.6.0 |
1091 | 2024-10-30T22:41:58.390Z | Compiling usdt-impl v0.5.0 |
1092 | 2024-10-30T22:41:58.442Z | Compiling proc-macro-error-attr v1.0.4 |
1093 | 2024-10-30T22:41:58.574Z | Compiling syn v1.0.109 |
1094 | 2024-10-30T22:41:58.615Z | Compiling proc-macro-error v1.0.4 |
1095 | 2024-10-30T22:41:58.698Z | Compiling equivalent v1.0.1 |
1096 | 2024-10-30T22:41:58.749Z | Compiling camino v1.1.9 |
1097 | 2024-10-30T22:41:58.792Z | Compiling hashbrown v0.15.0 |
1098 | 2024-10-30T22:41:58.806Z | Compiling log v0.4.22 |
1099 | 2024-10-30T22:41:58.888Z | Compiling utf8parse v0.2.2 |
1100 | 2024-10-30T22:41:59.030Z | Compiling thread-id v4.2.2 |
1101 | 2024-10-30T22:41:59.095Z | Compiling plain v0.2.3 |
1102 | 2024-10-30T22:41:59.130Z | Compiling anstyle-parse v0.2.5 |
1103 | 2024-10-30T22:41:59.221Z | Compiling winnow v0.6.20 |
1104 | 2024-10-30T22:41:59.290Z | Compiling autocfg v1.4.0 |
1105 | 2024-10-30T22:41:59.339Z | Compiling quote v1.0.37 |
1106 | 2024-10-30T22:41:59.494Z | Compiling colorchoice v1.0.2 |
1107 | 2024-10-30T22:41:59.532Z | Compiling errno v0.3.9 |
1108 | 2024-10-30T22:41:59.641Z | Compiling anstyle v1.0.8 |
1109 | 2024-10-30T22:41:59.741Z | Compiling syn v2.0.79 |
1110 | 2024-10-30T22:41:59.990Z | Compiling indexmap v2.6.0 |
1111 | 2024-10-30T22:42:00.082Z | Compiling semver v1.0.23 |
1112 | 2024-10-30T22:42:00.331Z | Compiling is_terminal_polyfill v1.70.1 |
1113 | 2024-10-30T22:42:00.446Z | Compiling anstyle-query v1.1.1 |
1114 | 2024-10-30T22:42:00.577Z | Compiling pretty-hex v0.4.1 |
1115 | 2024-10-30T22:42:00.601Z | Compiling unicode-width v0.1.14 |
1116 | 2024-10-30T22:42:00.812Z | Compiling anstream v0.6.15 |
1117 | 2024-10-30T22:42:01.120Z | Compiling fs-err v2.11.0 |
1118 | 2024-10-30T22:42:01.406Z | Compiling clap_lex v0.7.2 |
1119 | 2024-10-30T22:42:01.418Z | Compiling fnv v1.0.7 |
1120 | 2024-10-30T22:42:01.478Z | Compiling fastrand v2.1.1 |
1121 | 2024-10-30T22:42:01.480Z | Compiling heck v0.5.0 |
1122 | 2024-10-30T22:42:01.524Z | Compiling heck v0.4.1 |
1123 | 2024-10-30T22:42:01.866Z | Compiling strsim v0.11.1 |
1124 | 2024-10-30T22:42:01.968Z | Compiling terminal_size v0.4.0 |
1125 | 2024-10-30T22:42:02.040Z | Compiling bytecount v0.6.8 |
1126 | 2024-10-30T22:42:02.167Z | Compiling anyhow v1.0.89 |
1127 | 2024-10-30T22:42:02.265Z | Compiling cfg-if v1.0.0 |
1128 | 2024-10-30T22:42:02.349Z | Compiling tempfile v3.13.0 |
1129 | 2024-10-30T22:42:02.437Z | Compiling clap_builder v4.5.20 |
1130 | 2024-10-30T22:42:02.699Z | Compiling papergrid v0.11.0 |
1131 | 2024-10-30T22:42:02.917Z | Compiling memmap v0.7.0 |
1132 | 2024-10-30T22:42:03.079Z | Compiling unicode-linebreak v0.1.5 |
1133 | 2024-10-30T22:42:03.160Z | Compiling smawk v0.3.2 |
1134 | 2024-10-30T22:42:03.488Z | Compiling textwrap v0.16.1 |
1135 | 2024-10-30T22:42:03.553Z | Compiling swrite v0.1.0 |
1136 | 2024-10-30T22:42:04.861Z | Compiling tabled_derive v0.7.0 |
1137 | 2024-10-30T22:42:06.371Z | Compiling tabled v0.15.0 |
1138 | 2024-10-30T22:42:07.781Z | Compiling serde_derive v1.0.210 |
1139 | 2024-10-30T22:42:07.781Z | Compiling thiserror-impl v1.0.64 |
1140 | 2024-10-30T22:42:07.783Z | Compiling zerocopy-derive v0.7.35 |
1141 | 2024-10-30T22:42:07.784Z | Compiling scroll_derive v0.12.0 |
1142 | 2024-10-30T22:42:07.784Z | Compiling clap_derive v4.5.18 |
1143 | 2024-10-30T22:42:08.992Z | Compiling scroll v0.12.0 |
1144 | 2024-10-30T22:42:09.372Z | Compiling zerocopy v0.7.35 |
1145 | 2024-10-30T22:42:09.496Z | Compiling goblin v0.8.2 |
1146 | 2024-10-30T22:42:10.083Z | Compiling pest v2.7.14 |
1147 | 2024-10-30T22:42:11.027Z | Compiling clap v4.5.20 |
1148 | 2024-10-30T22:42:12.373Z | Compiling pest_meta v2.7.14 |
1149 | 2024-10-30T22:42:13.160Z | Compiling pest_generator v2.7.14 |
1150 | 2024-10-30T22:42:14.696Z | Compiling pest_derive v2.7.14 |
1151 | 2024-10-30T22:42:15.358Z | Compiling dtrace-parser v0.2.0 |
1152 | 2024-10-30T22:42:17.294Z | Compiling toml_datetime v0.6.8 |
1153 | 2024-10-30T22:42:17.294Z | Compiling serde_spanned v0.6.8 |
1154 | 2024-10-30T22:42:17.297Z | Compiling cargo-platform v0.1.8 |
1155 | 2024-10-30T22:42:17.653Z | Compiling serde_tokenstream v0.2.2 |
1156 | 2024-10-30T22:42:17.717Z | Compiling toml_edit v0.22.22 |
1157 | 2024-10-30T22:42:17.818Z | Compiling macaddr v1.0.1 |
1158 | 2024-10-30T22:42:17.887Z | Compiling camino-tempfile v1.1.1 |
1159 | 2024-10-30T22:42:18.700Z | Compiling dof v0.3.0 |
1160 | 2024-10-30T22:42:18.700Z | Compiling cargo_metadata v0.18.1 |
1161 | 2024-10-30T22:42:20.428Z | Compiling toml v0.8.19 |
1162 | 2024-10-30T22:42:20.473Z | Compiling usdt-macro v0.5.0 |
1163 | 2024-10-30T22:42:20.473Z | Compiling usdt-attr-macro v0.5.0 |
1164 | 2024-10-30T22:42:21.232Z | Compiling cargo_toml v0.20.5 |
1165 | 2024-10-30T22:42:21.799Z | Compiling usdt v0.5.0 |
1166 | 2024-10-30T22:42:24.723Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1167 | 2024-10-30T22:42:28.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.81s |
1168 | 2024-10-30T22:42:28.577Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1169 | 2024-10-30T22:42:29.359Z | Compiling serde v1.0.210 |
1170 | 2024-10-30T22:42:29.362Z | Compiling typenum v1.17.0 |
1171 | 2024-10-30T22:42:29.362Z | Compiling generic-array v0.14.7 |
1172 | 2024-10-30T22:42:29.362Z | Compiling lock_api v0.4.12 |
1173 | 2024-10-30T22:42:29.362Z | Compiling scopeguard v1.2.0 |
1174 | 2024-10-30T22:42:29.362Z | Compiling subtle v2.6.1 |
1175 | 2024-10-30T22:42:29.509Z | Compiling syn v2.0.79 |
1176 | 2024-10-30T22:42:29.519Z | Compiling getrandom v0.2.15 |
1177 | 2024-10-30T22:42:29.617Z | Compiling value-bag v1.9.0 |
1178 | 2024-10-30T22:42:29.772Z | Compiling rand_core v0.6.4 |
1179 | 2024-10-30T22:42:29.906Z | Compiling const-oid v0.9.6 |
1180 | 2024-10-30T22:42:30.024Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-10-30T22:42:30.150Z | Compiling log v0.4.22 |
1182 | 2024-10-30T22:42:30.165Z | Compiling smallvec v1.13.2 |
1183 | 2024-10-30T22:42:30.238Z | Compiling jobserver v0.1.32 |
1184 | 2024-10-30T22:42:30.388Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-10-30T22:42:30.466Z | Compiling shlex v1.3.0 |
1186 | 2024-10-30T22:42:30.570Z | Compiling futures-core v0.3.31 |
1187 | 2024-10-30T22:42:30.803Z | Compiling cc v1.1.30 |
1188 | 2024-10-30T22:42:30.852Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2024-10-30T22:42:31.035Z | Compiling mio v1.0.2 |
1190 | 2024-10-30T22:42:31.075Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-10-30T22:42:31.176Z | Compiling futures-sink v0.3.31 |
1192 | 2024-10-30T22:42:31.331Z | Compiling parking_lot v0.12.3 |
1193 | 2024-10-30T22:42:31.495Z | Compiling spin v0.9.8 |
1194 | 2024-10-30T22:42:31.622Z | Compiling socket2 v0.5.7 |
1195 | 2024-10-30T22:42:31.716Z | Compiling slab v0.4.9 |
1196 | 2024-10-30T22:42:31.913Z | Compiling serde_json v1.0.128 |
1197 | 2024-10-30T22:42:32.104Z | Compiling futures-channel v0.3.31 |
1198 | 2024-10-30T22:42:32.164Z | Compiling foldhash v0.1.3 |
1199 | 2024-10-30T22:42:32.214Z | Compiling pin-utils v0.1.0 |
1200 | 2024-10-30T22:42:32.301Z | Compiling futures-task v0.3.31 |
1201 | 2024-10-30T22:42:32.318Z | Compiling tinyvec_macros v0.1.1 |
1202 | 2024-10-30T22:42:32.404Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-10-30T22:42:32.465Z | Compiling futures-io v0.3.31 |
1204 | 2024-10-30T22:42:32.483Z | Compiling tinyvec v1.8.0 |
1205 | 2024-10-30T22:42:32.522Z | Compiling libm v0.2.8 |
1206 | 2024-10-30T22:42:32.568Z | Compiling num-traits v0.2.19 |
1207 | 2024-10-30T22:42:32.607Z | Compiling unicode-bidi v0.3.17 |
1208 | 2024-10-30T22:42:32.807Z | Compiling base64ct v1.6.0 |
1209 | 2024-10-30T22:42:33.094Z | Compiling hashbrown v0.15.0 |
1210 | 2024-10-30T22:42:33.149Z | Compiling flagset v0.4.6 |
1211 | 2024-10-30T22:42:33.349Z | Compiling pem-rfc7468 v0.7.0 |
1212 | 2024-10-30T22:42:33.368Z | Compiling httparse v1.9.5 |
1213 | 2024-10-30T22:42:33.915Z | Compiling unicode-normalization v0.1.24 |
1214 | 2024-10-30T22:42:34.058Z | Compiling tracing-core v0.1.32 |
1215 | 2024-10-30T22:42:34.177Z | Compiling percent-encoding v2.3.1 |
1216 | 2024-10-30T22:42:34.192Z | Compiling rustls-pki-types v1.9.0 |
1217 | 2024-10-30T22:42:34.530Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-10-30T22:42:34.728Z | Compiling ring v0.17.8 |
1219 | 2024-10-30T22:42:35.020Z | Compiling powerfmt v0.2.0 |
1220 | 2024-10-30T22:42:35.168Z | Compiling vcpkg v0.2.15 |
1221 | 2024-10-30T22:42:35.225Z | Compiling num-conv v0.1.0 |
1222 | 2024-10-30T22:42:35.269Z | Compiling untrusted v0.9.0 |
1223 | 2024-10-30T22:42:35.377Z | Compiling pkg-config v0.3.31 |
1224 | 2024-10-30T22:42:35.407Z | Compiling time-core v0.1.2 |
1225 | 2024-10-30T22:42:35.437Z | Compiling deranged v0.3.11 |
1226 | 2024-10-30T22:42:35.571Z | Compiling time-macros v0.2.18 |
1227 | 2024-10-30T22:42:35.997Z | Compiling num_threads v0.1.7 |
1228 | 2024-10-30T22:42:36.123Z | Compiling atomic-waker v1.1.2 |
1229 | 2024-10-30T22:42:36.302Z | Compiling form_urlencoded v1.2.1 |
1230 | 2024-10-30T22:42:36.602Z | Compiling slog v2.7.0 |
1231 | 2024-10-30T22:42:36.699Z | Compiling rustix v0.38.37 |
1232 | 2024-10-30T22:42:36.702Z | Compiling try-lock v0.2.5 |
1233 | 2024-10-30T22:42:36.854Z | Compiling want v0.3.1 |
1234 | 2024-10-30T22:42:37.127Z | Compiling httpdate v1.0.3 |
1235 | 2024-10-30T22:42:37.144Z | Compiling openssl-sys v0.9.103 |
1236 | 2024-10-30T22:42:37.286Z | Compiling idna v0.5.0 |
1237 | 2024-10-30T22:42:37.556Z | Compiling tower-service v0.3.3 |
1238 | 2024-10-30T22:42:37.570Z | Compiling match_cfg v0.1.0 |
1239 | 2024-10-30T22:42:37.658Z | Compiling base64 v0.22.1 |
1240 | 2024-10-30T22:42:37.675Z | Compiling openssl v0.10.66 |
1241 | 2024-10-30T22:42:37.882Z | Compiling rustversion v1.0.17 |
1242 | 2024-10-30T22:42:38.066Z | Compiling iana-time-zone v0.1.61 |
1243 | 2024-10-30T22:42:38.296Z | Compiling foreign-types-shared v0.1.1 |
1244 | 2024-10-30T22:42:38.385Z | Compiling foreign-types v0.3.2 |
1245 | 2024-10-30T22:42:38.442Z | Compiling time v0.3.36 |
1246 | 2024-10-30T22:42:38.460Z | Compiling url v2.5.2 |
1247 | 2024-10-30T22:42:38.475Z | Compiling hostname v0.3.1 |
1248 | 2024-10-30T22:42:38.610Z | Compiling dirs-sys-next v0.1.2 |
1249 | 2024-10-30T22:42:38.715Z | Compiling aho-corasick v1.1.3 |
1250 | 2024-10-30T22:42:38.731Z | Compiling rustls v0.22.4 |
1251 | 2024-10-30T22:42:38.977Z | Compiling regex-syntax v0.8.5 |
1252 | 2024-10-30T22:42:39.144Z | Compiling siphasher v0.3.11 |
1253 | 2024-10-30T22:42:39.442Z | Compiling adler2 v2.0.0 |
1254 | 2024-10-30T22:42:39.624Z | Compiling native-tls v0.2.12 |
1255 | 2024-10-30T22:42:39.925Z | Compiling rustls v0.23.14 |
1256 | 2024-10-30T22:42:39.943Z | Compiling data-encoding v2.6.0 |
1257 | 2024-10-30T22:42:40.224Z | Compiling syn v1.0.109 |
1258 | 2024-10-30T22:42:40.904Z | Compiling miniz_oxide v0.8.0 |
1259 | 2024-10-30T22:42:41.299Z | Compiling dirs-next v2.0.0 |
1260 | 2024-10-30T22:42:41.892Z | Compiling serde_derive_internals v0.29.1 |
1261 | 2024-10-30T22:42:42.279Z | Compiling serde_derive v1.0.210 |
1262 | 2024-10-30T22:42:42.378Z | Compiling zeroize_derive v1.4.2 |
1263 | 2024-10-30T22:42:42.837Z | Compiling zerocopy-derive v0.7.35 |
1264 | 2024-10-30T22:42:43.102Z | Compiling tokio-macros v2.4.0 |
1265 | 2024-10-30T22:42:43.554Z | Compiling thiserror-impl v1.0.64 |
1266 | 2024-10-30T22:42:43.848Z | Compiling zeroize v1.8.1 |
1267 | 2024-10-30T22:42:44.285Z | Compiling futures-macro v0.3.31 |
1268 | 2024-10-30T22:42:44.619Z | Compiling der_derive v0.7.3 |
1269 | 2024-10-30T22:42:44.829Z | Compiling zerocopy v0.7.35 |
1270 | 2024-10-30T22:42:44.861Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-10-30T22:42:45.690Z | Compiling crypto-common v0.1.6 |
1272 | 2024-10-30T22:42:45.908Z | Compiling block-buffer v0.10.4 |
1273 | 2024-10-30T22:42:46.103Z | Compiling futures-util v0.3.31 |
1274 | 2024-10-30T22:42:46.163Z | Compiling digest v0.10.7 |
1275 | 2024-10-30T22:42:46.366Z | Compiling block-padding v0.3.3 |
1276 | 2024-10-30T22:42:46.457Z | Compiling thiserror v1.0.64 |
1277 | 2024-10-30T22:42:46.587Z | Compiling hmac v0.12.1 |
1278 | 2024-10-30T22:42:46.608Z | Compiling inout v0.1.3 |
1279 | 2024-10-30T22:42:46.629Z | Compiling sha2 v0.10.8 |
1280 | 2024-10-30T22:42:46.809Z | Compiling cipher v0.4.4 |
1281 | 2024-10-30T22:42:46.847Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2024-10-30T22:42:46.938Z | Compiling der v0.7.9 |
1283 | 2024-10-30T22:42:47.331Z | Compiling salsa20 v0.10.2 |
1284 | 2024-10-30T22:42:47.568Z | Compiling pbkdf2 v0.12.2 |
1285 | 2024-10-30T22:42:47.735Z | Compiling rand_chacha v0.3.1 |
1286 | 2024-10-30T22:42:47.757Z | Compiling pest v2.7.14 |
1287 | 2024-10-30T22:42:48.241Z | Compiling tracing v0.1.40 |
1288 | 2024-10-30T22:42:48.763Z | Compiling rand v0.8.5 |
1289 | 2024-10-30T22:42:49.706Z | Compiling spki v0.7.3 |
1290 | 2024-10-30T22:42:50.017Z | Compiling scrypt v0.11.0 |
1291 | 2024-10-30T22:42:50.066Z | Compiling aes v0.8.4 |
1292 | 2024-10-30T22:42:50.228Z | Compiling pest_meta v2.7.14 |
1293 | 2024-10-30T22:42:50.577Z | Compiling cbc v0.1.2 |
1294 | 2024-10-30T22:42:50.634Z | Compiling scroll_derive v0.12.0 |
1295 | 2024-10-30T22:42:50.825Z | Compiling openssl-macros v0.1.1 |
1296 | 2024-10-30T22:42:50.843Z | Compiling async-trait v0.1.83 |
1297 | 2024-10-30T22:42:51.537Z | Compiling pest_generator v2.7.14 |
1298 | 2024-10-30T22:42:52.074Z | Compiling scroll v0.12.0 |
1299 | 2024-10-30T22:42:52.333Z | Compiling rustls-webpki v0.102.8 |
1300 | 2024-10-30T22:42:52.655Z | Compiling pkcs5 v0.7.1 |
1301 | 2024-10-30T22:42:52.968Z | Compiling goblin v0.8.2 |
1302 | 2024-10-30T22:42:53.477Z | Compiling pkcs8 v0.10.2 |
1303 | 2024-10-30T22:42:53.548Z | Compiling signature v2.2.0 |
1304 | 2024-10-30T22:42:53.640Z | Compiling sha1 v0.10.6 |
1305 | 2024-10-30T22:42:53.811Z | Compiling regex-automata v0.4.8 |
1306 | 2024-10-30T22:42:53.847Z | Compiling crossbeam-epoch v0.9.18 |
1307 | 2024-10-30T22:42:54.069Z | Compiling lazy_static v1.5.0 |
1308 | 2024-10-30T22:42:54.155Z | Compiling thread_local v1.1.8 |
1309 | 2024-10-30T22:42:54.193Z | Compiling cookie v0.18.1 |
1310 | 2024-10-30T22:42:54.381Z | Compiling multer v3.1.0 |
1311 | 2024-10-30T22:42:54.469Z | Compiling encoding_rs v0.8.34 |
1312 | 2024-10-30T22:42:54.627Z | Compiling rayon-core v1.12.1 |
1313 | 2024-10-30T22:42:54.664Z | Compiling slog-async v2.8.0 |
1314 | 2024-10-30T22:42:54.681Z | Compiling either v1.13.0 |
1315 | 2024-10-30T22:42:54.797Z | Compiling pest_derive v2.7.14 |
1316 | 2024-10-30T22:42:54.898Z | Compiling openssl-probe v0.1.5 |
1317 | 2024-10-30T22:42:55.070Z | Compiling unicode-properties v0.1.3 |
1318 | 2024-10-30T22:42:55.179Z | Compiling schemars v0.8.21 |
1319 | 2024-10-30T22:42:55.232Z | Compiling mime v0.3.17 |
1320 | 2024-10-30T22:42:55.455Z | Compiling gimli v0.31.1 |
1321 | 2024-10-30T22:42:55.518Z | Compiling bytes v1.7.2 |
1322 | 2024-10-30T22:42:55.834Z | Compiling indexmap v2.6.0 |
1323 | 2024-10-30T22:42:55.853Z | Compiling bitflags v2.6.0 |
1324 | 2024-10-30T22:42:56.229Z | Compiling semver v1.0.23 |
1325 | 2024-10-30T22:42:56.811Z | Compiling tokio v1.40.0 |
1326 | 2024-10-30T22:42:57.000Z | Compiling http v1.1.0 |
1327 | 2024-10-30T22:42:57.441Z | Compiling rustc_version v0.4.1 |
1328 | 2024-10-30T22:42:58.662Z | Compiling http-body v1.0.1 |
1329 | 2024-10-30T22:42:58.758Z | Compiling dof v0.3.0 |
1330 | 2024-10-30T22:42:58.906Z | Compiling dtrace-parser v0.2.0 |
1331 | 2024-10-30T22:42:59.488Z | Compiling serde_spanned v0.6.8 |
1332 | 2024-10-30T22:42:59.722Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-10-30T22:43:00.347Z | Compiling toml_datetime v0.6.8 |
1334 | 2024-10-30T22:43:00.565Z | Compiling uuid v1.10.0 |
1335 | 2024-10-30T22:43:00.795Z | Compiling usdt-impl v0.5.0 |
1336 | 2024-10-30T22:43:00.844Z | Compiling chrono v0.4.38 |
1337 | 2024-10-30T22:43:00.943Z | Compiling http-body-util v0.1.2 |
1338 | 2024-10-30T22:43:01.467Z | Compiling heapless v0.7.17 |
1339 | 2024-10-30T22:43:02.084Z | Compiling paste v1.0.15 |
1340 | 2024-10-30T22:43:02.264Z | Compiling signal-hook v0.3.17 |
1341 | 2024-10-30T22:43:02.547Z | Compiling ipnet v2.10.1 |
1342 | 2024-10-30T22:43:02.715Z | Compiling usdt-macro v0.5.0 |
1343 | 2024-10-30T22:43:02.734Z | Compiling usdt-attr-macro v0.5.0 |
1344 | 2024-10-30T22:43:03.583Z | Compiling toml_edit v0.22.22 |
1345 | 2024-10-30T22:43:03.693Z | Compiling addr2line v0.24.2 |
1346 | 2024-10-30T22:43:04.177Z | Compiling curve25519-dalek v4.1.3 |
1347 | 2024-10-30T22:43:04.317Z | Compiling slog-json v2.6.1 |
1348 | 2024-10-30T22:43:04.427Z | Compiling serde_urlencoded v0.7.1 |
1349 | 2024-10-30T22:43:04.513Z | Compiling stringprep v0.1.5 |
1350 | 2024-10-30T22:43:04.866Z | Compiling crossbeam-deque v0.8.5 |
1351 | 2024-10-30T22:43:05.206Z | Compiling futures-executor v0.3.31 |
1352 | 2024-10-30T22:43:05.515Z | Compiling tokio-util v0.7.12 |
1353 | 2024-10-30T22:43:05.644Z | Compiling md-5 v0.10.6 |
1354 | 2024-10-30T22:43:05.748Z | Compiling schemars_derive v0.8.21 |
1355 | 2024-10-30T22:43:05.906Z | Compiling enum-as-inner v0.6.1 |
1356 | 2024-10-30T22:43:06.871Z | Compiling h2 v0.4.6 |
1357 | 2024-10-30T22:43:06.972Z | Compiling async-stream-impl v0.3.6 |
1358 | 2024-10-30T22:43:08.876Z | Compiling term v0.7.0 |
1359 | 2024-10-30T22:43:10.340Z | Compiling crossbeam-channel v0.5.13 |
1360 | 2024-10-30T22:43:10.462Z | Compiling num-integer v0.1.46 |
1361 | 2024-10-30T22:43:11.231Z | Compiling idna v0.4.0 |
1362 | 2024-10-30T22:43:11.433Z | Compiling idna v0.3.0 |
1363 | 2024-10-30T22:43:11.452Z | Compiling rustls-pemfile v2.2.0 |
1364 | 2024-10-30T22:43:11.571Z | Compiling hash32 v0.2.1 |
1365 | 2024-10-30T22:43:11.796Z | Compiling ff v0.13.0 |
1366 | 2024-10-30T22:43:11.923Z | Compiling is-terminal v0.4.13 |
1367 | 2024-10-30T22:43:12.059Z | Compiling object v0.36.5 |
1368 | 2024-10-30T22:43:12.077Z | Compiling dropshot v0.12.0 |
1369 | 2024-10-30T22:43:12.386Z | Compiling rustc-demangle v0.1.24 |
1370 | 2024-10-30T22:43:12.779Z | Compiling portable-atomic v1.9.0 |
1371 | 2024-10-30T22:43:13.054Z | Compiling take_mut v0.2.2 |
1372 | 2024-10-30T22:43:13.212Z | Compiling num-bigint-dig v0.8.4 |
1373 | 2024-10-30T22:43:13.308Z | Compiling fallible-iterator v0.2.0 |
1374 | 2024-10-30T22:43:13.497Z | Compiling quick-error v1.2.3 |
1375 | 2024-10-30T22:43:13.650Z | Compiling base16ct v0.2.0 |
1376 | 2024-10-30T22:43:13.836Z | Compiling utf-8 v0.7.6 |
1377 | 2024-10-30T22:43:13.975Z | Compiling hyper v1.4.1 |
1378 | 2024-10-30T22:43:14.014Z | Compiling linked-hash-map v0.5.6 |
1379 | 2024-10-30T22:43:14.161Z | Compiling anyhow v1.0.89 |
1380 | 2024-10-30T22:43:14.387Z | Compiling stable_deref_trait v1.2.0 |
1381 | 2024-10-30T22:43:14.499Z | Compiling smoltcp v0.9.1 |
1382 | 2024-10-30T22:43:14.735Z | Compiling dyn-clone v1.0.17 |
1383 | 2024-10-30T22:43:14.782Z | Compiling psl-types v2.0.11 |
1384 | 2024-10-30T22:43:14.954Z | Compiling publicsuffix v2.2.3 |
1385 | 2024-10-30T22:43:15.542Z | Compiling lru-cache v0.1.2 |
1386 | 2024-10-30T22:43:15.746Z | Compiling tungstenite v0.24.0 |
1387 | 2024-10-30T22:43:16.355Z | Compiling postgres-protocol v0.6.7 |
1388 | 2024-10-30T22:43:17.233Z | Compiling hyper-util v0.1.9 |
1389 | 2024-10-30T22:43:17.715Z | Compiling sec1 v0.7.3 |
1390 | 2024-10-30T22:43:18.075Z | Compiling resolv-conf v0.7.0 |
1391 | 2024-10-30T22:43:18.216Z | Compiling hickory-proto v0.24.1 |
1392 | 2024-10-30T22:43:18.270Z | Compiling usdt v0.5.0 |
1393 | 2024-10-30T22:43:18.667Z | Compiling slog-term v2.9.1 |
1394 | 2024-10-30T22:43:18.745Z | Compiling group v0.13.0 |
1395 | 2024-10-30T22:43:18.812Z | Compiling tokio-rustls v0.26.0 |
1396 | 2024-10-30T22:43:19.069Z | Compiling num-iter v0.1.45 |
1397 | 2024-10-30T22:43:19.204Z | Compiling tokio-rustls v0.25.0 |
1398 | 2024-10-30T22:43:19.241Z | Compiling tokio-native-tls v0.3.1 |
1399 | 2024-10-30T22:43:19.258Z | Compiling async-stream v0.3.6 |
1400 | 2024-10-30T22:43:19.511Z | Compiling backtrace v0.3.74 |
1401 | 2024-10-30T22:43:19.540Z | Compiling toml v0.8.19 |
1402 | 2024-10-30T22:43:19.624Z | Compiling futures v0.3.31 |
1403 | 2024-10-30T22:43:20.541Z | Compiling slog-bunyan v2.5.0 |
1404 | 2024-10-30T22:43:20.746Z | Compiling camino v1.1.9 |
1405 | 2024-10-30T22:43:21.240Z | Compiling terminal_size v0.4.0 |
1406 | 2024-10-30T22:43:21.461Z | Compiling dropshot_endpoint v0.12.0 |
1407 | 2024-10-30T22:43:21.529Z | Compiling openapiv3 v2.0.0 |
1408 | 2024-10-30T22:43:22.101Z | Compiling serde_path_to_error v0.1.16 |
1409 | 2024-10-30T22:43:22.118Z | Compiling hkdf v0.12.4 |
1410 | 2024-10-30T22:43:22.154Z | Compiling crypto-bigint v0.5.5 |
1411 | 2024-10-30T22:43:22.328Z | Compiling hubpack_derive v0.1.1 |
1412 | 2024-10-30T22:43:22.362Z | Compiling curve25519-dalek-derive v0.1.1 |
1413 | 2024-10-30T22:43:22.592Z | Compiling zerocopy-derive v0.6.6 |
1414 | 2024-10-30T22:43:22.909Z | Compiling phf_shared v0.11.2 |
1415 | 2024-10-30T22:43:23.184Z | Compiling waitgroup v0.1.2 |
1416 | 2024-10-30T22:43:23.311Z | Compiling webpki-roots v0.26.6 |
1417 | 2024-10-30T22:43:23.394Z | Compiling hostname v0.4.0 |
1418 | 2024-10-30T22:43:23.501Z | Compiling fs-err v2.11.0 |
1419 | 2024-10-30T22:43:23.629Z | Compiling ahash v0.8.11 |
1420 | 2024-10-30T22:43:23.803Z | Compiling managed v0.8.0 |
1421 | 2024-10-30T22:43:23.822Z | Compiling winnow v0.5.40 |
1422 | 2024-10-30T22:43:23.984Z | Compiling debug-ignore v1.0.5 |
1423 | 2024-10-30T22:43:24.132Z | Compiling bitflags v1.3.2 |
1424 | 2024-10-30T22:43:24.248Z | Compiling console v0.15.8 |
1425 | 2024-10-30T22:43:24.721Z | Compiling zerocopy v0.6.6 |
1426 | 2024-10-30T22:43:25.578Z | Compiling elliptic-curve v0.13.8 |
1427 | 2024-10-30T22:43:25.787Z | Compiling clap_builder v4.5.20 |
1428 | 2024-10-30T22:43:25.812Z | Compiling strum_macros v0.25.3 |
1429 | 2024-10-30T22:43:26.429Z | Compiling hickory-resolver v0.24.1 |
1430 | 2024-10-30T22:43:27.784Z | Compiling toml_edit v0.19.15 |
1431 | 2024-10-30T22:43:28.275Z | Compiling hyper-rustls v0.27.3 |
1432 | 2024-10-30T22:43:28.332Z | Compiling phf v0.11.2 |
1433 | 2024-10-30T22:43:28.632Z | Compiling hubpack v0.1.2 |
1434 | 2024-10-30T22:43:28.897Z | Compiling signal-hook-mio v0.2.4 |
1435 | 2024-10-30T22:43:29.061Z | Compiling rayon v1.10.0 |
1436 | 2024-10-30T22:43:29.078Z | Compiling cookie_store v0.21.0 |
1437 | 2024-10-30T22:43:30.518Z | Compiling hyper-tls v0.6.0 |
1438 | 2024-10-30T22:43:32.365Z | Compiling postgres-types v0.2.8 |
1439 | 2024-10-30T22:43:32.880Z | Compiling tokio-tungstenite v0.24.0 |
1440 | 2024-10-30T22:43:33.405Z | Compiling tokio-stream v0.1.16 |
1441 | 2024-10-30T22:43:33.833Z | Compiling regex v1.11.0 |
1442 | 2024-10-30T22:43:33.944Z | Compiling bstr v1.10.0 |
1443 | 2024-10-30T22:43:34.413Z | Compiling serde-big-array v0.5.1 |
1444 | 2024-10-30T22:43:34.432Z | Compiling ed25519 v2.2.3 |
1445 | 2024-10-30T22:43:34.448Z | Compiling pkcs1 v0.7.5 |
1446 | 2024-10-30T22:43:34.637Z | Compiling rfc6979 v0.4.0 |
1447 | 2024-10-30T22:43:34.826Z | Compiling derive-where v1.2.7 |
1448 | 2024-10-30T22:43:34.926Z | Compiling clap_derive v4.5.18 |
1449 | 2024-10-30T22:43:35.008Z | Compiling serde_repr v0.1.19 |
1450 | 2024-10-30T22:43:35.257Z | Compiling phf_shared v0.10.0 |
1451 | 2024-10-30T22:43:35.399Z | Compiling float-cmp v0.9.0 |
1452 | 2024-10-30T22:43:35.630Z | Compiling sync_wrapper v1.0.1 |
1453 | 2024-10-30T22:43:35.667Z | Compiling crc32fast v1.4.2 |
1454 | 2024-10-30T22:43:35.686Z | Compiling normalize-line-endings v0.3.0 |
1455 | 2024-10-30T22:43:35.773Z | Compiling minimal-lexical v0.2.1 |
1456 | 2024-10-30T22:43:35.800Z | Compiling fixedbitset v0.4.2 |
1457 | 2024-10-30T22:43:36.068Z | Compiling difflib v0.4.0 |
1458 | 2024-10-30T22:43:36.152Z | Compiling precomputed-hash v0.1.1 |
1459 | 2024-10-30T22:43:36.238Z | Compiling number_prefix v0.4.0 |
1460 | 2024-10-30T22:43:36.269Z | Compiling predicates-core v1.0.8 |
1461 | 2024-10-30T22:43:36.297Z | Compiling bit-vec v0.6.3 |
1462 | 2024-10-30T22:43:36.323Z | Compiling unicode-segmentation v1.12.0 |
1463 | 2024-10-30T22:43:36.462Z | Compiling whoami v1.5.2 |
1464 | 2024-10-30T22:43:36.621Z | Compiling static_assertions v1.1.0 |
1465 | 2024-10-30T22:43:36.722Z | Compiling new_debug_unreachable v1.0.6 |
1466 | 2024-10-30T22:43:36.762Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1467 | 2024-10-30T22:43:36.820Z | Compiling string_cache v0.8.7 |
1468 | 2024-10-30T22:43:37.073Z | Compiling similar v2.6.0 |
1469 | 2024-10-30T22:43:37.229Z | Compiling tokio-postgres v0.7.12 |
1470 | 2024-10-30T22:43:37.299Z | Compiling bit-set v0.5.3 |
1471 | 2024-10-30T22:43:37.590Z | Compiling predicates v3.1.2 |
1472 | 2024-10-30T22:43:37.616Z | Compiling indicatif v0.17.8 |
1473 | 2024-10-30T22:43:38.249Z | Compiling qorb v0.1.2 |
1474 | 2024-10-30T22:43:39.267Z | Compiling nom v7.1.3 |
1475 | 2024-10-30T22:43:39.462Z | Compiling petgraph v0.6.5 |
1476 | 2024-10-30T22:43:39.671Z | Compiling flate2 v1.0.34 |
1477 | 2024-10-30T22:43:39.745Z | Compiling clap v4.5.20 |
1478 | 2024-10-30T22:43:39.870Z | Compiling reqwest v0.12.8 |
1479 | 2024-10-30T22:43:40.670Z | Compiling rsa v0.9.6 |
1480 | 2024-10-30T22:43:42.953Z | Compiling ecdsa v0.16.9 |
1481 | 2024-10-30T22:43:42.955Z | Compiling ed25519-dalek v2.1.1 |
1482 | 2024-10-30T22:43:43.484Z | Compiling toml v0.7.8 |
1483 | 2024-10-30T22:43:43.681Z | Compiling crossterm v0.28.1 |
1484 | 2024-10-30T22:43:44.395Z | Compiling hex v0.4.3 |
1485 | 2024-10-30T22:43:44.646Z | Compiling itertools v0.12.1 |
1486 | 2024-10-30T22:43:44.679Z | Compiling itertools v0.10.5 |
1487 | 2024-10-30T22:43:44.863Z | Compiling x509-cert v0.2.5 |
1488 | 2024-10-30T22:43:45.005Z | Compiling peg-runtime v0.8.3 |
1489 | 2024-10-30T22:43:45.143Z | Compiling lalrpop-util v0.19.12 |
1490 | 2024-10-30T22:43:45.509Z | Compiling unicode-xid v0.2.6 |
1491 | 2024-10-30T22:43:45.667Z | Compiling xattr v1.3.1 |
1492 | 2024-10-30T22:43:45.699Z | Compiling strum_macros v0.26.4 |
1493 | 2024-10-30T22:43:45.945Z | Compiling filetime v0.2.25 |
1494 | 2024-10-30T22:43:46.255Z | Compiling tar v0.4.42 |
1495 | 2024-10-30T22:43:49.237Z | Compiling strum v0.26.3 |
1496 | 2024-10-30T22:43:49.389Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1497 | 2024-10-30T22:43:49.630Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1498 | 2024-10-30T22:43:55.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
1499 | 2024-10-30T22:43:55.214Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1500 | 2024-10-30T22:43:55.254Z | Oct 30 22:43:53.933 INFO Starting download, target: Cockroach |
1501 | 2024-10-30T22:43:55.254Z | Oct 30 22:43:53.933 INFO Starting download, target: Console |
1502 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.933 INFO Starting download, target: DendriteOpenapi |
1503 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.933 INFO Starting download, target: Clickhouse |
1504 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.933 INFO Starting download, target: DendriteStub |
1505 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.933 INFO Starting download, target: MaghemiteMgd |
1506 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.933 INFO Starting download, target: TransceiverControl |
1507 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.934 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1508 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.934 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1509 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.934 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1510 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.934 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1511 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.934 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1512 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.934 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1513 | 2024-10-30T22:43:55.257Z | Oct 30 22:43:53.934 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1514 | 2024-10-30T22:43:55.450Z | Oct 30 22:43:54.118 INFO Download complete, target: DendriteOpenapi |
1515 | 2024-10-30T22:43:55.552Z | Oct 30 22:43:54.216 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1516 | 2024-10-30T22:43:55.844Z | Oct 30 22:43:54.489 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1517 | 2024-10-30T22:43:56.127Z | Oct 30 22:43:54.802 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1518 | 2024-10-30T22:43:56.144Z | Oct 30 22:43:54.802 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1519 | 2024-10-30T22:43:56.150Z | Oct 30 22:43:54.820 INFO Download complete, target: Console |
1520 | 2024-10-30T22:43:56.221Z | Oct 30 22:43:54.897 INFO Download complete, target: TransceiverControl |
1521 | 2024-10-30T22:43:56.763Z | Oct 30 22:43:55.442 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1522 | 2024-10-30T22:43:56.763Z | Oct 30 22:43:55.442 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1523 | 2024-10-30T22:43:57.701Z | Oct 30 22:43:56.380 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1524 | 2024-10-30T22:43:58.966Z | Oct 30 22:43:57.645 INFO Download complete, target: DendriteStub |
1525 | 2024-10-30T22:43:59.082Z | Oct 30 22:43:57.760 INFO Download complete, target: MaghemiteMgd |
1526 | 2024-10-30T22:44:04.255Z | Oct 30 22:44:02.921 INFO Checking that binary works, target: Cockroach |
1527 | 2024-10-30T22:44:04.455Z | Oct 30 22:44:03.131 INFO Download complete, target: Cockroach |
1528 | 2024-10-30T22:44:09.846Z | Oct 30 22:44:08.524 INFO Checking that binary works, target: Clickhouse |
1529 | 2024-10-30T22:44:10.473Z | Oct 30 22:44:09.151 INFO Download complete, target: Clickhouse |
1530 | 2024-10-30T22:44:10.480Z | All prerequisites installed successfully |
1531 | 2024-10-30T22:44:10.482Z | |
1532 | 2024-10-30T22:44:10.482Z | real 4:03.909280271 |
1533 | 2024-10-30T22:44:10.482Z | user 11:59.234272916 |
1534 | 2024-10-30T22:44:10.482Z | sys 2:34.697246172 |
1535 | 2024-10-30T22:44:10.482Z | trap 0.387288486 |
1536 | 2024-10-30T22:44:10.482Z | tflt 6.065003242 |
1537 | 2024-10-30T22:44:10.482Z | dflt 5.665755760 |
1538 | 2024-10-30T22:44:10.482Z | kflt 0.343060505 |
1539 | 2024-10-30T22:44:10.482Z | lock 24:14.250864638 |
1540 | 2024-10-30T22:44:10.483Z | slp 48:30.540875047 |
1541 | 2024-10-30T22:44:10.483Z | lat 38.230333126 |
1542 | 2024-10-30T22:44:10.483Z | stop 1:48.923630688 |
1543 | 2024-10-30T22:44:10.483Z | + source ./tools/include/force-git-over-https.sh |
1544 | 2024-10-30T22:44:10.483Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1545 | 2024-10-30T22:44:10.483Z | ++ (( i = 0 )) |
1546 | 2024-10-30T22:44:10.483Z | ++ (( i < 5 )) |
1547 | 2024-10-30T22:44:10.483Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1548 | 2024-10-30T22:44:10.485Z | ++ (( i++ )) |
1549 | 2024-10-30T22:44:10.485Z | ++ (( i < 5 )) |
1550 | 2024-10-30T22:44:10.488Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1551 | 2024-10-30T22:44:10.490Z | ++ (( i++ )) |
1552 | 2024-10-30T22:44:10.490Z | ++ (( i < 5 )) |
1553 | 2024-10-30T22:44:10.490Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1554 | 2024-10-30T22:44:10.493Z | ++ (( i++ )) |
1555 | 2024-10-30T22:44:10.493Z | ++ (( i < 5 )) |
1556 | 2024-10-30T22:44:10.493Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1557 | 2024-10-30T22:44:10.496Z | ++ (( i++ )) |
1558 | 2024-10-30T22:44:10.496Z | ++ (( i < 5 )) |
1559 | 2024-10-30T22:44:10.496Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1560 | 2024-10-30T22:44:10.499Z | ++ (( i++ )) |
1561 | 2024-10-30T22:44:10.499Z | ++ (( i < 5 )) |
1562 | 2024-10-30T22:44:10.499Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1563 | 2024-10-30T22:44:10.499Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1564 | 2024-10-30T22:44:10.499Z | + rc=0 |
1565 | 2024-10-30T22:44:10.499Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1566 | 2024-10-30T22:44:36.367Z | + case $rc in |
1567 | 2024-10-30T22:44:36.367Z | + pfexec zfs create -p rpool/images/build/host |
1568 | 2024-10-30T22:44:36.599Z | + pfexec zfs create -p rpool/images/build/recovery |
1569 | 2024-10-30T22:44:36.674Z | + cargo xtask releng --output-dir /work |
1570 | 2024-10-30T22:44:37.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1571 | 2024-10-30T22:44:37.185Z | Running `target/debug/xtask releng --output-dir /work` |
1572 | 2024-10-30T22:44:38.034Z | Compiling proc-macro2 v1.0.87 |
1573 | 2024-10-30T22:44:38.034Z | Compiling unicode-ident v1.0.13 |
1574 | 2024-10-30T22:44:38.034Z | Compiling libc v0.2.161 |
1575 | 2024-10-30T22:44:38.037Z | Compiling serde v1.0.210 |
1576 | 2024-10-30T22:44:38.037Z | Compiling autocfg v1.4.0 |
1577 | 2024-10-30T22:44:38.037Z | Compiling version_check v0.9.5 |
1578 | 2024-10-30T22:44:38.037Z | Compiling cfg-if v1.0.0 |
1579 | 2024-10-30T22:44:38.275Z | Compiling typenum v1.17.0 |
1580 | 2024-10-30T22:44:38.334Z | Compiling shlex v1.3.0 |
1581 | 2024-10-30T22:44:38.425Z | Compiling memchr v2.7.4 |
1582 | 2024-10-30T22:44:38.775Z | Compiling parking_lot_core v0.9.10 |
1583 | 2024-10-30T22:44:39.008Z | Compiling lock_api v0.4.12 |
1584 | 2024-10-30T22:44:39.188Z | Compiling generic-array v0.14.7 |
1585 | 2024-10-30T22:44:39.239Z | Compiling serde_json v1.0.128 |
1586 | 2024-10-30T22:44:39.368Z | Compiling libm v0.2.8 |
1587 | 2024-10-30T22:44:39.537Z | Compiling value-bag v1.9.0 |
1588 | 2024-10-30T22:44:39.639Z | Compiling slab v0.4.9 |
1589 | 2024-10-30T22:44:39.722Z | Compiling num-traits v0.2.19 |
1590 | 2024-10-30T22:44:39.880Z | Compiling quote v1.0.37 |
1591 | 2024-10-30T22:44:39.954Z | Compiling once_cell v1.20.2 |
1592 | 2024-10-30T22:44:40.039Z | Compiling log v0.4.22 |
1593 | 2024-10-30T22:44:40.104Z | Compiling itoa v1.0.11 |
1594 | 2024-10-30T22:44:40.332Z | Compiling syn v2.0.79 |
1595 | 2024-10-30T22:44:40.377Z | Compiling getrandom v0.2.15 |
1596 | 2024-10-30T22:44:40.429Z | Compiling jobserver v0.1.32 |
1597 | 2024-10-30T22:44:40.686Z | Compiling thiserror v1.0.64 |
1598 | 2024-10-30T22:44:40.865Z | Compiling cc v1.1.30 |
1599 | 2024-10-30T22:44:40.896Z | Compiling scopeguard v1.2.0 |
1600 | 2024-10-30T22:44:41.193Z | Compiling rand_core v0.6.4 |
1601 | 2024-10-30T22:44:41.193Z | Compiling byteorder v1.5.0 |
1602 | 2024-10-30T22:44:41.708Z | Compiling subtle v2.6.1 |
1603 | 2024-10-30T22:44:42.134Z | Compiling semver v1.0.23 |
1604 | 2024-10-30T22:44:42.260Z | Compiling smallvec v1.13.2 |
1605 | 2024-10-30T22:44:42.483Z | Compiling pin-project-lite v0.2.14 |
1606 | 2024-10-30T22:44:42.694Z | Compiling httparse v1.9.5 |
1607 | 2024-10-30T22:44:42.734Z | Compiling ryu v1.0.18 |
1608 | 2024-10-30T22:44:42.827Z | Compiling const-oid v0.9.6 |
1609 | 2024-10-30T22:44:42.971Z | Compiling heck v0.5.0 |
1610 | 2024-10-30T22:44:43.076Z | Compiling pkg-config v0.3.31 |
1611 | 2024-10-30T22:44:43.228Z | Compiling futures-core v0.3.31 |
1612 | 2024-10-30T22:44:43.373Z | Compiling allocator-api2 v0.2.18 |
1613 | 2024-10-30T22:44:43.614Z | Compiling signal-hook-registry v1.4.2 |
1614 | 2024-10-30T22:44:44.199Z | Compiling parking_lot v0.12.3 |
1615 | 2024-10-30T22:44:44.225Z | Compiling mio v1.0.2 |
1616 | 2024-10-30T22:44:44.325Z | Compiling ring v0.17.8 |
1617 | 2024-10-30T22:44:45.189Z | Compiling socket2 v0.5.7 |
1618 | 2024-10-30T22:44:45.377Z | Compiling crossbeam-utils v0.8.20 |
1619 | 2024-10-30T22:44:45.552Z | Compiling futures-sink v0.3.31 |
1620 | 2024-10-30T22:44:45.720Z | Compiling vcpkg v0.2.15 |
1621 | 2024-10-30T22:44:45.746Z | Compiling num-conv v0.1.0 |
1622 | 2024-10-30T22:44:45.919Z | Compiling time-core v0.1.2 |
1623 | 2024-10-30T22:44:46.114Z | Compiling fnv v1.0.7 |
1624 | 2024-10-30T22:44:46.114Z | Compiling time-macros v0.2.18 |
1625 | 2024-10-30T22:44:46.625Z | Compiling ahash v0.8.11 |
1626 | 2024-10-30T22:44:46.801Z | Compiling schemars v0.8.21 |
1627 | 2024-10-30T22:44:47.009Z | Compiling spin v0.9.8 |
1628 | 2024-10-30T22:44:47.339Z | Compiling openssl-sys v0.9.103 |
1629 | 2024-10-30T22:44:47.947Z | Compiling foldhash v0.1.3 |
1630 | 2024-10-30T22:44:48.003Z | Compiling equivalent v1.0.1 |
1631 | 2024-10-30T22:44:48.123Z | Compiling serde_derive_internals v0.29.1 |
1632 | 2024-10-30T22:44:48.184Z | Compiling cpufeatures v0.2.14 |
1633 | 2024-10-30T22:44:48.329Z | Compiling rustix v0.38.37 |
1634 | 2024-10-30T22:44:48.518Z | Compiling hashbrown v0.15.0 |
1635 | 2024-10-30T22:44:49.711Z | Compiling futures-channel v0.3.31 |
1636 | 2024-10-30T22:44:49.993Z | Compiling pin-utils v0.1.0 |
1637 | 2024-10-30T22:44:50.117Z | Compiling futures-io v0.3.31 |
1638 | 2024-10-30T22:44:50.274Z | Compiling slog v2.7.0 |
1639 | 2024-10-30T22:44:50.320Z | Compiling futures-task v0.3.31 |
1640 | 2024-10-30T22:44:50.514Z | Compiling tinyvec_macros v0.1.1 |
1641 | 2024-10-30T22:44:50.631Z | Compiling tinyvec v1.8.0 |
1642 | 2024-10-30T22:44:50.804Z | Compiling openssl v0.10.66 |
1643 | 2024-10-30T22:44:51.093Z | Compiling ucd-trie v0.1.7 |
1644 | 2024-10-30T22:44:51.163Z | Compiling iana-time-zone v0.1.61 |
1645 | 2024-10-30T22:44:51.238Z | Compiling unicode-bidi v0.3.17 |
1646 | 2024-10-30T22:44:51.273Z | Compiling tracing-core v0.1.32 |
1647 | 2024-10-30T22:44:51.565Z | Compiling native-tls v0.2.12 |
1648 | 2024-10-30T22:44:51.586Z | Compiling rustls v0.23.14 |
1649 | 2024-10-30T22:44:52.113Z | Compiling base64ct v1.6.0 |
1650 | 2024-10-30T22:44:52.428Z | Compiling unicode-normalization v0.1.24 |
1651 | 2024-10-30T22:44:52.731Z | Compiling pem-rfc7468 v0.7.0 |
1652 | 2024-10-30T22:44:53.183Z | Compiling serde_derive v1.0.210 |
1653 | 2024-10-30T22:44:53.439Z | Compiling zeroize_derive v1.4.2 |
1654 | 2024-10-30T22:44:53.766Z | Compiling zerocopy-derive v0.7.35 |
1655 | 2024-10-30T22:44:53.841Z | Compiling tokio-macros v2.4.0 |
1656 | 2024-10-30T22:44:53.939Z | Compiling thiserror-impl v1.0.64 |
1657 | 2024-10-30T22:44:53.971Z | Compiling futures-macro v0.3.31 |
1658 | 2024-10-30T22:44:54.142Z | Compiling tracing-attributes v0.1.27 |
1659 | 2024-10-30T22:44:54.883Z | Compiling zeroize v1.8.1 |
1660 | 2024-10-30T22:44:55.865Z | Compiling der_derive v0.7.3 |
1661 | 2024-10-30T22:44:55.899Z | Compiling zerocopy v0.7.35 |
1662 | 2024-10-30T22:44:57.267Z | Compiling crypto-common v0.1.6 |
1663 | 2024-10-30T22:44:57.417Z | Compiling block-buffer v0.10.4 |
1664 | 2024-10-30T22:44:57.517Z | Compiling schemars_derive v0.8.21 |
1665 | 2024-10-30T22:44:57.729Z | Compiling digest v0.10.7 |
1666 | 2024-10-30T22:44:57.809Z | Compiling futures-util v0.3.31 |
1667 | 2024-10-30T22:44:58.153Z | Compiling hmac v0.12.1 |
1668 | 2024-10-30T22:44:58.186Z | Compiling scroll_derive v0.12.0 |
1669 | 2024-10-30T22:44:58.273Z | Compiling block-padding v0.3.3 |
1670 | 2024-10-30T22:44:58.385Z | Compiling pest v2.7.14 |
1671 | 2024-10-30T22:44:58.850Z | Compiling inout v0.1.3 |
1672 | 2024-10-30T22:44:59.163Z | Compiling openssl-macros v0.1.1 |
1673 | 2024-10-30T22:44:59.557Z | Compiling cipher v0.4.4 |
1674 | 2024-10-30T22:45:00.013Z | Compiling sha2 v0.10.8 |
1675 | 2024-10-30T22:45:00.206Z | Compiling tracing v0.1.40 |
1676 | 2024-10-30T22:45:00.327Z | Compiling ppv-lite86 v0.2.20 |
1677 | 2024-10-30T22:45:01.298Z | Compiling pest_meta v2.7.14 |
1678 | 2024-10-30T22:45:01.394Z | Compiling async-trait v0.1.83 |
1679 | 2024-10-30T22:45:03.717Z | Compiling pest_generator v2.7.14 |
1680 | 2024-10-30T22:45:05.221Z | Compiling cookie v0.18.1 |
1681 | 2024-10-30T22:45:05.243Z | Compiling usdt-impl v0.5.0 |
1682 | 2024-10-30T22:45:05.263Z | Compiling percent-encoding v2.3.1 |
1683 | 2024-10-30T22:45:05.303Z | Compiling pest_derive v2.7.14 |
1684 | 2024-10-30T22:45:05.520Z | Compiling flagset v0.4.6 |
1685 | 2024-10-30T22:45:05.576Z | Compiling syn v1.0.109 |
1686 | 2024-10-30T22:45:05.724Z | Compiling dyn-clone v1.0.17 |
1687 | 2024-10-30T22:45:05.935Z | Compiling der v0.7.9 |
1688 | 2024-10-30T22:45:06.213Z | Compiling rand_chacha v0.3.1 |
1689 | 2024-10-30T22:45:06.314Z | Compiling scroll v0.12.0 |
1690 | 2024-10-30T22:45:06.658Z | Compiling aho-corasick v1.1.3 |
1691 | 2024-10-30T22:45:06.909Z | Compiling bytes v1.7.2 |
1692 | 2024-10-30T22:45:07.812Z | Compiling bitflags v2.6.0 |
1693 | 2024-10-30T22:45:07.908Z | Compiling indexmap v2.6.0 |
1694 | 2024-10-30T22:45:08.467Z | Compiling tokio v1.40.0 |
1695 | 2024-10-30T22:45:09.792Z | Compiling http v1.1.0 |
1696 | 2024-10-30T22:45:09.929Z | Compiling serde_tokenstream v0.2.2 |
1697 | 2024-10-30T22:45:10.009Z | Compiling rustc_version v0.4.1 |
1698 | 2024-10-30T22:45:10.126Z | Compiling uuid v1.10.0 |
1699 | 2024-10-30T22:45:10.562Z | Compiling chrono v0.4.38 |
1700 | 2024-10-30T22:45:11.543Z | Compiling rustls-pki-types v1.9.0 |
1701 | 2024-10-30T22:45:12.219Z | Compiling plain v0.2.3 |
1702 | 2024-10-30T22:45:12.753Z | Compiling camino v1.1.9 |
1703 | 2024-10-30T22:45:12.798Z | Compiling regex-syntax v0.8.5 |
1704 | 2024-10-30T22:45:14.555Z | Compiling rayon-core v1.12.1 |
1705 | 2024-10-30T22:45:14.882Z | Compiling goblin v0.8.2 |
1706 | 2024-10-30T22:45:15.032Z | Compiling spki v0.7.3 |
1707 | 2024-10-30T22:45:16.195Z | Compiling rand v0.8.5 |
1708 | 2024-10-30T22:45:17.168Z | Compiling regex-automata v0.4.8 |
1709 | 2024-10-30T22:45:18.102Z | Compiling tokio-util v0.7.12 |
1710 | 2024-10-30T22:45:19.541Z | Compiling salsa20 v0.10.2 |
1711 | 2024-10-30T22:45:20.215Z | Compiling pbkdf2 v0.12.2 |
1712 | 2024-10-30T22:45:21.018Z | Compiling try-lock v0.2.5 |
1713 | 2024-10-30T22:45:21.347Z | Compiling powerfmt v0.2.0 |
1714 | 2024-10-30T22:45:21.385Z | Compiling untrusted v0.9.0 |
1715 | 2024-10-30T22:45:21.801Z | Compiling pretty-hex v0.4.1 |
1716 | 2024-10-30T22:45:22.354Z | Compiling rustls v0.22.4 |
1717 | 2024-10-30T22:45:23.710Z | Compiling dof v0.3.0 |
1718 | 2024-10-30T22:45:24.566Z | Compiling deranged v0.3.11 |
1719 | 2024-10-30T22:45:24.900Z | Compiling want v0.3.1 |
1720 | 2024-10-30T22:45:26.760Z | Compiling scrypt v0.11.0 |
1721 | 2024-10-30T22:45:26.760Z | Compiling dtrace-parser v0.2.0 |
1722 | 2024-10-30T22:45:27.475Z | Compiling form_urlencoded v1.2.1 |
1723 | 2024-10-30T22:45:27.614Z | Compiling aes v0.8.4 |
1724 | 2024-10-30T22:45:27.846Z | Compiling cbc v0.1.2 |
1725 | 2024-10-30T22:45:28.115Z | Compiling errno v0.3.9 |
1726 | 2024-10-30T22:45:28.258Z | Compiling thread-id v4.2.2 |
1727 | 2024-10-30T22:45:28.433Z | Compiling httpdate v1.0.3 |
1728 | 2024-10-30T22:45:28.474Z | Compiling num_threads v0.1.7 |
1729 | 2024-10-30T22:45:28.642Z | Compiling atomic-waker v1.1.2 |
1730 | 2024-10-30T22:45:28.891Z | Compiling time v0.3.36 |
1731 | 2024-10-30T22:45:29.136Z | Compiling pkcs5 v0.7.1 |
1732 | 2024-10-30T22:45:30.734Z | Compiling rustls-webpki v0.102.8 |
1733 | 2024-10-30T22:45:31.842Z | Compiling http-body v1.0.1 |
1734 | 2024-10-30T22:45:32.129Z | Compiling heapless v0.7.17 |
1735 | 2024-10-30T22:45:32.610Z | Compiling zerocopy-derive v0.6.6 |
1736 | 2024-10-30T22:45:32.810Z | Compiling multer v3.1.0 |
1737 | 2024-10-30T22:45:32.862Z | Compiling num-bigint-dig v0.8.4 |
1738 | 2024-10-30T22:45:33.180Z | Compiling tower-service v0.3.3 |
1739 | 2024-10-30T22:45:33.214Z | Compiling slog-async v2.8.0 |
1740 | 2024-10-30T22:45:34.984Z | Compiling signal-hook v0.3.17 |
1741 | 2024-10-30T22:45:34.986Z | Compiling anyhow v1.0.89 |
1742 | 2024-10-30T22:45:34.986Z | Compiling pkcs8 v0.10.2 |
1743 | 2024-10-30T22:45:34.986Z | Compiling h2 v0.4.6 |
1744 | 2024-10-30T22:45:35.091Z | Compiling regex v1.11.0 |
1745 | 2024-10-30T22:45:36.187Z | Compiling idna v0.5.0 |
1746 | 2024-10-30T22:45:36.950Z | Compiling rustversion v1.0.17 |
1747 | 2024-10-30T22:45:37.388Z | Compiling strsim v0.11.1 |
1748 | 2024-10-30T22:45:37.839Z | Compiling base64 v0.22.1 |
1749 | 2024-10-30T22:45:38.133Z | Compiling paste v1.0.15 |
1750 | 2024-10-30T22:45:38.683Z | Compiling url v2.5.2 |
1751 | 2024-10-30T22:45:41.069Z | Compiling usdt-attr-macro v0.5.0 |
1752 | 2024-10-30T22:45:41.440Z | Compiling usdt-macro v0.5.0 |
1753 | 2024-10-30T22:45:42.878Z | Compiling hyper v1.4.1 |
1754 | 2024-10-30T22:45:43.868Z | Compiling curve25519-dalek v4.1.3 |
1755 | 2024-10-30T22:45:44.338Z | Compiling openapiv3 v2.0.0 |
1756 | 2024-10-30T22:45:44.395Z | Compiling toml_datetime v0.6.8 |
1757 | 2024-10-30T22:45:44.911Z | Compiling serde_spanned v0.6.8 |
1758 | 2024-10-30T22:45:45.162Z | Compiling async-stream-impl v0.3.6 |
1759 | 2024-10-30T22:45:45.707Z | Compiling enum-as-inner v0.6.1 |
1760 | 2024-10-30T22:45:46.829Z | Compiling dropshot v0.12.0 |
1761 | 2024-10-30T22:45:46.881Z | Compiling match_cfg v0.1.0 |
1762 | 2024-10-30T22:45:47.230Z | Compiling foreign-types-shared v0.1.1 |
1763 | 2024-10-30T22:45:47.383Z | Compiling portable-atomic v1.9.0 |
1764 | 2024-10-30T22:45:47.707Z | Compiling smoltcp v0.9.1 |
1765 | 2024-10-30T22:45:47.733Z | Compiling foreign-types v0.3.2 |
1766 | 2024-10-30T22:45:47.945Z | Compiling hyper-util v0.1.9 |
1767 | 2024-10-30T22:45:48.339Z | Compiling hostname v0.3.1 |
1768 | 2024-10-30T22:45:52.271Z | Compiling clap_derive v4.5.18 |
1769 | 2024-10-30T22:45:53.042Z | Compiling dirs-sys-next v0.1.2 |
1770 | 2024-10-30T22:45:53.658Z | Compiling encoding_rs v0.8.34 |
1771 | 2024-10-30T22:45:53.788Z | Compiling ipnet v2.10.1 |
1772 | 2024-10-30T22:45:56.728Z | Compiling siphasher v0.3.11 |
1773 | 2024-10-30T22:45:56.829Z | Compiling mime v0.3.17 |
1774 | 2024-10-30T22:45:57.106Z | Compiling adler2 v2.0.0 |
1775 | 2024-10-30T22:45:57.442Z | Compiling data-encoding v2.6.0 |
1776 | 2024-10-30T22:45:58.024Z | Compiling miniz_oxide v0.8.0 |
1777 | 2024-10-30T22:46:01.330Z | Compiling dirs-next v2.0.0 |
1778 | 2024-10-30T22:46:04.872Z | Compiling hubpack_derive v0.1.1 |
1779 | 2024-10-30T22:46:04.922Z | Compiling http-body-util v0.1.2 |
1780 | 2024-10-30T22:46:05.347Z | Compiling serde_urlencoded v0.7.1 |
1781 | 2024-10-30T22:46:05.593Z | Compiling crossbeam-epoch v0.9.18 |
1782 | 2024-10-30T22:46:05.950Z | Compiling dropshot_endpoint v0.12.0 |
1783 | 2024-10-30T22:46:06.030Z | Compiling hashbrown v0.14.5 |
1784 | 2024-10-30T22:46:06.404Z | Compiling sha1 v0.10.6 |
1785 | 2024-10-30T22:46:06.463Z | Compiling signature v2.2.0 |
1786 | 2024-10-30T22:46:06.750Z | Compiling curve25519-dalek-derive v0.1.1 |
1787 | 2024-10-30T22:46:06.975Z | Compiling lazy_static v1.5.0 |
1788 | 2024-10-30T22:46:07.108Z | Compiling thread_local v1.1.8 |
1789 | 2024-10-30T22:46:07.442Z | Compiling fs-err v2.11.0 |
1790 | 2024-10-30T22:46:07.612Z | Compiling utf8parse v0.2.2 |
1791 | 2024-10-30T22:46:07.817Z | Compiling unicode-properties v0.1.3 |
1792 | 2024-10-30T22:46:07.869Z | Compiling either v1.13.0 |
1793 | 2024-10-30T22:46:08.034Z | Compiling winnow v0.6.20 |
1794 | 2024-10-30T22:46:08.144Z | Compiling gimli v0.31.1 |
1795 | 2024-10-30T22:46:08.329Z | Compiling openssl-probe v0.1.5 |
1796 | 2024-10-30T22:46:09.362Z | Compiling anstyle v1.0.8 |
1797 | 2024-10-30T22:46:10.295Z | Compiling stringprep v0.1.5 |
1798 | 2024-10-30T22:46:10.683Z | Compiling anstyle-parse v0.2.5 |
1799 | 2024-10-30T22:46:11.051Z | Compiling regress v0.10.1 |
1800 | 2024-10-30T22:46:11.210Z | Compiling crossbeam-deque v0.8.5 |
1801 | 2024-10-30T22:46:12.489Z | Compiling toml_edit v0.22.22 |
1802 | 2024-10-30T22:46:14.126Z | Compiling addr2line v0.24.2 |
1803 | 2024-10-30T22:46:14.898Z | Compiling term v0.7.0 |
1804 | 2024-10-30T22:46:16.233Z | Compiling slog-json v2.6.1 |
1805 | 2024-10-30T22:46:17.105Z | Compiling crossbeam-channel v0.5.13 |
1806 | 2024-10-30T22:46:17.825Z | Compiling rustls-pemfile v2.2.0 |
1807 | 2024-10-30T22:46:18.776Z | Compiling futures-executor v0.3.31 |
1808 | 2024-10-30T22:46:18.899Z | Compiling md-5 v0.10.6 |
1809 | 2024-10-30T22:46:19.168Z | Compiling idna v0.4.0 |
1810 | 2024-10-30T22:46:19.446Z | Compiling idna v0.3.0 |
1811 | 2024-10-30T22:46:19.823Z | Compiling num-integer v0.1.46 |
1812 | 2024-10-30T22:46:20.728Z | Compiling ff v0.13.0 |
1813 | 2024-10-30T22:46:20.859Z | Compiling hash32 v0.2.1 |
1814 | 2024-10-30T22:46:20.983Z | Compiling is-terminal v0.4.13 |
1815 | 2024-10-30T22:46:21.162Z | Compiling memmap v0.7.0 |
1816 | 2024-10-30T22:46:21.206Z | Compiling object v0.36.5 |
1817 | 2024-10-30T22:46:21.478Z | Compiling stable_deref_trait v1.2.0 |
1818 | 2024-10-30T22:46:21.542Z | Compiling linked-hash-map v0.5.6 |
1819 | 2024-10-30T22:46:21.617Z | Compiling colorchoice v1.0.2 |
1820 | 2024-10-30T22:46:21.953Z | Compiling utf-8 v0.7.6 |
1821 | 2024-10-30T22:46:22.037Z | Compiling heck v0.4.1 |
1822 | 2024-10-30T22:46:22.432Z | Compiling quick-error v1.2.3 |
1823 | 2024-10-30T22:46:22.475Z | Compiling is_terminal_polyfill v1.70.1 |
1824 | 2024-10-30T22:46:22.524Z | Compiling fallible-iterator v0.2.0 |
1825 | 2024-10-30T22:46:22.618Z | Compiling take_mut v0.2.2 |
1826 | 2024-10-30T22:46:22.681Z | Compiling anstyle-query v1.1.1 |
1827 | 2024-10-30T22:46:22.797Z | Compiling psl-types v2.0.11 |
1828 | 2024-10-30T22:46:23.029Z | Compiling rustc-demangle v0.1.24 |
1829 | 2024-10-30T22:46:23.386Z | Compiling base16ct v0.2.0 |
1830 | 2024-10-30T22:46:23.564Z | Compiling postgres-protocol v0.6.7 |
1831 | 2024-10-30T22:46:23.695Z | Compiling sec1 v0.7.3 |
1832 | 2024-10-30T22:46:24.238Z | Compiling publicsuffix v2.2.3 |
1833 | 2024-10-30T22:46:24.408Z | Compiling anstream v0.6.15 |
1834 | 2024-10-30T22:46:24.886Z | Compiling resolv-conf v0.7.0 |
1835 | 2024-10-30T22:46:25.053Z | Compiling strum_macros v0.25.3 |
1836 | 2024-10-30T22:46:25.198Z | Compiling tungstenite v0.24.0 |
1837 | 2024-10-30T22:46:25.531Z | Compiling lru-cache v0.1.2 |
1838 | 2024-10-30T22:46:25.807Z | Compiling usdt v0.5.0 |
1839 | 2024-10-30T22:46:26.272Z | Compiling slog-term v2.9.1 |
1840 | 2024-10-30T22:46:26.946Z | Compiling group v0.13.0 |
1841 | 2024-10-30T22:46:27.265Z | Compiling num-iter v0.1.45 |
1842 | 2024-10-30T22:46:27.339Z | Compiling hickory-proto v0.24.1 |
1843 | 2024-10-30T22:46:27.469Z | Compiling futures v0.3.31 |
1844 | 2024-10-30T22:46:28.476Z | Compiling tokio-rustls v0.26.0 |
1845 | 2024-10-30T22:46:28.496Z | Compiling tokio-rustls v0.25.0 |
1846 | 2024-10-30T22:46:29.438Z | Compiling backtrace v0.3.74 |
1847 | 2024-10-30T22:46:29.815Z | Compiling slog-bunyan v2.5.0 |
1848 | 2024-10-30T22:46:30.029Z | Compiling toml v0.8.19 |
1849 | 2024-10-30T22:46:30.379Z | Compiling typify-impl v0.2.0 |
1850 | 2024-10-30T22:46:30.410Z | Compiling tokio-native-tls v0.3.1 |
1851 | 2024-10-30T22:46:30.689Z | Compiling terminal_size v0.4.0 |
1852 | 2024-10-30T22:46:30.905Z | Compiling phf_shared v0.11.2 |
1853 | 2024-10-30T22:46:31.463Z | Compiling async-stream v0.3.6 |
1854 | 2024-10-30T22:46:31.795Z | Compiling waitgroup v0.1.2 |
1855 | 2024-10-30T22:46:32.009Z | Compiling webpki-roots v0.26.6 |
1856 | 2024-10-30T22:46:32.086Z | Compiling serde_path_to_error v0.1.16 |
1857 | 2024-10-30T22:46:32.313Z | Compiling hkdf v0.12.4 |
1858 | 2024-10-30T22:46:32.447Z | Compiling crypto-bigint v0.5.5 |
1859 | 2024-10-30T22:46:32.870Z | Compiling derive-where v1.2.7 |
1860 | 2024-10-30T22:46:35.077Z | Compiling serde_repr v0.1.19 |
1861 | 2024-10-30T22:46:35.937Z | Compiling hostname v0.4.0 |
1862 | 2024-10-30T22:46:36.102Z | Compiling managed v0.8.0 |
1863 | 2024-10-30T22:46:36.130Z | Compiling bitflags v1.3.2 |
1864 | 2024-10-30T22:46:36.161Z | Compiling unicode-width v0.1.14 |
1865 | 2024-10-30T22:46:36.246Z | Compiling winnow v0.5.40 |
1866 | 2024-10-30T22:46:36.487Z | Compiling debug-ignore v1.0.5 |
1867 | 2024-10-30T22:46:36.666Z | Compiling clap_lex v0.7.2 |
1868 | 2024-10-30T22:46:36.812Z | Compiling console v0.15.8 |
1869 | 2024-10-30T22:46:37.109Z | Compiling clap_builder v4.5.20 |
1870 | 2024-10-30T22:46:38.427Z | Compiling elliptic-curve v0.13.8 |
1871 | 2024-10-30T22:46:39.160Z | Compiling hickory-resolver v0.24.1 |
1872 | 2024-10-30T22:46:40.051Z | Compiling toml_edit v0.19.15 |
1873 | 2024-10-30T22:46:41.468Z | Compiling typify-macro v0.2.0 |
1874 | 2024-10-30T22:46:42.189Z | Compiling hyper-rustls v0.27.3 |
1875 | 2024-10-30T22:46:44.630Z | Compiling phf v0.11.2 |
1876 | 2024-10-30T22:46:44.947Z | Compiling hyper-tls v0.6.0 |
1877 | 2024-10-30T22:46:45.019Z | Compiling signal-hook-mio v0.2.4 |
1878 | 2024-10-30T22:46:45.184Z | Compiling rayon v1.10.0 |
1879 | 2024-10-30T22:46:45.312Z | Compiling cookie_store v0.21.0 |
1880 | 2024-10-30T22:46:45.492Z | Compiling tokio-tungstenite v0.24.0 |
1881 | 2024-10-30T22:46:46.044Z | Compiling postgres-types v0.2.8 |
1882 | 2024-10-30T22:46:46.654Z | Compiling ed25519 v2.2.3 |
1883 | 2024-10-30T22:46:46.756Z | Compiling hubpack v0.1.2 |
1884 | 2024-10-30T22:46:46.814Z | Compiling phf_shared v0.10.0 |
1885 | 2024-10-30T22:46:47.214Z | Compiling pkcs1 v0.7.5 |
1886 | 2024-10-30T22:46:47.218Z | Compiling zerocopy v0.6.6 |
1887 | 2024-10-30T22:46:47.358Z | Compiling bstr v1.10.0 |
1888 | 2024-10-30T22:46:48.113Z | Compiling tokio-stream v0.1.16 |
1889 | 2024-10-30T22:46:48.229Z | Compiling serde-big-array v0.5.1 |
1890 | 2024-10-30T22:46:48.466Z | Compiling rfc6979 v0.4.0 |
1891 | 2024-10-30T22:46:48.659Z | Compiling float-cmp v0.9.0 |
1892 | 2024-10-30T22:46:49.022Z | Compiling sync_wrapper v1.0.1 |
1893 | 2024-10-30T22:46:49.025Z | Compiling crc32fast v1.4.2 |
1894 | 2024-10-30T22:46:49.025Z | Compiling whoami v1.5.2 |
1895 | 2024-10-30T22:46:49.062Z | Compiling fixedbitset v0.4.2 |
1896 | 2024-10-30T22:46:49.105Z | Compiling difflib v0.4.0 |
1897 | 2024-10-30T22:46:49.125Z | Compiling bit-vec v0.6.3 |
1898 | 2024-10-30T22:46:49.224Z | Compiling normalize-line-endings v0.3.0 |
1899 | 2024-10-30T22:46:49.359Z | Compiling static_assertions v1.1.0 |
1900 | 2024-10-30T22:46:49.753Z | Compiling predicates-core v1.0.8 |
1901 | 2024-10-30T22:46:49.802Z | Compiling number_prefix v0.4.0 |
1902 | 2024-10-30T22:46:50.011Z | Compiling new_debug_unreachable v1.0.6 |
1903 | 2024-10-30T22:46:50.030Z | Compiling minimal-lexical v0.2.1 |
1904 | 2024-10-30T22:46:50.062Z | Compiling unicode-segmentation v1.12.0 |
1905 | 2024-10-30T22:46:50.111Z | Compiling precomputed-hash v0.1.1 |
1906 | 2024-10-30T22:46:50.224Z | Compiling indicatif v0.17.8 |
1907 | 2024-10-30T22:46:50.244Z | Compiling string_cache v0.8.7 |
1908 | 2024-10-30T22:46:50.478Z | Compiling nom v7.1.3 |
1909 | 2024-10-30T22:46:50.619Z | Compiling predicates v3.1.2 |
1910 | 2024-10-30T22:46:50.909Z | Compiling similar v2.6.0 |
1911 | 2024-10-30T22:46:52.889Z | Compiling bit-set v0.5.3 |
1912 | 2024-10-30T22:46:53.066Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1913 | 2024-10-30T22:46:53.194Z | Compiling tokio-postgres v0.7.12 |
1914 | 2024-10-30T22:46:54.069Z | Compiling petgraph v0.6.5 |
1915 | 2024-10-30T22:46:55.502Z | Compiling flate2 v1.0.34 |
1916 | 2024-10-30T22:46:56.441Z | Compiling reqwest v0.12.8 |
1917 | 2024-10-30T22:46:56.632Z | Compiling qorb v0.1.2 |
1918 | 2024-10-30T22:46:58.086Z | Compiling ecdsa v0.16.9 |
1919 | 2024-10-30T22:46:59.677Z | Compiling rsa v0.9.6 |
1920 | 2024-10-30T22:47:00.092Z | Compiling ed25519-dalek v2.1.1 |
1921 | 2024-10-30T22:47:01.076Z | Compiling crossterm v0.28.1 |
1922 | 2024-10-30T22:47:01.096Z | Compiling toml v0.7.8 |
1923 | 2024-10-30T22:47:01.124Z | Compiling clap v4.5.20 |
1924 | 2024-10-30T22:47:01.270Z | Compiling itertools v0.10.5 |
1925 | 2024-10-30T22:47:01.825Z | Compiling itertools v0.12.1 |
1926 | 2024-10-30T22:47:04.387Z | Compiling x509-cert v0.2.5 |
1927 | 2024-10-30T22:47:05.294Z | Compiling hex v0.4.3 |
1928 | 2024-10-30T22:47:07.312Z | Compiling peg-runtime v0.8.3 |
1929 | 2024-10-30T22:47:07.383Z | Compiling lalrpop-util v0.19.12 |
1930 | 2024-10-30T22:47:08.442Z | Compiling radium v0.7.0 |
1931 | 2024-10-30T22:47:08.873Z | Compiling unicode-xid v0.2.6 |
1932 | 2024-10-30T22:47:09.056Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1933 | 2024-10-30T22:47:16.176Z | Compiling maybe-uninit v2.0.0 |
1934 | 2024-10-30T22:47:16.689Z | Compiling tap v1.0.1 |
1935 | 2024-10-30T22:47:17.447Z | Compiling ident_case v1.0.1 |
1936 | 2024-10-30T22:47:17.628Z | Compiling darling_core v0.20.10 |
1937 | 2024-10-30T22:47:23.431Z | Compiling wyz v0.5.1 |
1938 | 2024-10-30T22:47:36.914Z | Compiling typify v0.2.0 |
1939 | 2024-10-30T22:47:40.184Z | Compiling http v0.2.12 |
1940 | 2024-10-30T22:47:41.436Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1941 | 2024-10-30T22:47:42.610Z | Compiling packed_struct v0.10.1 |
1942 | 2024-10-30T22:47:43.041Z | Compiling base64 v0.21.7 |
1943 | 2024-10-30T22:47:43.650Z | Compiling funty v2.0.0 |
1944 | 2024-10-30T22:47:43.869Z | Compiling unsafe-libyaml v0.2.11 |
1945 | 2024-10-30T22:47:44.806Z | Compiling bitvec v1.0.1 |
1946 | 2024-10-30T22:47:45.605Z | Compiling serde_yaml v0.9.34+deprecated |
1947 | 2024-10-30T22:47:52.929Z | Compiling progenitor-impl v0.8.0 |
1948 | 2024-10-30T22:47:56.443Z | Compiling darling_macro v0.20.10 |
1949 | 2024-10-30T22:47:57.322Z | Compiling packed_struct_codegen v0.10.1 |
1950 | 2024-10-30T22:47:59.135Z | Compiling structmeta-derive v0.3.0 |
1951 | 2024-10-30T22:47:59.937Z | Compiling indexmap v1.9.3 |
1952 | 2024-10-30T22:48:00.394Z | Compiling crc-catalog v2.4.0 |
1953 | 2024-10-30T22:48:00.414Z | Compiling fastrand v2.1.1 |
1954 | 2024-10-30T22:48:00.892Z | Compiling nodrop v0.1.14 |
1955 | 2024-10-30T22:48:01.095Z | Compiling newtype-uuid v1.1.2 |
1956 | 2024-10-30T22:48:01.519Z | Compiling array-init v0.0.4 |
1957 | 2024-10-30T22:48:01.589Z | Compiling structmeta v0.3.0 |
1958 | 2024-10-30T22:48:02.807Z | Compiling tempfile v3.13.0 |
1959 | 2024-10-30T22:48:04.271Z | Compiling crc v3.2.1 |
1960 | 2024-10-30T22:48:04.388Z | Compiling progenitor-macro v0.8.0 |
1961 | 2024-10-30T22:48:04.517Z | Compiling darling v0.20.10 |
1962 | 2024-10-30T22:48:08.571Z | Compiling smallvec v0.6.14 |
1963 | 2024-10-30T22:48:12.353Z | Compiling h2 v0.3.26 |
1964 | 2024-10-30T22:48:14.461Z | Compiling http-body v0.4.6 |
1965 | 2024-10-30T22:48:14.945Z | Compiling progenitor-client v0.8.0 |
1966 | 2024-10-30T22:48:19.099Z | Compiling pin-project-internal v1.1.6 |
1967 | 2024-10-30T22:48:20.019Z | Compiling hashbrown v0.12.3 |
1968 | 2024-10-30T22:48:21.400Z | Compiling termcolor v1.4.1 |
1969 | 2024-10-30T22:48:22.765Z | Compiling bitfield v0.14.0 |
1970 | 2024-10-30T22:48:23.627Z | Compiling same-file v1.0.6 |
1971 | 2024-10-30T22:48:23.907Z | Compiling walkdir v2.5.0 |
1972 | 2024-10-30T22:48:25.035Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1973 | 2024-10-30T22:48:32.191Z | Compiling env_logger v0.10.2 |
1974 | 2024-10-30T22:48:33.498Z | Compiling pin-project v1.1.6 |
1975 | 2024-10-30T22:48:34.787Z | Compiling hyper v0.14.30 |
1976 | 2024-10-30T22:48:38.313Z | Compiling progenitor v0.8.0 |
1977 | 2024-10-30T22:48:39.699Z | Compiling bzip2 v0.4.4 |
1978 | 2024-10-30T22:48:40.001Z | Compiling serde-hex v0.1.0 |
1979 | 2024-10-30T22:48:40.163Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1980 | 2024-10-30T22:48:40.504Z | Compiling serde_with_macros v3.11.0 |
1981 | 2024-10-30T22:48:41.708Z | Compiling parse-display-derive v0.10.0 |
1982 | 2024-10-30T22:48:43.276Z | Compiling ron v0.8.1 |
1983 | 2024-10-30T22:48:45.877Z | Compiling strum_macros v0.26.4 |
1984 | 2024-10-30T22:48:47.554Z | Compiling ipnetwork v0.20.0 |
1985 | 2024-10-30T22:48:48.761Z | Compiling hashbrown v0.13.2 |
1986 | 2024-10-30T22:48:49.128Z | Compiling xattr v1.3.1 |
1987 | 2024-10-30T22:48:49.242Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1988 | 2024-10-30T22:48:49.461Z | Compiling snafu-derive v0.8.5 |
1989 | 2024-10-30T22:48:49.512Z | Compiling blake3 v1.5.4 |
1990 | 2024-10-30T22:48:49.953Z | Compiling ring v0.16.20 |
1991 | 2024-10-30T22:48:50.085Z | Compiling filetime v0.2.25 |
1992 | 2024-10-30T22:48:50.103Z | Compiling instant v0.1.13 |
1993 | 2024-10-30T22:48:50.137Z | Compiling buf-list v1.0.3 |
1994 | 2024-10-30T22:48:50.691Z | Compiling sync_wrapper v0.1.2 |
1995 | 2024-10-30T22:48:50.834Z | Compiling crc-any v2.5.0 |
1996 | 2024-10-30T22:48:50.881Z | Compiling reqwest v0.11.27 |
1997 | 2024-10-30T22:48:51.492Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1998 | 2024-10-30T22:48:51.716Z | Compiling tar v0.4.42 |
1999 | 2024-10-30T22:48:51.749Z | Compiling backoff v0.4.0 |
2000 | 2024-10-30T22:48:52.142Z | Compiling strum v0.26.3 |
2001 | 2024-10-30T22:48:52.987Z | Compiling object v0.30.4 |
2002 | 2024-10-30T22:48:53.907Z | Compiling snafu v0.8.5 |
2003 | 2024-10-30T22:48:55.214Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2004 | 2024-10-30T22:48:55.427Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2005 | 2024-10-30T22:48:56.729Z | Compiling parse-display v0.10.0 |
2006 | 2024-10-30T22:48:56.771Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2007 | 2024-10-30T22:48:57.315Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2008 | 2024-10-30T22:48:57.891Z | Compiling serde_with v3.11.0 |
2009 | 2024-10-30T22:48:58.344Z | Compiling zip v0.6.6 |
2010 | 2024-10-30T22:48:58.632Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2011 | 2024-10-30T22:48:59.067Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2012 | 2024-10-30T22:48:59.359Z | Compiling camino-tempfile v1.1.1 |
2013 | 2024-10-30T22:49:00.123Z | Compiling globset v0.4.15 |
2014 | 2024-10-30T22:49:00.937Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2015 | 2024-10-30T22:49:01.127Z | Compiling regress v0.9.1 |
2016 | 2024-10-30T22:49:02.366Z | Compiling pem v3.0.4 |
2017 | 2024-10-30T22:49:03.862Z | Compiling olpc-cjson v0.1.4 |
2018 | 2024-10-30T22:49:04.220Z | Compiling serde_plain v1.0.2 |
2019 | 2024-10-30T22:49:04.763Z | Compiling macaddr v1.0.1 |
2020 | 2024-10-30T22:49:05.386Z | Compiling async-recursion v1.1.1 |
2021 | 2024-10-30T22:49:05.835Z | Compiling memmap2 v0.9.5 |
2022 | 2024-10-30T22:49:05.862Z | Compiling typed-path v0.7.1 |
2023 | 2024-10-30T22:49:06.428Z | Compiling arrayvec v0.7.6 |
2024 | 2024-10-30T22:49:06.790Z | Compiling arrayref v0.3.9 |
2025 | 2024-10-30T22:49:06.900Z | Compiling path-slash v0.1.5 |
2026 | 2024-10-30T22:49:06.957Z | Compiling spin v0.5.2 |
2027 | 2024-10-30T22:49:07.138Z | Compiling constant_time_eq v0.3.1 |
2028 | 2024-10-30T22:49:07.213Z | Compiling untrusted v0.7.1 |
2029 | 2024-10-30T22:49:07.423Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2030 | 2024-10-30T22:49:08.125Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2031 | 2024-10-30T22:49:09.680Z | Compiling tough v0.17.1 |
2032 | 2024-10-30T22:49:10.823Z | Compiling itertools v0.13.0 |
2033 | 2024-10-30T22:49:12.451Z | Compiling cargo-platform v0.1.8 |
2034 | 2024-10-30T22:49:13.551Z | Compiling parse-size v1.0.0 |
2035 | 2024-10-30T22:49:13.857Z | Compiling topological-sort v0.2.2 |
2036 | 2024-10-30T22:49:14.143Z | Compiling omicron-zone-package v0.11.1 |
2037 | 2024-10-30T22:49:14.647Z | Compiling cargo_metadata v0.18.1 |
2038 | 2024-10-30T22:49:14.720Z | Compiling shell-words v1.1.0 |
2039 | 2024-10-30T22:49:21.339Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2040 | 2024-10-30T22:49:35.055Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2041 | 2024-10-30T22:49:50.088Z | Finished `release` profile [optimized] target(s) in 5m 12s |
2042 | 2024-10-30T22:49:50.242Z | Running `target/release/omicron-releng --output-dir /work` |
2043 | 2024-10-30T22:49:50.287Z | Oct 30 22:49:48.955 DEBG changing working directory to /work/oxidecomputer/omicron |
2044 | 2024-10-30T22:49:50.381Z | Oct 30 22:49:49.051 DEBG running: git rev-parse HEAD |
2045 | 2024-10-30T22:49:50.387Z | Oct 30 22:49:49.057 DEBG process exited with exit status: 0 (6.479954ms) |
2046 | 2024-10-30T22:49:50.387Z | Oct 30 22:49:49.057 INFO version: 12.0.0-0.ci+git8f8ba2a7781 |
2047 | 2024-10-30T22:49:50.427Z | Oct 30 22:49:49.097 INFO cloning helios to /work/oxidecomputer/helios |
2048 | 2024-10-30T22:49:50.427Z | Oct 30 22:49:49.097 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2049 | 2024-10-30T22:49:50.433Z | Cloning into '/work/oxidecomputer/helios'... |
2050 | 2024-10-30T22:49:50.971Z | Oct 30 22:49:49.641 DEBG process exited with exit status: 0 (543.819691ms) |
2051 | 2024-10-30T22:49:50.972Z | Oct 30 22:49:49.641 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2052 | 2024-10-30T22:49:50.979Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2053 | 2024-10-30T22:49:50.979Z | # branch.head master |
2054 | 2024-10-30T22:49:50.979Z | # branch.upstream origin/master |
2055 | 2024-10-30T22:49:50.979Z | # branch.ab +0 -0 |
2056 | 2024-10-30T22:49:50.981Z | Oct 30 22:49:49.649 DEBG process exited with exit status: 0 (7.937378ms) |
2057 | 2024-10-30T22:49:50.981Z | Oct 30 22:49:49.649 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2058 | 2024-10-30T22:49:51.814Z | Oct 30 22:49:50.482 DEBG process exited with exit status: 0 (832.842214ms) |
2059 | 2024-10-30T22:49:51.814Z | Oct 30 22:49:50.482 DEBG running: zfs list rpool/images/build/host |
2060 | 2024-10-30T22:49:51.819Z | NAME USED AVAIL REFER MOUNTPOINT |
2061 | 2024-10-30T22:49:51.820Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2062 | 2024-10-30T22:49:51.824Z | Oct 30 22:49:50.490 DEBG process exited with exit status: 0 (7.298046ms) |
2063 | 2024-10-30T22:49:51.824Z | Oct 30 22:49:50.490 DEBG running: zfs list rpool/images/build/recovery |
2064 | 2024-10-30T22:49:51.827Z | NAME USED AVAIL REFER MOUNTPOINT |
2065 | 2024-10-30T22:49:51.827Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2066 | 2024-10-30T22:49:51.830Z | Oct 30 22:49:50.496 DEBG process exited with exit status: 0 (6.480595ms) |
2067 | 2024-10-30T22:49:51.830Z | Oct 30 22:49:50.497 INFO [hubris-staging] running task |
2068 | 2024-10-30T22:49:51.830Z | Oct 30 22:49:50.497 INFO [hubris-production] running task |
2069 | 2024-10-30T22:49:51.830Z | Oct 30 22:49:50.497 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2070 | 2024-10-30T22:49:51.834Z | Oct 30 22:49:50.502 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2071 | 2024-10-30T22:49:52.151Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2072 | 2024-10-30T22:49:52.297Z | [ omicron-package] Blocking waiting for file lock on package cache |
2073 | 2024-10-30T22:49:52.892Z | [ omicron-package] Blocking waiting for file lock on package cache |
2074 | 2024-10-30T22:49:53.153Z | [ omicron-package] Blocking waiting for file lock on package cache |
2075 | 2024-10-30T22:49:53.381Z | Oct 30 22:49:52.051 INFO [hubris-production] task succeeded (1.55408086s) |
2076 | 2024-10-30T22:49:54.097Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2077 | 2024-10-30T22:49:54.100Z | [ omicron-package] Compiling heapless v0.8.0 |
2078 | 2024-10-30T22:49:54.100Z | [ omicron-package] Compiling hash32 v0.3.1 |
2079 | 2024-10-30T22:49:54.100Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2080 | 2024-10-30T22:49:54.100Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2081 | 2024-10-30T22:49:54.100Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2082 | 2024-10-30T22:49:54.100Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2083 | 2024-10-30T22:49:54.100Z | [ omicron-package] Compiling cobs v0.2.3 |
2084 | 2024-10-30T22:49:55.203Z | [ omicron-package] Compiling postcard v1.0.10 |
2085 | 2024-10-30T22:49:55.288Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2086 | 2024-10-30T22:49:55.288Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2087 | 2024-10-30T22:49:55.365Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2088 | 2024-10-30T22:49:55.960Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2089 | 2024-10-30T22:49:56.027Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2090 | 2024-10-30T22:49:56.151Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2091 | 2024-10-30T22:49:57.190Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2092 | 2024-10-30T22:49:57.193Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2093 | 2024-10-30T22:49:57.193Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2094 | 2024-10-30T22:49:57.523Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2095 | 2024-10-30T22:49:57.647Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2096 | 2024-10-30T22:49:57.942Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2097 | 2024-10-30T22:49:58.107Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2098 | 2024-10-30T22:49:58.447Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2099 | 2024-10-30T22:49:58.573Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2100 | 2024-10-30T22:49:58.941Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2101 | 2024-10-30T22:49:59.088Z | [ omicron-package] Compiling colored v2.1.0 |
2102 | 2024-10-30T22:49:59.088Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2103 | 2024-10-30T22:49:59.757Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2104 | 2024-10-30T22:49:59.941Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2105 | 2024-10-30T22:50:00.031Z | [ omicron-package] Compiling num-derive v0.4.2 |
2106 | 2024-10-30T22:50:00.093Z | [ omicron-package] Compiling num_enum v0.5.11 |
2107 | 2024-10-30T22:50:00.147Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2108 | 2024-10-30T22:50:00.402Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2109 | 2024-10-30T22:50:00.633Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2110 | 2024-10-30T22:50:00.754Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2111 | 2024-10-30T22:50:01.112Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2112 | 2024-10-30T22:50:01.700Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2113 | 2024-10-30T22:50:01.813Z | [ omicron-package] Compiling smf v0.2.3 |
2114 | 2024-10-30T22:50:02.081Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2115 | 2024-10-30T22:50:02.225Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2116 | 2024-10-30T22:50:02.788Z | [ omicron-package] Compiling zone v0.3.0 |
2117 | 2024-10-30T22:50:03.466Z | Oct 30 22:50:02.136 INFO [hubris-staging] task succeeded (11.638705368s) |
2118 | 2024-10-30T22:50:04.397Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2119 | 2024-10-30T22:50:05.058Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2120 | 2024-10-30T22:50:05.135Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2024-10-30T22:50:06.380Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2122 | 2024-10-30T22:50:06.930Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2123 | 2024-10-30T22:50:07.191Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2024-10-30T22:50:07.327Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2125 | 2024-10-30T22:50:07.563Z | [ omicron-package] Compiling gethostname v0.5.0 |
2126 | 2024-10-30T22:50:09.781Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2127 | 2024-10-30T22:50:11.789Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2128 | 2024-10-30T22:50:14.704Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2129 | 2024-10-30T22:50:15.253Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2130 | 2024-10-30T22:50:16.726Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2131 | 2024-10-30T22:50:33.837Z | [ helios-setup] Oct 30 22:50:32.506 INFO helios repository root is: /work/oxidecomputer/helios |
2132 | 2024-10-30T22:50:33.840Z | [ helios-setup] Oct 30 22:50:32.508 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 |
2133 | 2024-10-30T22:50:33.840Z | [ helios-setup] Oct 30 22:50:32.508 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2134 | 2024-10-30T22:50:33.843Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2135 | 2024-10-30T22:50:34.785Z | [ helios-setup] Oct 30 22:50:33.454 INFO clone ok!, project: phbl |
2136 | 2024-10-30T22:50:34.788Z | [ helios-setup] Oct 30 22:50:33.454 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 |
2137 | 2024-10-30T22:50:34.788Z | [ helios-setup] Oct 30 22:50:33.454 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2138 | 2024-10-30T22:50:34.790Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2139 | 2024-10-30T22:50:35.600Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 43.76s |
2140 | 2024-10-30T22:50:35.644Z | [ helios-setup] Oct 30 22:50:34.313 INFO clone ok!, project: chelsio-t6-roms |
2141 | 2024-10-30T22:50:35.647Z | [ helios-setup] Oct 30 22:50:34.313 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 |
2142 | 2024-10-30T22:50:35.647Z | [ helios-setup] Oct 30 22:50:34.313 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2143 | 2024-10-30T22:50:35.649Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2144 | 2024-10-30T22:50:35.818Z | [ omicron-package] |
2145 | 2024-10-30T22:50:35.818Z | [ omicron-package] real 43.944385671 |
2146 | 2024-10-30T22:50:35.818Z | [ omicron-package] user 2:37.809682123 |
2147 | 2024-10-30T22:50:35.821Z | [ omicron-package] sys 21.049787434 |
2148 | 2024-10-30T22:50:35.821Z | [ omicron-package] trap 0.171108818 |
2149 | 2024-10-30T22:50:35.821Z | [ omicron-package] tflt 0.495169110 |
2150 | 2024-10-30T22:50:35.821Z | [ omicron-package] dflt 0.682909740 |
2151 | 2024-10-30T22:50:35.821Z | [ omicron-package] kflt 0.000051490 |
2152 | 2024-10-30T22:50:35.821Z | [ omicron-package] lock 4:46.885524412 |
2153 | 2024-10-30T22:50:35.821Z | [ omicron-package] slp 7:57.932239436 |
2154 | 2024-10-30T22:50:35.821Z | [ omicron-package] lat 1:30.984974477 |
2155 | 2024-10-30T22:50:35.821Z | Oct 30 22:50:34.487 INFO [omicron-package] process exited with exit status: 0 (43.985719292s) |
2156 | 2024-10-30T22:50:35.821Z | [ omicron-package] stop 53.857675178 |
2157 | 2024-10-30T22:50:35.821Z | Oct 30 22:50:34.488 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2158 | 2024-10-30T22:50:35.898Z | Oct 30 22:50:34.567 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 |
2159 | 2024-10-30T22:50:35.908Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2160 | 2024-10-30T22:50:35.910Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2161 | 2024-10-30T22:50:35.913Z | Oct 30 22:50:34.580 INFO [recovery-target] process exited with exit status: 0 (91.774484ms) |
2162 | 2024-10-30T22:50:35.913Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2163 | 2024-10-30T22:50:35.913Z | [ host-target] Created new build target 'host' and set it as active |
2164 | 2024-10-30T22:50:35.915Z | Oct 30 22:50:34.583 INFO [host-target] process exited with exit status: 0 (16.641937ms) |
2165 | 2024-10-30T22:50:35.915Z | Oct 30 22:50:34.583 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2166 | 2024-10-30T22:50:35.932Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2167 | 2024-10-30T22:50:36.453Z | [ helios-setup] Oct 30 22:50:35.121 INFO clone ok!, project: pilot |
2168 | 2024-10-30T22:50:36.455Z | [ helios-setup] Oct 30 22:50:35.122 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2169 | 2024-10-30T22:50:36.455Z | [ helios-setup] Oct 30 22:50:35.122 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2170 | 2024-10-30T22:50:36.456Z | [ helios-setup] Oct 30 22:50:35.122 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 |
2171 | 2024-10-30T22:50:36.456Z | [ helios-setup] Oct 30 22:50:35.122 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2172 | 2024-10-30T22:50:36.458Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2173 | 2024-10-30T22:50:36.930Z | [ helios-setup] Oct 30 22:50:35.598 INFO clone ok!, project: pinprick |
2174 | 2024-10-30T22:50:36.932Z | [ helios-setup] Oct 30 22:50:35.598 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 |
2175 | 2024-10-30T22:50:36.932Z | [ helios-setup] Oct 30 22:50:35.599 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2176 | 2024-10-30T22:50:36.934Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2177 | 2024-10-30T22:50:37.060Z | [ host-package] Compiling convert_case v0.4.0 |
2178 | 2024-10-30T22:50:37.060Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2179 | 2024-10-30T22:50:37.063Z | [ host-package] Compiling password-hash v0.5.0 |
2180 | 2024-10-30T22:50:37.063Z | [ host-package] Compiling blake2 v0.10.6 |
2181 | 2024-10-30T22:50:37.063Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2182 | 2024-10-30T22:50:37.063Z | [ host-package] Compiling newline-converter v0.3.0 |
2183 | 2024-10-30T22:50:37.063Z | [ host-package] Compiling owo-colors v4.1.0 |
2184 | 2024-10-30T22:50:37.063Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2185 | 2024-10-30T22:50:37.460Z | [ host-package] Compiling expectorate v1.1.0 |
2186 | 2024-10-30T22:50:37.532Z | [ host-package] Compiling libsw v3.3.1 |
2187 | 2024-10-30T22:50:37.540Z | [ helios-setup] Oct 30 22:50:36.208 INFO clone ok!, project: image-builder |
2188 | 2024-10-30T22:50:37.542Z | [ helios-setup] Oct 30 22:50:36.209 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 |
2189 | 2024-10-30T22:50:37.542Z | [ helios-setup] Oct 30 22:50:36.209 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 |
2190 | 2024-10-30T22:50:37.545Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2191 | 2024-10-30T22:50:37.671Z | [ host-package] Compiling argon2 v0.5.3 |
2192 | 2024-10-30T22:50:37.864Z | [ host-package] Compiling derive_more v0.99.18 |
2193 | 2024-10-30T22:50:37.887Z | [ host-package] Compiling linear-map v1.2.0 |
2194 | 2024-10-30T22:50:38.299Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2195 | 2024-10-30T22:50:38.319Z | [ host-package] Compiling swrite v0.1.0 |
2196 | 2024-10-30T22:50:38.429Z | [ host-package] Compiling indent_write v2.2.0 |
2197 | 2024-10-30T22:50:38.459Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2198 | 2024-10-30T22:50:38.559Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2199 | 2024-10-30T22:50:38.574Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2200 | 2024-10-30T22:50:38.673Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2201 | 2024-10-30T22:50:38.742Z | [ host-package] Compiling progenitor-client v0.8.0 |
2202 | 2024-10-30T22:50:38.893Z | [ host-package] Compiling atomicwrites v0.4.4 |
2203 | 2024-10-30T22:50:39.170Z | [ host-package] Compiling progenitor v0.8.0 |
2204 | 2024-10-30T22:50:39.277Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2205 | 2024-10-30T22:50:39.408Z | [ host-package] Compiling num-rational v0.4.2 |
2206 | 2024-10-30T22:50:39.437Z | [ host-package] Compiling num-complex v0.4.6 |
2207 | 2024-10-30T22:50:40.037Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2208 | 2024-10-30T22:50:40.470Z | [ host-package] Compiling float-ord v0.3.2 |
2209 | 2024-10-30T22:50:40.652Z | [ host-package] Compiling num v0.4.3 |
2210 | 2024-10-30T22:50:40.765Z | [ host-package] Compiling prettyplease v0.2.22 |
2211 | 2024-10-30T22:50:40.806Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2212 | 2024-10-30T22:50:41.106Z | [ host-package] Compiling semver v0.1.20 |
2213 | 2024-10-30T22:50:41.733Z | [ host-package] Compiling rustc_version v0.1.7 |
2214 | 2024-10-30T22:50:42.073Z | [ host-package] Compiling highway v1.2.0 |
2215 | 2024-10-30T22:50:42.176Z | [ host-package] Compiling newtype_derive v0.1.6 |
2216 | 2024-10-30T22:50:42.625Z | [ host-package] Compiling humantime v2.1.0 |
2217 | 2024-10-30T22:50:43.659Z | [ host-package] Compiling home v0.5.9 |
2218 | 2024-10-30T22:50:43.685Z | [ host-package] Compiling steno v0.4.1 |
2219 | 2024-10-30T22:50:44.167Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2220 | 2024-10-30T22:50:46.541Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2221 | 2024-10-30T22:50:46.970Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2222 | 2024-10-30T22:50:47.364Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2223 | 2024-10-30T22:50:47.377Z | [ helios-setup] Oct 30 22:50:46.045 INFO clone ok!, project: amd-host-image-builder |
2224 | 2024-10-30T22:50:47.379Z | [ helios-setup] Oct 30 22:50:46.045 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 |
2225 | 2024-10-30T22:50:47.379Z | [ helios-setup] Oct 30 22:50:46.046 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2226 | 2024-10-30T22:50:47.382Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2227 | 2024-10-30T22:50:47.428Z | [ host-package] Compiling tungstenite v0.21.0 |
2228 | 2024-10-30T22:50:48.201Z | [ host-package] Compiling ipnetwork v0.20.0 |
2229 | 2024-10-30T22:50:48.688Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2230 | 2024-10-30T22:50:49.005Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2231 | 2024-10-30T22:50:49.372Z | [ host-package] Compiling instant v0.1.13 |
2232 | 2024-10-30T22:50:49.547Z | [ host-package] Compiling backoff v0.4.0 |
2233 | 2024-10-30T22:50:50.059Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2234 | 2024-10-30T22:50:50.863Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2235 | 2024-10-30T22:50:51.585Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2236 | 2024-10-30T22:50:51.980Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2237 | 2024-10-30T22:50:52.474Z | [ host-package] Compiling parse-display v0.10.0 |
2238 | 2024-10-30T22:50:53.064Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2239 | 2024-10-30T22:50:53.304Z | [ host-package] Compiling serde_with v3.11.0 |
2240 | 2024-10-30T22:50:53.980Z | [ host-package] Compiling strum v0.26.3 |
2241 | 2024-10-30T22:50:54.189Z | [ host-package] Compiling regress v0.9.1 |
2242 | 2024-10-30T22:50:55.810Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2243 | 2024-10-30T22:50:56.783Z | [ helios-setup] Oct 30 22:50:55.451 INFO clone ok!, project: amd-firmware |
2244 | 2024-10-30T22:50:56.786Z | [ helios-setup] Oct 30 22:50:55.451 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 |
2245 | 2024-10-30T22:50:56.786Z | [ helios-setup] Oct 30 22:50:55.452 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2246 | 2024-10-30T22:50:56.788Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2247 | 2024-10-30T22:50:57.455Z | [ helios-setup] Oct 30 22:50:56.123 INFO clone ok!, project: bootserver |
2248 | 2024-10-30T22:50:57.457Z | [ helios-setup] Oct 30 22:50:56.124 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2249 | 2024-10-30T22:50:57.458Z | [ helios-setup] Oct 30 22:50:56.124 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2250 | 2024-10-30T22:50:57.827Z | [ host-package] Compiling macaddr v1.0.1 |
2251 | 2024-10-30T22:50:58.188Z | [ helios-setup] Oct 30 22:50:56.856 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2252 | 2024-10-30T22:50:58.307Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2253 | 2024-10-30T22:50:58.763Z | [ helios-setup] Oct 30 22:50:57.431 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2254 | 2024-10-30T22:50:58.763Z | [ helios-setup] Oct 30 22:50:57.431 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2255 | 2024-10-30T22:50:59.307Z | [ helios-setup] Oct 30 22:50:57.975 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2256 | 2024-10-30T22:50:59.840Z | [ helios-setup] Oct 30 22:50:58.508 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2257 | 2024-10-30T22:50:59.840Z | [ helios-setup] Oct 30 22:50:58.508 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2258 | 2024-10-30T22:51:00.050Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2259 | 2024-10-30T22:51:00.374Z | [ helios-setup] Oct 30 22:50:59.042 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2260 | 2024-10-30T22:51:00.730Z | [ host-package] Compiling arc-swap v1.7.1 |
2261 | 2024-10-30T22:51:00.967Z | [ helios-setup] Oct 30 22:50:59.635 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2262 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.635 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2263 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.635 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2264 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO ok! |
2265 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2266 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2267 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO ok! |
2268 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2269 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2270 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO ok! |
2271 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2272 | 2024-10-30T22:51:00.970Z | [ helios-setup] Oct 30 22:50:59.636 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2273 | 2024-10-30T22:51:01.257Z | [ helios-setup] Oct 30 22:50:59.926 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2274 | 2024-10-30T22:51:01.480Z | [ host-package] Compiling display-error-chain v0.2.1 |
2275 | 2024-10-30T22:51:01.705Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2276 | 2024-10-30T22:51:02.167Z | [ host-package] Compiling slog-scope v4.4.0 |
2277 | 2024-10-30T22:51:02.325Z | [ helios-setup] Oct 30 22:51:00.993 INFO E| From https://github.com/oxidecomputer/progenitor |
2278 | 2024-10-30T22:51:02.325Z | [ helios-setup] Oct 30 22:51:00.993 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2279 | 2024-10-30T22:51:02.358Z | [ helios-setup] Oct 30 22:51:01.026 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2280 | 2024-10-30T22:51:02.358Z | [ helios-setup] Oct 30 22:51:01.026 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2281 | 2024-10-30T22:51:02.485Z | [ helios-setup] Oct 30 22:51:01.153 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2282 | 2024-10-30T22:51:02.986Z | [ helios-setup] Oct 30 22:51:01.654 INFO E| From https://github.com/jclulow/hiercmd |
2283 | 2024-10-30T22:51:02.986Z | [ helios-setup] Oct 30 22:51:01.654 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2284 | 2024-10-30T22:51:03.006Z | [ helios-setup] Oct 30 22:51:01.674 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2285 | 2024-10-30T22:51:03.104Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2286 | 2024-10-30T22:51:03.527Z | [ helios-setup] Oct 30 22:51:02.195 INFO E| From https://github.com/jclulow/network-interface |
2287 | 2024-10-30T22:51:03.527Z | [ helios-setup] Oct 30 22:51:02.195 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2288 | 2024-10-30T22:51:03.563Z | [ helios-setup] Oct 30 22:51:02.231 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2289 | 2024-10-30T22:51:04.116Z | [ helios-setup] Oct 30 22:51:02.784 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2290 | 2024-10-30T22:51:04.121Z | [ helios-setup] Oct 30 22:51:02.784 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2291 | 2024-10-30T22:51:04.152Z | [ helios-setup] Oct 30 22:51:02.819 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2292 | 2024-10-30T22:51:04.202Z | [ host-package] Compiling half v2.4.1 |
2293 | 2024-10-30T22:51:04.938Z | [ host-package] Compiling ciborium-io v0.2.2 |
2294 | 2024-10-30T22:51:05.003Z | [ helios-setup] Oct 30 22:51:03.671 INFO E| From https://github.com/oxidecomputer/facade |
2295 | 2024-10-30T22:51:05.003Z | [ helios-setup] Oct 30 22:51:03.671 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2296 | 2024-10-30T22:51:05.045Z | [ helios-setup] Oct 30 22:51:03.713 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2297 | 2024-10-30T22:51:05.186Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2298 | 2024-10-30T22:51:05.726Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2299 | 2024-10-30T22:51:06.032Z | [ helios-setup] Oct 30 22:51:04.700 INFO E| From https://github.com/oxidecomputer/dropshot |
2300 | 2024-10-30T22:51:06.032Z | [ helios-setup] Oct 30 22:51:04.700 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2301 | 2024-10-30T22:51:06.067Z | [ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2302 | 2024-10-30T22:51:06.067Z | [ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2303 | 2024-10-30T22:51:06.070Z | [ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2304 | 2024-10-30T22:51:06.070Z | [ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2305 | 2024-10-30T22:51:06.071Z | [ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2306 | 2024-10-30T22:51:06.071Z | [ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2307 | 2024-10-30T22:51:06.071Z | [ helios-setup] Oct 30 22:51:04.736 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2308 | 2024-10-30T22:51:06.071Z | [ helios-setup] Oct 30 22:51:04.736 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2309 | 2024-10-30T22:51:06.115Z | [ helios-setup] Oct 30 22:51:04.783 INFO E| Updating crates.io index |
2310 | 2024-10-30T22:51:06.145Z | [ helios-setup] Oct 30 22:51:04.813 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2311 | 2024-10-30T22:51:06.619Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2312 | 2024-10-30T22:51:06.644Z | [ host-package] Compiling ciborium v0.2.2 |
2313 | 2024-10-30T22:51:06.958Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2314 | 2024-10-30T22:51:07.252Z | [ helios-setup] Oct 30 22:51:05.920 INFO E| From https://github.com/oxidecomputer/typify |
2315 | 2024-10-30T22:51:07.252Z | [ helios-setup] Oct 30 22:51:05.920 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2316 | 2024-10-30T22:51:07.283Z | [ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2317 | 2024-10-30T22:51:07.283Z | [ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2318 | 2024-10-30T22:51:07.286Z | [ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2319 | 2024-10-30T22:51:07.286Z | [ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2320 | 2024-10-30T22:51:07.286Z | [ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2321 | 2024-10-30T22:51:07.286Z | [ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2322 | 2024-10-30T22:51:07.286Z | [ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2323 | 2024-10-30T22:51:07.896Z | [ helios-setup] Oct 30 22:51:06.564 INFO E| Downloading crates ... |
2324 | 2024-10-30T22:51:08.033Z | [ helios-setup] Oct 30 22:51:06.701 INFO E| Downloaded autocfg v1.1.0 |
2325 | 2024-10-30T22:51:08.036Z | [ helios-setup] Oct 30 22:51:06.704 INFO E| Downloaded concolor-query v0.3.3 |
2326 | 2024-10-30T22:51:08.039Z | [ helios-setup] Oct 30 22:51:06.706 INFO E| Downloaded anstyle-parse v0.1.1 |
2327 | 2024-10-30T22:51:08.043Z | [ helios-setup] Oct 30 22:51:06.711 INFO E| Downloaded clap_derive v4.2.0 |
2328 | 2024-10-30T22:51:08.047Z | [ helios-setup] Oct 30 22:51:06.715 INFO E| Downloaded bincode v1.3.3 |
2329 | 2024-10-30T22:51:08.084Z | [ helios-setup] Oct 30 22:51:06.752 INFO E| Downloaded tower-service v0.3.2 |
2330 | 2024-10-30T22:51:08.087Z | [ helios-setup] Oct 30 22:51:06.754 INFO E| Downloaded futures-macro v0.3.28 |
2331 | 2024-10-30T22:51:08.089Z | [ helios-setup] Oct 30 22:51:06.756 INFO E| Downloaded futures-core v0.3.28 |
2332 | 2024-10-30T22:51:08.092Z | [ helios-setup] Oct 30 22:51:06.759 INFO E| Downloaded num-integer v0.1.45 |
2333 | 2024-10-30T22:51:08.095Z | [ helios-setup] Oct 30 22:51:06.763 INFO E| Downloaded schemars_derive v0.8.12 |
2334 | 2024-10-30T22:51:08.097Z | [ helios-setup] Oct 30 22:51:06.765 INFO E| Downloaded generic-array v0.14.6 |
2335 | 2024-10-30T22:51:08.102Z | [ helios-setup] Oct 30 22:51:06.770 INFO E| Downloaded slab v0.4.7 |
2336 | 2024-10-30T22:51:08.104Z | [ helios-setup] Oct 30 22:51:06.772 INFO E| Downloaded io-lifetimes v1.0.10 |
2337 | 2024-10-30T22:51:08.109Z | [ helios-setup] Oct 30 22:51:06.777 INFO E| Downloaded terminal_size v0.2.6 |
2338 | 2024-10-30T22:51:08.111Z | [ helios-setup] Oct 30 22:51:06.779 INFO E| Downloaded thiserror v1.0.38 |
2339 | 2024-10-30T22:51:08.120Z | [ helios-setup] Oct 30 22:51:06.788 INFO E| Downloaded sha1 v0.10.5 |
2340 | 2024-10-30T22:51:08.122Z | [ helios-setup] Oct 30 22:51:06.790 INFO E| Downloaded rhai_codegen v1.5.0 |
2341 | 2024-10-30T22:51:08.139Z | [ helios-setup] Oct 30 22:51:06.807 INFO E| Downloaded tungstenite v0.18.0 |
2342 | 2024-10-30T22:51:08.143Z | [ helios-setup] Oct 30 22:51:06.812 INFO E| Downloaded aho-corasick v0.7.20 |
2343 | 2024-10-30T22:51:08.151Z | [ helios-setup] Oct 30 22:51:06.819 INFO E| Downloaded tracing-core v0.1.30 |
2344 | 2024-10-30T22:51:08.157Z | [ helios-setup] Oct 30 22:51:06.826 INFO E| Downloaded uuid v1.3.0 |
2345 | 2024-10-30T22:51:08.165Z | [ helios-setup] Oct 30 22:51:06.834 INFO E| Downloaded unicode-linebreak v0.1.4 |
2346 | 2024-10-30T22:51:08.168Z | [ helios-setup] Oct 30 22:51:06.837 INFO E| Downloaded regress v0.5.0 |
2347 | 2024-10-30T22:51:08.185Z | [ helios-setup] Oct 30 22:51:06.853 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2348 | 2024-10-30T22:51:08.223Z | [ helios-setup] Oct 30 22:51:06.891 INFO E| Downloaded syn v2.0.72 |
2349 | 2024-10-30T22:51:08.267Z | [ helios-setup] Oct 30 22:51:06.935 INFO E| Downloaded walkdir v2.3.3 |
2350 | 2024-10-30T22:51:08.270Z | [ helios-setup] Oct 30 22:51:06.938 INFO E| Downloaded rustls-pemfile v1.0.2 |
2351 | 2024-10-30T22:51:08.272Z | [ helios-setup] Oct 30 22:51:06.940 INFO E| Downloaded tracing v0.1.37 |
2352 | 2024-10-30T22:51:08.279Z | [ helios-setup] Oct 30 22:51:06.947 INFO E| Downloaded try-lock v0.2.4 |
2353 | 2024-10-30T22:51:08.282Z | [ helios-setup] Oct 30 22:51:06.949 INFO E| Downloaded toolchain_find v0.2.0 |
2354 | 2024-10-30T22:51:08.284Z | [ helios-setup] Oct 30 22:51:06.950 INFO E| Downloaded is-terminal v0.4.7 |
2355 | 2024-10-30T22:51:08.284Z | [ helios-setup] Oct 30 22:51:06.952 INFO E| Downloaded want v0.3.0 |
2356 | 2024-10-30T22:51:08.287Z | [ helios-setup] Oct 30 22:51:06.953 INFO E| Downloaded crossbeam-deque v0.8.2 |
2357 | 2024-10-30T22:51:08.289Z | [ helios-setup] Oct 30 22:51:06.956 INFO E| Downloaded rustls v0.21.0 |
2358 | 2024-10-30T22:51:08.308Z | [ helios-setup] Oct 30 22:51:06.975 INFO E| Downloaded toml_datetime v0.6.1 |
2359 | 2024-10-30T22:51:08.310Z | [ helios-setup] Oct 30 22:51:06.977 INFO E| Downloaded serde_path_to_error v0.1.11 |
2360 | 2024-10-30T22:51:08.313Z | [ helios-setup] Oct 30 22:51:06.979 INFO E| Downloaded cc v1.0.78 |
2361 | 2024-10-30T22:51:08.316Z | [ helios-setup] Oct 30 22:51:06.984 INFO E| Downloaded unicode-width v0.1.10 |
2362 | 2024-10-30T22:51:08.318Z | [ helios-setup] Oct 30 22:51:06.987 INFO E| Downloaded unicode-ident v1.0.8 |
2363 | 2024-10-30T22:51:08.323Z | [ helios-setup] Oct 30 22:51:06.991 INFO E| Downloaded home v0.5.4 |
2364 | 2024-10-30T22:51:08.326Z | [ helios-setup] Oct 30 22:51:06.993 INFO E| Downloaded signal-hook-registry v1.4.0 |
2365 | 2024-10-30T22:51:08.329Z | [ helios-setup] Oct 30 22:51:06.996 INFO E| Downloaded sha2 v0.10.6 |
2366 | 2024-10-30T22:51:08.331Z | [ helios-setup] Oct 30 22:51:07.000 INFO E| Downloaded log v0.4.17 |
2367 | 2024-10-30T22:51:08.336Z | [ helios-setup] Oct 30 22:51:07.004 INFO E| Downloaded time v0.1.45 |
2368 | 2024-10-30T22:51:08.339Z | [ helios-setup] Oct 30 22:51:07.006 INFO E| Downloaded tempfile v3.5.0 |
2369 | 2024-10-30T22:51:08.342Z | [ helios-setup] Oct 30 22:51:07.010 INFO E| Downloaded utf8parse v0.2.1 |
2370 | 2024-10-30T22:51:08.344Z | [ helios-setup] Oct 30 22:51:07.012 INFO E| Downloaded sct v0.7.0 |
2371 | 2024-10-30T22:51:08.350Z | [ helios-setup] Oct 30 22:51:07.018 INFO E| Downloaded ucd-trie v0.1.5 |
2372 | 2024-10-30T22:51:08.352Z | [ helios-setup] Oct 30 22:51:07.020 INFO E| Downloaded typenum v1.16.0 |
2373 | 2024-10-30T22:51:08.357Z | [ helios-setup] Oct 30 22:51:07.025 INFO E| Downloaded textwrap v0.16.0 |
2374 | 2024-10-30T22:51:08.361Z | [ helios-setup] Oct 30 22:51:07.029 INFO E| Downloaded unicode-bidi v0.3.13 |
2375 | 2024-10-30T22:51:08.365Z | [ helios-setup] Oct 30 22:51:07.033 INFO E| Downloaded miniz_oxide v0.6.2 |
2376 | 2024-10-30T22:51:08.369Z | [ helios-setup] Oct 30 22:51:07.037 INFO E| Downloaded serde_derive v1.0.204 |
2377 | 2024-10-30T22:51:08.374Z | [ helios-setup] Oct 30 22:51:07.042 INFO E| Downloaded url v2.3.1 |
2378 | 2024-10-30T22:51:08.379Z | [ helios-setup] Oct 30 22:51:07.047 INFO E| Downloaded serde_yaml v0.9.21 |
2379 | 2024-10-30T22:51:08.385Z | [ helios-setup] Oct 30 22:51:07.054 INFO E| Downloaded memchr v2.5.0 |
2380 | 2024-10-30T22:51:08.392Z | [ helios-setup] Oct 30 22:51:07.061 INFO E| Downloaded rayon-core v1.10.2 |
2381 | 2024-10-30T22:51:08.399Z | [ helios-setup] Oct 30 22:51:07.067 INFO E| Downloaded tokio-util v0.7.7 |
2382 | 2024-10-30T22:51:08.410Z | [ helios-setup] Oct 30 22:51:07.078 INFO E| Downloaded winnow v0.4.1 |
2383 | 2024-10-30T22:51:08.424Z | [ helios-setup] Oct 30 22:51:07.092 INFO E| Downloaded unicode-normalization v0.1.22 |
2384 | 2024-10-30T22:51:08.431Z | [ helios-setup] Oct 30 22:51:07.099 INFO E| Downloaded clap_builder v4.2.1 |
2385 | 2024-10-30T22:51:08.478Z | [ helios-setup] Oct 30 22:51:07.145 INFO E| Downloaded regex v1.7.3 |
2386 | 2024-10-30T22:51:08.492Z | [ helios-setup] Oct 30 22:51:07.160 INFO E| Downloaded serde_json v1.0.95 |
2387 | 2024-10-30T22:51:08.505Z | [ helios-setup] Oct 30 22:51:07.173 INFO E| Downloaded rayon v1.6.1 |
2388 | 2024-10-30T22:51:08.520Z | [ helios-setup] Oct 30 22:51:07.188 INFO E| Downloaded syn v1.0.107 |
2389 | 2024-10-30T22:51:08.539Z | [ helios-setup] Oct 30 22:51:07.207 INFO E| Downloaded rhai v1.14.0 |
2390 | 2024-10-30T22:51:08.567Z | [ helios-setup] Oct 30 22:51:07.228 INFO E| Downloaded rustix v0.37.3 |
2391 | 2024-10-30T22:51:08.601Z | [ helios-setup] Oct 30 22:51:07.269 INFO E| Downloaded hyper v0.14.25 |
2392 | 2024-10-30T22:51:08.614Z | [ helios-setup] Oct 30 22:51:07.282 INFO E| Downloaded openapiv3 v1.0.2 |
2393 | 2024-10-30T22:51:08.634Z | [ helios-setup] Oct 30 22:51:07.302 INFO E| Downloaded git2 v0.16.1 |
2394 | 2024-10-30T22:51:08.648Z | [ helios-setup] Oct 30 22:51:07.315 INFO E| Downloaded futures-util v0.3.28 |
2395 | 2024-10-30T22:51:08.668Z | [ helios-setup] Oct 30 22:51:07.336 INFO E| Downloaded pest v2.5.7 |
2396 | 2024-10-30T22:51:08.676Z | [ helios-setup] Oct 30 22:51:07.344 INFO E| Downloaded mio v0.8.5 |
2397 | 2024-10-30T22:51:08.684Z | [ helios-setup] Oct 30 22:51:07.352 INFO E| Downloaded crossbeam-channel v0.5.6 |
2398 | 2024-10-30T22:51:08.691Z | [ helios-setup] Oct 30 22:51:07.359 INFO E| Downloaded futures v0.3.28 |
2399 | 2024-10-30T22:51:08.699Z | [ helios-setup] Oct 30 22:51:07.367 INFO E| Downloaded num-traits v0.2.15 |
2400 | 2024-10-30T22:51:08.704Z | [ helios-setup] Oct 30 22:51:07.372 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2401 | 2024-10-30T22:51:08.708Z | [ helios-setup] Oct 30 22:51:07.376 INFO E| Downloaded base64 v0.21.0 |
2402 | 2024-10-30T22:51:08.714Z | [ helios-setup] Oct 30 22:51:07.383 INFO E| Downloaded flate2 v1.0.25 |
2403 | 2024-10-30T22:51:08.740Z | [ helios-setup] Oct 30 22:51:07.408 INFO E| Downloaded ryu v1.0.13 |
2404 | 2024-10-30T22:51:08.746Z | [ helios-setup] Oct 30 22:51:07.413 INFO E| Downloaded parking_lot v0.12.1 |
2405 | 2024-10-30T22:51:08.749Z | [ helios-setup] Oct 30 22:51:07.417 INFO E| Downloaded ipnet v2.7.2 |
2406 | 2024-10-30T22:51:08.752Z | [ helios-setup] Oct 30 22:51:07.420 INFO E| Downloaded toml v0.7.3 |
2407 | 2024-10-30T22:51:08.766Z | [ helios-setup] Oct 30 22:51:07.434 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2408 | 2024-10-30T22:51:08.770Z | [ helios-setup] Oct 30 22:51:07.438 INFO E| Downloaded schemars v0.8.12 |
2409 | 2024-10-30T22:51:08.789Z | [ helios-setup] Oct 30 22:51:07.457 INFO E| Downloaded proc-macro-crate v1.2.1 |
2410 | 2024-10-30T22:51:08.793Z | [ helios-setup] Oct 30 22:51:07.459 INFO E| Downloaded parking_lot_core v0.9.6 |
2411 | 2024-10-30T22:51:08.795Z | [ helios-setup] Oct 30 22:51:07.463 INFO E| Downloaded futures-executor v0.3.28 |
2412 | 2024-10-30T22:51:08.798Z | [ helios-setup] Oct 30 22:51:07.466 INFO E| Downloaded semver v1.0.17 |
2413 | 2024-10-30T22:51:08.801Z | [ helios-setup] Oct 30 22:51:07.470 INFO E| Downloaded tokio v1.27.0 |
2414 | 2024-10-30T22:51:08.900Z | [ helios-setup] Oct 30 22:51:07.568 INFO E| Downloaded clap v4.2.1 |
2415 | 2024-10-30T22:51:08.912Z | [ helios-setup] Oct 30 22:51:07.580 INFO E| Downloaded chrono v0.4.24 |
2416 | 2024-10-30T22:51:08.923Z | [ helios-setup] Oct 30 22:51:07.591 INFO E| Downloaded h2 v0.3.16 |
2417 | 2024-10-30T22:51:08.933Z | [ helios-setup] Oct 30 22:51:07.601 INFO E| Downloaded getrandom v0.2.8 |
2418 | 2024-10-30T22:51:08.937Z | [ helios-setup] Oct 30 22:51:07.605 INFO E| Downloaded futures-channel v0.3.28 |
2419 | 2024-10-30T22:51:08.941Z | [ helios-setup] Oct 30 22:51:07.608 INFO E| Downloaded async-trait v0.1.68 |
2420 | 2024-10-30T22:51:08.946Z | [ helios-setup] Oct 30 22:51:07.614 INFO E| Downloaded libc v0.2.139 |
2421 | 2024-10-30T22:51:08.987Z | [ helios-setup] Oct 30 22:51:07.654 INFO E| Downloaded thiserror-impl v1.0.38 |
2422 | 2024-10-30T22:51:08.989Z | [ helios-setup] Oct 30 22:51:07.656 INFO E| Downloaded slog-bunyan v2.4.0 |
2423 | 2024-10-30T22:51:08.991Z | [ helios-setup] Oct 30 22:51:07.658 INFO E| Downloaded scopeguard v1.1.0 |
2424 | 2024-10-30T22:51:08.994Z | [ helios-setup] Oct 30 22:51:07.660 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2425 | 2024-10-30T22:51:08.994Z | [ helios-setup] Oct 30 22:51:07.662 INFO E| Downloaded pkg-config v0.3.26 |
2426 | 2024-10-30T22:51:08.996Z | [ helios-setup] Oct 30 22:51:07.664 INFO E| Downloaded num_enum_derive v0.5.7 |
2427 | 2024-10-30T22:51:08.999Z | [ helios-setup] Oct 30 22:51:07.666 INFO E| Downloaded http-body v0.4.5 |
2428 | 2024-10-30T22:51:09.001Z | [ helios-setup] Oct 30 22:51:07.668 INFO E| Downloaded futures-io v0.3.28 |
2429 | 2024-10-30T22:51:09.004Z | [ helios-setup] Oct 30 22:51:07.670 INFO E| Downloaded dyn-clone v1.0.11 |
2430 | 2024-10-30T22:51:09.006Z | [ helios-setup] Oct 30 22:51:07.673 INFO E| Downloaded digest v0.10.6 |
2431 | 2024-10-30T22:51:09.036Z | [ helios-setup] Oct 30 22:51:07.676 INFO E| Downloaded anyhow v1.0.68 |
2432 | 2024-10-30T22:51:09.036Z | [ host-package] Compiling fastrand v2.1.1 |
2433 | 2024-10-30T22:51:09.036Z | [ helios-setup] Oct 30 22:51:07.685 INFO E| Downloaded ahash v0.8.3 |
2434 | 2024-10-30T22:51:09.037Z | [ helios-setup] Oct 30 22:51:07.690 INFO E| Downloaded tokio-macros v2.0.0 |
2435 | 2024-10-30T22:51:09.037Z | [ helios-setup] Oct 30 22:51:07.692 INFO E| Downloaded smawk v0.3.1 |
2436 | 2024-10-30T22:51:09.037Z | [ helios-setup] Oct 30 22:51:07.694 INFO E| Downloaded slog-async v2.7.0 |
2437 | 2024-10-30T22:51:09.037Z | [ helios-setup] Oct 30 22:51:07.697 INFO E| Downloaded semver-parser v0.10.2 |
2438 | 2024-10-30T22:51:09.037Z | [ helios-setup] Oct 30 22:51:07.700 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2439 | 2024-10-30T22:51:09.037Z | [ helios-setup] Oct 30 22:51:07.704 INFO E| Downloaded percent-encoding v2.2.0 |
2440 | 2024-10-30T22:51:09.039Z | [ helios-setup] Oct 30 22:51:07.705 INFO E| Downloaded lazy_static v1.4.0 |
2441 | 2024-10-30T22:51:09.039Z | [ helios-setup] Oct 30 22:51:07.707 INFO E| Downloaded httparse v1.8.0 |
2442 | 2024-10-30T22:51:09.043Z | [ helios-setup] Oct 30 22:51:07.711 INFO E| Downloaded fastrand v1.9.0 |
2443 | 2024-10-30T22:51:09.046Z | [ helios-setup] Oct 30 22:51:07.714 INFO E| Downloaded project-root v0.2.2 |
2444 | 2024-10-30T22:51:09.049Z | [ helios-setup] Oct 30 22:51:07.716 INFO E| Downloaded iana-time-zone v0.1.56 |
2445 | 2024-10-30T22:51:09.052Z | [ helios-setup] Oct 30 22:51:07.720 INFO E| Downloaded futures-task v0.3.28 |
2446 | 2024-10-30T22:51:09.055Z | [ helios-setup] Oct 30 22:51:07.722 INFO E| Downloaded cargo-lock v8.0.3 |
2447 | 2024-10-30T22:51:09.059Z | [ helios-setup] Oct 30 22:51:07.727 INFO E| Downloaded ahash v0.7.6 |
2448 | 2024-10-30T22:51:09.063Z | [ helios-setup] Oct 30 22:51:07.731 INFO E| Downloaded strsim v0.10.0 |
2449 | 2024-10-30T22:51:09.066Z | [ helios-setup] Oct 30 22:51:07.734 INFO E| Downloaded smartstring v1.0.1 |
2450 | 2024-10-30T22:51:09.070Z | [ helios-setup] Oct 30 22:51:07.738 INFO E| Downloaded serde_tokenstream v0.2.0 |
2451 | 2024-10-30T22:51:09.076Z | [ helios-setup] Oct 30 22:51:07.744 INFO E| Downloaded reqwest v0.11.16 |
2452 | 2024-10-30T22:51:09.088Z | [ helios-setup] Oct 30 22:51:07.757 INFO E| Downloaded futures-sink v0.3.28 |
2453 | 2024-10-30T22:51:09.091Z | [ helios-setup] Oct 30 22:51:07.758 INFO E| Downloaded bytes v1.4.0 |
2454 | 2024-10-30T22:51:09.096Z | [ helios-setup] Oct 30 22:51:07.764 INFO E| Downloaded block-buffer v0.10.3 |
2455 | 2024-10-30T22:51:09.115Z | [ helios-setup] Oct 30 22:51:07.783 INFO E| Downloaded anstyle v0.3.5 |
2456 | 2024-10-30T22:51:09.118Z | [ helios-setup] Oct 30 22:51:07.786 INFO E| Downloaded anstream v0.2.6 |
2457 | 2024-10-30T22:51:09.121Z | [ helios-setup] Oct 30 22:51:07.789 INFO E| Downloaded toml_edit v0.19.8 |
2458 | 2024-10-30T22:51:09.150Z | [ helios-setup] Oct 30 22:51:07.818 INFO E| Downloaded num_cpus v1.15.0 |
2459 | 2024-10-30T22:51:09.169Z | [ helios-setup] Oct 30 22:51:07.837 INFO E| Downloaded async-stream-impl v0.3.5 |
2460 | 2024-10-30T22:51:09.172Z | [ helios-setup] Oct 30 22:51:07.838 INFO E| Downloaded serde v1.0.204 |
2461 | 2024-10-30T22:51:09.175Z | [ helios-setup] Oct 30 22:51:07.843 INFO E| Downloaded concolor-override v1.0.0 |
2462 | 2024-10-30T22:51:09.177Z | [ helios-setup] Oct 30 22:51:07.844 INFO E| Downloaded clap_lex v0.4.1 |
2463 | 2024-10-30T22:51:09.177Z | [ helios-setup] Oct 30 22:51:07.845 INFO E| Downloaded byteorder v1.4.3 |
2464 | 2024-10-30T22:51:09.179Z | [ helios-setup] Oct 30 22:51:07.848 INFO E| Downloaded async-stream v0.3.5 |
2465 | 2024-10-30T22:51:09.182Z | [ helios-setup] Oct 30 22:51:07.850 INFO E| Downloaded const-random-macro v0.1.15 |
2466 | 2024-10-30T22:51:09.185Z | [ helios-setup] Oct 30 22:51:07.851 INFO E| Downloaded const-random v0.1.15 |
2467 | 2024-10-30T22:51:09.187Z | [ helios-setup] Oct 30 22:51:07.853 INFO E| Downloaded tinyvec v1.6.0 |
2468 | 2024-10-30T22:51:09.190Z | [ helios-setup] Oct 30 22:51:07.858 INFO E| Downloaded socket2 v0.4.9 |
2469 | 2024-10-30T22:51:09.193Z | [ helios-setup] Oct 30 22:51:07.861 INFO E| Downloaded rustls-webpki v0.100.1 |
2470 | 2024-10-30T22:51:09.202Z | [ helios-setup] Oct 30 22:51:07.870 INFO E| Downloaded toml v0.5.11 |
2471 | 2024-10-30T22:51:09.206Z | [ helios-setup] Oct 30 22:51:07.874 INFO E| Downloaded tokio-rustls v0.24.0 |
2472 | 2024-10-30T22:51:09.209Z | [ helios-setup] Oct 30 22:51:07.877 INFO E| Downloaded smallvec v1.10.0 |
2473 | 2024-10-30T22:51:09.212Z | [ helios-setup] Oct 30 22:51:07.880 INFO E| Downloaded proc-macro2 v1.0.86 |
2474 | 2024-10-30T22:51:09.216Z | [ helios-setup] Oct 30 22:51:07.884 INFO E| Downloaded encoding_rs v0.8.32 |
2475 | 2024-10-30T22:51:09.249Z | [ helios-setup] Oct 30 22:51:07.917 INFO E| Downloaded http v0.2.9 |
2476 | 2024-10-30T22:51:09.255Z | [ helios-setup] Oct 30 22:51:07.923 INFO E| Downloaded crossbeam-utils v0.8.14 |
2477 | 2024-10-30T22:51:09.260Z | [ helios-setup] Oct 30 22:51:07.928 INFO E| Downloaded once_cell v1.17.0 |
2478 | 2024-10-30T22:51:09.264Z | [ helios-setup] Oct 30 22:51:07.932 INFO E| Downloaded serde_derive_internals v0.26.0 |
2479 | 2024-10-30T22:51:09.266Z | [ helios-setup] Oct 30 22:51:07.935 INFO E| Downloaded semver v0.11.0 |
2480 | 2024-10-30T22:51:09.269Z | [ helios-setup] Oct 30 22:51:07.938 INFO E| Downloaded quote v1.0.36 |
2481 | 2024-10-30T22:51:09.275Z | [ helios-setup] Oct 30 22:51:07.943 INFO E| Downloaded ppv-lite86 v0.2.17 |
2482 | 2024-10-30T22:51:09.284Z | [ helios-setup] Oct 30 22:51:07.945 INFO E| Downloaded pin-project-lite v0.2.9 |
2483 | 2024-10-30T22:51:09.288Z | [ helios-setup] Oct 30 22:51:07.952 INFO E| Downloaded lock_api v0.4.9 |
2484 | 2024-10-30T22:51:09.288Z | [ helios-setup] Oct 30 22:51:07.955 INFO E| Downloaded httpdate v1.0.2 |
2485 | 2024-10-30T22:51:09.290Z | [ helios-setup] Oct 30 22:51:07.956 INFO E| Downloaded camino v1.1.4 |
2486 | 2024-10-30T22:51:09.293Z | [ helios-setup] Oct 30 22:51:07.961 INFO E| Downloaded errno v0.3.1 |
2487 | 2024-10-30T22:51:09.296Z | [ helios-setup] Oct 30 22:51:07.963 INFO E| Downloaded form_urlencoded v1.1.0 |
2488 | 2024-10-30T22:51:09.299Z | [ helios-setup] Oct 30 22:51:07.965 INFO E| Downloaded either v1.8.0 |
2489 | 2024-10-30T22:51:09.299Z | [ helios-setup] Oct 30 22:51:07.967 INFO E| Downloaded cpufeatures v0.2.5 |
2490 | 2024-10-30T22:51:09.302Z | [ helios-setup] Oct 30 22:51:07.969 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2491 | 2024-10-30T22:51:09.396Z | [ helios-setup] Oct 30 22:51:08.064 INFO E| Downloaded built v0.6.0 |
2492 | 2024-10-30T22:51:09.399Z | [ helios-setup] Oct 30 22:51:08.067 INFO E| Downloaded serde_spanned v0.6.1 |
2493 | 2024-10-30T22:51:09.408Z | [ helios-setup] Oct 30 22:51:08.068 INFO E| Downloaded paste v1.0.12 |
2494 | 2024-10-30T22:51:09.408Z | [ helios-setup] Oct 30 22:51:08.073 INFO E| Downloaded num_enum v0.5.7 |
2495 | 2024-10-30T22:51:09.414Z | [ helios-setup] Oct 30 22:51:08.079 INFO E| Downloaded memoffset v0.7.1 |
2496 | 2024-10-30T22:51:09.414Z | [ helios-setup] Oct 30 22:51:08.081 INFO E| Downloaded jobserver v0.1.26 |
2497 | 2024-10-30T22:51:09.418Z | [ helios-setup] Oct 30 22:51:08.084 INFO E| Downloaded itoa v1.0.6 |
2498 | 2024-10-30T22:51:09.470Z | [ helios-setup] Oct 30 22:51:08.138 INFO E| Downloaded libz-sys v1.1.8 |
2499 | 2024-10-30T22:51:09.649Z | [ host-package] Compiling same-file v1.0.6 |
2500 | 2024-10-30T22:51:09.687Z | [ host-package] Compiling tempfile v3.13.0 |
2501 | 2024-10-30T22:51:09.799Z | [ helios-setup] Oct 30 22:51:08.466 INFO E| Compiling proc-macro2 v1.0.86 |
2502 | 2024-10-30T22:51:09.799Z | [ helios-setup] Oct 30 22:51:08.466 INFO E| Compiling libc v0.2.139 |
2503 | 2024-10-30T22:51:09.801Z | [ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling unicode-ident v1.0.8 |
2504 | 2024-10-30T22:51:09.801Z | [ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling autocfg v1.1.0 |
2505 | 2024-10-30T22:51:09.801Z | [ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling cfg-if v1.0.0 |
2506 | 2024-10-30T22:51:09.801Z | [ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling version_check v0.9.4 |
2507 | 2024-10-30T22:51:09.801Z | [ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling serde v1.0.204 |
2508 | 2024-10-30T22:51:09.801Z | [ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling syn v1.0.107 |
2509 | 2024-10-30T22:51:09.946Z | [ host-package] Compiling walkdir v2.5.0 |
2510 | 2024-10-30T22:51:10.160Z | [ helios-setup] Oct 30 22:51:08.828 INFO E| Compiling memchr v2.5.0 |
2511 | 2024-10-30T22:51:10.681Z | [ helios-setup] Oct 30 22:51:09.348 INFO E| Compiling once_cell v1.17.0 |
2512 | 2024-10-30T22:51:10.992Z | [ host-package] Compiling ring v0.16.20 |
2513 | 2024-10-30T22:51:11.102Z | [ host-package] Compiling blake3 v1.5.4 |
2514 | 2024-10-30T22:51:11.390Z | [ helios-setup] Oct 30 22:51:10.058 INFO E| Compiling thiserror v1.0.38 |
2515 | 2024-10-30T22:51:11.469Z | [ helios-setup] Oct 30 22:51:10.137 INFO E| Compiling log v0.4.17 |
2516 | 2024-10-30T22:51:12.031Z | [ helios-setup] Oct 30 22:51:10.698 INFO E| Compiling serde_json v1.0.95 |
2517 | 2024-10-30T22:51:12.320Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2518 | 2024-10-30T22:51:12.465Z | [ helios-setup] Oct 30 22:51:11.133 INFO E| Compiling itoa v1.0.6 |
2519 | 2024-10-30T22:51:13.087Z | [ helios-setup] Oct 30 22:51:11.754 INFO E| Compiling indexmap v1.9.3 |
2520 | 2024-10-30T22:51:13.372Z | [ helios-setup] Oct 30 22:51:12.039 INFO E| Compiling scopeguard v1.1.0 |
2521 | 2024-10-30T22:51:13.515Z | [ helios-setup] Oct 30 22:51:12.183 INFO E| Compiling pin-project-lite v0.2.9 |
2522 | 2024-10-30T22:51:13.682Z | [ helios-setup] Oct 30 22:51:12.350 INFO E| Compiling quote v1.0.36 |
2523 | 2024-10-30T22:51:13.716Z | [ helios-setup] Oct 30 22:51:12.384 INFO E| Compiling jobserver v0.1.26 |
2524 | 2024-10-30T22:51:14.008Z | [ helios-setup] Oct 30 22:51:12.676 INFO E| Compiling getrandom v0.2.8 |
2525 | 2024-10-30T22:51:14.212Z | [ helios-setup] Oct 30 22:51:12.879 INFO E| Compiling num-integer v0.1.45 |
2526 | 2024-10-30T22:51:14.503Z | [ helios-setup] Oct 30 22:51:13.170 INFO E| Compiling syn v2.0.72 |
2527 | 2024-10-30T22:51:14.848Z | [ helios-setup] Oct 30 22:51:13.516 INFO E| Compiling cc v1.0.78 |
2528 | 2024-10-30T22:51:14.848Z | [ helios-setup] Oct 30 22:51:13.516 INFO E| Compiling futures-core v0.3.28 |
2529 | 2024-10-30T22:51:15.024Z | [ helios-setup] Oct 30 22:51:13.692 INFO E| Compiling bytes v1.4.0 |
2530 | 2024-10-30T22:51:15.327Z | [ helios-setup] Oct 30 22:51:13.994 INFO E| Compiling ryu v1.0.13 |
2531 | 2024-10-30T22:51:16.866Z | [ helios-setup] Oct 30 22:51:15.534 INFO E| Compiling lock_api v0.4.9 |
2532 | 2024-10-30T22:51:16.983Z | [ helios-setup] Oct 30 22:51:15.651 INFO E| Compiling bitflags v1.3.2 |
2533 | 2024-10-30T22:51:17.056Z | [ helios-setup] Oct 30 22:51:15.723 INFO E| Compiling typenum v1.16.0 |
2534 | 2024-10-30T22:51:17.195Z | [ helios-setup] Oct 30 22:51:15.863 INFO E| Compiling parking_lot_core v0.9.6 |
2535 | 2024-10-30T22:51:17.444Z | [ helios-setup] Oct 30 22:51:16.111 INFO E| Compiling num_cpus v1.15.0 |
2536 | 2024-10-30T22:51:17.710Z | [ host-package] Compiling xattr v1.3.1 |
2537 | 2024-10-30T22:51:18.040Z | [ helios-setup] Oct 30 22:51:16.707 INFO E| Compiling generic-array v0.14.6 |
2538 | 2024-10-30T22:51:18.139Z | [ helios-setup] Oct 30 22:51:16.806 INFO E| Compiling slab v0.4.7 |
2539 | 2024-10-30T22:51:18.438Z | [ helios-setup] Oct 30 22:51:17.105 INFO E| Compiling futures-channel v0.3.28 |
2540 | 2024-10-30T22:51:18.449Z | [ host-package] Compiling memmap2 v0.9.5 |
2541 | 2024-10-30T22:51:18.646Z | [ helios-setup] Oct 30 22:51:17.314 INFO E| Compiling futures-sink v0.3.28 |
2542 | 2024-10-30T22:51:18.774Z | [ helios-setup] Oct 30 22:51:17.442 INFO E| Compiling futures-task v0.3.28 |
2543 | 2024-10-30T22:51:19.393Z | [ helios-setup] Oct 30 22:51:18.057 INFO E| Compiling tokio v1.27.0 |
2544 | 2024-10-30T22:51:19.446Z | [ host-package] Compiling filetime v0.2.25 |
2545 | 2024-10-30T22:51:19.461Z | [ helios-setup] Oct 30 22:51:18.129 INFO E| Compiling schemars v0.8.12 |
2546 | 2024-10-30T22:51:19.697Z | [ helios-setup] Oct 30 22:51:18.365 INFO E| Compiling futures-util v0.3.28 |
2547 | 2024-10-30T22:51:20.005Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2548 | 2024-10-30T22:51:20.443Z | [ host-package] Compiling keccak v0.1.5 |
2549 | 2024-10-30T22:51:20.719Z | [ helios-setup] Oct 30 22:51:19.387 INFO E| Compiling signal-hook-registry v1.4.0 |
2550 | 2024-10-30T22:51:20.943Z | [ helios-setup] Oct 30 22:51:19.611 INFO E| Compiling mio v0.8.5 |
2551 | 2024-10-30T22:51:21.006Z | [ helios-setup] Oct 30 22:51:19.674 INFO E| Compiling socket2 v0.4.9 |
2552 | 2024-10-30T22:51:21.009Z | [ helios-setup] Oct 30 22:51:19.675 INFO E| Compiling ahash v0.7.6 |
2553 | 2024-10-30T22:51:21.232Z | [ helios-setup] Oct 30 22:51:19.900 INFO E| Compiling num-traits v0.2.15 |
2554 | 2024-10-30T22:51:21.543Z | [ host-package] Compiling arrayref v0.3.9 |
2555 | 2024-10-30T22:51:21.896Z | [ host-package] Compiling untrusted v0.7.1 |
2556 | 2024-10-30T22:51:22.112Z | [ helios-setup] Oct 30 22:51:20.780 INFO E| Compiling crunchy v0.2.2 |
2557 | 2024-10-30T22:51:22.269Z | [ host-package] Compiling arrayvec v0.7.6 |
2558 | 2024-10-30T22:51:22.690Z | [ helios-setup] Oct 30 22:51:21.358 INFO E| Compiling futures-io v0.3.28 |
2559 | 2024-10-30T22:51:22.786Z | [ host-package] Compiling spin v0.5.2 |
2560 | 2024-10-30T22:51:22.929Z | [ host-package] Compiling sha3 v0.10.8 |
2561 | 2024-10-30T22:51:23.293Z | [ helios-setup] Oct 30 22:51:21.960 INFO E| Compiling io-lifetimes v1.0.10 |
2562 | 2024-10-30T22:51:23.599Z | [ helios-setup] Oct 30 22:51:22.266 INFO E| Compiling pin-utils v0.1.0 |
2563 | 2024-10-30T22:51:24.545Z | [ helios-setup] Oct 30 22:51:23.213 INFO E| Compiling ahash v0.8.3 |
2564 | 2024-10-30T22:51:24.797Z | [ helios-setup] Oct 30 22:51:23.464 INFO E| Compiling hashbrown v0.12.3 |
2565 | 2024-10-30T22:51:24.914Z | [ host-package] Compiling tar v0.4.42 |
2566 | 2024-10-30T22:51:25.141Z | [ helios-setup] Oct 30 22:51:23.808 INFO E| Compiling tiny-keccak v2.0.2 |
2567 | 2024-10-30T22:51:25.325Z | [ helios-setup] Oct 30 22:51:23.992 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2568 | 2024-10-30T22:51:25.444Z | [ helios-setup] Oct 30 22:51:24.111 INFO E| Compiling rustix v0.37.3 |
2569 | 2024-10-30T22:51:26.283Z | [ helios-setup] Oct 30 22:51:24.950 INFO E| Compiling serde_derive_internals v0.26.0 |
2570 | 2024-10-30T22:51:26.445Z | [ helios-setup] Oct 30 22:51:25.113 INFO E| Compiling block-buffer v0.10.3 |
2571 | 2024-10-30T22:51:26.505Z | [ helios-setup] Oct 30 22:51:25.173 INFO E| Compiling crypto-common v0.1.6 |
2572 | 2024-10-30T22:51:26.785Z | [ host-package] Compiling toolchain_find v0.4.0 |
2573 | 2024-10-30T22:51:27.548Z | [ helios-setup] Oct 30 22:51:26.216 INFO E| Compiling errno v0.3.1 |
2574 | 2024-10-30T22:51:27.734Z | [ helios-setup] Oct 30 22:51:26.401 INFO E| Compiling pkg-config v0.3.26 |
2575 | 2024-10-30T22:51:27.919Z | [ helios-setup] Oct 30 22:51:26.587 INFO E| Compiling slog v2.7.0 |
2576 | 2024-10-30T22:51:27.990Z | [ helios-setup] Oct 30 22:51:26.658 INFO E| Compiling crossbeam-utils v0.8.14 |
2577 | 2024-10-30T22:51:28.088Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2578 | 2024-10-30T22:51:28.355Z | [ host-package] Compiling nibble_vec v0.1.0 |
2579 | 2024-10-30T22:51:28.599Z | [ host-package] Compiling maplit v1.0.2 |
2580 | 2024-10-30T22:51:28.647Z | [ helios-setup] Oct 30 22:51:27.314 INFO E| Compiling fnv v1.0.7 |
2581 | 2024-10-30T22:51:28.985Z | [ host-package] Compiling endian-type v0.1.2 |
2582 | 2024-10-30T22:51:29.013Z | [ host-package] Compiling topological-sort v0.2.2 |
2583 | 2024-10-30T22:51:29.015Z | [ host-package] Compiling glob v0.3.1 |
2584 | 2024-10-30T22:51:29.143Z | [ helios-setup] Oct 30 22:51:27.810 INFO E| Compiling http v0.2.9 |
2585 | 2024-10-30T22:51:29.252Z | [ host-package] Compiling crunchy v0.2.2 |
2586 | 2024-10-30T22:51:29.754Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2587 | 2024-10-30T22:51:29.814Z | [ host-package] Compiling radix_trie v0.2.1 |
2588 | 2024-10-30T22:51:29.963Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2589 | 2024-10-30T22:51:30.288Z | [ helios-setup] Oct 30 22:51:28.953 INFO E| Compiling digest v0.10.6 |
2590 | 2024-10-30T22:51:30.349Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2591 | 2024-10-30T22:51:30.469Z | [ host-package] Compiling clang-sys v1.8.1 |
2592 | 2024-10-30T22:51:31.247Z | [ helios-setup] Oct 30 22:51:29.915 INFO E| Compiling aho-corasick v0.7.20 |
2593 | 2024-10-30T22:51:31.768Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2594 | 2024-10-30T22:51:32.162Z | [ helios-setup] Oct 30 22:51:30.830 INFO E| Compiling unicode-width v0.1.10 |
2595 | 2024-10-30T22:51:32.214Z | [ helios-setup] Oct 30 22:51:30.882 INFO E| Compiling regex-syntax v0.6.29 |
2596 | 2024-10-30T22:51:32.285Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2597 | 2024-10-30T22:51:32.542Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2598 | 2024-10-30T22:51:32.664Z | [ helios-setup] Oct 30 22:51:31.331 INFO E| Compiling cpufeatures v0.2.5 |
2599 | 2024-10-30T22:51:32.666Z | [ host-package] Compiling secrecy v0.8.0 |
2600 | 2024-10-30T22:51:32.801Z | [ helios-setup] Oct 30 22:51:31.468 INFO E| Compiling httparse v1.8.0 |
2601 | 2024-10-30T22:51:33.538Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2602 | 2024-10-30T22:51:33.839Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2603 | 2024-10-30T22:51:33.909Z | [ helios-setup] Oct 30 22:51:32.576 INFO E| Compiling tinyvec_macros v0.1.1 |
2604 | 2024-10-30T22:51:34.067Z | [ helios-setup] Oct 30 22:51:32.734 INFO E| Compiling heck v0.4.1 |
2605 | 2024-10-30T22:51:34.228Z | [ host-package] Compiling r2d2 v0.8.10 |
2606 | 2024-10-30T22:51:34.445Z | [ host-package] Compiling diesel_derives v2.2.3 |
2607 | 2024-10-30T22:51:34.622Z | [ helios-setup] Oct 30 22:51:33.290 INFO E| Compiling percent-encoding v2.2.0 |
2608 | 2024-10-30T22:51:34.675Z | [ helios-setup] Oct 30 22:51:33.342 INFO E| Compiling anyhow v1.0.68 |
2609 | 2024-10-30T22:51:34.937Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2610 | 2024-10-30T22:51:34.946Z | [ helios-setup] Oct 30 22:51:33.614 INFO E| Compiling const-random-macro v0.1.15 |
2611 | 2024-10-30T22:51:35.069Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2612 | 2024-10-30T22:51:35.177Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2613 | 2024-10-30T22:51:35.622Z | [ helios-setup] Oct 30 22:51:34.290 INFO E| Compiling form_urlencoded v1.1.0 |
2614 | 2024-10-30T22:51:35.843Z | [ helios-setup] Oct 30 22:51:34.510 INFO E| Compiling serde_derive v1.0.204 |
2615 | 2024-10-30T22:51:35.928Z | [ helios-setup] Oct 30 22:51:34.595 INFO E| Compiling futures-macro v0.3.28 |
2616 | 2024-10-30T22:51:35.930Z | [ helios-setup] Oct 30 22:51:34.596 INFO E| Compiling thiserror-impl v1.0.38 |
2617 | 2024-10-30T22:51:36.078Z | [ host-package] Compiling universal-hash v0.5.1 |
2618 | 2024-10-30T22:51:36.505Z | [ helios-setup] Oct 30 22:51:35.172 INFO E| Compiling tokio-macros v2.0.0 |
2619 | 2024-10-30T22:51:36.701Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2620 | 2024-10-30T22:51:36.901Z | [ helios-setup] Oct 30 22:51:35.567 INFO E| Compiling schemars_derive v0.8.12 |
2621 | 2024-10-30T22:51:37.002Z | [ helios-setup] Oct 30 22:51:35.668 INFO E| Compiling tinyvec v1.6.0 |
2622 | 2024-10-30T22:51:38.920Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2623 | 2024-10-30T22:51:39.333Z | [ helios-setup] Oct 30 22:51:38.000 INFO E| Compiling regex v1.7.3 |
2624 | 2024-10-30T22:51:39.733Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2625 | 2024-10-30T22:51:39.998Z | [ host-package] Compiling lzma-sys v0.1.20 |
2626 | 2024-10-30T22:51:40.881Z | [ helios-setup] Oct 30 22:51:39.548 INFO E| Compiling hashbrown v0.13.2 |
2627 | 2024-10-30T22:51:41.497Z | [ host-package] Compiling ena v0.14.3 |
2628 | 2024-10-30T22:51:41.579Z | [ host-package] Compiling libloading v0.8.5 |
2629 | 2024-10-30T22:51:41.978Z | [ helios-setup] Oct 30 22:51:40.645 INFO E| Compiling chrono v0.4.24 |
2630 | 2024-10-30T22:51:42.071Z | [ helios-setup] Oct 30 22:51:40.738 INFO E| Compiling libz-sys v1.1.8 |
2631 | 2024-10-30T22:51:42.510Z | [ host-package] Compiling bindgen v0.69.5 |
2632 | 2024-10-30T22:51:42.761Z | [ host-package] Compiling regex-syntax v0.6.29 |
2633 | 2024-10-30T22:51:43.595Z | [ host-package] Compiling opaque-debug v0.3.1 |
2634 | 2024-10-30T22:51:43.931Z | [ host-package] Compiling diff v0.1.13 |
2635 | 2024-10-30T22:51:45.011Z | [ host-package] Compiling poly1305 v0.8.0 |
2636 | 2024-10-30T22:51:45.150Z | [ helios-setup] Oct 30 22:51:43.817 INFO E| Compiling dyn-clone v1.0.11 |
2637 | 2024-10-30T22:51:45.366Z | [ helios-setup] Oct 30 22:51:44.033 INFO E| Compiling uuid v1.3.0 |
2638 | 2024-10-30T22:51:45.679Z | [ helios-setup] Oct 30 22:51:44.346 INFO E| Compiling regress v0.5.0 |
2639 | 2024-10-30T22:51:46.152Z | [ helios-setup] Oct 30 22:51:44.819 INFO E| Compiling unicode-normalization v0.1.22 |
2640 | 2024-10-30T22:51:46.677Z | [ helios-setup] Oct 30 22:51:45.344 INFO E| Compiling const-random v0.1.15 |
2641 | 2024-10-30T22:51:47.940Z | [ helios-setup] Oct 30 22:51:46.607 INFO E| Compiling getopts v0.2.21 |
2642 | 2024-10-30T22:51:48.177Z | [ helios-setup] Oct 30 22:51:46.843 INFO E| Compiling tracing-core v0.1.30 |
2643 | 2024-10-30T22:51:49.388Z | [ helios-setup] Oct 30 22:51:48.055 INFO E| Compiling memoffset v0.7.1 |
2644 | 2024-10-30T22:51:50.845Z | [ helios-setup] Oct 30 22:51:49.511 INFO E| Compiling unicode-bidi v0.3.13 |
2645 | 2024-10-30T22:51:50.888Z | [ helios-setup] Oct 30 22:51:49.555 INFO E| Compiling ucd-trie v0.1.5 |
2646 | 2024-10-30T22:51:52.182Z | [ helios-setup] Oct 30 22:51:50.849 INFO E| Compiling time-core v0.1.2 |
2647 | 2024-10-30T22:51:52.678Z | [ helios-setup] Oct 30 22:51:51.345 INFO E| Compiling powerfmt v0.2.0 |
2648 | 2024-10-30T22:51:52.851Z | [ helios-setup] Oct 30 22:51:51.517 INFO E| Compiling num-conv v0.1.0 |
2649 | 2024-10-30T22:51:52.896Z | [ host-package] Compiling lalrpop v0.19.12 |
2650 | 2024-10-30T22:51:53.800Z | [ helios-setup] Oct 30 22:51:52.466 INFO E| Compiling time-macros v0.2.18 |
2651 | 2024-10-30T22:51:54.688Z | [ helios-setup] Oct 30 22:51:53.355 INFO E| Compiling idna v0.3.0 |
2652 | 2024-10-30T22:51:54.832Z | [ host-package] Compiling diesel v2.2.4 |
2653 | 2024-10-30T22:51:54.946Z | [ helios-setup] Oct 30 22:51:53.613 INFO E| Compiling deranged v0.3.11 |
2654 | 2024-10-30T22:51:57.335Z | [ helios-setup] Oct 30 22:51:56.001 INFO E| Compiling pest v2.5.7 |
2655 | 2024-10-30T22:51:58.682Z | [ helios-setup] Oct 30 22:51:57.349 INFO E| Compiling tracing v0.1.37 |
2656 | 2024-10-30T22:52:00.240Z | [ helios-setup] Oct 30 22:51:58.907 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2657 | 2024-10-30T22:52:01.002Z | [ helios-setup] Oct 30 22:51:59.668 INFO E| Compiling time v0.1.45 |
2658 | 2024-10-30T22:52:01.647Z | [ helios-setup] Oct 30 22:52:00.313 INFO E| Compiling crossbeam-epoch v0.9.13 |
2659 | 2024-10-30T22:52:01.864Z | [ helios-setup] Oct 30 22:52:00.530 INFO E| Compiling semver v1.0.17 |
2660 | 2024-10-30T22:52:02.627Z | [ helios-setup] Oct 30 22:52:01.294 INFO E| Compiling toml v0.5.11 |
2661 | 2024-10-30T22:52:03.196Z | [ helios-setup] Oct 30 22:52:01.862 INFO E| Compiling smallvec v1.10.0 |
2662 | 2024-10-30T22:52:04.489Z | [ helios-setup] Oct 30 22:52:03.156 INFO E| Compiling serde_tokenstream v0.2.0 |
2663 | 2024-10-30T22:52:05.677Z | [ helios-setup] Oct 30 22:52:04.343 INFO E| Compiling parking_lot v0.12.1 |
2664 | 2024-10-30T22:52:05.831Z | [ helios-setup] Oct 30 22:52:04.497 INFO E| Compiling iana-time-zone v0.1.56 |
2665 | 2024-10-30T22:52:05.947Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2666 | 2024-10-30T22:52:07.510Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2667 | 2024-10-30T22:52:07.843Z | [ helios-setup] Oct 30 22:52:06.510 INFO E| Compiling num_threads v0.1.6 |
2668 | 2024-10-30T22:52:08.226Z | [ helios-setup] Oct 30 22:52:06.893 INFO E| Compiling time v0.3.36 |
2669 | 2024-10-30T22:52:08.408Z | [ host-package] Compiling which v4.4.2 |
2670 | 2024-10-30T22:52:09.554Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2671 | 2024-10-30T22:52:09.620Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2672 | 2024-10-30T22:52:09.980Z | [ helios-setup] Oct 30 22:52:08.646 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2673 | 2024-10-30T22:52:10.065Z | [ host-package] Compiling chacha20 v0.9.1 |
2674 | 2024-10-30T22:52:10.357Z | [ host-package] Compiling heck v0.3.3 |
2675 | 2024-10-30T22:52:11.056Z | [ host-package] Compiling cexpr v0.6.0 |
2676 | 2024-10-30T22:52:11.181Z | [ host-package] Compiling aead v0.5.2 |
2677 | 2024-10-30T22:52:11.700Z | [ helios-setup] Oct 30 22:52:10.366 INFO E| Compiling semver-parser v0.10.2 |
2678 | 2024-10-30T22:52:12.022Z | [ host-package] Compiling ref-cast v1.0.23 |
2679 | 2024-10-30T22:52:13.403Z | [ host-package] Compiling rustc-hash v1.1.0 |
2680 | 2024-10-30T22:52:13.733Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2681 | 2024-10-30T22:52:13.965Z | [ host-package] Compiling lazycell v1.3.0 |
2682 | 2024-10-30T22:52:14.904Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2683 | 2024-10-30T22:52:14.993Z | [ helios-setup] Oct 30 22:52:13.659 INFO E| Compiling url v2.3.1 |
2684 | 2024-10-30T22:52:15.598Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2685 | 2024-10-30T22:52:16.709Z | [ helios-setup] Oct 30 22:52:15.376 INFO E| Compiling crossbeam-channel v0.5.6 |
2686 | 2024-10-30T22:52:18.372Z | [ helios-setup] Oct 30 22:52:17.038 INFO E| Compiling dirs-sys-next v0.1.2 |
2687 | 2024-10-30T22:52:18.695Z | [ host-package] Compiling vsss-rs v3.3.4 |
2688 | 2024-10-30T22:52:20.440Z | [ helios-setup] Oct 30 22:52:19.106 INFO E| Compiling crc32fast v1.3.2 |
2689 | 2024-10-30T22:52:21.765Z | [ helios-setup] Oct 30 22:52:20.431 INFO E| Compiling try-lock v0.2.4 |
2690 | 2024-10-30T22:52:21.876Z | [ helios-setup] Oct 30 22:52:20.542 INFO E| Compiling same-file v1.0.6 |
2691 | 2024-10-30T22:52:22.084Z | [ helios-setup] Oct 30 22:52:20.750 INFO E| Compiling want v0.3.0 |
2692 | 2024-10-30T22:52:22.253Z | [ helios-setup] Oct 30 22:52:20.919 INFO E| Compiling walkdir v2.3.3 |
2693 | 2024-10-30T22:52:23.329Z | [ helios-setup] Oct 30 22:52:21.995 INFO E| Compiling dirs-next v2.0.0 |
2694 | 2024-10-30T22:52:25.320Z | [ helios-setup] Oct 30 22:52:23.986 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2695 | 2024-10-30T22:52:25.492Z | [ helios-setup] Oct 30 22:52:24.158 INFO E| Compiling tokio-util v0.7.7 |
2696 | 2024-10-30T22:52:26.198Z | [ helios-setup] Oct 30 22:52:24.864 INFO E| Compiling semver v0.11.0 |
2697 | 2024-10-30T22:52:27.177Z | [ helios-setup] Oct 30 22:52:25.843 INFO E| Compiling proc-macro-crate v1.2.1 |
2698 | 2024-10-30T22:52:27.660Z | [ helios-setup] Oct 30 22:52:26.326 INFO E| Compiling h2 v0.3.16 |
2699 | 2024-10-30T22:52:29.554Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2700 | 2024-10-30T22:52:29.741Z | [ helios-setup] Oct 30 22:52:28.406 INFO E| Compiling futures-executor v0.3.28 |
2701 | 2024-10-30T22:52:30.495Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2702 | 2024-10-30T22:52:31.754Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2703 | 2024-10-30T22:52:32.025Z | [ helios-setup] Oct 30 22:52:30.690 INFO E| Compiling http-body v0.4.5 |
2704 | 2024-10-30T22:52:32.102Z | [ helios-setup] Oct 30 22:52:30.768 INFO E| Compiling ring v0.16.20 |
2705 | 2024-10-30T22:52:32.191Z | [ helios-setup] Oct 30 22:52:30.856 INFO E| Compiling rand_core v0.6.4 |
2706 | 2024-10-30T22:52:33.204Z | [ helios-setup] Oct 30 22:52:31.869 INFO E| Compiling thread_local v1.1.7 |
2707 | 2024-10-30T22:52:33.525Z | [ helios-setup] Oct 30 22:52:32.191 INFO E| Compiling tower-service v0.3.2 |
2708 | 2024-10-30T22:52:34.344Z | [ helios-setup] Oct 30 22:52:33.010 INFO E| Compiling rayon-core v1.10.2 |
2709 | 2024-10-30T22:52:34.631Z | [ helios-setup] Oct 30 22:52:33.296 INFO E| Compiling httpdate v1.0.2 |
2710 | 2024-10-30T22:52:35.137Z | [ helios-setup] Oct 30 22:52:33.802 INFO E| Compiling home v0.5.4 |
2711 | 2024-10-30T22:52:35.393Z | [ host-package] Compiling headers-core v0.3.0 |
2712 | 2024-10-30T22:52:35.668Z | [ helios-setup] Oct 30 22:52:34.333 INFO E| Compiling adler v1.0.2 |
2713 | 2024-10-30T22:52:35.942Z | [ host-package] Compiling fxhash v0.2.1 |
2714 | 2024-10-30T22:52:36.107Z | [ helios-setup] Oct 30 22:52:34.773 INFO E| Compiling base64 v0.21.0 |
2715 | 2024-10-30T22:52:36.592Z | [ host-package] Compiling libxml v0.3.3 |
2716 | 2024-10-30T22:52:37.034Z | [ helios-setup] Oct 30 22:52:35.700 INFO E| Compiling lazy_static v1.4.0 |
2717 | 2024-10-30T22:52:37.238Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2718 | 2024-10-30T22:52:37.349Z | [ helios-setup] Oct 30 22:52:36.015 INFO E| Compiling ppv-lite86 v0.2.17 |
2719 | 2024-10-30T22:52:37.603Z | [ host-package] Compiling base64 v0.13.1 |
2720 | 2024-10-30T22:52:37.776Z | [ helios-setup] Oct 30 22:52:36.442 INFO E| Compiling utf8parse v0.2.1 |
2721 | 2024-10-30T22:52:38.196Z | [ helios-setup] Oct 30 22:52:36.861 INFO E| Compiling fastrand v1.9.0 |
2722 | 2024-10-30T22:52:38.769Z | [ helios-setup] Oct 30 22:52:37.435 INFO E| Compiling hyper v0.14.25 |
2723 | 2024-10-30T22:52:39.017Z | [ helios-setup] Oct 30 22:52:37.683 INFO E| Compiling rand_chacha v0.3.1 |
2724 | 2024-10-30T22:52:39.147Z | [ helios-setup] Oct 30 22:52:37.813 INFO E| Compiling tempfile v3.5.0 |
2725 | 2024-10-30T22:52:39.235Z | [ host-package] Compiling ron v0.7.1 |
2726 | 2024-10-30T22:52:40.515Z | [ helios-setup] Oct 30 22:52:39.181 INFO E| Compiling anstyle-parse v0.1.1 |
2727 | 2024-10-30T22:52:40.939Z | [ host-package] Compiling headers v0.4.0 |
2728 | 2024-10-30T22:52:41.563Z | [ host-package] Compiling samael v0.0.17 |
2729 | 2024-10-30T22:52:41.787Z | [ host-package] Compiling polar-core v0.27.3 |
2730 | 2024-10-30T22:52:42.435Z | [ helios-setup] Oct 30 22:52:41.101 INFO E| Compiling toolchain_find v0.2.0 |
2731 | 2024-10-30T22:52:44.548Z | [ helios-setup] Oct 30 22:52:43.214 INFO E| Compiling miniz_oxide v0.6.2 |
2732 | 2024-10-30T22:52:44.649Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2733 | 2024-10-30T22:52:46.470Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2734 | 2024-10-30T22:52:47.682Z | [ host-package] Compiling xz2 v0.1.7 |
2735 | 2024-10-30T22:52:49.311Z | [ host-package] Compiling zone v0.1.8 |
2736 | 2024-10-30T22:52:50.676Z | [ helios-setup] Oct 30 22:52:49.342 INFO E| Compiling futures v0.3.28 |
2737 | 2024-10-30T22:52:55.713Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2738 | 2024-10-30T22:52:56.391Z | [ helios-setup] Oct 30 22:52:55.056 INFO E| Compiling num_enum_derive v0.5.7 |
2739 | 2024-10-30T22:52:58.413Z | [ helios-setup] Oct 30 22:52:57.078 INFO E| Compiling cargo-lock v8.0.3 |
2740 | 2024-10-30T22:53:01.724Z | [ helios-setup] Oct 30 22:53:00.389 INFO E| Compiling crossbeam-deque v0.8.2 |
2741 | 2024-10-30T22:53:02.004Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2742 | 2024-10-30T22:53:02.802Z | [ helios-setup] Oct 30 22:53:01.467 INFO E| Compiling term v0.7.0 |
2743 | 2024-10-30T22:53:04.759Z | [ helios-setup] Oct 30 22:53:03.424 INFO E| Compiling serde_urlencoded v0.7.1 |
2744 | 2024-10-30T22:53:05.331Z | [ helios-setup] Oct 30 22:53:03.996 INFO E| Compiling is-terminal v0.4.7 |
2745 | 2024-10-30T22:53:05.546Z | [ helios-setup] Oct 30 22:53:04.211 INFO E| Compiling sha1 v0.10.5 |
2746 | 2024-10-30T22:53:06.094Z | [ helios-setup] Oct 30 22:53:04.759 INFO E| Compiling sha2 v0.10.6 |
2747 | 2024-10-30T22:53:06.561Z | [ helios-setup] Oct 30 22:53:05.226 INFO E| Compiling atty v0.2.14 |
2748 | 2024-10-30T22:53:07.040Z | [ helios-setup] Oct 30 22:53:05.705 INFO E| Compiling concolor-override v1.0.0 |
2749 | 2024-10-30T22:53:08.437Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2750 | 2024-10-30T22:53:09.121Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2751 | 2024-10-30T22:53:09.203Z | [ host-package] Compiling yasna v0.5.2 |
2752 | 2024-10-30T22:53:09.248Z | [ helios-setup] Oct 30 22:53:07.913 INFO E| Compiling concolor-query v0.3.3 |
2753 | 2024-10-30T22:53:09.661Z | [ helios-setup] Oct 30 22:53:08.325 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2754 | 2024-10-30T22:53:10.536Z | [ helios-setup] Oct 30 22:53:09.201 INFO E| Compiling anstyle v0.3.5 |
2755 | 2024-10-30T22:53:12.094Z | [ helios-setup] Oct 30 22:53:10.759 INFO E| Compiling anstream v0.2.6 |
2756 | 2024-10-30T22:53:13.267Z | [ helios-setup] Oct 30 22:53:11.932 INFO E| Compiling slog-term v2.9.0 |
2757 | 2024-10-30T22:53:13.964Z | [ helios-setup] Oct 30 22:53:12.629 INFO E| Compiling flate2 v1.0.25 |
2758 | 2024-10-30T22:53:14.031Z | [ host-package] Compiling phf_generator v0.11.2 |
2759 | 2024-10-30T22:53:14.567Z | [ host-package] Compiling strum_macros v0.24.3 |
2760 | 2024-10-30T22:53:15.017Z | [ helios-setup] Oct 30 22:53:13.680 INFO E| Compiling num_enum v0.5.7 |
2761 | 2024-10-30T22:53:15.395Z | [ helios-setup] Oct 30 22:53:14.059 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2762 | 2024-10-30T22:53:15.489Z | [ helios-setup] Oct 30 22:53:14.154 INFO E| Compiling rand v0.8.5 |
2763 | 2024-10-30T22:53:15.636Z | [ host-package] Compiling kstat-rs v0.2.4 |
2764 | 2024-10-30T22:53:16.485Z | [ helios-setup] Oct 30 22:53:15.149 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2765 | 2024-10-30T22:53:16.674Z | [ helios-setup] Oct 30 22:53:15.339 INFO E| Compiling openapiv3 v1.0.2 |
2766 | 2024-10-30T22:53:17.017Z | [ helios-setup] Oct 30 22:53:15.681 INFO E| Compiling encoding_rs v0.8.32 |
2767 | 2024-10-30T22:53:17.424Z | [ host-package] Compiling unicase v2.7.0 |
2768 | 2024-10-30T22:53:18.031Z | [ host-package] Compiling indoc v1.0.9 |
2769 | 2024-10-30T22:53:18.092Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2770 | 2024-10-30T22:53:18.807Z | [ helios-setup] Oct 30 22:53:17.472 INFO E| Compiling either v1.8.0 |
2771 | 2024-10-30T22:53:19.040Z | [ host-package] Compiling phf_codegen v0.11.2 |
2772 | 2024-10-30T22:53:19.433Z | [ helios-setup] Oct 30 22:53:18.098 INFO E| Compiling unsafe-libyaml v0.2.8 |
2773 | 2024-10-30T22:53:19.505Z | [ helios-setup] Oct 30 22:53:18.170 INFO E| Compiling ipnet v2.7.2 |
2774 | 2024-10-30T22:53:19.699Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2775 | 2024-10-30T22:53:20.002Z | [ host-package] Compiling rcgen v0.12.1 |
2776 | 2024-10-30T22:53:21.097Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2777 | 2024-10-30T22:53:22.625Z | [ helios-setup] Oct 30 22:53:21.290 INFO E| Compiling clap_lex v0.4.1 |
2778 | 2024-10-30T22:53:24.351Z | [ helios-setup] Oct 30 22:53:23.014 INFO E| Compiling spin v0.5.2 |
2779 | 2024-10-30T22:53:24.802Z | [ helios-setup] Oct 30 22:53:23.465 INFO E| Compiling untrusted v0.7.1 |
2780 | 2024-10-30T22:53:25.109Z | [ helios-setup] Oct 30 22:53:23.774 INFO E| Compiling project-root v0.2.2 |
2781 | 2024-10-30T22:53:25.288Z | [ helios-setup] Oct 30 22:53:23.953 INFO E| Compiling base64 v0.13.1 |
2782 | 2024-10-30T22:53:25.394Z | [ helios-setup] Oct 30 22:53:24.056 INFO E| Compiling strsim v0.10.0 |
2783 | 2024-10-30T22:53:25.750Z | [ helios-setup] Oct 30 22:53:24.415 INFO E| Compiling utf-8 v0.7.6 |
2784 | 2024-10-30T22:53:26.015Z | [ helios-setup] Oct 30 22:53:24.679 INFO E| Compiling mime v0.3.17 |
2785 | 2024-10-30T22:53:26.551Z | [ helios-setup] Oct 30 22:53:25.216 INFO E| Compiling byteorder v1.4.3 |
2786 | 2024-10-30T22:53:27.003Z | [ helios-setup] Oct 30 22:53:25.667 INFO E| Compiling reqwest v0.11.16 |
2787 | 2024-10-30T22:53:27.814Z | [ helios-setup] Oct 30 22:53:26.478 INFO E| Compiling tungstenite v0.18.0 |
2788 | 2024-10-30T22:53:28.216Z | [ helios-setup] Oct 30 22:53:26.880 INFO E| Compiling clap_builder v4.2.1 |
2789 | 2024-10-30T22:53:29.309Z | [ helios-setup] Oct 30 22:53:27.973 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2790 | 2024-10-30T22:53:37.842Z | [ host-package] Compiling derive_builder v0.20.2 |
2791 | 2024-10-30T22:53:38.181Z | [ helios-setup] Oct 30 22:53:36.845 INFO E| Compiling serde_yaml v0.9.21 |
2792 | 2024-10-30T22:53:39.099Z | [ helios-setup] Oct 30 22:53:37.764 INFO E| Compiling rayon v1.6.1 |
2793 | 2024-10-30T22:53:39.513Z | [ helios-setup] Oct 30 22:53:38.175 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2794 | 2024-10-30T22:53:41.404Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2795 | 2024-10-30T22:53:41.916Z | [ helios-setup] Oct 30 22:53:40.580 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2796 | 2024-10-30T22:53:45.287Z | [ helios-setup] Oct 30 22:53:43.951 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2797 | 2024-10-30T22:53:45.652Z | [ helios-setup] Oct 30 22:53:44.316 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2798 | 2024-10-30T22:53:47.008Z | [ helios-setup] Oct 30 22:53:45.672 INFO E| Compiling clap_derive v4.2.0 |
2799 | 2024-10-30T22:53:48.597Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2800 | 2024-10-30T22:53:49.470Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2801 | 2024-10-30T22:53:49.895Z | [ helios-setup] Oct 30 22:53:48.559 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2802 | 2024-10-30T22:53:50.152Z | [ host-package] Compiling oso-derive v0.27.3 |
2803 | 2024-10-30T22:53:52.199Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2804 | 2024-10-30T22:53:55.410Z | [ host-package] Compiling libz-sys v1.1.20 |
2805 | 2024-10-30T22:53:55.422Z | [ helios-setup] Oct 30 22:53:54.086 INFO E| Compiling clap v4.2.1 |
2806 | 2024-10-30T22:53:55.982Z | [ helios-setup] Oct 30 22:53:54.645 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2807 | 2024-10-30T22:53:57.052Z | [ host-package] Compiling quick-xml v0.33.0 |
2808 | 2024-10-30T22:53:57.529Z | [ host-package] Compiling subprocess v0.2.9 |
2809 | 2024-10-30T22:54:01.070Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2810 | 2024-10-30T22:54:02.213Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2811 | 2024-10-30T22:54:02.323Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2812 | 2024-10-30T22:54:02.834Z | [ host-package] Compiling nix v0.28.0 |
2813 | 2024-10-30T22:54:03.856Z | [ host-package] Compiling oso v0.27.3 |
2814 | 2024-10-30T22:54:04.521Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2815 | 2024-10-30T22:54:06.976Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2816 | 2024-10-30T22:54:08.576Z | [ helios-setup] Oct 30 22:54:07.240 INFO E| Compiling tokio-tungstenite v0.18.0 |
2817 | 2024-10-30T22:54:09.138Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2818 | 2024-10-30T22:54:09.821Z | [ helios-setup] Oct 30 22:54:08.484 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2819 | 2024-10-30T22:54:12.391Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2820 | 2024-10-30T22:54:13.262Z | [ helios-setup] Oct 30 22:54:11.926 INFO E| Compiling smartstring v1.0.1 |
2821 | 2024-10-30T22:54:14.676Z | [ helios-setup] Oct 30 22:54:13.339 INFO E| Compiling rustls v0.21.0 |
2822 | 2024-10-30T22:54:16.740Z | [ helios-setup] Oct 30 22:54:15.404 INFO E| Compiling sct v0.7.0 |
2823 | 2024-10-30T22:54:18.019Z | [ helios-setup] Oct 30 22:54:16.682 INFO E| Compiling rustls-webpki v0.100.1 |
2824 | 2024-10-30T22:54:18.881Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2825 | 2024-10-30T22:54:20.943Z | [ helios-setup] Oct 30 22:54:19.606 INFO E| Compiling toml_datetime v0.6.1 |
2826 | 2024-10-30T22:54:22.189Z | [ helios-setup] Oct 30 22:54:20.852 INFO E| Compiling serde_spanned v0.6.1 |
2827 | 2024-10-30T22:54:22.285Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2828 | 2024-10-30T22:54:22.309Z | [ helios-setup] Oct 30 22:54:20.972 INFO E| Compiling winnow v0.4.1 |
2829 | 2024-10-30T22:54:22.860Z | [ helios-setup] Oct 30 22:54:21.523 INFO E| Compiling async-trait v0.1.68 |
2830 | 2024-10-30T22:54:23.335Z | [ host-package] Compiling bb8 v0.8.5 |
2831 | 2024-10-30T22:54:24.098Z | [ helios-setup] Oct 30 22:54:22.761 INFO E| Compiling static_assertions v1.1.0 |
2832 | 2024-10-30T22:54:24.449Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2833 | 2024-10-30T22:54:24.579Z | [ helios-setup] Oct 30 22:54:23.242 INFO E| Compiling match_cfg v0.1.0 |
2834 | 2024-10-30T22:54:24.770Z | [ helios-setup] Oct 30 22:54:23.433 INFO E| Compiling paste v1.0.12 |
2835 | 2024-10-30T22:54:24.808Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2836 | 2024-10-30T22:54:25.926Z | [ helios-setup] Oct 30 22:54:24.589 INFO E| Compiling slog-async v2.7.0 |
2837 | 2024-10-30T22:54:26.332Z | [ host-package] Compiling vte v0.11.1 |
2838 | 2024-10-30T22:54:26.978Z | [ helios-setup] Oct 30 22:54:25.642 INFO E| Compiling camino v1.1.4 |
2839 | 2024-10-30T22:54:27.891Z | [ helios-setup] Oct 30 22:54:26.554 INFO E| Compiling hostname v0.3.1 |
2840 | 2024-10-30T22:54:27.977Z | [ host-package] Compiling const_format v0.2.33 |
2841 | 2024-10-30T22:54:29.100Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2842 | 2024-10-30T22:54:30.002Z | [ helios-setup] Oct 30 22:54:28.665 INFO E| Compiling toml_edit v0.19.8 |
2843 | 2024-10-30T22:54:30.190Z | [ helios-setup] Oct 30 22:54:28.853 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2844 | 2024-10-30T22:54:30.585Z | [ host-package] Compiling chrono-tz v0.10.0 |
2845 | 2024-10-30T22:54:32.791Z | [ host-package] Compiling fd-lock v4.0.2 |
2846 | 2024-10-30T22:54:33.247Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2847 | 2024-10-30T22:54:33.542Z | [ host-package] Compiling atty v0.2.14 |
2848 | 2024-10-30T22:54:34.051Z | [ host-package] Compiling bytecount v0.6.8 |
2849 | 2024-10-30T22:54:34.990Z | [ host-package] Compiling salty v0.3.0 |
2850 | 2024-10-30T22:54:36.092Z | [ helios-setup] Oct 30 22:54:34.755 INFO E| Compiling slog-json v2.6.1 |
2851 | 2024-10-30T22:54:36.211Z | [ host-package] Compiling papergrid v0.11.0 |
2852 | 2024-10-30T22:54:37.430Z | [ helios-setup] Oct 30 22:54:36.093 INFO E| Compiling unicode-linebreak v0.1.4 |
2853 | 2024-10-30T22:54:38.016Z | [ host-package] Compiling parking_lot v0.11.2 |
2854 | 2024-10-30T22:54:39.847Z | [ helios-setup] Oct 30 22:54:38.510 INFO E| Compiling rhai_codegen v1.5.0 |
2855 | 2024-10-30T22:54:42.127Z | [ helios-setup] Oct 30 22:54:40.790 INFO E| Compiling async-stream-impl v0.3.5 |
2856 | 2024-10-30T22:54:44.839Z | [ helios-setup] Oct 30 22:54:43.501 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2857 | 2024-10-30T22:54:45.073Z | [ helios-setup] Oct 30 22:54:43.736 INFO E| Compiling take_mut v0.2.2 |
2858 | 2024-10-30T22:54:45.965Z | [ helios-setup] Oct 30 22:54:44.628 INFO E| Compiling rhai v1.14.0 |
2859 | 2024-10-30T22:54:46.009Z | [ helios-setup] Oct 30 22:54:44.672 INFO E| Compiling async-stream v0.3.5 |
2860 | 2024-10-30T22:54:47.331Z | [ helios-setup] Oct 30 22:54:45.994 INFO E| Compiling tokio-rustls v0.24.0 |
2861 | 2024-10-30T22:54:48.172Z | [ helios-setup] Oct 30 22:54:46.834 INFO E| Compiling toml v0.7.3 |
2862 | 2024-10-30T22:54:50.952Z | [ helios-setup] Oct 30 22:54:49.615 INFO E| Compiling slog-bunyan v2.4.0 |
2863 | 2024-10-30T22:54:55.934Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2864 | 2024-10-30T22:54:56.672Z | [ helios-setup] Oct 30 22:54:55.334 INFO E| Compiling rustls-pemfile v1.0.2 |
2865 | 2024-10-30T22:54:57.980Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2866 | 2024-10-30T22:54:58.024Z | [ helios-setup] Oct 30 22:54:56.685 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2867 | 2024-10-30T22:54:58.258Z | [ helios-setup] Oct 30 22:54:56.920 INFO E| Compiling bincode v1.3.3 |
2868 | 2024-10-30T22:54:58.835Z | [ helios-setup] Oct 30 22:54:57.498 INFO E| Compiling serde_path_to_error v0.1.11 |
2869 | 2024-10-30T22:55:00.863Z | [ helios-setup] Oct 30 22:54:59.525 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2870 | 2024-10-30T22:55:00.864Z | [ helios-setup] Oct 30 22:54:59.525 INFO E| Compiling terminal_size v0.2.6 |
2871 | 2024-10-30T22:55:01.174Z | [ helios-setup] Oct 30 22:54:59.836 INFO E| Compiling smawk v0.3.1 |
2872 | 2024-10-30T22:55:01.687Z | [ host-package] Compiling tabled_derive v0.7.0 |
2873 | 2024-10-30T22:55:01.893Z | [ helios-setup] Oct 30 22:55:00.555 INFO E| Compiling textwrap v0.16.0 |
2874 | 2024-10-30T22:55:06.101Z | [ host-package] Compiling peg-macros v0.8.4 |
2875 | 2024-10-30T22:55:06.888Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2876 | 2024-10-30T22:55:09.994Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2877 | 2024-10-30T22:55:12.115Z | [ host-package] Compiling unicode_categories v0.1.1 |
2878 | 2024-10-30T22:55:12.402Z | [ host-package] Compiling peg v0.8.4 |
2879 | 2024-10-30T22:55:12.710Z | [ host-package] Compiling reedline v0.35.0 |
2880 | 2024-10-30T22:55:13.028Z | [ host-package] Compiling sqlformat v0.2.6 |
2881 | 2024-10-30T22:55:29.702Z | [ helios-setup] Oct 30 22:55:26.281 INFO E| Compiling git2 v0.16.1 |
2882 | 2024-10-30T22:55:29.702Z | [ host-package] Compiling rustyline v14.0.0 |
2883 | 2024-10-30T22:55:31.986Z | [ host-package] Compiling sqlparser v0.45.0 |
2884 | 2024-10-30T22:55:32.578Z | [ helios-setup] Oct 30 22:55:31.240 INFO E| Compiling built v0.6.0 |
2885 | 2024-10-30T22:55:35.244Z | [ helios-setup] Oct 30 22:55:33.906 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2886 | 2024-10-30T22:55:36.749Z | [ helios-setup] Oct 30 22:55:35.410 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2887 | 2024-10-30T22:55:37.409Z | [ helios-setup] Oct 30 22:55:36.070 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2888 | 2024-10-30T22:55:38.055Z | [ host-package] Compiling tabled v0.15.0 |
2889 | 2024-10-30T22:55:40.960Z | [ helios-setup] Oct 30 22:55:39.622 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2890 | 2024-10-30T22:55:42.385Z | [ host-package] Compiling mime_guess v2.0.5 |
2891 | 2024-10-30T22:55:43.541Z | [ host-package] Compiling sled v0.34.7 |
2892 | 2024-10-30T22:55:44.876Z | [ helios-setup] Oct 30 22:55:43.537 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2893 | 2024-10-30T22:55:48.673Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2894 | 2024-10-30T22:55:48.939Z | [ host-package] Compiling hickory-client v0.24.1 |
2895 | 2024-10-30T22:55:49.323Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2896 | 2024-10-30T22:55:52.512Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2897 | 2024-10-30T22:55:58.231Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2898 | 2024-10-30T22:56:03.848Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2899 | 2024-10-30T22:56:04.831Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2900 | 2024-10-30T22:56:08.338Z | [ host-package] Compiling hickory-server v0.24.1 |
2901 | 2024-10-30T22:56:09.346Z | [ host-package] Compiling primeorder v0.13.6 |
2902 | 2024-10-30T22:56:11.007Z | [ host-package] Compiling vergen v8.3.2 |
2903 | 2024-10-30T22:56:11.996Z | [ host-package] Compiling bcs v0.1.6 |
2904 | 2024-10-30T22:56:13.874Z | [ host-package] Compiling env_filter v0.1.2 |
2905 | 2024-10-30T22:56:14.108Z | [ host-package] Compiling cargo-platform v0.1.8 |
2906 | 2024-10-30T22:56:15.003Z | [ host-package] Compiling nanorand v0.7.0 |
2907 | 2024-10-30T22:56:16.164Z | [ host-package] Compiling memoffset v0.9.1 |
2908 | 2024-10-30T22:56:16.455Z | [ host-package] Compiling flume v0.11.0 |
2909 | 2024-10-30T22:56:17.041Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2910 | 2024-10-30T22:56:17.802Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2911 | 2024-10-30T22:56:19.344Z | [ host-package] Compiling env_logger v0.11.5 |
2912 | 2024-10-30T22:56:22.252Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2913 | 2024-10-30T22:56:24.150Z | [ host-package] Compiling p384 v0.13.0 |
2914 | 2024-10-30T22:56:34.490Z | [ helios-setup] Oct 30 22:56:33.150 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2915 | 2024-10-30T22:56:34.762Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2916 | 2024-10-30T22:56:34.850Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2917 | 2024-10-30T22:56:46.426Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2918 | 2024-10-30T22:56:47.797Z | [ host-package] Compiling git2 v0.19.0 |
2919 | 2024-10-30T22:56:48.133Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2920 | 2024-10-30T22:56:49.931Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2921 | 2024-10-30T22:56:55.145Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2922 | 2024-10-30T22:56:59.353Z | [ host-package] Compiling rand_seeder v0.3.0 |
2923 | 2024-10-30T22:56:59.409Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2924 | 2024-10-30T22:57:00.007Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2925 | 2024-10-30T22:57:00.180Z | [ host-package] Compiling rustls v0.21.12 |
2926 | 2024-10-30T22:57:00.410Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2927 | 2024-10-30T22:57:00.690Z | [ host-package] Compiling nix v0.29.0 |
2928 | 2024-10-30T22:57:01.149Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2929 | 2024-10-30T22:57:02.670Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2930 | 2024-10-30T22:57:04.525Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2931 | 2024-10-30T22:57:04.629Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2932 | 2024-10-30T22:57:05.949Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2933 | 2024-10-30T22:57:06.875Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2934 | 2024-10-30T22:57:07.398Z | [ host-package] Compiling sct v0.7.1 |
2935 | 2024-10-30T22:57:08.172Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2936 | 2024-10-30T22:57:11.777Z | [ host-package] Compiling castaway v0.2.3 |
2937 | 2024-10-30T22:57:12.032Z | [ host-package] Compiling csv-core v0.1.11 |
2938 | 2024-10-30T22:57:12.563Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2939 | 2024-10-30T22:57:12.952Z | [ host-package] Compiling http-range v0.1.5 |
2940 | 2024-10-30T22:57:13.181Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2941 | 2024-10-30T22:57:13.832Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2942 | 2024-10-30T22:57:16.365Z | [ host-package] Compiling csv v1.3.0 |
2943 | 2024-10-30T22:57:17.900Z | [ host-package] Compiling compact_str v0.8.0 |
2944 | 2024-10-30T22:57:23.040Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2945 | 2024-10-30T22:57:27.050Z | [ host-package] Compiling nix v0.27.1 |
2946 | 2024-10-30T22:57:32.651Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2947 | 2024-10-30T22:57:33.962Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2948 | 2024-10-30T22:57:34.228Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2949 | 2024-10-30T22:57:38.030Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2950 | 2024-10-30T22:57:40.506Z | [ helios-setup] Oct 30 22:57:39.164 INFO E| Finished `release` profile [optimized] target(s) in 6m 39s |
2951 | 2024-10-30T22:57:40.640Z | [ helios-setup] Oct 30 22:57:39.299 INFO building project "pilot" ok (399 seconds) |
2952 | 2024-10-30T22:57:40.640Z | [ helios-setup] Oct 30 22:57:39.299 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2953 | 2024-10-30T22:57:40.643Z | [ helios-setup] Oct 30 22:57:39.299 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2954 | 2024-10-30T22:57:40.965Z | [ helios-setup] Oct 30 22:57:39.623 INFO E| Downloading crates ... |
2955 | 2024-10-30T22:57:41.158Z | [ helios-setup] Oct 30 22:57:39.817 INFO E| Downloaded miniz_oxide v0.7.2 |
2956 | 2024-10-30T22:57:41.258Z | [ helios-setup] Oct 30 22:57:39.916 INFO E| Compiling adler v1.0.2 |
2957 | 2024-10-30T22:57:41.404Z | [ helios-setup] Oct 30 22:57:40.062 INFO E| Compiling miniz_oxide v0.7.2 |
2958 | 2024-10-30T22:57:42.577Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2959 | 2024-10-30T22:57:44.167Z | [ helios-setup] Oct 30 22:57:42.825 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2960 | 2024-10-30T22:57:45.705Z | [ helios-setup] Oct 30 22:57:44.363 INFO E| Finished `release` profile [optimized] target(s) in 4.96s |
2961 | 2024-10-30T22:57:45.715Z | [ helios-setup] Oct 30 22:57:44.374 INFO building project "pinprick" ok (5 seconds) |
2962 | 2024-10-30T22:57:45.715Z | [ helios-setup] Oct 30 22:57:44.374 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2963 | 2024-10-30T22:57:45.718Z | [ helios-setup] Oct 30 22:57:44.374 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2964 | 2024-10-30T22:57:45.747Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2965 | 2024-10-30T22:57:45.931Z | [ helios-setup] Oct 30 22:57:44.589 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2966 | 2024-10-30T22:57:46.321Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2967 | 2024-10-30T22:57:46.525Z | [ helios-setup] Oct 30 22:57:45.183 INFO E| From https://github.com/jclulow/rust-jmclib |
2968 | 2024-10-30T22:57:46.525Z | [ helios-setup] Oct 30 22:57:45.183 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2969 | 2024-10-30T22:57:46.544Z | [ helios-setup] Oct 30 22:57:45.202 INFO E| Updating crates.io index |
2970 | 2024-10-30T22:57:46.674Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2971 | 2024-10-30T22:57:46.744Z | [ helios-setup] Oct 30 22:57:45.402 INFO E| Downloading crates ... |
2972 | 2024-10-30T22:57:46.841Z | [ helios-setup] Oct 30 22:57:45.499 INFO E| Downloaded sha-1 v0.9.8 |
2973 | 2024-10-30T22:57:46.845Z | [ helios-setup] Oct 30 22:57:45.504 INFO E| Downloaded anyhow v1.0.72 |
2974 | 2024-10-30T22:57:46.852Z | [ helios-setup] Oct 30 22:57:45.511 INFO E| Downloaded unicode-ident v1.0.11 |
2975 | 2024-10-30T22:57:46.858Z | [ helios-setup] Oct 30 22:57:45.516 INFO E| Downloaded opaque-debug v0.3.0 |
2976 | 2024-10-30T22:57:46.861Z | [ helios-setup] Oct 30 22:57:45.518 INFO E| Downloaded block-buffer v0.9.0 |
2977 | 2024-10-30T22:57:46.863Z | [ helios-setup] Oct 30 22:57:45.519 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2978 | 2024-10-30T22:57:46.863Z | [ helios-setup] Oct 30 22:57:45.521 INFO E| Downloaded md-5 v0.9.1 |
2979 | 2024-10-30T22:57:46.865Z | [ helios-setup] Oct 30 22:57:45.523 INFO E| Downloaded itoa v1.0.9 |
2980 | 2024-10-30T22:57:46.867Z | [ helios-setup] Oct 30 22:57:45.526 INFO E| Downloaded getrandom v0.2.10 |
2981 | 2024-10-30T22:57:46.872Z | [ helios-setup] Oct 30 22:57:45.531 INFO E| Downloaded fastrand v2.0.0 |
2982 | 2024-10-30T22:57:46.875Z | [ helios-setup] Oct 30 22:57:45.533 INFO E| Downloaded quote v1.0.31 |
2983 | 2024-10-30T22:57:46.879Z | [ helios-setup] Oct 30 22:57:45.538 INFO E| Downloaded once_cell v1.18.0 |
2984 | 2024-10-30T22:57:46.884Z | [ helios-setup] Oct 30 22:57:45.542 INFO E| Downloaded uuid v0.8.2 |
2985 | 2024-10-30T22:57:46.890Z | [ helios-setup] Oct 30 22:57:45.548 INFO E| Downloaded tempfile v3.7.0 |
2986 | 2024-10-30T22:57:46.894Z | [ helios-setup] Oct 30 22:57:45.553 INFO E| Downloaded proc-macro2 v1.0.66 |
2987 | 2024-10-30T22:57:46.898Z | [ helios-setup] Oct 30 22:57:45.557 INFO E| Downloaded serde_derive v1.0.193 |
2988 | 2024-10-30T22:57:46.902Z | [ helios-setup] Oct 30 22:57:45.561 INFO E| Downloaded serde v1.0.193 |
2989 | 2024-10-30T22:57:46.906Z | [ helios-setup] Oct 30 22:57:45.565 INFO E| Downloaded ryu v1.0.15 |
2990 | 2024-10-30T22:57:46.910Z | [ helios-setup] Oct 30 22:57:45.569 INFO E| Downloaded bitflags v2.3.3 |
2991 | 2024-10-30T22:57:46.913Z | [ helios-setup] Oct 30 22:57:45.572 INFO E| Downloaded digest v0.9.0 |
2992 | 2024-10-30T22:57:46.916Z | [ helios-setup] Oct 30 22:57:45.574 INFO E| Downloaded cpufeatures v0.2.9 |
2993 | 2024-10-30T22:57:46.944Z | [ helios-setup] Oct 30 22:57:45.602 INFO E| Downloaded serde_json v1.0.103 |
2994 | 2024-10-30T22:57:46.956Z | [ helios-setup] Oct 30 22:57:45.614 INFO E| Downloaded syn v2.0.32 |
2995 | 2024-10-30T22:57:46.993Z | [ helios-setup] Oct 30 22:57:45.648 INFO E| Downloaded rustix v0.38.4 |
2996 | 2024-10-30T22:57:47.033Z | [ helios-setup] Oct 30 22:57:45.692 INFO E| Downloaded libc v0.2.147 |
2997 | 2024-10-30T22:57:47.045Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2998 | 2024-10-30T22:57:47.369Z | [ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling libc v0.2.147 |
2999 | 2024-10-30T22:57:47.369Z | [ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling proc-macro2 v1.0.66 |
3000 | 2024-10-30T22:57:47.372Z | [ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling cfg-if v1.0.0 |
3001 | 2024-10-30T22:57:47.372Z | [ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling unicode-ident v1.0.11 |
3002 | 2024-10-30T22:57:47.372Z | [ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling version_check v0.9.4 |
3003 | 2024-10-30T22:57:47.372Z | [ helios-setup] Oct 30 22:57:46.028 INFO E| Compiling typenum v1.16.0 |
3004 | 2024-10-30T22:57:47.372Z | [ helios-setup] Oct 30 22:57:46.028 INFO E| Compiling serde v1.0.193 |
3005 | 2024-10-30T22:57:47.372Z | [ helios-setup] Oct 30 22:57:46.028 INFO E| Compiling time-core v0.1.2 |
3006 | 2024-10-30T22:57:47.457Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3007 | 2024-10-30T22:57:47.909Z | [ host-package] Compiling hashlink v0.9.1 |
3008 | 2024-10-30T22:57:48.036Z | [ helios-setup] Oct 30 22:57:46.694 INFO E| Compiling slog v2.7.0 |
3009 | 2024-10-30T22:57:48.114Z | [ helios-setup] Oct 30 22:57:46.772 INFO E| Compiling num-conv v0.1.0 |
3010 | 2024-10-30T22:57:48.118Z | [ helios-setup] Oct 30 22:57:46.777 INFO E| Compiling rustix v0.38.4 |
3011 | 2024-10-30T22:57:48.459Z | [ helios-setup] Oct 30 22:57:47.118 INFO E| Compiling powerfmt v0.2.0 |
3012 | 2024-10-30T22:57:48.649Z | [ helios-setup] Oct 30 22:57:47.308 INFO E| Compiling itoa v1.0.9 |
3013 | 2024-10-30T22:57:49.035Z | [ helios-setup] Oct 30 22:57:47.693 INFO E| Compiling deranged v0.3.11 |
3014 | 2024-10-30T22:57:49.315Z | [ helios-setup] Oct 30 22:57:47.973 INFO E| Compiling generic-array v0.14.7 |
3015 | 2024-10-30T22:57:49.354Z | [ helios-setup] Oct 30 22:57:48.012 INFO E| Compiling time-macros v0.2.18 |
3016 | 2024-10-30T22:57:49.359Z | [ helios-setup] Oct 30 22:57:48.017 INFO E| Compiling once_cell v1.18.0 |
3017 | 2024-10-30T22:57:49.767Z | [ host-package] Compiling tungstenite v0.23.0 |
3018 | 2024-10-30T22:57:49.998Z | [ helios-setup] Oct 30 22:57:48.657 INFO E| Compiling quote v1.0.31 |
3019 | 2024-10-30T22:57:50.470Z | [ helios-setup] Oct 30 22:57:49.128 INFO E| Compiling bitflags v2.3.3 |
3020 | 2024-10-30T22:57:50.599Z | [ helios-setup] Oct 30 22:57:49.258 INFO E| Compiling num_threads v0.1.6 |
3021 | 2024-10-30T22:57:50.991Z | [ helios-setup] Oct 30 22:57:49.649 INFO E| Compiling syn v2.0.32 |
3022 | 2024-10-30T22:57:51.134Z | [ helios-setup] Oct 30 22:57:49.792 INFO E| Compiling thread_local v1.1.7 |
3023 | 2024-10-30T22:57:51.447Z | [ helios-setup] Oct 30 22:57:50.090 INFO E| Compiling serde_json v1.0.103 |
3024 | 2024-10-30T22:57:52.292Z | [ host-package] Compiling lru v0.12.5 |
3025 | 2024-10-30T22:57:52.401Z | [ helios-setup] Oct 30 22:57:51.059 INFO E| Compiling dirs-sys-next v0.1.2 |
3026 | 2024-10-30T22:57:52.701Z | [ helios-setup] Oct 30 22:57:51.359 INFO E| Compiling errno v0.3.1 |
3027 | 2024-10-30T22:57:52.730Z | [ helios-setup] Oct 30 22:57:51.388 INFO E| Compiling atty v0.2.14 |
3028 | 2024-10-30T22:57:53.006Z | [ helios-setup] Oct 30 22:57:51.664 INFO E| Compiling dirs-next v2.0.0 |
3029 | 2024-10-30T22:57:53.167Z | [ helios-setup] Oct 30 22:57:51.825 INFO E| Compiling anyhow v1.0.72 |
3030 | 2024-10-30T22:57:53.188Z | [ host-package] Compiling instability v0.3.2 |
3031 | 2024-10-30T22:57:53.194Z | [ helios-setup] Oct 30 22:57:51.852 INFO E| Compiling opaque-debug v0.3.0 |
3032 | 2024-10-30T22:57:53.281Z | [ helios-setup] Oct 30 22:57:51.939 INFO E| Compiling term v0.7.0 |
3033 | 2024-10-30T22:57:53.690Z | [ helios-setup] Oct 30 22:57:52.348 INFO E| Compiling fastrand v2.0.0 |
3034 | 2024-10-30T22:57:53.756Z | [ helios-setup] Oct 30 22:57:52.413 INFO E| Compiling getrandom v0.2.10 |
3035 | 2024-10-30T22:57:54.521Z | [ helios-setup] Oct 30 22:57:53.179 INFO E| Compiling digest v0.9.0 |
3036 | 2024-10-30T22:57:54.646Z | [ helios-setup] Oct 30 22:57:53.304 INFO E| Compiling block-buffer v0.9.0 |
3037 | 2024-10-30T22:57:54.740Z | [ helios-setup] Oct 30 22:57:53.398 INFO E| Compiling ryu v1.0.15 |
3038 | 2024-10-30T22:57:54.993Z | [ helios-setup] Oct 30 22:57:53.651 INFO E| Compiling same-file v1.0.6 |
3039 | 2024-10-30T22:57:55.020Z | [ helios-setup] Oct 30 22:57:53.678 INFO E| Compiling time v0.3.36 |
3040 | 2024-10-30T22:57:55.131Z | [ helios-setup] Oct 30 22:57:53.789 INFO E| Compiling unicode-width v0.1.10 |
3041 | 2024-10-30T22:57:55.136Z | [ helios-setup] Oct 30 22:57:53.794 INFO E| Compiling cpufeatures v0.2.9 |
3042 | 2024-10-30T22:57:55.231Z | [ helios-setup] Oct 30 22:57:53.889 INFO E| Compiling sha-1 v0.9.8 |
3043 | 2024-10-30T22:57:55.374Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3044 | 2024-10-30T22:57:55.429Z | [ helios-setup] Oct 30 22:57:54.088 INFO E| Compiling getopts v0.2.21 |
3045 | 2024-10-30T22:57:55.435Z | [ helios-setup] Oct 30 22:57:54.093 INFO E| Compiling walkdir v2.3.3 |
3046 | 2024-10-30T22:57:55.779Z | [ helios-setup] Oct 30 22:57:54.437 INFO E| Compiling md-5 v0.9.1 |
3047 | 2024-10-30T22:57:56.113Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3048 | 2024-10-30T22:57:56.573Z | [ helios-setup] Oct 30 22:57:55.232 INFO E| Compiling tempfile v3.7.0 |
3049 | 2024-10-30T22:57:56.942Z | [ helios-setup] Oct 30 22:57:55.600 INFO E| Compiling libdevinfo-sys v1.0.0 |
3050 | 2024-10-30T22:57:57.217Z | [ helios-setup] Oct 30 22:57:55.875 INFO E| Compiling glob v0.3.1 |
3051 | 2024-10-30T22:57:58.001Z | [ host-package] Compiling cassowary v0.3.0 |
3052 | 2024-10-30T22:57:58.925Z | [ helios-setup] Oct 30 22:57:57.583 INFO E| Compiling slog-term v2.9.0 |
3053 | 2024-10-30T22:57:59.454Z | [ host-package] Compiling ratatui v0.28.1 |
3054 | 2024-10-30T22:58:00.160Z | [ host-package] Compiling rusqlite v0.32.1 |
3055 | 2024-10-30T22:58:00.258Z | [ helios-setup] Oct 30 22:57:58.916 INFO E| Compiling serde_derive v1.0.193 |
3056 | 2024-10-30T22:58:00.813Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3057 | 2024-10-30T22:58:01.800Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3058 | 2024-10-30T22:58:09.845Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3059 | 2024-10-30T22:58:10.393Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3060 | 2024-10-30T22:58:15.892Z | [ helios-setup] Oct 30 22:58:14.549 INFO E| Compiling toml v0.5.11 |
3061 | 2024-10-30T22:58:15.894Z | [ helios-setup] Oct 30 22:58:14.550 INFO E| Compiling uuid v0.8.2 |
3062 | 2024-10-30T22:58:18.200Z | [ helios-setup] Oct 30 22:58:16.858 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3063 | 2024-10-30T22:58:21.268Z | [ helios-setup] Oct 30 22:58:19.851 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3064 | 2024-10-30T22:58:21.927Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3065 | 2024-10-30T22:58:23.250Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3066 | 2024-10-30T22:58:24.150Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3067 | 2024-10-30T22:58:24.656Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3068 | 2024-10-30T22:58:27.378Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3069 | 2024-10-30T22:58:27.615Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3070 | 2024-10-30T22:58:27.907Z | [ host-package] Compiling twox-hash v1.6.3 |
3071 | 2024-10-30T22:58:29.080Z | [ host-package] Compiling is_ci v1.2.0 |
3072 | 2024-10-30T22:58:29.871Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3073 | 2024-10-30T22:58:30.105Z | [ host-package] Compiling smawk v0.3.2 |
3074 | 2024-10-30T22:58:30.432Z | [ host-package] Compiling supports-color v3.0.1 |
3075 | 2024-10-30T22:58:30.924Z | [ host-package] Compiling textwrap v0.16.1 |
3076 | 2024-10-30T22:58:32.854Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3077 | 2024-10-30T22:58:33.768Z | [ helios-setup] Oct 30 22:58:32.426 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.96s |
3078 | 2024-10-30T22:58:33.803Z | [ helios-setup] Oct 30 22:58:32.460 INFO building project "image-builder" ok (48 seconds) |
3079 | 2024-10-30T22:58:33.803Z | [ helios-setup] Oct 30 22:58:32.460 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3080 | 2024-10-30T22:58:33.806Z | [ helios-setup] Oct 30 22:58:32.460 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3081 | 2024-10-30T22:58:33.813Z | [ helios-setup] Oct 30 22:58:32.471 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3082 | 2024-10-30T22:58:34.060Z | [ helios-setup] Oct 30 22:58:32.717 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3083 | 2024-10-30T22:58:34.060Z | [ helios-setup] Oct 30 22:58:32.717 INFO E| info: downloading component 'cargo' |
3084 | 2024-10-30T22:58:34.760Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3085 | 2024-10-30T22:58:35.908Z | [ helios-setup] Oct 30 22:58:34.565 INFO E| info: downloading component 'clippy' |
3086 | 2024-10-30T22:58:36.156Z | [ helios-setup] Oct 30 22:58:34.813 INFO E| info: downloading component 'rust-docs' |
3087 | 2024-10-30T22:58:36.672Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3088 | 2024-10-30T22:58:37.427Z | [ helios-setup] Oct 30 22:58:36.084 INFO E| info: downloading component 'rust-src' |
3089 | 2024-10-30T22:58:37.626Z | [ helios-setup] Oct 30 22:58:36.284 INFO E| info: downloading component 'rust-std' |
3090 | 2024-10-30T22:58:39.576Z | [ helios-setup] Oct 30 22:58:38.233 INFO E| info: downloading component 'rustc' |
3091 | 2024-10-30T22:58:42.674Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3092 | 2024-10-30T22:58:44.171Z | [ helios-setup] Oct 30 22:58:42.828 INFO E| info: downloading component 'rustfmt' |
3093 | 2024-10-30T22:58:45.089Z | [ helios-setup] Oct 30 22:58:43.746 INFO E| info: installing component 'cargo' |
3094 | 2024-10-30T22:58:46.526Z | [ helios-setup] Oct 30 22:58:45.183 INFO E| info: installing component 'clippy' |
3095 | 2024-10-30T22:58:47.058Z | [ helios-setup] Oct 30 22:58:45.715 INFO E| info: installing component 'rust-docs' |
3096 | 2024-10-30T22:58:47.893Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3097 | 2024-10-30T22:58:48.893Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3098 | 2024-10-30T22:58:49.590Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3099 | 2024-10-30T22:58:51.874Z | [ helios-setup] Oct 30 22:58:50.531 INFO E| info: installing component 'rust-src' |
3100 | 2024-10-30T22:58:52.529Z | [ helios-setup] Oct 30 22:58:51.186 INFO E| info: installing component 'rust-std' |
3101 | 2024-10-30T22:58:53.382Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3102 | 2024-10-30T22:58:55.061Z | [ helios-setup] Oct 30 22:58:53.718 INFO E| info: installing component 'rustc' |
3103 | 2024-10-30T22:59:01.033Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3104 | 2024-10-30T22:59:01.577Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3105 | 2024-10-30T22:59:01.969Z | [ helios-setup] Oct 30 22:59:00.625 INFO E| info: installing component 'rustfmt' |
3106 | 2024-10-30T22:59:03.066Z | [ helios-setup] Oct 30 22:59:01.722 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3107 | 2024-10-30T22:59:03.146Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3108 | 2024-10-30T22:59:03.999Z | [ helios-setup] Oct 30 22:59:02.655 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3109 | 2024-10-30T22:59:03.999Z | [ helios-setup] Oct 30 22:59:02.655 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
3110 | 2024-10-30T22:59:04.001Z | [ helios-setup] Oct 30 22:59:02.655 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3111 | 2024-10-30T22:59:04.029Z | [ helios-setup] Oct 30 22:59:02.686 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3112 | 2024-10-30T22:59:04.030Z | [ helios-setup] Oct 30 22:59:02.686 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3113 | 2024-10-30T22:59:04.032Z | [ helios-setup] Oct 30 22:59:02.686 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3114 | 2024-10-30T22:59:04.032Z | [ helios-setup] Oct 30 22:59:02.686 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3115 | 2024-10-30T22:59:04.032Z | [ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3116 | 2024-10-30T22:59:04.032Z | [ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3117 | 2024-10-30T22:59:04.032Z | [ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3118 | 2024-10-30T22:59:04.032Z | [ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3119 | 2024-10-30T22:59:04.032Z | [ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3120 | 2024-10-30T22:59:04.066Z | [ helios-setup] Oct 30 22:59:02.723 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3121 | 2024-10-30T22:59:05.032Z | [ helios-setup] Oct 30 22:59:03.689 INFO E| From https://github.com/oxidecomputer/amd-efs |
3122 | 2024-10-30T22:59:05.032Z | [ helios-setup] Oct 30 22:59:03.689 INFO E| * [new branch] empty -> origin/empty |
3123 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.689 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3124 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.689 INFO E| * [new branch] main -> origin/main |
3125 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.689 INFO E| * [new branch] review -> origin/review |
3126 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.690 INFO E| * [new ref] -> origin/HEAD |
3127 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.690 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3128 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.690 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3129 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.690 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3130 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.690 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3131 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3132 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3133 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3134 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3135 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3136 | 2024-10-30T22:59:05.035Z | [ helios-setup] Oct 30 22:59:03.692 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3137 | 2024-10-30T22:59:05.038Z | [ helios-setup] Oct 30 22:59:03.692 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3138 | 2024-10-30T22:59:05.038Z | [ helios-setup] Oct 30 22:59:03.692 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3139 | 2024-10-30T22:59:05.060Z | [ helios-setup] Oct 30 22:59:03.716 INFO E| Updating crates.io index |
3140 | 2024-10-30T22:59:05.251Z | [ helios-setup] Oct 30 22:59:03.907 INFO E| Downloading crates ... |
3141 | 2024-10-30T22:59:05.466Z | [ helios-setup] Oct 30 22:59:04.123 INFO E| Downloaded unic-char-range v0.9.0 |
3142 | 2024-10-30T22:59:05.469Z | [ helios-setup] Oct 30 22:59:04.125 INFO E| Downloaded pest_generator v2.7.13 |
3143 | 2024-10-30T22:59:05.471Z | [ helios-setup] Oct 30 22:59:04.127 INFO E| Downloaded parse_int v0.6.0 |
3144 | 2024-10-30T22:59:05.471Z | [ helios-setup] Oct 30 22:59:04.127 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3145 | 2024-10-30T22:59:05.481Z | [ helios-setup] Oct 30 22:59:04.138 INFO E| Downloaded rustc_version v0.2.3 |
3146 | 2024-10-30T22:59:05.484Z | [ helios-setup] Oct 30 22:59:04.140 INFO E| Downloaded strum_macros v0.23.1 |
3147 | 2024-10-30T22:59:05.486Z | [ helios-setup] Oct 30 22:59:04.142 INFO E| Downloaded pre-proc-macro v0.2.1 |
3148 | 2024-10-30T22:59:05.488Z | [ helios-setup] Oct 30 22:59:04.145 INFO E| Downloaded ansi_term v0.12.1 |
3149 | 2024-10-30T22:59:05.491Z | [ helios-setup] Oct 30 22:59:04.148 INFO E| Downloaded structopt v0.3.26 |
3150 | 2024-10-30T22:59:05.503Z | [ helios-setup] Oct 30 22:59:04.160 INFO E| Downloaded fletcher v0.1.0 |
3151 | 2024-10-30T22:59:05.506Z | [ helios-setup] Oct 30 22:59:04.161 INFO E| Downloaded memoffset v0.5.6 |
3152 | 2024-10-30T22:59:05.510Z | [ helios-setup] Oct 30 22:59:04.163 INFO E| Downloaded scroll_derive v0.10.5 |
3153 | 2024-10-30T22:59:05.516Z | [ helios-setup] Oct 30 22:59:04.173 INFO E| Downloaded unic-ucd-version v0.9.0 |
3154 | 2024-10-30T22:59:05.519Z | [ helios-setup] Oct 30 22:59:04.174 INFO E| Downloaded unic-common v0.9.0 |
3155 | 2024-10-30T22:59:05.519Z | [ helios-setup] Oct 30 22:59:04.175 INFO E| Downloaded unic-char-property v0.9.0 |
3156 | 2024-10-30T22:59:05.521Z | [ helios-setup] Oct 30 22:59:04.177 INFO E| Downloaded four-cc v0.3.0 |
3157 | 2024-10-30T22:59:05.524Z | [ helios-setup] Oct 30 22:59:04.178 INFO E| Downloaded vec_map v0.8.2 |
3158 | 2024-10-30T22:59:05.524Z | [ helios-setup] Oct 30 22:59:04.180 INFO E| Downloaded textwrap v0.11.0 |
3159 | 2024-10-30T22:59:05.526Z | [ helios-setup] Oct 30 22:59:04.182 INFO E| Downloaded structopt-derive v0.4.18 |
3160 | 2024-10-30T22:59:05.529Z | [ helios-setup] Oct 30 22:59:04.184 INFO E| Downloaded once_cell v1.20.1 |
3161 | 2024-10-30T22:59:05.531Z | [ helios-setup] Oct 30 22:59:04.188 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3162 | 2024-10-30T22:59:05.534Z | [ helios-setup] Oct 30 22:59:04.190 INFO E| Downloaded scroll v0.10.2 |
3163 | 2024-10-30T22:59:05.536Z | [ helios-setup] Oct 30 22:59:04.193 INFO E| Downloaded pest_meta v2.7.13 |
3164 | 2024-10-30T22:59:05.540Z | [ helios-setup] Oct 30 22:59:04.196 INFO E| Downloaded pest_derive v2.7.13 |
3165 | 2024-10-30T22:59:05.542Z | [ helios-setup] Oct 30 22:59:04.199 INFO E| Downloaded pest v2.7.13 |
3166 | 2024-10-30T22:59:05.549Z | [ helios-setup] Oct 30 22:59:04.206 INFO E| Downloaded goblin v0.4.3 |
3167 | 2024-10-30T22:59:05.556Z | [ helios-setup] Oct 30 22:59:04.213 INFO E| Downloaded modular-bitfield v0.11.2 |
3168 | 2024-10-30T22:59:05.574Z | [ helios-setup] Oct 30 22:59:04.230 INFO E| Downloaded strsim v0.8.0 |
3169 | 2024-10-30T22:59:05.576Z | [ helios-setup] Oct 30 22:59:04.232 INFO E| Downloaded semver-parser v0.7.0 |
3170 | 2024-10-30T22:59:05.578Z | [ helios-setup] Oct 30 22:59:04.234 INFO E| Downloaded pre v0.2.1 |
3171 | 2024-10-30T22:59:05.579Z | [ helios-setup] Oct 30 22:59:04.235 INFO E| Downloaded strum v0.23.0 |
3172 | 2024-10-30T22:59:05.581Z | [ helios-setup] Oct 30 22:59:04.236 INFO E| Downloaded proc-macro-crate v0.1.5 |
3173 | 2024-10-30T22:59:05.581Z | [ helios-setup] Oct 30 22:59:04.237 INFO E| Downloaded cfg-if v0.1.10 |
3174 | 2024-10-30T22:59:05.584Z | [ helios-setup] Oct 30 22:59:04.239 INFO E| Downloaded bytesize v1.3.0 |
3175 | 2024-10-30T22:59:05.586Z | [ helios-setup] Oct 30 22:59:04.241 INFO E| Downloaded clap v2.34.0 |
3176 | 2024-10-30T22:59:05.595Z | [ helios-setup] Oct 30 22:59:04.251 INFO E| Downloaded semver v0.9.0 |
3177 | 2024-10-30T22:59:05.691Z | [ helios-setup] Oct 30 22:59:04.347 INFO E| Compiling proc-macro2 v1.0.86 |
3178 | 2024-10-30T22:59:05.694Z | [ helios-setup] Oct 30 22:59:04.347 INFO E| Compiling unicode-ident v1.0.13 |
3179 | 2024-10-30T22:59:05.694Z | [ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling syn v1.0.109 |
3180 | 2024-10-30T22:59:05.694Z | [ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling version_check v0.9.5 |
3181 | 2024-10-30T22:59:05.694Z | [ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling memchr v2.7.4 |
3182 | 2024-10-30T22:59:05.694Z | [ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling thiserror v1.0.64 |
3183 | 2024-10-30T22:59:05.694Z | [ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling autocfg v1.4.0 |
3184 | 2024-10-30T22:59:05.694Z | [ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling semver-parser v0.7.0 |
3185 | 2024-10-30T22:59:06.569Z | [ helios-setup] Oct 30 22:59:05.226 INFO E| Compiling semver v0.9.0 |
3186 | 2024-10-30T22:59:07.178Z | [ helios-setup] Oct 30 22:59:05.835 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3187 | 2024-10-30T22:59:07.205Z | [ helios-setup] Oct 30 22:59:05.861 INFO E| Compiling serde v1.0.210 |
3188 | 2024-10-30T22:59:07.548Z | [ helios-setup] Oct 30 22:59:06.205 INFO E| Compiling proc-macro-error v1.0.4 |
3189 | 2024-10-30T22:59:07.771Z | [ helios-setup] Oct 30 22:59:06.427 INFO E| Compiling rustc_version v0.2.3 |
3190 | 2024-10-30T22:59:08.084Z | [ helios-setup] Oct 30 22:59:06.741 INFO E| Compiling serde_json v1.0.128 |
3191 | 2024-10-30T22:59:08.167Z | [ helios-setup] Oct 30 22:59:06.824 INFO E| Compiling num-traits v0.2.19 |
3192 | 2024-10-30T22:59:08.228Z | [ helios-setup] Oct 30 22:59:06.884 INFO E| Compiling ryu v1.0.18 |
3193 | 2024-10-30T22:59:08.657Z | [ helios-setup] Oct 30 22:59:07.313 INFO E| Compiling schemars v0.8.21 |
3194 | 2024-10-30T22:59:08.659Z | [ helios-setup] Oct 30 22:59:07.313 INFO E| Compiling itoa v1.0.11 |
3195 | 2024-10-30T22:59:08.740Z | [ helios-setup] Oct 30 22:59:07.397 INFO E| Compiling quote v1.0.37 |
3196 | 2024-10-30T22:59:09.026Z | [ helios-setup] Oct 30 22:59:07.680 INFO E| Compiling unicode-segmentation v1.12.0 |
3197 | 2024-10-30T22:59:09.080Z | [ helios-setup] Oct 30 22:59:07.737 INFO E| Compiling pre-proc-macro v0.2.1 |
3198 | 2024-10-30T22:59:09.387Z | [ helios-setup] Oct 30 22:59:08.043 INFO E| Compiling syn v2.0.79 |
3199 | 2024-10-30T22:59:10.028Z | [ helios-setup] Oct 30 22:59:08.684 INFO E| Compiling memoffset v0.5.6 |
3200 | 2024-10-30T22:59:10.242Z | [ helios-setup] Oct 30 22:59:08.898 INFO E| Compiling lazy_static v1.5.0 |
3201 | 2024-10-30T22:59:10.408Z | [ helios-setup] Oct 30 22:59:09.065 INFO E| Compiling heck v0.3.3 |
3202 | 2024-10-30T22:59:10.704Z | [ helios-setup] Oct 30 22:59:09.360 INFO E| Compiling paste v1.0.15 |
3203 | 2024-10-30T22:59:10.975Z | [ helios-setup] Oct 30 22:59:09.631 INFO E| Compiling dyn-clone v1.0.17 |
3204 | 2024-10-30T22:59:11.048Z | [ helios-setup] Oct 30 22:59:09.705 INFO E| Compiling rustversion v1.0.17 |
3205 | 2024-10-30T22:59:11.066Z | [ helios-setup] Oct 30 22:59:09.722 INFO E| Compiling ucd-trie v0.1.7 |
3206 | 2024-10-30T22:59:11.719Z | [ helios-setup] Oct 30 22:59:10.375 INFO E| Compiling libc v0.2.159 |
3207 | 2024-10-30T22:59:12.069Z | [ helios-setup] Oct 30 22:59:10.726 INFO E| Compiling pre v0.2.1 |
3208 | 2024-10-30T22:59:12.723Z | [ helios-setup] Oct 30 22:59:11.379 INFO E| Compiling once_cell v1.20.1 |
3209 | 2024-10-30T22:59:12.760Z | [ helios-setup] Oct 30 22:59:11.416 INFO E| Compiling byteorder v1.5.0 |
3210 | 2024-10-30T22:59:12.999Z | [ helios-setup] Oct 30 22:59:11.655 INFO E| Compiling cfg-if v0.1.10 |
3211 | 2024-10-30T22:59:13.070Z | [ helios-setup] Oct 30 22:59:11.726 INFO E| Compiling static_assertions v1.1.0 |
3212 | 2024-10-30T22:59:13.953Z | [ helios-setup] Oct 30 22:59:12.609 INFO E| Compiling unicode-width v0.1.14 |
3213 | 2024-10-30T22:59:14.902Z | [ helios-setup] Oct 30 22:59:13.557 INFO E| Compiling textwrap v0.11.0 |
3214 | 2024-10-30T22:59:14.936Z | [ helios-setup] Oct 30 22:59:13.592 INFO E| Compiling atty v0.2.14 |
3215 | 2024-10-30T22:59:15.161Z | [ helios-setup] Oct 30 22:59:13.818 INFO E| Compiling ansi_term v0.12.1 |
3216 | 2024-10-30T22:59:15.590Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3217 | 2024-10-30T22:59:15.986Z | [ helios-setup] Oct 30 22:59:14.642 INFO E| Compiling fletcher v0.1.0 |
3218 | 2024-10-30T22:59:16.195Z | [ helios-setup] Oct 30 22:59:14.852 INFO E| Compiling parse_int v0.6.0 |
3219 | 2024-10-30T22:59:16.217Z | [ helios-setup] Oct 30 22:59:14.873 INFO E| Compiling bitflags v1.3.2 |
3220 | 2024-10-30T22:59:16.317Z | [ helios-setup] Oct 30 22:59:14.971 INFO E| Compiling unic-common v0.9.0 |
3221 | 2024-10-30T22:59:16.409Z | [ helios-setup] Oct 30 22:59:15.066 INFO E| Compiling strum v0.23.0 |
3222 | 2024-10-30T22:59:16.478Z | [ helios-setup] Oct 30 22:59:15.134 INFO E| Compiling vec_map v0.8.2 |
3223 | 2024-10-30T22:59:16.628Z | [ helios-setup] Oct 30 22:59:15.284 INFO E| Compiling strsim v0.8.0 |
3224 | 2024-10-30T22:59:16.677Z | [ helios-setup] Oct 30 22:59:15.334 INFO E| Compiling unic-char-range v0.9.0 |
3225 | 2024-10-30T22:59:16.692Z | [ helios-setup] Oct 30 22:59:15.348 INFO E| Compiling unic-ucd-version v0.9.0 |
3226 | 2024-10-30T22:59:16.798Z | [ helios-setup] Oct 30 22:59:15.454 INFO E| Compiling log v0.4.22 |
3227 | 2024-10-30T22:59:16.981Z | [ helios-setup] Oct 30 22:59:15.637 INFO E| Compiling unic-char-property v0.9.0 |
3228 | 2024-10-30T22:59:17.070Z | [ helios-setup] Oct 30 22:59:15.726 INFO E| Compiling clap v2.34.0 |
3229 | 2024-10-30T22:59:17.113Z | [ helios-setup] Oct 30 22:59:15.769 INFO E| Compiling plain v0.2.3 |
3230 | 2024-10-30T22:59:17.129Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3231 | 2024-10-30T22:59:17.268Z | [ helios-setup] Oct 30 22:59:15.924 INFO E| Compiling unic-ucd-ident v0.9.0 |
3232 | 2024-10-30T22:59:17.349Z | [ helios-setup] Oct 30 22:59:16.005 INFO E| Compiling bytesize v1.3.0 |
3233 | 2024-10-30T22:59:18.601Z | [ helios-setup] Oct 30 22:59:17.256 INFO E| Compiling serde_derive_internals v0.29.1 |
3234 | 2024-10-30T22:59:22.467Z | [ helios-setup] Oct 30 22:59:21.124 INFO E| Compiling toml v0.5.11 |
3235 | 2024-10-30T22:59:22.764Z | [ host-package] Compiling fatfs v0.3.6 |
3236 | 2024-10-30T22:59:23.310Z | [ helios-setup] Oct 30 22:59:21.966 INFO E| Compiling thiserror-impl v1.0.64 |
3237 | 2024-10-30T22:59:23.310Z | [ helios-setup] Oct 30 22:59:21.966 INFO E| Compiling serde_derive v1.0.210 |
3238 | 2024-10-30T22:59:23.310Z | [ helios-setup] Oct 30 22:59:21.966 INFO E| Compiling schemars_derive v0.8.21 |
3239 | 2024-10-30T22:59:23.314Z | [ host-package] Compiling rtoolbox v0.0.2 |
3240 | 2024-10-30T22:59:23.959Z | [ helios-setup] Oct 30 22:59:22.615 INFO E| Compiling zerocopy-derive v0.6.6 |
3241 | 2024-10-30T22:59:24.141Z | [ host-package] Compiling assert_matches v1.5.0 |
3242 | 2024-10-30T22:59:24.461Z | [ host-package] Compiling rpassword v7.3.1 |
3243 | 2024-10-30T22:59:26.805Z | [ helios-setup] Oct 30 22:59:25.460 INFO E| Compiling proc-macro-crate v0.1.5 |
3244 | 2024-10-30T22:59:27.653Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3245 | 2024-10-30T22:59:27.703Z | [ helios-setup] Oct 30 22:59:26.359 INFO E| Compiling zerocopy v0.6.6 |
3246 | 2024-10-30T22:59:28.309Z | [ helios-setup] Oct 30 22:59:26.965 INFO E| Compiling num-derive v0.4.2 |
3247 | 2024-10-30T22:59:29.208Z | [ helios-setup] Oct 30 22:59:27.864 INFO E| Compiling pest v2.7.13 |
3248 | 2024-10-30T22:59:31.644Z | [ helios-setup] Oct 30 22:59:30.300 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3249 | 2024-10-30T22:59:32.101Z | [ helios-setup] Oct 30 22:59:30.756 INFO E| Compiling scroll_derive v0.10.5 |
3250 | 2024-10-30T22:59:32.716Z | [ helios-setup] Oct 30 22:59:31.371 INFO E| Compiling strum_macros v0.23.1 |
3251 | 2024-10-30T22:59:34.625Z | [ helios-setup] Oct 30 22:59:33.281 INFO E| Compiling pest_meta v2.7.13 |
3252 | 2024-10-30T22:59:35.148Z | [ helios-setup] Oct 30 22:59:33.804 INFO E| Compiling scroll v0.10.2 |
3253 | 2024-10-30T22:59:36.183Z | [ helios-setup] Oct 30 22:59:34.838 INFO E| Compiling structopt-derive v0.4.18 |
3254 | 2024-10-30T22:59:36.717Z | [ helios-setup] Oct 30 22:59:35.373 INFO E| Compiling goblin v0.4.3 |
3255 | 2024-10-30T22:59:37.236Z | [ helios-setup] Oct 30 22:59:35.891 INFO E| Compiling modular-bitfield v0.11.2 |
3256 | 2024-10-30T22:59:37.507Z | [ helios-setup] Oct 30 22:59:36.162 INFO E| Compiling pest_generator v2.7.13 |
3257 | 2024-10-30T22:59:41.625Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3258 | 2024-10-30T22:59:41.820Z | [ helios-setup] Oct 30 22:59:40.476 INFO E| Compiling structopt v0.3.26 |
3259 | 2024-10-30T22:59:42.192Z | [ helios-setup] Oct 30 22:59:40.848 INFO E| Compiling pest_derive v2.7.13 |
3260 | 2024-10-30T22:59:47.575Z | [ helios-setup] Oct 30 22:59:46.231 INFO E| Compiling json5 v0.4.1 |
3261 | 2024-10-30T22:59:53.440Z | [ helios-setup] Oct 30 22:59:52.095 INFO E| Compiling four-cc v0.3.0 |
3262 | 2024-10-30T22:59:53.440Z | [ helios-setup] Oct 30 22:59:52.095 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
3263 | 2024-10-30T22:59:53.627Z | [ helios-setup] Oct 30 22:59:52.283 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
3264 | 2024-10-30T22:59:58.319Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3265 | 2024-10-30T23:00:06.481Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3266 | 2024-10-30T23:00:07.026Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3267 | 2024-10-30T23:00:12.407Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3268 | 2024-10-30T23:00:22.428Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3269 | 2024-10-30T23:00:22.995Z | [ host-package] Compiling uzers v0.12.1 |
3270 | 2024-10-30T23:00:26.509Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3271 | 2024-10-30T23:00:27.889Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3272 | 2024-10-30T23:00:30.513Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3273 | 2024-10-30T23:00:35.755Z | [ helios-setup] Oct 30 23:00:34.409 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3274 | 2024-10-30T23:00:50.709Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3275 | 2024-10-30T23:00:54.850Z | [ helios-setup] Oct 30 23:00:53.503 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3276 | 2024-10-30T23:01:02.757Z | [ host-package] Compiling multimap v0.10.0 |
3277 | 2024-10-30T23:01:47.708Z | [ helios-setup] Oct 30 23:01:46.298 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s |
3278 | 2024-10-30T23:01:47.708Z | [ helios-setup] Oct 30 23:01:46.335 INFO building project "amd-host-image-builder" ok (193 seconds) |
3279 | 2024-10-30T23:01:47.708Z | [ helios-setup] Oct 30 23:01:46.336 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3280 | 2024-10-30T23:01:47.708Z | [ helios-setup] Oct 30 23:01:46.336 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3281 | 2024-10-30T23:01:47.967Z | [ helios-setup] Oct 30 23:01:46.619 INFO E| Downloading crates ... |
3282 | 2024-10-30T23:01:48.050Z | [ helios-setup] Oct 30 23:01:46.702 INFO E| Downloaded sha2 v0.10.5 |
3283 | 2024-10-30T23:01:48.060Z | [ helios-setup] Oct 30 23:01:46.713 INFO E| Downloaded typenum v1.15.0 |
3284 | 2024-10-30T23:01:48.064Z | [ helios-setup] Oct 30 23:01:46.717 INFO E| Downloaded bytes v1.2.1 |
3285 | 2024-10-30T23:01:48.070Z | [ helios-setup] Oct 30 23:01:46.723 INFO E| Downloaded digest v0.10.3 |
3286 | 2024-10-30T23:01:48.073Z | [ helios-setup] Oct 30 23:01:46.726 INFO E| Downloaded anyhow v1.0.62 |
3287 | 2024-10-30T23:01:48.181Z | [ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling version_check v0.9.4 |
3288 | 2024-10-30T23:01:48.182Z | [ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling typenum v1.15.0 |
3289 | 2024-10-30T23:01:48.182Z | [ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling crc32fast v1.3.2 |
3290 | 2024-10-30T23:01:48.184Z | [ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling cfg-if v1.0.0 |
3291 | 2024-10-30T23:01:48.184Z | [ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling anyhow v1.0.62 |
3292 | 2024-10-30T23:01:48.184Z | [ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling adler v1.0.2 |
3293 | 2024-10-30T23:01:48.184Z | [ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling cpufeatures v0.2.5 |
3294 | 2024-10-30T23:01:48.184Z | [ helios-setup] Oct 30 23:01:46.835 INFO E| Compiling unicode-width v0.1.10 |
3295 | 2024-10-30T23:01:48.810Z | [ helios-setup] Oct 30 23:01:47.463 INFO E| Compiling bytes v1.2.1 |
3296 | 2024-10-30T23:01:49.025Z | [ helios-setup] Oct 30 23:01:47.678 INFO E| Compiling getopts v0.2.21 |
3297 | 2024-10-30T23:01:49.104Z | [ helios-setup] Oct 30 23:01:47.757 INFO E| Compiling bitflags v1.3.2 |
3298 | 2024-10-30T23:01:49.400Z | [ helios-setup] Oct 30 23:01:48.052 INFO E| Compiling miniz_oxide v0.6.2 |
3299 | 2024-10-30T23:01:50.356Z | [ helios-setup] Oct 30 23:01:49.008 INFO E| Compiling generic-array v0.14.6 |
3300 | 2024-10-30T23:01:51.222Z | [ helios-setup] Oct 30 23:01:49.874 INFO E| Compiling flate2 v1.0.25 |
3301 | 2024-10-30T23:01:54.307Z | [ helios-setup] Oct 30 23:01:52.959 INFO E| Compiling crypto-common v0.1.6 |
3302 | 2024-10-30T23:01:54.307Z | [ helios-setup] Oct 30 23:01:52.959 INFO E| Compiling block-buffer v0.10.3 |
3303 | 2024-10-30T23:01:54.577Z | [ helios-setup] Oct 30 23:01:53.230 INFO E| Compiling digest v0.10.3 |
3304 | 2024-10-30T23:01:54.958Z | [ helios-setup] Oct 30 23:01:53.610 INFO E| Compiling sha2 v0.10.5 |
3305 | 2024-10-30T23:01:55.529Z | [ helios-setup] Oct 30 23:01:54.181 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3306 | 2024-10-30T23:02:00.743Z | [ helios-setup] Oct 30 23:01:59.395 INFO E| Finished `release` profile [optimized] target(s) in 12.95s |
3307 | 2024-10-30T23:02:00.759Z | [ helios-setup] Oct 30 23:01:59.411 INFO building project "bootserver" ok (13 seconds) |
3308 | 2024-10-30T23:02:00.762Z | [ helios-setup] rm -f helios-build |
3309 | 2024-10-30T23:02:00.765Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3310 | 2024-10-30T23:02:00.767Z | [ helios-setup] |
3311 | 2024-10-30T23:02:00.770Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3312 | 2024-10-30T23:02:00.772Z | [ helios-setup] |
3313 | 2024-10-30T23:02:00.772Z | [ helios-setup] |
3314 | 2024-10-30T23:02:00.772Z | [ helios-setup] real 12:08.921572840 |
3315 | 2024-10-30T23:02:00.772Z | [ helios-setup] user 28:20.045361715 |
3316 | 2024-10-30T23:02:00.772Z | [ helios-setup] sys 3:34.664741616 |
3317 | 2024-10-30T23:02:00.772Z | [ helios-setup] trap 1.635777869 |
3318 | 2024-10-30T23:02:00.772Z | [ helios-setup] tflt 6.670603114 |
3319 | 2024-10-30T23:02:00.772Z | [ helios-setup] dflt 38.083175437 |
3320 | 2024-10-30T23:02:00.772Z | [ helios-setup] kflt 0.028705358 |
3321 | 2024-10-30T23:02:00.772Z | [ helios-setup] lock 2:06:00.895158817 |
3322 | 2024-10-30T23:02:00.772Z | [ helios-setup] slp 3:41:41.947055496 |
3323 | 2024-10-30T23:02:00.772Z | [ helios-setup] lat 32:24.543770402 |
3324 | 2024-10-30T23:02:00.772Z | [ helios-setup] stop 4:35.826353197 |
3325 | 2024-10-30T23:02:00.775Z | Oct 30 23:01:59.425 INFO [helios-setup] process exited with exit status: 0 (728.927070982s) |
3326 | 2024-10-30T23:02:00.775Z | Oct 30 23:01:59.425 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3327 | 2024-10-30T23:02:00.800Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3328 | 2024-10-30T23:02:01.091Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3329 | 2024-10-30T23:02:01.091Z | [ phbl-toolchain] info: downloading component 'cargo' |
3330 | 2024-10-30T23:02:02.607Z | [ phbl-toolchain] info: downloading component 'clippy' |
3331 | 2024-10-30T23:02:03.214Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3332 | 2024-10-30T23:02:08.196Z | [ phbl-toolchain] info: downloading component 'miri' |
3333 | 2024-10-30T23:02:09.055Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3334 | 2024-10-30T23:02:10.307Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3335 | 2024-10-30T23:02:10.698Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3336 | 2024-10-30T23:02:12.729Z | [ phbl-toolchain] info: downloading component 'rustc' |
3337 | 2024-10-30T23:02:20.394Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3338 | 2024-10-30T23:02:21.284Z | [ phbl-toolchain] info: installing component 'cargo' |
3339 | 2024-10-30T23:02:22.716Z | [ phbl-toolchain] info: installing component 'clippy' |
3340 | 2024-10-30T23:02:23.365Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3341 | 2024-10-30T23:02:29.515Z | [ phbl-toolchain] info: installing component 'miri' |
3342 | 2024-10-30T23:02:29.937Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3343 | 2024-10-30T23:02:37.986Z | [ phbl-toolchain] info: installing component 'rust-src' |
3344 | 2024-10-30T23:02:38.793Z | [ phbl-toolchain] info: installing component 'rust-std' |
3345 | 2024-10-30T23:02:41.706Z | [ phbl-toolchain] info: installing component 'rustc' |
3346 | 2024-10-30T23:02:51.447Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3347 | 2024-10-30T23:02:52.372Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3348 | 2024-10-30T23:02:52.375Z | Oct 30 23:02:51.026 INFO [phbl-toolchain] process exited with exit status: 0 (51.600541374s) |
3349 | 2024-10-30T23:03:26.889Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3350 | 2024-10-30T23:03:36.638Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3351 | 2024-10-30T23:12:00.284Z | [ host-package] Finished `release` profile [optimized] target(s) in 21m 24s |
3352 | 2024-10-30T23:13:03.312Z | Oct 30 23:13:01.948 INFO [host-package] process exited with exit status: 0 (1347.364757132s) |
3353 | 2024-10-30T23:13:03.316Z | Oct 30 23:13:01.948 INFO [host-stamp] running task |
3354 | 2024-10-30T23:13:03.316Z | Oct 30 23:13:01.949 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3355 | 2024-10-30T23:13:03.323Z | Oct 30 23:13:01.959 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+git8f8ba2a7781 |
3356 | 2024-10-30T23:13:03.330Z | Oct 30 23:13:01.966 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+git8f8ba2a7781 |
3357 | 2024-10-30T23:13:03.335Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3358 | 2024-10-30T23:13:03.341Z | Oct 30 23:13:01.974 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+git8f8ba2a7781 |
3359 | 2024-10-30T23:13:03.344Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3360 | 2024-10-30T23:13:03.347Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3361 | 2024-10-30T23:13:03.350Z | Oct 30 23:13:01.985 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+git8f8ba2a7781 |
3362 | 2024-10-30T23:13:03.359Z | Oct 30 23:13:01.996 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+git8f8ba2a7781 |
3363 | 2024-10-30T23:13:03.371Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3364 | 2024-10-30T23:13:03.376Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3365 | 2024-10-30T23:13:03.376Z | Oct 30 23:13:02.012 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+git8f8ba2a7781 |
3366 | 2024-10-30T23:13:03.396Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3367 | 2024-10-30T23:13:03.396Z | Oct 30 23:13:02.031 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+git8f8ba2a7781 |
3368 | 2024-10-30T23:13:03.406Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3369 | 2024-10-30T23:13:03.410Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3370 | 2024-10-30T23:13:03.413Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3371 | 2024-10-30T23:13:03.415Z | Oct 30 23:13:02.049 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+git8f8ba2a7781 |
3372 | 2024-10-30T23:13:03.433Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3373 | 2024-10-30T23:13:03.439Z | Oct 30 23:13:02.068 INFO [stamp-oxlog] process exited with exit status: 0 (72.457102ms) |
3374 | 2024-10-30T23:13:03.439Z | Oct 30 23:13:02.069 INFO [stamp-overlay] process exited with exit status: 0 (56.784926ms) |
3375 | 2024-10-30T23:13:03.443Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3376 | 2024-10-30T23:13:03.445Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3377 | 2024-10-30T23:13:03.448Z | Oct 30 23:13:02.084 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (35.160658ms) |
3378 | 2024-10-30T23:13:03.455Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3379 | 2024-10-30T23:13:03.459Z | Oct 30 23:13:02.096 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (129.747739ms) |
3380 | 2024-10-30T23:13:03.582Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3381 | 2024-10-30T23:13:03.586Z | Oct 30 23:13:02.222 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (237.537029ms) |
3382 | 2024-10-30T23:13:03.667Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3383 | 2024-10-30T23:13:03.671Z | Oct 30 23:13:02.307 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (348.056815ms) |
3384 | 2024-10-30T23:13:04.532Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3385 | 2024-10-30T23:13:04.582Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3386 | 2024-10-30T23:13:04.585Z | Oct 30 23:13:03.221 INFO [stamp-propolis-server] process exited with exit status: 0 (1.190080179s) |
3387 | 2024-10-30T23:13:06.949Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3388 | 2024-10-30T23:13:13.689Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3389 | 2024-10-30T23:13:13.692Z | Oct 30 23:13:12.328 INFO [stamp-switch-asic] process exited with exit status: 0 (10.353889087s) |
3390 | 2024-10-30T23:13:13.695Z | Oct 30 23:13:12.328 INFO [host-stamp] task succeeded (10.379853865s) |
3391 | 2024-10-30T23:13:13.695Z | Oct 30 23:13:12.328 INFO [host-proto] running task |
3392 | 2024-10-30T23:13:14.066Z | Oct 30 23:13:12.702 INFO [host-proto] task succeeded (373.900032ms) |
3393 | 2024-10-30T23:13:14.066Z | Oct 30 23:13:12.702 INFO [host-profile] running task |
3394 | 2024-10-30T23:13:14.069Z | Oct 30 23:13:12.703 INFO [host-profile] task succeeded (287.721µs) |
3395 | 2024-10-30T23:13:14.069Z | Oct 30 23:13:12.703 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.33.293' -P /tmp/.tmpjscsyd/proto/host/root -N 'ci 8f8ba2a/${os_short_commit} 2024-10-30 22:49' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3396 | 2024-10-30T23:13:14.086Z | [ host-image] Oct 30 23:13:12.721 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3397 | 2024-10-30T23:13:14.090Z | [ host-image] Oct 30 23:13:12.721 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3398 | 2024-10-30T23:13:14.100Z | [ host-image] Oct 30 23:13:12.735 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjscsyd/proto/host/root" |
3399 | 2024-10-30T23:13:14.100Z | [ host-image] Oct 30 23:13:12.735 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3400 | 2024-10-30T23:13:14.100Z | [ host-image] Oct 30 23:13:12.736 INFO image builder template: ramdisk-01-os... |
3401 | 2024-10-30T23:13:14.105Z | [ host-image] Oct 30 23:13:12.736 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/.tmpjscsyd/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3402 | 2024-10-30T23:13:14.119Z | [ host-image] Oct 30 23:13:12.755 INFO O| Oct 30 23:13:12.755 INFO CREATE DATASET: rpool/images/build/host/output |
3403 | 2024-10-30T23:13:14.380Z | [ host-image] Oct 30 23:13:13.015 INFO O| Oct 30 23:13:13.015 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3404 | 2024-10-30T23:13:14.384Z | [ host-image] Oct 30 23:13:13.020 INFO O| Oct 30 23:13:13.020 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3405 | 2024-10-30T23:13:14.578Z | [ host-image] Oct 30 23:13:13.214 INFO O| Oct 30 23:13:13.214 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3406 | 2024-10-30T23:13:14.640Z | [ host-image] Oct 30 23:13:13.276 INFO O| Oct 30 23:13:13.276 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3407 | 2024-10-30T23:13:14.641Z | [ host-image] Oct 30 23:13:13.277 INFO O| Oct 30 23:13:13.276 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3408 | 2024-10-30T23:13:14.643Z | [ host-image] Oct 30 23:13:13.277 INFO O| Oct 30 23:13:13.277 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3409 | 2024-10-30T23:13:14.643Z | [ host-image] Oct 30 23:13:13.277 INFO O| Oct 30 23:13:13.277 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3410 | 2024-10-30T23:13:14.649Z | [ host-image] Oct 30 23:13:13.285 INFO O| Oct 30 23:13:13.285 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3411 | 2024-10-30T23:13:14.865Z | [ host-image] Oct 30 23:13:13.501 INFO O| Oct 30 23:13:13.501 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3412 | 2024-10-30T23:13:14.876Z | [ host-image] Oct 30 23:13:13.512 INFO O| Oct 30 23:13:13.512 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3413 | 2024-10-30T23:13:15.350Z | [ host-image] Oct 30 23:13:13.984 INFO O| Oct 30 23:13:13.984 INFO O| Caching catalogs ... Done |
3414 | 2024-10-30T23:13:15.474Z | [ host-image] Oct 30 23:13:14.110 INFO O| Oct 30 23:13:14.110 INFO STEP 0 (pkg_image_create) COMPLETE |
3415 | 2024-10-30T23:13:15.474Z | [ host-image] Oct 30 23:13:14.110 INFO O| Oct 30 23:13:14.110 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3416 | 2024-10-30T23:13:15.481Z | [ host-image] Oct 30 23:13:14.110 INFO O| Oct 30 23:13:14.110 INFO skip step because feature "repo_redist" is not enabled |
3417 | 2024-10-30T23:13:15.481Z | [ host-image] Oct 30 23:13:14.110 INFO O| Oct 30 23:13:14.110 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3418 | 2024-10-30T23:13:15.490Z | [ host-image] Oct 30 23:13:14.126 INFO O| Oct 30 23:13:14.126 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"] |
3419 | 2024-10-30T23:13:16.003Z | [ host-image] Oct 30 23:13:14.639 INFO O| Oct 30 23:13:14.638 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3420 | 2024-10-30T23:13:16.003Z | [ host-image] Oct 30 23:13:14.639 INFO O| Oct 30 23:13:14.639 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3421 | 2024-10-30T23:13:16.019Z | [ host-image] Oct 30 23:13:14.655 INFO O| Oct 30 23:13:14.655 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"] |
3422 | 2024-10-30T23:13:16.583Z | [ host-image] Oct 30 23:13:15.219 INFO O| Oct 30 23:13:15.219 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3423 | 2024-10-30T23:13:16.583Z | [ host-image] Oct 30 23:13:15.219 INFO O| Oct 30 23:13:15.219 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3424 | 2024-10-30T23:13:16.586Z | [ host-image] Oct 30 23:13:15.219 INFO O| Oct 30 23:13:15.219 INFO skip step because feature "repo_redist" is not enabled |
3425 | 2024-10-30T23:13:16.586Z | [ host-image] Oct 30 23:13:15.219 INFO O| Oct 30 23:13:15.219 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3426 | 2024-10-30T23:13:17.140Z | [ host-image] Oct 30 23:13:15.776 INFO O| Oct 30 23:13:15.775 INFO variant opensolaris.zone is already global |
3427 | 2024-10-30T23:13:17.140Z | [ host-image] Oct 30 23:13:15.776 INFO O| Oct 30 23:13:15.776 INFO STEP 5 (pkg_change_variant) COMPLETE |
3428 | 2024-10-30T23:13:17.144Z | [ host-image] Oct 30 23:13:15.776 INFO O| Oct 30 23:13:15.776 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3429 | 2024-10-30T23:13:17.681Z | [ host-image] Oct 30 23:13:16.317 INFO O| Oct 30 23:13:16.317 INFO variant opensolaris.imagetype is full; changing to partial |
3430 | 2024-10-30T23:13:17.681Z | [ host-image] Oct 30 23:13:16.317 INFO O| Oct 30 23:13:16.317 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3431 | 2024-10-30T23:13:24.950Z | [ host-image] Oct 30 23:13:23.585 INFO O| Oct 30 23:13:23.585 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3432 | 2024-10-30T23:13:26.002Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.45s |
3433 | 2024-10-30T23:13:27.896Z | Oct 30 23:13:26.532 INFO [recovery-package] process exited with exit status: 0 (24.583185753s) |
3434 | 2024-10-30T23:13:27.896Z | Oct 30 23:13:26.532 INFO [recovery-stamp] running task |
3435 | 2024-10-30T23:13:27.900Z | Oct 30 23:13:26.532 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3436 | 2024-10-30T23:13:27.900Z | Oct 30 23:13:26.532 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+git8f8ba2a7781 |
3437 | 2024-10-30T23:13:27.913Z | Oct 30 23:13:26.549 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git8f8ba2a7781 |
3438 | 2024-10-30T23:13:27.923Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3439 | 2024-10-30T23:13:27.935Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3440 | 2024-10-30T23:13:28.018Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3441 | 2024-10-30T23:13:28.023Z | Oct 30 23:13:26.658 INFO [stamp-installinator] process exited with exit status: 0 (108.913733ms) |
3442 | 2024-10-30T23:13:28.047Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3443 | 2024-10-30T23:13:28.050Z | Oct 30 23:13:26.686 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.293411ms) |
3444 | 2024-10-30T23:13:28.053Z | Oct 30 23:13:26.686 INFO [recovery-stamp] task succeeded (153.810523ms) |
3445 | 2024-10-30T23:13:28.053Z | Oct 30 23:13:26.686 INFO [recovery-proto] running task |
3446 | 2024-10-30T23:13:28.053Z | Oct 30 23:13:26.686 INFO [tuf-stamp] running task |
3447 | 2024-10-30T23:13:28.053Z | Oct 30 23:13:26.687 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+git8f8ba2a7781 |
3448 | 2024-10-30T23:13:28.065Z | Oct 30 23:13:26.701 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+git8f8ba2a7781 |
3449 | 2024-10-30T23:13:28.079Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3450 | 2024-10-30T23:13:28.083Z | Oct 30 23:13:26.715 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+git8f8ba2a7781 |
3451 | 2024-10-30T23:13:28.095Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3452 | 2024-10-30T23:13:28.095Z | Oct 30 23:13:26.731 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+git8f8ba2a7781 |
3453 | 2024-10-30T23:13:28.107Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3454 | 2024-10-30T23:13:28.112Z | Oct 30 23:13:26.746 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+git8f8ba2a7781 |
3455 | 2024-10-30T23:13:28.132Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3456 | 2024-10-30T23:13:28.134Z | Oct 30 23:13:26.768 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+git8f8ba2a7781 |
3457 | 2024-10-30T23:13:28.160Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3458 | 2024-10-30T23:13:28.160Z | Oct 30 23:13:26.796 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+git8f8ba2a7781 |
3459 | 2024-10-30T23:13:28.178Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3460 | 2024-10-30T23:13:28.191Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3461 | 2024-10-30T23:13:28.194Z | Oct 30 23:13:26.827 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+git8f8ba2a7781 |
3462 | 2024-10-30T23:13:28.232Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3463 | 2024-10-30T23:13:28.235Z | Oct 30 23:13:26.868 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+git8f8ba2a7781 |
3464 | 2024-10-30T23:13:28.274Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3465 | 2024-10-30T23:13:28.279Z | Oct 30 23:13:26.910 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+git8f8ba2a7781 |
3466 | 2024-10-30T23:13:28.330Z | Oct 30 23:13:26.965 INFO [recovery-proto] task succeeded (278.81577ms) |
3467 | 2024-10-30T23:13:28.335Z | Oct 30 23:13:26.966 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.33.293' -P /tmp/.tmpjscsyd/proto/recovery/root -N 'recovery 8f8ba2a/${os_short_commit} 2024-10-30 22:49' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3468 | 2024-10-30T23:13:28.351Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3469 | 2024-10-30T23:13:28.351Z | Oct 30 23:13:26.987 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+git8f8ba2a7781 |
3470 | 2024-10-30T23:13:28.370Z | [ recovery-image] Oct 30 23:13:27.002 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3471 | 2024-10-30T23:13:28.373Z | [ recovery-image] Oct 30 23:13:27.003 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3472 | 2024-10-30T23:13:28.373Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3473 | 2024-10-30T23:13:28.373Z | Oct 30 23:13:27.006 INFO [stamp-probe] process exited with exit status: 0 (319.04252ms) |
3474 | 2024-10-30T23:13:28.381Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3475 | 2024-10-30T23:13:28.383Z | [ recovery-image] Oct 30 23:13:27.019 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjscsyd/proto/recovery/root" |
3476 | 2024-10-30T23:13:28.383Z | [ recovery-image] Oct 30 23:13:27.019 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3477 | 2024-10-30T23:13:28.383Z | [ recovery-image] Oct 30 23:13:27.019 INFO image builder template: ramdisk-01-os... |
3478 | 2024-10-30T23:13:28.383Z | [ recovery-image] Oct 30 23:13:27.019 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/.tmpjscsyd/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3479 | 2024-10-30T23:13:28.433Z | [ recovery-image] Oct 30 23:13:27.068 INFO O| Oct 30 23:13:27.068 INFO CREATE DATASET: rpool/images/build/recovery/output |
3480 | 2024-10-30T23:13:28.614Z | [ host-image] Oct 30 23:13:27.249 INFO O| Oct 30 23:13:27.249 INFO O| Startup: Caching catalogs ... Done |
3481 | 2024-10-30T23:13:28.727Z | [ host-image] Oct 30 23:13:27.363 INFO O| Oct 30 23:13:27.363 INFO O| Planning: Planning completed in 0.00 seconds |
3482 | 2024-10-30T23:13:28.729Z | [ host-image] Oct 30 23:13:27.364 INFO O| Oct 30 23:13:27.364 INFO O| Planning: Consolidating action changes ... Done |
3483 | 2024-10-30T23:13:28.729Z | [ host-image] Oct 30 23:13:27.364 INFO O| Oct 30 23:13:27.364 INFO O| Planning: Evaluating mediators ... Done |
3484 | 2024-10-30T23:13:28.729Z | [ host-image] Oct 30 23:13:27.364 INFO O| Oct 30 23:13:27.364 INFO O| Planning: Planning completed in 0.00 seconds |
3485 | 2024-10-30T23:13:28.729Z | [ host-image] Oct 30 23:13:27.365 INFO O| Oct 30 23:13:27.365 INFO O| Variants/Facets to change: 1 |
3486 | 2024-10-30T23:13:28.760Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3487 | 2024-10-30T23:13:28.821Z | Oct 30 23:13:27.456 INFO [stamp-ntp] process exited with exit status: 0 (754.9293ms) |
3488 | 2024-10-30T23:13:28.838Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3489 | 2024-10-30T23:13:28.928Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3490 | 2024-10-30T23:13:29.158Z | [ recovery-image] Oct 30 23:13:27.792 INFO O| Oct 30 23:13:27.792 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3491 | 2024-10-30T23:13:29.163Z | [ host-image] Oct 30 23:13:27.798 INFO O| Oct 30 23:13:27.798 INFO O| Done |
3492 | 2024-10-30T23:13:29.163Z | [ host-image] Oct 30 23:13:27.798 INFO O| Oct 30 23:13:27.798 INFO O| Done |
3493 | 2024-10-30T23:13:29.172Z | [ recovery-image] Oct 30 23:13:27.798 INFO O| Oct 30 23:13:27.798 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3494 | 2024-10-30T23:13:29.627Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3495 | 2024-10-30T23:13:29.667Z | Oct 30 23:13:28.303 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.316138479s) |
3496 | 2024-10-30T23:13:29.738Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3497 | 2024-10-30T23:13:29.767Z | [ recovery-image] Oct 30 23:13:28.395 INFO O| Oct 30 23:13:28.395 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3498 | 2024-10-30T23:13:29.804Z | Oct 30 23:13:28.420 INFO [stamp-external-dns] process exited with exit status: 0 (1.673395545s) |
3499 | 2024-10-30T23:13:29.849Z | [ recovery-image] Oct 30 23:13:28.484 INFO O| Oct 30 23:13:28.484 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3500 | 2024-10-30T23:13:29.853Z | [ recovery-image] Oct 30 23:13:28.484 INFO O| Oct 30 23:13:28.484 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3501 | 2024-10-30T23:13:29.853Z | [ recovery-image] Oct 30 23:13:28.485 INFO O| Oct 30 23:13:28.485 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3502 | 2024-10-30T23:13:29.853Z | [ recovery-image] Oct 30 23:13:28.485 INFO O| Oct 30 23:13:28.485 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3503 | 2024-10-30T23:13:29.868Z | [ recovery-image] Oct 30 23:13:28.503 INFO O| Oct 30 23:13:28.503 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3504 | 2024-10-30T23:13:29.912Z | [ host-image] Oct 30 23:13:28.544 INFO O| Oct 30 23:13:28.544 INFO O| Done |
3505 | 2024-10-30T23:13:29.914Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3506 | 2024-10-30T23:13:29.925Z | Oct 30 23:13:28.558 INFO [stamp-internal-dns] process exited with exit status: 0 (1.762851105s) |
3507 | 2024-10-30T23:13:29.989Z | [ host-image] Oct 30 23:13:28.604 INFO O| Oct 30 23:13:28.604 INFO O| Done |
3508 | 2024-10-30T23:13:30.004Z | [ host-image] Oct 30 23:13:28.606 INFO O| Oct 30 23:13:28.606 INFO O| Done |
3509 | 2024-10-30T23:13:30.005Z | [ host-image] Oct 30 23:13:28.606 INFO O| Oct 30 23:13:28.606 INFO O| Done |
3510 | 2024-10-30T23:13:30.005Z | [ host-image] Oct 30 23:13:28.608 INFO O| Oct 30 23:13:28.608 INFO O| Done |
3511 | 2024-10-30T23:13:30.005Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3512 | 2024-10-30T23:13:30.006Z | Oct 30 23:13:28.630 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.761785792s) |
3513 | 2024-10-30T23:13:30.238Z | [ recovery-image] Oct 30 23:13:28.873 INFO O| Oct 30 23:13:28.873 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3514 | 2024-10-30T23:13:30.253Z | [ recovery-image] Oct 30 23:13:28.888 INFO O| Oct 30 23:13:28.888 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3515 | 2024-10-30T23:13:30.459Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3516 | 2024-10-30T23:13:30.463Z | Oct 30 23:13:29.099 INFO [stamp-oximeter] process exited with exit status: 0 (2.271965607s) |
3517 | 2024-10-30T23:13:30.475Z | [ host-image] Oct 30 23:13:29.111 INFO O| Oct 30 23:13:29.111 INFO STEP 6 (pkg_change_variant) COMPLETE |
3518 | 2024-10-30T23:13:30.475Z | [ host-image] Oct 30 23:13:29.111 INFO O| Oct 30 23:13:29.111 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3519 | 2024-10-30T23:13:30.477Z | [ host-image] Oct 30 23:13:29.111 INFO O| Oct 30 23:13:29.111 INFO skip step because feature "debug_variant" is not enabled |
3520 | 2024-10-30T23:13:30.477Z | [ host-image] Oct 30 23:13:29.111 INFO O| Oct 30 23:13:29.111 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3521 | 2024-10-30T23:13:30.734Z | [ recovery-image] Oct 30 23:13:29.369 INFO O| Oct 30 23:13:29.369 INFO O| Caching catalogs ... Done |
3522 | 2024-10-30T23:13:30.854Z | [ recovery-image] Oct 30 23:13:29.490 INFO O| Oct 30 23:13:29.490 INFO STEP 0 (pkg_image_create) COMPLETE |
3523 | 2024-10-30T23:13:30.854Z | [ recovery-image] Oct 30 23:13:29.490 INFO O| Oct 30 23:13:29.490 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3524 | 2024-10-30T23:13:30.854Z | [ recovery-image] Oct 30 23:13:29.490 INFO O| Oct 30 23:13:29.490 INFO skip step because feature "repo_redist" is not enabled |
3525 | 2024-10-30T23:13:30.854Z | [ recovery-image] Oct 30 23:13:29.490 INFO O| Oct 30 23:13:29.490 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3526 | 2024-10-30T23:13:30.872Z | [ recovery-image] Oct 30 23:13:29.505 INFO O| Oct 30 23:13:29.505 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"] |
3527 | 2024-10-30T23:13:30.925Z | [ host-image] Oct 30 23:13:29.561 INFO O| Oct 30 23:13:29.560 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3528 | 2024-10-30T23:13:31.339Z | [ recovery-image] Oct 30 23:13:29.975 INFO O| Oct 30 23:13:29.975 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3529 | 2024-10-30T23:13:31.339Z | [ recovery-image] Oct 30 23:13:29.975 INFO O| Oct 30 23:13:29.975 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3530 | 2024-10-30T23:13:31.353Z | [ recovery-image] Oct 30 23:13:29.989 INFO O| Oct 30 23:13:29.989 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"] |
3531 | 2024-10-30T23:13:31.540Z | [ host-image] Oct 30 23:13:30.175 INFO O| Oct 30 23:13:30.175 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3532 | 2024-10-30T23:13:31.542Z | [ host-image] Oct 30 23:13:30.177 INFO O| Oct 30 23:13:30.177 INFO O| Planning: Planning completed in 0.00 seconds |
3533 | 2024-10-30T23:13:31.542Z | [ host-image] Oct 30 23:13:30.178 INFO O| Oct 30 23:13:30.178 INFO O| Planning: Consolidating action changes ... Done |
3534 | 2024-10-30T23:13:31.542Z | [ host-image] Oct 30 23:13:30.178 INFO O| Oct 30 23:13:30.178 INFO O| Planning: Evaluating mediators ... Done |
3535 | 2024-10-30T23:13:31.546Z | [ host-image] Oct 30 23:13:30.178 INFO O| Oct 30 23:13:30.178 INFO O| Planning: Planning completed in 0.00 seconds |
3536 | 2024-10-30T23:13:31.546Z | [ host-image] Oct 30 23:13:30.179 INFO O| Oct 30 23:13:30.179 INFO O| Variants/Facets to change: 1 |
3537 | 2024-10-30T23:13:31.566Z | [ host-image] Oct 30 23:13:30.202 INFO O| Oct 30 23:13:30.202 INFO O| Done |
3538 | 2024-10-30T23:13:31.566Z | [ host-image] Oct 30 23:13:30.202 INFO O| Oct 30 23:13:30.202 INFO O| Done |
3539 | 2024-10-30T23:13:31.815Z | [ recovery-image] Oct 30 23:13:30.451 INFO O| Oct 30 23:13:30.451 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3540 | 2024-10-30T23:13:31.815Z | [ recovery-image] Oct 30 23:13:30.451 INFO O| Oct 30 23:13:30.451 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3541 | 2024-10-30T23:13:31.822Z | [ recovery-image] Oct 30 23:13:30.451 INFO O| Oct 30 23:13:30.451 INFO skip step because feature "repo_redist" is not enabled |
3542 | 2024-10-30T23:13:31.822Z | [ recovery-image] Oct 30 23:13:30.451 INFO O| Oct 30 23:13:30.451 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3543 | 2024-10-30T23:13:32.095Z | [ host-image] Oct 30 23:13:30.729 INFO O| Oct 30 23:13:30.729 INFO O| Done |
3544 | 2024-10-30T23:13:32.163Z | [ host-image] Oct 30 23:13:30.799 INFO O| Oct 30 23:13:30.799 INFO O| Done |
3545 | 2024-10-30T23:13:32.166Z | [ host-image] Oct 30 23:13:30.799 INFO O| Oct 30 23:13:30.799 INFO O| Done |
3546 | 2024-10-30T23:13:32.166Z | [ host-image] Oct 30 23:13:30.800 INFO O| Oct 30 23:13:30.800 INFO O| Done |
3547 | 2024-10-30T23:13:32.166Z | [ host-image] Oct 30 23:13:30.801 INFO O| Oct 30 23:13:30.801 INFO O| Done |
3548 | 2024-10-30T23:13:32.231Z | [ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO STEP 8 (pkg_change_facet) COMPLETE |
3549 | 2024-10-30T23:13:32.231Z | [ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3550 | 2024-10-30T23:13:32.234Z | [ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO skip step because feature "recovery" is not enabled |
3551 | 2024-10-30T23:13:32.234Z | [ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3552 | 2024-10-30T23:13:32.234Z | [ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO skip step because feature "recovery" is not enabled |
3553 | 2024-10-30T23:13:32.235Z | [ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-10-30T23:13:32.238Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3555 | 2024-10-30T23:13:32.241Z | Oct 30 23:13:30.876 INFO [stamp-nexus] process exited with exit status: 0 (3.966304698s) |
3556 | 2024-10-30T23:13:32.254Z | [ host-image] Oct 30 23:13:30.883 INFO O| Oct 30 23:13:30.882 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"] |
3557 | 2024-10-30T23:13:32.308Z | [ recovery-image] Oct 30 23:13:30.932 INFO O| Oct 30 23:13:30.932 INFO variant opensolaris.zone is already global |
3558 | 2024-10-30T23:13:32.309Z | [ recovery-image] Oct 30 23:13:30.932 INFO O| Oct 30 23:13:30.932 INFO STEP 5 (pkg_change_variant) COMPLETE |
3559 | 2024-10-30T23:13:32.316Z | [ recovery-image] Oct 30 23:13:30.932 INFO O| Oct 30 23:13:30.932 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-10-30T23:13:32.772Z | [ recovery-image] Oct 30 23:13:31.403 INFO O| Oct 30 23:13:31.403 INFO variant opensolaris.imagetype is full; changing to partial |
3561 | 2024-10-30T23:13:32.772Z | [ recovery-image] Oct 30 23:13:31.404 INFO O| Oct 30 23:13:31.403 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3562 | 2024-10-30T23:13:32.879Z | [ host-image] Oct 30 23:13:31.506 INFO O| Oct 30 23:13:31.506 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3563 | 2024-10-30T23:13:32.933Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3564 | 2024-10-30T23:13:32.938Z | [verify-libraries] Compiling polyval v0.6.2 |
3565 | 2024-10-30T23:13:33.126Z | [verify-libraries] Compiling ctr v0.9.2 |
3566 | 2024-10-30T23:13:33.147Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3567 | 2024-10-30T23:13:33.148Z | [verify-libraries] Compiling blowfish v0.9.1 |
3568 | 2024-10-30T23:13:33.234Z | [verify-libraries] Compiling password-hash v0.4.2 |
3569 | 2024-10-30T23:13:33.270Z | [verify-libraries] Compiling matches v0.1.10 |
3570 | 2024-10-30T23:13:33.275Z | [verify-libraries] Compiling p521 v0.13.3 |
3571 | 2024-10-30T23:13:33.579Z | [verify-libraries] Compiling ghash v0.5.1 |
3572 | 2024-10-30T23:13:33.589Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3573 | 2024-10-30T23:13:33.606Z | Oct 30 23:13:32.241 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.509997565s) |
3574 | 2024-10-30T23:13:33.774Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3575 | 2024-10-30T23:13:33.840Z | [verify-libraries] Compiling idna v0.2.3 |
3576 | 2024-10-30T23:13:34.041Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3577 | 2024-10-30T23:13:34.051Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3578 | 2024-10-30T23:13:34.579Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3579 | 2024-10-30T23:13:34.766Z | [verify-libraries] Compiling p256 v0.13.2 |
3580 | 2024-10-30T23:13:34.898Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3581 | 2024-10-30T23:13:35.095Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3582 | 2024-10-30T23:13:36.128Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3583 | 2024-10-30T23:13:36.310Z | [verify-libraries] Compiling md5 v0.7.0 |
3584 | 2024-10-30T23:13:36.729Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3585 | 2024-10-30T23:13:37.066Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3586 | 2024-10-30T23:13:38.163Z | [verify-libraries] Compiling des v0.8.1 |
3587 | 2024-10-30T23:13:39.129Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3588 | 2024-10-30T23:13:39.342Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3589 | 2024-10-30T23:13:39.641Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3590 | 2024-10-30T23:13:39.682Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3591 | 2024-10-30T23:13:39.981Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3592 | 2024-10-30T23:13:39.993Z | Oct 30 23:13:38.628 INFO [stamp-clickhouse] process exited with exit status: 0 (11.913386279s) |
3593 | 2024-10-30T23:13:40.219Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3594 | 2024-10-30T23:13:40.355Z | Oct 30 23:13:38.990 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (12.222144836s) |
3595 | 2024-10-30T23:13:40.355Z | Oct 30 23:13:38.990 INFO [tuf-stamp] task succeeded (12.303870948s) |
3596 | 2024-10-30T23:13:40.692Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3597 | 2024-10-30T23:13:41.410Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3598 | 2024-10-30T23:13:41.775Z | [verify-libraries] Compiling russh v0.45.0 |
3599 | 2024-10-30T23:13:45.761Z | [ recovery-image] Oct 30 23:13:43.251 INFO O| Oct 30 23:13:43.251 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3600 | 2024-10-30T23:13:47.604Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3601 | 2024-10-30T23:13:47.872Z | [verify-libraries] Compiling heck v0.4.1 |
3602 | 2024-10-30T23:13:49.325Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3603 | 2024-10-30T23:13:51.803Z | [ recovery-image] Oct 30 23:13:50.438 INFO O| Oct 30 23:13:50.438 INFO O| Startup: Caching catalogs ... Done |
3604 | 2024-10-30T23:13:51.893Z | [ recovery-image] Oct 30 23:13:50.528 INFO O| Oct 30 23:13:50.528 INFO O| Planning: Planning completed in 0.00 seconds |
3605 | 2024-10-30T23:13:51.897Z | [ recovery-image] Oct 30 23:13:50.529 INFO O| Oct 30 23:13:50.529 INFO O| Planning: Consolidating action changes ... Done |
3606 | 2024-10-30T23:13:51.897Z | [ recovery-image] Oct 30 23:13:50.529 INFO O| Oct 30 23:13:50.529 INFO O| Planning: Evaluating mediators ... Done |
3607 | 2024-10-30T23:13:51.897Z | [ recovery-image] Oct 30 23:13:50.530 INFO O| Oct 30 23:13:50.530 INFO O| Planning: Planning completed in 0.00 seconds |
3608 | 2024-10-30T23:13:51.897Z | [ recovery-image] Oct 30 23:13:50.530 INFO O| Oct 30 23:13:50.530 INFO O| Variants/Facets to change: 1 |
3609 | 2024-10-30T23:13:51.994Z | [ recovery-image] Oct 30 23:13:50.629 INFO O| Oct 30 23:13:50.629 INFO O| Done |
3610 | 2024-10-30T23:13:51.994Z | [ recovery-image] Oct 30 23:13:50.629 INFO O| Oct 30 23:13:50.629 INFO O| Done |
3611 | 2024-10-30T23:13:52.828Z | [ recovery-image] Oct 30 23:13:51.464 INFO O| Oct 30 23:13:51.463 INFO O| Done |
3612 | 2024-10-30T23:13:52.890Z | [ recovery-image] Oct 30 23:13:51.525 INFO O| Oct 30 23:13:51.525 INFO O| Done |
3613 | 2024-10-30T23:13:52.893Z | [ recovery-image] Oct 30 23:13:51.527 INFO O| Oct 30 23:13:51.527 INFO O| Done |
3614 | 2024-10-30T23:13:52.893Z | [ recovery-image] Oct 30 23:13:51.527 INFO O| Oct 30 23:13:51.527 INFO O| Done |
3615 | 2024-10-30T23:13:52.895Z | [ recovery-image] Oct 30 23:13:51.529 INFO O| Oct 30 23:13:51.529 INFO O| Done |
3616 | 2024-10-30T23:13:53.572Z | [ recovery-image] Oct 30 23:13:52.207 INFO O| Oct 30 23:13:52.207 INFO STEP 6 (pkg_change_variant) COMPLETE |
3617 | 2024-10-30T23:13:53.572Z | [ recovery-image] Oct 30 23:13:52.207 INFO O| Oct 30 23:13:52.207 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3618 | 2024-10-30T23:13:53.572Z | [ recovery-image] Oct 30 23:13:52.207 INFO O| Oct 30 23:13:52.207 INFO skip step because feature "debug_variant" is not enabled |
3619 | 2024-10-30T23:13:53.574Z | [ recovery-image] Oct 30 23:13:52.207 INFO O| Oct 30 23:13:52.207 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3620 | 2024-10-30T23:13:54.248Z | [ recovery-image] Oct 30 23:13:52.883 INFO O| Oct 30 23:13:52.883 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3621 | 2024-10-30T23:13:55.300Z | [ recovery-image] Oct 30 23:13:53.935 INFO O| Oct 30 23:13:53.935 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3622 | 2024-10-30T23:13:55.303Z | [ recovery-image] Oct 30 23:13:53.937 INFO O| Oct 30 23:13:53.937 INFO O| Planning: Planning completed in 0.00 seconds |
3623 | 2024-10-30T23:13:55.303Z | [ recovery-image] Oct 30 23:13:53.938 INFO O| Oct 30 23:13:53.937 INFO O| Planning: Consolidating action changes ... Done |
3624 | 2024-10-30T23:13:55.303Z | [ recovery-image] Oct 30 23:13:53.938 INFO O| Oct 30 23:13:53.938 INFO O| Planning: Evaluating mediators ... Done |
3625 | 2024-10-30T23:13:55.303Z | [ recovery-image] Oct 30 23:13:53.938 INFO O| Oct 30 23:13:53.938 INFO O| Planning: Planning completed in 0.00 seconds |
3626 | 2024-10-30T23:13:55.303Z | [ recovery-image] Oct 30 23:13:53.938 INFO O| Oct 30 23:13:53.938 INFO O| Variants/Facets to change: 1 |
3627 | 2024-10-30T23:13:55.409Z | [ recovery-image] Oct 30 23:13:54.044 INFO O| Oct 30 23:13:54.044 INFO O| Done |
3628 | 2024-10-30T23:13:55.409Z | [ recovery-image] Oct 30 23:13:54.044 INFO O| Oct 30 23:13:54.044 INFO O| Done |
3629 | 2024-10-30T23:13:56.176Z | [ recovery-image] Oct 30 23:13:54.811 INFO O| Oct 30 23:13:54.811 INFO O| Done |
3630 | 2024-10-30T23:13:56.247Z | [ recovery-image] Oct 30 23:13:54.882 INFO O| Oct 30 23:13:54.882 INFO O| Done |
3631 | 2024-10-30T23:13:56.249Z | [ recovery-image] Oct 30 23:13:54.883 INFO O| Oct 30 23:13:54.883 INFO O| Done |
3632 | 2024-10-30T23:13:56.249Z | [ recovery-image] Oct 30 23:13:54.883 INFO O| Oct 30 23:13:54.883 INFO O| Done |
3633 | 2024-10-30T23:13:56.252Z | [ recovery-image] Oct 30 23:13:54.885 INFO O| Oct 30 23:13:54.885 INFO O| Done |
3634 | 2024-10-30T23:13:56.457Z | [ recovery-image] Oct 30 23:13:55.092 INFO O| Oct 30 23:13:55.092 INFO STEP 8 (pkg_change_facet) COMPLETE |
3635 | 2024-10-30T23:13:56.457Z | [ recovery-image] Oct 30 23:13:55.092 INFO O| Oct 30 23:13:55.092 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3636 | 2024-10-30T23:13:57.240Z | [ recovery-image] Oct 30 23:13:55.875 INFO O| Oct 30 23:13:55.875 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3637 | 2024-10-30T23:13:58.138Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3638 | 2024-10-30T23:13:58.262Z | [ recovery-image] Oct 30 23:13:56.897 INFO O| Oct 30 23:13:56.897 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3639 | 2024-10-30T23:13:58.265Z | [ recovery-image] Oct 30 23:13:56.899 INFO O| Oct 30 23:13:56.899 INFO O| Planning: Planning completed in 0.00 seconds |
3640 | 2024-10-30T23:13:58.265Z | [ recovery-image] Oct 30 23:13:56.900 INFO O| Oct 30 23:13:56.900 INFO O| Planning: Consolidating action changes ... Done |
3641 | 2024-10-30T23:13:58.265Z | [ recovery-image] Oct 30 23:13:56.900 INFO O| Oct 30 23:13:56.900 INFO O| Planning: Evaluating mediators ... Done |
3642 | 2024-10-30T23:13:58.268Z | [ recovery-image] Oct 30 23:13:56.901 INFO O| Oct 30 23:13:56.901 INFO O| Planning: Planning completed in 0.00 seconds |
3643 | 2024-10-30T23:13:58.268Z | [ recovery-image] Oct 30 23:13:56.901 INFO O| Oct 30 23:13:56.901 INFO O| Variants/Facets to change: 1 |
3644 | 2024-10-30T23:13:58.330Z | [ recovery-image] Oct 30 23:13:56.964 INFO O| Oct 30 23:13:56.964 INFO O| Done |
3645 | 2024-10-30T23:13:58.330Z | [ recovery-image] Oct 30 23:13:56.964 INFO O| Oct 30 23:13:56.964 INFO O| Done |
3646 | 2024-10-30T23:13:58.369Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3647 | 2024-10-30T23:13:58.559Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3648 | 2024-10-30T23:13:58.905Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3649 | 2024-10-30T23:13:59.078Z | [ recovery-image] Oct 30 23:13:57.713 INFO O| Oct 30 23:13:57.713 INFO O| Done |
3650 | 2024-10-30T23:13:59.105Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3651 | 2024-10-30T23:13:59.199Z | [ recovery-image] Oct 30 23:13:57.833 INFO O| Oct 30 23:13:57.833 INFO O| Done |
3652 | 2024-10-30T23:13:59.202Z | [ recovery-image] Oct 30 23:13:57.834 INFO O| Oct 30 23:13:57.834 INFO O| Done |
3653 | 2024-10-30T23:13:59.202Z | [ recovery-image] Oct 30 23:13:57.835 INFO O| Oct 30 23:13:57.835 INFO O| Done |
3654 | 2024-10-30T23:13:59.205Z | [ recovery-image] Oct 30 23:13:57.837 INFO O| Oct 30 23:13:57.837 INFO O| Done |
3655 | 2024-10-30T23:13:59.294Z | [ recovery-image] Oct 30 23:13:57.929 INFO O| Oct 30 23:13:57.929 INFO STEP 9 (pkg_change_facet) COMPLETE |
3656 | 2024-10-30T23:13:59.294Z | [ recovery-image] Oct 30 23:13:57.929 INFO O| Oct 30 23:13:57.929 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3657 | 2024-10-30T23:13:59.709Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3658 | 2024-10-30T23:13:59.784Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3659 | 2024-10-30T23:13:59.990Z | [ recovery-image] Oct 30 23:13:58.622 INFO O| Oct 30 23:13:58.622 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3660 | 2024-10-30T23:14:01.206Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3661 | 2024-10-30T23:14:01.281Z | [ recovery-image] Oct 30 23:13:59.916 INFO O| Oct 30 23:13:59.915 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3662 | 2024-10-30T23:14:01.284Z | [ recovery-image] Oct 30 23:13:59.917 INFO O| Oct 30 23:13:59.917 INFO O| Planning: Planning completed in 0.00 seconds |
3663 | 2024-10-30T23:14:01.284Z | [ recovery-image] Oct 30 23:13:59.918 INFO O| Oct 30 23:13:59.918 INFO O| Planning: Consolidating action changes ... Done |
3664 | 2024-10-30T23:14:01.284Z | [ recovery-image] Oct 30 23:13:59.918 INFO O| Oct 30 23:13:59.918 INFO O| Planning: Evaluating mediators ... Done |
3665 | 2024-10-30T23:14:01.284Z | [ recovery-image] Oct 30 23:13:59.919 INFO O| Oct 30 23:13:59.919 INFO O| Planning: Planning completed in 0.00 seconds |
3666 | 2024-10-30T23:14:01.284Z | [ recovery-image] Oct 30 23:13:59.919 INFO O| Oct 30 23:13:59.919 INFO O| Variants/Facets to change: 1 |
3667 | 2024-10-30T23:14:01.382Z | [ recovery-image] Oct 30 23:14:00.017 INFO O| Oct 30 23:14:00.017 INFO O| Done |
3668 | 2024-10-30T23:14:01.382Z | [ recovery-image] Oct 30 23:14:00.017 INFO O| Oct 30 23:14:00.017 INFO O| Done |
3669 | 2024-10-30T23:14:02.075Z | [ recovery-image] Oct 30 23:14:00.709 INFO O| Oct 30 23:14:00.709 INFO O| Done |
3670 | 2024-10-30T23:14:02.157Z | [ recovery-image] Oct 30 23:14:00.792 INFO O| Oct 30 23:14:00.792 INFO O| Done |
3671 | 2024-10-30T23:14:02.160Z | [ recovery-image] Oct 30 23:14:00.794 INFO O| Oct 30 23:14:00.794 INFO O| Done |
3672 | 2024-10-30T23:14:02.160Z | [ recovery-image] Oct 30 23:14:00.794 INFO O| Oct 30 23:14:00.794 INFO O| Done |
3673 | 2024-10-30T23:14:02.163Z | [ recovery-image] Oct 30 23:14:00.796 INFO O| Oct 30 23:14:00.796 INFO O| Done |
3674 | 2024-10-30T23:14:02.279Z | [ recovery-image] Oct 30 23:14:00.914 INFO O| Oct 30 23:14:00.914 INFO STEP 10 (pkg_change_facet) COMPLETE |
3675 | 2024-10-30T23:14:02.279Z | [ recovery-image] Oct 30 23:14:00.914 INFO O| Oct 30 23:14:00.914 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3676 | 2024-10-30T23:14:02.297Z | [ recovery-image] Oct 30 23:14:00.932 INFO O| Oct 30 23:14:00.931 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"] |
3677 | 2024-10-30T23:14:03.278Z | [ recovery-image] Oct 30 23:14:01.912 INFO O| Oct 30 23:14:01.912 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3678 | 2024-10-30T23:14:05.727Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3679 | 2024-10-30T23:14:09.238Z | [verify-libraries] Compiling termios v0.3.3 |
3680 | 2024-10-30T23:14:09.756Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3681 | 2024-10-30T23:14:24.809Z | [ host-image] Oct 30 23:14:23.443 INFO O| Oct 30 23:14:23.443 INFO O| Planning: Solver setup ... Done |
3682 | 2024-10-30T23:14:54.471Z | [ recovery-image] Oct 30 23:14:53.105 INFO O| Oct 30 23:14:53.105 INFO O| Planning: Solver setup ... Done |
3683 | 2024-10-30T23:15:14.355Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3684 | 2024-10-30T23:15:19.417Z | [ host-image] Oct 30 23:15:18.050 INFO O| Oct 30 23:15:18.050 INFO O| Planning: Running solver ... Done |
3685 | 2024-10-30T23:15:19.458Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3686 | 2024-10-30T23:15:19.666Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3687 | 2024-10-30T23:15:19.869Z | [ host-image] Oct 30 23:15:18.502 INFO O| Oct 30 23:15:18.502 INFO O| Planning: Finding local manifests ... Done |
3688 | 2024-10-30T23:15:19.885Z | [ host-image] Oct 30 23:15:18.518 INFO O| Oct 30 23:15:18.517 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3689 | 2024-10-30T23:15:24.602Z | [ host-image] Oct 30 23:15:23.235 INFO O| Oct 30 23:15:23.235 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3690 | 2024-10-30T23:15:25.941Z | [ host-image] Oct 30 23:15:24.574 INFO O| Oct 30 23:15:24.544 INFO O| Planning: Package planning ... Done |
3691 | 2024-10-30T23:15:26.196Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3692 | 2024-10-30T23:15:27.644Z | [ host-image] Oct 30 23:15:26.277 INFO O| Oct 30 23:15:26.277 INFO O| Planning: Merging actions ... Done |
3693 | 2024-10-30T23:15:28.263Z | [ host-image] Oct 30 23:15:26.896 INFO O| Oct 30 23:15:26.896 INFO O| Planning: Checking for conflicting actions ... Done |
3694 | 2024-10-30T23:15:28.620Z | [ host-image] Oct 30 23:15:27.253 INFO O| Oct 30 23:15:27.253 INFO O| Planning: Consolidating action changes ... Done |
3695 | 2024-10-30T23:15:29.127Z | [ host-image] Oct 30 23:15:27.760 INFO O| Oct 30 23:15:27.760 INFO O| Planning: Evaluating mediators ... Done |
3696 | 2024-10-30T23:15:35.641Z | [ host-image] Oct 30 23:15:34.274 INFO O| Oct 30 23:15:34.274 INFO O| Planning: Planning completed in 122.77 seconds |
3697 | 2024-10-30T23:15:35.657Z | [ host-image] Oct 30 23:15:34.290 INFO O| Oct 30 23:15:34.290 INFO O| Packages to install: 124 |
3698 | 2024-10-30T23:15:35.657Z | [ host-image] Oct 30 23:15:34.290 INFO O| Oct 30 23:15:34.290 INFO O| Mediators to change: 4 |
3699 | 2024-10-30T23:15:35.660Z | [ host-image] Oct 30 23:15:34.290 INFO O| Oct 30 23:15:34.290 INFO O| Services to change: 6 |
3700 | 2024-10-30T23:15:35.778Z | [ host-image] Oct 30 23:15:34.411 INFO O| Oct 30 23:15:34.411 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete |
3701 | 2024-10-30T23:15:40.266Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3702 | 2024-10-30T23:15:40.796Z | [ host-image] Oct 30 23:15:39.428 INFO O| Oct 30 23:15:39.428 INFO O| Download: 1304/22744 items 7.5/199.4MB 3% complete (1.6M/s) |
3703 | 2024-10-30T23:15:45.799Z | [ host-image] Oct 30 23:15:44.432 INFO O| Oct 30 23:15:44.432 INFO O| Download: 1805/22744 items 16.7/199.4MB 8% complete (1.6M/s) |
3704 | 2024-10-30T23:15:49.190Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3705 | 2024-10-30T23:15:49.817Z | [ recovery-image] Oct 30 23:15:48.449 INFO O| Oct 30 23:15:48.449 INFO O| Planning: Running solver ... Done |
3706 | 2024-10-30T23:15:50.236Z | [ recovery-image] Oct 30 23:15:48.868 INFO O| Oct 30 23:15:48.868 INFO O| Planning: Finding local manifests ... Done |
3707 | 2024-10-30T23:15:50.263Z | [ recovery-image] Oct 30 23:15:48.896 INFO O| Oct 30 23:15:48.896 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3708 | 2024-10-30T23:15:50.882Z | [ host-image] Oct 30 23:15:49.514 INFO O| Oct 30 23:15:49.514 INFO O| Download: 2313/22744 items 27.2/199.4MB 13% complete (2.0M/s) |
3709 | 2024-10-30T23:15:54.452Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3710 | 2024-10-30T23:15:55.355Z | [ recovery-image] Oct 30 23:15:53.987 INFO O| Oct 30 23:15:53.987 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3711 | 2024-10-30T23:15:55.882Z | [ host-image] Oct 30 23:15:54.514 INFO O| Oct 30 23:15:54.514 INFO O| Download: 3497/22744 items 35.7/199.4MB 17% complete (1.9M/s) |
3712 | 2024-10-30T23:15:56.607Z | [ recovery-image] Oct 30 23:15:55.118 INFO O| Oct 30 23:15:55.118 INFO O| Planning: Package planning ... Done |
3713 | 2024-10-30T23:15:57.460Z | [ recovery-image] Oct 30 23:15:56.092 INFO O| Oct 30 23:15:56.092 INFO O| Planning: Merging actions ... Done |
3714 | 2024-10-30T23:15:57.636Z | [ recovery-image] Oct 30 23:15:56.268 INFO O| Oct 30 23:15:56.268 INFO O| Planning: Checking for conflicting actions ... Done |
3715 | 2024-10-30T23:15:57.838Z | [ recovery-image] Oct 30 23:15:56.470 INFO O| Oct 30 23:15:56.470 INFO O| Planning: Consolidating action changes ... Done |
3716 | 2024-10-30T23:15:58.180Z | [ recovery-image] Oct 30 23:15:56.812 INFO O| Oct 30 23:15:56.812 INFO O| Planning: Evaluating mediators ... Done |
3717 | 2024-10-30T23:16:01.188Z | [ host-image] Oct 30 23:15:59.820 INFO O| Oct 30 23:15:59.820 INFO O| Download: 4575/22744 items 42.8/199.4MB 21% complete (1.6M/s) |
3718 | 2024-10-30T23:16:02.474Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3719 | 2024-10-30T23:16:03.978Z | [ recovery-image] Oct 30 23:16:02.610 INFO O| Oct 30 23:16:02.610 INFO O| Planning: Planning completed in 120.70 seconds |
3720 | 2024-10-30T23:16:03.985Z | [ recovery-image] Oct 30 23:16:02.617 INFO O| Oct 30 23:16:02.617 INFO O| Packages to install: 124 |
3721 | 2024-10-30T23:16:03.986Z | [ recovery-image] Oct 30 23:16:02.617 INFO O| Oct 30 23:16:02.617 INFO O| Mediators to change: 4 |
3722 | 2024-10-30T23:16:03.989Z | [ recovery-image] Oct 30 23:16:02.617 INFO O| Oct 30 23:16:02.617 INFO O| Services to change: 5 |
3723 | 2024-10-30T23:16:04.081Z | [ recovery-image] Oct 30 23:16:02.713 INFO O| Oct 30 23:16:02.713 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete |
3724 | 2024-10-30T23:16:06.195Z | [ host-image] Oct 30 23:16:04.827 INFO O| Oct 30 23:16:04.827 INFO O| Download: 5474/22744 items 46.1/199.4MB 23% complete (1.0M/s) |
3725 | 2024-10-30T23:16:09.287Z | [ recovery-image] Oct 30 23:16:07.918 INFO O| Oct 30 23:16:07.918 INFO O| Download: 1005/15846 items 7.9/176.2MB 4% complete (1.6M/s) |
3726 | 2024-10-30T23:16:11.196Z | [ host-image] Oct 30 23:16:09.828 INFO O| Oct 30 23:16:09.828 INFO O| Download: 6142/22744 items 46.5/199.4MB 23% complete (381k/s) |
3727 | 2024-10-30T23:16:14.635Z | [ recovery-image] Oct 30 23:16:13.267 INFO O| Oct 30 23:16:13.267 INFO O| Download: 1109/15846 items 9.5/176.2MB 5% complete (1.3M/s) |
3728 | 2024-10-30T23:16:16.298Z | [ host-image] Oct 30 23:16:14.929 INFO O| Oct 30 23:16:14.929 INFO O| Download: 6997/22744 items 50.6/199.4MB 25% complete (444k/s) |
3729 | 2024-10-30T23:16:19.639Z | [ recovery-image] Oct 30 23:16:18.270 INFO O| Oct 30 23:16:18.270 INFO O| Download: 1482/15846 items 21.5/176.2MB 12% complete (1.4M/s) |
3730 | 2024-10-30T23:16:21.297Z | [ host-image] Oct 30 23:16:19.929 INFO O| Oct 30 23:16:19.929 INFO O| Download: 7962/22744 items 59.6/199.4MB 29% complete (1.3M/s) |
3731 | 2024-10-30T23:16:23.721Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3732 | 2024-10-30T23:16:24.672Z | [ recovery-image] Oct 30 23:16:23.304 INFO O| Oct 30 23:16:23.304 INFO O| Download: 2184/15846 items 31.1/176.2MB 17% complete (2.2M/s) |
3733 | 2024-10-30T23:16:25.725Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3734 | 2024-10-30T23:16:26.636Z | [ host-image] Oct 30 23:16:25.267 INFO O| Oct 30 23:16:25.267 INFO O| Download: 8297/22744 items 67.5/199.4MB 33% complete (1.6M/s) |
3735 | 2024-10-30T23:16:29.687Z | [ recovery-image] Oct 30 23:16:28.318 INFO O| Oct 30 23:16:28.318 INFO O| Download: 3464/15846 items 38.2/176.2MB 21% complete (1.7M/s) |
3736 | 2024-10-30T23:16:31.644Z | [ host-image] Oct 30 23:16:30.275 INFO O| Oct 30 23:16:30.275 INFO O| Download: 9009/22744 items 72.4/199.4MB 36% complete (1.2M/s) |
3737 | 2024-10-30T23:16:34.791Z | [ recovery-image] Oct 30 23:16:33.423 INFO O| Oct 30 23:16:33.422 INFO O| Download: 3822/15846 items 42.5/176.2MB 24% complete (1.1M/s) |
3738 | 2024-10-30T23:16:36.645Z | [ host-image] Oct 30 23:16:35.276 INFO O| Oct 30 23:16:35.276 INFO O| Download: 9842/22744 items 83.6/199.4MB 41% complete (1.6M/s) |
3739 | 2024-10-30T23:16:39.805Z | [ recovery-image] Oct 30 23:16:38.437 INFO O| Oct 30 23:16:38.437 INFO O| Download: 4764/15846 items 43.0/176.2MB 24% complete (486k/s) |
3740 | 2024-10-30T23:16:41.646Z | [ host-image] Oct 30 23:16:40.277 INFO O| Oct 30 23:16:40.277 INFO O| Download: 10487/22744 items 88.4/199.4MB 44% complete (1.6M/s) |
3741 | 2024-10-30T23:16:44.814Z | [ recovery-image] Oct 30 23:16:43.445 INFO O| Oct 30 23:16:43.445 INFO O| Download: 5610/15846 items 43.5/176.2MB 24% complete (102k/s) |
3742 | 2024-10-30T23:16:47.140Z | [ host-image] Oct 30 23:16:45.771 INFO O| Oct 30 23:16:45.771 INFO O| Download: 10846/22744 items 90.0/199.4MB 45% complete (865k/s) |
3743 | 2024-10-30T23:16:50.172Z | [ recovery-image] Oct 30 23:16:48.803 INFO O| Oct 30 23:16:48.803 INFO O| Download: 6087/15846 items 54.4/176.2MB 30% complete (1.1M/s) |
3744 | 2024-10-30T23:16:52.639Z | [ host-image] Oct 30 23:16:51.270 INFO O| Oct 30 23:16:51.270 INFO O| Download: 11129/22744 items 93.1/199.4MB 46% complete (420k/s) |
3745 | 2024-10-30T23:16:55.175Z | [ recovery-image] Oct 30 23:16:53.806 INFO O| Oct 30 23:16:53.805 INFO O| Download: 6965/15846 items 68.3/176.2MB 38% complete (2.4M/s) |
3746 | 2024-10-30T23:16:58.106Z | [ host-image] Oct 30 23:16:56.737 INFO O| Oct 30 23:16:56.737 INFO O| Download: 11285/22744 items 95.4/199.4MB 47% complete (529k/s) |
3747 | 2024-10-30T23:17:00.209Z | [ recovery-image] Oct 30 23:16:58.840 INFO O| Oct 30 23:16:58.840 INFO O| Download: 7628/15846 items 73.7/176.2MB 41% complete (2.0M/s) |
3748 | 2024-10-30T23:17:03.685Z | [ host-image] Oct 30 23:17:02.315 INFO O| Oct 30 23:17:02.315 INFO O| Download: 12104/22744 items 101.0/199.4MB 50% complete (783k/s) |
3749 | 2024-10-30T23:17:05.314Z | [ recovery-image] Oct 30 23:17:03.944 INFO O| Oct 30 23:17:03.944 INFO O| Download: 7905/15846 items 76.9/176.2MB 43% complete (1.3M/s) |
3750 | 2024-10-30T23:17:08.723Z | [ host-image] Oct 30 23:17:07.353 INFO O| Oct 30 23:17:07.353 INFO O| Download: 13309/22744 items 110.0/199.4MB 55% complete (1.4M/s) |
3751 | 2024-10-30T23:17:10.319Z | [ recovery-image] Oct 30 23:17:08.949 INFO O| Oct 30 23:17:08.949 INFO O| Download: 8271/15846 items 79.3/176.2MB 44% complete (575k/s) |
3752 | 2024-10-30T23:17:15.664Z | [ recovery-image] Oct 30 23:17:14.293 INFO O| Oct 30 23:17:14.293 INFO O| Download: 8840/15846 items 91.9/176.2MB 52% complete (1.5M/s) |
3753 | 2024-10-30T23:17:16.054Z | [ host-image] Oct 30 23:17:14.684 INFO O| Oct 30 23:17:14.684 INFO O| Download: 13902/22744 items 110.3/199.4MB 55% complete (1.1M/s) |
3754 | 2024-10-30T23:17:20.666Z | [ recovery-image] Oct 30 23:17:19.296 INFO O| Oct 30 23:17:19.296 INFO O| Download: 9543/15846 items 92.9/176.2MB 52% complete (1.4M/s) |
3755 | 2024-10-30T23:17:21.057Z | [ host-image] Oct 30 23:17:19.687 INFO O| Oct 30 23:17:19.687 INFO O| Download: 14328/22744 items 111.2/199.4MB 55% complete (84.1k/s) |
3756 | 2024-10-30T23:17:25.668Z | [ recovery-image] Oct 30 23:17:24.297 INFO O| Oct 30 23:17:24.297 INFO O| Download: 10329/15846 items 93.3/176.2MB 52% complete (147k/s) |
3757 | 2024-10-30T23:17:26.063Z | [ host-image] Oct 30 23:17:24.692 INFO O| Oct 30 23:17:24.692 INFO O| Download: 14498/22744 items 115.5/199.4MB 57% complete (450k/s) |
3758 | 2024-10-30T23:17:30.676Z | [ recovery-image] Oct 30 23:17:29.305 INFO O| Oct 30 23:17:29.305 INFO O| Download: 11076/15846 items 98.9/176.2MB 56% complete (389k/s) |
3759 | 2024-10-30T23:17:35.977Z | [ recovery-image] Oct 30 23:17:34.606 INFO O| Oct 30 23:17:34.606 INFO O| Download: 11551/15846 items 112.0/176.2MB 63% complete (1.8M/s) |
3760 | 2024-10-30T23:17:37.279Z | [ host-image] Oct 30 23:17:35.909 INFO O| Oct 30 23:17:35.909 INFO O| Download: 14503/22744 items 115.7/199.4MB 58% complete (462k/s) |
3761 | 2024-10-30T23:17:41.057Z | [ recovery-image] Oct 30 23:17:39.687 INFO O| Oct 30 23:17:39.687 INFO O| Download: 11928/15846 items 128.3/176.2MB 72% complete (3.1M/s) |
3762 | 2024-10-30T23:17:42.289Z | [ host-image] Oct 30 23:17:40.919 INFO O| Oct 30 23:17:40.919 INFO O| Download: 15269/22744 items 123.9/199.4MB 62% complete (1.7M/s) |
3763 | 2024-10-30T23:17:46.136Z | [ recovery-image] Oct 30 23:17:44.765 INFO O| Oct 30 23:17:44.765 INFO O| Download: 11995/15846 items 139.9/176.2MB 79% complete (2.8M/s) |
3764 | 2024-10-30T23:17:47.688Z | [ host-image] Oct 30 23:17:46.318 INFO O| Oct 30 23:17:46.318 INFO O| Download: 15750/22744 items 126.1/199.4MB 63% complete (1.1M/s) |
3765 | 2024-10-30T23:17:51.137Z | [ recovery-image] Oct 30 23:17:49.767 INFO O| Oct 30 23:17:49.766 INFO O| Download: 12844/15846 items 143.1/176.2MB 81% complete (1.5M/s) |
3766 | 2024-10-30T23:17:52.711Z | [ host-image] Oct 30 23:17:51.341 INFO O| Oct 30 23:17:51.340 INFO O| Download: 16562/22744 items 138.4/199.4MB 69% complete (1.4M/s) |
3767 | 2024-10-30T23:17:56.137Z | [ recovery-image] Oct 30 23:17:54.767 INFO O| Oct 30 23:17:54.766 INFO O| Download: 13521/15846 items 145.4/176.2MB 82% complete (555k/s) |
3768 | 2024-10-30T23:17:57.717Z | [ host-image] Oct 30 23:17:56.347 INFO O| Oct 30 23:17:56.346 INFO O| Download: 16991/22744 items 140.7/199.4MB 70% complete (1.5M/s) |
3769 | 2024-10-30T23:18:01.425Z | [ recovery-image] Oct 30 23:18:00.055 INFO O| Oct 30 23:18:00.054 INFO O| Download: 14042/15846 items 147.1/176.2MB 83% complete (442k/s) |
3770 | 2024-10-30T23:18:02.727Z | [ host-image] Oct 30 23:18:01.354 INFO O| Oct 30 23:18:01.354 INFO O| Download: 17614/22744 items 149.3/199.4MB 74% complete (1.1M/s) |
3771 | 2024-10-30T23:18:06.443Z | [ recovery-image] Oct 30 23:18:05.072 INFO O| Oct 30 23:18:05.072 INFO O| Download: 14660/15846 items 150.5/176.2MB 85% complete (468k/s) |
3772 | 2024-10-30T23:18:09.341Z | [ host-image] Oct 30 23:18:07.970 INFO O| Oct 30 23:18:07.970 INFO O| Download: 17862/22744 items 150.1/199.4MB 75% complete (982k/s) |
3773 | 2024-10-30T23:18:11.988Z | [ recovery-image] Oct 30 23:18:10.617 INFO O| Oct 30 23:18:10.616 INFO O| Download: 14736/15846 items 154.8/176.2MB 87% complete (708k/s) |
3774 | 2024-10-30T23:18:14.348Z | [ host-image] Oct 30 23:18:12.977 INFO O| Oct 30 23:18:12.977 INFO O| Download: 18097/22744 items 162.5/199.4MB 81% complete (1.3M/s) |
3775 | 2024-10-30T23:18:17.000Z | [ recovery-image] Oct 30 23:18:15.628 INFO O| Oct 30 23:18:15.628 INFO O| Download: 15001/15846 items 157.6/176.2MB 89% complete (758k/s) |
3776 | 2024-10-30T23:18:19.346Z | [ host-image] Oct 30 23:18:17.975 INFO O| Oct 30 23:18:17.975 INFO O| Download: 18960/22744 items 165.5/199.4MB 82% complete (1.6M/s) |
3777 | 2024-10-30T23:18:22.005Z | [ recovery-image] Oct 30 23:18:20.634 INFO O| Oct 30 23:18:20.634 INFO O| Download: 15436/15846 items 168.2/176.2MB 95% complete (1.3M/s) |
3778 | 2024-10-30T23:18:24.350Z | [ host-image] Oct 30 23:18:22.979 INFO O| Oct 30 23:18:22.979 INFO O| Download: 19805/22744 items 168.4/199.4MB 84% complete (605k/s) |
3779 | 2024-10-30T23:18:27.033Z | [ recovery-image] Oct 30 23:18:25.662 INFO O| Oct 30 23:18:25.662 INFO O| Download: 15604/15846 items 169.5/176.2MB 96% complete (1.2M/s) |
3780 | 2024-10-30T23:18:29.350Z | [ host-image] Oct 30 23:18:27.979 INFO O| Oct 30 23:18:27.979 INFO O| Download: 20355/22744 items 170.7/199.4MB 85% complete (522k/s) |
3781 | 2024-10-30T23:18:32.152Z | [ recovery-image] Oct 30 23:18:30.780 INFO O| Oct 30 23:18:30.780 INFO O| Download: 15817/15846 items 175.0/176.2MB 99% complete (754k/s) |
3782 | 2024-10-30T23:18:33.478Z | [ recovery-image] Oct 30 23:18:32.106 INFO O| Oct 30 23:18:32.106 INFO O| Download: Completed 176.18 MB in 149.39 seconds (1.2M/s) |
3783 | 2024-10-30T23:18:34.370Z | [ host-image] Oct 30 23:18:32.997 INFO O| Oct 30 23:18:32.997 INFO O| Download: 20877/22744 items 178.5/199.4MB 89% complete (1.0M/s) |
3784 | 2024-10-30T23:18:34.520Z | [ recovery-image] Oct 30 23:18:33.148 INFO O| Oct 30 23:18:33.148 INFO O| Actions: 1/25012 actions (Installing new actions) |
3785 | 2024-10-30T23:18:39.520Z | [ recovery-image] Oct 30 23:18:38.149 INFO O| Oct 30 23:18:38.149 INFO O| Actions: 10099/25012 actions (Installing new actions) |
3786 | 2024-10-30T23:18:40.302Z | [ host-image] Oct 30 23:18:38.930 INFO O| Oct 30 23:18:38.930 INFO O| Download: 21041/22744 items 179.3/199.4MB 89% complete (984k/s) |
3787 | 2024-10-30T23:18:44.521Z | [ recovery-image] Oct 30 23:18:43.149 INFO O| Oct 30 23:18:43.149 INFO O| Actions: 17427/25012 actions (Installing new actions) |
3788 | 2024-10-30T23:18:45.383Z | [ host-image] Oct 30 23:18:44.011 INFO O| Oct 30 23:18:44.011 INFO O| Download: 21879/22744 items 191.2/199.4MB 95% complete (1.3M/s) |
3789 | 2024-10-30T23:18:49.596Z | [ recovery-image] Oct 30 23:18:48.224 INFO O| Oct 30 23:18:48.224 INFO O| Actions: 24553/25012 actions (Installing new actions) |
3790 | 2024-10-30T23:18:50.755Z | [ host-image] Oct 30 23:18:49.383 INFO O| Oct 30 23:18:49.383 INFO O| Download: 21960/22744 items 191.8/199.4MB 96% complete (1.3M/s) |
3791 | 2024-10-30T23:18:52.190Z | [ recovery-image] Oct 30 23:18:50.818 INFO O| Oct 30 23:18:50.818 INFO O| Actions: Completed 25012 actions in 17.67 seconds. |
3792 | 2024-10-30T23:18:52.770Z | [ recovery-image] Oct 30 23:18:51.397 INFO O| Oct 30 23:18:51.397 INFO O| Done |
3793 | 2024-10-30T23:18:52.770Z | [ recovery-image] Oct 30 23:18:51.398 INFO O| Oct 30 23:18:51.397 INFO O| Done |
3794 | 2024-10-30T23:18:54.151Z | [ recovery-image] Oct 30 23:18:52.779 INFO O| Oct 30 23:18:52.779 INFO O| Done |
3795 | 2024-10-30T23:18:55.772Z | [ host-image] Oct 30 23:18:54.400 INFO O| Oct 30 23:18:54.399 INFO O| Download: 22167/22744 items 197.2/199.4MB 98% complete (604k/s) |
3796 | 2024-10-30T23:18:55.987Z | [ recovery-image] Oct 30 23:18:54.615 INFO O| Oct 30 23:18:54.615 INFO O| Done |
3797 | 2024-10-30T23:18:56.009Z | [ recovery-image] Oct 30 23:18:54.637 INFO O| Oct 30 23:18:54.636 INFO O| Done |
3798 | 2024-10-30T23:19:00.735Z | [ recovery-image] Oct 30 23:18:59.363 INFO O| Oct 30 23:18:59.363 INFO O| Done |
3799 | 2024-10-30T23:19:01.416Z | [ recovery-image] Oct 30 23:19:00.044 INFO O| Oct 30 23:19:00.044 INFO O| Done |
3800 | 2024-10-30T23:19:01.464Z | [ host-image] Oct 30 23:19:00.092 INFO O| Oct 30 23:19:00.092 INFO O| Download: 22743/22744 items 199.4/199.4MB 100% complete (801k/s) |
3801 | 2024-10-30T23:19:01.557Z | [ host-image] Oct 30 23:19:00.185 INFO O| Oct 30 23:19:00.184 INFO O| Download: Completed 199.42 MB in 205.77 seconds (989k/s) |
3802 | 2024-10-30T23:19:01.846Z | [ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO STEP 11 (pkg_install) COMPLETE |
3803 | 2024-10-30T23:19:01.846Z | [ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3804 | 2024-10-30T23:19:01.849Z | [ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO skip step because feature "recovery" is enabled |
3805 | 2024-10-30T23:19:01.849Z | [ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3806 | 2024-10-30T23:19:01.849Z | [ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO skip step because feature "omicron1" is not enabled |
3807 | 2024-10-30T23:19:01.849Z | [ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3808 | 2024-10-30T23:19:01.863Z | [ recovery-image] Oct 30 23:19:00.491 INFO O| Oct 30 23:19:00.491 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3809 | 2024-10-30T23:19:03.137Z | [ recovery-image] Oct 30 23:19:01.765 INFO O| Oct 30 23:19:01.765 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3810 | 2024-10-30T23:19:03.158Z | [ host-image] Oct 30 23:19:01.786 INFO O| Oct 30 23:19:01.786 INFO O| Actions: 1/49311 actions (Installing new actions) |
3811 | 2024-10-30T23:19:06.743Z | [ recovery-image] Oct 30 23:19:05.370 INFO O| Oct 30 23:19:05.370 INFO O| Planning: Solver setup ... Done |
3812 | 2024-10-30T23:19:06.750Z | [ recovery-image] Oct 30 23:19:05.377 INFO O| Oct 30 23:19:05.377 INFO O| Planning: Running solver ... Done |
3813 | 2024-10-30T23:19:06.855Z | [ recovery-image] Oct 30 23:19:05.483 INFO O| Oct 30 23:19:05.482 INFO O| Planning: Finding local manifests ... Done |
3814 | 2024-10-30T23:19:06.858Z | [ recovery-image] Oct 30 23:19:05.484 INFO O| Oct 30 23:19:05.483 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3815 | 2024-10-30T23:19:07.108Z | [ recovery-image] Oct 30 23:19:05.736 INFO O| Oct 30 23:19:05.736 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3816 | 2024-10-30T23:19:07.153Z | [ recovery-image] Oct 30 23:19:05.781 INFO O| Oct 30 23:19:05.781 INFO O| Planning: Package planning ... Done |
3817 | 2024-10-30T23:19:07.155Z | [ recovery-image] Oct 30 23:19:05.781 INFO O| Oct 30 23:19:05.781 INFO O| Planning: Merging actions ... Done |
3818 | 2024-10-30T23:19:07.364Z | [ recovery-image] Oct 30 23:19:05.991 INFO O| Oct 30 23:19:05.991 INFO O| Planning: Checking for conflicting actions ... Done |
3819 | 2024-10-30T23:19:07.367Z | [ recovery-image] Oct 30 23:19:05.992 INFO O| Oct 30 23:19:05.992 INFO O| Planning: Consolidating action changes ... Done |
3820 | 2024-10-30T23:19:07.830Z | [ recovery-image] Oct 30 23:19:06.457 INFO O| Oct 30 23:19:06.457 INFO O| Planning: Evaluating mediators ... Done |
3821 | 2024-10-30T23:19:07.858Z | [ recovery-image] Oct 30 23:19:06.467 INFO O| Oct 30 23:19:06.467 INFO O| Planning: Planning completed in 4.69 seconds |
3822 | 2024-10-30T23:19:07.858Z | [ recovery-image] Oct 30 23:19:06.468 INFO O| Oct 30 23:19:06.467 INFO O| Packages to install: 1 |
3823 | 2024-10-30T23:19:07.863Z | [ recovery-image] Oct 30 23:19:06.491 INFO O| Oct 30 23:19:06.491 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3824 | 2024-10-30T23:19:08.166Z | [ host-image] Oct 30 23:19:06.789 INFO O| Oct 30 23:19:06.789 INFO O| Actions: 7648/49311 actions (Installing new actions) |
3825 | 2024-10-30T23:19:09.496Z | [ recovery-image] Oct 30 23:19:08.124 INFO O| Oct 30 23:19:08.124 INFO O| Download: Completed 20.80 MB in 1.63 seconds (12.7M/s) |
3826 | 2024-10-30T23:19:09.536Z | [ recovery-image] Oct 30 23:19:08.164 INFO O| Oct 30 23:19:08.164 INFO O| Actions: 1/22 actions (Installing new actions) |
3827 | 2024-10-30T23:19:10.283Z | [ recovery-image] Oct 30 23:19:08.911 INFO O| Oct 30 23:19:08.911 INFO O| Actions: Completed 22 actions in 0.75 seconds. |
3828 | 2024-10-30T23:19:10.578Z | [ recovery-image] Oct 30 23:19:09.205 INFO O| Oct 30 23:19:09.205 INFO O| Done |
3829 | 2024-10-30T23:19:10.578Z | [ recovery-image] Oct 30 23:19:09.206 INFO O| Oct 30 23:19:09.205 INFO O| Done |
3830 | 2024-10-30T23:19:11.061Z | [ recovery-image] Oct 30 23:19:09.689 INFO O| Oct 30 23:19:09.689 INFO O| Done |
3831 | 2024-10-30T23:19:12.095Z | [ recovery-image] Oct 30 23:19:10.722 INFO O| Oct 30 23:19:10.722 INFO O| Done |
3832 | 2024-10-30T23:19:12.109Z | [ recovery-image] Oct 30 23:19:10.736 INFO O| Oct 30 23:19:10.736 INFO O| Done |
3833 | 2024-10-30T23:19:12.109Z | [ recovery-image] Oct 30 23:19:10.736 INFO O| Oct 30 23:19:10.736 INFO O| Done |
3834 | 2024-10-30T23:19:12.118Z | [ recovery-image] Oct 30 23:19:10.746 INFO O| Oct 30 23:19:10.746 INFO O| Done |
3835 | 2024-10-30T23:19:12.221Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 14 (pkg_install) COMPLETE |
3836 | 2024-10-30T23:19:12.221Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3837 | 2024-10-30T23:19:12.221Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO skip step because feature "mfg" is not enabled |
3838 | 2024-10-30T23:19:12.223Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3839 | 2024-10-30T23:19:12.224Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO skip step because feature "compliance" is not enabled |
3840 | 2024-10-30T23:19:12.225Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3841 | 2024-10-30T23:19:12.225Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO skip step because feature "stress" is not enabled |
3842 | 2024-10-30T23:19:12.225Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3843 | 2024-10-30T23:19:12.225Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO skip step because feature "nfs" is not enabled |
3844 | 2024-10-30T23:19:12.225Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3845 | 2024-10-30T23:19:12.225Z | [ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3846 | 2024-10-30T23:19:12.464Z | [ recovery-image] Oct 30 23:19:11.091 INFO O| Oct 30 23:19:11.091 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3847 | 2024-10-30T23:19:12.696Z | [ recovery-image] Oct 30 23:19:11.323 INFO O| Oct 30 23:19:11.323 INFO completed processing gimlet/ramdisk-01-os |
3848 | 2024-10-30T23:19:12.698Z | [ recovery-image] Oct 30 23:19:11.325 INFO image builder template: ramdisk-02-trim... |
3849 | 2024-10-30T23:19:12.698Z | [ recovery-image] Oct 30 23:19:11.326 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/.tmpjscsyd/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.33.293", "-n", "ramdisk-02-trim"], pwd: None |
3850 | 2024-10-30T23:19:12.722Z | [ recovery-image] Oct 30 23:19:11.350 INFO O| Oct 30 23:19:11.350 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3851 | 2024-10-30T23:19:12.726Z | [ recovery-image] Oct 30 23:19:11.354 INFO O| Oct 30 23:19:11.354 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3852 | 2024-10-30T23:19:12.817Z | [ recovery-image] Oct 30 23:19:11.444 INFO O| Oct 30 23:19:11.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3853 | 2024-10-30T23:19:12.985Z | [ recovery-image] Oct 30 23:19:11.613 INFO O| Oct 30 23:19:11.613 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3854 | 2024-10-30T23:19:12.988Z | [ recovery-image] Oct 30 23:19:11.613 INFO O| Oct 30 23:19:11.613 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3855 | 2024-10-30T23:19:12.991Z | [ recovery-image] Oct 30 23:19:11.619 INFO O| Oct 30 23:19:11.619 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3856 | 2024-10-30T23:19:12.995Z | [ recovery-image] Oct 30 23:19:11.623 INFO O| Oct 30 23:19:11.623 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3857 | 2024-10-30T23:19:13.000Z | [ recovery-image] Oct 30 23:19:11.628 INFO O| Oct 30 23:19:11.628 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3858 | 2024-10-30T23:19:13.031Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 41s |
3859 | 2024-10-30T23:19:13.170Z | [ host-image] Oct 30 23:19:11.798 INFO O| Oct 30 23:19:11.798 INFO O| Actions: 15925/49311 actions (Installing new actions) |
3860 | 2024-10-30T23:19:13.234Z | [ recovery-image] Oct 30 23:19:11.862 INFO O| Oct 30 23:19:11.862 INFO rolled back to input snapshot; work may begin |
3861 | 2024-10-30T23:19:13.234Z | [ recovery-image] Oct 30 23:19:11.862 INFO O| Oct 30 23:19:11.862 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3862 | 2024-10-30T23:19:13.239Z | [ recovery-image] Oct 30 23:19:11.867 INFO O| Oct 30 23:19:11.867 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3863 | 2024-10-30T23:19:13.251Z | [ recovery-image] Oct 30 23:19:11.879 INFO O| Oct 30 23:19:11.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3864 | 2024-10-30T23:19:13.300Z | [ recovery-image] Oct 30 23:19:11.927 INFO O| Oct 30 23:19:11.927 INFO STEP 0 (remove_files) COMPLETE |
3865 | 2024-10-30T23:19:13.300Z | [ recovery-image] Oct 30 23:19:11.928 INFO O| Oct 30 23:19:11.927 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3866 | 2024-10-30T23:19:13.311Z | [ recovery-image] Oct 30 23:19:11.939 INFO O| Oct 30 23:19:11.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3867 | 2024-10-30T23:19:13.314Z | [ recovery-image] Oct 30 23:19:11.941 INFO O| Oct 30 23:19:11.941 INFO STEP 1 (remove_files) COMPLETE |
3868 | 2024-10-30T23:19:13.314Z | [ recovery-image] Oct 30 23:19:11.941 INFO O| Oct 30 23:19:11.941 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3869 | 2024-10-30T23:19:13.323Z | [ recovery-image] Oct 30 23:19:11.951 INFO O| Oct 30 23:19:11.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3870 | 2024-10-30T23:19:13.338Z | [ recovery-image] Oct 30 23:19:11.965 INFO O| Oct 30 23:19:11.965 INFO STEP 2 (remove_files) COMPLETE |
3871 | 2024-10-30T23:19:13.338Z | [ recovery-image] Oct 30 23:19:11.965 INFO O| Oct 30 23:19:11.965 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3872 | 2024-10-30T23:19:13.348Z | [ recovery-image] Oct 30 23:19:11.975 INFO O| Oct 30 23:19:11.975 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3873 | 2024-10-30T23:19:13.350Z | [ recovery-image] Oct 30 23:19:11.977 INFO O| Oct 30 23:19:11.977 INFO STEP 3 (remove_files) COMPLETE |
3874 | 2024-10-30T23:19:13.350Z | [ recovery-image] Oct 30 23:19:11.977 INFO O| Oct 30 23:19:11.977 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3875 | 2024-10-30T23:19:13.359Z | [ recovery-image] Oct 30 23:19:11.987 INFO O| Oct 30 23:19:11.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3876 | 2024-10-30T23:19:13.363Z | [ recovery-image] Oct 30 23:19:11.991 INFO O| Oct 30 23:19:11.991 INFO STEP 4 (remove_files) COMPLETE |
3877 | 2024-10-30T23:19:13.363Z | [ recovery-image] Oct 30 23:19:11.991 INFO O| Oct 30 23:19:11.991 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3878 | 2024-10-30T23:19:13.365Z | Oct 30 23:19:11.992 INFO [verify-libraries] process exited with exit status: 0 (345.459472473s) |
3879 | 2024-10-30T23:19:13.373Z | [ recovery-image] Oct 30 23:19:12.000 INFO O| Oct 30 23:19:12.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3880 | 2024-10-30T23:19:13.375Z | [ recovery-image] Oct 30 23:19:12.001 INFO O| Oct 30 23:19:12.001 INFO STEP 5 (remove_files) COMPLETE |
3881 | 2024-10-30T23:19:13.375Z | [ recovery-image] Oct 30 23:19:12.001 INFO O| Oct 30 23:19:12.001 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3882 | 2024-10-30T23:19:13.383Z | [ recovery-image] Oct 30 23:19:12.010 INFO O| Oct 30 23:19:12.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3883 | 2024-10-30T23:19:13.394Z | [ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 6 (remove_files) COMPLETE |
3884 | 2024-10-30T23:19:13.395Z | [ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3885 | 2024-10-30T23:19:13.398Z | [ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO skip step because feature "recovery" is enabled |
3886 | 2024-10-30T23:19:13.398Z | [ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3887 | 2024-10-30T23:19:13.398Z | [ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO skip step because feature "recovery" is enabled |
3888 | 2024-10-30T23:19:13.398Z | [ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3889 | 2024-10-30T23:19:13.398Z | [ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO skip step because feature "recovery" is enabled |
3890 | 2024-10-30T23:19:13.398Z | [ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3891 | 2024-10-30T23:19:13.404Z | [ recovery-image] Oct 30 23:19:12.032 INFO O| Oct 30 23:19:12.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3892 | 2024-10-30T23:19:13.408Z | [ recovery-image] Oct 30 23:19:12.035 INFO O| Oct 30 23:19:12.035 INFO STEP 10 (remove_files) COMPLETE |
3893 | 2024-10-30T23:19:13.410Z | [ recovery-image] Oct 30 23:19:12.035 INFO O| Oct 30 23:19:12.035 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3894 | 2024-10-30T23:19:13.417Z | [ recovery-image] Oct 30 23:19:12.045 INFO O| Oct 30 23:19:12.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3895 | 2024-10-30T23:19:13.419Z | [ recovery-image] Oct 30 23:19:12.046 INFO O| Oct 30 23:19:12.046 INFO STEP 11 (remove_files) COMPLETE |
3896 | 2024-10-30T23:19:13.419Z | [ recovery-image] Oct 30 23:19:12.046 INFO O| Oct 30 23:19:12.046 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3897 | 2024-10-30T23:19:13.427Z | [ recovery-image] Oct 30 23:19:12.055 INFO O| Oct 30 23:19:12.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3898 | 2024-10-30T23:19:13.429Z | [ recovery-image] Oct 30 23:19:12.056 INFO O| Oct 30 23:19:12.056 INFO STEP 12 (remove_files) COMPLETE |
3899 | 2024-10-30T23:19:13.429Z | [ recovery-image] Oct 30 23:19:12.056 INFO O| Oct 30 23:19:12.056 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3900 | 2024-10-30T23:19:13.451Z | [ recovery-image] Oct 30 23:19:12.078 INFO O| Oct 30 23:19:12.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3901 | 2024-10-30T23:19:13.618Z | [ recovery-image] Oct 30 23:19:12.246 INFO O| Oct 30 23:19:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3902 | 2024-10-30T23:19:13.624Z | [ recovery-image] Oct 30 23:19:12.252 INFO O| Oct 30 23:19:12.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3903 | 2024-10-30T23:19:13.628Z | [ recovery-image] Oct 30 23:19:12.255 INFO O| Oct 30 23:19:12.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3904 | 2024-10-30T23:19:13.636Z | [ recovery-image] Oct 30 23:19:12.264 INFO O| Oct 30 23:19:12.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3905 | 2024-10-30T23:19:13.678Z | [ recovery-image] Oct 30 23:19:12.305 INFO O| Oct 30 23:19:12.305 INFO STEP 13 (remove_files) COMPLETE |
3906 | 2024-10-30T23:19:13.678Z | [ recovery-image] Oct 30 23:19:12.305 INFO O| Oct 30 23:19:12.305 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3907 | 2024-10-30T23:19:13.688Z | [ recovery-image] Oct 30 23:19:12.316 INFO O| Oct 30 23:19:12.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3908 | 2024-10-30T23:19:13.690Z | [ recovery-image] Oct 30 23:19:12.317 INFO O| Oct 30 23:19:12.317 INFO STEP 14 (remove_files) COMPLETE |
3909 | 2024-10-30T23:19:13.691Z | [ recovery-image] Oct 30 23:19:12.317 INFO O| Oct 30 23:19:12.317 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3910 | 2024-10-30T23:19:13.699Z | [ recovery-image] Oct 30 23:19:12.327 INFO O| Oct 30 23:19:12.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3911 | 2024-10-30T23:19:13.706Z | [ recovery-image] Oct 30 23:19:12.333 INFO O| Oct 30 23:19:12.333 INFO STEP 15 (remove_files) COMPLETE |
3912 | 2024-10-30T23:19:13.706Z | [ recovery-image] Oct 30 23:19:12.333 INFO O| Oct 30 23:19:12.333 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3913 | 2024-10-30T23:19:13.716Z | [ recovery-image] Oct 30 23:19:12.344 INFO O| Oct 30 23:19:12.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3914 | 2024-10-30T23:19:13.718Z | [ recovery-image] Oct 30 23:19:12.344 INFO O| Oct 30 23:19:12.344 INFO STEP 16 (remove_files) COMPLETE |
3915 | 2024-10-30T23:19:13.718Z | [ recovery-image] Oct 30 23:19:12.344 INFO O| Oct 30 23:19:12.344 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3916 | 2024-10-30T23:19:13.725Z | [ recovery-image] Oct 30 23:19:12.353 INFO O| Oct 30 23:19:12.353 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3917 | 2024-10-30T23:19:13.728Z | [ recovery-image] Oct 30 23:19:12.355 INFO O| Oct 30 23:19:12.355 INFO STEP 17 (remove_files) COMPLETE |
3918 | 2024-10-30T23:19:13.728Z | [ recovery-image] Oct 30 23:19:12.355 INFO O| Oct 30 23:19:12.355 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3919 | 2024-10-30T23:19:13.736Z | [ recovery-image] Oct 30 23:19:12.364 INFO O| Oct 30 23:19:12.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3920 | 2024-10-30T23:19:13.738Z | [ recovery-image] Oct 30 23:19:12.364 INFO O| Oct 30 23:19:12.364 INFO STEP 18 (remove_files) COMPLETE |
3921 | 2024-10-30T23:19:13.738Z | [ recovery-image] Oct 30 23:19:12.364 INFO O| Oct 30 23:19:12.364 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3922 | 2024-10-30T23:19:13.745Z | [ recovery-image] Oct 30 23:19:12.373 INFO O| Oct 30 23:19:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3923 | 2024-10-30T23:19:13.745Z | [ recovery-image] Oct 30 23:19:12.373 INFO O| Oct 30 23:19:12.373 INFO STEP 19 (remove_files) COMPLETE |
3924 | 2024-10-30T23:19:13.745Z | [ recovery-image] Oct 30 23:19:12.373 INFO O| Oct 30 23:19:12.373 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3925 | 2024-10-30T23:19:13.755Z | [ recovery-image] Oct 30 23:19:12.382 INFO O| Oct 30 23:19:12.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3926 | 2024-10-30T23:19:13.755Z | [ recovery-image] Oct 30 23:19:12.383 INFO O| Oct 30 23:19:12.382 INFO STEP 20 (remove_files) COMPLETE |
3927 | 2024-10-30T23:19:13.757Z | [ recovery-image] Oct 30 23:19:12.383 INFO O| Oct 30 23:19:12.382 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3928 | 2024-10-30T23:19:13.764Z | [ recovery-image] Oct 30 23:19:12.392 INFO O| Oct 30 23:19:12.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3929 | 2024-10-30T23:19:13.764Z | [ recovery-image] Oct 30 23:19:12.392 INFO O| Oct 30 23:19:12.392 INFO STEP 21 (remove_files) COMPLETE |
3930 | 2024-10-30T23:19:13.766Z | [ recovery-image] Oct 30 23:19:12.392 INFO O| Oct 30 23:19:12.392 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3931 | 2024-10-30T23:19:13.774Z | [ recovery-image] Oct 30 23:19:12.402 INFO O| Oct 30 23:19:12.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3932 | 2024-10-30T23:19:13.776Z | [ recovery-image] Oct 30 23:19:12.402 INFO O| Oct 30 23:19:12.402 INFO STEP 22 (remove_files) COMPLETE |
3933 | 2024-10-30T23:19:13.776Z | [ recovery-image] Oct 30 23:19:12.402 INFO O| Oct 30 23:19:12.402 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3934 | 2024-10-30T23:19:13.783Z | [ recovery-image] Oct 30 23:19:12.411 INFO O| Oct 30 23:19:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3935 | 2024-10-30T23:19:13.783Z | [ recovery-image] Oct 30 23:19:12.411 INFO O| Oct 30 23:19:12.411 INFO STEP 23 (remove_files) COMPLETE |
3936 | 2024-10-30T23:19:13.783Z | [ recovery-image] Oct 30 23:19:12.411 INFO O| Oct 30 23:19:12.411 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3937 | 2024-10-30T23:19:13.792Z | [ recovery-image] Oct 30 23:19:12.420 INFO O| Oct 30 23:19:12.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3938 | 2024-10-30T23:19:13.792Z | [ recovery-image] Oct 30 23:19:12.420 INFO O| Oct 30 23:19:12.420 INFO STEP 24 (remove_files) COMPLETE |
3939 | 2024-10-30T23:19:13.795Z | [ recovery-image] Oct 30 23:19:12.420 INFO O| Oct 30 23:19:12.420 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3940 | 2024-10-30T23:19:13.802Z | [ recovery-image] Oct 30 23:19:12.429 INFO O| Oct 30 23:19:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3941 | 2024-10-30T23:19:13.802Z | [ recovery-image] Oct 30 23:19:12.430 INFO O| Oct 30 23:19:12.430 INFO STEP 25 (remove_files) COMPLETE |
3942 | 2024-10-30T23:19:13.804Z | [ recovery-image] Oct 30 23:19:12.430 INFO O| Oct 30 23:19:12.430 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3943 | 2024-10-30T23:19:13.811Z | [ recovery-image] Oct 30 23:19:12.439 INFO O| Oct 30 23:19:12.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3944 | 2024-10-30T23:19:13.811Z | [ recovery-image] Oct 30 23:19:12.439 INFO O| Oct 30 23:19:12.439 INFO STEP 26 (remove_files) COMPLETE |
3945 | 2024-10-30T23:19:13.811Z | [ recovery-image] Oct 30 23:19:12.439 INFO O| Oct 30 23:19:12.439 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3946 | 2024-10-30T23:19:13.820Z | [ recovery-image] Oct 30 23:19:12.448 INFO O| Oct 30 23:19:12.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3947 | 2024-10-30T23:19:13.820Z | [ recovery-image] Oct 30 23:19:12.448 INFO O| Oct 30 23:19:12.448 INFO STEP 27 (remove_files) COMPLETE |
3948 | 2024-10-30T23:19:13.820Z | [ recovery-image] Oct 30 23:19:12.448 INFO O| Oct 30 23:19:12.448 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3949 | 2024-10-30T23:19:13.829Z | [ recovery-image] Oct 30 23:19:12.457 INFO O| Oct 30 23:19:12.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3950 | 2024-10-30T23:19:13.829Z | [ recovery-image] Oct 30 23:19:12.457 INFO O| Oct 30 23:19:12.457 INFO STEP 28 (remove_files) COMPLETE |
3951 | 2024-10-30T23:19:13.832Z | [ recovery-image] Oct 30 23:19:12.457 INFO O| Oct 30 23:19:12.457 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3952 | 2024-10-30T23:19:13.839Z | [ recovery-image] Oct 30 23:19:12.467 INFO O| Oct 30 23:19:12.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3953 | 2024-10-30T23:19:13.841Z | [ recovery-image] Oct 30 23:19:12.467 INFO O| Oct 30 23:19:12.467 INFO STEP 29 (remove_files) COMPLETE |
3954 | 2024-10-30T23:19:13.841Z | [ recovery-image] Oct 30 23:19:12.467 INFO O| Oct 30 23:19:12.467 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3955 | 2024-10-30T23:19:13.848Z | [ recovery-image] Oct 30 23:19:12.476 INFO O| Oct 30 23:19:12.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3956 | 2024-10-30T23:19:13.848Z | [ recovery-image] Oct 30 23:19:12.476 INFO O| Oct 30 23:19:12.476 INFO STEP 30 (remove_files) COMPLETE |
3957 | 2024-10-30T23:19:13.848Z | [ recovery-image] Oct 30 23:19:12.476 INFO O| Oct 30 23:19:12.476 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3958 | 2024-10-30T23:19:13.857Z | [ recovery-image] Oct 30 23:19:12.485 INFO O| Oct 30 23:19:12.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3959 | 2024-10-30T23:19:13.857Z | [ recovery-image] Oct 30 23:19:12.485 INFO O| Oct 30 23:19:12.485 INFO STEP 31 (remove_files) COMPLETE |
3960 | 2024-10-30T23:19:13.857Z | [ recovery-image] Oct 30 23:19:12.485 INFO O| Oct 30 23:19:12.485 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3961 | 2024-10-30T23:19:13.867Z | [ recovery-image] Oct 30 23:19:12.495 INFO O| Oct 30 23:19:12.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3962 | 2024-10-30T23:19:13.867Z | [ recovery-image] Oct 30 23:19:12.495 INFO O| Oct 30 23:19:12.495 INFO STEP 32 (remove_files) COMPLETE |
3963 | 2024-10-30T23:19:13.869Z | [ recovery-image] Oct 30 23:19:12.495 INFO O| Oct 30 23:19:12.495 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3964 | 2024-10-30T23:19:13.876Z | [ recovery-image] Oct 30 23:19:12.504 INFO O| Oct 30 23:19:12.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3965 | 2024-10-30T23:19:13.879Z | [ recovery-image] Oct 30 23:19:12.504 INFO O| Oct 30 23:19:12.504 INFO STEP 33 (remove_files) COMPLETE |
3966 | 2024-10-30T23:19:13.879Z | [ recovery-image] Oct 30 23:19:12.504 INFO O| Oct 30 23:19:12.504 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3967 | 2024-10-30T23:19:13.886Z | [ recovery-image] Oct 30 23:19:12.513 INFO O| Oct 30 23:19:12.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3968 | 2024-10-30T23:19:13.886Z | [ recovery-image] Oct 30 23:19:12.514 INFO O| Oct 30 23:19:12.513 INFO STEP 34 (remove_files) COMPLETE |
3969 | 2024-10-30T23:19:13.886Z | [ recovery-image] Oct 30 23:19:12.514 INFO O| Oct 30 23:19:12.514 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3970 | 2024-10-30T23:19:13.896Z | [ recovery-image] Oct 30 23:19:12.523 INFO O| Oct 30 23:19:12.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3971 | 2024-10-30T23:19:13.896Z | [ recovery-image] Oct 30 23:19:12.523 INFO O| Oct 30 23:19:12.523 INFO STEP 35 (remove_files) COMPLETE |
3972 | 2024-10-30T23:19:13.896Z | [ recovery-image] Oct 30 23:19:12.523 INFO O| Oct 30 23:19:12.523 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3973 | 2024-10-30T23:19:13.904Z | [ recovery-image] Oct 30 23:19:12.532 INFO O| Oct 30 23:19:12.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3974 | 2024-10-30T23:19:13.905Z | [ recovery-image] Oct 30 23:19:12.532 INFO O| Oct 30 23:19:12.532 INFO STEP 36 (remove_files) COMPLETE |
3975 | 2024-10-30T23:19:13.908Z | [ recovery-image] Oct 30 23:19:12.532 INFO O| Oct 30 23:19:12.532 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3976 | 2024-10-30T23:19:13.914Z | [ recovery-image] Oct 30 23:19:12.541 INFO O| Oct 30 23:19:12.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3977 | 2024-10-30T23:19:13.914Z | [ recovery-image] Oct 30 23:19:12.542 INFO O| Oct 30 23:19:12.541 INFO STEP 37 (remove_files) COMPLETE |
3978 | 2024-10-30T23:19:13.914Z | [ recovery-image] Oct 30 23:19:12.542 INFO O| Oct 30 23:19:12.542 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3979 | 2024-10-30T23:19:13.923Z | [ recovery-image] Oct 30 23:19:12.551 INFO O| Oct 30 23:19:12.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3980 | 2024-10-30T23:19:13.923Z | [ recovery-image] Oct 30 23:19:12.551 INFO O| Oct 30 23:19:12.551 INFO STEP 38 (remove_files) COMPLETE |
3981 | 2024-10-30T23:19:13.925Z | [ recovery-image] Oct 30 23:19:12.551 INFO O| Oct 30 23:19:12.551 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3982 | 2024-10-30T23:19:13.933Z | [ recovery-image] Oct 30 23:19:12.560 INFO O| Oct 30 23:19:12.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3983 | 2024-10-30T23:19:13.933Z | [ recovery-image] Oct 30 23:19:12.561 INFO O| Oct 30 23:19:12.561 INFO STEP 39 (remove_files) COMPLETE |
3984 | 2024-10-30T23:19:13.935Z | [ recovery-image] Oct 30 23:19:12.561 INFO O| Oct 30 23:19:12.561 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3985 | 2024-10-30T23:19:13.942Z | [ recovery-image] Oct 30 23:19:12.570 INFO O| Oct 30 23:19:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3986 | 2024-10-30T23:19:13.942Z | [ recovery-image] Oct 30 23:19:12.570 INFO O| Oct 30 23:19:12.570 INFO STEP 40 (remove_files) COMPLETE |
3987 | 2024-10-30T23:19:13.945Z | [ recovery-image] Oct 30 23:19:12.570 INFO O| Oct 30 23:19:12.570 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3988 | 2024-10-30T23:19:13.953Z | [ recovery-image] Oct 30 23:19:12.580 INFO O| Oct 30 23:19:12.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3989 | 2024-10-30T23:19:13.953Z | [ recovery-image] Oct 30 23:19:12.580 INFO O| Oct 30 23:19:12.580 INFO STEP 41 (remove_files) COMPLETE |
3990 | 2024-10-30T23:19:13.955Z | [ recovery-image] Oct 30 23:19:12.580 INFO O| Oct 30 23:19:12.580 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3991 | 2024-10-30T23:19:13.961Z | [ recovery-image] Oct 30 23:19:12.589 INFO O| Oct 30 23:19:12.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3992 | 2024-10-30T23:19:13.964Z | [ recovery-image] Oct 30 23:19:12.589 INFO O| Oct 30 23:19:12.589 INFO STEP 42 (remove_files) COMPLETE |
3993 | 2024-10-30T23:19:13.964Z | [ recovery-image] Oct 30 23:19:12.589 INFO O| Oct 30 23:19:12.589 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3994 | 2024-10-30T23:19:13.971Z | [ recovery-image] Oct 30 23:19:12.598 INFO O| Oct 30 23:19:12.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3995 | 2024-10-30T23:19:13.971Z | [ recovery-image] Oct 30 23:19:12.598 INFO O| Oct 30 23:19:12.598 INFO STEP 43 (remove_files) COMPLETE |
3996 | 2024-10-30T23:19:13.971Z | [ recovery-image] Oct 30 23:19:12.598 INFO O| Oct 30 23:19:12.598 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3997 | 2024-10-30T23:19:13.980Z | [ recovery-image] Oct 30 23:19:12.608 INFO O| Oct 30 23:19:12.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3998 | 2024-10-30T23:19:13.983Z | [ recovery-image] Oct 30 23:19:12.608 INFO O| Oct 30 23:19:12.608 INFO STEP 44 (remove_files) COMPLETE |
3999 | 2024-10-30T23:19:13.983Z | [ recovery-image] Oct 30 23:19:12.608 INFO O| Oct 30 23:19:12.608 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4000 | 2024-10-30T23:19:13.989Z | [ recovery-image] Oct 30 23:19:12.617 INFO O| Oct 30 23:19:12.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4001 | 2024-10-30T23:19:13.990Z | [ recovery-image] Oct 30 23:19:12.617 INFO O| Oct 30 23:19:12.617 INFO STEP 45 (remove_files) COMPLETE |
4002 | 2024-10-30T23:19:13.992Z | [ recovery-image] Oct 30 23:19:12.617 INFO O| Oct 30 23:19:12.617 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4003 | 2024-10-30T23:19:13.999Z | [ recovery-image] Oct 30 23:19:12.626 INFO O| Oct 30 23:19:12.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4004 | 2024-10-30T23:19:13.999Z | [ recovery-image] Oct 30 23:19:12.627 INFO O| Oct 30 23:19:12.627 INFO STEP 46 (remove_files) COMPLETE |
4005 | 2024-10-30T23:19:13.999Z | [ recovery-image] Oct 30 23:19:12.627 INFO O| Oct 30 23:19:12.627 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4006 | 2024-10-30T23:19:14.008Z | [ recovery-image] Oct 30 23:19:12.636 INFO O| Oct 30 23:19:12.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4007 | 2024-10-30T23:19:14.008Z | [ recovery-image] Oct 30 23:19:12.636 INFO O| Oct 30 23:19:12.636 INFO STEP 47 (remove_files) COMPLETE |
4008 | 2024-10-30T23:19:14.011Z | [ recovery-image] Oct 30 23:19:12.636 INFO O| Oct 30 23:19:12.636 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4009 | 2024-10-30T23:19:14.017Z | [ recovery-image] Oct 30 23:19:12.645 INFO O| Oct 30 23:19:12.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4010 | 2024-10-30T23:19:14.017Z | [ recovery-image] Oct 30 23:19:12.645 INFO O| Oct 30 23:19:12.645 INFO STEP 48 (remove_files) COMPLETE |
4011 | 2024-10-30T23:19:14.020Z | [ recovery-image] Oct 30 23:19:12.645 INFO O| Oct 30 23:19:12.645 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4012 | 2024-10-30T23:19:14.027Z | [ recovery-image] Oct 30 23:19:12.654 INFO O| Oct 30 23:19:12.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4013 | 2024-10-30T23:19:14.027Z | [ recovery-image] Oct 30 23:19:12.654 INFO O| Oct 30 23:19:12.654 INFO STEP 49 (remove_files) COMPLETE |
4014 | 2024-10-30T23:19:14.030Z | [ recovery-image] Oct 30 23:19:12.655 INFO O| Oct 30 23:19:12.654 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4015 | 2024-10-30T23:19:14.036Z | [ recovery-image] Oct 30 23:19:12.663 INFO O| Oct 30 23:19:12.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4016 | 2024-10-30T23:19:14.036Z | [ recovery-image] Oct 30 23:19:12.664 INFO O| Oct 30 23:19:12.664 INFO STEP 50 (remove_files) COMPLETE |
4017 | 2024-10-30T23:19:14.036Z | [ recovery-image] Oct 30 23:19:12.664 INFO O| Oct 30 23:19:12.664 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4018 | 2024-10-30T23:19:14.045Z | [ recovery-image] Oct 30 23:19:12.673 INFO O| Oct 30 23:19:12.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4019 | 2024-10-30T23:19:14.045Z | [ recovery-image] Oct 30 23:19:12.673 INFO O| Oct 30 23:19:12.673 INFO STEP 51 (remove_files) COMPLETE |
4020 | 2024-10-30T23:19:14.048Z | [ recovery-image] Oct 30 23:19:12.673 INFO O| Oct 30 23:19:12.673 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4021 | 2024-10-30T23:19:14.055Z | [ recovery-image] Oct 30 23:19:12.682 INFO O| Oct 30 23:19:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4022 | 2024-10-30T23:19:14.055Z | [ recovery-image] Oct 30 23:19:12.682 INFO O| Oct 30 23:19:12.682 INFO STEP 52 (remove_files) COMPLETE |
4023 | 2024-10-30T23:19:14.057Z | [ recovery-image] Oct 30 23:19:12.682 INFO O| Oct 30 23:19:12.682 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4024 | 2024-10-30T23:19:14.064Z | [ recovery-image] Oct 30 23:19:12.692 INFO O| Oct 30 23:19:12.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4025 | 2024-10-30T23:19:14.064Z | [ recovery-image] Oct 30 23:19:12.692 INFO O| Oct 30 23:19:12.692 INFO STEP 53 (remove_files) COMPLETE |
4026 | 2024-10-30T23:19:14.064Z | [ recovery-image] Oct 30 23:19:12.692 INFO O| Oct 30 23:19:12.692 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4027 | 2024-10-30T23:19:14.073Z | [ recovery-image] Oct 30 23:19:12.701 INFO O| Oct 30 23:19:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4028 | 2024-10-30T23:19:14.076Z | [ recovery-image] Oct 30 23:19:12.701 INFO O| Oct 30 23:19:12.701 INFO STEP 54 (remove_files) COMPLETE |
4029 | 2024-10-30T23:19:14.076Z | [ recovery-image] Oct 30 23:19:12.701 INFO O| Oct 30 23:19:12.701 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4030 | 2024-10-30T23:19:14.083Z | [ recovery-image] Oct 30 23:19:12.710 INFO O| Oct 30 23:19:12.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4031 | 2024-10-30T23:19:14.083Z | [ recovery-image] Oct 30 23:19:12.710 INFO O| Oct 30 23:19:12.710 INFO STEP 55 (remove_files) COMPLETE |
4032 | 2024-10-30T23:19:14.086Z | [ recovery-image] Oct 30 23:19:12.710 INFO O| Oct 30 23:19:12.710 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4033 | 2024-10-30T23:19:14.093Z | [ recovery-image] Oct 30 23:19:12.720 INFO O| Oct 30 23:19:12.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4034 | 2024-10-30T23:19:14.093Z | [ recovery-image] Oct 30 23:19:12.720 INFO O| Oct 30 23:19:12.720 INFO STEP 56 (remove_files) COMPLETE |
4035 | 2024-10-30T23:19:14.095Z | [ recovery-image] Oct 30 23:19:12.720 INFO O| Oct 30 23:19:12.720 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4036 | 2024-10-30T23:19:14.102Z | [ recovery-image] Oct 30 23:19:12.729 INFO O| Oct 30 23:19:12.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4037 | 2024-10-30T23:19:14.102Z | [ recovery-image] Oct 30 23:19:12.729 INFO O| Oct 30 23:19:12.729 INFO STEP 57 (remove_files) COMPLETE |
4038 | 2024-10-30T23:19:14.104Z | [ recovery-image] Oct 30 23:19:12.729 INFO O| Oct 30 23:19:12.729 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4039 | 2024-10-30T23:19:14.112Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4040 | 2024-10-30T23:19:14.112Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4041 | 2024-10-30T23:19:14.115Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4042 | 2024-10-30T23:19:14.115Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4043 | 2024-10-30T23:19:14.115Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4044 | 2024-10-30T23:19:14.115Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4045 | 2024-10-30T23:19:14.115Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO ok! |
4046 | 2024-10-30T23:19:14.115Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO STEP 58 (ensure_file) COMPLETE |
4047 | 2024-10-30T23:19:14.115Z | [ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4048 | 2024-10-30T23:19:14.122Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4049 | 2024-10-30T23:19:14.122Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4050 | 2024-10-30T23:19:14.125Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4051 | 2024-10-30T23:19:14.125Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4052 | 2024-10-30T23:19:14.125Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4053 | 2024-10-30T23:19:14.125Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4054 | 2024-10-30T23:19:14.125Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO ok! |
4055 | 2024-10-30T23:19:14.125Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO STEP 59 (ensure_file) COMPLETE |
4056 | 2024-10-30T23:19:14.125Z | [ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4057 | 2024-10-30T23:19:14.132Z | [ recovery-image] Oct 30 23:19:12.759 INFO O| Oct 30 23:19:12.759 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4058 | 2024-10-30T23:19:14.132Z | [ recovery-image] Oct 30 23:19:12.759 INFO O| Oct 30 23:19:12.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4059 | 2024-10-30T23:19:14.134Z | [ recovery-image] Oct 30 23:19:12.760 INFO O| Oct 30 23:19:12.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4060 | 2024-10-30T23:19:14.134Z | [ recovery-image] Oct 30 23:19:12.760 INFO O| Oct 30 23:19:12.760 INFO ok! |
4061 | 2024-10-30T23:19:14.134Z | [ recovery-image] Oct 30 23:19:12.760 INFO O| Oct 30 23:19:12.760 INFO STEP 60 (ensure_file) COMPLETE |
4062 | 2024-10-30T23:19:14.134Z | [ recovery-image] Oct 30 23:19:12.760 INFO O| Oct 30 23:19:12.760 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4063 | 2024-10-30T23:19:14.141Z | [ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4064 | 2024-10-30T23:19:14.141Z | [ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4065 | 2024-10-30T23:19:14.144Z | [ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4066 | 2024-10-30T23:19:14.145Z | [ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO ok! |
4067 | 2024-10-30T23:19:14.145Z | [ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO STEP 61 (ensure_file) COMPLETE |
4068 | 2024-10-30T23:19:14.145Z | [ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4069 | 2024-10-30T23:19:14.151Z | [ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4070 | 2024-10-30T23:19:14.151Z | [ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4071 | 2024-10-30T23:19:14.154Z | [ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4072 | 2024-10-30T23:19:14.154Z | [ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4073 | 2024-10-30T23:19:14.154Z | [ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO ok! |
4074 | 2024-10-30T23:19:14.154Z | [ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO STEP 62 (ensure_file) COMPLETE |
4075 | 2024-10-30T23:19:14.154Z | [ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-10-30T23:19:14.160Z | [ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4077 | 2024-10-30T23:19:14.161Z | [ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4078 | 2024-10-30T23:19:14.163Z | [ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4079 | 2024-10-30T23:19:14.163Z | [ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4080 | 2024-10-30T23:19:14.163Z | [ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO ok! |
4081 | 2024-10-30T23:19:14.163Z | [ recovery-image] Oct 30 23:19:12.789 INFO O| Oct 30 23:19:12.788 INFO STEP 63 (ensure_file) COMPLETE |
4082 | 2024-10-30T23:19:14.163Z | [ recovery-image] Oct 30 23:19:12.789 INFO O| Oct 30 23:19:12.788 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-10-30T23:19:14.170Z | [ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4084 | 2024-10-30T23:19:14.170Z | [ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4085 | 2024-10-30T23:19:14.172Z | [ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4086 | 2024-10-30T23:19:14.172Z | [ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO ok! |
4087 | 2024-10-30T23:19:14.172Z | [ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO STEP 64 (assemble_files) COMPLETE |
4088 | 2024-10-30T23:19:14.172Z | [ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-10-30T23:19:14.180Z | [ recovery-image] Oct 30 23:19:12.807 INFO O| Oct 30 23:19:12.807 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4090 | 2024-10-30T23:19:14.180Z | [ recovery-image] Oct 30 23:19:12.807 INFO O| Oct 30 23:19:12.807 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4091 | 2024-10-30T23:19:14.183Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4092 | 2024-10-30T23:19:14.183Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4093 | 2024-10-30T23:19:14.183Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO ok! |
4094 | 2024-10-30T23:19:14.183Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 65 (ensure_file) COMPLETE |
4095 | 2024-10-30T23:19:14.183Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-10-30T23:19:14.184Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO skip step because feature "omicron1" is not enabled |
4097 | 2024-10-30T23:19:14.184Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4098 | 2024-10-30T23:19:14.184Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO skip step because feature "omicron1" is not enabled |
4099 | 2024-10-30T23:19:14.184Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4100 | 2024-10-30T23:19:14.184Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO skip step because feature "omicron1" is not enabled |
4101 | 2024-10-30T23:19:14.184Z | [ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-10-30T23:19:14.194Z | [ recovery-image] Oct 30 23:19:12.822 INFO O| Oct 30 23:19:12.822 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4103 | 2024-10-30T23:19:14.194Z | [ recovery-image] Oct 30 23:19:12.822 INFO O| Oct 30 23:19:12.822 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4104 | 2024-10-30T23:19:15.898Z | [ recovery-image] Oct 30 23:19:14.525 INFO O| Oct 30 23:19:14.525 INFO STEP 69 (pack_tar) COMPLETE |
4105 | 2024-10-30T23:19:15.901Z | [ recovery-image] Oct 30 23:19:14.525 INFO O| Oct 30 23:19:14.525 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4106 | 2024-10-30T23:19:15.901Z | [ recovery-image] Oct 30 23:19:14.525 INFO O| Oct 30 23:19:14.525 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4107 | 2024-10-30T23:19:16.394Z | [ recovery-image] Oct 30 23:19:15.021 INFO O| Oct 30 23:19:15.021 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4108 | 2024-10-30T23:19:16.503Z | [ recovery-image] Oct 30 23:19:15.130 INFO O| Oct 30 23:19:15.130 INFO completed processing gimlet/ramdisk-02-trim |
4109 | 2024-10-30T23:19:16.505Z | [ recovery-image] Oct 30 23:19:15.133 INFO image builder template: ramdisk-03-recovery-trim... |
4110 | 2024-10-30T23:19:16.505Z | [ recovery-image] Oct 30 23:19:15.133 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/.tmpjscsyd/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4111 | 2024-10-30T23:19:16.612Z | [ recovery-image] Oct 30 23:19:15.240 INFO O| Oct 30 23:19:15.240 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4112 | 2024-10-30T23:19:16.616Z | [ recovery-image] Oct 30 23:19:15.244 INFO O| Oct 30 23:19:15.244 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4113 | 2024-10-30T23:19:16.714Z | [ recovery-image] Oct 30 23:19:15.342 INFO O| Oct 30 23:19:15.342 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4114 | 2024-10-30T23:19:16.916Z | [ recovery-image] Oct 30 23:19:15.544 INFO O| Oct 30 23:19:15.544 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4115 | 2024-10-30T23:19:16.919Z | [ recovery-image] Oct 30 23:19:15.544 INFO O| Oct 30 23:19:15.544 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4116 | 2024-10-30T23:19:16.925Z | [ recovery-image] Oct 30 23:19:15.553 INFO O| Oct 30 23:19:15.553 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4117 | 2024-10-30T23:19:16.930Z | [ recovery-image] Oct 30 23:19:15.558 INFO O| Oct 30 23:19:15.558 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4118 | 2024-10-30T23:19:16.935Z | [ recovery-image] Oct 30 23:19:15.563 INFO O| Oct 30 23:19:15.563 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4119 | 2024-10-30T23:19:17.197Z | [ recovery-image] Oct 30 23:19:15.824 INFO O| Oct 30 23:19:15.824 INFO rolled back to input snapshot; work may begin |
4120 | 2024-10-30T23:19:17.197Z | [ recovery-image] Oct 30 23:19:15.824 INFO O| Oct 30 23:19:15.824 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4121 | 2024-10-30T23:19:17.202Z | [ recovery-image] Oct 30 23:19:15.830 INFO O| Oct 30 23:19:15.830 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4122 | 2024-10-30T23:19:17.213Z | [ recovery-image] Oct 30 23:19:15.841 INFO O| Oct 30 23:19:15.841 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4123 | 2024-10-30T23:19:17.217Z | [ recovery-image] Oct 30 23:19:15.845 INFO O| Oct 30 23:19:15.845 INFO STEP 0 (remove_files) COMPLETE |
4124 | 2024-10-30T23:19:17.217Z | [ recovery-image] Oct 30 23:19:15.845 INFO O| Oct 30 23:19:15.845 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4125 | 2024-10-30T23:19:17.227Z | [ recovery-image] Oct 30 23:19:15.855 INFO O| Oct 30 23:19:15.855 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4126 | 2024-10-30T23:19:17.284Z | [ recovery-image] Oct 30 23:19:15.911 INFO O| Oct 30 23:19:15.911 INFO STEP 1 (remove_files) COMPLETE |
4127 | 2024-10-30T23:19:17.284Z | [ recovery-image] Oct 30 23:19:15.912 INFO O| Oct 30 23:19:15.911 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4128 | 2024-10-30T23:19:17.296Z | [ recovery-image] Oct 30 23:19:15.924 INFO O| Oct 30 23:19:15.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4129 | 2024-10-30T23:19:17.299Z | [ recovery-image] Oct 30 23:19:15.926 INFO O| Oct 30 23:19:15.926 INFO STEP 2 (remove_files) COMPLETE |
4130 | 2024-10-30T23:19:17.299Z | [ recovery-image] Oct 30 23:19:15.926 INFO O| Oct 30 23:19:15.926 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4131 | 2024-10-30T23:19:17.308Z | [ recovery-image] Oct 30 23:19:15.936 INFO O| Oct 30 23:19:15.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4132 | 2024-10-30T23:19:17.348Z | [ recovery-image] Oct 30 23:19:15.975 INFO O| Oct 30 23:19:15.975 INFO STEP 3 (remove_files) COMPLETE |
4133 | 2024-10-30T23:19:17.350Z | [ recovery-image] Oct 30 23:19:15.975 INFO O| Oct 30 23:19:15.975 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4134 | 2024-10-30T23:19:17.358Z | [ recovery-image] Oct 30 23:19:15.986 INFO O| Oct 30 23:19:15.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4135 | 2024-10-30T23:19:17.371Z | [ recovery-image] Oct 30 23:19:15.999 INFO O| Oct 30 23:19:15.999 INFO STEP 4 (remove_files) COMPLETE |
4136 | 2024-10-30T23:19:17.373Z | [ recovery-image] Oct 30 23:19:15.999 INFO O| Oct 30 23:19:15.999 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4137 | 2024-10-30T23:19:17.381Z | [ recovery-image] Oct 30 23:19:16.009 INFO O| Oct 30 23:19:16.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4138 | 2024-10-30T23:19:17.385Z | [ recovery-image] Oct 30 23:19:16.013 INFO O| Oct 30 23:19:16.013 INFO STEP 5 (remove_files) COMPLETE |
4139 | 2024-10-30T23:19:17.385Z | [ recovery-image] Oct 30 23:19:16.013 INFO O| Oct 30 23:19:16.013 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-10-30T23:19:17.395Z | [ recovery-image] Oct 30 23:19:16.022 INFO O| Oct 30 23:19:16.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4141 | 2024-10-30T23:19:17.397Z | [ recovery-image] Oct 30 23:19:16.024 INFO O| Oct 30 23:19:16.024 INFO STEP 6 (remove_files) COMPLETE |
4142 | 2024-10-30T23:19:17.397Z | [ recovery-image] Oct 30 23:19:16.024 INFO O| Oct 30 23:19:16.024 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4143 | 2024-10-30T23:19:17.405Z | [ recovery-image] Oct 30 23:19:16.033 INFO O| Oct 30 23:19:16.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4144 | 2024-10-30T23:19:17.408Z | [ recovery-image] Oct 30 23:19:16.035 INFO O| Oct 30 23:19:16.035 INFO STEP 7 (remove_files) COMPLETE |
4145 | 2024-10-30T23:19:17.408Z | [ recovery-image] Oct 30 23:19:16.035 INFO O| Oct 30 23:19:16.035 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4146 | 2024-10-30T23:19:17.417Z | [ recovery-image] Oct 30 23:19:16.044 INFO O| Oct 30 23:19:16.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4147 | 2024-10-30T23:19:17.420Z | [ recovery-image] Oct 30 23:19:16.047 INFO O| Oct 30 23:19:16.047 INFO STEP 8 (remove_files) COMPLETE |
4148 | 2024-10-30T23:19:17.420Z | [ recovery-image] Oct 30 23:19:16.048 INFO O| Oct 30 23:19:16.047 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4149 | 2024-10-30T23:19:17.429Z | [ recovery-image] Oct 30 23:19:16.057 INFO O| Oct 30 23:19:16.057 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4150 | 2024-10-30T23:19:17.431Z | [ recovery-image] Oct 30 23:19:16.057 INFO O| Oct 30 23:19:16.057 INFO STEP 9 (remove_files) COMPLETE |
4151 | 2024-10-30T23:19:17.431Z | [ recovery-image] Oct 30 23:19:16.057 INFO O| Oct 30 23:19:16.057 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4152 | 2024-10-30T23:19:17.439Z | [ recovery-image] Oct 30 23:19:16.067 INFO O| Oct 30 23:19:16.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4153 | 2024-10-30T23:19:17.441Z | [ recovery-image] Oct 30 23:19:16.068 INFO O| Oct 30 23:19:16.068 INFO STEP 10 (remove_files) COMPLETE |
4154 | 2024-10-30T23:19:17.441Z | [ recovery-image] Oct 30 23:19:16.068 INFO O| Oct 30 23:19:16.068 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4155 | 2024-10-30T23:19:17.449Z | [ recovery-image] Oct 30 23:19:16.077 INFO O| Oct 30 23:19:16.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4156 | 2024-10-30T23:19:17.500Z | [ recovery-image] Oct 30 23:19:16.128 INFO O| Oct 30 23:19:16.128 INFO STEP 11 (remove_files) COMPLETE |
4157 | 2024-10-30T23:19:17.501Z | [ recovery-image] Oct 30 23:19:16.128 INFO O| Oct 30 23:19:16.128 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4158 | 2024-10-30T23:19:17.513Z | [ recovery-image] Oct 30 23:19:16.141 INFO O| Oct 30 23:19:16.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4159 | 2024-10-30T23:19:17.516Z | [ recovery-image] Oct 30 23:19:16.143 INFO O| Oct 30 23:19:16.143 INFO STEP 12 (remove_files) COMPLETE |
4160 | 2024-10-30T23:19:17.516Z | [ recovery-image] Oct 30 23:19:16.143 INFO O| Oct 30 23:19:16.143 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4161 | 2024-10-30T23:19:17.525Z | [ recovery-image] Oct 30 23:19:16.153 INFO O| Oct 30 23:19:16.153 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4162 | 2024-10-30T23:19:17.528Z | [ recovery-image] Oct 30 23:19:16.156 INFO O| Oct 30 23:19:16.156 INFO STEP 13 (remove_files) COMPLETE |
4163 | 2024-10-30T23:19:17.528Z | [ recovery-image] Oct 30 23:19:16.156 INFO O| Oct 30 23:19:16.156 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4164 | 2024-10-30T23:19:17.537Z | [ recovery-image] Oct 30 23:19:16.165 INFO O| Oct 30 23:19:16.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4165 | 2024-10-30T23:19:17.539Z | [ recovery-image] Oct 30 23:19:16.165 INFO O| Oct 30 23:19:16.165 INFO STEP 14 (remove_files) COMPLETE |
4166 | 2024-10-30T23:19:17.540Z | [ recovery-image] Oct 30 23:19:16.165 INFO O| Oct 30 23:19:16.165 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4167 | 2024-10-30T23:19:17.549Z | [ recovery-image] Oct 30 23:19:16.177 INFO O| Oct 30 23:19:16.177 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4168 | 2024-10-30T23:19:17.552Z | [ recovery-image] Oct 30 23:19:16.180 INFO O| Oct 30 23:19:16.180 INFO STEP 15 (remove_files) COMPLETE |
4169 | 2024-10-30T23:19:17.552Z | [ recovery-image] Oct 30 23:19:16.180 INFO O| Oct 30 23:19:16.180 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4170 | 2024-10-30T23:19:17.562Z | [ recovery-image] Oct 30 23:19:16.190 INFO O| Oct 30 23:19:16.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4171 | 2024-10-30T23:19:17.571Z | [ recovery-image] Oct 30 23:19:16.199 INFO O| Oct 30 23:19:16.199 INFO STEP 16 (remove_files) COMPLETE |
4172 | 2024-10-30T23:19:17.571Z | [ recovery-image] Oct 30 23:19:16.199 INFO O| Oct 30 23:19:16.199 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4173 | 2024-10-30T23:19:17.581Z | [ recovery-image] Oct 30 23:19:16.209 INFO O| Oct 30 23:19:16.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4174 | 2024-10-30T23:19:17.583Z | [ recovery-image] Oct 30 23:19:16.209 INFO O| Oct 30 23:19:16.209 INFO STEP 17 (remove_files) COMPLETE |
4175 | 2024-10-30T23:19:17.583Z | [ recovery-image] Oct 30 23:19:16.209 INFO O| Oct 30 23:19:16.209 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4176 | 2024-10-30T23:19:17.590Z | [ recovery-image] Oct 30 23:19:16.218 INFO O| Oct 30 23:19:16.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4177 | 2024-10-30T23:19:17.593Z | [ recovery-image] Oct 30 23:19:16.219 INFO O| Oct 30 23:19:16.219 INFO STEP 18 (remove_files) COMPLETE |
4178 | 2024-10-30T23:19:17.593Z | [ recovery-image] Oct 30 23:19:16.219 INFO O| Oct 30 23:19:16.219 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-10-30T23:19:17.601Z | [ recovery-image] Oct 30 23:19:16.229 INFO O| Oct 30 23:19:16.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4180 | 2024-10-30T23:19:17.645Z | [ recovery-image] Oct 30 23:19:16.273 INFO O| Oct 30 23:19:16.273 INFO STEP 19 (remove_files) COMPLETE |
4181 | 2024-10-30T23:19:17.645Z | [ recovery-image] Oct 30 23:19:16.273 INFO O| Oct 30 23:19:16.273 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-10-30T23:19:17.656Z | [ recovery-image] Oct 30 23:19:16.284 INFO O| Oct 30 23:19:16.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4183 | 2024-10-30T23:19:17.660Z | [ recovery-image] Oct 30 23:19:16.285 INFO O| Oct 30 23:19:16.285 INFO STEP 20 (remove_files) COMPLETE |
4184 | 2024-10-30T23:19:17.660Z | [ recovery-image] Oct 30 23:19:16.285 INFO O| Oct 30 23:19:16.285 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-10-30T23:19:17.669Z | [ recovery-image] Oct 30 23:19:16.297 INFO O| Oct 30 23:19:16.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4186 | 2024-10-30T23:19:17.671Z | [ recovery-image] Oct 30 23:19:16.297 INFO O| Oct 30 23:19:16.297 INFO STEP 21 (remove_files) COMPLETE |
4187 | 2024-10-30T23:19:17.671Z | [ recovery-image] Oct 30 23:19:16.297 INFO O| Oct 30 23:19:16.297 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-10-30T23:19:17.679Z | [ recovery-image] Oct 30 23:19:16.307 INFO O| Oct 30 23:19:16.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4189 | 2024-10-30T23:19:17.682Z | [ recovery-image] Oct 30 23:19:16.307 INFO O| Oct 30 23:19:16.307 INFO STEP 22 (remove_files) COMPLETE |
4190 | 2024-10-30T23:19:17.682Z | [ recovery-image] Oct 30 23:19:16.307 INFO O| Oct 30 23:19:16.307 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-10-30T23:19:17.689Z | [ recovery-image] Oct 30 23:19:16.317 INFO O| Oct 30 23:19:16.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4192 | 2024-10-30T23:19:17.691Z | [ recovery-image] Oct 30 23:19:16.317 INFO O| Oct 30 23:19:16.317 INFO STEP 23 (remove_files) COMPLETE |
4193 | 2024-10-30T23:19:17.691Z | [ recovery-image] Oct 30 23:19:16.317 INFO O| Oct 30 23:19:16.317 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-10-30T23:19:17.701Z | [ recovery-image] Oct 30 23:19:16.328 INFO O| Oct 30 23:19:16.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4195 | 2024-10-30T23:19:17.704Z | [ recovery-image] Oct 30 23:19:16.329 INFO O| Oct 30 23:19:16.329 INFO STEP 24 (remove_files) COMPLETE |
4196 | 2024-10-30T23:19:17.704Z | [ recovery-image] Oct 30 23:19:16.329 INFO O| Oct 30 23:19:16.329 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-10-30T23:19:17.711Z | [ recovery-image] Oct 30 23:19:16.338 INFO O| Oct 30 23:19:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4198 | 2024-10-30T23:19:17.711Z | [ recovery-image] Oct 30 23:19:16.338 INFO O| Oct 30 23:19:16.338 INFO STEP 25 (remove_files) COMPLETE |
4199 | 2024-10-30T23:19:17.713Z | [ recovery-image] Oct 30 23:19:16.338 INFO O| Oct 30 23:19:16.338 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-10-30T23:19:17.720Z | [ recovery-image] Oct 30 23:19:16.348 INFO O| Oct 30 23:19:16.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4201 | 2024-10-30T23:19:17.722Z | [ recovery-image] Oct 30 23:19:16.348 INFO O| Oct 30 23:19:16.348 INFO STEP 26 (remove_files) COMPLETE |
4202 | 2024-10-30T23:19:17.722Z | [ recovery-image] Oct 30 23:19:16.348 INFO O| Oct 30 23:19:16.348 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-10-30T23:19:17.730Z | [ recovery-image] Oct 30 23:19:16.357 INFO O| Oct 30 23:19:16.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4204 | 2024-10-30T23:19:17.732Z | [ recovery-image] Oct 30 23:19:16.358 INFO O| Oct 30 23:19:16.358 INFO STEP 27 (remove_files) COMPLETE |
4205 | 2024-10-30T23:19:17.732Z | [ recovery-image] Oct 30 23:19:16.358 INFO O| Oct 30 23:19:16.358 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-10-30T23:19:17.739Z | [ recovery-image] Oct 30 23:19:16.367 INFO O| Oct 30 23:19:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4207 | 2024-10-30T23:19:17.742Z | [ recovery-image] Oct 30 23:19:16.368 INFO O| Oct 30 23:19:16.368 INFO STEP 28 (remove_files) COMPLETE |
4208 | 2024-10-30T23:19:17.742Z | [ recovery-image] Oct 30 23:19:16.368 INFO O| Oct 30 23:19:16.368 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-10-30T23:19:17.750Z | [ recovery-image] Oct 30 23:19:16.377 INFO O| Oct 30 23:19:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4210 | 2024-10-30T23:19:17.750Z | [ recovery-image] Oct 30 23:19:16.377 INFO O| Oct 30 23:19:16.377 INFO STEP 29 (remove_files) COMPLETE |
4211 | 2024-10-30T23:19:17.750Z | [ recovery-image] Oct 30 23:19:16.377 INFO O| Oct 30 23:19:16.377 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-10-30T23:19:17.759Z | [ recovery-image] Oct 30 23:19:16.387 INFO O| Oct 30 23:19:16.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4213 | 2024-10-30T23:19:17.762Z | [ recovery-image] Oct 30 23:19:16.387 INFO O| Oct 30 23:19:16.387 INFO STEP 30 (remove_files) COMPLETE |
4214 | 2024-10-30T23:19:17.762Z | [ recovery-image] Oct 30 23:19:16.387 INFO O| Oct 30 23:19:16.387 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-10-30T23:19:17.769Z | [ recovery-image] Oct 30 23:19:16.396 INFO O| Oct 30 23:19:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4216 | 2024-10-30T23:19:17.769Z | [ recovery-image] Oct 30 23:19:16.396 INFO O| Oct 30 23:19:16.396 INFO STEP 31 (remove_files) COMPLETE |
4217 | 2024-10-30T23:19:17.769Z | [ recovery-image] Oct 30 23:19:16.396 INFO O| Oct 30 23:19:16.396 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-10-30T23:19:17.778Z | [ recovery-image] Oct 30 23:19:16.406 INFO O| Oct 30 23:19:16.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4219 | 2024-10-30T23:19:17.780Z | [ recovery-image] Oct 30 23:19:16.406 INFO O| Oct 30 23:19:16.406 INFO STEP 32 (remove_files) COMPLETE |
4220 | 2024-10-30T23:19:17.780Z | [ recovery-image] Oct 30 23:19:16.406 INFO O| Oct 30 23:19:16.406 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-10-30T23:19:17.788Z | [ recovery-image] Oct 30 23:19:16.415 INFO O| Oct 30 23:19:16.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4222 | 2024-10-30T23:19:17.788Z | [ recovery-image] Oct 30 23:19:16.415 INFO O| Oct 30 23:19:16.415 INFO STEP 33 (remove_files) COMPLETE |
4223 | 2024-10-30T23:19:17.790Z | [ recovery-image] Oct 30 23:19:16.415 INFO O| Oct 30 23:19:16.415 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-10-30T23:19:17.799Z | [ recovery-image] Oct 30 23:19:16.427 INFO O| Oct 30 23:19:16.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4225 | 2024-10-30T23:19:17.801Z | [ recovery-image] Oct 30 23:19:16.427 INFO O| Oct 30 23:19:16.427 INFO STEP 34 (remove_files) COMPLETE |
4226 | 2024-10-30T23:19:17.801Z | [ recovery-image] Oct 30 23:19:16.427 INFO O| Oct 30 23:19:16.427 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-10-30T23:19:17.809Z | [ recovery-image] Oct 30 23:19:16.437 INFO O| Oct 30 23:19:16.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4228 | 2024-10-30T23:19:17.812Z | [ recovery-image] Oct 30 23:19:16.438 INFO O| Oct 30 23:19:16.438 INFO STEP 35 (remove_files) COMPLETE |
4229 | 2024-10-30T23:19:17.812Z | [ recovery-image] Oct 30 23:19:16.438 INFO O| Oct 30 23:19:16.438 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-10-30T23:19:17.822Z | [ recovery-image] Oct 30 23:19:16.449 INFO O| Oct 30 23:19:16.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4231 | 2024-10-30T23:19:17.824Z | [ recovery-image] Oct 30 23:19:16.450 INFO O| Oct 30 23:19:16.450 INFO STEP 36 (remove_files) COMPLETE |
4232 | 2024-10-30T23:19:17.824Z | [ recovery-image] Oct 30 23:19:16.450 INFO O| Oct 30 23:19:16.450 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-10-30T23:19:17.832Z | [ recovery-image] Oct 30 23:19:16.459 INFO O| Oct 30 23:19:16.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4234 | 2024-10-30T23:19:17.832Z | [ recovery-image] Oct 30 23:19:16.459 INFO O| Oct 30 23:19:16.459 INFO STEP 37 (remove_files) COMPLETE |
4235 | 2024-10-30T23:19:17.832Z | [ recovery-image] Oct 30 23:19:16.459 INFO O| Oct 30 23:19:16.459 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4236 | 2024-10-30T23:19:17.843Z | [ recovery-image] Oct 30 23:19:16.471 INFO O| Oct 30 23:19:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4237 | 2024-10-30T23:19:17.843Z | [ recovery-image] Oct 30 23:19:16.471 INFO O| Oct 30 23:19:16.471 INFO STEP 38 (remove_files) COMPLETE |
4238 | 2024-10-30T23:19:17.843Z | [ recovery-image] Oct 30 23:19:16.471 INFO O| Oct 30 23:19:16.471 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4239 | 2024-10-30T23:19:17.853Z | [ recovery-image] Oct 30 23:19:16.481 INFO O| Oct 30 23:19:16.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4240 | 2024-10-30T23:19:17.856Z | [ recovery-image] Oct 30 23:19:16.481 INFO O| Oct 30 23:19:16.481 INFO STEP 39 (remove_files) COMPLETE |
4241 | 2024-10-30T23:19:17.856Z | [ recovery-image] Oct 30 23:19:16.481 INFO O| Oct 30 23:19:16.481 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4242 | 2024-10-30T23:19:17.864Z | [ recovery-image] Oct 30 23:19:16.491 INFO O| Oct 30 23:19:16.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4243 | 2024-10-30T23:19:17.866Z | [ recovery-image] Oct 30 23:19:16.491 INFO O| Oct 30 23:19:16.491 INFO STEP 40 (remove_files) COMPLETE |
4244 | 2024-10-30T23:19:17.866Z | [ recovery-image] Oct 30 23:19:16.491 INFO O| Oct 30 23:19:16.491 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-10-30T23:19:17.873Z | [ recovery-image] Oct 30 23:19:16.501 INFO O| Oct 30 23:19:16.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4246 | 2024-10-30T23:19:17.876Z | [ recovery-image] Oct 30 23:19:16.501 INFO O| Oct 30 23:19:16.501 INFO STEP 41 (remove_files) COMPLETE |
4247 | 2024-10-30T23:19:17.876Z | [ recovery-image] Oct 30 23:19:16.501 INFO O| Oct 30 23:19:16.501 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-10-30T23:19:17.883Z | [ recovery-image] Oct 30 23:19:16.511 INFO O| Oct 30 23:19:16.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4249 | 2024-10-30T23:19:17.885Z | [ recovery-image] Oct 30 23:19:16.511 INFO O| Oct 30 23:19:16.511 INFO STEP 42 (remove_files) COMPLETE |
4250 | 2024-10-30T23:19:17.885Z | [ recovery-image] Oct 30 23:19:16.511 INFO O| Oct 30 23:19:16.511 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-10-30T23:19:17.893Z | [ recovery-image] Oct 30 23:19:16.520 INFO O| Oct 30 23:19:16.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4252 | 2024-10-30T23:19:17.893Z | [ recovery-image] Oct 30 23:19:16.521 INFO O| Oct 30 23:19:16.520 INFO STEP 43 (remove_files) COMPLETE |
4253 | 2024-10-30T23:19:17.895Z | [ recovery-image] Oct 30 23:19:16.521 INFO O| Oct 30 23:19:16.521 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-10-30T23:19:17.903Z | [ recovery-image] Oct 30 23:19:16.530 INFO O| Oct 30 23:19:16.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4255 | 2024-10-30T23:19:17.905Z | [ recovery-image] Oct 30 23:19:16.531 INFO O| Oct 30 23:19:16.531 INFO STEP 44 (remove_files) COMPLETE |
4256 | 2024-10-30T23:19:17.905Z | [ recovery-image] Oct 30 23:19:16.531 INFO O| Oct 30 23:19:16.531 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-10-30T23:19:17.912Z | [ recovery-image] Oct 30 23:19:16.540 INFO O| Oct 30 23:19:16.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4258 | 2024-10-30T23:19:17.915Z | [ recovery-image] Oct 30 23:19:16.541 INFO O| Oct 30 23:19:16.540 INFO STEP 45 (remove_files) COMPLETE |
4259 | 2024-10-30T23:19:17.915Z | [ recovery-image] Oct 30 23:19:16.541 INFO O| Oct 30 23:19:16.540 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-10-30T23:19:17.922Z | [ recovery-image] Oct 30 23:19:16.550 INFO O| Oct 30 23:19:16.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4261 | 2024-10-30T23:19:17.925Z | [ recovery-image] Oct 30 23:19:16.550 INFO O| Oct 30 23:19:16.550 INFO STEP 46 (remove_files) COMPLETE |
4262 | 2024-10-30T23:19:17.925Z | [ recovery-image] Oct 30 23:19:16.550 INFO O| Oct 30 23:19:16.550 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-10-30T23:19:17.932Z | [ recovery-image] Oct 30 23:19:16.559 INFO O| Oct 30 23:19:16.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4264 | 2024-10-30T23:19:17.932Z | [ recovery-image] Oct 30 23:19:16.560 INFO O| Oct 30 23:19:16.560 INFO STEP 47 (remove_files) COMPLETE |
4265 | 2024-10-30T23:19:17.932Z | [ recovery-image] Oct 30 23:19:16.560 INFO O| Oct 30 23:19:16.560 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-10-30T23:19:17.941Z | [ recovery-image] Oct 30 23:19:16.569 INFO O| Oct 30 23:19:16.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4267 | 2024-10-30T23:19:17.941Z | [ recovery-image] Oct 30 23:19:16.569 INFO O| Oct 30 23:19:16.569 INFO STEP 48 (remove_files) COMPLETE |
4268 | 2024-10-30T23:19:17.944Z | [ recovery-image] Oct 30 23:19:16.569 INFO O| Oct 30 23:19:16.569 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-10-30T23:19:17.951Z | [ recovery-image] Oct 30 23:19:16.579 INFO O| Oct 30 23:19:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4270 | 2024-10-30T23:19:17.951Z | [ recovery-image] Oct 30 23:19:16.579 INFO O| Oct 30 23:19:16.579 INFO STEP 49 (remove_files) COMPLETE |
4271 | 2024-10-30T23:19:17.951Z | [ recovery-image] Oct 30 23:19:16.579 INFO O| Oct 30 23:19:16.579 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-10-30T23:19:17.960Z | [ recovery-image] Oct 30 23:19:16.588 INFO O| Oct 30 23:19:16.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4273 | 2024-10-30T23:19:17.960Z | [ recovery-image] Oct 30 23:19:16.588 INFO O| Oct 30 23:19:16.588 INFO STEP 50 (remove_files) COMPLETE |
4274 | 2024-10-30T23:19:17.963Z | [ recovery-image] Oct 30 23:19:16.588 INFO O| Oct 30 23:19:16.588 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-10-30T23:19:17.970Z | [ recovery-image] Oct 30 23:19:16.597 INFO O| Oct 30 23:19:16.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4276 | 2024-10-30T23:19:17.970Z | [ recovery-image] Oct 30 23:19:16.597 INFO O| Oct 30 23:19:16.597 INFO STEP 51 (remove_files) COMPLETE |
4277 | 2024-10-30T23:19:17.972Z | [ recovery-image] Oct 30 23:19:16.597 INFO O| Oct 30 23:19:16.597 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-10-30T23:19:17.979Z | [ recovery-image] Oct 30 23:19:16.607 INFO O| Oct 30 23:19:16.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4279 | 2024-10-30T23:19:17.979Z | [ recovery-image] Oct 30 23:19:16.607 INFO O| Oct 30 23:19:16.607 INFO STEP 52 (remove_files) COMPLETE |
4280 | 2024-10-30T23:19:17.979Z | [ recovery-image] Oct 30 23:19:16.607 INFO O| Oct 30 23:19:16.607 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-10-30T23:19:17.988Z | [ recovery-image] Oct 30 23:19:16.616 INFO O| Oct 30 23:19:16.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4282 | 2024-10-30T23:19:17.991Z | [ recovery-image] Oct 30 23:19:16.617 INFO O| Oct 30 23:19:16.617 INFO STEP 53 (remove_files) COMPLETE |
4283 | 2024-10-30T23:19:17.991Z | [ recovery-image] Oct 30 23:19:16.617 INFO O| Oct 30 23:19:16.617 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-10-30T23:19:17.998Z | [ recovery-image] Oct 30 23:19:16.626 INFO O| Oct 30 23:19:16.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4285 | 2024-10-30T23:19:17.998Z | [ recovery-image] Oct 30 23:19:16.626 INFO O| Oct 30 23:19:16.626 INFO STEP 54 (remove_files) COMPLETE |
4286 | 2024-10-30T23:19:17.998Z | [ recovery-image] Oct 30 23:19:16.626 INFO O| Oct 30 23:19:16.626 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-10-30T23:19:18.008Z | [ recovery-image] Oct 30 23:19:16.635 INFO O| Oct 30 23:19:16.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4288 | 2024-10-30T23:19:18.008Z | [ recovery-image] Oct 30 23:19:16.635 INFO O| Oct 30 23:19:16.635 INFO STEP 55 (remove_files) COMPLETE |
4289 | 2024-10-30T23:19:18.010Z | [ recovery-image] Oct 30 23:19:16.635 INFO O| Oct 30 23:19:16.635 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-10-30T23:19:18.017Z | [ recovery-image] Oct 30 23:19:16.645 INFO O| Oct 30 23:19:16.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4291 | 2024-10-30T23:19:18.019Z | [ recovery-image] Oct 30 23:19:16.645 INFO O| Oct 30 23:19:16.645 INFO STEP 56 (remove_files) COMPLETE |
4292 | 2024-10-30T23:19:18.019Z | [ recovery-image] Oct 30 23:19:16.645 INFO O| Oct 30 23:19:16.645 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-10-30T23:19:18.027Z | [ recovery-image] Oct 30 23:19:16.654 INFO O| Oct 30 23:19:16.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4294 | 2024-10-30T23:19:18.027Z | [ recovery-image] Oct 30 23:19:16.654 INFO O| Oct 30 23:19:16.654 INFO STEP 57 (remove_files) COMPLETE |
4295 | 2024-10-30T23:19:18.029Z | [ recovery-image] Oct 30 23:19:16.655 INFO O| Oct 30 23:19:16.654 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-10-30T23:19:18.036Z | [ recovery-image] Oct 30 23:19:16.664 INFO O| Oct 30 23:19:16.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4297 | 2024-10-30T23:19:18.036Z | [ recovery-image] Oct 30 23:19:16.664 INFO O| Oct 30 23:19:16.664 INFO STEP 58 (remove_files) COMPLETE |
4298 | 2024-10-30T23:19:18.039Z | [ recovery-image] Oct 30 23:19:16.664 INFO O| Oct 30 23:19:16.664 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-10-30T23:19:18.046Z | [ recovery-image] Oct 30 23:19:16.673 INFO O| Oct 30 23:19:16.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4300 | 2024-10-30T23:19:18.046Z | [ recovery-image] Oct 30 23:19:16.673 INFO O| Oct 30 23:19:16.673 INFO STEP 59 (remove_files) COMPLETE |
4301 | 2024-10-30T23:19:18.048Z | [ recovery-image] Oct 30 23:19:16.673 INFO O| Oct 30 23:19:16.673 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-10-30T23:19:18.055Z | [ recovery-image] Oct 30 23:19:16.683 INFO O| Oct 30 23:19:16.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4303 | 2024-10-30T23:19:18.058Z | [ recovery-image] Oct 30 23:19:16.684 INFO O| Oct 30 23:19:16.684 INFO STEP 60 (remove_files) COMPLETE |
4304 | 2024-10-30T23:19:18.058Z | [ recovery-image] Oct 30 23:19:16.684 INFO O| Oct 30 23:19:16.684 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-10-30T23:19:18.065Z | [ recovery-image] Oct 30 23:19:16.693 INFO O| Oct 30 23:19:16.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4306 | 2024-10-30T23:19:18.065Z | [ recovery-image] Oct 30 23:19:16.693 INFO O| Oct 30 23:19:16.693 INFO STEP 61 (remove_files) COMPLETE |
4307 | 2024-10-30T23:19:18.065Z | [ recovery-image] Oct 30 23:19:16.693 INFO O| Oct 30 23:19:16.693 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-10-30T23:19:18.074Z | [ recovery-image] Oct 30 23:19:16.702 INFO O| Oct 30 23:19:16.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4309 | 2024-10-30T23:19:18.077Z | [ recovery-image] Oct 30 23:19:16.702 INFO O| Oct 30 23:19:16.702 INFO STEP 62 (remove_files) COMPLETE |
4310 | 2024-10-30T23:19:18.077Z | [ recovery-image] Oct 30 23:19:16.702 INFO O| Oct 30 23:19:16.702 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-10-30T23:19:18.084Z | [ recovery-image] Oct 30 23:19:16.712 INFO O| Oct 30 23:19:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4312 | 2024-10-30T23:19:18.084Z | [ recovery-image] Oct 30 23:19:16.712 INFO O| Oct 30 23:19:16.712 INFO STEP 63 (remove_files) COMPLETE |
4313 | 2024-10-30T23:19:18.086Z | [ recovery-image] Oct 30 23:19:16.712 INFO O| Oct 30 23:19:16.712 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-10-30T23:19:18.093Z | [ recovery-image] Oct 30 23:19:16.721 INFO O| Oct 30 23:19:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4315 | 2024-10-30T23:19:18.096Z | [ recovery-image] Oct 30 23:19:16.721 INFO O| Oct 30 23:19:16.721 INFO STEP 64 (remove_files) COMPLETE |
4316 | 2024-10-30T23:19:18.096Z | [ recovery-image] Oct 30 23:19:16.721 INFO O| Oct 30 23:19:16.721 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-10-30T23:19:18.103Z | [ recovery-image] Oct 30 23:19:16.731 INFO O| Oct 30 23:19:16.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4318 | 2024-10-30T23:19:18.103Z | [ recovery-image] Oct 30 23:19:16.731 INFO O| Oct 30 23:19:16.731 INFO STEP 65 (remove_files) COMPLETE |
4319 | 2024-10-30T23:19:18.103Z | [ recovery-image] Oct 30 23:19:16.731 INFO O| Oct 30 23:19:16.731 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-10-30T23:19:18.113Z | [ recovery-image] Oct 30 23:19:16.740 INFO O| Oct 30 23:19:16.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4321 | 2024-10-30T23:19:18.115Z | [ recovery-image] Oct 30 23:19:16.740 INFO O| Oct 30 23:19:16.740 INFO STEP 66 (remove_files) COMPLETE |
4322 | 2024-10-30T23:19:18.115Z | [ recovery-image] Oct 30 23:19:16.740 INFO O| Oct 30 23:19:16.740 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-10-30T23:19:18.122Z | [ recovery-image] Oct 30 23:19:16.750 INFO O| Oct 30 23:19:16.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4324 | 2024-10-30T23:19:18.122Z | [ recovery-image] Oct 30 23:19:16.750 INFO O| Oct 30 23:19:16.750 INFO STEP 67 (remove_files) COMPLETE |
4325 | 2024-10-30T23:19:18.124Z | [ recovery-image] Oct 30 23:19:16.750 INFO O| Oct 30 23:19:16.750 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-10-30T23:19:18.131Z | [ recovery-image] Oct 30 23:19:16.759 INFO O| Oct 30 23:19:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4327 | 2024-10-30T23:19:18.134Z | [ recovery-image] Oct 30 23:19:16.760 INFO O| Oct 30 23:19:16.760 INFO STEP 68 (remove_files) COMPLETE |
4328 | 2024-10-30T23:19:18.134Z | [ recovery-image] Oct 30 23:19:16.760 INFO O| Oct 30 23:19:16.760 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-10-30T23:19:18.141Z | [ recovery-image] Oct 30 23:19:16.769 INFO O| Oct 30 23:19:16.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4330 | 2024-10-30T23:19:18.141Z | [ recovery-image] Oct 30 23:19:16.769 INFO O| Oct 30 23:19:16.769 INFO STEP 69 (remove_files) COMPLETE |
4331 | 2024-10-30T23:19:18.141Z | [ recovery-image] Oct 30 23:19:16.769 INFO O| Oct 30 23:19:16.769 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-10-30T23:19:18.151Z | [ recovery-image] Oct 30 23:19:16.779 INFO O| Oct 30 23:19:16.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4333 | 2024-10-30T23:19:18.174Z | [ recovery-image] Oct 30 23:19:16.779 INFO O| Oct 30 23:19:16.779 INFO STEP 70 (remove_files) COMPLETE |
4334 | 2024-10-30T23:19:18.174Z | [ recovery-image] Oct 30 23:19:16.779 INFO O| Oct 30 23:19:16.779 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4335 | 2024-10-30T23:19:18.174Z | [ recovery-image] Oct 30 23:19:16.788 INFO O| Oct 30 23:19:16.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4336 | 2024-10-30T23:19:18.174Z | [ recovery-image] Oct 30 23:19:16.788 INFO O| Oct 30 23:19:16.788 INFO STEP 71 (remove_files) COMPLETE |
4337 | 2024-10-30T23:19:18.174Z | [ recovery-image] Oct 30 23:19:16.788 INFO O| Oct 30 23:19:16.788 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-10-30T23:19:18.174Z | [ recovery-image] Oct 30 23:19:16.797 INFO O| Oct 30 23:19:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4339 | 2024-10-30T23:19:18.174Z | [ recovery-image] Oct 30 23:19:16.797 INFO O| Oct 30 23:19:16.797 INFO STEP 72 (remove_files) COMPLETE |
4340 | 2024-10-30T23:19:18.174Z | [ recovery-image] Oct 30 23:19:16.797 INFO O| Oct 30 23:19:16.797 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-10-30T23:19:18.174Z | [ host-image] Oct 30 23:19:16.798 INFO O| Oct 30 23:19:16.798 INFO O| Actions: 46956/49311 actions (Installing new actions) |
4342 | 2024-10-30T23:19:18.182Z | [ recovery-image] Oct 30 23:19:16.806 INFO O| Oct 30 23:19:16.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4343 | 2024-10-30T23:19:18.182Z | [ recovery-image] Oct 30 23:19:16.806 INFO O| Oct 30 23:19:16.806 INFO STEP 73 (remove_files) COMPLETE |
4344 | 2024-10-30T23:19:18.182Z | [ recovery-image] Oct 30 23:19:16.806 INFO O| Oct 30 23:19:16.806 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-10-30T23:19:18.191Z | [ recovery-image] Oct 30 23:19:16.816 INFO O| Oct 30 23:19:16.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4346 | 2024-10-30T23:19:18.191Z | [ recovery-image] Oct 30 23:19:16.816 INFO O| Oct 30 23:19:16.816 INFO STEP 74 (remove_files) COMPLETE |
4347 | 2024-10-30T23:19:18.191Z | [ recovery-image] Oct 30 23:19:16.816 INFO O| Oct 30 23:19:16.816 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-10-30T23:19:18.202Z | [ recovery-image] Oct 30 23:19:16.825 INFO O| Oct 30 23:19:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4349 | 2024-10-30T23:19:18.202Z | [ recovery-image] Oct 30 23:19:16.825 INFO O| Oct 30 23:19:16.825 INFO STEP 75 (remove_files) COMPLETE |
4350 | 2024-10-30T23:19:18.202Z | [ recovery-image] Oct 30 23:19:16.825 INFO O| Oct 30 23:19:16.825 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-10-30T23:19:18.210Z | [ recovery-image] Oct 30 23:19:16.835 INFO O| Oct 30 23:19:16.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4352 | 2024-10-30T23:19:18.210Z | [ recovery-image] Oct 30 23:19:16.835 INFO O| Oct 30 23:19:16.835 INFO STEP 76 (remove_files) COMPLETE |
4353 | 2024-10-30T23:19:18.210Z | [ recovery-image] Oct 30 23:19:16.835 INFO O| Oct 30 23:19:16.835 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-10-30T23:19:18.216Z | [ recovery-image] Oct 30 23:19:16.844 INFO O| Oct 30 23:19:16.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4355 | 2024-10-30T23:19:18.216Z | [ recovery-image] Oct 30 23:19:16.844 INFO O| Oct 30 23:19:16.844 INFO STEP 77 (remove_files) COMPLETE |
4356 | 2024-10-30T23:19:18.219Z | [ recovery-image] Oct 30 23:19:16.844 INFO O| Oct 30 23:19:16.844 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-10-30T23:19:18.226Z | [ recovery-image] Oct 30 23:19:16.854 INFO O| Oct 30 23:19:16.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4358 | 2024-10-30T23:19:18.226Z | [ recovery-image] Oct 30 23:19:16.854 INFO O| Oct 30 23:19:16.854 INFO STEP 78 (remove_files) COMPLETE |
4359 | 2024-10-30T23:19:18.228Z | [ recovery-image] Oct 30 23:19:16.854 INFO O| Oct 30 23:19:16.854 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-10-30T23:19:18.235Z | [ recovery-image] Oct 30 23:19:16.863 INFO O| Oct 30 23:19:16.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4361 | 2024-10-30T23:19:18.237Z | [ recovery-image] Oct 30 23:19:16.863 INFO O| Oct 30 23:19:16.863 INFO STEP 79 (remove_files) COMPLETE |
4362 | 2024-10-30T23:19:18.237Z | [ recovery-image] Oct 30 23:19:16.863 INFO O| Oct 30 23:19:16.863 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-10-30T23:19:18.245Z | [ recovery-image] Oct 30 23:19:16.872 INFO O| Oct 30 23:19:16.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4364 | 2024-10-30T23:19:18.247Z | [ recovery-image] Oct 30 23:19:16.872 INFO O| Oct 30 23:19:16.872 INFO STEP 80 (remove_files) COMPLETE |
4365 | 2024-10-30T23:19:18.247Z | [ recovery-image] Oct 30 23:19:16.872 INFO O| Oct 30 23:19:16.872 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-10-30T23:19:18.254Z | [ recovery-image] Oct 30 23:19:16.882 INFO O| Oct 30 23:19:16.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4367 | 2024-10-30T23:19:18.254Z | [ recovery-image] Oct 30 23:19:16.882 INFO O| Oct 30 23:19:16.882 INFO STEP 81 (remove_files) COMPLETE |
4368 | 2024-10-30T23:19:18.256Z | [ recovery-image] Oct 30 23:19:16.882 INFO O| Oct 30 23:19:16.882 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-10-30T23:19:18.264Z | [ recovery-image] Oct 30 23:19:16.891 INFO O| Oct 30 23:19:16.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4370 | 2024-10-30T23:19:18.264Z | [ recovery-image] Oct 30 23:19:16.891 INFO O| Oct 30 23:19:16.891 INFO STEP 82 (remove_files) COMPLETE |
4371 | 2024-10-30T23:19:18.266Z | [ recovery-image] Oct 30 23:19:16.891 INFO O| Oct 30 23:19:16.891 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-10-30T23:19:18.273Z | [ recovery-image] Oct 30 23:19:16.901 INFO O| Oct 30 23:19:16.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4373 | 2024-10-30T23:19:18.275Z | [ recovery-image] Oct 30 23:19:16.901 INFO O| Oct 30 23:19:16.901 INFO STEP 83 (remove_files) COMPLETE |
4374 | 2024-10-30T23:19:18.275Z | [ recovery-image] Oct 30 23:19:16.901 INFO O| Oct 30 23:19:16.901 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-10-30T23:19:18.283Z | [ recovery-image] Oct 30 23:19:16.911 INFO O| Oct 30 23:19:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4376 | 2024-10-30T23:19:18.283Z | [ recovery-image] Oct 30 23:19:16.911 INFO O| Oct 30 23:19:16.911 INFO STEP 84 (remove_files) COMPLETE |
4377 | 2024-10-30T23:19:18.283Z | [ recovery-image] Oct 30 23:19:16.911 INFO O| Oct 30 23:19:16.911 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-10-30T23:19:18.293Z | [ recovery-image] Oct 30 23:19:16.921 INFO O| Oct 30 23:19:16.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4379 | 2024-10-30T23:19:18.293Z | [ recovery-image] Oct 30 23:19:16.921 INFO O| Oct 30 23:19:16.921 INFO STEP 85 (remove_files) COMPLETE |
4380 | 2024-10-30T23:19:18.296Z | [ recovery-image] Oct 30 23:19:16.921 INFO O| Oct 30 23:19:16.921 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-10-30T23:19:18.303Z | [ recovery-image] Oct 30 23:19:16.930 INFO O| Oct 30 23:19:16.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4382 | 2024-10-30T23:19:18.303Z | [ recovery-image] Oct 30 23:19:16.930 INFO O| Oct 30 23:19:16.930 INFO STEP 86 (remove_files) COMPLETE |
4383 | 2024-10-30T23:19:18.303Z | [ recovery-image] Oct 30 23:19:16.930 INFO O| Oct 30 23:19:16.930 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-10-30T23:19:18.326Z | [ recovery-image] Oct 30 23:19:16.947 INFO O| Oct 30 23:19:16.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4385 | 2024-10-30T23:19:18.326Z | [ recovery-image] Oct 30 23:19:16.947 INFO O| Oct 30 23:19:16.947 INFO STEP 87 (remove_files) COMPLETE |
4386 | 2024-10-30T23:19:18.326Z | [ recovery-image] Oct 30 23:19:16.947 INFO O| Oct 30 23:19:16.947 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-10-30T23:19:18.337Z | [ recovery-image] Oct 30 23:19:16.965 INFO O| Oct 30 23:19:16.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4388 | 2024-10-30T23:19:18.337Z | [ recovery-image] Oct 30 23:19:16.965 INFO O| Oct 30 23:19:16.965 INFO STEP 88 (remove_files) COMPLETE |
4389 | 2024-10-30T23:19:18.340Z | [ recovery-image] Oct 30 23:19:16.965 INFO O| Oct 30 23:19:16.965 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-10-30T23:19:18.348Z | [ recovery-image] Oct 30 23:19:16.976 INFO O| Oct 30 23:19:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4391 | 2024-10-30T23:19:18.348Z | [ recovery-image] Oct 30 23:19:16.976 INFO O| Oct 30 23:19:16.976 INFO STEP 89 (remove_files) COMPLETE |
4392 | 2024-10-30T23:19:18.351Z | [ recovery-image] Oct 30 23:19:16.976 INFO O| Oct 30 23:19:16.976 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-10-30T23:19:18.359Z | [ recovery-image] Oct 30 23:19:16.987 INFO O| Oct 30 23:19:16.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4394 | 2024-10-30T23:19:18.359Z | [ recovery-image] Oct 30 23:19:16.987 INFO O| Oct 30 23:19:16.987 INFO STEP 90 (remove_files) COMPLETE |
4395 | 2024-10-30T23:19:18.359Z | [ recovery-image] Oct 30 23:19:16.987 INFO O| Oct 30 23:19:16.987 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-10-30T23:19:18.369Z | [ recovery-image] Oct 30 23:19:16.997 INFO O| Oct 30 23:19:16.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4397 | 2024-10-30T23:19:18.370Z | [ recovery-image] Oct 30 23:19:16.997 INFO O| Oct 30 23:19:16.997 INFO STEP 91 (remove_files) COMPLETE |
4398 | 2024-10-30T23:19:18.372Z | [ recovery-image] Oct 30 23:19:16.997 INFO O| Oct 30 23:19:16.997 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-10-30T23:19:18.380Z | [ recovery-image] Oct 30 23:19:17.008 INFO O| Oct 30 23:19:17.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4400 | 2024-10-30T23:19:18.380Z | [ recovery-image] Oct 30 23:19:17.008 INFO O| Oct 30 23:19:17.008 INFO STEP 92 (remove_files) COMPLETE |
4401 | 2024-10-30T23:19:18.383Z | [ recovery-image] Oct 30 23:19:17.008 INFO O| Oct 30 23:19:17.008 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-10-30T23:19:18.390Z | [ recovery-image] Oct 30 23:19:17.018 INFO O| Oct 30 23:19:17.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4403 | 2024-10-30T23:19:18.392Z | [ recovery-image] Oct 30 23:19:17.018 INFO O| Oct 30 23:19:17.018 INFO STEP 93 (remove_files) COMPLETE |
4404 | 2024-10-30T23:19:18.392Z | [ recovery-image] Oct 30 23:19:17.018 INFO O| Oct 30 23:19:17.018 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-10-30T23:19:18.400Z | [ recovery-image] Oct 30 23:19:17.028 INFO O| Oct 30 23:19:17.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4406 | 2024-10-30T23:19:18.400Z | [ recovery-image] Oct 30 23:19:17.028 INFO O| Oct 30 23:19:17.028 INFO STEP 94 (remove_files) COMPLETE |
4407 | 2024-10-30T23:19:18.402Z | [ recovery-image] Oct 30 23:19:17.028 INFO O| Oct 30 23:19:17.028 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-10-30T23:19:18.410Z | [ recovery-image] Oct 30 23:19:17.038 INFO O| Oct 30 23:19:17.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4409 | 2024-10-30T23:19:18.412Z | [ recovery-image] Oct 30 23:19:17.038 INFO O| Oct 30 23:19:17.038 INFO STEP 95 (remove_files) COMPLETE |
4410 | 2024-10-30T23:19:18.412Z | [ recovery-image] Oct 30 23:19:17.038 INFO O| Oct 30 23:19:17.038 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-10-30T23:19:18.420Z | [ recovery-image] Oct 30 23:19:17.048 INFO O| Oct 30 23:19:17.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4412 | 2024-10-30T23:19:18.420Z | [ recovery-image] Oct 30 23:19:17.048 INFO O| Oct 30 23:19:17.048 INFO STEP 96 (remove_files) COMPLETE |
4413 | 2024-10-30T23:19:18.422Z | [ recovery-image] Oct 30 23:19:17.048 INFO O| Oct 30 23:19:17.048 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-10-30T23:19:18.430Z | [ recovery-image] Oct 30 23:19:17.057 INFO O| Oct 30 23:19:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4415 | 2024-10-30T23:19:18.430Z | [ recovery-image] Oct 30 23:19:17.057 INFO O| Oct 30 23:19:17.057 INFO STEP 97 (remove_files) COMPLETE |
4416 | 2024-10-30T23:19:18.433Z | [ recovery-image] Oct 30 23:19:17.057 INFO O| Oct 30 23:19:17.057 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-10-30T23:19:18.439Z | [ recovery-image] Oct 30 23:19:17.067 INFO O| Oct 30 23:19:17.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4418 | 2024-10-30T23:19:18.439Z | [ recovery-image] Oct 30 23:19:17.067 INFO O| Oct 30 23:19:17.067 INFO STEP 98 (remove_files) COMPLETE |
4419 | 2024-10-30T23:19:18.439Z | [ recovery-image] Oct 30 23:19:17.067 INFO O| Oct 30 23:19:17.067 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-10-30T23:19:18.448Z | [ recovery-image] Oct 30 23:19:17.076 INFO O| Oct 30 23:19:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4421 | 2024-10-30T23:19:18.451Z | [ recovery-image] Oct 30 23:19:17.077 INFO O| Oct 30 23:19:17.077 INFO STEP 99 (remove_files) COMPLETE |
4422 | 2024-10-30T23:19:18.451Z | [ recovery-image] Oct 30 23:19:17.077 INFO O| Oct 30 23:19:17.077 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-10-30T23:19:18.458Z | [ recovery-image] Oct 30 23:19:17.086 INFO O| Oct 30 23:19:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4424 | 2024-10-30T23:19:18.461Z | [ recovery-image] Oct 30 23:19:17.086 INFO O| Oct 30 23:19:17.086 INFO STEP 100 (remove_files) COMPLETE |
4425 | 2024-10-30T23:19:18.461Z | [ recovery-image] Oct 30 23:19:17.086 INFO O| Oct 30 23:19:17.086 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-10-30T23:19:18.467Z | [ recovery-image] Oct 30 23:19:17.095 INFO O| Oct 30 23:19:17.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4427 | 2024-10-30T23:19:18.467Z | [ recovery-image] Oct 30 23:19:17.095 INFO O| Oct 30 23:19:17.095 INFO STEP 101 (remove_files) COMPLETE |
4428 | 2024-10-30T23:19:18.467Z | [ recovery-image] Oct 30 23:19:17.095 INFO O| Oct 30 23:19:17.095 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-10-30T23:19:18.477Z | [ recovery-image] Oct 30 23:19:17.104 INFO O| Oct 30 23:19:17.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4430 | 2024-10-30T23:19:18.477Z | [ recovery-image] Oct 30 23:19:17.105 INFO O| Oct 30 23:19:17.105 INFO STEP 102 (remove_files) COMPLETE |
4431 | 2024-10-30T23:19:18.481Z | [ recovery-image] Oct 30 23:19:17.105 INFO O| Oct 30 23:19:17.105 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-10-30T23:19:18.486Z | [ recovery-image] Oct 30 23:19:17.114 INFO O| Oct 30 23:19:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4433 | 2024-10-30T23:19:18.486Z | [ recovery-image] Oct 30 23:19:17.114 INFO O| Oct 30 23:19:17.114 INFO STEP 103 (remove_files) COMPLETE |
4434 | 2024-10-30T23:19:18.486Z | [ recovery-image] Oct 30 23:19:17.114 INFO O| Oct 30 23:19:17.114 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-10-30T23:19:18.496Z | [ recovery-image] Oct 30 23:19:17.123 INFO O| Oct 30 23:19:17.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4436 | 2024-10-30T23:19:18.498Z | [ recovery-image] Oct 30 23:19:17.123 INFO O| Oct 30 23:19:17.123 INFO STEP 104 (remove_files) COMPLETE |
4437 | 2024-10-30T23:19:18.498Z | [ recovery-image] Oct 30 23:19:17.123 INFO O| Oct 30 23:19:17.123 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-10-30T23:19:18.505Z | [ recovery-image] Oct 30 23:19:17.133 INFO O| Oct 30 23:19:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4439 | 2024-10-30T23:19:18.508Z | [ recovery-image] Oct 30 23:19:17.133 INFO O| Oct 30 23:19:17.133 INFO STEP 105 (remove_files) COMPLETE |
4440 | 2024-10-30T23:19:18.508Z | [ recovery-image] Oct 30 23:19:17.133 INFO O| Oct 30 23:19:17.133 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-10-30T23:19:18.514Z | [ recovery-image] Oct 30 23:19:17.142 INFO O| Oct 30 23:19:17.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4442 | 2024-10-30T23:19:18.517Z | [ recovery-image] Oct 30 23:19:17.142 INFO O| Oct 30 23:19:17.142 INFO STEP 106 (remove_files) COMPLETE |
4443 | 2024-10-30T23:19:18.517Z | [ recovery-image] Oct 30 23:19:17.142 INFO O| Oct 30 23:19:17.142 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-10-30T23:19:18.524Z | [ recovery-image] Oct 30 23:19:17.152 INFO O| Oct 30 23:19:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4445 | 2024-10-30T23:19:18.524Z | [ recovery-image] Oct 30 23:19:17.152 INFO O| Oct 30 23:19:17.152 INFO STEP 107 (remove_files) COMPLETE |
4446 | 2024-10-30T23:19:18.524Z | [ recovery-image] Oct 30 23:19:17.152 INFO O| Oct 30 23:19:17.152 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-10-30T23:19:18.533Z | [ recovery-image] Oct 30 23:19:17.161 INFO O| Oct 30 23:19:17.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4448 | 2024-10-30T23:19:18.533Z | [ recovery-image] Oct 30 23:19:17.161 INFO O| Oct 30 23:19:17.161 INFO STEP 108 (remove_files) COMPLETE |
4449 | 2024-10-30T23:19:18.536Z | [ recovery-image] Oct 30 23:19:17.161 INFO O| Oct 30 23:19:17.161 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-10-30T23:19:18.543Z | [ recovery-image] Oct 30 23:19:17.170 INFO O| Oct 30 23:19:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4451 | 2024-10-30T23:19:18.545Z | [ recovery-image] Oct 30 23:19:17.170 INFO O| Oct 30 23:19:17.170 INFO STEP 109 (remove_files) COMPLETE |
4452 | 2024-10-30T23:19:18.545Z | [ recovery-image] Oct 30 23:19:17.170 INFO O| Oct 30 23:19:17.170 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-10-30T23:19:18.552Z | [ recovery-image] Oct 30 23:19:17.180 INFO O| Oct 30 23:19:17.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4454 | 2024-10-30T23:19:18.552Z | [ recovery-image] Oct 30 23:19:17.180 INFO O| Oct 30 23:19:17.180 INFO STEP 110 (remove_files) COMPLETE |
4455 | 2024-10-30T23:19:18.554Z | [ recovery-image] Oct 30 23:19:17.180 INFO O| Oct 30 23:19:17.180 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-10-30T23:19:18.561Z | [ recovery-image] Oct 30 23:19:17.189 INFO O| Oct 30 23:19:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4457 | 2024-10-30T23:19:18.564Z | [ recovery-image] Oct 30 23:19:17.189 INFO O| Oct 30 23:19:17.189 INFO STEP 111 (remove_files) COMPLETE |
4458 | 2024-10-30T23:19:18.564Z | [ recovery-image] Oct 30 23:19:17.189 INFO O| Oct 30 23:19:17.189 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-10-30T23:19:18.571Z | [ recovery-image] Oct 30 23:19:17.199 INFO O| Oct 30 23:19:17.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4460 | 2024-10-30T23:19:18.571Z | [ recovery-image] Oct 30 23:19:17.199 INFO O| Oct 30 23:19:17.199 INFO STEP 112 (remove_files) COMPLETE |
4461 | 2024-10-30T23:19:18.571Z | [ recovery-image] Oct 30 23:19:17.199 INFO O| Oct 30 23:19:17.199 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-10-30T23:19:18.580Z | [ recovery-image] Oct 30 23:19:17.208 INFO O| Oct 30 23:19:17.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4463 | 2024-10-30T23:19:18.580Z | [ recovery-image] Oct 30 23:19:17.208 INFO O| Oct 30 23:19:17.208 INFO STEP 113 (remove_files) COMPLETE |
4464 | 2024-10-30T23:19:18.580Z | [ recovery-image] Oct 30 23:19:17.208 INFO O| Oct 30 23:19:17.208 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-10-30T23:19:18.590Z | [ recovery-image] Oct 30 23:19:17.217 INFO O| Oct 30 23:19:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4466 | 2024-10-30T23:19:18.592Z | [ recovery-image] Oct 30 23:19:17.217 INFO O| Oct 30 23:19:17.217 INFO STEP 114 (remove_files) COMPLETE |
4467 | 2024-10-30T23:19:18.592Z | [ recovery-image] Oct 30 23:19:17.217 INFO O| Oct 30 23:19:17.217 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-10-30T23:19:18.599Z | [ recovery-image] Oct 30 23:19:17.227 INFO O| Oct 30 23:19:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4469 | 2024-10-30T23:19:18.599Z | [ recovery-image] Oct 30 23:19:17.227 INFO O| Oct 30 23:19:17.227 INFO STEP 115 (remove_files) COMPLETE |
4470 | 2024-10-30T23:19:18.601Z | [ recovery-image] Oct 30 23:19:17.227 INFO O| Oct 30 23:19:17.227 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-10-30T23:19:18.608Z | [ recovery-image] Oct 30 23:19:17.236 INFO O| Oct 30 23:19:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4472 | 2024-10-30T23:19:18.608Z | [ recovery-image] Oct 30 23:19:17.236 INFO O| Oct 30 23:19:17.236 INFO STEP 116 (remove_files) COMPLETE |
4473 | 2024-10-30T23:19:18.611Z | [ recovery-image] Oct 30 23:19:17.236 INFO O| Oct 30 23:19:17.236 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-10-30T23:19:18.618Z | [ recovery-image] Oct 30 23:19:17.246 INFO O| Oct 30 23:19:17.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4475 | 2024-10-30T23:19:18.620Z | [ recovery-image] Oct 30 23:19:17.246 INFO O| Oct 30 23:19:17.246 INFO STEP 117 (remove_files) COMPLETE |
4476 | 2024-10-30T23:19:18.620Z | [ recovery-image] Oct 30 23:19:17.246 INFO O| Oct 30 23:19:17.246 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-10-30T23:19:18.627Z | [ recovery-image] Oct 30 23:19:17.255 INFO O| Oct 30 23:19:17.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4478 | 2024-10-30T23:19:18.627Z | [ recovery-image] Oct 30 23:19:17.255 INFO O| Oct 30 23:19:17.255 INFO STEP 118 (remove_files) COMPLETE |
4479 | 2024-10-30T23:19:18.627Z | [ recovery-image] Oct 30 23:19:17.255 INFO O| Oct 30 23:19:17.255 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-10-30T23:19:18.638Z | [ recovery-image] Oct 30 23:19:17.265 INFO O| Oct 30 23:19:17.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4481 | 2024-10-30T23:19:18.640Z | [ recovery-image] Oct 30 23:19:17.265 INFO O| Oct 30 23:19:17.265 INFO STEP 119 (remove_files) COMPLETE |
4482 | 2024-10-30T23:19:18.640Z | [ recovery-image] Oct 30 23:19:17.265 INFO O| Oct 30 23:19:17.265 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-10-30T23:19:18.648Z | [ recovery-image] Oct 30 23:19:17.276 INFO O| Oct 30 23:19:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4484 | 2024-10-30T23:19:18.651Z | [ recovery-image] Oct 30 23:19:17.276 INFO O| Oct 30 23:19:17.276 INFO STEP 120 (remove_files) COMPLETE |
4485 | 2024-10-30T23:19:18.651Z | [ recovery-image] Oct 30 23:19:17.276 INFO O| Oct 30 23:19:17.276 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-10-30T23:19:18.662Z | [ recovery-image] Oct 30 23:19:17.289 INFO O| Oct 30 23:19:17.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4487 | 2024-10-30T23:19:18.662Z | [ recovery-image] Oct 30 23:19:17.289 INFO O| Oct 30 23:19:17.289 INFO STEP 121 (remove_files) COMPLETE |
4488 | 2024-10-30T23:19:18.662Z | [ recovery-image] Oct 30 23:19:17.289 INFO O| Oct 30 23:19:17.289 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-10-30T23:19:18.674Z | [ recovery-image] Oct 30 23:19:17.301 INFO O| Oct 30 23:19:17.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4490 | 2024-10-30T23:19:18.674Z | [ recovery-image] Oct 30 23:19:17.301 INFO O| Oct 30 23:19:17.301 INFO STEP 122 (remove_files) COMPLETE |
4491 | 2024-10-30T23:19:18.674Z | [ recovery-image] Oct 30 23:19:17.301 INFO O| Oct 30 23:19:17.301 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-10-30T23:19:18.684Z | [ recovery-image] Oct 30 23:19:17.312 INFO O| Oct 30 23:19:17.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4493 | 2024-10-30T23:19:18.687Z | [ recovery-image] Oct 30 23:19:17.312 INFO O| Oct 30 23:19:17.312 INFO STEP 123 (remove_files) COMPLETE |
4494 | 2024-10-30T23:19:18.687Z | [ recovery-image] Oct 30 23:19:17.312 INFO O| Oct 30 23:19:17.312 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-10-30T23:19:18.694Z | [ recovery-image] Oct 30 23:19:17.322 INFO O| Oct 30 23:19:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4496 | 2024-10-30T23:19:18.694Z | [ recovery-image] Oct 30 23:19:17.322 INFO O| Oct 30 23:19:17.322 INFO STEP 124 (remove_files) COMPLETE |
4497 | 2024-10-30T23:19:18.697Z | [ recovery-image] Oct 30 23:19:17.322 INFO O| Oct 30 23:19:17.322 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-10-30T23:19:18.704Z | [ recovery-image] Oct 30 23:19:17.332 INFO O| Oct 30 23:19:17.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4499 | 2024-10-30T23:19:18.704Z | [ recovery-image] Oct 30 23:19:17.332 INFO O| Oct 30 23:19:17.332 INFO STEP 125 (remove_files) COMPLETE |
4500 | 2024-10-30T23:19:18.706Z | [ recovery-image] Oct 30 23:19:17.332 INFO O| Oct 30 23:19:17.332 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-10-30T23:19:18.714Z | [ recovery-image] Oct 30 23:19:17.341 INFO O| Oct 30 23:19:17.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4502 | 2024-10-30T23:19:18.714Z | [ recovery-image] Oct 30 23:19:17.341 INFO O| Oct 30 23:19:17.341 INFO STEP 126 (remove_files) COMPLETE |
4503 | 2024-10-30T23:19:18.714Z | [ recovery-image] Oct 30 23:19:17.341 INFO O| Oct 30 23:19:17.341 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-10-30T23:19:18.723Z | [ recovery-image] Oct 30 23:19:17.351 INFO O| Oct 30 23:19:17.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4505 | 2024-10-30T23:19:18.723Z | [ recovery-image] Oct 30 23:19:17.351 INFO O| Oct 30 23:19:17.351 INFO STEP 127 (remove_files) COMPLETE |
4506 | 2024-10-30T23:19:18.723Z | [ recovery-image] Oct 30 23:19:17.351 INFO O| Oct 30 23:19:17.351 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-10-30T23:19:18.733Z | [ recovery-image] Oct 30 23:19:17.361 INFO O| Oct 30 23:19:17.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4508 | 2024-10-30T23:19:18.734Z | [ recovery-image] Oct 30 23:19:17.361 INFO O| Oct 30 23:19:17.361 INFO STEP 128 (remove_files) COMPLETE |
4509 | 2024-10-30T23:19:18.734Z | [ recovery-image] Oct 30 23:19:17.361 INFO O| Oct 30 23:19:17.361 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-10-30T23:19:18.743Z | [ recovery-image] Oct 30 23:19:17.371 INFO O| Oct 30 23:19:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4511 | 2024-10-30T23:19:18.743Z | [ recovery-image] Oct 30 23:19:17.371 INFO O| Oct 30 23:19:17.371 INFO STEP 129 (remove_files) COMPLETE |
4512 | 2024-10-30T23:19:18.746Z | [ recovery-image] Oct 30 23:19:17.371 INFO O| Oct 30 23:19:17.371 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-10-30T23:19:18.753Z | [ recovery-image] Oct 30 23:19:17.380 INFO O| Oct 30 23:19:17.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4514 | 2024-10-30T23:19:18.753Z | [ recovery-image] Oct 30 23:19:17.380 INFO O| Oct 30 23:19:17.380 INFO STEP 130 (remove_files) COMPLETE |
4515 | 2024-10-30T23:19:18.756Z | [ recovery-image] Oct 30 23:19:17.380 INFO O| Oct 30 23:19:17.380 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-10-30T23:19:18.762Z | [ recovery-image] Oct 30 23:19:17.390 INFO O| Oct 30 23:19:17.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4517 | 2024-10-30T23:19:18.762Z | [ recovery-image] Oct 30 23:19:17.390 INFO O| Oct 30 23:19:17.390 INFO STEP 131 (remove_files) COMPLETE |
4518 | 2024-10-30T23:19:18.762Z | [ recovery-image] Oct 30 23:19:17.390 INFO O| Oct 30 23:19:17.390 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-10-30T23:19:18.772Z | [ recovery-image] Oct 30 23:19:17.399 INFO O| Oct 30 23:19:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4520 | 2024-10-30T23:19:18.772Z | [ recovery-image] Oct 30 23:19:17.400 INFO O| Oct 30 23:19:17.399 INFO STEP 132 (remove_files) COMPLETE |
4521 | 2024-10-30T23:19:18.774Z | [ recovery-image] Oct 30 23:19:17.400 INFO O| Oct 30 23:19:17.400 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-10-30T23:19:18.781Z | [ recovery-image] Oct 30 23:19:17.409 INFO O| Oct 30 23:19:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4523 | 2024-10-30T23:19:18.783Z | [ recovery-image] Oct 30 23:19:17.409 INFO O| Oct 30 23:19:17.409 INFO STEP 133 (remove_files) COMPLETE |
4524 | 2024-10-30T23:19:18.783Z | [ recovery-image] Oct 30 23:19:17.409 INFO O| Oct 30 23:19:17.409 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-10-30T23:19:18.791Z | [ recovery-image] Oct 30 23:19:17.419 INFO O| Oct 30 23:19:17.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4526 | 2024-10-30T23:19:18.791Z | [ recovery-image] Oct 30 23:19:17.419 INFO O| Oct 30 23:19:17.419 INFO STEP 134 (remove_files) COMPLETE |
4527 | 2024-10-30T23:19:18.791Z | [ recovery-image] Oct 30 23:19:17.419 INFO O| Oct 30 23:19:17.419 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-10-30T23:19:18.801Z | [ recovery-image] Oct 30 23:19:17.429 INFO O| Oct 30 23:19:17.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4529 | 2024-10-30T23:19:18.801Z | [ recovery-image] Oct 30 23:19:17.429 INFO O| Oct 30 23:19:17.429 INFO STEP 135 (remove_files) COMPLETE |
4530 | 2024-10-30T23:19:18.803Z | [ recovery-image] Oct 30 23:19:17.429 INFO O| Oct 30 23:19:17.429 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-10-30T23:19:18.811Z | [ recovery-image] Oct 30 23:19:17.438 INFO O| Oct 30 23:19:17.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4532 | 2024-10-30T23:19:18.813Z | [ recovery-image] Oct 30 23:19:17.438 INFO O| Oct 30 23:19:17.438 INFO STEP 136 (remove_files) COMPLETE |
4533 | 2024-10-30T23:19:18.813Z | [ recovery-image] Oct 30 23:19:17.438 INFO O| Oct 30 23:19:17.438 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-10-30T23:19:18.820Z | [ recovery-image] Oct 30 23:19:17.448 INFO O| Oct 30 23:19:17.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4535 | 2024-10-30T23:19:18.821Z | [ recovery-image] Oct 30 23:19:17.448 INFO O| Oct 30 23:19:17.448 INFO STEP 137 (remove_files) COMPLETE |
4536 | 2024-10-30T23:19:18.823Z | [ recovery-image] Oct 30 23:19:17.448 INFO O| Oct 30 23:19:17.448 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-10-30T23:19:18.830Z | [ recovery-image] Oct 30 23:19:17.458 INFO O| Oct 30 23:19:17.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4538 | 2024-10-30T23:19:18.833Z | [ recovery-image] Oct 30 23:19:17.458 INFO O| Oct 30 23:19:17.458 INFO STEP 138 (remove_files) COMPLETE |
4539 | 2024-10-30T23:19:18.833Z | [ recovery-image] Oct 30 23:19:17.458 INFO O| Oct 30 23:19:17.458 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-10-30T23:19:18.840Z | [ recovery-image] Oct 30 23:19:17.468 INFO O| Oct 30 23:19:17.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4541 | 2024-10-30T23:19:18.842Z | [ recovery-image] Oct 30 23:19:17.468 INFO O| Oct 30 23:19:17.468 INFO STEP 139 (remove_files) COMPLETE |
4542 | 2024-10-30T23:19:18.842Z | [ recovery-image] Oct 30 23:19:17.468 INFO O| Oct 30 23:19:17.468 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-10-30T23:19:18.849Z | [ recovery-image] Oct 30 23:19:17.477 INFO O| Oct 30 23:19:17.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4544 | 2024-10-30T23:19:18.852Z | [ recovery-image] Oct 30 23:19:17.478 INFO O| Oct 30 23:19:17.478 INFO STEP 140 (remove_files) COMPLETE |
4545 | 2024-10-30T23:19:18.852Z | [ recovery-image] Oct 30 23:19:17.478 INFO O| Oct 30 23:19:17.478 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-10-30T23:19:18.859Z | [ recovery-image] Oct 30 23:19:17.487 INFO O| Oct 30 23:19:17.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4547 | 2024-10-30T23:19:18.862Z | [ recovery-image] Oct 30 23:19:17.488 INFO O| Oct 30 23:19:17.488 INFO STEP 141 (remove_files) COMPLETE |
4548 | 2024-10-30T23:19:18.862Z | [ recovery-image] Oct 30 23:19:17.488 INFO O| Oct 30 23:19:17.488 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-10-30T23:19:18.869Z | [ recovery-image] Oct 30 23:19:17.497 INFO O| Oct 30 23:19:17.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4550 | 2024-10-30T23:19:18.872Z | [ recovery-image] Oct 30 23:19:17.497 INFO O| Oct 30 23:19:17.497 INFO STEP 142 (remove_files) COMPLETE |
4551 | 2024-10-30T23:19:18.872Z | [ recovery-image] Oct 30 23:19:17.497 INFO O| Oct 30 23:19:17.497 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-10-30T23:19:18.879Z | [ recovery-image] Oct 30 23:19:17.507 INFO O| Oct 30 23:19:17.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4553 | 2024-10-30T23:19:18.879Z | [ recovery-image] Oct 30 23:19:17.507 INFO O| Oct 30 23:19:17.507 INFO STEP 143 (remove_files) COMPLETE |
4554 | 2024-10-30T23:19:18.881Z | [ recovery-image] Oct 30 23:19:17.507 INFO O| Oct 30 23:19:17.507 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-10-30T23:19:18.888Z | [ recovery-image] Oct 30 23:19:17.516 INFO O| Oct 30 23:19:17.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4556 | 2024-10-30T23:19:18.892Z | [ recovery-image] Oct 30 23:19:17.516 INFO O| Oct 30 23:19:17.516 INFO STEP 144 (remove_files) COMPLETE |
4557 | 2024-10-30T23:19:18.892Z | [ recovery-image] Oct 30 23:19:17.516 INFO O| Oct 30 23:19:17.516 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-10-30T23:19:18.898Z | [ recovery-image] Oct 30 23:19:17.525 INFO O| Oct 30 23:19:17.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4559 | 2024-10-30T23:19:18.900Z | [ recovery-image] Oct 30 23:19:17.525 INFO O| Oct 30 23:19:17.525 INFO STEP 145 (remove_files) COMPLETE |
4560 | 2024-10-30T23:19:18.900Z | [ recovery-image] Oct 30 23:19:17.525 INFO O| Oct 30 23:19:17.525 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-10-30T23:19:18.908Z | [ recovery-image] Oct 30 23:19:17.535 INFO O| Oct 30 23:19:17.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4562 | 2024-10-30T23:19:18.908Z | [ recovery-image] Oct 30 23:19:17.535 INFO O| Oct 30 23:19:17.535 INFO STEP 146 (remove_files) COMPLETE |
4563 | 2024-10-30T23:19:18.910Z | [ recovery-image] Oct 30 23:19:17.535 INFO O| Oct 30 23:19:17.535 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-10-30T23:19:18.917Z | [ recovery-image] Oct 30 23:19:17.545 INFO O| Oct 30 23:19:17.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4565 | 2024-10-30T23:19:18.920Z | [ recovery-image] Oct 30 23:19:17.545 INFO O| Oct 30 23:19:17.545 INFO STEP 147 (remove_files) COMPLETE |
4566 | 2024-10-30T23:19:18.920Z | [ recovery-image] Oct 30 23:19:17.545 INFO O| Oct 30 23:19:17.545 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-10-30T23:19:18.927Z | [ recovery-image] Oct 30 23:19:17.555 INFO O| Oct 30 23:19:17.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4568 | 2024-10-30T23:19:18.927Z | [ recovery-image] Oct 30 23:19:17.555 INFO O| Oct 30 23:19:17.555 INFO STEP 148 (remove_files) COMPLETE |
4569 | 2024-10-30T23:19:18.930Z | [ recovery-image] Oct 30 23:19:17.555 INFO O| Oct 30 23:19:17.555 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-10-30T23:19:18.937Z | [ recovery-image] Oct 30 23:19:17.564 INFO O| Oct 30 23:19:17.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4571 | 2024-10-30T23:19:18.937Z | [ recovery-image] Oct 30 23:19:17.564 INFO O| Oct 30 23:19:17.564 INFO STEP 149 (remove_files) COMPLETE |
4572 | 2024-10-30T23:19:18.937Z | [ recovery-image] Oct 30 23:19:17.564 INFO O| Oct 30 23:19:17.564 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-10-30T23:19:18.946Z | [ recovery-image] Oct 30 23:19:17.574 INFO O| Oct 30 23:19:17.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4574 | 2024-10-30T23:19:18.946Z | [ recovery-image] Oct 30 23:19:17.574 INFO O| Oct 30 23:19:17.574 INFO STEP 150 (remove_files) COMPLETE |
4575 | 2024-10-30T23:19:18.949Z | [ recovery-image] Oct 30 23:19:17.574 INFO O| Oct 30 23:19:17.574 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-10-30T23:19:18.956Z | [ recovery-image] Oct 30 23:19:17.584 INFO O| Oct 30 23:19:17.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4577 | 2024-10-30T23:19:18.956Z | [ recovery-image] Oct 30 23:19:17.584 INFO O| Oct 30 23:19:17.584 INFO STEP 151 (remove_files) COMPLETE |
4578 | 2024-10-30T23:19:18.956Z | [ recovery-image] Oct 30 23:19:17.584 INFO O| Oct 30 23:19:17.584 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-10-30T23:19:18.967Z | [ recovery-image] Oct 30 23:19:17.594 INFO O| Oct 30 23:19:17.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4580 | 2024-10-30T23:19:18.967Z | [ recovery-image] Oct 30 23:19:17.594 INFO O| Oct 30 23:19:17.594 INFO STEP 152 (remove_files) COMPLETE |
4581 | 2024-10-30T23:19:18.967Z | [ recovery-image] Oct 30 23:19:17.595 INFO O| Oct 30 23:19:17.594 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-10-30T23:19:18.977Z | [ recovery-image] Oct 30 23:19:17.605 INFO O| Oct 30 23:19:17.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4583 | 2024-10-30T23:19:18.977Z | [ recovery-image] Oct 30 23:19:17.605 INFO O| Oct 30 23:19:17.605 INFO STEP 153 (remove_files) COMPLETE |
4584 | 2024-10-30T23:19:18.979Z | [ recovery-image] Oct 30 23:19:17.605 INFO O| Oct 30 23:19:17.605 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-10-30T23:19:18.987Z | [ recovery-image] Oct 30 23:19:17.614 INFO O| Oct 30 23:19:17.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4586 | 2024-10-30T23:19:18.989Z | [ recovery-image] Oct 30 23:19:17.615 INFO O| Oct 30 23:19:17.614 INFO STEP 154 (remove_files) COMPLETE |
4587 | 2024-10-30T23:19:18.989Z | [ recovery-image] Oct 30 23:19:17.615 INFO O| Oct 30 23:19:17.615 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-10-30T23:19:18.997Z | [ recovery-image] Oct 30 23:19:17.625 INFO O| Oct 30 23:19:17.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4589 | 2024-10-30T23:19:19.006Z | [ recovery-image] Oct 30 23:19:17.625 INFO O| Oct 30 23:19:17.625 INFO STEP 155 (remove_files) COMPLETE |
4590 | 2024-10-30T23:19:19.006Z | [ recovery-image] Oct 30 23:19:17.625 INFO O| Oct 30 23:19:17.625 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-10-30T23:19:19.014Z | [ recovery-image] Oct 30 23:19:17.635 INFO O| Oct 30 23:19:17.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4592 | 2024-10-30T23:19:19.014Z | [ recovery-image] Oct 30 23:19:17.635 INFO O| Oct 30 23:19:17.635 INFO STEP 156 (remove_files) COMPLETE |
4593 | 2024-10-30T23:19:19.014Z | [ recovery-image] Oct 30 23:19:17.635 INFO O| Oct 30 23:19:17.635 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-10-30T23:19:19.017Z | [ recovery-image] Oct 30 23:19:17.644 INFO O| Oct 30 23:19:17.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4595 | 2024-10-30T23:19:19.017Z | [ recovery-image] Oct 30 23:19:17.645 INFO O| Oct 30 23:19:17.644 INFO STEP 157 (remove_files) COMPLETE |
4596 | 2024-10-30T23:19:19.017Z | [ recovery-image] Oct 30 23:19:17.645 INFO O| Oct 30 23:19:17.644 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-10-30T23:19:19.026Z | [ recovery-image] Oct 30 23:19:17.654 INFO O| Oct 30 23:19:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4598 | 2024-10-30T23:19:19.026Z | [ recovery-image] Oct 30 23:19:17.654 INFO O| Oct 30 23:19:17.654 INFO STEP 158 (remove_files) COMPLETE |
4599 | 2024-10-30T23:19:19.030Z | [ recovery-image] Oct 30 23:19:17.654 INFO O| Oct 30 23:19:17.654 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-10-30T23:19:19.036Z | [ recovery-image] Oct 30 23:19:17.663 INFO O| Oct 30 23:19:17.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4601 | 2024-10-30T23:19:19.038Z | [ recovery-image] Oct 30 23:19:17.663 INFO O| Oct 30 23:19:17.663 INFO STEP 159 (remove_files) COMPLETE |
4602 | 2024-10-30T23:19:19.038Z | [ recovery-image] Oct 30 23:19:17.663 INFO O| Oct 30 23:19:17.663 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-10-30T23:19:19.045Z | [ recovery-image] Oct 30 23:19:17.673 INFO O| Oct 30 23:19:17.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4604 | 2024-10-30T23:19:19.045Z | [ recovery-image] Oct 30 23:19:17.673 INFO O| Oct 30 23:19:17.673 INFO STEP 160 (remove_files) COMPLETE |
4605 | 2024-10-30T23:19:19.048Z | [ recovery-image] Oct 30 23:19:17.673 INFO O| Oct 30 23:19:17.673 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-10-30T23:19:19.055Z | [ recovery-image] Oct 30 23:19:17.682 INFO O| Oct 30 23:19:17.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4607 | 2024-10-30T23:19:19.055Z | [ recovery-image] Oct 30 23:19:17.682 INFO O| Oct 30 23:19:17.682 INFO STEP 161 (remove_files) COMPLETE |
4608 | 2024-10-30T23:19:19.055Z | [ recovery-image] Oct 30 23:19:17.682 INFO O| Oct 30 23:19:17.682 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-10-30T23:19:19.064Z | [ recovery-image] Oct 30 23:19:17.692 INFO O| Oct 30 23:19:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4610 | 2024-10-30T23:19:19.066Z | [ recovery-image] Oct 30 23:19:17.692 INFO O| Oct 30 23:19:17.692 INFO STEP 162 (remove_files) COMPLETE |
4611 | 2024-10-30T23:19:19.066Z | [ recovery-image] Oct 30 23:19:17.692 INFO O| Oct 30 23:19:17.692 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-10-30T23:19:19.074Z | [ recovery-image] Oct 30 23:19:17.702 INFO O| Oct 30 23:19:17.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4613 | 2024-10-30T23:19:19.074Z | [ recovery-image] Oct 30 23:19:17.702 INFO O| Oct 30 23:19:17.702 INFO STEP 163 (remove_files) COMPLETE |
4614 | 2024-10-30T23:19:19.076Z | [ recovery-image] Oct 30 23:19:17.702 INFO O| Oct 30 23:19:17.702 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-10-30T23:19:19.085Z | [ recovery-image] Oct 30 23:19:17.711 INFO O| Oct 30 23:19:17.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4616 | 2024-10-30T23:19:19.087Z | [ recovery-image] Oct 30 23:19:17.711 INFO O| Oct 30 23:19:17.711 INFO STEP 164 (remove_files) COMPLETE |
4617 | 2024-10-30T23:19:19.087Z | [ recovery-image] Oct 30 23:19:17.711 INFO O| Oct 30 23:19:17.711 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-10-30T23:19:19.093Z | [ recovery-image] Oct 30 23:19:17.721 INFO O| Oct 30 23:19:17.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4619 | 2024-10-30T23:19:19.094Z | [ recovery-image] Oct 30 23:19:17.721 INFO O| Oct 30 23:19:17.721 INFO STEP 165 (remove_files) COMPLETE |
4620 | 2024-10-30T23:19:19.094Z | [ recovery-image] Oct 30 23:19:17.721 INFO O| Oct 30 23:19:17.721 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-10-30T23:19:19.103Z | [ recovery-image] Oct 30 23:19:17.731 INFO O| Oct 30 23:19:17.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4622 | 2024-10-30T23:19:19.105Z | [ recovery-image] Oct 30 23:19:17.732 INFO O| Oct 30 23:19:17.732 INFO STEP 166 (remove_files) COMPLETE |
4623 | 2024-10-30T23:19:19.106Z | [ recovery-image] Oct 30 23:19:17.732 INFO O| Oct 30 23:19:17.732 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-10-30T23:19:19.114Z | [ recovery-image] Oct 30 23:19:17.742 INFO O| Oct 30 23:19:17.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4625 | 2024-10-30T23:19:19.117Z | [ recovery-image] Oct 30 23:19:17.742 INFO O| Oct 30 23:19:17.742 INFO STEP 167 (remove_files) COMPLETE |
4626 | 2024-10-30T23:19:19.117Z | [ recovery-image] Oct 30 23:19:17.742 INFO O| Oct 30 23:19:17.742 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-10-30T23:19:19.124Z | [ recovery-image] Oct 30 23:19:17.752 INFO O| Oct 30 23:19:17.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4628 | 2024-10-30T23:19:19.126Z | [ recovery-image] Oct 30 23:19:17.752 INFO O| Oct 30 23:19:17.752 INFO STEP 168 (remove_files) COMPLETE |
4629 | 2024-10-30T23:19:19.126Z | [ recovery-image] Oct 30 23:19:17.752 INFO O| Oct 30 23:19:17.752 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-10-30T23:19:19.133Z | [ recovery-image] Oct 30 23:19:17.761 INFO O| Oct 30 23:19:17.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4631 | 2024-10-30T23:19:19.133Z | [ recovery-image] Oct 30 23:19:17.761 INFO O| Oct 30 23:19:17.761 INFO STEP 169 (remove_files) COMPLETE |
4632 | 2024-10-30T23:19:19.136Z | [ recovery-image] Oct 30 23:19:17.761 INFO O| Oct 30 23:19:17.761 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-10-30T23:19:19.143Z | [ recovery-image] Oct 30 23:19:17.771 INFO O| Oct 30 23:19:17.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4634 | 2024-10-30T23:19:19.145Z | [ recovery-image] Oct 30 23:19:17.771 INFO O| Oct 30 23:19:17.771 INFO STEP 170 (remove_files) COMPLETE |
4635 | 2024-10-30T23:19:19.145Z | [ recovery-image] Oct 30 23:19:17.771 INFO O| Oct 30 23:19:17.771 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-10-30T23:19:19.152Z | [ recovery-image] Oct 30 23:19:17.780 INFO O| Oct 30 23:19:17.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4637 | 2024-10-30T23:19:19.156Z | [ recovery-image] Oct 30 23:19:17.780 INFO O| Oct 30 23:19:17.780 INFO STEP 171 (remove_files) COMPLETE |
4638 | 2024-10-30T23:19:19.156Z | [ recovery-image] Oct 30 23:19:17.780 INFO O| Oct 30 23:19:17.780 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-10-30T23:19:19.162Z | [ recovery-image] Oct 30 23:19:17.790 INFO O| Oct 30 23:19:17.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4640 | 2024-10-30T23:19:19.162Z | [ recovery-image] Oct 30 23:19:17.790 INFO O| Oct 30 23:19:17.790 INFO STEP 172 (remove_files) COMPLETE |
4641 | 2024-10-30T23:19:19.162Z | [ recovery-image] Oct 30 23:19:17.790 INFO O| Oct 30 23:19:17.790 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-10-30T23:19:19.172Z | [ recovery-image] Oct 30 23:19:17.800 INFO O| Oct 30 23:19:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4643 | 2024-10-30T23:19:19.174Z | [ recovery-image] Oct 30 23:19:17.800 INFO O| Oct 30 23:19:17.800 INFO STEP 173 (remove_files) COMPLETE |
4644 | 2024-10-30T23:19:19.174Z | [ recovery-image] Oct 30 23:19:17.800 INFO O| Oct 30 23:19:17.800 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-10-30T23:19:19.182Z | [ recovery-image] Oct 30 23:19:17.809 INFO O| Oct 30 23:19:17.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4646 | 2024-10-30T23:19:19.184Z | [ recovery-image] Oct 30 23:19:17.809 INFO O| Oct 30 23:19:17.809 INFO STEP 174 (remove_files) COMPLETE |
4647 | 2024-10-30T23:19:19.184Z | [ recovery-image] Oct 30 23:19:17.809 INFO O| Oct 30 23:19:17.809 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-10-30T23:19:19.191Z | [ recovery-image] Oct 30 23:19:17.819 INFO O| Oct 30 23:19:17.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4649 | 2024-10-30T23:19:19.191Z | [ recovery-image] Oct 30 23:19:17.819 INFO O| Oct 30 23:19:17.819 INFO STEP 175 (remove_files) COMPLETE |
4650 | 2024-10-30T23:19:19.194Z | [ recovery-image] Oct 30 23:19:17.819 INFO O| Oct 30 23:19:17.819 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-10-30T23:19:19.201Z | [ recovery-image] Oct 30 23:19:17.828 INFO O| Oct 30 23:19:17.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4652 | 2024-10-30T23:19:19.201Z | [ recovery-image] Oct 30 23:19:17.828 INFO O| Oct 30 23:19:17.828 INFO STEP 176 (remove_files) COMPLETE |
4653 | 2024-10-30T23:19:19.203Z | [ recovery-image] Oct 30 23:19:17.828 INFO O| Oct 30 23:19:17.828 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-10-30T23:19:19.210Z | [ recovery-image] Oct 30 23:19:17.838 INFO O| Oct 30 23:19:17.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4655 | 2024-10-30T23:19:19.210Z | [ recovery-image] Oct 30 23:19:17.838 INFO O| Oct 30 23:19:17.838 INFO STEP 177 (remove_files) COMPLETE |
4656 | 2024-10-30T23:19:19.212Z | [ recovery-image] Oct 30 23:19:17.838 INFO O| Oct 30 23:19:17.838 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-10-30T23:19:19.220Z | [ recovery-image] Oct 30 23:19:17.848 INFO O| Oct 30 23:19:17.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4658 | 2024-10-30T23:19:19.220Z | [ recovery-image] Oct 30 23:19:17.848 INFO O| Oct 30 23:19:17.848 INFO STEP 178 (remove_files) COMPLETE |
4659 | 2024-10-30T23:19:19.223Z | [ recovery-image] Oct 30 23:19:17.848 INFO O| Oct 30 23:19:17.848 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-10-30T23:19:19.230Z | [ recovery-image] Oct 30 23:19:17.857 INFO O| Oct 30 23:19:17.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4661 | 2024-10-30T23:19:19.232Z | [ recovery-image] Oct 30 23:19:17.857 INFO O| Oct 30 23:19:17.857 INFO STEP 179 (remove_files) COMPLETE |
4662 | 2024-10-30T23:19:19.232Z | [ recovery-image] Oct 30 23:19:17.857 INFO O| Oct 30 23:19:17.857 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-10-30T23:19:19.239Z | [ recovery-image] Oct 30 23:19:17.867 INFO O| Oct 30 23:19:17.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4664 | 2024-10-30T23:19:19.242Z | [ recovery-image] Oct 30 23:19:17.867 INFO O| Oct 30 23:19:17.867 INFO STEP 180 (remove_files) COMPLETE |
4665 | 2024-10-30T23:19:19.242Z | [ recovery-image] Oct 30 23:19:17.867 INFO O| Oct 30 23:19:17.867 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-10-30T23:19:19.249Z | [ recovery-image] Oct 30 23:19:17.876 INFO O| Oct 30 23:19:17.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4667 | 2024-10-30T23:19:19.249Z | [ recovery-image] Oct 30 23:19:17.876 INFO O| Oct 30 23:19:17.876 INFO STEP 181 (remove_files) COMPLETE |
4668 | 2024-10-30T23:19:19.249Z | [ recovery-image] Oct 30 23:19:17.876 INFO O| Oct 30 23:19:17.876 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-10-30T23:19:19.258Z | [ recovery-image] Oct 30 23:19:17.886 INFO O| Oct 30 23:19:17.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4670 | 2024-10-30T23:19:19.258Z | [ recovery-image] Oct 30 23:19:17.886 INFO O| Oct 30 23:19:17.886 INFO STEP 182 (remove_files) COMPLETE |
4671 | 2024-10-30T23:19:19.260Z | [ recovery-image] Oct 30 23:19:17.886 INFO O| Oct 30 23:19:17.886 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-10-30T23:19:19.268Z | [ recovery-image] Oct 30 23:19:17.896 INFO O| Oct 30 23:19:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4673 | 2024-10-30T23:19:19.270Z | [ recovery-image] Oct 30 23:19:17.896 INFO O| Oct 30 23:19:17.896 INFO STEP 183 (remove_files) COMPLETE |
4674 | 2024-10-30T23:19:19.270Z | [ recovery-image] Oct 30 23:19:17.896 INFO O| Oct 30 23:19:17.896 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-10-30T23:19:19.278Z | [ recovery-image] Oct 30 23:19:17.906 INFO O| Oct 30 23:19:17.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4676 | 2024-10-30T23:19:19.278Z | [ recovery-image] Oct 30 23:19:17.906 INFO O| Oct 30 23:19:17.906 INFO STEP 184 (remove_files) COMPLETE |
4677 | 2024-10-30T23:19:19.278Z | [ recovery-image] Oct 30 23:19:17.906 INFO O| Oct 30 23:19:17.906 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-10-30T23:19:19.287Z | [ recovery-image] Oct 30 23:19:17.915 INFO O| Oct 30 23:19:17.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4679 | 2024-10-30T23:19:19.288Z | [ recovery-image] Oct 30 23:19:17.915 INFO O| Oct 30 23:19:17.915 INFO STEP 185 (remove_files) COMPLETE |
4680 | 2024-10-30T23:19:19.290Z | [ recovery-image] Oct 30 23:19:17.915 INFO O| Oct 30 23:19:17.915 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-10-30T23:19:19.298Z | [ recovery-image] Oct 30 23:19:17.926 INFO O| Oct 30 23:19:17.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4682 | 2024-10-30T23:19:19.301Z | [ recovery-image] Oct 30 23:19:17.926 INFO O| Oct 30 23:19:17.926 INFO STEP 186 (remove_files) COMPLETE |
4683 | 2024-10-30T23:19:19.301Z | [ recovery-image] Oct 30 23:19:17.926 INFO O| Oct 30 23:19:17.926 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-10-30T23:19:19.315Z | [ recovery-image] Oct 30 23:19:17.942 INFO O| Oct 30 23:19:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4685 | 2024-10-30T23:19:19.317Z | [ recovery-image] Oct 30 23:19:17.943 INFO O| Oct 30 23:19:17.943 INFO STEP 187 (remove_files) COMPLETE |
4686 | 2024-10-30T23:19:19.317Z | [ recovery-image] Oct 30 23:19:17.943 INFO O| Oct 30 23:19:17.943 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-10-30T23:19:19.330Z | [ recovery-image] Oct 30 23:19:17.958 INFO O| Oct 30 23:19:17.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4688 | 2024-10-30T23:19:19.330Z | [ recovery-image] Oct 30 23:19:17.958 INFO O| Oct 30 23:19:17.958 INFO STEP 188 (remove_files) COMPLETE |
4689 | 2024-10-30T23:19:19.330Z | [ recovery-image] Oct 30 23:19:17.958 INFO O| Oct 30 23:19:17.958 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-10-30T23:19:19.340Z | [ recovery-image] Oct 30 23:19:17.967 INFO O| Oct 30 23:19:17.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4691 | 2024-10-30T23:19:19.340Z | [ recovery-image] Oct 30 23:19:17.967 INFO O| Oct 30 23:19:17.967 INFO STEP 189 (remove_files) COMPLETE |
4692 | 2024-10-30T23:19:19.340Z | [ recovery-image] Oct 30 23:19:17.967 INFO O| Oct 30 23:19:17.967 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-10-30T23:19:19.350Z | [ recovery-image] Oct 30 23:19:17.978 INFO O| Oct 30 23:19:17.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4694 | 2024-10-30T23:19:19.350Z | [ recovery-image] Oct 30 23:19:17.978 INFO O| Oct 30 23:19:17.978 INFO STEP 190 (remove_files) COMPLETE |
4695 | 2024-10-30T23:19:19.353Z | [ recovery-image] Oct 30 23:19:17.978 INFO O| Oct 30 23:19:17.978 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-10-30T23:19:19.360Z | [ recovery-image] Oct 30 23:19:17.988 INFO O| Oct 30 23:19:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4697 | 2024-10-30T23:19:19.360Z | [ recovery-image] Oct 30 23:19:17.988 INFO O| Oct 30 23:19:17.988 INFO STEP 191 (remove_files) COMPLETE |
4698 | 2024-10-30T23:19:19.360Z | [ recovery-image] Oct 30 23:19:17.988 INFO O| Oct 30 23:19:17.988 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-10-30T23:19:19.370Z | [ recovery-image] Oct 30 23:19:17.997 INFO O| Oct 30 23:19:17.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4700 | 2024-10-30T23:19:19.370Z | [ recovery-image] Oct 30 23:19:17.997 INFO O| Oct 30 23:19:17.997 INFO STEP 192 (remove_files) COMPLETE |
4701 | 2024-10-30T23:19:19.370Z | [ recovery-image] Oct 30 23:19:17.997 INFO O| Oct 30 23:19:17.997 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-10-30T23:19:19.380Z | [ recovery-image] Oct 30 23:19:18.008 INFO O| Oct 30 23:19:18.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4703 | 2024-10-30T23:19:19.380Z | [ recovery-image] Oct 30 23:19:18.008 INFO O| Oct 30 23:19:18.008 INFO STEP 193 (remove_files) COMPLETE |
4704 | 2024-10-30T23:19:19.380Z | [ recovery-image] Oct 30 23:19:18.008 INFO O| Oct 30 23:19:18.008 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-10-30T23:19:19.390Z | [ recovery-image] Oct 30 23:19:18.017 INFO O| Oct 30 23:19:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4706 | 2024-10-30T23:19:19.390Z | [ recovery-image] Oct 30 23:19:18.017 INFO O| Oct 30 23:19:18.017 INFO STEP 194 (remove_files) COMPLETE |
4707 | 2024-10-30T23:19:19.392Z | [ recovery-image] Oct 30 23:19:18.017 INFO O| Oct 30 23:19:18.017 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-10-30T23:19:19.399Z | [ recovery-image] Oct 30 23:19:18.027 INFO O| Oct 30 23:19:18.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4709 | 2024-10-30T23:19:19.399Z | [ recovery-image] Oct 30 23:19:18.027 INFO O| Oct 30 23:19:18.027 INFO STEP 195 (remove_files) COMPLETE |
4710 | 2024-10-30T23:19:19.402Z | [ recovery-image] Oct 30 23:19:18.027 INFO O| Oct 30 23:19:18.027 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-10-30T23:19:19.409Z | [ recovery-image] Oct 30 23:19:18.037 INFO O| Oct 30 23:19:18.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4712 | 2024-10-30T23:19:19.409Z | [ recovery-image] Oct 30 23:19:18.037 INFO O| Oct 30 23:19:18.037 INFO STEP 196 (remove_files) COMPLETE |
4713 | 2024-10-30T23:19:19.411Z | [ recovery-image] Oct 30 23:19:18.037 INFO O| Oct 30 23:19:18.037 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-10-30T23:19:19.419Z | [ recovery-image] Oct 30 23:19:18.047 INFO O| Oct 30 23:19:18.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4715 | 2024-10-30T23:19:19.419Z | [ recovery-image] Oct 30 23:19:18.047 INFO O| Oct 30 23:19:18.047 INFO STEP 197 (remove_files) COMPLETE |
4716 | 2024-10-30T23:19:19.422Z | [ recovery-image] Oct 30 23:19:18.047 INFO O| Oct 30 23:19:18.047 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-10-30T23:19:19.430Z | [ recovery-image] Oct 30 23:19:18.057 INFO O| Oct 30 23:19:18.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4718 | 2024-10-30T23:19:19.432Z | [ recovery-image] Oct 30 23:19:18.058 INFO O| Oct 30 23:19:18.057 INFO STEP 198 (remove_files) COMPLETE |
4719 | 2024-10-30T23:19:19.432Z | [ recovery-image] Oct 30 23:19:18.058 INFO O| Oct 30 23:19:18.058 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-10-30T23:19:19.439Z | [ recovery-image] Oct 30 23:19:18.067 INFO O| Oct 30 23:19:18.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4721 | 2024-10-30T23:19:19.439Z | [ recovery-image] Oct 30 23:19:18.067 INFO O| Oct 30 23:19:18.067 INFO STEP 199 (remove_files) COMPLETE |
4722 | 2024-10-30T23:19:19.441Z | [ recovery-image] Oct 30 23:19:18.067 INFO O| Oct 30 23:19:18.067 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-10-30T23:19:19.449Z | [ recovery-image] Oct 30 23:19:18.077 INFO O| Oct 30 23:19:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4724 | 2024-10-30T23:19:19.449Z | [ recovery-image] Oct 30 23:19:18.077 INFO O| Oct 30 23:19:18.077 INFO STEP 200 (remove_files) COMPLETE |
4725 | 2024-10-30T23:19:19.452Z | [ recovery-image] Oct 30 23:19:18.077 INFO O| Oct 30 23:19:18.077 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-10-30T23:19:19.460Z | [ recovery-image] Oct 30 23:19:18.088 INFO O| Oct 30 23:19:18.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4727 | 2024-10-30T23:19:19.460Z | [ recovery-image] Oct 30 23:19:18.088 INFO O| Oct 30 23:19:18.088 INFO STEP 201 (remove_files) COMPLETE |
4728 | 2024-10-30T23:19:19.460Z | [ recovery-image] Oct 30 23:19:18.088 INFO O| Oct 30 23:19:18.088 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-10-30T23:19:19.469Z | [ recovery-image] Oct 30 23:19:18.097 INFO O| Oct 30 23:19:18.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4730 | 2024-10-30T23:19:19.472Z | [ recovery-image] Oct 30 23:19:18.097 INFO O| Oct 30 23:19:18.097 INFO STEP 202 (remove_files) COMPLETE |
4731 | 2024-10-30T23:19:19.472Z | [ recovery-image] Oct 30 23:19:18.097 INFO O| Oct 30 23:19:18.097 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-10-30T23:19:19.479Z | [ recovery-image] Oct 30 23:19:18.107 INFO O| Oct 30 23:19:18.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4733 | 2024-10-30T23:19:19.482Z | [ recovery-image] Oct 30 23:19:18.107 INFO O| Oct 30 23:19:18.107 INFO STEP 203 (remove_files) COMPLETE |
4734 | 2024-10-30T23:19:19.482Z | [ recovery-image] Oct 30 23:19:18.107 INFO O| Oct 30 23:19:18.107 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-10-30T23:19:19.490Z | [ recovery-image] Oct 30 23:19:18.117 INFO O| Oct 30 23:19:18.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4736 | 2024-10-30T23:19:19.490Z | [ recovery-image] Oct 30 23:19:18.117 INFO O| Oct 30 23:19:18.117 INFO STEP 204 (remove_files) COMPLETE |
4737 | 2024-10-30T23:19:19.492Z | [ recovery-image] Oct 30 23:19:18.117 INFO O| Oct 30 23:19:18.117 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-10-30T23:19:19.499Z | [ recovery-image] Oct 30 23:19:18.127 INFO O| Oct 30 23:19:18.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4739 | 2024-10-30T23:19:19.501Z | [ recovery-image] Oct 30 23:19:18.127 INFO O| Oct 30 23:19:18.127 INFO STEP 205 (remove_files) COMPLETE |
4740 | 2024-10-30T23:19:19.502Z | [ recovery-image] Oct 30 23:19:18.127 INFO O| Oct 30 23:19:18.127 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-10-30T23:19:19.509Z | [ recovery-image] Oct 30 23:19:18.137 INFO O| Oct 30 23:19:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4742 | 2024-10-30T23:19:19.509Z | [ recovery-image] Oct 30 23:19:18.137 INFO O| Oct 30 23:19:18.137 INFO STEP 206 (remove_files) COMPLETE |
4743 | 2024-10-30T23:19:19.512Z | [ recovery-image] Oct 30 23:19:18.137 INFO O| Oct 30 23:19:18.137 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-10-30T23:19:19.518Z | [ recovery-image] Oct 30 23:19:18.146 INFO O| Oct 30 23:19:18.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4745 | 2024-10-30T23:19:19.519Z | [ recovery-image] Oct 30 23:19:18.146 INFO O| Oct 30 23:19:18.146 INFO STEP 207 (remove_files) COMPLETE |
4746 | 2024-10-30T23:19:19.521Z | [ recovery-image] Oct 30 23:19:18.146 INFO O| Oct 30 23:19:18.146 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-10-30T23:19:19.529Z | [ recovery-image] Oct 30 23:19:18.156 INFO O| Oct 30 23:19:18.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4748 | 2024-10-30T23:19:19.529Z | [ recovery-image] Oct 30 23:19:18.156 INFO O| Oct 30 23:19:18.156 INFO STEP 208 (remove_files) COMPLETE |
4749 | 2024-10-30T23:19:19.529Z | [ recovery-image] Oct 30 23:19:18.156 INFO O| Oct 30 23:19:18.156 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-10-30T23:19:19.538Z | [ recovery-image] Oct 30 23:19:18.166 INFO O| Oct 30 23:19:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4751 | 2024-10-30T23:19:19.538Z | [ recovery-image] Oct 30 23:19:18.166 INFO O| Oct 30 23:19:18.166 INFO STEP 209 (remove_files) COMPLETE |
4752 | 2024-10-30T23:19:19.538Z | [ recovery-image] Oct 30 23:19:18.166 INFO O| Oct 30 23:19:18.166 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-10-30T23:19:19.547Z | [ recovery-image] Oct 30 23:19:18.175 INFO O| Oct 30 23:19:18.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4754 | 2024-10-30T23:19:19.547Z | [ recovery-image] Oct 30 23:19:18.175 INFO O| Oct 30 23:19:18.175 INFO STEP 210 (remove_files) COMPLETE |
4755 | 2024-10-30T23:19:19.548Z | [ recovery-image] Oct 30 23:19:18.175 INFO O| Oct 30 23:19:18.175 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-10-30T23:19:19.557Z | [ recovery-image] Oct 30 23:19:18.184 INFO O| Oct 30 23:19:18.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4757 | 2024-10-30T23:19:19.559Z | [ recovery-image] Oct 30 23:19:18.185 INFO O| Oct 30 23:19:18.184 INFO STEP 211 (remove_files) COMPLETE |
4758 | 2024-10-30T23:19:19.559Z | [ recovery-image] Oct 30 23:19:18.185 INFO O| Oct 30 23:19:18.184 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-10-30T23:19:19.567Z | [ recovery-image] Oct 30 23:19:18.195 INFO O| Oct 30 23:19:18.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4760 | 2024-10-30T23:19:19.567Z | [ recovery-image] Oct 30 23:19:18.195 INFO O| Oct 30 23:19:18.195 INFO STEP 212 (remove_files) COMPLETE |
4761 | 2024-10-30T23:19:19.570Z | [ recovery-image] Oct 30 23:19:18.195 INFO O| Oct 30 23:19:18.195 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-10-30T23:19:19.577Z | [ recovery-image] Oct 30 23:19:18.205 INFO O| Oct 30 23:19:18.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4763 | 2024-10-30T23:19:19.577Z | [ recovery-image] Oct 30 23:19:18.205 INFO O| Oct 30 23:19:18.205 INFO STEP 213 (remove_files) COMPLETE |
4764 | 2024-10-30T23:19:19.577Z | [ recovery-image] Oct 30 23:19:18.205 INFO O| Oct 30 23:19:18.205 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-10-30T23:19:19.586Z | [ recovery-image] Oct 30 23:19:18.214 INFO O| Oct 30 23:19:18.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4766 | 2024-10-30T23:19:19.587Z | [ recovery-image] Oct 30 23:19:18.214 INFO O| Oct 30 23:19:18.214 INFO STEP 214 (remove_files) COMPLETE |
4767 | 2024-10-30T23:19:19.589Z | [ recovery-image] Oct 30 23:19:18.214 INFO O| Oct 30 23:19:18.214 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-10-30T23:19:19.596Z | [ recovery-image] Oct 30 23:19:18.224 INFO O| Oct 30 23:19:18.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4769 | 2024-10-30T23:19:19.596Z | [ recovery-image] Oct 30 23:19:18.224 INFO O| Oct 30 23:19:18.224 INFO STEP 215 (remove_files) COMPLETE |
4770 | 2024-10-30T23:19:19.596Z | [ recovery-image] Oct 30 23:19:18.224 INFO O| Oct 30 23:19:18.224 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-10-30T23:19:19.606Z | [ recovery-image] Oct 30 23:19:18.234 INFO O| Oct 30 23:19:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4772 | 2024-10-30T23:19:19.606Z | [ recovery-image] Oct 30 23:19:18.234 INFO O| Oct 30 23:19:18.234 INFO STEP 216 (remove_files) COMPLETE |
4773 | 2024-10-30T23:19:19.609Z | [ recovery-image] Oct 30 23:19:18.234 INFO O| Oct 30 23:19:18.234 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-10-30T23:19:19.616Z | [ recovery-image] Oct 30 23:19:18.244 INFO O| Oct 30 23:19:18.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4775 | 2024-10-30T23:19:19.619Z | [ recovery-image] Oct 30 23:19:18.244 INFO O| Oct 30 23:19:18.244 INFO STEP 217 (remove_files) COMPLETE |
4776 | 2024-10-30T23:19:19.619Z | [ recovery-image] Oct 30 23:19:18.244 INFO O| Oct 30 23:19:18.244 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-10-30T23:19:19.626Z | [ recovery-image] Oct 30 23:19:18.253 INFO O| Oct 30 23:19:18.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4778 | 2024-10-30T23:19:19.628Z | [ recovery-image] Oct 30 23:19:18.253 INFO O| Oct 30 23:19:18.253 INFO STEP 218 (remove_files) COMPLETE |
4779 | 2024-10-30T23:19:19.628Z | [ recovery-image] Oct 30 23:19:18.253 INFO O| Oct 30 23:19:18.253 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-10-30T23:19:19.635Z | [ recovery-image] Oct 30 23:19:18.263 INFO O| Oct 30 23:19:18.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4781 | 2024-10-30T23:19:19.635Z | [ recovery-image] Oct 30 23:19:18.263 INFO O| Oct 30 23:19:18.263 INFO STEP 219 (remove_files) COMPLETE |
4782 | 2024-10-30T23:19:19.637Z | [ recovery-image] Oct 30 23:19:18.263 INFO O| Oct 30 23:19:18.263 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-10-30T23:19:19.644Z | [ recovery-image] Oct 30 23:19:18.272 INFO O| Oct 30 23:19:18.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4784 | 2024-10-30T23:19:19.646Z | [ recovery-image] Oct 30 23:19:18.272 INFO O| Oct 30 23:19:18.272 INFO STEP 220 (remove_files) COMPLETE |
4785 | 2024-10-30T23:19:19.646Z | [ recovery-image] Oct 30 23:19:18.272 INFO O| Oct 30 23:19:18.272 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-10-30T23:19:19.654Z | [ recovery-image] Oct 30 23:19:18.281 INFO O| Oct 30 23:19:18.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4787 | 2024-10-30T23:19:19.654Z | [ recovery-image] Oct 30 23:19:18.281 INFO O| Oct 30 23:19:18.281 INFO STEP 221 (remove_files) COMPLETE |
4788 | 2024-10-30T23:19:19.654Z | [ recovery-image] Oct 30 23:19:18.281 INFO O| Oct 30 23:19:18.281 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-10-30T23:19:19.663Z | [ recovery-image] Oct 30 23:19:18.291 INFO O| Oct 30 23:19:18.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4790 | 2024-10-30T23:19:19.664Z | [ recovery-image] Oct 30 23:19:18.291 INFO O| Oct 30 23:19:18.291 INFO STEP 222 (remove_files) COMPLETE |
4791 | 2024-10-30T23:19:19.664Z | [ recovery-image] Oct 30 23:19:18.291 INFO O| Oct 30 23:19:18.291 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-10-30T23:19:19.672Z | [ recovery-image] Oct 30 23:19:18.300 INFO O| Oct 30 23:19:18.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4793 | 2024-10-30T23:19:19.672Z | [ recovery-image] Oct 30 23:19:18.300 INFO O| Oct 30 23:19:18.300 INFO STEP 223 (remove_files) COMPLETE |
4794 | 2024-10-30T23:19:19.675Z | [ recovery-image] Oct 30 23:19:18.300 INFO O| Oct 30 23:19:18.300 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-10-30T23:19:19.682Z | [ recovery-image] Oct 30 23:19:18.310 INFO O| Oct 30 23:19:18.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4796 | 2024-10-30T23:19:19.682Z | [ recovery-image] Oct 30 23:19:18.310 INFO O| Oct 30 23:19:18.310 INFO STEP 224 (remove_files) COMPLETE |
4797 | 2024-10-30T23:19:19.682Z | [ recovery-image] Oct 30 23:19:18.310 INFO O| Oct 30 23:19:18.310 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-10-30T23:19:19.691Z | [ recovery-image] Oct 30 23:19:18.319 INFO O| Oct 30 23:19:18.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4799 | 2024-10-30T23:19:19.694Z | [ recovery-image] Oct 30 23:19:18.319 INFO O| Oct 30 23:19:18.319 INFO STEP 225 (remove_files) COMPLETE |
4800 | 2024-10-30T23:19:19.694Z | [ recovery-image] Oct 30 23:19:18.319 INFO O| Oct 30 23:19:18.319 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-10-30T23:19:19.694Z | [ host-image] Oct 30 23:19:18.320 INFO O| Oct 30 23:19:18.320 INFO O| Actions: Completed 49311 actions in 16.53 seconds. |
4802 | 2024-10-30T23:19:19.701Z | [ recovery-image] Oct 30 23:19:18.329 INFO O| Oct 30 23:19:18.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4803 | 2024-10-30T23:19:19.703Z | [ recovery-image] Oct 30 23:19:18.329 INFO O| Oct 30 23:19:18.329 INFO STEP 226 (remove_files) COMPLETE |
4804 | 2024-10-30T23:19:19.703Z | [ recovery-image] Oct 30 23:19:18.329 INFO O| Oct 30 23:19:18.329 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-10-30T23:19:19.710Z | [ recovery-image] Oct 30 23:19:18.338 INFO O| Oct 30 23:19:18.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4806 | 2024-10-30T23:19:19.710Z | [ recovery-image] Oct 30 23:19:18.338 INFO O| Oct 30 23:19:18.338 INFO STEP 227 (remove_files) COMPLETE |
4807 | 2024-10-30T23:19:19.713Z | [ recovery-image] Oct 30 23:19:18.338 INFO O| Oct 30 23:19:18.338 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-10-30T23:19:19.720Z | [ recovery-image] Oct 30 23:19:18.348 INFO O| Oct 30 23:19:18.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4809 | 2024-10-30T23:19:19.720Z | [ recovery-image] Oct 30 23:19:18.348 INFO O| Oct 30 23:19:18.348 INFO STEP 228 (remove_files) COMPLETE |
4810 | 2024-10-30T23:19:19.722Z | [ recovery-image] Oct 30 23:19:18.348 INFO O| Oct 30 23:19:18.348 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-10-30T23:19:19.730Z | [ recovery-image] Oct 30 23:19:18.357 INFO O| Oct 30 23:19:18.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4812 | 2024-10-30T23:19:19.730Z | [ recovery-image] Oct 30 23:19:18.357 INFO O| Oct 30 23:19:18.357 INFO STEP 229 (remove_files) COMPLETE |
4813 | 2024-10-30T23:19:19.733Z | [ recovery-image] Oct 30 23:19:18.357 INFO O| Oct 30 23:19:18.357 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-10-30T23:19:19.739Z | [ recovery-image] Oct 30 23:19:18.367 INFO O| Oct 30 23:19:18.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4815 | 2024-10-30T23:19:19.739Z | [ recovery-image] Oct 30 23:19:18.367 INFO O| Oct 30 23:19:18.367 INFO STEP 230 (remove_files) COMPLETE |
4816 | 2024-10-30T23:19:19.739Z | [ recovery-image] Oct 30 23:19:18.367 INFO O| Oct 30 23:19:18.367 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-10-30T23:19:19.749Z | [ recovery-image] Oct 30 23:19:18.377 INFO O| Oct 30 23:19:18.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4818 | 2024-10-30T23:19:19.749Z | [ recovery-image] Oct 30 23:19:18.377 INFO O| Oct 30 23:19:18.377 INFO STEP 231 (remove_files) COMPLETE |
4819 | 2024-10-30T23:19:19.752Z | [ recovery-image] Oct 30 23:19:18.377 INFO O| Oct 30 23:19:18.377 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-10-30T23:19:19.759Z | [ recovery-image] Oct 30 23:19:18.387 INFO O| Oct 30 23:19:18.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4821 | 2024-10-30T23:19:19.759Z | [ recovery-image] Oct 30 23:19:18.387 INFO O| Oct 30 23:19:18.387 INFO STEP 232 (remove_files) COMPLETE |
4822 | 2024-10-30T23:19:19.762Z | [ recovery-image] Oct 30 23:19:18.387 INFO O| Oct 30 23:19:18.387 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-10-30T23:19:19.768Z | [ recovery-image] Oct 30 23:19:18.396 INFO O| Oct 30 23:19:18.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4824 | 2024-10-30T23:19:19.771Z | [ recovery-image] Oct 30 23:19:18.396 INFO O| Oct 30 23:19:18.396 INFO STEP 233 (remove_files) COMPLETE |
4825 | 2024-10-30T23:19:19.771Z | [ recovery-image] Oct 30 23:19:18.396 INFO O| Oct 30 23:19:18.396 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-10-30T23:19:19.778Z | [ recovery-image] Oct 30 23:19:18.406 INFO O| Oct 30 23:19:18.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4827 | 2024-10-30T23:19:19.782Z | [ recovery-image] Oct 30 23:19:18.406 INFO O| Oct 30 23:19:18.406 INFO STEP 234 (remove_files) COMPLETE |
4828 | 2024-10-30T23:19:19.782Z | [ recovery-image] Oct 30 23:19:18.406 INFO O| Oct 30 23:19:18.406 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-10-30T23:19:19.788Z | [ recovery-image] Oct 30 23:19:18.416 INFO O| Oct 30 23:19:18.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4830 | 2024-10-30T23:19:19.788Z | [ recovery-image] Oct 30 23:19:18.416 INFO O| Oct 30 23:19:18.416 INFO STEP 235 (remove_files) COMPLETE |
4831 | 2024-10-30T23:19:19.788Z | [ recovery-image] Oct 30 23:19:18.416 INFO O| Oct 30 23:19:18.416 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-10-30T23:19:19.798Z | [ recovery-image] Oct 30 23:19:18.425 INFO O| Oct 30 23:19:18.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4833 | 2024-10-30T23:19:19.798Z | [ recovery-image] Oct 30 23:19:18.425 INFO O| Oct 30 23:19:18.425 INFO STEP 236 (remove_files) COMPLETE |
4834 | 2024-10-30T23:19:19.798Z | [ recovery-image] Oct 30 23:19:18.425 INFO O| Oct 30 23:19:18.425 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-10-30T23:19:19.808Z | [ recovery-image] Oct 30 23:19:18.435 INFO O| Oct 30 23:19:18.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4836 | 2024-10-30T23:19:19.810Z | [ recovery-image] Oct 30 23:19:18.436 INFO O| Oct 30 23:19:18.436 INFO STEP 237 (remove_files) COMPLETE |
4837 | 2024-10-30T23:19:19.810Z | [ recovery-image] Oct 30 23:19:18.436 INFO O| Oct 30 23:19:18.436 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-10-30T23:19:19.817Z | [ recovery-image] Oct 30 23:19:18.445 INFO O| Oct 30 23:19:18.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4839 | 2024-10-30T23:19:19.820Z | [ recovery-image] Oct 30 23:19:18.445 INFO O| Oct 30 23:19:18.445 INFO STEP 238 (remove_files) COMPLETE |
4840 | 2024-10-30T23:19:19.820Z | [ recovery-image] Oct 30 23:19:18.445 INFO O| Oct 30 23:19:18.445 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-10-30T23:19:19.827Z | [ recovery-image] Oct 30 23:19:18.455 INFO O| Oct 30 23:19:18.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4842 | 2024-10-30T23:19:19.827Z | [ recovery-image] Oct 30 23:19:18.455 INFO O| Oct 30 23:19:18.455 INFO STEP 239 (remove_files) COMPLETE |
4843 | 2024-10-30T23:19:19.830Z | [ recovery-image] Oct 30 23:19:18.455 INFO O| Oct 30 23:19:18.455 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-10-30T23:19:19.837Z | [ recovery-image] Oct 30 23:19:18.465 INFO O| Oct 30 23:19:18.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4845 | 2024-10-30T23:19:19.837Z | [ recovery-image] Oct 30 23:19:18.465 INFO O| Oct 30 23:19:18.465 INFO STEP 240 (remove_files) COMPLETE |
4846 | 2024-10-30T23:19:19.839Z | [ recovery-image] Oct 30 23:19:18.465 INFO O| Oct 30 23:19:18.465 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-10-30T23:19:19.847Z | [ recovery-image] Oct 30 23:19:18.475 INFO O| Oct 30 23:19:18.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4848 | 2024-10-30T23:19:19.847Z | [ recovery-image] Oct 30 23:19:18.475 INFO O| Oct 30 23:19:18.475 INFO STEP 241 (remove_files) COMPLETE |
4849 | 2024-10-30T23:19:19.847Z | [ recovery-image] Oct 30 23:19:18.475 INFO O| Oct 30 23:19:18.475 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-10-30T23:19:19.858Z | [ recovery-image] Oct 30 23:19:18.486 INFO O| Oct 30 23:19:18.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4851 | 2024-10-30T23:19:19.859Z | [ recovery-image] Oct 30 23:19:18.486 INFO O| Oct 30 23:19:18.486 INFO STEP 242 (remove_files) COMPLETE |
4852 | 2024-10-30T23:19:19.859Z | [ recovery-image] Oct 30 23:19:18.486 INFO O| Oct 30 23:19:18.486 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-10-30T23:19:19.868Z | [ recovery-image] Oct 30 23:19:18.496 INFO O| Oct 30 23:19:18.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4854 | 2024-10-30T23:19:19.868Z | [ recovery-image] Oct 30 23:19:18.496 INFO O| Oct 30 23:19:18.496 INFO STEP 243 (remove_files) COMPLETE |
4855 | 2024-10-30T23:19:19.871Z | [ recovery-image] Oct 30 23:19:18.496 INFO O| Oct 30 23:19:18.496 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-10-30T23:19:19.879Z | [ recovery-image] Oct 30 23:19:18.506 INFO O| Oct 30 23:19:18.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4857 | 2024-10-30T23:19:19.879Z | [ recovery-image] Oct 30 23:19:18.506 INFO O| Oct 30 23:19:18.506 INFO STEP 244 (remove_files) COMPLETE |
4858 | 2024-10-30T23:19:19.879Z | [ recovery-image] Oct 30 23:19:18.506 INFO O| Oct 30 23:19:18.506 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-10-30T23:19:19.889Z | [ recovery-image] Oct 30 23:19:18.516 INFO O| Oct 30 23:19:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4860 | 2024-10-30T23:19:19.891Z | [ recovery-image] Oct 30 23:19:18.516 INFO O| Oct 30 23:19:18.516 INFO STEP 245 (remove_files) COMPLETE |
4861 | 2024-10-30T23:19:19.891Z | [ recovery-image] Oct 30 23:19:18.516 INFO O| Oct 30 23:19:18.516 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-10-30T23:19:19.899Z | [ recovery-image] Oct 30 23:19:18.527 INFO O| Oct 30 23:19:18.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4863 | 2024-10-30T23:19:19.899Z | [ recovery-image] Oct 30 23:19:18.527 INFO O| Oct 30 23:19:18.527 INFO STEP 246 (remove_files) COMPLETE |
4864 | 2024-10-30T23:19:19.899Z | [ recovery-image] Oct 30 23:19:18.527 INFO O| Oct 30 23:19:18.527 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-10-30T23:19:19.909Z | [ recovery-image] Oct 30 23:19:18.537 INFO O| Oct 30 23:19:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4866 | 2024-10-30T23:19:19.912Z | [ recovery-image] Oct 30 23:19:18.537 INFO O| Oct 30 23:19:18.537 INFO STEP 247 (remove_files) COMPLETE |
4867 | 2024-10-30T23:19:19.912Z | [ recovery-image] Oct 30 23:19:18.537 INFO O| Oct 30 23:19:18.537 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-10-30T23:19:19.920Z | [ recovery-image] Oct 30 23:19:18.548 INFO O| Oct 30 23:19:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4869 | 2024-10-30T23:19:19.922Z | [ recovery-image] Oct 30 23:19:18.548 INFO O| Oct 30 23:19:18.548 INFO STEP 248 (remove_files) COMPLETE |
4870 | 2024-10-30T23:19:19.922Z | [ recovery-image] Oct 30 23:19:18.548 INFO O| Oct 30 23:19:18.548 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-10-30T23:19:19.931Z | [ recovery-image] Oct 30 23:19:18.559 INFO O| Oct 30 23:19:18.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4872 | 2024-10-30T23:19:19.931Z | [ recovery-image] Oct 30 23:19:18.559 INFO O| Oct 30 23:19:18.559 INFO STEP 249 (remove_files) COMPLETE |
4873 | 2024-10-30T23:19:19.934Z | [ recovery-image] Oct 30 23:19:18.559 INFO O| Oct 30 23:19:18.559 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-10-30T23:19:19.942Z | [ recovery-image] Oct 30 23:19:18.569 INFO O| Oct 30 23:19:18.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4875 | 2024-10-30T23:19:19.942Z | [ recovery-image] Oct 30 23:19:18.569 INFO O| Oct 30 23:19:18.569 INFO STEP 250 (remove_files) COMPLETE |
4876 | 2024-10-30T23:19:19.944Z | [ recovery-image] Oct 30 23:19:18.569 INFO O| Oct 30 23:19:18.569 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-10-30T23:19:19.952Z | [ recovery-image] Oct 30 23:19:18.579 INFO O| Oct 30 23:19:18.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4878 | 2024-10-30T23:19:19.952Z | [ recovery-image] Oct 30 23:19:18.580 INFO O| Oct 30 23:19:18.580 INFO STEP 251 (remove_files) COMPLETE |
4879 | 2024-10-30T23:19:19.955Z | [ recovery-image] Oct 30 23:19:18.580 INFO O| Oct 30 23:19:18.580 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-10-30T23:19:19.963Z | [ recovery-image] Oct 30 23:19:18.590 INFO O| Oct 30 23:19:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4881 | 2024-10-30T23:19:19.963Z | [ recovery-image] Oct 30 23:19:18.590 INFO O| Oct 30 23:19:18.590 INFO STEP 252 (remove_files) COMPLETE |
4882 | 2024-10-30T23:19:19.963Z | [ recovery-image] Oct 30 23:19:18.590 INFO O| Oct 30 23:19:18.590 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-10-30T23:19:19.973Z | [ recovery-image] Oct 30 23:19:18.601 INFO O| Oct 30 23:19:18.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4884 | 2024-10-30T23:19:19.973Z | [ recovery-image] Oct 30 23:19:18.601 INFO O| Oct 30 23:19:18.601 INFO STEP 253 (remove_files) COMPLETE |
4885 | 2024-10-30T23:19:19.975Z | [ recovery-image] Oct 30 23:19:18.601 INFO O| Oct 30 23:19:18.601 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-10-30T23:19:19.983Z | [ recovery-image] Oct 30 23:19:18.611 INFO O| Oct 30 23:19:18.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4887 | 2024-10-30T23:19:19.985Z | [ recovery-image] Oct 30 23:19:18.611 INFO O| Oct 30 23:19:18.611 INFO STEP 254 (remove_files) COMPLETE |
4888 | 2024-10-30T23:19:19.985Z | [ recovery-image] Oct 30 23:19:18.611 INFO O| Oct 30 23:19:18.611 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-10-30T23:19:19.995Z | [ recovery-image] Oct 30 23:19:18.623 INFO O| Oct 30 23:19:18.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4890 | 2024-10-30T23:19:19.995Z | [ recovery-image] Oct 30 23:19:18.623 INFO O| Oct 30 23:19:18.623 INFO STEP 255 (remove_files) COMPLETE |
4891 | 2024-10-30T23:19:19.997Z | [ recovery-image] Oct 30 23:19:18.623 INFO O| Oct 30 23:19:18.623 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-10-30T23:19:20.005Z | [ recovery-image] Oct 30 23:19:18.633 INFO O| Oct 30 23:19:18.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4893 | 2024-10-30T23:19:20.008Z | [ recovery-image] Oct 30 23:19:18.633 INFO O| Oct 30 23:19:18.633 INFO STEP 256 (remove_files) COMPLETE |
4894 | 2024-10-30T23:19:20.008Z | [ recovery-image] Oct 30 23:19:18.633 INFO O| Oct 30 23:19:18.633 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-10-30T23:19:20.016Z | [ recovery-image] Oct 30 23:19:18.644 INFO O| Oct 30 23:19:18.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4896 | 2024-10-30T23:19:20.019Z | [ recovery-image] Oct 30 23:19:18.644 INFO O| Oct 30 23:19:18.644 INFO STEP 257 (remove_files) COMPLETE |
4897 | 2024-10-30T23:19:20.019Z | [ recovery-image] Oct 30 23:19:18.644 INFO O| Oct 30 23:19:18.644 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-10-30T23:19:20.026Z | [ recovery-image] Oct 30 23:19:18.654 INFO O| Oct 30 23:19:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4899 | 2024-10-30T23:19:20.029Z | [ recovery-image] Oct 30 23:19:18.654 INFO O| Oct 30 23:19:18.654 INFO STEP 258 (remove_files) COMPLETE |
4900 | 2024-10-30T23:19:20.029Z | [ recovery-image] Oct 30 23:19:18.654 INFO O| Oct 30 23:19:18.654 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-10-30T23:19:20.036Z | [ recovery-image] Oct 30 23:19:18.664 INFO O| Oct 30 23:19:18.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4902 | 2024-10-30T23:19:20.036Z | [ recovery-image] Oct 30 23:19:18.664 INFO O| Oct 30 23:19:18.664 INFO STEP 259 (remove_files) COMPLETE |
4903 | 2024-10-30T23:19:20.038Z | [ recovery-image] Oct 30 23:19:18.664 INFO O| Oct 30 23:19:18.664 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-10-30T23:19:20.046Z | [ recovery-image] Oct 30 23:19:18.673 INFO O| Oct 30 23:19:18.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4905 | 2024-10-30T23:19:20.046Z | [ recovery-image] Oct 30 23:19:18.674 INFO O| Oct 30 23:19:18.673 INFO STEP 260 (remove_files) COMPLETE |
4906 | 2024-10-30T23:19:20.046Z | [ recovery-image] Oct 30 23:19:18.674 INFO O| Oct 30 23:19:18.673 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-10-30T23:19:20.048Z | [ host-image] Oct 30 23:19:18.674 INFO O| Oct 30 23:19:18.674 INFO O| Done |
4908 | 2024-10-30T23:19:20.048Z | [ host-image] Oct 30 23:19:18.674 INFO O| Oct 30 23:19:18.674 INFO O| Done |
4909 | 2024-10-30T23:19:20.057Z | [ recovery-image] Oct 30 23:19:18.684 INFO O| Oct 30 23:19:18.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4910 | 2024-10-30T23:19:20.057Z | [ recovery-image] Oct 30 23:19:18.684 INFO O| Oct 30 23:19:18.684 INFO STEP 261 (remove_files) COMPLETE |
4911 | 2024-10-30T23:19:20.059Z | [ recovery-image] Oct 30 23:19:18.684 INFO O| Oct 30 23:19:18.684 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-10-30T23:19:20.066Z | [ recovery-image] Oct 30 23:19:18.694 INFO O| Oct 30 23:19:18.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4913 | 2024-10-30T23:19:20.069Z | [ recovery-image] Oct 30 23:19:18.694 INFO O| Oct 30 23:19:18.694 INFO STEP 262 (remove_files) COMPLETE |
4914 | 2024-10-30T23:19:20.069Z | [ recovery-image] Oct 30 23:19:18.694 INFO O| Oct 30 23:19:18.694 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-10-30T23:19:20.076Z | [ recovery-image] Oct 30 23:19:18.703 INFO O| Oct 30 23:19:18.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4916 | 2024-10-30T23:19:20.076Z | [ recovery-image] Oct 30 23:19:18.703 INFO O| Oct 30 23:19:18.703 INFO STEP 263 (remove_files) COMPLETE |
4917 | 2024-10-30T23:19:20.078Z | [ recovery-image] Oct 30 23:19:18.703 INFO O| Oct 30 23:19:18.703 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-10-30T23:19:20.086Z | [ recovery-image] Oct 30 23:19:18.714 INFO O| Oct 30 23:19:18.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4919 | 2024-10-30T23:19:20.086Z | [ recovery-image] Oct 30 23:19:18.714 INFO O| Oct 30 23:19:18.714 INFO STEP 264 (remove_files) COMPLETE |
4920 | 2024-10-30T23:19:20.089Z | [ recovery-image] Oct 30 23:19:18.714 INFO O| Oct 30 23:19:18.714 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-10-30T23:19:20.096Z | [ recovery-image] Oct 30 23:19:18.723 INFO O| Oct 30 23:19:18.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4922 | 2024-10-30T23:19:20.096Z | [ recovery-image] Oct 30 23:19:18.723 INFO O| Oct 30 23:19:18.723 INFO STEP 265 (remove_files) COMPLETE |
4923 | 2024-10-30T23:19:20.098Z | [ recovery-image] Oct 30 23:19:18.724 INFO O| Oct 30 23:19:18.723 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-10-30T23:19:20.106Z | [ recovery-image] Oct 30 23:19:18.733 INFO O| Oct 30 23:19:18.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4925 | 2024-10-30T23:19:20.106Z | [ recovery-image] Oct 30 23:19:18.734 INFO O| Oct 30 23:19:18.734 INFO STEP 266 (remove_files) COMPLETE |
4926 | 2024-10-30T23:19:20.106Z | [ recovery-image] Oct 30 23:19:18.734 INFO O| Oct 30 23:19:18.734 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-10-30T23:19:20.115Z | [ recovery-image] Oct 30 23:19:18.743 INFO O| Oct 30 23:19:18.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4928 | 2024-10-30T23:19:20.118Z | [ recovery-image] Oct 30 23:19:18.744 INFO O| Oct 30 23:19:18.744 INFO STEP 267 (remove_files) COMPLETE |
4929 | 2024-10-30T23:19:20.118Z | [ recovery-image] Oct 30 23:19:18.744 INFO O| Oct 30 23:19:18.744 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-10-30T23:19:20.126Z | [ recovery-image] Oct 30 23:19:18.753 INFO O| Oct 30 23:19:18.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4931 | 2024-10-30T23:19:20.128Z | [ recovery-image] Oct 30 23:19:18.754 INFO O| Oct 30 23:19:18.754 INFO STEP 268 (remove_files) COMPLETE |
4932 | 2024-10-30T23:19:20.128Z | [ recovery-image] Oct 30 23:19:18.754 INFO O| Oct 30 23:19:18.754 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-10-30T23:19:20.136Z | [ recovery-image] Oct 30 23:19:18.763 INFO O| Oct 30 23:19:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4934 | 2024-10-30T23:19:20.136Z | [ recovery-image] Oct 30 23:19:18.764 INFO O| Oct 30 23:19:18.764 INFO STEP 269 (remove_files) COMPLETE |
4935 | 2024-10-30T23:19:20.136Z | [ recovery-image] Oct 30 23:19:18.764 INFO O| Oct 30 23:19:18.764 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-10-30T23:19:20.146Z | [ recovery-image] Oct 30 23:19:18.773 INFO O| Oct 30 23:19:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4937 | 2024-10-30T23:19:20.148Z | [ recovery-image] Oct 30 23:19:18.773 INFO O| Oct 30 23:19:18.773 INFO STEP 270 (remove_files) COMPLETE |
4938 | 2024-10-30T23:19:20.148Z | [ recovery-image] Oct 30 23:19:18.773 INFO O| Oct 30 23:19:18.773 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-10-30T23:19:20.155Z | [ recovery-image] Oct 30 23:19:18.783 INFO O| Oct 30 23:19:18.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4940 | 2024-10-30T23:19:20.158Z | [ recovery-image] Oct 30 23:19:18.783 INFO O| Oct 30 23:19:18.783 INFO STEP 271 (remove_files) COMPLETE |
4941 | 2024-10-30T23:19:20.158Z | [ recovery-image] Oct 30 23:19:18.783 INFO O| Oct 30 23:19:18.783 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-10-30T23:19:20.165Z | [ recovery-image] Oct 30 23:19:18.792 INFO O| Oct 30 23:19:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4943 | 2024-10-30T23:19:20.167Z | [ recovery-image] Oct 30 23:19:18.793 INFO O| Oct 30 23:19:18.793 INFO STEP 272 (remove_files) COMPLETE |
4944 | 2024-10-30T23:19:20.167Z | [ recovery-image] Oct 30 23:19:18.793 INFO O| Oct 30 23:19:18.793 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-10-30T23:19:20.175Z | [ recovery-image] Oct 30 23:19:18.802 INFO O| Oct 30 23:19:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4946 | 2024-10-30T23:19:20.175Z | [ recovery-image] Oct 30 23:19:18.802 INFO O| Oct 30 23:19:18.802 INFO STEP 273 (remove_files) COMPLETE |
4947 | 2024-10-30T23:19:20.175Z | [ recovery-image] Oct 30 23:19:18.802 INFO O| Oct 30 23:19:18.802 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-10-30T23:19:20.185Z | [ recovery-image] Oct 30 23:19:18.812 INFO O| Oct 30 23:19:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4949 | 2024-10-30T23:19:20.185Z | [ recovery-image] Oct 30 23:19:18.812 INFO O| Oct 30 23:19:18.812 INFO STEP 274 (remove_files) COMPLETE |
4950 | 2024-10-30T23:19:20.187Z | [ recovery-image] Oct 30 23:19:18.812 INFO O| Oct 30 23:19:18.812 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-10-30T23:19:20.194Z | [ recovery-image] Oct 30 23:19:18.822 INFO O| Oct 30 23:19:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4952 | 2024-10-30T23:19:20.196Z | [ recovery-image] Oct 30 23:19:18.822 INFO O| Oct 30 23:19:18.822 INFO STEP 275 (remove_files) COMPLETE |
4953 | 2024-10-30T23:19:20.196Z | [ recovery-image] Oct 30 23:19:18.822 INFO O| Oct 30 23:19:18.822 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-10-30T23:19:20.204Z | [ recovery-image] Oct 30 23:19:18.831 INFO O| Oct 30 23:19:18.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4955 | 2024-10-30T23:19:20.206Z | [ recovery-image] Oct 30 23:19:18.831 INFO O| Oct 30 23:19:18.831 INFO STEP 276 (remove_files) COMPLETE |
4956 | 2024-10-30T23:19:20.206Z | [ recovery-image] Oct 30 23:19:18.831 INFO O| Oct 30 23:19:18.831 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-10-30T23:19:20.213Z | [ recovery-image] Oct 30 23:19:18.841 INFO O| Oct 30 23:19:18.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4958 | 2024-10-30T23:19:20.215Z | [ recovery-image] Oct 30 23:19:18.841 INFO O| Oct 30 23:19:18.841 INFO STEP 277 (remove_files) COMPLETE |
4959 | 2024-10-30T23:19:20.215Z | [ recovery-image] Oct 30 23:19:18.841 INFO O| Oct 30 23:19:18.841 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-10-30T23:19:20.223Z | [ recovery-image] Oct 30 23:19:18.850 INFO O| Oct 30 23:19:18.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4961 | 2024-10-30T23:19:20.223Z | [ recovery-image] Oct 30 23:19:18.850 INFO O| Oct 30 23:19:18.850 INFO STEP 278 (remove_files) COMPLETE |
4962 | 2024-10-30T23:19:20.232Z | [ recovery-image] Oct 30 23:19:18.851 INFO O| Oct 30 23:19:18.850 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-10-30T23:19:20.235Z | [ recovery-image] Oct 30 23:19:18.860 INFO O| Oct 30 23:19:18.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4964 | 2024-10-30T23:19:20.235Z | [ recovery-image] Oct 30 23:19:18.860 INFO O| Oct 30 23:19:18.860 INFO STEP 279 (remove_files) COMPLETE |
4965 | 2024-10-30T23:19:20.235Z | [ recovery-image] Oct 30 23:19:18.860 INFO O| Oct 30 23:19:18.860 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-10-30T23:19:20.241Z | [ recovery-image] Oct 30 23:19:18.869 INFO O| Oct 30 23:19:18.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4967 | 2024-10-30T23:19:20.241Z | [ recovery-image] Oct 30 23:19:18.869 INFO O| Oct 30 23:19:18.869 INFO STEP 280 (remove_files) COMPLETE |
4968 | 2024-10-30T23:19:20.244Z | [ recovery-image] Oct 30 23:19:18.869 INFO O| Oct 30 23:19:18.869 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-10-30T23:19:20.251Z | [ recovery-image] Oct 30 23:19:18.878 INFO O| Oct 30 23:19:18.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4970 | 2024-10-30T23:19:20.253Z | [ recovery-image] Oct 30 23:19:18.878 INFO O| Oct 30 23:19:18.878 INFO STEP 281 (remove_files) COMPLETE |
4971 | 2024-10-30T23:19:20.253Z | [ recovery-image] Oct 30 23:19:18.878 INFO O| Oct 30 23:19:18.878 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-10-30T23:19:20.260Z | [ recovery-image] Oct 30 23:19:18.888 INFO O| Oct 30 23:19:18.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4973 | 2024-10-30T23:19:20.260Z | [ recovery-image] Oct 30 23:19:18.888 INFO O| Oct 30 23:19:18.888 INFO STEP 282 (remove_files) COMPLETE |
4974 | 2024-10-30T23:19:20.260Z | [ recovery-image] Oct 30 23:19:18.888 INFO O| Oct 30 23:19:18.888 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-10-30T23:19:20.269Z | [ recovery-image] Oct 30 23:19:18.897 INFO O| Oct 30 23:19:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4976 | 2024-10-30T23:19:20.272Z | [ recovery-image] Oct 30 23:19:18.897 INFO O| Oct 30 23:19:18.897 INFO STEP 283 (remove_files) COMPLETE |
4977 | 2024-10-30T23:19:20.272Z | [ recovery-image] Oct 30 23:19:18.897 INFO O| Oct 30 23:19:18.897 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-10-30T23:19:20.279Z | [ recovery-image] Oct 30 23:19:18.906 INFO O| Oct 30 23:19:18.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4979 | 2024-10-30T23:19:20.283Z | [ recovery-image] Oct 30 23:19:18.906 INFO O| Oct 30 23:19:18.906 INFO STEP 284 (remove_files) COMPLETE |
4980 | 2024-10-30T23:19:20.283Z | [ recovery-image] Oct 30 23:19:18.906 INFO O| Oct 30 23:19:18.906 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-10-30T23:19:20.288Z | [ recovery-image] Oct 30 23:19:18.916 INFO O| Oct 30 23:19:18.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4982 | 2024-10-30T23:19:20.288Z | [ recovery-image] Oct 30 23:19:18.916 INFO O| Oct 30 23:19:18.916 INFO STEP 285 (remove_files) COMPLETE |
4983 | 2024-10-30T23:19:20.290Z | [ recovery-image] Oct 30 23:19:18.916 INFO O| Oct 30 23:19:18.916 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-10-30T23:19:20.297Z | [ recovery-image] Oct 30 23:19:18.925 INFO O| Oct 30 23:19:18.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4985 | 2024-10-30T23:19:20.297Z | [ recovery-image] Oct 30 23:19:18.925 INFO O| Oct 30 23:19:18.925 INFO STEP 286 (remove_files) COMPLETE |
4986 | 2024-10-30T23:19:20.297Z | [ recovery-image] Oct 30 23:19:18.925 INFO O| Oct 30 23:19:18.925 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-10-30T23:19:20.307Z | [ recovery-image] Oct 30 23:19:18.934 INFO O| Oct 30 23:19:18.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4988 | 2024-10-30T23:19:20.307Z | [ recovery-image] Oct 30 23:19:18.934 INFO O| Oct 30 23:19:18.934 INFO STEP 287 (remove_files) COMPLETE |
4989 | 2024-10-30T23:19:20.307Z | [ recovery-image] Oct 30 23:19:18.934 INFO O| Oct 30 23:19:18.934 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-10-30T23:19:20.316Z | [ recovery-image] Oct 30 23:19:18.944 INFO O| Oct 30 23:19:18.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4991 | 2024-10-30T23:19:20.318Z | [ recovery-image] Oct 30 23:19:18.944 INFO O| Oct 30 23:19:18.944 INFO STEP 288 (remove_files) COMPLETE |
4992 | 2024-10-30T23:19:20.318Z | [ recovery-image] Oct 30 23:19:18.944 INFO O| Oct 30 23:19:18.944 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-10-30T23:19:20.325Z | [ recovery-image] Oct 30 23:19:18.953 INFO O| Oct 30 23:19:18.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4994 | 2024-10-30T23:19:20.325Z | [ recovery-image] Oct 30 23:19:18.953 INFO O| Oct 30 23:19:18.953 INFO STEP 289 (remove_files) COMPLETE |
4995 | 2024-10-30T23:19:20.325Z | [ recovery-image] Oct 30 23:19:18.953 INFO O| Oct 30 23:19:18.953 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-10-30T23:19:20.335Z | [ recovery-image] Oct 30 23:19:18.962 INFO O| Oct 30 23:19:18.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4997 | 2024-10-30T23:19:20.335Z | [ recovery-image] Oct 30 23:19:18.962 INFO O| Oct 30 23:19:18.962 INFO STEP 290 (remove_files) COMPLETE |
4998 | 2024-10-30T23:19:20.335Z | [ recovery-image] Oct 30 23:19:18.962 INFO O| Oct 30 23:19:18.962 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-10-30T23:19:20.344Z | [ recovery-image] Oct 30 23:19:18.972 INFO O| Oct 30 23:19:18.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5000 | 2024-10-30T23:19:20.344Z | [ recovery-image] Oct 30 23:19:18.972 INFO O| Oct 30 23:19:18.972 INFO STEP 291 (remove_files) COMPLETE |
5001 | 2024-10-30T23:19:20.344Z | [ recovery-image] Oct 30 23:19:18.972 INFO O| Oct 30 23:19:18.972 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-10-30T23:19:20.353Z | [ recovery-image] Oct 30 23:19:18.981 INFO O| Oct 30 23:19:18.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5003 | 2024-10-30T23:19:20.356Z | [ recovery-image] Oct 30 23:19:18.981 INFO O| Oct 30 23:19:18.981 INFO STEP 292 (remove_files) COMPLETE |
5004 | 2024-10-30T23:19:20.356Z | [ recovery-image] Oct 30 23:19:18.981 INFO O| Oct 30 23:19:18.981 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-10-30T23:19:20.363Z | [ recovery-image] Oct 30 23:19:18.990 INFO O| Oct 30 23:19:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5006 | 2024-10-30T23:19:20.365Z | [ recovery-image] Oct 30 23:19:18.990 INFO O| Oct 30 23:19:18.990 INFO STEP 293 (remove_files) COMPLETE |
5007 | 2024-10-30T23:19:20.365Z | [ recovery-image] Oct 30 23:19:18.991 INFO O| Oct 30 23:19:18.990 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-10-30T23:19:20.373Z | [ recovery-image] Oct 30 23:19:19.000 INFO O| Oct 30 23:19:19.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5009 | 2024-10-30T23:19:20.373Z | [ recovery-image] Oct 30 23:19:19.000 INFO O| Oct 30 23:19:19.000 INFO STEP 294 (remove_files) COMPLETE |
5010 | 2024-10-30T23:19:20.375Z | [ recovery-image] Oct 30 23:19:19.000 INFO O| Oct 30 23:19:19.000 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-10-30T23:19:20.382Z | [ recovery-image] Oct 30 23:19:19.010 INFO O| Oct 30 23:19:19.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5012 | 2024-10-30T23:19:20.384Z | [ recovery-image] Oct 30 23:19:19.010 INFO O| Oct 30 23:19:19.010 INFO STEP 295 (remove_files) COMPLETE |
5013 | 2024-10-30T23:19:20.384Z | [ recovery-image] Oct 30 23:19:19.010 INFO O| Oct 30 23:19:19.010 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-10-30T23:19:20.391Z | [ recovery-image] Oct 30 23:19:19.019 INFO O| Oct 30 23:19:19.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5015 | 2024-10-30T23:19:20.391Z | [ recovery-image] Oct 30 23:19:19.019 INFO O| Oct 30 23:19:19.019 INFO STEP 296 (remove_files) COMPLETE |
5016 | 2024-10-30T23:19:20.391Z | [ recovery-image] Oct 30 23:19:19.019 INFO O| Oct 30 23:19:19.019 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-10-30T23:19:20.401Z | [ recovery-image] Oct 30 23:19:19.028 INFO O| Oct 30 23:19:19.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5018 | 2024-10-30T23:19:20.401Z | [ recovery-image] Oct 30 23:19:19.028 INFO O| Oct 30 23:19:19.028 INFO STEP 297 (remove_files) COMPLETE |
5019 | 2024-10-30T23:19:20.403Z | [ recovery-image] Oct 30 23:19:19.028 INFO O| Oct 30 23:19:19.028 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-10-30T23:19:20.410Z | [ recovery-image] Oct 30 23:19:19.038 INFO O| Oct 30 23:19:19.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5021 | 2024-10-30T23:19:20.410Z | [ recovery-image] Oct 30 23:19:19.038 INFO O| Oct 30 23:19:19.038 INFO STEP 298 (remove_files) COMPLETE |
5022 | 2024-10-30T23:19:20.412Z | [ recovery-image] Oct 30 23:19:19.038 INFO O| Oct 30 23:19:19.038 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-10-30T23:19:20.419Z | [ recovery-image] Oct 30 23:19:19.047 INFO O| Oct 30 23:19:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5024 | 2024-10-30T23:19:20.419Z | [ recovery-image] Oct 30 23:19:19.047 INFO O| Oct 30 23:19:19.047 INFO STEP 299 (remove_files) COMPLETE |
5025 | 2024-10-30T23:19:20.422Z | [ recovery-image] Oct 30 23:19:19.047 INFO O| Oct 30 23:19:19.047 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-10-30T23:19:20.429Z | [ recovery-image] Oct 30 23:19:19.056 INFO O| Oct 30 23:19:19.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5027 | 2024-10-30T23:19:20.429Z | [ recovery-image] Oct 30 23:19:19.056 INFO O| Oct 30 23:19:19.056 INFO STEP 300 (remove_files) COMPLETE |
5028 | 2024-10-30T23:19:20.431Z | [ recovery-image] Oct 30 23:19:19.056 INFO O| Oct 30 23:19:19.056 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-10-30T23:19:20.438Z | [ recovery-image] Oct 30 23:19:19.066 INFO O| Oct 30 23:19:19.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5030 | 2024-10-30T23:19:20.438Z | [ recovery-image] Oct 30 23:19:19.066 INFO O| Oct 30 23:19:19.066 INFO STEP 301 (remove_files) COMPLETE |
5031 | 2024-10-30T23:19:20.441Z | [ recovery-image] Oct 30 23:19:19.066 INFO O| Oct 30 23:19:19.066 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-10-30T23:19:20.447Z | [ recovery-image] Oct 30 23:19:19.075 INFO O| Oct 30 23:19:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5033 | 2024-10-30T23:19:20.450Z | [ recovery-image] Oct 30 23:19:19.075 INFO O| Oct 30 23:19:19.075 INFO STEP 302 (remove_files) COMPLETE |
5034 | 2024-10-30T23:19:20.450Z | [ recovery-image] Oct 30 23:19:19.075 INFO O| Oct 30 23:19:19.075 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-10-30T23:19:20.457Z | [ recovery-image] Oct 30 23:19:19.084 INFO O| Oct 30 23:19:19.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5036 | 2024-10-30T23:19:20.457Z | [ recovery-image] Oct 30 23:19:19.085 INFO O| Oct 30 23:19:19.085 INFO STEP 303 (remove_files) COMPLETE |
5037 | 2024-10-30T23:19:20.459Z | [ recovery-image] Oct 30 23:19:19.085 INFO O| Oct 30 23:19:19.085 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-10-30T23:19:20.466Z | [ recovery-image] Oct 30 23:19:19.094 INFO O| Oct 30 23:19:19.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5039 | 2024-10-30T23:19:20.469Z | [ recovery-image] Oct 30 23:19:19.094 INFO O| Oct 30 23:19:19.094 INFO STEP 304 (remove_files) COMPLETE |
5040 | 2024-10-30T23:19:20.469Z | [ recovery-image] Oct 30 23:19:19.094 INFO O| Oct 30 23:19:19.094 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-10-30T23:19:20.476Z | [ recovery-image] Oct 30 23:19:19.103 INFO O| Oct 30 23:19:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5042 | 2024-10-30T23:19:20.476Z | [ recovery-image] Oct 30 23:19:19.103 INFO O| Oct 30 23:19:19.103 INFO STEP 305 (remove_files) COMPLETE |
5043 | 2024-10-30T23:19:20.478Z | [ recovery-image] Oct 30 23:19:19.103 INFO O| Oct 30 23:19:19.103 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-10-30T23:19:20.485Z | [ recovery-image] Oct 30 23:19:19.113 INFO O| Oct 30 23:19:19.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5045 | 2024-10-30T23:19:20.485Z | [ recovery-image] Oct 30 23:19:19.113 INFO O| Oct 30 23:19:19.113 INFO STEP 306 (remove_files) COMPLETE |
5046 | 2024-10-30T23:19:20.487Z | [ recovery-image] Oct 30 23:19:19.113 INFO O| Oct 30 23:19:19.113 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-10-30T23:19:20.494Z | [ recovery-image] Oct 30 23:19:19.122 INFO O| Oct 30 23:19:19.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5048 | 2024-10-30T23:19:20.494Z | [ recovery-image] Oct 30 23:19:19.122 INFO O| Oct 30 23:19:19.122 INFO STEP 307 (remove_files) COMPLETE |
5049 | 2024-10-30T23:19:20.494Z | [ recovery-image] Oct 30 23:19:19.122 INFO O| Oct 30 23:19:19.122 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-10-30T23:19:20.504Z | [ recovery-image] Oct 30 23:19:19.131 INFO O| Oct 30 23:19:19.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5051 | 2024-10-30T23:19:20.504Z | [ recovery-image] Oct 30 23:19:19.132 INFO O| Oct 30 23:19:19.132 INFO STEP 308 (remove_files) COMPLETE |
5052 | 2024-10-30T23:19:20.504Z | [ recovery-image] Oct 30 23:19:19.132 INFO O| Oct 30 23:19:19.132 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-10-30T23:19:20.513Z | [ recovery-image] Oct 30 23:19:19.141 INFO O| Oct 30 23:19:19.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5054 | 2024-10-30T23:19:20.513Z | [ recovery-image] Oct 30 23:19:19.141 INFO O| Oct 30 23:19:19.141 INFO STEP 309 (remove_files) COMPLETE |
5055 | 2024-10-30T23:19:20.516Z | [ recovery-image] Oct 30 23:19:19.141 INFO O| Oct 30 23:19:19.141 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-10-30T23:19:20.523Z | [ recovery-image] Oct 30 23:19:19.150 INFO O| Oct 30 23:19:19.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5057 | 2024-10-30T23:19:20.525Z | [ recovery-image] Oct 30 23:19:19.150 INFO O| Oct 30 23:19:19.150 INFO STEP 310 (remove_files) COMPLETE |
5058 | 2024-10-30T23:19:20.525Z | [ recovery-image] Oct 30 23:19:19.150 INFO O| Oct 30 23:19:19.150 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-10-30T23:19:20.532Z | [ recovery-image] Oct 30 23:19:19.160 INFO O| Oct 30 23:19:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5060 | 2024-10-30T23:19:20.532Z | [ recovery-image] Oct 30 23:19:19.160 INFO O| Oct 30 23:19:19.160 INFO STEP 311 (remove_files) COMPLETE |
5061 | 2024-10-30T23:19:20.532Z | [ recovery-image] Oct 30 23:19:19.160 INFO O| Oct 30 23:19:19.160 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-10-30T23:19:20.542Z | [ recovery-image] Oct 30 23:19:19.169 INFO O| Oct 30 23:19:19.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5063 | 2024-10-30T23:19:20.542Z | [ recovery-image] Oct 30 23:19:19.169 INFO O| Oct 30 23:19:19.169 INFO STEP 312 (remove_files) COMPLETE |
5064 | 2024-10-30T23:19:20.542Z | [ recovery-image] Oct 30 23:19:19.169 INFO O| Oct 30 23:19:19.169 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-10-30T23:19:20.551Z | [ recovery-image] Oct 30 23:19:19.179 INFO O| Oct 30 23:19:19.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5066 | 2024-10-30T23:19:20.554Z | [ recovery-image] Oct 30 23:19:19.179 INFO O| Oct 30 23:19:19.179 INFO STEP 313 (remove_files) COMPLETE |
5067 | 2024-10-30T23:19:20.554Z | [ recovery-image] Oct 30 23:19:19.179 INFO O| Oct 30 23:19:19.179 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-10-30T23:19:20.560Z | [ recovery-image] Oct 30 23:19:19.188 INFO O| Oct 30 23:19:19.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5069 | 2024-10-30T23:19:20.560Z | [ recovery-image] Oct 30 23:19:19.188 INFO O| Oct 30 23:19:19.188 INFO STEP 314 (remove_files) COMPLETE |
5070 | 2024-10-30T23:19:20.563Z | [ recovery-image] Oct 30 23:19:19.188 INFO O| Oct 30 23:19:19.188 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-10-30T23:19:20.570Z | [ recovery-image] Oct 30 23:19:19.197 INFO O| Oct 30 23:19:19.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5072 | 2024-10-30T23:19:20.570Z | [ recovery-image] Oct 30 23:19:19.197 INFO O| Oct 30 23:19:19.197 INFO STEP 315 (remove_files) COMPLETE |
5073 | 2024-10-30T23:19:20.572Z | [ recovery-image] Oct 30 23:19:19.198 INFO O| Oct 30 23:19:19.197 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-10-30T23:19:20.579Z | [ recovery-image] Oct 30 23:19:19.207 INFO O| Oct 30 23:19:19.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5075 | 2024-10-30T23:19:20.579Z | [ recovery-image] Oct 30 23:19:19.207 INFO O| Oct 30 23:19:19.207 INFO STEP 316 (remove_files) COMPLETE |
5076 | 2024-10-30T23:19:20.581Z | [ recovery-image] Oct 30 23:19:19.207 INFO O| Oct 30 23:19:19.207 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-10-30T23:19:20.589Z | [ recovery-image] Oct 30 23:19:19.216 INFO O| Oct 30 23:19:19.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5078 | 2024-10-30T23:19:20.589Z | [ recovery-image] Oct 30 23:19:19.216 INFO O| Oct 30 23:19:19.216 INFO STEP 317 (remove_files) COMPLETE |
5079 | 2024-10-30T23:19:20.589Z | [ recovery-image] Oct 30 23:19:19.216 INFO O| Oct 30 23:19:19.216 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-10-30T23:19:20.598Z | [ recovery-image] Oct 30 23:19:19.226 INFO O| Oct 30 23:19:19.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5081 | 2024-10-30T23:19:20.598Z | [ recovery-image] Oct 30 23:19:19.226 INFO O| Oct 30 23:19:19.226 INFO STEP 318 (remove_files) COMPLETE |
5082 | 2024-10-30T23:19:20.600Z | [ recovery-image] Oct 30 23:19:19.226 INFO O| Oct 30 23:19:19.226 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-10-30T23:19:20.607Z | [ recovery-image] Oct 30 23:19:19.235 INFO O| Oct 30 23:19:19.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5084 | 2024-10-30T23:19:20.607Z | [ recovery-image] Oct 30 23:19:19.235 INFO O| Oct 30 23:19:19.235 INFO STEP 319 (remove_files) COMPLETE |
5085 | 2024-10-30T23:19:20.607Z | [ recovery-image] Oct 30 23:19:19.235 INFO O| Oct 30 23:19:19.235 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-10-30T23:19:20.617Z | [ recovery-image] Oct 30 23:19:19.244 INFO O| Oct 30 23:19:19.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5087 | 2024-10-30T23:19:20.619Z | [ recovery-image] Oct 30 23:19:19.244 INFO O| Oct 30 23:19:19.244 INFO STEP 320 (remove_files) COMPLETE |
5088 | 2024-10-30T23:19:20.619Z | [ recovery-image] Oct 30 23:19:19.244 INFO O| Oct 30 23:19:19.244 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-10-30T23:19:20.626Z | [ recovery-image] Oct 30 23:19:19.254 INFO O| Oct 30 23:19:19.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5090 | 2024-10-30T23:19:20.626Z | [ recovery-image] Oct 30 23:19:19.254 INFO O| Oct 30 23:19:19.254 INFO STEP 321 (remove_files) COMPLETE |
5091 | 2024-10-30T23:19:20.628Z | [ recovery-image] Oct 30 23:19:19.254 INFO O| Oct 30 23:19:19.254 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-10-30T23:19:20.635Z | [ recovery-image] Oct 30 23:19:19.263 INFO O| Oct 30 23:19:19.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5093 | 2024-10-30T23:19:20.635Z | [ recovery-image] Oct 30 23:19:19.263 INFO O| Oct 30 23:19:19.263 INFO STEP 322 (remove_files) COMPLETE |
5094 | 2024-10-30T23:19:20.635Z | [ recovery-image] Oct 30 23:19:19.263 INFO O| Oct 30 23:19:19.263 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-10-30T23:19:20.645Z | [ recovery-image] Oct 30 23:19:19.272 INFO O| Oct 30 23:19:19.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5096 | 2024-10-30T23:19:20.645Z | [ recovery-image] Oct 30 23:19:19.273 INFO O| Oct 30 23:19:19.272 INFO STEP 323 (remove_files) COMPLETE |
5097 | 2024-10-30T23:19:20.647Z | [ recovery-image] Oct 30 23:19:19.273 INFO O| Oct 30 23:19:19.272 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-10-30T23:19:20.654Z | [ recovery-image] Oct 30 23:19:19.282 INFO O| Oct 30 23:19:19.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5099 | 2024-10-30T23:19:20.654Z | [ recovery-image] Oct 30 23:19:19.282 INFO O| Oct 30 23:19:19.282 INFO STEP 324 (remove_files) COMPLETE |
5100 | 2024-10-30T23:19:20.657Z | [ recovery-image] Oct 30 23:19:19.282 INFO O| Oct 30 23:19:19.282 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-10-30T23:19:20.663Z | [ recovery-image] Oct 30 23:19:19.291 INFO O| Oct 30 23:19:19.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5102 | 2024-10-30T23:19:20.663Z | [ recovery-image] Oct 30 23:19:19.291 INFO O| Oct 30 23:19:19.291 INFO STEP 325 (remove_files) COMPLETE |
5103 | 2024-10-30T23:19:20.666Z | [ recovery-image] Oct 30 23:19:19.291 INFO O| Oct 30 23:19:19.291 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-10-30T23:19:20.666Z | [ host-image] Oct 30 23:19:19.291 INFO O| Oct 30 23:19:19.291 INFO O| Done |
5105 | 2024-10-30T23:19:20.674Z | [ recovery-image] Oct 30 23:19:19.302 INFO O| Oct 30 23:19:19.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5106 | 2024-10-30T23:19:20.677Z | [ recovery-image] Oct 30 23:19:19.302 INFO O| Oct 30 23:19:19.302 INFO STEP 326 (remove_files) COMPLETE |
5107 | 2024-10-30T23:19:20.677Z | [ recovery-image] Oct 30 23:19:19.302 INFO O| Oct 30 23:19:19.302 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-10-30T23:19:20.685Z | [ recovery-image] Oct 30 23:19:19.312 INFO O| Oct 30 23:19:19.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5109 | 2024-10-30T23:19:20.685Z | [ recovery-image] Oct 30 23:19:19.312 INFO O| Oct 30 23:19:19.312 INFO STEP 327 (remove_files) COMPLETE |
5110 | 2024-10-30T23:19:20.685Z | [ recovery-image] Oct 30 23:19:19.312 INFO O| Oct 30 23:19:19.312 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-10-30T23:19:20.695Z | [ recovery-image] Oct 30 23:19:19.322 INFO O| Oct 30 23:19:19.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5112 | 2024-10-30T23:19:20.697Z | [ recovery-image] Oct 30 23:19:19.322 INFO O| Oct 30 23:19:19.322 INFO STEP 328 (remove_files) COMPLETE |
5113 | 2024-10-30T23:19:20.697Z | [ recovery-image] Oct 30 23:19:19.322 INFO O| Oct 30 23:19:19.322 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-10-30T23:19:20.704Z | [ recovery-image] Oct 30 23:19:19.332 INFO O| Oct 30 23:19:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5115 | 2024-10-30T23:19:20.704Z | [ recovery-image] Oct 30 23:19:19.332 INFO O| Oct 30 23:19:19.332 INFO STEP 329 (remove_files) COMPLETE |
5116 | 2024-10-30T23:19:20.706Z | [ recovery-image] Oct 30 23:19:19.332 INFO O| Oct 30 23:19:19.332 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-10-30T23:19:20.714Z | [ recovery-image] Oct 30 23:19:19.342 INFO O| Oct 30 23:19:19.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5118 | 2024-10-30T23:19:20.714Z | [ recovery-image] Oct 30 23:19:19.342 INFO O| Oct 30 23:19:19.342 INFO STEP 330 (remove_files) COMPLETE |
5119 | 2024-10-30T23:19:20.717Z | [ recovery-image] Oct 30 23:19:19.342 INFO O| Oct 30 23:19:19.342 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-10-30T23:19:20.724Z | [ recovery-image] Oct 30 23:19:19.352 INFO O| Oct 30 23:19:19.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5121 | 2024-10-30T23:19:20.726Z | [ recovery-image] Oct 30 23:19:19.352 INFO O| Oct 30 23:19:19.352 INFO STEP 331 (remove_files) COMPLETE |
5122 | 2024-10-30T23:19:20.726Z | [ recovery-image] Oct 30 23:19:19.352 INFO O| Oct 30 23:19:19.352 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-10-30T23:19:20.734Z | [ recovery-image] Oct 30 23:19:19.361 INFO O| Oct 30 23:19:19.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5124 | 2024-10-30T23:19:20.734Z | [ recovery-image] Oct 30 23:19:19.361 INFO O| Oct 30 23:19:19.361 INFO STEP 332 (remove_files) COMPLETE |
5125 | 2024-10-30T23:19:20.737Z | [ recovery-image] Oct 30 23:19:19.362 INFO O| Oct 30 23:19:19.361 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-10-30T23:19:20.744Z | [ recovery-image] Oct 30 23:19:19.372 INFO O| Oct 30 23:19:19.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5127 | 2024-10-30T23:19:20.744Z | [ recovery-image] Oct 30 23:19:19.372 INFO O| Oct 30 23:19:19.372 INFO STEP 333 (remove_files) COMPLETE |
5128 | 2024-10-30T23:19:20.744Z | [ recovery-image] Oct 30 23:19:19.372 INFO O| Oct 30 23:19:19.372 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-10-30T23:19:20.754Z | [ recovery-image] Oct 30 23:19:19.382 INFO O| Oct 30 23:19:19.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5130 | 2024-10-30T23:19:20.754Z | [ recovery-image] Oct 30 23:19:19.382 INFO O| Oct 30 23:19:19.382 INFO STEP 334 (remove_files) COMPLETE |
5131 | 2024-10-30T23:19:20.757Z | [ recovery-image] Oct 30 23:19:19.382 INFO O| Oct 30 23:19:19.382 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-10-30T23:19:20.764Z | [ recovery-image] Oct 30 23:19:19.392 INFO O| Oct 30 23:19:19.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5133 | 2024-10-30T23:19:20.764Z | [ recovery-image] Oct 30 23:19:19.392 INFO O| Oct 30 23:19:19.392 INFO STEP 335 (remove_files) COMPLETE |
5134 | 2024-10-30T23:19:20.766Z | [ recovery-image] Oct 30 23:19:19.392 INFO O| Oct 30 23:19:19.392 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-10-30T23:19:20.774Z | [ recovery-image] Oct 30 23:19:19.401 INFO O| Oct 30 23:19:19.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5136 | 2024-10-30T23:19:20.774Z | [ recovery-image] Oct 30 23:19:19.401 INFO O| Oct 30 23:19:19.401 INFO STEP 336 (remove_files) COMPLETE |
5137 | 2024-10-30T23:19:20.774Z | [ recovery-image] Oct 30 23:19:19.401 INFO O| Oct 30 23:19:19.401 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-10-30T23:19:20.783Z | [ recovery-image] Oct 30 23:19:19.411 INFO O| Oct 30 23:19:19.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5139 | 2024-10-30T23:19:20.783Z | [ recovery-image] Oct 30 23:19:19.411 INFO O| Oct 30 23:19:19.411 INFO STEP 337 (remove_files) COMPLETE |
5140 | 2024-10-30T23:19:20.787Z | [ recovery-image] Oct 30 23:19:19.411 INFO O| Oct 30 23:19:19.411 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-10-30T23:19:20.793Z | [ recovery-image] Oct 30 23:19:19.420 INFO O| Oct 30 23:19:19.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5142 | 2024-10-30T23:19:20.793Z | [ recovery-image] Oct 30 23:19:19.420 INFO O| Oct 30 23:19:19.420 INFO STEP 338 (remove_files) COMPLETE |
5143 | 2024-10-30T23:19:21.798Z | [ recovery-image] Oct 30 23:19:19.421 INFO O| Oct 30 23:19:19.420 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.430 INFO O| Oct 30 23:19:19.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5145 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.430 INFO O| Oct 30 23:19:19.430 INFO STEP 339 (remove_files) COMPLETE |
5146 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.430 INFO O| Oct 30 23:19:19.430 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.440 INFO O| Oct 30 23:19:19.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5148 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.440 INFO O| Oct 30 23:19:19.440 INFO STEP 340 (remove_files) COMPLETE |
5149 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.440 INFO O| Oct 30 23:19:19.440 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.449 INFO O| Oct 30 23:19:19.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5151 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.449 INFO O| Oct 30 23:19:19.449 INFO STEP 341 (remove_files) COMPLETE |
5152 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.449 INFO O| Oct 30 23:19:19.449 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-10-30T23:19:21.802Z | [ recovery-image] Oct 30 23:19:19.459 INFO O| Oct 30 23:19:19.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5154 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.459 INFO O| Oct 30 23:19:19.459 INFO STEP 342 (remove_files) COMPLETE |
5155 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.459 INFO O| Oct 30 23:19:19.459 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.468 INFO O| Oct 30 23:19:19.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5157 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.469 INFO O| Oct 30 23:19:19.469 INFO STEP 343 (remove_files) COMPLETE |
5158 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.469 INFO O| Oct 30 23:19:19.469 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.478 INFO O| Oct 30 23:19:19.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5160 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.478 INFO O| Oct 30 23:19:19.478 INFO STEP 344 (remove_files) COMPLETE |
5161 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.478 INFO O| Oct 30 23:19:19.478 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.487 INFO O| Oct 30 23:19:19.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5163 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.487 INFO O| Oct 30 23:19:19.487 INFO STEP 345 (remove_files) COMPLETE |
5164 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.487 INFO O| Oct 30 23:19:19.487 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.496 INFO O| Oct 30 23:19:19.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5166 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.497 INFO O| Oct 30 23:19:19.497 INFO STEP 346 (remove_files) COMPLETE |
5167 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.497 INFO O| Oct 30 23:19:19.497 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.506 INFO O| Oct 30 23:19:19.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5169 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.506 INFO O| Oct 30 23:19:19.506 INFO STEP 347 (remove_files) COMPLETE |
5170 | 2024-10-30T23:19:21.803Z | [ recovery-image] Oct 30 23:19:19.506 INFO O| Oct 30 23:19:19.506 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.515 INFO O| Oct 30 23:19:19.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5172 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.515 INFO O| Oct 30 23:19:19.515 INFO STEP 348 (remove_files) COMPLETE |
5173 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.515 INFO O| Oct 30 23:19:19.515 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.525 INFO O| Oct 30 23:19:19.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5175 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.525 INFO O| Oct 30 23:19:19.525 INFO STEP 349 (remove_files) COMPLETE |
5176 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.525 INFO O| Oct 30 23:19:19.525 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.534 INFO O| Oct 30 23:19:19.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5178 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.534 INFO O| Oct 30 23:19:19.534 INFO STEP 350 (remove_files) COMPLETE |
5179 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.534 INFO O| Oct 30 23:19:19.534 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.543 INFO O| Oct 30 23:19:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5181 | 2024-10-30T23:19:21.804Z | [ recovery-image] Oct 30 23:19:19.543 INFO O| Oct 30 23:19:19.543 INFO STEP 351 (remove_files) COMPLETE |
5182 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.543 INFO O| Oct 30 23:19:19.543 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.553 INFO O| Oct 30 23:19:19.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5184 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.553 INFO O| Oct 30 23:19:19.553 INFO STEP 352 (remove_files) COMPLETE |
5185 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.553 INFO O| Oct 30 23:19:19.553 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.562 INFO O| Oct 30 23:19:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5187 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.562 INFO O| Oct 30 23:19:19.562 INFO STEP 353 (remove_files) COMPLETE |
5188 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.562 INFO O| Oct 30 23:19:19.562 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.571 INFO O| Oct 30 23:19:19.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5190 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.571 INFO O| Oct 30 23:19:19.571 INFO STEP 354 (remove_files) COMPLETE |
5191 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.571 INFO O| Oct 30 23:19:19.571 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.581 INFO O| Oct 30 23:19:19.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5193 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.581 INFO O| Oct 30 23:19:19.581 INFO STEP 355 (remove_files) COMPLETE |
5194 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.581 INFO O| Oct 30 23:19:19.581 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.590 INFO O| Oct 30 23:19:19.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5196 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.590 INFO O| Oct 30 23:19:19.590 INFO STEP 356 (remove_files) COMPLETE |
5197 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.590 INFO O| Oct 30 23:19:19.590 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.600 INFO O| Oct 30 23:19:19.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5199 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.600 INFO O| Oct 30 23:19:19.600 INFO STEP 357 (remove_files) COMPLETE |
5200 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.600 INFO O| Oct 30 23:19:19.600 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.609 INFO O| Oct 30 23:19:19.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5202 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.609 INFO O| Oct 30 23:19:19.609 INFO STEP 358 (remove_files) COMPLETE |
5203 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.609 INFO O| Oct 30 23:19:19.609 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.618 INFO O| Oct 30 23:19:19.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5205 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.619 INFO O| Oct 30 23:19:19.618 INFO STEP 359 (remove_files) COMPLETE |
5206 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.619 INFO O| Oct 30 23:19:19.618 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.628 INFO O| Oct 30 23:19:19.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5208 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.628 INFO O| Oct 30 23:19:19.628 INFO STEP 360 (remove_files) COMPLETE |
5209 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.628 INFO O| Oct 30 23:19:19.628 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.637 INFO O| Oct 30 23:19:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5211 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.637 INFO O| Oct 30 23:19:19.637 INFO STEP 361 (remove_files) COMPLETE |
5212 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.637 INFO O| Oct 30 23:19:19.637 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.647 INFO O| Oct 30 23:19:19.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5214 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.647 INFO O| Oct 30 23:19:19.647 INFO STEP 362 (remove_files) COMPLETE |
5215 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.647 INFO O| Oct 30 23:19:19.647 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.656 INFO O| Oct 30 23:19:19.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5217 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.656 INFO O| Oct 30 23:19:19.656 INFO STEP 363 (remove_files) COMPLETE |
5218 | 2024-10-30T23:19:21.805Z | [ recovery-image] Oct 30 23:19:19.656 INFO O| Oct 30 23:19:19.656 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.666 INFO O| Oct 30 23:19:19.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5220 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.666 INFO O| Oct 30 23:19:19.666 INFO STEP 364 (remove_files) COMPLETE |
5221 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.666 INFO O| Oct 30 23:19:19.666 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.675 INFO O| Oct 30 23:19:19.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5223 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.676 INFO O| Oct 30 23:19:19.676 INFO STEP 365 (remove_files) COMPLETE |
5224 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.676 INFO O| Oct 30 23:19:19.676 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.687 INFO O| Oct 30 23:19:19.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5226 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.687 INFO O| Oct 30 23:19:19.687 INFO STEP 366 (remove_files) COMPLETE |
5227 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.687 INFO O| Oct 30 23:19:19.687 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.697 INFO O| Oct 30 23:19:19.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5229 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.697 INFO O| Oct 30 23:19:19.697 INFO STEP 367 (remove_files) COMPLETE |
5230 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.697 INFO O| Oct 30 23:19:19.697 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.706 INFO O| Oct 30 23:19:19.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5232 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.706 INFO O| Oct 30 23:19:19.706 INFO STEP 368 (remove_files) COMPLETE |
5233 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.706 INFO O| Oct 30 23:19:19.706 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.716 INFO O| Oct 30 23:19:19.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5235 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.716 INFO O| Oct 30 23:19:19.716 INFO STEP 369 (remove_files) COMPLETE |
5236 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.716 INFO O| Oct 30 23:19:19.716 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.725 INFO O| Oct 30 23:19:19.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5238 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.725 INFO O| Oct 30 23:19:19.725 INFO STEP 370 (remove_files) COMPLETE |
5239 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.725 INFO O| Oct 30 23:19:19.725 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.735 INFO O| Oct 30 23:19:19.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5241 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.735 INFO O| Oct 30 23:19:19.735 INFO STEP 371 (remove_files) COMPLETE |
5242 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.735 INFO O| Oct 30 23:19:19.735 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-10-30T23:19:21.806Z | [ recovery-image] Oct 30 23:19:19.744 INFO O| Oct 30 23:19:19.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5244 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.744 INFO O| Oct 30 23:19:19.744 INFO STEP 372 (remove_files) COMPLETE |
5245 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.744 INFO O| Oct 30 23:19:19.744 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.754 INFO O| Oct 30 23:19:19.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5247 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.754 INFO O| Oct 30 23:19:19.754 INFO STEP 373 (remove_files) COMPLETE |
5248 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.754 INFO O| Oct 30 23:19:19.754 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.764 INFO O| Oct 30 23:19:19.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5250 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.764 INFO O| Oct 30 23:19:19.764 INFO STEP 374 (remove_files) COMPLETE |
5251 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.764 INFO O| Oct 30 23:19:19.764 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.773 INFO O| Oct 30 23:19:19.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5253 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.773 INFO O| Oct 30 23:19:19.773 INFO STEP 375 (remove_files) COMPLETE |
5254 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.773 INFO O| Oct 30 23:19:19.773 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.783 INFO O| Oct 30 23:19:19.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5256 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.783 INFO O| Oct 30 23:19:19.783 INFO STEP 376 (remove_files) COMPLETE |
5257 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.783 INFO O| Oct 30 23:19:19.783 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.792 INFO O| Oct 30 23:19:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5259 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.792 INFO O| Oct 30 23:19:19.792 INFO STEP 377 (remove_files) COMPLETE |
5260 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.792 INFO O| Oct 30 23:19:19.792 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.802 INFO O| Oct 30 23:19:19.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5262 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.802 INFO O| Oct 30 23:19:19.802 INFO STEP 378 (remove_files) COMPLETE |
5263 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.802 INFO O| Oct 30 23:19:19.802 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-10-30T23:19:21.810Z | [ recovery-image] Oct 30 23:19:19.811 INFO O| Oct 30 23:19:19.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5265 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.811 INFO O| Oct 30 23:19:19.811 INFO STEP 379 (remove_files) COMPLETE |
5266 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.811 INFO O| Oct 30 23:19:19.811 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.821 INFO O| Oct 30 23:19:19.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5268 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.821 INFO O| Oct 30 23:19:19.821 INFO STEP 380 (remove_files) COMPLETE |
5269 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.821 INFO O| Oct 30 23:19:19.821 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.830 INFO O| Oct 30 23:19:19.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5271 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.831 INFO O| Oct 30 23:19:19.831 INFO STEP 381 (remove_files) COMPLETE |
5272 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.831 INFO O| Oct 30 23:19:19.831 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.840 INFO O| Oct 30 23:19:19.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5274 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.840 INFO O| Oct 30 23:19:19.840 INFO STEP 382 (remove_files) COMPLETE |
5275 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.840 INFO O| Oct 30 23:19:19.840 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.850 INFO O| Oct 30 23:19:19.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5277 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.850 INFO O| Oct 30 23:19:19.850 INFO STEP 383 (remove_files) COMPLETE |
5278 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.850 INFO O| Oct 30 23:19:19.850 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.860 INFO O| Oct 30 23:19:19.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5280 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.860 INFO O| Oct 30 23:19:19.860 INFO STEP 384 (remove_files) COMPLETE |
5281 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.860 INFO O| Oct 30 23:19:19.860 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.869 INFO O| Oct 30 23:19:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5283 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.869 INFO O| Oct 30 23:19:19.869 INFO STEP 385 (remove_files) COMPLETE |
5284 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.869 INFO O| Oct 30 23:19:19.869 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.879 INFO O| Oct 30 23:19:19.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5286 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.879 INFO O| Oct 30 23:19:19.879 INFO STEP 386 (remove_files) COMPLETE |
5287 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.879 INFO O| Oct 30 23:19:19.879 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.888 INFO O| Oct 30 23:19:19.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5289 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.888 INFO O| Oct 30 23:19:19.888 INFO STEP 387 (remove_files) COMPLETE |
5290 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.888 INFO O| Oct 30 23:19:19.888 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.897 INFO O| Oct 30 23:19:19.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5292 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.898 INFO O| Oct 30 23:19:19.897 INFO STEP 388 (remove_files) COMPLETE |
5293 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.898 INFO O| Oct 30 23:19:19.897 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.907 INFO O| Oct 30 23:19:19.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5295 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.907 INFO O| Oct 30 23:19:19.907 INFO STEP 389 (remove_files) COMPLETE |
5296 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.907 INFO O| Oct 30 23:19:19.907 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.916 INFO O| Oct 30 23:19:19.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5298 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.917 INFO O| Oct 30 23:19:19.917 INFO STEP 390 (remove_files) COMPLETE |
5299 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.917 INFO O| Oct 30 23:19:19.917 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.927 INFO O| Oct 30 23:19:19.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5301 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.927 INFO O| Oct 30 23:19:19.927 INFO STEP 391 (remove_files) COMPLETE |
5302 | 2024-10-30T23:19:21.811Z | [ recovery-image] Oct 30 23:19:19.927 INFO O| Oct 30 23:19:19.927 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.937 INFO O| Oct 30 23:19:19.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5304 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.937 INFO O| Oct 30 23:19:19.937 INFO STEP 392 (remove_files) COMPLETE |
5305 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.937 INFO O| Oct 30 23:19:19.937 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.947 INFO O| Oct 30 23:19:19.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5307 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.947 INFO O| Oct 30 23:19:19.947 INFO STEP 393 (remove_files) COMPLETE |
5308 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.947 INFO O| Oct 30 23:19:19.947 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.957 INFO O| Oct 30 23:19:19.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5310 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.957 INFO O| Oct 30 23:19:19.957 INFO STEP 394 (remove_files) COMPLETE |
5311 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.957 INFO O| Oct 30 23:19:19.957 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.966 INFO O| Oct 30 23:19:19.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5313 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.966 INFO O| Oct 30 23:19:19.966 INFO STEP 395 (remove_files) COMPLETE |
5314 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.966 INFO O| Oct 30 23:19:19.966 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.975 INFO O| Oct 30 23:19:19.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5316 | 2024-10-30T23:19:21.812Z | [ recovery-image] Oct 30 23:19:19.976 INFO O| Oct 30 23:19:19.975 INFO STEP 396 (remove_files) COMPLETE |
5317 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:19.976 INFO O| Oct 30 23:19:19.976 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:19.985 INFO O| Oct 30 23:19:19.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5319 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:19.985 INFO O| Oct 30 23:19:19.985 INFO STEP 397 (remove_files) COMPLETE |
5320 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:19.985 INFO O| Oct 30 23:19:19.985 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:19.994 INFO O| Oct 30 23:19:19.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5322 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:19.995 INFO O| Oct 30 23:19:19.994 INFO STEP 398 (remove_files) COMPLETE |
5323 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:19.995 INFO O| Oct 30 23:19:19.994 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.005 INFO O| Oct 30 23:19:20.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5325 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.005 INFO O| Oct 30 23:19:20.005 INFO STEP 399 (remove_files) COMPLETE |
5326 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.005 INFO O| Oct 30 23:19:20.005 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.014 INFO O| Oct 30 23:19:20.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5328 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.014 INFO O| Oct 30 23:19:20.014 INFO STEP 400 (remove_files) COMPLETE |
5329 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.014 INFO O| Oct 30 23:19:20.014 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.024 INFO O| Oct 30 23:19:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5331 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.024 INFO O| Oct 30 23:19:20.024 INFO STEP 401 (remove_files) COMPLETE |
5332 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.024 INFO O| Oct 30 23:19:20.024 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.033 INFO O| Oct 30 23:19:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5334 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.033 INFO O| Oct 30 23:19:20.033 INFO STEP 402 (remove_files) COMPLETE |
5335 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.033 INFO O| Oct 30 23:19:20.033 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.043 INFO O| Oct 30 23:19:20.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5337 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.043 INFO O| Oct 30 23:19:20.043 INFO STEP 403 (remove_files) COMPLETE |
5338 | 2024-10-30T23:19:21.813Z | [ recovery-image] Oct 30 23:19:20.043 INFO O| Oct 30 23:19:20.043 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-10-30T23:19:21.814Z | [ recovery-image] Oct 30 23:19:20.052 INFO O| Oct 30 23:19:20.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5340 | 2024-10-30T23:19:21.814Z | [ recovery-image] Oct 30 23:19:20.053 INFO O| Oct 30 23:19:20.053 INFO STEP 404 (remove_files) COMPLETE |
5341 | 2024-10-30T23:19:21.814Z | [ recovery-image] Oct 30 23:19:20.053 INFO O| Oct 30 23:19:20.053 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-10-30T23:19:21.814Z | [ recovery-image] Oct 30 23:19:20.063 INFO O| Oct 30 23:19:20.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5343 | 2024-10-30T23:19:21.814Z | [ recovery-image] Oct 30 23:19:20.063 INFO O| Oct 30 23:19:20.063 INFO STEP 405 (remove_files) COMPLETE |
5344 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.063 INFO O| Oct 30 23:19:20.063 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.072 INFO O| Oct 30 23:19:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5346 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.072 INFO O| Oct 30 23:19:20.072 INFO STEP 406 (remove_files) COMPLETE |
5347 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.072 INFO O| Oct 30 23:19:20.072 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.082 INFO O| Oct 30 23:19:20.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5349 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.082 INFO O| Oct 30 23:19:20.082 INFO STEP 407 (remove_files) COMPLETE |
5350 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.082 INFO O| Oct 30 23:19:20.082 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.091 INFO O| Oct 30 23:19:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5352 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.092 INFO O| Oct 30 23:19:20.092 INFO STEP 408 (remove_files) COMPLETE |
5353 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.092 INFO O| Oct 30 23:19:20.092 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.101 INFO O| Oct 30 23:19:20.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5355 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.101 INFO O| Oct 30 23:19:20.101 INFO STEP 409 (remove_files) COMPLETE |
5356 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.101 INFO O| Oct 30 23:19:20.101 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-10-30T23:19:21.817Z | [ recovery-image] Oct 30 23:19:20.110 INFO O| Oct 30 23:19:20.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5358 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.111 INFO O| Oct 30 23:19:20.110 INFO STEP 410 (remove_files) COMPLETE |
5359 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.111 INFO O| Oct 30 23:19:20.111 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.120 INFO O| Oct 30 23:19:20.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5361 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.120 INFO O| Oct 30 23:19:20.120 INFO STEP 411 (remove_files) COMPLETE |
5362 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.120 INFO O| Oct 30 23:19:20.120 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.129 INFO O| Oct 30 23:19:20.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5364 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.129 INFO O| Oct 30 23:19:20.129 INFO STEP 412 (remove_files) COMPLETE |
5365 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.129 INFO O| Oct 30 23:19:20.129 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.139 INFO O| Oct 30 23:19:20.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5367 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.139 INFO O| Oct 30 23:19:20.139 INFO STEP 413 (remove_files) COMPLETE |
5368 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.139 INFO O| Oct 30 23:19:20.139 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.148 INFO O| Oct 30 23:19:20.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5370 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.148 INFO O| Oct 30 23:19:20.148 INFO STEP 414 (remove_files) COMPLETE |
5371 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.148 INFO O| Oct 30 23:19:20.148 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.157 INFO O| Oct 30 23:19:20.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5373 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.158 INFO O| Oct 30 23:19:20.157 INFO STEP 415 (remove_files) COMPLETE |
5374 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.158 INFO O| Oct 30 23:19:20.158 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.167 INFO O| Oct 30 23:19:20.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5376 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.167 INFO O| Oct 30 23:19:20.167 INFO STEP 416 (remove_files) COMPLETE |
5377 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.167 INFO O| Oct 30 23:19:20.167 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.176 INFO O| Oct 30 23:19:20.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5379 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.176 INFO O| Oct 30 23:19:20.176 INFO STEP 417 (remove_files) COMPLETE |
5380 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.176 INFO O| Oct 30 23:19:20.176 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.185 INFO O| Oct 30 23:19:20.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5382 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.186 INFO O| Oct 30 23:19:20.186 INFO STEP 418 (remove_files) COMPLETE |
5383 | 2024-10-30T23:19:21.818Z | [ recovery-image] Oct 30 23:19:20.186 INFO O| Oct 30 23:19:20.186 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.195 INFO O| Oct 30 23:19:20.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5385 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.195 INFO O| Oct 30 23:19:20.195 INFO STEP 419 (remove_files) COMPLETE |
5386 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.195 INFO O| Oct 30 23:19:20.195 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.204 INFO O| Oct 30 23:19:20.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5388 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.204 INFO O| Oct 30 23:19:20.204 INFO STEP 420 (remove_files) COMPLETE |
5389 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.204 INFO O| Oct 30 23:19:20.204 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.214 INFO O| Oct 30 23:19:20.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5391 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.214 INFO O| Oct 30 23:19:20.214 INFO STEP 421 (remove_files) COMPLETE |
5392 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.214 INFO O| Oct 30 23:19:20.214 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.223 INFO O| Oct 30 23:19:20.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5394 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.223 INFO O| Oct 30 23:19:20.223 INFO STEP 422 (remove_files) COMPLETE |
5395 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.223 INFO O| Oct 30 23:19:20.223 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.232 INFO O| Oct 30 23:19:20.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5397 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.232 INFO O| Oct 30 23:19:20.232 INFO STEP 423 (remove_files) COMPLETE |
5398 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.232 INFO O| Oct 30 23:19:20.232 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.242 INFO O| Oct 30 23:19:20.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5400 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.242 INFO O| Oct 30 23:19:20.242 INFO STEP 424 (remove_files) COMPLETE |
5401 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.242 INFO O| Oct 30 23:19:20.242 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.251 INFO O| Oct 30 23:19:20.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5403 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.251 INFO O| Oct 30 23:19:20.251 INFO STEP 425 (remove_files) COMPLETE |
5404 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.251 INFO O| Oct 30 23:19:20.251 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.261 INFO O| Oct 30 23:19:20.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5406 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.261 INFO O| Oct 30 23:19:20.261 INFO STEP 426 (remove_files) COMPLETE |
5407 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.261 INFO O| Oct 30 23:19:20.261 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.270 INFO O| Oct 30 23:19:20.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5409 | 2024-10-30T23:19:21.819Z | [ recovery-image] Oct 30 23:19:20.270 INFO O| Oct 30 23:19:20.270 INFO STEP 427 (remove_files) COMPLETE |
5410 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.270 INFO O| Oct 30 23:19:20.270 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.279 INFO O| Oct 30 23:19:20.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5412 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.279 INFO O| Oct 30 23:19:20.279 INFO STEP 428 (remove_files) COMPLETE |
5413 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.279 INFO O| Oct 30 23:19:20.279 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.289 INFO O| Oct 30 23:19:20.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5415 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.289 INFO O| Oct 30 23:19:20.289 INFO STEP 429 (remove_files) COMPLETE |
5416 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.289 INFO O| Oct 30 23:19:20.289 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.298 INFO O| Oct 30 23:19:20.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5418 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.298 INFO O| Oct 30 23:19:20.298 INFO STEP 430 (remove_files) COMPLETE |
5419 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.298 INFO O| Oct 30 23:19:20.298 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.307 INFO O| Oct 30 23:19:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5421 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.308 INFO O| Oct 30 23:19:20.307 INFO STEP 431 (remove_files) COMPLETE |
5422 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.308 INFO O| Oct 30 23:19:20.308 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.317 INFO O| Oct 30 23:19:20.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5424 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.317 INFO O| Oct 30 23:19:20.317 INFO STEP 432 (remove_files) COMPLETE |
5425 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.317 INFO O| Oct 30 23:19:20.317 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.326 INFO O| Oct 30 23:19:20.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5427 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.326 INFO O| Oct 30 23:19:20.326 INFO STEP 433 (remove_files) COMPLETE |
5428 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.326 INFO O| Oct 30 23:19:20.326 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.336 INFO O| Oct 30 23:19:20.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5430 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.336 INFO O| Oct 30 23:19:20.336 INFO STEP 434 (remove_files) COMPLETE |
5431 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.336 INFO O| Oct 30 23:19:20.336 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.345 INFO O| Oct 30 23:19:20.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5433 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.345 INFO O| Oct 30 23:19:20.345 INFO STEP 435 (remove_files) COMPLETE |
5434 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.345 INFO O| Oct 30 23:19:20.345 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.354 INFO O| Oct 30 23:19:20.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5436 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.355 INFO O| Oct 30 23:19:20.354 INFO STEP 436 (remove_files) COMPLETE |
5437 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.355 INFO O| Oct 30 23:19:20.355 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.364 INFO O| Oct 30 23:19:20.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5439 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.364 INFO O| Oct 30 23:19:20.364 INFO STEP 437 (remove_files) COMPLETE |
5440 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.364 INFO O| Oct 30 23:19:20.364 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.373 INFO O| Oct 30 23:19:20.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5442 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.373 INFO O| Oct 30 23:19:20.373 INFO STEP 438 (remove_files) COMPLETE |
5443 | 2024-10-30T23:19:21.820Z | [ recovery-image] Oct 30 23:19:20.373 INFO O| Oct 30 23:19:20.373 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.383 INFO O| Oct 30 23:19:20.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5445 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.383 INFO O| Oct 30 23:19:20.383 INFO STEP 439 (remove_files) COMPLETE |
5446 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.383 INFO O| Oct 30 23:19:20.383 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.392 INFO O| Oct 30 23:19:20.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5448 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.392 INFO O| Oct 30 23:19:20.392 INFO STEP 440 (remove_files) COMPLETE |
5449 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.392 INFO O| Oct 30 23:19:20.392 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.401 INFO O| Oct 30 23:19:20.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5451 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.401 INFO O| Oct 30 23:19:20.401 INFO STEP 441 (remove_files) COMPLETE |
5452 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.401 INFO O| Oct 30 23:19:20.401 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.411 INFO O| Oct 30 23:19:20.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5454 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.411 INFO O| Oct 30 23:19:20.411 INFO STEP 442 (remove_files) COMPLETE |
5455 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.411 INFO O| Oct 30 23:19:20.411 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-10-30T23:19:21.823Z | [ recovery-image] Oct 30 23:19:20.421 INFO O| Oct 30 23:19:20.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5457 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.421 INFO O| Oct 30 23:19:20.421 INFO STEP 443 (remove_files) COMPLETE |
5458 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.421 INFO O| Oct 30 23:19:20.421 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.431 INFO O| Oct 30 23:19:20.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5460 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.431 INFO O| Oct 30 23:19:20.431 INFO STEP 444 (remove_files) COMPLETE |
5461 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.431 INFO O| Oct 30 23:19:20.431 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.441 INFO O| Oct 30 23:19:20.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5463 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.441 INFO O| Oct 30 23:19:20.441 INFO STEP 445 (remove_files) COMPLETE |
5464 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.441 INFO O| Oct 30 23:19:20.441 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.450 INFO O| Oct 30 23:19:20.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5466 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.450 INFO O| Oct 30 23:19:20.450 INFO STEP 446 (remove_files) COMPLETE |
5467 | 2024-10-30T23:19:21.824Z | [ recovery-image] Oct 30 23:19:20.450 INFO O| Oct 30 23:19:20.450 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-10-30T23:19:21.833Z | [ recovery-image] Oct 30 23:19:20.460 INFO O| Oct 30 23:19:20.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5469 | 2024-10-30T23:19:21.833Z | [ recovery-image] Oct 30 23:19:20.460 INFO O| Oct 30 23:19:20.460 INFO STEP 447 (remove_files) COMPLETE |
5470 | 2024-10-30T23:19:21.833Z | [ recovery-image] Oct 30 23:19:20.460 INFO O| Oct 30 23:19:20.460 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-10-30T23:19:21.842Z | [ recovery-image] Oct 30 23:19:20.469 INFO O| Oct 30 23:19:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5472 | 2024-10-30T23:19:21.844Z | [ recovery-image] Oct 30 23:19:20.469 INFO O| Oct 30 23:19:20.469 INFO STEP 448 (remove_files) COMPLETE |
5473 | 2024-10-30T23:19:21.844Z | [ recovery-image] Oct 30 23:19:20.469 INFO O| Oct 30 23:19:20.469 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-10-30T23:19:21.851Z | [ recovery-image] Oct 30 23:19:20.479 INFO O| Oct 30 23:19:20.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5475 | 2024-10-30T23:19:21.851Z | [ recovery-image] Oct 30 23:19:20.479 INFO O| Oct 30 23:19:20.479 INFO STEP 449 (remove_files) COMPLETE |
5476 | 2024-10-30T23:19:21.851Z | [ recovery-image] Oct 30 23:19:20.479 INFO O| Oct 30 23:19:20.479 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-10-30T23:19:21.857Z | [ host-image] Oct 30 23:19:20.484 INFO O| Oct 30 23:19:20.484 INFO O| Done |
5478 | 2024-10-30T23:19:21.861Z | [ recovery-image] Oct 30 23:19:20.488 INFO O| Oct 30 23:19:20.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5479 | 2024-10-30T23:19:21.863Z | [ recovery-image] Oct 30 23:19:20.489 INFO O| Oct 30 23:19:20.489 INFO STEP 450 (remove_files) COMPLETE |
5480 | 2024-10-30T23:19:21.863Z | [ recovery-image] Oct 30 23:19:20.489 INFO O| Oct 30 23:19:20.489 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-10-30T23:19:21.871Z | [ recovery-image] Oct 30 23:19:20.499 INFO O| Oct 30 23:19:20.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5482 | 2024-10-30T23:19:21.871Z | [ recovery-image] Oct 30 23:19:20.499 INFO O| Oct 30 23:19:20.499 INFO STEP 451 (remove_files) COMPLETE |
5483 | 2024-10-30T23:19:21.873Z | [ recovery-image] Oct 30 23:19:20.499 INFO O| Oct 30 23:19:20.499 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-10-30T23:19:21.879Z | [ host-image] Oct 30 23:19:20.507 INFO O| Oct 30 23:19:20.507 INFO O| Done |
5485 | 2024-10-30T23:19:21.882Z | [ recovery-image] Oct 30 23:19:20.508 INFO O| Oct 30 23:19:20.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5486 | 2024-10-30T23:19:21.882Z | [ recovery-image] Oct 30 23:19:20.509 INFO O| Oct 30 23:19:20.509 INFO STEP 452 (remove_files) COMPLETE |
5487 | 2024-10-30T23:19:21.882Z | [ recovery-image] Oct 30 23:19:20.509 INFO O| Oct 30 23:19:20.509 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-10-30T23:19:21.891Z | [ recovery-image] Oct 30 23:19:20.519 INFO O| Oct 30 23:19:20.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5489 | 2024-10-30T23:19:21.893Z | [ recovery-image] Oct 30 23:19:20.519 INFO O| Oct 30 23:19:20.519 INFO STEP 453 (remove_files) COMPLETE |
5490 | 2024-10-30T23:19:21.893Z | [ recovery-image] Oct 30 23:19:20.519 INFO O| Oct 30 23:19:20.519 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-10-30T23:19:21.901Z | [ recovery-image] Oct 30 23:19:20.529 INFO O| Oct 30 23:19:20.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5492 | 2024-10-30T23:19:21.901Z | [ recovery-image] Oct 30 23:19:20.529 INFO O| Oct 30 23:19:20.529 INFO STEP 454 (remove_files) COMPLETE |
5493 | 2024-10-30T23:19:21.901Z | [ recovery-image] Oct 30 23:19:20.529 INFO O| Oct 30 23:19:20.529 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-10-30T23:19:21.911Z | [ recovery-image] Oct 30 23:19:20.538 INFO O| Oct 30 23:19:20.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5495 | 2024-10-30T23:19:21.911Z | [ recovery-image] Oct 30 23:19:20.538 INFO O| Oct 30 23:19:20.538 INFO STEP 455 (remove_files) COMPLETE |
5496 | 2024-10-30T23:19:21.913Z | [ recovery-image] Oct 30 23:19:20.538 INFO O| Oct 30 23:19:20.538 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-10-30T23:19:21.920Z | [ recovery-image] Oct 30 23:19:20.548 INFO O| Oct 30 23:19:20.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5498 | 2024-10-30T23:19:21.920Z | [ recovery-image] Oct 30 23:19:20.548 INFO O| Oct 30 23:19:20.548 INFO STEP 456 (remove_files) COMPLETE |
5499 | 2024-10-30T23:19:21.923Z | [ recovery-image] Oct 30 23:19:20.548 INFO O| Oct 30 23:19:20.548 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-10-30T23:19:21.930Z | [ recovery-image] Oct 30 23:19:20.557 INFO O| Oct 30 23:19:20.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5501 | 2024-10-30T23:19:21.930Z | [ recovery-image] Oct 30 23:19:20.557 INFO O| Oct 30 23:19:20.557 INFO STEP 457 (remove_files) COMPLETE |
5502 | 2024-10-30T23:19:21.932Z | [ recovery-image] Oct 30 23:19:20.557 INFO O| Oct 30 23:19:20.557 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-10-30T23:19:21.939Z | [ recovery-image] Oct 30 23:19:20.567 INFO O| Oct 30 23:19:20.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5504 | 2024-10-30T23:19:21.941Z | [ recovery-image] Oct 30 23:19:20.567 INFO O| Oct 30 23:19:20.567 INFO STEP 458 (remove_files) COMPLETE |
5505 | 2024-10-30T23:19:21.941Z | [ recovery-image] Oct 30 23:19:20.567 INFO O| Oct 30 23:19:20.567 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-10-30T23:19:21.948Z | [ recovery-image] Oct 30 23:19:20.576 INFO O| Oct 30 23:19:20.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5507 | 2024-10-30T23:19:21.949Z | [ recovery-image] Oct 30 23:19:20.576 INFO O| Oct 30 23:19:20.576 INFO STEP 459 (remove_files) COMPLETE |
5508 | 2024-10-30T23:19:21.951Z | [ recovery-image] Oct 30 23:19:20.576 INFO O| Oct 30 23:19:20.576 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-10-30T23:19:21.958Z | [ recovery-image] Oct 30 23:19:20.586 INFO O| Oct 30 23:19:20.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5510 | 2024-10-30T23:19:21.958Z | [ recovery-image] Oct 30 23:19:20.586 INFO O| Oct 30 23:19:20.586 INFO STEP 460 (remove_files) COMPLETE |
5511 | 2024-10-30T23:19:21.961Z | [ recovery-image] Oct 30 23:19:20.586 INFO O| Oct 30 23:19:20.586 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-10-30T23:19:21.968Z | [ recovery-image] Oct 30 23:19:20.595 INFO O| Oct 30 23:19:20.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5513 | 2024-10-30T23:19:21.968Z | [ recovery-image] Oct 30 23:19:20.595 INFO O| Oct 30 23:19:20.595 INFO STEP 461 (remove_files) COMPLETE |
5514 | 2024-10-30T23:19:21.968Z | [ recovery-image] Oct 30 23:19:20.595 INFO O| Oct 30 23:19:20.595 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-10-30T23:19:21.977Z | [ recovery-image] Oct 30 23:19:20.605 INFO O| Oct 30 23:19:20.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5516 | 2024-10-30T23:19:21.977Z | [ recovery-image] Oct 30 23:19:20.605 INFO O| Oct 30 23:19:20.605 INFO STEP 462 (remove_files) COMPLETE |
5517 | 2024-10-30T23:19:21.980Z | [ recovery-image] Oct 30 23:19:20.605 INFO O| Oct 30 23:19:20.605 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-10-30T23:19:21.987Z | [ recovery-image] Oct 30 23:19:20.614 INFO O| Oct 30 23:19:20.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5519 | 2024-10-30T23:19:21.987Z | [ recovery-image] Oct 30 23:19:20.614 INFO O| Oct 30 23:19:20.614 INFO STEP 463 (remove_files) COMPLETE |
5520 | 2024-10-30T23:19:21.987Z | [ recovery-image] Oct 30 23:19:20.614 INFO O| Oct 30 23:19:20.614 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-10-30T23:19:21.996Z | [ recovery-image] Oct 30 23:19:20.624 INFO O| Oct 30 23:19:20.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5522 | 2024-10-30T23:19:21.996Z | [ recovery-image] Oct 30 23:19:20.624 INFO O| Oct 30 23:19:20.624 INFO STEP 464 (remove_files) COMPLETE |
5523 | 2024-10-30T23:19:21.996Z | [ recovery-image] Oct 30 23:19:20.624 INFO O| Oct 30 23:19:20.624 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-10-30T23:19:22.006Z | [ recovery-image] Oct 30 23:19:20.633 INFO O| Oct 30 23:19:20.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5525 | 2024-10-30T23:19:22.008Z | [ recovery-image] Oct 30 23:19:20.634 INFO O| Oct 30 23:19:20.633 INFO STEP 465 (remove_files) COMPLETE |
5526 | 2024-10-30T23:19:22.008Z | [ recovery-image] Oct 30 23:19:20.634 INFO O| Oct 30 23:19:20.634 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-10-30T23:19:22.017Z | [ recovery-image] Oct 30 23:19:20.644 INFO O| Oct 30 23:19:20.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5528 | 2024-10-30T23:19:22.017Z | [ recovery-image] Oct 30 23:19:20.644 INFO O| Oct 30 23:19:20.644 INFO STEP 466 (remove_files) COMPLETE |
5529 | 2024-10-30T23:19:22.019Z | [ recovery-image] Oct 30 23:19:20.644 INFO O| Oct 30 23:19:20.644 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-10-30T23:19:22.027Z | [ recovery-image] Oct 30 23:19:20.654 INFO O| Oct 30 23:19:20.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5531 | 2024-10-30T23:19:22.027Z | [ recovery-image] Oct 30 23:19:20.654 INFO O| Oct 30 23:19:20.654 INFO STEP 467 (remove_files) COMPLETE |
5532 | 2024-10-30T23:19:22.027Z | [ recovery-image] Oct 30 23:19:20.654 INFO O| Oct 30 23:19:20.654 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-10-30T23:19:22.037Z | [ recovery-image] Oct 30 23:19:20.664 INFO O| Oct 30 23:19:20.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5534 | 2024-10-30T23:19:22.039Z | [ recovery-image] Oct 30 23:19:20.665 INFO O| Oct 30 23:19:20.665 INFO STEP 468 (remove_files) COMPLETE |
5535 | 2024-10-30T23:19:22.039Z | [ recovery-image] Oct 30 23:19:20.665 INFO O| Oct 30 23:19:20.665 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-10-30T23:19:22.047Z | [ recovery-image] Oct 30 23:19:20.675 INFO O| Oct 30 23:19:20.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5537 | 2024-10-30T23:19:22.049Z | [ recovery-image] Oct 30 23:19:20.675 INFO O| Oct 30 23:19:20.675 INFO STEP 469 (remove_files) COMPLETE |
5538 | 2024-10-30T23:19:22.050Z | [ recovery-image] Oct 30 23:19:20.675 INFO O| Oct 30 23:19:20.675 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-10-30T23:19:22.057Z | [ recovery-image] Oct 30 23:19:20.685 INFO O| Oct 30 23:19:20.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5540 | 2024-10-30T23:19:22.057Z | [ recovery-image] Oct 30 23:19:20.685 INFO O| Oct 30 23:19:20.685 INFO STEP 470 (remove_files) COMPLETE |
5541 | 2024-10-30T23:19:22.060Z | [ recovery-image] Oct 30 23:19:20.685 INFO O| Oct 30 23:19:20.685 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-10-30T23:19:22.066Z | [ recovery-image] Oct 30 23:19:20.694 INFO O| Oct 30 23:19:20.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5543 | 2024-10-30T23:19:22.066Z | [ recovery-image] Oct 30 23:19:20.694 INFO O| Oct 30 23:19:20.694 INFO STEP 471 (remove_files) COMPLETE |
5544 | 2024-10-30T23:19:22.068Z | [ recovery-image] Oct 30 23:19:20.694 INFO O| Oct 30 23:19:20.694 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-10-30T23:19:22.076Z | [ recovery-image] Oct 30 23:19:20.703 INFO O| Oct 30 23:19:20.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5546 | 2024-10-30T23:19:22.076Z | [ recovery-image] Oct 30 23:19:20.703 INFO O| Oct 30 23:19:20.703 INFO STEP 472 (remove_files) COMPLETE |
5547 | 2024-10-30T23:19:22.078Z | [ recovery-image] Oct 30 23:19:20.703 INFO O| Oct 30 23:19:20.703 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-10-30T23:19:22.085Z | [ recovery-image] Oct 30 23:19:20.713 INFO O| Oct 30 23:19:20.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5549 | 2024-10-30T23:19:22.085Z | [ recovery-image] Oct 30 23:19:20.713 INFO O| Oct 30 23:19:20.713 INFO STEP 473 (remove_files) COMPLETE |
5550 | 2024-10-30T23:19:22.085Z | [ recovery-image] Oct 30 23:19:20.713 INFO O| Oct 30 23:19:20.713 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-10-30T23:19:22.095Z | [ recovery-image] Oct 30 23:19:20.722 INFO O| Oct 30 23:19:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5552 | 2024-10-30T23:19:22.095Z | [ recovery-image] Oct 30 23:19:20.722 INFO O| Oct 30 23:19:20.722 INFO STEP 474 (remove_files) COMPLETE |
5553 | 2024-10-30T23:19:22.095Z | [ recovery-image] Oct 30 23:19:20.722 INFO O| Oct 30 23:19:20.722 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-10-30T23:19:22.104Z | [ recovery-image] Oct 30 23:19:20.732 INFO O| Oct 30 23:19:20.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5555 | 2024-10-30T23:19:22.104Z | [ recovery-image] Oct 30 23:19:20.732 INFO O| Oct 30 23:19:20.732 INFO STEP 475 (remove_files) COMPLETE |
5556 | 2024-10-30T23:19:22.104Z | [ recovery-image] Oct 30 23:19:20.732 INFO O| Oct 30 23:19:20.732 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-10-30T23:19:22.114Z | [ recovery-image] Oct 30 23:19:20.741 INFO O| Oct 30 23:19:20.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5558 | 2024-10-30T23:19:22.114Z | [ recovery-image] Oct 30 23:19:20.741 INFO O| Oct 30 23:19:20.741 INFO STEP 476 (remove_files) COMPLETE |
5559 | 2024-10-30T23:19:22.114Z | [ recovery-image] Oct 30 23:19:20.741 INFO O| Oct 30 23:19:20.741 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-10-30T23:19:22.123Z | [ recovery-image] Oct 30 23:19:20.750 INFO O| Oct 30 23:19:20.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5561 | 2024-10-30T23:19:22.123Z | [ recovery-image] Oct 30 23:19:20.751 INFO O| Oct 30 23:19:20.751 INFO STEP 477 (remove_files) COMPLETE |
5562 | 2024-10-30T23:19:22.125Z | [ recovery-image] Oct 30 23:19:20.751 INFO O| Oct 30 23:19:20.751 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-10-30T23:19:22.134Z | [ recovery-image] Oct 30 23:19:20.761 INFO O| Oct 30 23:19:20.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5564 | 2024-10-30T23:19:22.136Z | [ recovery-image] Oct 30 23:19:20.761 INFO O| Oct 30 23:19:20.761 INFO STEP 478 (remove_files) COMPLETE |
5565 | 2024-10-30T23:19:22.136Z | [ recovery-image] Oct 30 23:19:20.761 INFO O| Oct 30 23:19:20.761 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-10-30T23:19:22.144Z | [ recovery-image] Oct 30 23:19:20.771 INFO O| Oct 30 23:19:20.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5567 | 2024-10-30T23:19:22.144Z | [ recovery-image] Oct 30 23:19:20.771 INFO O| Oct 30 23:19:20.771 INFO STEP 479 (remove_files) COMPLETE |
5568 | 2024-10-30T23:19:22.146Z | [ recovery-image] Oct 30 23:19:20.771 INFO O| Oct 30 23:19:20.771 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-10-30T23:19:22.154Z | [ recovery-image] Oct 30 23:19:20.781 INFO O| Oct 30 23:19:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5570 | 2024-10-30T23:19:22.157Z | [ recovery-image] Oct 30 23:19:20.781 INFO O| Oct 30 23:19:20.781 INFO STEP 480 (remove_files) COMPLETE |
5571 | 2024-10-30T23:19:22.157Z | [ recovery-image] Oct 30 23:19:20.781 INFO O| Oct 30 23:19:20.781 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-10-30T23:19:22.164Z | [ recovery-image] Oct 30 23:19:20.791 INFO O| Oct 30 23:19:20.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5573 | 2024-10-30T23:19:22.164Z | [ recovery-image] Oct 30 23:19:20.791 INFO O| Oct 30 23:19:20.791 INFO STEP 481 (remove_files) COMPLETE |
5574 | 2024-10-30T23:19:22.164Z | [ recovery-image] Oct 30 23:19:20.791 INFO O| Oct 30 23:19:20.791 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-10-30T23:19:22.177Z | [ recovery-image] Oct 30 23:19:20.804 INFO O| Oct 30 23:19:20.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5576 | 2024-10-30T23:19:22.177Z | [ recovery-image] Oct 30 23:19:20.804 INFO O| Oct 30 23:19:20.804 INFO STEP 482 (remove_files) COMPLETE |
5577 | 2024-10-30T23:19:22.178Z | [ recovery-image] Oct 30 23:19:20.804 INFO O| Oct 30 23:19:20.804 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-10-30T23:19:22.186Z | [ recovery-image] Oct 30 23:19:20.814 INFO O| Oct 30 23:19:20.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5579 | 2024-10-30T23:19:22.190Z | [ recovery-image] Oct 30 23:19:20.814 INFO O| Oct 30 23:19:20.814 INFO STEP 483 (remove_files) COMPLETE |
5580 | 2024-10-30T23:19:22.190Z | [ recovery-image] Oct 30 23:19:20.814 INFO O| Oct 30 23:19:20.814 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-10-30T23:19:22.201Z | [ recovery-image] Oct 30 23:19:20.823 INFO O| Oct 30 23:19:20.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5582 | 2024-10-30T23:19:22.201Z | [ recovery-image] Oct 30 23:19:20.823 INFO O| Oct 30 23:19:20.823 INFO STEP 484 (remove_files) COMPLETE |
5583 | 2024-10-30T23:19:22.205Z | [ recovery-image] Oct 30 23:19:20.823 INFO O| Oct 30 23:19:20.823 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-10-30T23:19:22.207Z | [ recovery-image] Oct 30 23:19:20.833 INFO O| Oct 30 23:19:20.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5585 | 2024-10-30T23:19:22.207Z | [ recovery-image] Oct 30 23:19:20.833 INFO O| Oct 30 23:19:20.833 INFO STEP 485 (remove_files) COMPLETE |
5586 | 2024-10-30T23:19:22.207Z | [ recovery-image] Oct 30 23:19:20.833 INFO O| Oct 30 23:19:20.833 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-10-30T23:19:22.215Z | [ recovery-image] Oct 30 23:19:20.842 INFO O| Oct 30 23:19:20.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5588 | 2024-10-30T23:19:22.217Z | [ recovery-image] Oct 30 23:19:20.842 INFO O| Oct 30 23:19:20.842 INFO STEP 486 (remove_files) COMPLETE |
5589 | 2024-10-30T23:19:22.218Z | [ recovery-image] Oct 30 23:19:20.842 INFO O| Oct 30 23:19:20.842 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-10-30T23:19:22.224Z | [ recovery-image] Oct 30 23:19:20.852 INFO O| Oct 30 23:19:20.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5591 | 2024-10-30T23:19:22.224Z | [ recovery-image] Oct 30 23:19:20.852 INFO O| Oct 30 23:19:20.852 INFO STEP 487 (remove_files) COMPLETE |
5592 | 2024-10-30T23:19:22.226Z | [ recovery-image] Oct 30 23:19:20.852 INFO O| Oct 30 23:19:20.852 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-10-30T23:19:22.234Z | [ recovery-image] Oct 30 23:19:20.861 INFO O| Oct 30 23:19:20.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5594 | 2024-10-30T23:19:22.234Z | [ recovery-image] Oct 30 23:19:20.861 INFO O| Oct 30 23:19:20.861 INFO STEP 488 (remove_files) COMPLETE |
5595 | 2024-10-30T23:19:22.236Z | [ recovery-image] Oct 30 23:19:20.861 INFO O| Oct 30 23:19:20.861 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-10-30T23:19:22.243Z | [ recovery-image] Oct 30 23:19:20.871 INFO O| Oct 30 23:19:20.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5597 | 2024-10-30T23:19:22.243Z | [ recovery-image] Oct 30 23:19:20.871 INFO O| Oct 30 23:19:20.871 INFO STEP 489 (remove_files) COMPLETE |
5598 | 2024-10-30T23:19:22.246Z | [ recovery-image] Oct 30 23:19:20.871 INFO O| Oct 30 23:19:20.871 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-10-30T23:19:22.254Z | [ recovery-image] Oct 30 23:19:20.882 INFO O| Oct 30 23:19:20.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5600 | 2024-10-30T23:19:22.255Z | [ recovery-image] Oct 30 23:19:20.882 INFO O| Oct 30 23:19:20.882 INFO STEP 490 (remove_files) COMPLETE |
5601 | 2024-10-30T23:19:22.257Z | [ recovery-image] Oct 30 23:19:20.882 INFO O| Oct 30 23:19:20.882 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-10-30T23:19:22.265Z | [ recovery-image] Oct 30 23:19:20.892 INFO O| Oct 30 23:19:20.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5603 | 2024-10-30T23:19:22.265Z | [ recovery-image] Oct 30 23:19:20.892 INFO O| Oct 30 23:19:20.892 INFO STEP 491 (remove_files) COMPLETE |
5604 | 2024-10-30T23:19:22.267Z | [ recovery-image] Oct 30 23:19:20.892 INFO O| Oct 30 23:19:20.892 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-10-30T23:19:22.274Z | [ recovery-image] Oct 30 23:19:20.902 INFO O| Oct 30 23:19:20.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5606 | 2024-10-30T23:19:22.277Z | [ recovery-image] Oct 30 23:19:20.902 INFO O| Oct 30 23:19:20.902 INFO STEP 492 (remove_files) COMPLETE |
5607 | 2024-10-30T23:19:22.277Z | [ recovery-image] Oct 30 23:19:20.902 INFO O| Oct 30 23:19:20.902 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-10-30T23:19:22.284Z | [ recovery-image] Oct 30 23:19:20.912 INFO O| Oct 30 23:19:20.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5609 | 2024-10-30T23:19:22.284Z | [ recovery-image] Oct 30 23:19:20.912 INFO O| Oct 30 23:19:20.912 INFO STEP 493 (remove_files) COMPLETE |
5610 | 2024-10-30T23:19:22.286Z | [ recovery-image] Oct 30 23:19:20.912 INFO O| Oct 30 23:19:20.912 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-10-30T23:19:22.294Z | [ recovery-image] Oct 30 23:19:20.921 INFO O| Oct 30 23:19:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5612 | 2024-10-30T23:19:22.294Z | [ recovery-image] Oct 30 23:19:20.921 INFO O| Oct 30 23:19:20.921 INFO STEP 494 (remove_files) COMPLETE |
5613 | 2024-10-30T23:19:22.296Z | [ recovery-image] Oct 30 23:19:20.921 INFO O| Oct 30 23:19:20.921 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-10-30T23:19:22.303Z | [ recovery-image] Oct 30 23:19:20.931 INFO O| Oct 30 23:19:20.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5615 | 2024-10-30T23:19:22.305Z | [ recovery-image] Oct 30 23:19:20.931 INFO O| Oct 30 23:19:20.931 INFO STEP 495 (remove_files) COMPLETE |
5616 | 2024-10-30T23:19:22.305Z | [ recovery-image] Oct 30 23:19:20.931 INFO O| Oct 30 23:19:20.931 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-10-30T23:19:22.313Z | [ recovery-image] Oct 30 23:19:20.940 INFO O| Oct 30 23:19:20.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5618 | 2024-10-30T23:19:22.316Z | [ recovery-image] Oct 30 23:19:20.940 INFO O| Oct 30 23:19:20.940 INFO STEP 496 (remove_files) COMPLETE |
5619 | 2024-10-30T23:19:22.316Z | [ recovery-image] Oct 30 23:19:20.940 INFO O| Oct 30 23:19:20.940 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-10-30T23:19:22.322Z | [ recovery-image] Oct 30 23:19:20.950 INFO O| Oct 30 23:19:20.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5621 | 2024-10-30T23:19:22.322Z | [ recovery-image] Oct 30 23:19:20.950 INFO O| Oct 30 23:19:20.950 INFO STEP 497 (remove_files) COMPLETE |
5622 | 2024-10-30T23:19:22.322Z | [ recovery-image] Oct 30 23:19:20.950 INFO O| Oct 30 23:19:20.950 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-10-30T23:19:22.331Z | [ recovery-image] Oct 30 23:19:20.959 INFO O| Oct 30 23:19:20.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5624 | 2024-10-30T23:19:22.334Z | [ recovery-image] Oct 30 23:19:20.959 INFO O| Oct 30 23:19:20.959 INFO STEP 498 (remove_files) COMPLETE |
5625 | 2024-10-30T23:19:22.335Z | [ recovery-image] Oct 30 23:19:20.959 INFO O| Oct 30 23:19:20.959 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-10-30T23:19:22.341Z | [ recovery-image] Oct 30 23:19:20.969 INFO O| Oct 30 23:19:20.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5627 | 2024-10-30T23:19:22.341Z | [ recovery-image] Oct 30 23:19:20.969 INFO O| Oct 30 23:19:20.969 INFO STEP 499 (remove_files) COMPLETE |
5628 | 2024-10-30T23:19:22.343Z | [ recovery-image] Oct 30 23:19:20.969 INFO O| Oct 30 23:19:20.969 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-10-30T23:19:22.351Z | [ recovery-image] Oct 30 23:19:20.978 INFO O| Oct 30 23:19:20.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5630 | 2024-10-30T23:19:22.351Z | [ recovery-image] Oct 30 23:19:20.978 INFO O| Oct 30 23:19:20.978 INFO STEP 500 (remove_files) COMPLETE |
5631 | 2024-10-30T23:19:22.351Z | [ recovery-image] Oct 30 23:19:20.978 INFO O| Oct 30 23:19:20.978 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-10-30T23:19:22.360Z | [ recovery-image] Oct 30 23:19:20.988 INFO O| Oct 30 23:19:20.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5633 | 2024-10-30T23:19:22.360Z | [ recovery-image] Oct 30 23:19:20.988 INFO O| Oct 30 23:19:20.988 INFO STEP 501 (remove_files) COMPLETE |
5634 | 2024-10-30T23:19:22.360Z | [ recovery-image] Oct 30 23:19:20.988 INFO O| Oct 30 23:19:20.988 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-10-30T23:19:22.369Z | [ recovery-image] Oct 30 23:19:20.997 INFO O| Oct 30 23:19:20.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5636 | 2024-10-30T23:19:22.369Z | [ recovery-image] Oct 30 23:19:20.997 INFO O| Oct 30 23:19:20.997 INFO STEP 502 (remove_files) COMPLETE |
5637 | 2024-10-30T23:19:22.370Z | [ recovery-image] Oct 30 23:19:20.997 INFO O| Oct 30 23:19:20.997 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-10-30T23:19:22.379Z | [ recovery-image] Oct 30 23:19:21.007 INFO O| Oct 30 23:19:21.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5639 | 2024-10-30T23:19:22.379Z | [ recovery-image] Oct 30 23:19:21.007 INFO O| Oct 30 23:19:21.007 INFO STEP 503 (remove_files) COMPLETE |
5640 | 2024-10-30T23:19:22.379Z | [ recovery-image] Oct 30 23:19:21.007 INFO O| Oct 30 23:19:21.007 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-10-30T23:19:22.389Z | [ recovery-image] Oct 30 23:19:21.016 INFO O| Oct 30 23:19:21.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5642 | 2024-10-30T23:19:22.389Z | [ recovery-image] Oct 30 23:19:21.016 INFO O| Oct 30 23:19:21.016 INFO STEP 504 (remove_files) COMPLETE |
5643 | 2024-10-30T23:19:22.445Z | [ recovery-image] Oct 30 23:19:21.016 INFO O| Oct 30 23:19:21.016 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-10-30T23:19:22.447Z | [ recovery-image] Oct 30 23:19:21.026 INFO O| Oct 30 23:19:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5645 | 2024-10-30T23:19:22.447Z | [ recovery-image] Oct 30 23:19:21.026 INFO O| Oct 30 23:19:21.026 INFO STEP 505 (remove_files) COMPLETE |
5646 | 2024-10-30T23:19:22.447Z | [ recovery-image] Oct 30 23:19:21.026 INFO O| Oct 30 23:19:21.026 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.035 INFO O| Oct 30 23:19:21.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5648 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.035 INFO O| Oct 30 23:19:21.035 INFO STEP 506 (remove_files) COMPLETE |
5649 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.036 INFO O| Oct 30 23:19:21.035 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.045 INFO O| Oct 30 23:19:21.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5651 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.045 INFO O| Oct 30 23:19:21.045 INFO STEP 507 (remove_files) COMPLETE |
5652 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.045 INFO O| Oct 30 23:19:21.045 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.054 INFO O| Oct 30 23:19:21.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5654 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.054 INFO O| Oct 30 23:19:21.054 INFO STEP 508 (remove_files) COMPLETE |
5655 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.054 INFO O| Oct 30 23:19:21.054 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.064 INFO O| Oct 30 23:19:21.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5657 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.064 INFO O| Oct 30 23:19:21.064 INFO STEP 509 (remove_files) COMPLETE |
5658 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.064 INFO O| Oct 30 23:19:21.064 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.073 INFO O| Oct 30 23:19:21.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5660 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.073 INFO O| Oct 30 23:19:21.073 INFO STEP 510 (remove_files) COMPLETE |
5661 | 2024-10-30T23:19:22.448Z | [ recovery-image] Oct 30 23:19:21.073 INFO O| Oct 30 23:19:21.073 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-10-30T23:19:22.455Z | [ recovery-image] Oct 30 23:19:21.083 INFO O| Oct 30 23:19:21.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5663 | 2024-10-30T23:19:22.455Z | [ recovery-image] Oct 30 23:19:21.083 INFO O| Oct 30 23:19:21.083 INFO STEP 511 (remove_files) COMPLETE |
5664 | 2024-10-30T23:19:22.458Z | [ recovery-image] Oct 30 23:19:21.083 INFO O| Oct 30 23:19:21.083 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-10-30T23:19:22.465Z | [ recovery-image] Oct 30 23:19:21.092 INFO O| Oct 30 23:19:21.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5666 | 2024-10-30T23:19:22.465Z | [ recovery-image] Oct 30 23:19:21.092 INFO O| Oct 30 23:19:21.092 INFO STEP 512 (remove_files) COMPLETE |
5667 | 2024-10-30T23:19:22.467Z | [ recovery-image] Oct 30 23:19:21.092 INFO O| Oct 30 23:19:21.092 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-10-30T23:19:22.474Z | [ recovery-image] Oct 30 23:19:21.102 INFO O| Oct 30 23:19:21.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5669 | 2024-10-30T23:19:22.476Z | [ recovery-image] Oct 30 23:19:21.102 INFO O| Oct 30 23:19:21.102 INFO STEP 513 (remove_files) COMPLETE |
5670 | 2024-10-30T23:19:22.476Z | [ recovery-image] Oct 30 23:19:21.102 INFO O| Oct 30 23:19:21.102 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-10-30T23:19:22.484Z | [ recovery-image] Oct 30 23:19:21.112 INFO O| Oct 30 23:19:21.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5672 | 2024-10-30T23:19:22.484Z | [ recovery-image] Oct 30 23:19:21.112 INFO O| Oct 30 23:19:21.112 INFO STEP 514 (remove_files) COMPLETE |
5673 | 2024-10-30T23:19:22.486Z | [ recovery-image] Oct 30 23:19:21.112 INFO O| Oct 30 23:19:21.112 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-10-30T23:19:22.494Z | [ recovery-image] Oct 30 23:19:21.121 INFO O| Oct 30 23:19:21.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5675 | 2024-10-30T23:19:22.496Z | [ recovery-image] Oct 30 23:19:21.121 INFO O| Oct 30 23:19:21.121 INFO STEP 515 (remove_files) COMPLETE |
5676 | 2024-10-30T23:19:22.496Z | [ recovery-image] Oct 30 23:19:21.121 INFO O| Oct 30 23:19:21.121 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-10-30T23:19:22.503Z | [ recovery-image] Oct 30 23:19:21.131 INFO O| Oct 30 23:19:21.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5678 | 2024-10-30T23:19:22.503Z | [ recovery-image] Oct 30 23:19:21.131 INFO O| Oct 30 23:19:21.131 INFO STEP 516 (remove_files) COMPLETE |
5679 | 2024-10-30T23:19:22.506Z | [ recovery-image] Oct 30 23:19:21.131 INFO O| Oct 30 23:19:21.131 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-10-30T23:19:22.513Z | [ recovery-image] Oct 30 23:19:21.140 INFO O| Oct 30 23:19:21.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5681 | 2024-10-30T23:19:22.516Z | [ recovery-image] Oct 30 23:19:21.140 INFO O| Oct 30 23:19:21.140 INFO STEP 517 (remove_files) COMPLETE |
5682 | 2024-10-30T23:19:22.516Z | [ recovery-image] Oct 30 23:19:21.140 INFO O| Oct 30 23:19:21.140 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-10-30T23:19:22.522Z | [ recovery-image] Oct 30 23:19:21.150 INFO O| Oct 30 23:19:21.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5684 | 2024-10-30T23:19:22.522Z | [ recovery-image] Oct 30 23:19:21.150 INFO O| Oct 30 23:19:21.150 INFO STEP 518 (remove_files) COMPLETE |
5685 | 2024-10-30T23:19:22.525Z | [ recovery-image] Oct 30 23:19:21.150 INFO O| Oct 30 23:19:21.150 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-10-30T23:19:22.532Z | [ recovery-image] Oct 30 23:19:21.159 INFO O| Oct 30 23:19:21.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5687 | 2024-10-30T23:19:22.532Z | [ recovery-image] Oct 30 23:19:21.159 INFO O| Oct 30 23:19:21.159 INFO STEP 519 (remove_files) COMPLETE |
5688 | 2024-10-30T23:19:22.532Z | [ recovery-image] Oct 30 23:19:21.159 INFO O| Oct 30 23:19:21.159 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-10-30T23:19:22.542Z | [ recovery-image] Oct 30 23:19:21.169 INFO O| Oct 30 23:19:21.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5690 | 2024-10-30T23:19:22.542Z | [ recovery-image] Oct 30 23:19:21.169 INFO O| Oct 30 23:19:21.169 INFO STEP 520 (remove_files) COMPLETE |
5691 | 2024-10-30T23:19:22.542Z | [ recovery-image] Oct 30 23:19:21.169 INFO O| Oct 30 23:19:21.169 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-10-30T23:19:22.551Z | [ recovery-image] Oct 30 23:19:21.179 INFO O| Oct 30 23:19:21.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5693 | 2024-10-30T23:19:22.554Z | [ recovery-image] Oct 30 23:19:21.180 INFO O| Oct 30 23:19:21.180 INFO STEP 521 (remove_files) COMPLETE |
5694 | 2024-10-30T23:19:22.554Z | [ recovery-image] Oct 30 23:19:21.180 INFO O| Oct 30 23:19:21.180 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-10-30T23:19:22.562Z | [ recovery-image] Oct 30 23:19:21.190 INFO O| Oct 30 23:19:21.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5696 | 2024-10-30T23:19:22.562Z | [ recovery-image] Oct 30 23:19:21.190 INFO O| Oct 30 23:19:21.190 INFO STEP 522 (remove_files) COMPLETE |
5697 | 2024-10-30T23:19:22.562Z | [ recovery-image] Oct 30 23:19:21.190 INFO O| Oct 30 23:19:21.190 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-10-30T23:19:22.572Z | [ recovery-image] Oct 30 23:19:21.200 INFO O| Oct 30 23:19:21.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5699 | 2024-10-30T23:19:22.572Z | [ recovery-image] Oct 30 23:19:21.200 INFO O| Oct 30 23:19:21.200 INFO STEP 523 (remove_files) COMPLETE |
5700 | 2024-10-30T23:19:22.574Z | [ recovery-image] Oct 30 23:19:21.200 INFO O| Oct 30 23:19:21.200 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-10-30T23:19:22.582Z | [ recovery-image] Oct 30 23:19:21.210 INFO O| Oct 30 23:19:21.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5702 | 2024-10-30T23:19:22.582Z | [ recovery-image] Oct 30 23:19:21.210 INFO O| Oct 30 23:19:21.210 INFO STEP 524 (remove_files) COMPLETE |
5703 | 2024-10-30T23:19:22.584Z | [ recovery-image] Oct 30 23:19:21.210 INFO O| Oct 30 23:19:21.210 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-10-30T23:19:22.592Z | [ recovery-image] Oct 30 23:19:21.219 INFO O| Oct 30 23:19:21.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5705 | 2024-10-30T23:19:22.592Z | [ recovery-image] Oct 30 23:19:21.219 INFO O| Oct 30 23:19:21.219 INFO STEP 525 (remove_files) COMPLETE |
5706 | 2024-10-30T23:19:22.594Z | [ recovery-image] Oct 30 23:19:21.219 INFO O| Oct 30 23:19:21.219 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-10-30T23:19:22.601Z | [ recovery-image] Oct 30 23:19:21.229 INFO O| Oct 30 23:19:21.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5708 | 2024-10-30T23:19:22.604Z | [ recovery-image] Oct 30 23:19:21.229 INFO O| Oct 30 23:19:21.229 INFO STEP 526 (remove_files) COMPLETE |
5709 | 2024-10-30T23:19:22.604Z | [ recovery-image] Oct 30 23:19:21.229 INFO O| Oct 30 23:19:21.229 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-10-30T23:19:22.611Z | [ recovery-image] Oct 30 23:19:21.238 INFO O| Oct 30 23:19:21.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5711 | 2024-10-30T23:19:22.613Z | [ recovery-image] Oct 30 23:19:21.239 INFO O| Oct 30 23:19:21.238 INFO STEP 527 (remove_files) COMPLETE |
5712 | 2024-10-30T23:19:22.613Z | [ recovery-image] Oct 30 23:19:21.239 INFO O| Oct 30 23:19:21.238 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-10-30T23:19:22.620Z | [ recovery-image] Oct 30 23:19:21.248 INFO O| Oct 30 23:19:21.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5714 | 2024-10-30T23:19:22.623Z | [ recovery-image] Oct 30 23:19:21.248 INFO O| Oct 30 23:19:21.248 INFO STEP 528 (remove_files) COMPLETE |
5715 | 2024-10-30T23:19:22.623Z | [ recovery-image] Oct 30 23:19:21.248 INFO O| Oct 30 23:19:21.248 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-10-30T23:19:22.630Z | [ recovery-image] Oct 30 23:19:21.257 INFO O| Oct 30 23:19:21.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5717 | 2024-10-30T23:19:22.630Z | [ recovery-image] Oct 30 23:19:21.258 INFO O| Oct 30 23:19:21.258 INFO STEP 529 (remove_files) COMPLETE |
5718 | 2024-10-30T23:19:22.630Z | [ recovery-image] Oct 30 23:19:21.258 INFO O| Oct 30 23:19:21.258 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-10-30T23:19:22.639Z | [ recovery-image] Oct 30 23:19:21.267 INFO O| Oct 30 23:19:21.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5720 | 2024-10-30T23:19:22.639Z | [ recovery-image] Oct 30 23:19:21.267 INFO O| Oct 30 23:19:21.267 INFO STEP 530 (remove_files) COMPLETE |
5721 | 2024-10-30T23:19:22.639Z | [ recovery-image] Oct 30 23:19:21.267 INFO O| Oct 30 23:19:21.267 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-10-30T23:19:22.649Z | [ recovery-image] Oct 30 23:19:21.276 INFO O| Oct 30 23:19:21.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5723 | 2024-10-30T23:19:22.649Z | [ recovery-image] Oct 30 23:19:21.277 INFO O| Oct 30 23:19:21.276 INFO STEP 531 (remove_files) COMPLETE |
5724 | 2024-10-30T23:19:22.649Z | [ recovery-image] Oct 30 23:19:21.277 INFO O| Oct 30 23:19:21.277 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-10-30T23:19:22.658Z | [ recovery-image] Oct 30 23:19:21.286 INFO O| Oct 30 23:19:21.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5726 | 2024-10-30T23:19:22.658Z | [ recovery-image] Oct 30 23:19:21.286 INFO O| Oct 30 23:19:21.286 INFO STEP 532 (remove_files) COMPLETE |
5727 | 2024-10-30T23:19:22.658Z | [ recovery-image] Oct 30 23:19:21.286 INFO O| Oct 30 23:19:21.286 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-10-30T23:19:22.668Z | [ recovery-image] Oct 30 23:19:21.296 INFO O| Oct 30 23:19:21.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5729 | 2024-10-30T23:19:22.672Z | [ recovery-image] Oct 30 23:19:21.296 INFO O| Oct 30 23:19:21.296 INFO STEP 533 (remove_files) COMPLETE |
5730 | 2024-10-30T23:19:22.672Z | [ recovery-image] Oct 30 23:19:21.296 INFO O| Oct 30 23:19:21.296 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-10-30T23:19:22.678Z | [ recovery-image] Oct 30 23:19:21.306 INFO O| Oct 30 23:19:21.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5732 | 2024-10-30T23:19:22.680Z | [ recovery-image] Oct 30 23:19:21.306 INFO O| Oct 30 23:19:21.306 INFO STEP 534 (remove_files) COMPLETE |
5733 | 2024-10-30T23:19:22.680Z | [ recovery-image] Oct 30 23:19:21.306 INFO O| Oct 30 23:19:21.306 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-10-30T23:19:22.689Z | [ recovery-image] Oct 30 23:19:21.317 INFO O| Oct 30 23:19:21.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5735 | 2024-10-30T23:19:22.689Z | [ recovery-image] Oct 30 23:19:21.317 INFO O| Oct 30 23:19:21.317 INFO STEP 535 (remove_files) COMPLETE |
5736 | 2024-10-30T23:19:22.689Z | [ recovery-image] Oct 30 23:19:21.317 INFO O| Oct 30 23:19:21.317 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-10-30T23:19:22.699Z | [ recovery-image] Oct 30 23:19:21.327 INFO O| Oct 30 23:19:21.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5738 | 2024-10-30T23:19:22.702Z | [ recovery-image] Oct 30 23:19:21.327 INFO O| Oct 30 23:19:21.327 INFO STEP 536 (remove_files) COMPLETE |
5739 | 2024-10-30T23:19:22.702Z | [ recovery-image] Oct 30 23:19:21.327 INFO O| Oct 30 23:19:21.327 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-10-30T23:19:22.711Z | [ recovery-image] Oct 30 23:19:21.338 INFO O| Oct 30 23:19:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5741 | 2024-10-30T23:19:22.714Z | [ recovery-image] Oct 30 23:19:21.339 INFO O| Oct 30 23:19:21.338 INFO STEP 537 (remove_files) COMPLETE |
5742 | 2024-10-30T23:19:22.714Z | [ recovery-image] Oct 30 23:19:21.339 INFO O| Oct 30 23:19:21.339 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-10-30T23:19:22.721Z | [ recovery-image] Oct 30 23:19:21.348 INFO O| Oct 30 23:19:21.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5744 | 2024-10-30T23:19:22.723Z | [ recovery-image] Oct 30 23:19:21.348 INFO O| Oct 30 23:19:21.348 INFO STEP 538 (remove_files) COMPLETE |
5745 | 2024-10-30T23:19:22.723Z | [ recovery-image] Oct 30 23:19:21.348 INFO O| Oct 30 23:19:21.348 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-10-30T23:19:22.730Z | [ recovery-image] Oct 30 23:19:21.358 INFO O| Oct 30 23:19:21.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5747 | 2024-10-30T23:19:22.733Z | [ recovery-image] Oct 30 23:19:21.358 INFO O| Oct 30 23:19:21.358 INFO STEP 539 (remove_files) COMPLETE |
5748 | 2024-10-30T23:19:22.733Z | [ recovery-image] Oct 30 23:19:21.358 INFO O| Oct 30 23:19:21.358 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-10-30T23:19:22.740Z | [ recovery-image] Oct 30 23:19:21.368 INFO O| Oct 30 23:19:21.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5750 | 2024-10-30T23:19:22.740Z | [ recovery-image] Oct 30 23:19:21.368 INFO O| Oct 30 23:19:21.368 INFO STEP 540 (remove_files) COMPLETE |
5751 | 2024-10-30T23:19:22.740Z | [ recovery-image] Oct 30 23:19:21.368 INFO O| Oct 30 23:19:21.368 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-10-30T23:19:22.749Z | [ recovery-image] Oct 30 23:19:21.377 INFO O| Oct 30 23:19:21.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5753 | 2024-10-30T23:19:22.750Z | [ recovery-image] Oct 30 23:19:21.377 INFO O| Oct 30 23:19:21.377 INFO STEP 541 (remove_files) COMPLETE |
5754 | 2024-10-30T23:19:22.750Z | [ recovery-image] Oct 30 23:19:21.377 INFO O| Oct 30 23:19:21.377 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-10-30T23:19:22.759Z | [ recovery-image] Oct 30 23:19:21.386 INFO O| Oct 30 23:19:21.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5756 | 2024-10-30T23:19:22.759Z | [ recovery-image] Oct 30 23:19:21.387 INFO O| Oct 30 23:19:21.386 INFO STEP 542 (remove_files) COMPLETE |
5757 | 2024-10-30T23:19:22.759Z | [ recovery-image] Oct 30 23:19:21.387 INFO O| Oct 30 23:19:21.387 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-10-30T23:19:22.768Z | [ recovery-image] Oct 30 23:19:21.396 INFO O| Oct 30 23:19:21.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5759 | 2024-10-30T23:19:22.768Z | [ recovery-image] Oct 30 23:19:21.396 INFO O| Oct 30 23:19:21.396 INFO STEP 543 (remove_files) COMPLETE |
5760 | 2024-10-30T23:19:22.771Z | [ recovery-image] Oct 30 23:19:21.396 INFO O| Oct 30 23:19:21.396 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-10-30T23:19:22.778Z | [ recovery-image] Oct 30 23:19:21.405 INFO O| Oct 30 23:19:21.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5762 | 2024-10-30T23:19:22.778Z | [ recovery-image] Oct 30 23:19:21.405 INFO O| Oct 30 23:19:21.405 INFO STEP 544 (remove_files) COMPLETE |
5763 | 2024-10-30T23:19:22.780Z | [ recovery-image] Oct 30 23:19:21.405 INFO O| Oct 30 23:19:21.405 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-10-30T23:19:22.787Z | [ recovery-image] Oct 30 23:19:21.415 INFO O| Oct 30 23:19:21.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5765 | 2024-10-30T23:19:22.787Z | [ recovery-image] Oct 30 23:19:21.415 INFO O| Oct 30 23:19:21.415 INFO STEP 545 (remove_files) COMPLETE |
5766 | 2024-10-30T23:19:22.790Z | [ recovery-image] Oct 30 23:19:21.415 INFO O| Oct 30 23:19:21.415 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-10-30T23:19:22.797Z | [ recovery-image] Oct 30 23:19:21.424 INFO O| Oct 30 23:19:21.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5768 | 2024-10-30T23:19:22.797Z | [ recovery-image] Oct 30 23:19:21.424 INFO O| Oct 30 23:19:21.424 INFO STEP 546 (remove_files) COMPLETE |
5769 | 2024-10-30T23:19:22.799Z | [ recovery-image] Oct 30 23:19:21.424 INFO O| Oct 30 23:19:21.424 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-10-30T23:19:22.806Z | [ recovery-image] Oct 30 23:19:21.434 INFO O| Oct 30 23:19:21.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5771 | 2024-10-30T23:19:22.806Z | [ recovery-image] Oct 30 23:19:21.434 INFO O| Oct 30 23:19:21.434 INFO STEP 547 (remove_files) COMPLETE |
5772 | 2024-10-30T23:19:22.808Z | [ recovery-image] Oct 30 23:19:21.434 INFO O| Oct 30 23:19:21.434 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-10-30T23:19:22.816Z | [ recovery-image] Oct 30 23:19:21.443 INFO O| Oct 30 23:19:21.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5774 | 2024-10-30T23:19:22.816Z | [ recovery-image] Oct 30 23:19:21.443 INFO O| Oct 30 23:19:21.443 INFO STEP 548 (remove_files) COMPLETE |
5775 | 2024-10-30T23:19:22.818Z | [ recovery-image] Oct 30 23:19:21.443 INFO O| Oct 30 23:19:21.443 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-10-30T23:19:22.825Z | [ recovery-image] Oct 30 23:19:21.453 INFO O| Oct 30 23:19:21.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5777 | 2024-10-30T23:19:22.825Z | [ recovery-image] Oct 30 23:19:21.453 INFO O| Oct 30 23:19:21.453 INFO STEP 549 (remove_files) COMPLETE |
5778 | 2024-10-30T23:19:22.827Z | [ recovery-image] Oct 30 23:19:21.453 INFO O| Oct 30 23:19:21.453 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-10-30T23:19:22.835Z | [ recovery-image] Oct 30 23:19:21.463 INFO O| Oct 30 23:19:21.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5780 | 2024-10-30T23:19:22.835Z | [ recovery-image] Oct 30 23:19:21.463 INFO O| Oct 30 23:19:21.463 INFO STEP 550 (remove_files) COMPLETE |
5781 | 2024-10-30T23:19:22.835Z | [ recovery-image] Oct 30 23:19:21.463 INFO O| Oct 30 23:19:21.463 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-10-30T23:19:22.845Z | [ recovery-image] Oct 30 23:19:21.473 INFO O| Oct 30 23:19:21.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5783 | 2024-10-30T23:19:22.845Z | [ recovery-image] Oct 30 23:19:21.473 INFO O| Oct 30 23:19:21.473 INFO STEP 551 (remove_files) COMPLETE |
5784 | 2024-10-30T23:19:22.848Z | [ recovery-image] Oct 30 23:19:21.473 INFO O| Oct 30 23:19:21.473 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-10-30T23:19:22.855Z | [ recovery-image] Oct 30 23:19:21.482 INFO O| Oct 30 23:19:21.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5786 | 2024-10-30T23:19:22.858Z | [ recovery-image] Oct 30 23:19:21.482 INFO O| Oct 30 23:19:21.482 INFO STEP 552 (remove_files) COMPLETE |
5787 | 2024-10-30T23:19:22.858Z | [ recovery-image] Oct 30 23:19:21.482 INFO O| Oct 30 23:19:21.482 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-10-30T23:19:22.865Z | [ recovery-image] Oct 30 23:19:21.492 INFO O| Oct 30 23:19:21.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5789 | 2024-10-30T23:19:22.882Z | [ recovery-image] Oct 30 23:19:21.492 INFO O| Oct 30 23:19:21.492 INFO STEP 553 (remove_files) COMPLETE |
5790 | 2024-10-30T23:19:22.882Z | [ recovery-image] Oct 30 23:19:21.492 INFO O| Oct 30 23:19:21.492 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-10-30T23:19:22.882Z | [ recovery-image] Oct 30 23:19:21.501 INFO O| Oct 30 23:19:21.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5792 | 2024-10-30T23:19:22.882Z | [ recovery-image] Oct 30 23:19:21.502 INFO O| Oct 30 23:19:21.502 INFO STEP 554 (remove_files) COMPLETE |
5793 | 2024-10-30T23:19:22.882Z | [ recovery-image] Oct 30 23:19:21.502 INFO O| Oct 30 23:19:21.502 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-10-30T23:19:22.884Z | [ recovery-image] Oct 30 23:19:21.511 INFO O| Oct 30 23:19:21.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5795 | 2024-10-30T23:19:22.885Z | [ recovery-image] Oct 30 23:19:21.511 INFO O| Oct 30 23:19:21.511 INFO STEP 555 (remove_files) COMPLETE |
5796 | 2024-10-30T23:19:22.885Z | [ recovery-image] Oct 30 23:19:21.511 INFO O| Oct 30 23:19:21.511 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-10-30T23:19:22.893Z | [ recovery-image] Oct 30 23:19:21.520 INFO O| Oct 30 23:19:21.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5798 | 2024-10-30T23:19:22.895Z | [ recovery-image] Oct 30 23:19:21.521 INFO O| Oct 30 23:19:21.520 INFO STEP 556 (remove_files) COMPLETE |
5799 | 2024-10-30T23:19:22.896Z | [ recovery-image] Oct 30 23:19:21.521 INFO O| Oct 30 23:19:21.521 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-10-30T23:19:22.904Z | [ recovery-image] Oct 30 23:19:21.530 INFO O| Oct 30 23:19:21.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5801 | 2024-10-30T23:19:22.906Z | [ recovery-image] Oct 30 23:19:21.530 INFO O| Oct 30 23:19:21.530 INFO STEP 557 (remove_files) COMPLETE |
5802 | 2024-10-30T23:19:22.906Z | [ recovery-image] Oct 30 23:19:21.530 INFO O| Oct 30 23:19:21.530 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-10-30T23:19:22.912Z | [ recovery-image] Oct 30 23:19:21.539 INFO O| Oct 30 23:19:21.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5804 | 2024-10-30T23:19:22.912Z | [ recovery-image] Oct 30 23:19:21.540 INFO O| Oct 30 23:19:21.540 INFO STEP 558 (remove_files) COMPLETE |
5805 | 2024-10-30T23:19:22.916Z | [ recovery-image] Oct 30 23:19:21.540 INFO O| Oct 30 23:19:21.540 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-10-30T23:19:22.922Z | [ recovery-image] Oct 30 23:19:21.549 INFO O| Oct 30 23:19:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5807 | 2024-10-30T23:19:22.922Z | [ recovery-image] Oct 30 23:19:21.549 INFO O| Oct 30 23:19:21.549 INFO STEP 559 (remove_files) COMPLETE |
5808 | 2024-10-30T23:19:22.924Z | [ recovery-image] Oct 30 23:19:21.549 INFO O| Oct 30 23:19:21.549 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-10-30T23:19:22.931Z | [ recovery-image] Oct 30 23:19:21.558 INFO O| Oct 30 23:19:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5810 | 2024-10-30T23:19:22.931Z | [ recovery-image] Oct 30 23:19:21.559 INFO O| Oct 30 23:19:21.558 INFO STEP 560 (remove_files) COMPLETE |
5811 | 2024-10-30T23:19:22.931Z | [ recovery-image] Oct 30 23:19:21.559 INFO O| Oct 30 23:19:21.558 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-10-30T23:19:22.940Z | [ recovery-image] Oct 30 23:19:21.568 INFO O| Oct 30 23:19:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5813 | 2024-10-30T23:19:22.941Z | [ recovery-image] Oct 30 23:19:21.568 INFO O| Oct 30 23:19:21.568 INFO STEP 561 (remove_files) COMPLETE |
5814 | 2024-10-30T23:19:22.941Z | [ recovery-image] Oct 30 23:19:21.568 INFO O| Oct 30 23:19:21.568 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-10-30T23:19:22.950Z | [ recovery-image] Oct 30 23:19:21.577 INFO O| Oct 30 23:19:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5816 | 2024-10-30T23:19:22.952Z | [ recovery-image] Oct 30 23:19:21.578 INFO O| Oct 30 23:19:21.578 INFO STEP 562 (remove_files) COMPLETE |
5817 | 2024-10-30T23:19:22.952Z | [ recovery-image] Oct 30 23:19:21.578 INFO O| Oct 30 23:19:21.578 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-10-30T23:19:22.960Z | [ recovery-image] Oct 30 23:19:21.587 INFO O| Oct 30 23:19:21.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5819 | 2024-10-30T23:19:22.960Z | [ recovery-image] Oct 30 23:19:21.587 INFO O| Oct 30 23:19:21.587 INFO STEP 563 (remove_files) COMPLETE |
5820 | 2024-10-30T23:19:22.960Z | [ recovery-image] Oct 30 23:19:21.587 INFO O| Oct 30 23:19:21.587 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-10-30T23:19:22.969Z | [ recovery-image] Oct 30 23:19:21.597 INFO O| Oct 30 23:19:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5822 | 2024-10-30T23:19:22.969Z | [ recovery-image] Oct 30 23:19:21.597 INFO O| Oct 30 23:19:21.597 INFO STEP 564 (remove_files) COMPLETE |
5823 | 2024-10-30T23:19:22.969Z | [ recovery-image] Oct 30 23:19:21.597 INFO O| Oct 30 23:19:21.597 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-10-30T23:19:22.979Z | [ recovery-image] Oct 30 23:19:21.606 INFO O| Oct 30 23:19:21.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5825 | 2024-10-30T23:19:22.979Z | [ recovery-image] Oct 30 23:19:21.606 INFO O| Oct 30 23:19:21.606 INFO STEP 565 (remove_files) COMPLETE |
5826 | 2024-10-30T23:19:22.979Z | [ recovery-image] Oct 30 23:19:21.606 INFO O| Oct 30 23:19:21.606 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-10-30T23:19:22.988Z | [ recovery-image] Oct 30 23:19:21.616 INFO O| Oct 30 23:19:21.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5828 | 2024-10-30T23:19:22.991Z | [ recovery-image] Oct 30 23:19:21.616 INFO O| Oct 30 23:19:21.616 INFO STEP 566 (remove_files) COMPLETE |
5829 | 2024-10-30T23:19:22.991Z | [ recovery-image] Oct 30 23:19:21.616 INFO O| Oct 30 23:19:21.616 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-10-30T23:19:22.998Z | [ recovery-image] Oct 30 23:19:21.626 INFO O| Oct 30 23:19:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5831 | 2024-10-30T23:19:22.998Z | [ recovery-image] Oct 30 23:19:21.626 INFO O| Oct 30 23:19:21.626 INFO STEP 567 (remove_files) COMPLETE |
5832 | 2024-10-30T23:19:22.998Z | [ recovery-image] Oct 30 23:19:21.626 INFO O| Oct 30 23:19:21.626 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-10-30T23:19:23.008Z | [ recovery-image] Oct 30 23:19:21.635 INFO O| Oct 30 23:19:21.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5834 | 2024-10-30T23:19:23.011Z | [ recovery-image] Oct 30 23:19:21.636 INFO O| Oct 30 23:19:21.635 INFO STEP 568 (remove_files) COMPLETE |
5835 | 2024-10-30T23:19:23.011Z | [ recovery-image] Oct 30 23:19:21.636 INFO O| Oct 30 23:19:21.635 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-10-30T23:19:23.018Z | [ recovery-image] Oct 30 23:19:21.645 INFO O| Oct 30 23:19:21.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5837 | 2024-10-30T23:19:23.020Z | [ recovery-image] Oct 30 23:19:21.646 INFO O| Oct 30 23:19:21.646 INFO STEP 569 (remove_files) COMPLETE |
5838 | 2024-10-30T23:19:23.020Z | [ recovery-image] Oct 30 23:19:21.646 INFO O| Oct 30 23:19:21.646 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-10-30T23:19:23.027Z | [ recovery-image] Oct 30 23:19:21.655 INFO O| Oct 30 23:19:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5840 | 2024-10-30T23:19:23.027Z | [ recovery-image] Oct 30 23:19:21.655 INFO O| Oct 30 23:19:21.655 INFO STEP 570 (remove_files) COMPLETE |
5841 | 2024-10-30T23:19:23.029Z | [ recovery-image] Oct 30 23:19:21.655 INFO O| Oct 30 23:19:21.655 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-10-30T23:19:23.037Z | [ recovery-image] Oct 30 23:19:21.664 INFO O| Oct 30 23:19:21.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5843 | 2024-10-30T23:19:23.037Z | [ recovery-image] Oct 30 23:19:21.664 INFO O| Oct 30 23:19:21.664 INFO STEP 571 (remove_files) COMPLETE |
5844 | 2024-10-30T23:19:23.048Z | [ recovery-image] Oct 30 23:19:21.664 INFO O| Oct 30 23:19:21.664 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-10-30T23:19:23.048Z | [ recovery-image] Oct 30 23:19:21.674 INFO O| Oct 30 23:19:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5846 | 2024-10-30T23:19:23.048Z | [ recovery-image] Oct 30 23:19:21.674 INFO O| Oct 30 23:19:21.674 INFO STEP 572 (remove_files) COMPLETE |
5847 | 2024-10-30T23:19:23.048Z | [ recovery-image] Oct 30 23:19:21.674 INFO O| Oct 30 23:19:21.674 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-10-30T23:19:23.056Z | [ recovery-image] Oct 30 23:19:21.684 INFO O| Oct 30 23:19:21.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5849 | 2024-10-30T23:19:23.056Z | [ recovery-image] Oct 30 23:19:21.684 INFO O| Oct 30 23:19:21.684 INFO STEP 573 (remove_files) COMPLETE |
5850 | 2024-10-30T23:19:23.056Z | [ recovery-image] Oct 30 23:19:21.684 INFO O| Oct 30 23:19:21.684 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-10-30T23:19:23.066Z | [ recovery-image] Oct 30 23:19:21.694 INFO O| Oct 30 23:19:21.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5852 | 2024-10-30T23:19:23.066Z | [ recovery-image] Oct 30 23:19:21.694 INFO O| Oct 30 23:19:21.694 INFO STEP 574 (remove_files) COMPLETE |
5853 | 2024-10-30T23:19:23.068Z | [ recovery-image] Oct 30 23:19:21.694 INFO O| Oct 30 23:19:21.694 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-10-30T23:19:23.076Z | [ recovery-image] Oct 30 23:19:21.704 INFO O| Oct 30 23:19:21.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5855 | 2024-10-30T23:19:23.076Z | [ recovery-image] Oct 30 23:19:21.704 INFO O| Oct 30 23:19:21.704 INFO STEP 575 (remove_files) COMPLETE |
5856 | 2024-10-30T23:19:23.079Z | [ recovery-image] Oct 30 23:19:21.704 INFO O| Oct 30 23:19:21.704 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-10-30T23:19:23.085Z | [ recovery-image] Oct 30 23:19:21.713 INFO O| Oct 30 23:19:21.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5858 | 2024-10-30T23:19:23.086Z | [ recovery-image] Oct 30 23:19:21.713 INFO O| Oct 30 23:19:21.713 INFO STEP 576 (remove_files) COMPLETE |
5859 | 2024-10-30T23:19:23.086Z | [ recovery-image] Oct 30 23:19:21.713 INFO O| Oct 30 23:19:21.713 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-10-30T23:19:23.095Z | [ recovery-image] Oct 30 23:19:21.723 INFO O| Oct 30 23:19:21.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5861 | 2024-10-30T23:19:23.095Z | [ recovery-image] Oct 30 23:19:21.723 INFO O| Oct 30 23:19:21.723 INFO STEP 577 (remove_files) COMPLETE |
5862 | 2024-10-30T23:19:23.097Z | [ recovery-image] Oct 30 23:19:21.723 INFO O| Oct 30 23:19:21.723 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-10-30T23:19:23.104Z | [ recovery-image] Oct 30 23:19:21.732 INFO O| Oct 30 23:19:21.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5864 | 2024-10-30T23:19:23.104Z | [ recovery-image] Oct 30 23:19:21.732 INFO O| Oct 30 23:19:21.732 INFO STEP 578 (remove_files) COMPLETE |
5865 | 2024-10-30T23:19:23.107Z | [ recovery-image] Oct 30 23:19:21.732 INFO O| Oct 30 23:19:21.732 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-10-30T23:19:23.114Z | [ recovery-image] Oct 30 23:19:21.741 INFO O| Oct 30 23:19:21.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5867 | 2024-10-30T23:19:23.114Z | [ recovery-image] Oct 30 23:19:21.742 INFO O| Oct 30 23:19:21.742 INFO STEP 579 (remove_files) COMPLETE |
5868 | 2024-10-30T23:19:23.114Z | [ recovery-image] Oct 30 23:19:21.742 INFO O| Oct 30 23:19:21.742 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-10-30T23:19:23.123Z | [ recovery-image] Oct 30 23:19:21.751 INFO O| Oct 30 23:19:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5870 | 2024-10-30T23:19:23.123Z | [ recovery-image] Oct 30 23:19:21.751 INFO O| Oct 30 23:19:21.751 INFO STEP 580 (remove_files) COMPLETE |
5871 | 2024-10-30T23:19:23.124Z | [ recovery-image] Oct 30 23:19:21.751 INFO O| Oct 30 23:19:21.751 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-10-30T23:19:23.133Z | [ recovery-image] Oct 30 23:19:21.761 INFO O| Oct 30 23:19:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5873 | 2024-10-30T23:19:23.133Z | [ recovery-image] Oct 30 23:19:21.761 INFO O| Oct 30 23:19:21.761 INFO STEP 581 (remove_files) COMPLETE |
5874 | 2024-10-30T23:19:23.136Z | [ recovery-image] Oct 30 23:19:21.761 INFO O| Oct 30 23:19:21.761 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-10-30T23:19:23.143Z | [ recovery-image] Oct 30 23:19:21.771 INFO O| Oct 30 23:19:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5876 | 2024-10-30T23:19:23.143Z | [ recovery-image] Oct 30 23:19:21.771 INFO O| Oct 30 23:19:21.771 INFO STEP 582 (remove_files) COMPLETE |
5877 | 2024-10-30T23:19:23.143Z | [ recovery-image] Oct 30 23:19:21.771 INFO O| Oct 30 23:19:21.771 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-10-30T23:19:23.153Z | [ recovery-image] Oct 30 23:19:21.781 INFO O| Oct 30 23:19:21.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5879 | 2024-10-30T23:19:23.153Z | [ recovery-image] Oct 30 23:19:21.781 INFO O| Oct 30 23:19:21.781 INFO STEP 583 (remove_files) COMPLETE |
5880 | 2024-10-30T23:19:23.155Z | [ recovery-image] Oct 30 23:19:21.781 INFO O| Oct 30 23:19:21.781 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-10-30T23:19:23.162Z | [ recovery-image] Oct 30 23:19:21.790 INFO O| Oct 30 23:19:21.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5882 | 2024-10-30T23:19:23.162Z | [ recovery-image] Oct 30 23:19:21.790 INFO O| Oct 30 23:19:21.790 INFO STEP 584 (remove_files) COMPLETE |
5883 | 2024-10-30T23:19:23.165Z | [ recovery-image] Oct 30 23:19:21.790 INFO O| Oct 30 23:19:21.790 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-10-30T23:19:23.172Z | [ recovery-image] Oct 30 23:19:21.799 INFO O| Oct 30 23:19:21.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5885 | 2024-10-30T23:19:23.172Z | [ recovery-image] Oct 30 23:19:21.800 INFO O| Oct 30 23:19:21.799 INFO STEP 585 (remove_files) COMPLETE |
5886 | 2024-10-30T23:19:23.172Z | [ recovery-image] Oct 30 23:19:21.800 INFO O| Oct 30 23:19:21.800 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-10-30T23:19:23.181Z | [ recovery-image] Oct 30 23:19:21.809 INFO O| Oct 30 23:19:21.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5888 | 2024-10-30T23:19:23.184Z | [ recovery-image] Oct 30 23:19:21.809 INFO O| Oct 30 23:19:21.809 INFO STEP 586 (remove_files) COMPLETE |
5889 | 2024-10-30T23:19:23.184Z | [ recovery-image] Oct 30 23:19:21.809 INFO O| Oct 30 23:19:21.809 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-10-30T23:19:23.191Z | [ recovery-image] Oct 30 23:19:21.819 INFO O| Oct 30 23:19:21.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5891 | 2024-10-30T23:19:23.193Z | [ recovery-image] Oct 30 23:19:21.819 INFO O| Oct 30 23:19:21.819 INFO STEP 587 (remove_files) COMPLETE |
5892 | 2024-10-30T23:19:23.193Z | [ recovery-image] Oct 30 23:19:21.819 INFO O| Oct 30 23:19:21.819 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-10-30T23:19:23.200Z | [ recovery-image] Oct 30 23:19:21.828 INFO O| Oct 30 23:19:21.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5894 | 2024-10-30T23:19:23.203Z | [ recovery-image] Oct 30 23:19:21.829 INFO O| Oct 30 23:19:21.829 INFO STEP 588 (remove_files) COMPLETE |
5895 | 2024-10-30T23:19:23.203Z | [ recovery-image] Oct 30 23:19:21.829 INFO O| Oct 30 23:19:21.829 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-10-30T23:19:23.211Z | [ recovery-image] Oct 30 23:19:21.839 INFO O| Oct 30 23:19:21.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5897 | 2024-10-30T23:19:23.211Z | [ recovery-image] Oct 30 23:19:21.839 INFO O| Oct 30 23:19:21.839 INFO STEP 589 (remove_files) COMPLETE |
5898 | 2024-10-30T23:19:23.211Z | [ recovery-image] Oct 30 23:19:21.839 INFO O| Oct 30 23:19:21.839 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-10-30T23:19:23.221Z | [ recovery-image] Oct 30 23:19:21.848 INFO O| Oct 30 23:19:21.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5900 | 2024-10-30T23:19:23.223Z | [ recovery-image] Oct 30 23:19:21.849 INFO O| Oct 30 23:19:21.849 INFO STEP 590 (remove_files) COMPLETE |
5901 | 2024-10-30T23:19:23.224Z | [ recovery-image] Oct 30 23:19:21.849 INFO O| Oct 30 23:19:21.849 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-10-30T23:19:23.231Z | [ recovery-image] Oct 30 23:19:21.858 INFO O| Oct 30 23:19:21.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5903 | 2024-10-30T23:19:23.233Z | [ recovery-image] Oct 30 23:19:21.858 INFO O| Oct 30 23:19:21.858 INFO STEP 591 (remove_files) COMPLETE |
5904 | 2024-10-30T23:19:23.233Z | [ recovery-image] Oct 30 23:19:21.858 INFO O| Oct 30 23:19:21.858 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-10-30T23:19:23.240Z | [ recovery-image] Oct 30 23:19:21.868 INFO O| Oct 30 23:19:21.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5906 | 2024-10-30T23:19:23.242Z | [ recovery-image] Oct 30 23:19:21.868 INFO O| Oct 30 23:19:21.868 INFO STEP 592 (remove_files) COMPLETE |
5907 | 2024-10-30T23:19:23.242Z | [ recovery-image] Oct 30 23:19:21.868 INFO O| Oct 30 23:19:21.868 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-10-30T23:19:23.250Z | [ recovery-image] Oct 30 23:19:21.877 INFO O| Oct 30 23:19:21.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5909 | 2024-10-30T23:19:23.252Z | [ recovery-image] Oct 30 23:19:21.878 INFO O| Oct 30 23:19:21.878 INFO STEP 593 (remove_files) COMPLETE |
5910 | 2024-10-30T23:19:23.252Z | [ recovery-image] Oct 30 23:19:21.878 INFO O| Oct 30 23:19:21.878 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-10-30T23:19:23.260Z | [ recovery-image] Oct 30 23:19:21.887 INFO O| Oct 30 23:19:21.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5912 | 2024-10-30T23:19:23.260Z | [ recovery-image] Oct 30 23:19:21.887 INFO O| Oct 30 23:19:21.887 INFO STEP 594 (remove_files) COMPLETE |
5913 | 2024-10-30T23:19:23.262Z | [ recovery-image] Oct 30 23:19:21.888 INFO O| Oct 30 23:19:21.887 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-10-30T23:19:23.270Z | [ recovery-image] Oct 30 23:19:21.897 INFO O| Oct 30 23:19:21.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5915 | 2024-10-30T23:19:23.272Z | [ recovery-image] Oct 30 23:19:21.898 INFO O| Oct 30 23:19:21.898 INFO STEP 595 (remove_files) COMPLETE |
5916 | 2024-10-30T23:19:23.272Z | [ recovery-image] Oct 30 23:19:21.898 INFO O| Oct 30 23:19:21.898 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-10-30T23:19:23.279Z | [ recovery-image] Oct 30 23:19:21.907 INFO O| Oct 30 23:19:21.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5918 | 2024-10-30T23:19:23.280Z | [ recovery-image] Oct 30 23:19:21.907 INFO O| Oct 30 23:19:21.907 INFO STEP 596 (remove_files) COMPLETE |
5919 | 2024-10-30T23:19:23.282Z | [ recovery-image] Oct 30 23:19:21.907 INFO O| Oct 30 23:19:21.907 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-10-30T23:19:23.289Z | [ recovery-image] Oct 30 23:19:21.917 INFO O| Oct 30 23:19:21.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5921 | 2024-10-30T23:19:23.292Z | [ recovery-image] Oct 30 23:19:21.917 INFO O| Oct 30 23:19:21.917 INFO STEP 597 (remove_files) COMPLETE |
5922 | 2024-10-30T23:19:23.292Z | [ recovery-image] Oct 30 23:19:21.917 INFO O| Oct 30 23:19:21.917 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-10-30T23:19:23.299Z | [ recovery-image] Oct 30 23:19:21.927 INFO O| Oct 30 23:19:21.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5924 | 2024-10-30T23:19:23.301Z | [ recovery-image] Oct 30 23:19:21.927 INFO O| Oct 30 23:19:21.927 INFO STEP 598 (remove_files) COMPLETE |
5925 | 2024-10-30T23:19:23.301Z | [ recovery-image] Oct 30 23:19:21.927 INFO O| Oct 30 23:19:21.927 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-10-30T23:19:23.313Z | [ recovery-image] Oct 30 23:19:21.940 INFO O| Oct 30 23:19:21.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5927 | 2024-10-30T23:19:23.315Z | [ recovery-image] Oct 30 23:19:21.940 INFO O| Oct 30 23:19:21.940 INFO STEP 599 (remove_files) COMPLETE |
5928 | 2024-10-30T23:19:23.315Z | [ recovery-image] Oct 30 23:19:21.940 INFO O| Oct 30 23:19:21.940 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-10-30T23:19:23.330Z | [ recovery-image] Oct 30 23:19:21.958 INFO O| Oct 30 23:19:21.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5930 | 2024-10-30T23:19:23.330Z | [ recovery-image] Oct 30 23:19:21.958 INFO O| Oct 30 23:19:21.958 INFO STEP 600 (remove_files) COMPLETE |
5931 | 2024-10-30T23:19:23.330Z | [ recovery-image] Oct 30 23:19:21.958 INFO O| Oct 30 23:19:21.958 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-10-30T23:19:23.342Z | [ recovery-image] Oct 30 23:19:21.969 INFO O| Oct 30 23:19:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5933 | 2024-10-30T23:19:23.346Z | [ recovery-image] Oct 30 23:19:21.969 INFO O| Oct 30 23:19:21.969 INFO STEP 601 (remove_files) COMPLETE |
5934 | 2024-10-30T23:19:23.346Z | [ recovery-image] Oct 30 23:19:21.969 INFO O| Oct 30 23:19:21.969 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-10-30T23:19:23.352Z | [ recovery-image] Oct 30 23:19:21.980 INFO O| Oct 30 23:19:21.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5936 | 2024-10-30T23:19:23.355Z | [ recovery-image] Oct 30 23:19:21.980 INFO O| Oct 30 23:19:21.980 INFO STEP 602 (remove_files) COMPLETE |
5937 | 2024-10-30T23:19:23.355Z | [ recovery-image] Oct 30 23:19:21.980 INFO O| Oct 30 23:19:21.980 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-10-30T23:19:23.364Z | [ recovery-image] Oct 30 23:19:21.991 INFO O| Oct 30 23:19:21.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5939 | 2024-10-30T23:19:23.366Z | [ recovery-image] Oct 30 23:19:21.992 INFO O| Oct 30 23:19:21.991 INFO STEP 603 (remove_files) COMPLETE |
5940 | 2024-10-30T23:19:23.366Z | [ recovery-image] Oct 30 23:19:21.992 INFO O| Oct 30 23:19:21.991 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-10-30T23:19:23.376Z | [ recovery-image] Oct 30 23:19:22.003 INFO O| Oct 30 23:19:22.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5942 | 2024-10-30T23:19:23.376Z | [ recovery-image] Oct 30 23:19:22.003 INFO O| Oct 30 23:19:22.003 INFO STEP 604 (remove_files) COMPLETE |
5943 | 2024-10-30T23:19:23.378Z | [ recovery-image] Oct 30 23:19:22.003 INFO O| Oct 30 23:19:22.003 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-10-30T23:19:23.386Z | [ recovery-image] Oct 30 23:19:22.014 INFO O| Oct 30 23:19:22.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5945 | 2024-10-30T23:19:23.388Z | [ recovery-image] Oct 30 23:19:22.014 INFO O| Oct 30 23:19:22.014 INFO STEP 605 (remove_files) COMPLETE |
5946 | 2024-10-30T23:19:23.388Z | [ recovery-image] Oct 30 23:19:22.014 INFO O| Oct 30 23:19:22.014 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-10-30T23:19:23.396Z | [ recovery-image] Oct 30 23:19:22.024 INFO O| Oct 30 23:19:22.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5948 | 2024-10-30T23:19:23.396Z | [ recovery-image] Oct 30 23:19:22.024 INFO O| Oct 30 23:19:22.024 INFO STEP 606 (remove_files) COMPLETE |
5949 | 2024-10-30T23:19:23.399Z | [ recovery-image] Oct 30 23:19:22.024 INFO O| Oct 30 23:19:22.024 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-10-30T23:19:23.406Z | [ recovery-image] Oct 30 23:19:22.034 INFO O| Oct 30 23:19:22.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5951 | 2024-10-30T23:19:23.406Z | [ recovery-image] Oct 30 23:19:22.034 INFO O| Oct 30 23:19:22.034 INFO STEP 607 (remove_files) COMPLETE |
5952 | 2024-10-30T23:19:23.406Z | [ recovery-image] Oct 30 23:19:22.034 INFO O| Oct 30 23:19:22.034 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-10-30T23:19:23.416Z | [ recovery-image] Oct 30 23:19:22.044 INFO O| Oct 30 23:19:22.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5954 | 2024-10-30T23:19:23.419Z | [ recovery-image] Oct 30 23:19:22.044 INFO O| Oct 30 23:19:22.044 INFO STEP 608 (remove_files) COMPLETE |
5955 | 2024-10-30T23:19:23.419Z | [ recovery-image] Oct 30 23:19:22.044 INFO O| Oct 30 23:19:22.044 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-10-30T23:19:23.426Z | [ recovery-image] Oct 30 23:19:22.054 INFO O| Oct 30 23:19:22.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5957 | 2024-10-30T23:19:23.429Z | [ recovery-image] Oct 30 23:19:22.054 INFO O| Oct 30 23:19:22.054 INFO STEP 609 (remove_files) COMPLETE |
5958 | 2024-10-30T23:19:23.429Z | [ recovery-image] Oct 30 23:19:22.054 INFO O| Oct 30 23:19:22.054 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-10-30T23:19:23.436Z | [ recovery-image] Oct 30 23:19:22.064 INFO O| Oct 30 23:19:22.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5960 | 2024-10-30T23:19:23.436Z | [ recovery-image] Oct 30 23:19:22.064 INFO O| Oct 30 23:19:22.064 INFO STEP 610 (remove_files) COMPLETE |
5961 | 2024-10-30T23:19:23.436Z | [ recovery-image] Oct 30 23:19:22.064 INFO O| Oct 30 23:19:22.064 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-10-30T23:19:23.447Z | [ recovery-image] Oct 30 23:19:22.074 INFO O| Oct 30 23:19:22.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5963 | 2024-10-30T23:19:23.450Z | [ recovery-image] Oct 30 23:19:22.074 INFO O| Oct 30 23:19:22.074 INFO STEP 611 (remove_files) COMPLETE |
5964 | 2024-10-30T23:19:23.450Z | [ recovery-image] Oct 30 23:19:22.074 INFO O| Oct 30 23:19:22.074 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-10-30T23:19:23.456Z | [ recovery-image] Oct 30 23:19:22.084 INFO O| Oct 30 23:19:22.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5966 | 2024-10-30T23:19:23.458Z | [ recovery-image] Oct 30 23:19:22.084 INFO O| Oct 30 23:19:22.084 INFO STEP 612 (remove_files) COMPLETE |
5967 | 2024-10-30T23:19:23.458Z | [ recovery-image] Oct 30 23:19:22.084 INFO O| Oct 30 23:19:22.084 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-10-30T23:19:23.467Z | [ recovery-image] Oct 30 23:19:22.095 INFO O| Oct 30 23:19:22.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5969 | 2024-10-30T23:19:23.467Z | [ recovery-image] Oct 30 23:19:22.095 INFO O| Oct 30 23:19:22.095 INFO STEP 613 (remove_files) COMPLETE |
5970 | 2024-10-30T23:19:23.467Z | [ recovery-image] Oct 30 23:19:22.095 INFO O| Oct 30 23:19:22.095 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-10-30T23:19:23.478Z | [ recovery-image] Oct 30 23:19:22.105 INFO O| Oct 30 23:19:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5972 | 2024-10-30T23:19:23.481Z | [ recovery-image] Oct 30 23:19:22.105 INFO O| Oct 30 23:19:22.105 INFO STEP 614 (remove_files) COMPLETE |
5973 | 2024-10-30T23:19:23.482Z | [ recovery-image] Oct 30 23:19:22.105 INFO O| Oct 30 23:19:22.105 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-10-30T23:19:23.488Z | [ recovery-image] Oct 30 23:19:22.116 INFO O| Oct 30 23:19:22.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5975 | 2024-10-30T23:19:23.490Z | [ recovery-image] Oct 30 23:19:22.116 INFO O| Oct 30 23:19:22.116 INFO STEP 615 (remove_files) COMPLETE |
5976 | 2024-10-30T23:19:23.491Z | [ recovery-image] Oct 30 23:19:22.116 INFO O| Oct 30 23:19:22.116 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-10-30T23:19:23.499Z | [ recovery-image] Oct 30 23:19:22.127 INFO O| Oct 30 23:19:22.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5978 | 2024-10-30T23:19:23.501Z | [ recovery-image] Oct 30 23:19:22.127 INFO O| Oct 30 23:19:22.127 INFO STEP 616 (remove_files) COMPLETE |
5979 | 2024-10-30T23:19:23.501Z | [ recovery-image] Oct 30 23:19:22.127 INFO O| Oct 30 23:19:22.127 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-10-30T23:19:23.509Z | [ recovery-image] Oct 30 23:19:22.137 INFO O| Oct 30 23:19:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5981 | 2024-10-30T23:19:23.509Z | [ recovery-image] Oct 30 23:19:22.137 INFO O| Oct 30 23:19:22.137 INFO STEP 617 (remove_files) COMPLETE |
5982 | 2024-10-30T23:19:23.511Z | [ recovery-image] Oct 30 23:19:22.137 INFO O| Oct 30 23:19:22.137 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-10-30T23:19:23.519Z | [ recovery-image] Oct 30 23:19:22.147 INFO O| Oct 30 23:19:22.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5984 | 2024-10-30T23:19:23.522Z | [ recovery-image] Oct 30 23:19:22.147 INFO O| Oct 30 23:19:22.147 INFO STEP 618 (remove_files) COMPLETE |
5985 | 2024-10-30T23:19:23.522Z | [ recovery-image] Oct 30 23:19:22.147 INFO O| Oct 30 23:19:22.147 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-10-30T23:19:23.530Z | [ recovery-image] Oct 30 23:19:22.157 INFO O| Oct 30 23:19:22.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5987 | 2024-10-30T23:19:23.530Z | [ recovery-image] Oct 30 23:19:22.157 INFO O| Oct 30 23:19:22.157 INFO STEP 619 (remove_files) COMPLETE |
5988 | 2024-10-30T23:19:23.530Z | [ recovery-image] Oct 30 23:19:22.157 INFO O| Oct 30 23:19:22.157 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-10-30T23:19:23.539Z | [ recovery-image] Oct 30 23:19:22.167 INFO O| Oct 30 23:19:22.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5990 | 2024-10-30T23:19:23.542Z | [ recovery-image] Oct 30 23:19:22.167 INFO O| Oct 30 23:19:22.167 INFO STEP 620 (remove_files) COMPLETE |
5991 | 2024-10-30T23:19:23.542Z | [ recovery-image] Oct 30 23:19:22.167 INFO O| Oct 30 23:19:22.167 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-10-30T23:19:23.549Z | [ recovery-image] Oct 30 23:19:22.177 INFO O| Oct 30 23:19:22.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5993 | 2024-10-30T23:19:23.549Z | [ recovery-image] Oct 30 23:19:22.177 INFO O| Oct 30 23:19:22.177 INFO STEP 621 (remove_files) COMPLETE |
5994 | 2024-10-30T23:19:23.552Z | [ recovery-image] Oct 30 23:19:22.177 INFO O| Oct 30 23:19:22.177 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-10-30T23:19:23.560Z | [ recovery-image] Oct 30 23:19:22.188 INFO O| Oct 30 23:19:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5996 | 2024-10-30T23:19:23.562Z | [ recovery-image] Oct 30 23:19:22.188 INFO O| Oct 30 23:19:22.188 INFO STEP 622 (remove_files) COMPLETE |
5997 | 2024-10-30T23:19:23.562Z | [ recovery-image] Oct 30 23:19:22.188 INFO O| Oct 30 23:19:22.188 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-10-30T23:19:23.572Z | [ recovery-image] Oct 30 23:19:22.199 INFO O| Oct 30 23:19:22.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5999 | 2024-10-30T23:19:23.574Z | [ recovery-image] Oct 30 23:19:22.199 INFO O| Oct 30 23:19:22.199 INFO STEP 623 (remove_files) COMPLETE |
6000 | 2024-10-30T23:19:23.574Z | [ recovery-image] Oct 30 23:19:22.199 INFO O| Oct 30 23:19:22.199 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-10-30T23:19:23.582Z | [ recovery-image] Oct 30 23:19:22.209 INFO O| Oct 30 23:19:22.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6002 | 2024-10-30T23:19:23.582Z | [ recovery-image] Oct 30 23:19:22.210 INFO O| Oct 30 23:19:22.210 INFO STEP 624 (remove_files) COMPLETE |
6003 | 2024-10-30T23:19:23.584Z | [ recovery-image] Oct 30 23:19:22.210 INFO O| Oct 30 23:19:22.210 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-10-30T23:19:23.592Z | [ recovery-image] Oct 30 23:19:22.219 INFO O| Oct 30 23:19:22.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6005 | 2024-10-30T23:19:23.592Z | [ recovery-image] Oct 30 23:19:22.219 INFO O| Oct 30 23:19:22.219 INFO STEP 625 (remove_files) COMPLETE |
6006 | 2024-10-30T23:19:23.594Z | [ recovery-image] Oct 30 23:19:22.219 INFO O| Oct 30 23:19:22.219 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-10-30T23:19:23.601Z | [ recovery-image] Oct 30 23:19:22.229 INFO O| Oct 30 23:19:22.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6008 | 2024-10-30T23:19:23.601Z | [ recovery-image] Oct 30 23:19:22.229 INFO O| Oct 30 23:19:22.229 INFO STEP 626 (remove_files) COMPLETE |
6009 | 2024-10-30T23:19:23.604Z | [ recovery-image] Oct 30 23:19:22.229 INFO O| Oct 30 23:19:22.229 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-10-30T23:19:23.612Z | [ recovery-image] Oct 30 23:19:22.238 INFO O| Oct 30 23:19:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6011 | 2024-10-30T23:19:23.612Z | [ recovery-image] Oct 30 23:19:22.238 INFO O| Oct 30 23:19:22.238 INFO STEP 627 (remove_files) COMPLETE |
6012 | 2024-10-30T23:19:23.614Z | [ recovery-image] Oct 30 23:19:22.238 INFO O| Oct 30 23:19:22.238 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-10-30T23:19:23.620Z | [ recovery-image] Oct 30 23:19:22.248 INFO O| Oct 30 23:19:22.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6014 | 2024-10-30T23:19:23.620Z | [ recovery-image] Oct 30 23:19:22.248 INFO O| Oct 30 23:19:22.248 INFO STEP 628 (remove_files) COMPLETE |
6015 | 2024-10-30T23:19:23.620Z | [ recovery-image] Oct 30 23:19:22.248 INFO O| Oct 30 23:19:22.248 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-10-30T23:19:23.629Z | [ recovery-image] Oct 30 23:19:22.257 INFO O| Oct 30 23:19:22.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6017 | 2024-10-30T23:19:23.629Z | [ recovery-image] Oct 30 23:19:22.257 INFO O| Oct 30 23:19:22.257 INFO STEP 629 (remove_files) COMPLETE |
6018 | 2024-10-30T23:19:23.629Z | [ recovery-image] Oct 30 23:19:22.257 INFO O| Oct 30 23:19:22.257 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-10-30T23:19:23.639Z | [ recovery-image] Oct 30 23:19:22.266 INFO O| Oct 30 23:19:22.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6020 | 2024-10-30T23:19:23.641Z | [ recovery-image] Oct 30 23:19:22.266 INFO O| Oct 30 23:19:22.266 INFO STEP 630 (remove_files) COMPLETE |
6021 | 2024-10-30T23:19:23.641Z | [ recovery-image] Oct 30 23:19:22.266 INFO O| Oct 30 23:19:22.266 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-10-30T23:19:23.648Z | [ recovery-image] Oct 30 23:19:22.276 INFO O| Oct 30 23:19:22.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6023 | 2024-10-30T23:19:23.648Z | [ recovery-image] Oct 30 23:19:22.276 INFO O| Oct 30 23:19:22.276 INFO STEP 631 (remove_files) COMPLETE |
6024 | 2024-10-30T23:19:23.651Z | [ recovery-image] Oct 30 23:19:22.276 INFO O| Oct 30 23:19:22.276 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-10-30T23:19:23.657Z | [ recovery-image] Oct 30 23:19:22.285 INFO O| Oct 30 23:19:22.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6026 | 2024-10-30T23:19:23.657Z | [ recovery-image] Oct 30 23:19:22.285 INFO O| Oct 30 23:19:22.285 INFO STEP 632 (remove_files) COMPLETE |
6027 | 2024-10-30T23:19:23.660Z | [ recovery-image] Oct 30 23:19:22.285 INFO O| Oct 30 23:19:22.285 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-10-30T23:19:23.667Z | [ recovery-image] Oct 30 23:19:22.294 INFO O| Oct 30 23:19:22.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6029 | 2024-10-30T23:19:23.669Z | [ recovery-image] Oct 30 23:19:22.294 INFO O| Oct 30 23:19:22.294 INFO STEP 633 (remove_files) COMPLETE |
6030 | 2024-10-30T23:19:23.669Z | [ recovery-image] Oct 30 23:19:22.294 INFO O| Oct 30 23:19:22.294 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-10-30T23:19:23.676Z | [ recovery-image] Oct 30 23:19:22.304 INFO O| Oct 30 23:19:22.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6032 | 2024-10-30T23:19:23.676Z | [ recovery-image] Oct 30 23:19:22.304 INFO O| Oct 30 23:19:22.304 INFO STEP 634 (remove_files) COMPLETE |
6033 | 2024-10-30T23:19:23.678Z | [ recovery-image] Oct 30 23:19:22.304 INFO O| Oct 30 23:19:22.304 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-10-30T23:19:23.686Z | [ recovery-image] Oct 30 23:19:22.313 INFO O| Oct 30 23:19:22.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6035 | 2024-10-30T23:19:23.686Z | [ recovery-image] Oct 30 23:19:22.313 INFO O| Oct 30 23:19:22.313 INFO STEP 635 (remove_files) COMPLETE |
6036 | 2024-10-30T23:19:23.686Z | [ recovery-image] Oct 30 23:19:22.313 INFO O| Oct 30 23:19:22.313 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-10-30T23:19:23.695Z | [ recovery-image] Oct 30 23:19:22.323 INFO O| Oct 30 23:19:22.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6038 | 2024-10-30T23:19:23.697Z | [ recovery-image] Oct 30 23:19:22.323 INFO O| Oct 30 23:19:22.323 INFO STEP 636 (remove_files) COMPLETE |
6039 | 2024-10-30T23:19:23.697Z | [ recovery-image] Oct 30 23:19:22.323 INFO O| Oct 30 23:19:22.323 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-10-30T23:19:23.706Z | [ recovery-image] Oct 30 23:19:22.334 INFO O| Oct 30 23:19:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6041 | 2024-10-30T23:19:23.706Z | [ recovery-image] Oct 30 23:19:22.334 INFO O| Oct 30 23:19:22.334 INFO STEP 637 (remove_files) COMPLETE |
6042 | 2024-10-30T23:19:23.709Z | [ recovery-image] Oct 30 23:19:22.334 INFO O| Oct 30 23:19:22.334 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-10-30T23:19:23.716Z | [ recovery-image] Oct 30 23:19:22.344 INFO O| Oct 30 23:19:22.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6044 | 2024-10-30T23:19:23.719Z | [ recovery-image] Oct 30 23:19:22.344 INFO O| Oct 30 23:19:22.344 INFO STEP 638 (remove_files) COMPLETE |
6045 | 2024-10-30T23:19:23.719Z | [ recovery-image] Oct 30 23:19:22.344 INFO O| Oct 30 23:19:22.344 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-10-30T23:19:23.726Z | [ recovery-image] Oct 30 23:19:22.354 INFO O| Oct 30 23:19:22.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6047 | 2024-10-30T23:19:23.729Z | [ recovery-image] Oct 30 23:19:22.354 INFO O| Oct 30 23:19:22.354 INFO STEP 639 (remove_files) COMPLETE |
6048 | 2024-10-30T23:19:23.729Z | [ recovery-image] Oct 30 23:19:22.354 INFO O| Oct 30 23:19:22.354 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-10-30T23:19:23.736Z | [ recovery-image] Oct 30 23:19:22.363 INFO O| Oct 30 23:19:22.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6050 | 2024-10-30T23:19:23.736Z | [ recovery-image] Oct 30 23:19:22.364 INFO O| Oct 30 23:19:22.364 INFO STEP 640 (remove_files) COMPLETE |
6051 | 2024-10-30T23:19:23.738Z | [ recovery-image] Oct 30 23:19:22.364 INFO O| Oct 30 23:19:22.364 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-10-30T23:19:23.746Z | [ recovery-image] Oct 30 23:19:22.373 INFO O| Oct 30 23:19:22.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6053 | 2024-10-30T23:19:23.746Z | [ recovery-image] Oct 30 23:19:22.373 INFO O| Oct 30 23:19:22.373 INFO STEP 641 (remove_files) COMPLETE |
6054 | 2024-10-30T23:19:23.746Z | [ recovery-image] Oct 30 23:19:22.373 INFO O| Oct 30 23:19:22.373 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-10-30T23:19:23.755Z | [ recovery-image] Oct 30 23:19:22.383 INFO O| Oct 30 23:19:22.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6056 | 2024-10-30T23:19:23.755Z | [ recovery-image] Oct 30 23:19:22.383 INFO O| Oct 30 23:19:22.383 INFO STEP 642 (remove_files) COMPLETE |
6057 | 2024-10-30T23:19:23.755Z | [ recovery-image] Oct 30 23:19:22.383 INFO O| Oct 30 23:19:22.383 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-10-30T23:19:23.765Z | [ recovery-image] Oct 30 23:19:22.392 INFO O| Oct 30 23:19:22.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6059 | 2024-10-30T23:19:23.765Z | [ recovery-image] Oct 30 23:19:22.392 INFO O| Oct 30 23:19:22.392 INFO STEP 643 (remove_files) COMPLETE |
6060 | 2024-10-30T23:19:23.767Z | [ recovery-image] Oct 30 23:19:22.392 INFO O| Oct 30 23:19:22.392 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-10-30T23:19:23.774Z | [ recovery-image] Oct 30 23:19:22.402 INFO O| Oct 30 23:19:22.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6062 | 2024-10-30T23:19:23.774Z | [ recovery-image] Oct 30 23:19:22.402 INFO O| Oct 30 23:19:22.402 INFO STEP 644 (remove_files) COMPLETE |
6063 | 2024-10-30T23:19:23.774Z | [ recovery-image] Oct 30 23:19:22.402 INFO O| Oct 30 23:19:22.402 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-10-30T23:19:23.783Z | [ recovery-image] Oct 30 23:19:22.411 INFO O| Oct 30 23:19:22.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6065 | 2024-10-30T23:19:23.784Z | [ recovery-image] Oct 30 23:19:22.411 INFO O| Oct 30 23:19:22.411 INFO STEP 645 (remove_files) COMPLETE |
6066 | 2024-10-30T23:19:23.784Z | [ recovery-image] Oct 30 23:19:22.411 INFO O| Oct 30 23:19:22.411 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-10-30T23:19:23.793Z | [ recovery-image] Oct 30 23:19:22.420 INFO O| Oct 30 23:19:22.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6068 | 2024-10-30T23:19:23.795Z | [ recovery-image] Oct 30 23:19:22.420 INFO O| Oct 30 23:19:22.420 INFO STEP 646 (remove_files) COMPLETE |
6069 | 2024-10-30T23:19:23.795Z | [ recovery-image] Oct 30 23:19:22.420 INFO O| Oct 30 23:19:22.420 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-10-30T23:19:23.802Z | [ recovery-image] Oct 30 23:19:22.430 INFO O| Oct 30 23:19:22.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6071 | 2024-10-30T23:19:23.802Z | [ recovery-image] Oct 30 23:19:22.430 INFO O| Oct 30 23:19:22.430 INFO STEP 647 (remove_files) COMPLETE |
6072 | 2024-10-30T23:19:23.805Z | [ recovery-image] Oct 30 23:19:22.430 INFO O| Oct 30 23:19:22.430 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-10-30T23:19:23.811Z | [ recovery-image] Oct 30 23:19:22.439 INFO O| Oct 30 23:19:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6074 | 2024-10-30T23:19:23.814Z | [ recovery-image] Oct 30 23:19:22.439 INFO O| Oct 30 23:19:22.439 INFO STEP 648 (remove_files) COMPLETE |
6075 | 2024-10-30T23:19:23.814Z | [ recovery-image] Oct 30 23:19:22.439 INFO O| Oct 30 23:19:22.439 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-10-30T23:19:23.821Z | [ recovery-image] Oct 30 23:19:22.448 INFO O| Oct 30 23:19:22.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6077 | 2024-10-30T23:19:23.823Z | [ recovery-image] Oct 30 23:19:22.448 INFO O| Oct 30 23:19:22.448 INFO STEP 649 (remove_files) COMPLETE |
6078 | 2024-10-30T23:19:23.823Z | [ recovery-image] Oct 30 23:19:22.449 INFO O| Oct 30 23:19:22.448 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-10-30T23:19:23.831Z | [ recovery-image] Oct 30 23:19:22.458 INFO O| Oct 30 23:19:22.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6080 | 2024-10-30T23:19:23.833Z | [ recovery-image] Oct 30 23:19:22.458 INFO O| Oct 30 23:19:22.458 INFO STEP 650 (remove_files) COMPLETE |
6081 | 2024-10-30T23:19:23.833Z | [ recovery-image] Oct 30 23:19:22.458 INFO O| Oct 30 23:19:22.458 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-10-30T23:19:23.840Z | [ recovery-image] Oct 30 23:19:22.467 INFO O| Oct 30 23:19:22.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6083 | 2024-10-30T23:19:23.840Z | [ recovery-image] Oct 30 23:19:22.468 INFO O| Oct 30 23:19:22.468 INFO STEP 651 (remove_files) COMPLETE |
6084 | 2024-10-30T23:19:23.842Z | [ recovery-image] Oct 30 23:19:22.468 INFO O| Oct 30 23:19:22.468 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-10-30T23:19:23.850Z | [ recovery-image] Oct 30 23:19:22.477 INFO O| Oct 30 23:19:22.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6086 | 2024-10-30T23:19:23.852Z | [ recovery-image] Oct 30 23:19:22.477 INFO O| Oct 30 23:19:22.477 INFO STEP 652 (remove_files) COMPLETE |
6087 | 2024-10-30T23:19:23.852Z | [ recovery-image] Oct 30 23:19:22.477 INFO O| Oct 30 23:19:22.477 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-10-30T23:19:23.859Z | [ recovery-image] Oct 30 23:19:22.486 INFO O| Oct 30 23:19:22.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6089 | 2024-10-30T23:19:23.860Z | [ recovery-image] Oct 30 23:19:22.487 INFO O| Oct 30 23:19:22.486 INFO STEP 653 (remove_files) COMPLETE |
6090 | 2024-10-30T23:19:23.863Z | [ recovery-image] Oct 30 23:19:22.487 INFO O| Oct 30 23:19:22.487 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-10-30T23:19:23.868Z | [ recovery-image] Oct 30 23:19:22.496 INFO O| Oct 30 23:19:22.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6092 | 2024-10-30T23:19:23.871Z | [ recovery-image] Oct 30 23:19:22.496 INFO O| Oct 30 23:19:22.496 INFO STEP 654 (remove_files) COMPLETE |
6093 | 2024-10-30T23:19:23.871Z | [ recovery-image] Oct 30 23:19:22.496 INFO O| Oct 30 23:19:22.496 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-10-30T23:19:23.878Z | [ recovery-image] Oct 30 23:19:22.505 INFO O| Oct 30 23:19:22.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6095 | 2024-10-30T23:19:23.880Z | [ recovery-image] Oct 30 23:19:22.505 INFO O| Oct 30 23:19:22.505 INFO STEP 655 (remove_files) COMPLETE |
6096 | 2024-10-30T23:19:23.880Z | [ recovery-image] Oct 30 23:19:22.505 INFO O| Oct 30 23:19:22.505 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-10-30T23:19:23.887Z | [ recovery-image] Oct 30 23:19:22.515 INFO O| Oct 30 23:19:22.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6098 | 2024-10-30T23:19:23.887Z | [ recovery-image] Oct 30 23:19:22.515 INFO O| Oct 30 23:19:22.515 INFO STEP 656 (remove_files) COMPLETE |
6099 | 2024-10-30T23:19:23.890Z | [ recovery-image] Oct 30 23:19:22.515 INFO O| Oct 30 23:19:22.515 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-10-30T23:19:23.897Z | [ recovery-image] Oct 30 23:19:22.525 INFO O| Oct 30 23:19:22.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6101 | 2024-10-30T23:19:23.899Z | [ recovery-image] Oct 30 23:19:22.525 INFO O| Oct 30 23:19:22.525 INFO STEP 657 (remove_files) COMPLETE |
6102 | 2024-10-30T23:19:23.899Z | [ recovery-image] Oct 30 23:19:22.525 INFO O| Oct 30 23:19:22.525 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-10-30T23:19:23.907Z | [ recovery-image] Oct 30 23:19:22.535 INFO O| Oct 30 23:19:22.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6104 | 2024-10-30T23:19:23.909Z | [ recovery-image] Oct 30 23:19:22.535 INFO O| Oct 30 23:19:22.535 INFO STEP 658 (remove_files) COMPLETE |
6105 | 2024-10-30T23:19:23.910Z | [ recovery-image] Oct 30 23:19:22.535 INFO O| Oct 30 23:19:22.535 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-10-30T23:19:23.916Z | [ recovery-image] Oct 30 23:19:22.544 INFO O| Oct 30 23:19:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6107 | 2024-10-30T23:19:23.919Z | [ recovery-image] Oct 30 23:19:22.544 INFO O| Oct 30 23:19:22.544 INFO STEP 659 (remove_files) COMPLETE |
6108 | 2024-10-30T23:19:23.919Z | [ recovery-image] Oct 30 23:19:22.544 INFO O| Oct 30 23:19:22.544 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-10-30T23:19:23.926Z | [ recovery-image] Oct 30 23:19:22.553 INFO O| Oct 30 23:19:22.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6110 | 2024-10-30T23:19:23.928Z | [ recovery-image] Oct 30 23:19:22.554 INFO O| Oct 30 23:19:22.553 INFO STEP 660 (remove_files) COMPLETE |
6111 | 2024-10-30T23:19:23.928Z | [ recovery-image] Oct 30 23:19:22.554 INFO O| Oct 30 23:19:22.553 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-10-30T23:19:23.935Z | [ recovery-image] Oct 30 23:19:22.563 INFO O| Oct 30 23:19:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6113 | 2024-10-30T23:19:23.935Z | [ recovery-image] Oct 30 23:19:22.563 INFO O| Oct 30 23:19:22.563 INFO STEP 661 (remove_files) COMPLETE |
6114 | 2024-10-30T23:19:23.935Z | [ recovery-image] Oct 30 23:19:22.563 INFO O| Oct 30 23:19:22.563 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-10-30T23:19:23.945Z | [ recovery-image] Oct 30 23:19:22.572 INFO O| Oct 30 23:19:22.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6116 | 2024-10-30T23:19:23.945Z | [ recovery-image] Oct 30 23:19:22.572 INFO O| Oct 30 23:19:22.572 INFO STEP 662 (remove_files) COMPLETE |
6117 | 2024-10-30T23:19:23.947Z | [ recovery-image] Oct 30 23:19:22.572 INFO O| Oct 30 23:19:22.572 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-10-30T23:19:23.954Z | [ recovery-image] Oct 30 23:19:22.582 INFO O| Oct 30 23:19:22.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6119 | 2024-10-30T23:19:23.957Z | [ recovery-image] Oct 30 23:19:22.582 INFO O| Oct 30 23:19:22.582 INFO STEP 663 (remove_files) COMPLETE |
6120 | 2024-10-30T23:19:23.957Z | [ recovery-image] Oct 30 23:19:22.582 INFO O| Oct 30 23:19:22.582 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-10-30T23:19:23.964Z | [ recovery-image] Oct 30 23:19:22.591 INFO O| Oct 30 23:19:22.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6122 | 2024-10-30T23:19:23.964Z | [ recovery-image] Oct 30 23:19:22.591 INFO O| Oct 30 23:19:22.591 INFO STEP 664 (remove_files) COMPLETE |
6123 | 2024-10-30T23:19:23.966Z | [ recovery-image] Oct 30 23:19:22.591 INFO O| Oct 30 23:19:22.591 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-10-30T23:19:23.973Z | [ recovery-image] Oct 30 23:19:22.600 INFO O| Oct 30 23:19:22.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6125 | 2024-10-30T23:19:23.973Z | [ recovery-image] Oct 30 23:19:22.601 INFO O| Oct 30 23:19:22.601 INFO STEP 665 (remove_files) COMPLETE |
6126 | 2024-10-30T23:19:23.973Z | [ recovery-image] Oct 30 23:19:22.601 INFO O| Oct 30 23:19:22.601 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-10-30T23:19:23.982Z | [ recovery-image] Oct 30 23:19:22.610 INFO O| Oct 30 23:19:22.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6128 | 2024-10-30T23:19:23.985Z | [ recovery-image] Oct 30 23:19:22.610 INFO O| Oct 30 23:19:22.610 INFO STEP 666 (remove_files) COMPLETE |
6129 | 2024-10-30T23:19:23.985Z | [ recovery-image] Oct 30 23:19:22.610 INFO O| Oct 30 23:19:22.610 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-10-30T23:19:23.992Z | [ recovery-image] Oct 30 23:19:22.619 INFO O| Oct 30 23:19:22.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6131 | 2024-10-30T23:19:23.992Z | [ recovery-image] Oct 30 23:19:22.619 INFO O| Oct 30 23:19:22.619 INFO STEP 667 (remove_files) COMPLETE |
6132 | 2024-10-30T23:19:23.992Z | [ recovery-image] Oct 30 23:19:22.619 INFO O| Oct 30 23:19:22.619 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-10-30T23:19:24.001Z | [ recovery-image] Oct 30 23:19:22.629 INFO O| Oct 30 23:19:22.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6134 | 2024-10-30T23:19:24.002Z | [ recovery-image] Oct 30 23:19:22.629 INFO O| Oct 30 23:19:22.629 INFO STEP 668 (remove_files) COMPLETE |
6135 | 2024-10-30T23:19:24.004Z | [ recovery-image] Oct 30 23:19:22.629 INFO O| Oct 30 23:19:22.629 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-10-30T23:19:24.011Z | [ recovery-image] Oct 30 23:19:22.638 INFO O| Oct 30 23:19:22.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6137 | 2024-10-30T23:19:24.013Z | [ recovery-image] Oct 30 23:19:22.639 INFO O| Oct 30 23:19:22.638 INFO STEP 669 (remove_files) COMPLETE |
6138 | 2024-10-30T23:19:24.013Z | [ recovery-image] Oct 30 23:19:22.639 INFO O| Oct 30 23:19:22.639 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-10-30T23:19:24.020Z | [ recovery-image] Oct 30 23:19:22.648 INFO O| Oct 30 23:19:22.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6140 | 2024-10-30T23:19:24.020Z | [ recovery-image] Oct 30 23:19:22.648 INFO O| Oct 30 23:19:22.648 INFO STEP 670 (remove_files) COMPLETE |
6141 | 2024-10-30T23:19:24.020Z | [ recovery-image] Oct 30 23:19:22.648 INFO O| Oct 30 23:19:22.648 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-10-30T23:19:24.030Z | [ recovery-image] Oct 30 23:19:22.657 INFO O| Oct 30 23:19:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6143 | 2024-10-30T23:19:24.033Z | [ recovery-image] Oct 30 23:19:22.657 INFO O| Oct 30 23:19:22.657 INFO STEP 671 (remove_files) COMPLETE |
6144 | 2024-10-30T23:19:24.033Z | [ recovery-image] Oct 30 23:19:22.657 INFO O| Oct 30 23:19:22.657 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-10-30T23:19:24.040Z | [ recovery-image] Oct 30 23:19:22.667 INFO O| Oct 30 23:19:22.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6146 | 2024-10-30T23:19:24.040Z | [ recovery-image] Oct 30 23:19:22.667 INFO O| Oct 30 23:19:22.667 INFO STEP 672 (remove_files) COMPLETE |
6147 | 2024-10-30T23:19:24.042Z | [ recovery-image] Oct 30 23:19:22.668 INFO O| Oct 30 23:19:22.667 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-10-30T23:19:24.049Z | [ recovery-image] Oct 30 23:19:22.677 INFO O| Oct 30 23:19:22.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6149 | 2024-10-30T23:19:24.052Z | [ recovery-image] Oct 30 23:19:22.677 INFO O| Oct 30 23:19:22.677 INFO STEP 673 (remove_files) COMPLETE |
6150 | 2024-10-30T23:19:24.052Z | [ recovery-image] Oct 30 23:19:22.677 INFO O| Oct 30 23:19:22.677 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-10-30T23:19:24.059Z | [ recovery-image] Oct 30 23:19:22.686 INFO O| Oct 30 23:19:22.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6152 | 2024-10-30T23:19:24.059Z | [ recovery-image] Oct 30 23:19:22.686 INFO O| Oct 30 23:19:22.686 INFO STEP 674 (remove_files) COMPLETE |
6153 | 2024-10-30T23:19:24.059Z | [ recovery-image] Oct 30 23:19:22.686 INFO O| Oct 30 23:19:22.686 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-10-30T23:19:24.068Z | [ recovery-image] Oct 30 23:19:22.696 INFO O| Oct 30 23:19:22.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6155 | 2024-10-30T23:19:24.068Z | [ recovery-image] Oct 30 23:19:22.696 INFO O| Oct 30 23:19:22.696 INFO STEP 675 (remove_files) COMPLETE |
6156 | 2024-10-30T23:19:24.070Z | [ recovery-image] Oct 30 23:19:22.696 INFO O| Oct 30 23:19:22.696 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-10-30T23:19:24.077Z | [ recovery-image] Oct 30 23:19:22.705 INFO O| Oct 30 23:19:22.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6158 | 2024-10-30T23:19:24.077Z | [ recovery-image] Oct 30 23:19:22.705 INFO O| Oct 30 23:19:22.705 INFO STEP 676 (remove_files) COMPLETE |
6159 | 2024-10-30T23:19:24.078Z | [ recovery-image] Oct 30 23:19:22.705 INFO O| Oct 30 23:19:22.705 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-10-30T23:19:24.087Z | [ recovery-image] Oct 30 23:19:22.714 INFO O| Oct 30 23:19:22.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6161 | 2024-10-30T23:19:24.087Z | [ recovery-image] Oct 30 23:19:22.714 INFO O| Oct 30 23:19:22.714 INFO STEP 677 (remove_files) COMPLETE |
6162 | 2024-10-30T23:19:24.089Z | [ recovery-image] Oct 30 23:19:22.715 INFO O| Oct 30 23:19:22.714 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-10-30T23:19:24.096Z | [ recovery-image] Oct 30 23:19:22.724 INFO O| Oct 30 23:19:22.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6164 | 2024-10-30T23:19:24.096Z | [ recovery-image] Oct 30 23:19:22.724 INFO O| Oct 30 23:19:22.724 INFO STEP 678 (remove_files) COMPLETE |
6165 | 2024-10-30T23:19:24.099Z | [ recovery-image] Oct 30 23:19:22.724 INFO O| Oct 30 23:19:22.724 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-10-30T23:19:24.106Z | [ recovery-image] Oct 30 23:19:22.733 INFO O| Oct 30 23:19:22.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6167 | 2024-10-30T23:19:24.106Z | [ recovery-image] Oct 30 23:19:22.733 INFO O| Oct 30 23:19:22.733 INFO STEP 679 (remove_files) COMPLETE |
6168 | 2024-10-30T23:19:24.106Z | [ recovery-image] Oct 30 23:19:22.733 INFO O| Oct 30 23:19:22.733 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-10-30T23:19:24.115Z | [ recovery-image] Oct 30 23:19:22.743 INFO O| Oct 30 23:19:22.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6170 | 2024-10-30T23:19:24.117Z | [ recovery-image] Oct 30 23:19:22.743 INFO O| Oct 30 23:19:22.743 INFO STEP 680 (remove_files) COMPLETE |
6171 | 2024-10-30T23:19:24.117Z | [ recovery-image] Oct 30 23:19:22.743 INFO O| Oct 30 23:19:22.743 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-10-30T23:19:24.125Z | [ recovery-image] Oct 30 23:19:22.753 INFO O| Oct 30 23:19:22.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6173 | 2024-10-30T23:19:24.125Z | [ recovery-image] Oct 30 23:19:22.753 INFO O| Oct 30 23:19:22.753 INFO STEP 681 (remove_files) COMPLETE |
6174 | 2024-10-30T23:19:24.127Z | [ recovery-image] Oct 30 23:19:22.753 INFO O| Oct 30 23:19:22.753 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-10-30T23:19:24.135Z | [ recovery-image] Oct 30 23:19:22.762 INFO O| Oct 30 23:19:22.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6176 | 2024-10-30T23:19:24.135Z | [ recovery-image] Oct 30 23:19:22.762 INFO O| Oct 30 23:19:22.762 INFO STEP 682 (remove_files) COMPLETE |
6177 | 2024-10-30T23:19:24.137Z | [ recovery-image] Oct 30 23:19:22.762 INFO O| Oct 30 23:19:22.762 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-10-30T23:19:24.144Z | [ recovery-image] Oct 30 23:19:22.772 INFO O| Oct 30 23:19:22.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6179 | 2024-10-30T23:19:24.144Z | [ recovery-image] Oct 30 23:19:22.772 INFO O| Oct 30 23:19:22.772 INFO STEP 683 (remove_files) COMPLETE |
6180 | 2024-10-30T23:19:24.146Z | [ recovery-image] Oct 30 23:19:22.772 INFO O| Oct 30 23:19:22.772 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-10-30T23:19:24.153Z | [ recovery-image] Oct 30 23:19:22.781 INFO O| Oct 30 23:19:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6182 | 2024-10-30T23:19:24.156Z | [ recovery-image] Oct 30 23:19:22.781 INFO O| Oct 30 23:19:22.781 INFO STEP 684 (remove_files) COMPLETE |
6183 | 2024-10-30T23:19:24.156Z | [ recovery-image] Oct 30 23:19:22.781 INFO O| Oct 30 23:19:22.781 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-10-30T23:19:24.163Z | [ recovery-image] Oct 30 23:19:22.790 INFO O| Oct 30 23:19:22.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6185 | 2024-10-30T23:19:24.165Z | [ recovery-image] Oct 30 23:19:22.791 INFO O| Oct 30 23:19:22.791 INFO STEP 685 (remove_files) COMPLETE |
6186 | 2024-10-30T23:19:24.165Z | [ recovery-image] Oct 30 23:19:22.791 INFO O| Oct 30 23:19:22.791 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-10-30T23:19:24.172Z | [ recovery-image] Oct 30 23:19:22.800 INFO O| Oct 30 23:19:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6188 | 2024-10-30T23:19:24.172Z | [ recovery-image] Oct 30 23:19:22.800 INFO O| Oct 30 23:19:22.800 INFO STEP 686 (remove_files) COMPLETE |
6189 | 2024-10-30T23:19:24.172Z | [ recovery-image] Oct 30 23:19:22.800 INFO O| Oct 30 23:19:22.800 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-10-30T23:19:24.181Z | [ recovery-image] Oct 30 23:19:22.809 INFO O| Oct 30 23:19:22.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6191 | 2024-10-30T23:19:24.182Z | [ recovery-image] Oct 30 23:19:22.809 INFO O| Oct 30 23:19:22.809 INFO STEP 687 (remove_files) COMPLETE |
6192 | 2024-10-30T23:19:24.184Z | [ recovery-image] Oct 30 23:19:22.809 INFO O| Oct 30 23:19:22.809 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-10-30T23:19:24.191Z | [ recovery-image] Oct 30 23:19:22.818 INFO O| Oct 30 23:19:22.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6194 | 2024-10-30T23:19:24.191Z | [ recovery-image] Oct 30 23:19:22.818 INFO O| Oct 30 23:19:22.818 INFO STEP 688 (remove_files) COMPLETE |
6195 | 2024-10-30T23:19:24.193Z | [ recovery-image] Oct 30 23:19:22.819 INFO O| Oct 30 23:19:22.818 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-10-30T23:19:24.200Z | [ recovery-image] Oct 30 23:19:22.828 INFO O| Oct 30 23:19:22.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6197 | 2024-10-30T23:19:24.200Z | [ recovery-image] Oct 30 23:19:22.828 INFO O| Oct 30 23:19:22.828 INFO STEP 689 (remove_files) COMPLETE |
6198 | 2024-10-30T23:19:24.203Z | [ recovery-image] Oct 30 23:19:22.828 INFO O| Oct 30 23:19:22.828 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-10-30T23:19:24.210Z | [ recovery-image] Oct 30 23:19:22.837 INFO O| Oct 30 23:19:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6200 | 2024-10-30T23:19:24.210Z | [ recovery-image] Oct 30 23:19:22.837 INFO O| Oct 30 23:19:22.837 INFO STEP 690 (remove_files) COMPLETE |
6201 | 2024-10-30T23:19:24.210Z | [ recovery-image] Oct 30 23:19:22.837 INFO O| Oct 30 23:19:22.837 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-10-30T23:19:24.219Z | [ recovery-image] Oct 30 23:19:22.846 INFO O| Oct 30 23:19:22.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6203 | 2024-10-30T23:19:24.219Z | [ recovery-image] Oct 30 23:19:22.847 INFO O| Oct 30 23:19:22.847 INFO STEP 691 (remove_files) COMPLETE |
6204 | 2024-10-30T23:19:24.219Z | [ recovery-image] Oct 30 23:19:22.847 INFO O| Oct 30 23:19:22.847 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-10-30T23:19:24.228Z | [ recovery-image] Oct 30 23:19:22.856 INFO O| Oct 30 23:19:22.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6206 | 2024-10-30T23:19:24.231Z | [ recovery-image] Oct 30 23:19:22.856 INFO O| Oct 30 23:19:22.856 INFO STEP 692 (remove_files) COMPLETE |
6207 | 2024-10-30T23:19:24.231Z | [ recovery-image] Oct 30 23:19:22.856 INFO O| Oct 30 23:19:22.856 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-10-30T23:19:24.238Z | [ recovery-image] Oct 30 23:19:22.865 INFO O| Oct 30 23:19:22.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6209 | 2024-10-30T23:19:24.240Z | [ recovery-image] Oct 30 23:19:22.865 INFO O| Oct 30 23:19:22.865 INFO STEP 693 (remove_files) COMPLETE |
6210 | 2024-10-30T23:19:24.240Z | [ recovery-image] Oct 30 23:19:22.865 INFO O| Oct 30 23:19:22.865 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-10-30T23:19:24.247Z | [ recovery-image] Oct 30 23:19:22.874 INFO O| Oct 30 23:19:22.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6212 | 2024-10-30T23:19:24.247Z | [ recovery-image] Oct 30 23:19:22.875 INFO O| Oct 30 23:19:22.874 INFO STEP 694 (remove_files) COMPLETE |
6213 | 2024-10-30T23:19:24.247Z | [ recovery-image] Oct 30 23:19:22.875 INFO O| Oct 30 23:19:22.875 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-10-30T23:19:24.256Z | [ recovery-image] Oct 30 23:19:22.884 INFO O| Oct 30 23:19:22.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6215 | 2024-10-30T23:19:24.256Z | [ recovery-image] Oct 30 23:19:22.884 INFO O| Oct 30 23:19:22.884 INFO STEP 695 (remove_files) COMPLETE |
6216 | 2024-10-30T23:19:24.259Z | [ recovery-image] Oct 30 23:19:22.884 INFO O| Oct 30 23:19:22.884 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-10-30T23:19:24.266Z | [ recovery-image] Oct 30 23:19:22.893 INFO O| Oct 30 23:19:22.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6218 | 2024-10-30T23:19:24.266Z | [ recovery-image] Oct 30 23:19:22.893 INFO O| Oct 30 23:19:22.893 INFO STEP 696 (remove_files) COMPLETE |
6219 | 2024-10-30T23:19:24.268Z | [ recovery-image] Oct 30 23:19:22.893 INFO O| Oct 30 23:19:22.893 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-10-30T23:19:24.275Z | [ recovery-image] Oct 30 23:19:22.902 INFO O| Oct 30 23:19:22.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6221 | 2024-10-30T23:19:24.275Z | [ recovery-image] Oct 30 23:19:22.903 INFO O| Oct 30 23:19:22.903 INFO STEP 697 (remove_files) COMPLETE |
6222 | 2024-10-30T23:19:24.277Z | [ recovery-image] Oct 30 23:19:22.903 INFO O| Oct 30 23:19:22.903 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-10-30T23:19:24.284Z | [ recovery-image] Oct 30 23:19:22.912 INFO O| Oct 30 23:19:22.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6224 | 2024-10-30T23:19:24.284Z | [ recovery-image] Oct 30 23:19:22.912 INFO O| Oct 30 23:19:22.912 INFO STEP 698 (remove_files) COMPLETE |
6225 | 2024-10-30T23:19:24.287Z | [ recovery-image] Oct 30 23:19:22.912 INFO O| Oct 30 23:19:22.912 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-10-30T23:19:24.293Z | [ recovery-image] Oct 30 23:19:22.921 INFO O| Oct 30 23:19:22.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6227 | 2024-10-30T23:19:24.294Z | [ recovery-image] Oct 30 23:19:22.921 INFO O| Oct 30 23:19:22.921 INFO STEP 699 (remove_files) COMPLETE |
6228 | 2024-10-30T23:19:24.296Z | [ recovery-image] Oct 30 23:19:22.921 INFO O| Oct 30 23:19:22.921 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-10-30T23:19:24.303Z | [ recovery-image] Oct 30 23:19:22.931 INFO O| Oct 30 23:19:22.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6230 | 2024-10-30T23:19:24.303Z | [ recovery-image] Oct 30 23:19:22.931 INFO O| Oct 30 23:19:22.931 INFO STEP 700 (remove_files) COMPLETE |
6231 | 2024-10-30T23:19:24.303Z | [ recovery-image] Oct 30 23:19:22.931 INFO O| Oct 30 23:19:22.931 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-10-30T23:19:24.312Z | [ recovery-image] Oct 30 23:19:22.940 INFO O| Oct 30 23:19:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6233 | 2024-10-30T23:19:24.315Z | [ recovery-image] Oct 30 23:19:22.940 INFO O| Oct 30 23:19:22.940 INFO STEP 701 (remove_files) COMPLETE |
6234 | 2024-10-30T23:19:24.315Z | [ recovery-image] Oct 30 23:19:22.940 INFO O| Oct 30 23:19:22.940 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-10-30T23:19:24.322Z | [ recovery-image] Oct 30 23:19:22.949 INFO O| Oct 30 23:19:22.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6236 | 2024-10-30T23:19:24.322Z | [ recovery-image] Oct 30 23:19:22.949 INFO O| Oct 30 23:19:22.949 INFO STEP 702 (remove_files) COMPLETE |
6237 | 2024-10-30T23:19:24.324Z | [ recovery-image] Oct 30 23:19:22.949 INFO O| Oct 30 23:19:22.949 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-10-30T23:19:24.331Z | [ recovery-image] Oct 30 23:19:22.959 INFO O| Oct 30 23:19:22.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6239 | 2024-10-30T23:19:24.334Z | [ recovery-image] Oct 30 23:19:22.959 INFO O| Oct 30 23:19:22.959 INFO STEP 703 (remove_files) COMPLETE |
6240 | 2024-10-30T23:19:24.334Z | [ recovery-image] Oct 30 23:19:22.959 INFO O| Oct 30 23:19:22.959 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-10-30T23:19:24.341Z | [ recovery-image] Oct 30 23:19:22.968 INFO O| Oct 30 23:19:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6242 | 2024-10-30T23:19:24.341Z | [ recovery-image] Oct 30 23:19:22.968 INFO O| Oct 30 23:19:22.968 INFO STEP 704 (remove_files) COMPLETE |
6243 | 2024-10-30T23:19:24.341Z | [ recovery-image] Oct 30 23:19:22.968 INFO O| Oct 30 23:19:22.968 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-10-30T23:19:24.350Z | [ recovery-image] Oct 30 23:19:22.977 INFO O| Oct 30 23:19:22.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6245 | 2024-10-30T23:19:24.352Z | [ recovery-image] Oct 30 23:19:22.978 INFO O| Oct 30 23:19:22.978 INFO STEP 705 (remove_files) COMPLETE |
6246 | 2024-10-30T23:19:24.352Z | [ recovery-image] Oct 30 23:19:22.978 INFO O| Oct 30 23:19:22.978 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-10-30T23:19:24.359Z | [ recovery-image] Oct 30 23:19:22.987 INFO O| Oct 30 23:19:22.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6248 | 2024-10-30T23:19:24.362Z | [ recovery-image] Oct 30 23:19:22.987 INFO O| Oct 30 23:19:22.987 INFO STEP 706 (remove_files) COMPLETE |
6249 | 2024-10-30T23:19:24.362Z | [ recovery-image] Oct 30 23:19:22.987 INFO O| Oct 30 23:19:22.987 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-10-30T23:19:24.369Z | [ recovery-image] Oct 30 23:19:22.996 INFO O| Oct 30 23:19:22.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6251 | 2024-10-30T23:19:24.369Z | [ recovery-image] Oct 30 23:19:22.996 INFO O| Oct 30 23:19:22.996 INFO STEP 707 (remove_files) COMPLETE |
6252 | 2024-10-30T23:19:24.371Z | [ recovery-image] Oct 30 23:19:22.996 INFO O| Oct 30 23:19:22.996 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-10-30T23:19:24.379Z | [ recovery-image] Oct 30 23:19:23.006 INFO O| Oct 30 23:19:23.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6254 | 2024-10-30T23:19:24.382Z | [ recovery-image] Oct 30 23:19:23.007 INFO O| Oct 30 23:19:23.007 INFO STEP 708 (remove_files) COMPLETE |
6255 | 2024-10-30T23:19:24.382Z | [ recovery-image] Oct 30 23:19:23.007 INFO O| Oct 30 23:19:23.007 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-10-30T23:19:24.388Z | [ recovery-image] Oct 30 23:19:23.016 INFO O| Oct 30 23:19:23.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6257 | 2024-10-30T23:19:24.389Z | [ recovery-image] Oct 30 23:19:23.016 INFO O| Oct 30 23:19:23.016 INFO STEP 709 (remove_files) COMPLETE |
6258 | 2024-10-30T23:19:24.389Z | [ recovery-image] Oct 30 23:19:23.016 INFO O| Oct 30 23:19:23.016 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-10-30T23:19:24.398Z | [ recovery-image] Oct 30 23:19:23.025 INFO O| Oct 30 23:19:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6260 | 2024-10-30T23:19:24.400Z | [ recovery-image] Oct 30 23:19:23.026 INFO O| Oct 30 23:19:23.025 INFO STEP 710 (remove_files) COMPLETE |
6261 | 2024-10-30T23:19:24.400Z | [ recovery-image] Oct 30 23:19:23.026 INFO O| Oct 30 23:19:23.025 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-10-30T23:19:24.407Z | [ recovery-image] Oct 30 23:19:23.035 INFO O| Oct 30 23:19:23.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6263 | 2024-10-30T23:19:24.407Z | [ recovery-image] Oct 30 23:19:23.035 INFO O| Oct 30 23:19:23.035 INFO STEP 711 (remove_files) COMPLETE |
6264 | 2024-10-30T23:19:24.410Z | [ recovery-image] Oct 30 23:19:23.035 INFO O| Oct 30 23:19:23.035 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-10-30T23:19:24.417Z | [ recovery-image] Oct 30 23:19:23.045 INFO O| Oct 30 23:19:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6266 | 2024-10-30T23:19:24.417Z | [ recovery-image] Oct 30 23:19:23.045 INFO O| Oct 30 23:19:23.045 INFO STEP 712 (remove_files) COMPLETE |
6267 | 2024-10-30T23:19:24.420Z | [ recovery-image] Oct 30 23:19:23.045 INFO O| Oct 30 23:19:23.045 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-10-30T23:19:24.427Z | [ recovery-image] Oct 30 23:19:23.054 INFO O| Oct 30 23:19:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6269 | 2024-10-30T23:19:24.427Z | [ recovery-image] Oct 30 23:19:23.054 INFO O| Oct 30 23:19:23.054 INFO STEP 713 (remove_files) COMPLETE |
6270 | 2024-10-30T23:19:24.427Z | [ recovery-image] Oct 30 23:19:23.054 INFO O| Oct 30 23:19:23.054 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-10-30T23:19:24.436Z | [ recovery-image] Oct 30 23:19:23.064 INFO O| Oct 30 23:19:23.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6272 | 2024-10-30T23:19:24.436Z | [ recovery-image] Oct 30 23:19:23.064 INFO O| Oct 30 23:19:23.064 INFO STEP 714 (remove_files) COMPLETE |
6273 | 2024-10-30T23:19:24.436Z | [ recovery-image] Oct 30 23:19:23.064 INFO O| Oct 30 23:19:23.064 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-10-30T23:19:24.445Z | [ recovery-image] Oct 30 23:19:23.073 INFO O| Oct 30 23:19:23.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6275 | 2024-10-30T23:19:24.445Z | [ recovery-image] Oct 30 23:19:23.073 INFO O| Oct 30 23:19:23.073 INFO STEP 715 (remove_files) COMPLETE |
6276 | 2024-10-30T23:19:24.448Z | [ recovery-image] Oct 30 23:19:23.073 INFO O| Oct 30 23:19:23.073 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-10-30T23:19:24.455Z | [ recovery-image] Oct 30 23:19:23.083 INFO O| Oct 30 23:19:23.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6278 | 2024-10-30T23:19:24.455Z | [ recovery-image] Oct 30 23:19:23.083 INFO O| Oct 30 23:19:23.083 INFO STEP 716 (remove_files) COMPLETE |
6279 | 2024-10-30T23:19:24.457Z | [ recovery-image] Oct 30 23:19:23.083 INFO O| Oct 30 23:19:23.083 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-10-30T23:19:24.464Z | [ recovery-image] Oct 30 23:19:23.092 INFO O| Oct 30 23:19:23.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6281 | 2024-10-30T23:19:24.464Z | [ recovery-image] Oct 30 23:19:23.092 INFO O| Oct 30 23:19:23.092 INFO STEP 717 (remove_files) COMPLETE |
6282 | 2024-10-30T23:19:24.467Z | [ recovery-image] Oct 30 23:19:23.092 INFO O| Oct 30 23:19:23.092 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-10-30T23:19:24.474Z | [ recovery-image] Oct 30 23:19:23.101 INFO O| Oct 30 23:19:23.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6284 | 2024-10-30T23:19:24.474Z | [ recovery-image] Oct 30 23:19:23.101 INFO O| Oct 30 23:19:23.101 INFO STEP 718 (remove_files) COMPLETE |
6285 | 2024-10-30T23:19:24.477Z | [ recovery-image] Oct 30 23:19:23.101 INFO O| Oct 30 23:19:23.101 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-10-30T23:19:24.483Z | [ recovery-image] Oct 30 23:19:23.110 INFO O| Oct 30 23:19:23.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6287 | 2024-10-30T23:19:24.485Z | [ recovery-image] Oct 30 23:19:23.111 INFO O| Oct 30 23:19:23.111 INFO STEP 719 (remove_files) COMPLETE |
6288 | 2024-10-30T23:19:24.485Z | [ recovery-image] Oct 30 23:19:23.111 INFO O| Oct 30 23:19:23.111 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-10-30T23:19:24.492Z | [ recovery-image] Oct 30 23:19:23.120 INFO O| Oct 30 23:19:23.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6290 | 2024-10-30T23:19:24.494Z | [ recovery-image] Oct 30 23:19:23.120 INFO O| Oct 30 23:19:23.120 INFO STEP 720 (remove_files) COMPLETE |
6291 | 2024-10-30T23:19:24.495Z | [ recovery-image] Oct 30 23:19:23.120 INFO O| Oct 30 23:19:23.120 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-10-30T23:19:24.502Z | [ recovery-image] Oct 30 23:19:23.129 INFO O| Oct 30 23:19:23.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6293 | 2024-10-30T23:19:24.502Z | [ recovery-image] Oct 30 23:19:23.129 INFO O| Oct 30 23:19:23.129 INFO STEP 721 (remove_files) COMPLETE |
6294 | 2024-10-30T23:19:24.504Z | [ recovery-image] Oct 30 23:19:23.129 INFO O| Oct 30 23:19:23.129 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-10-30T23:19:24.511Z | [ recovery-image] Oct 30 23:19:23.139 INFO O| Oct 30 23:19:23.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6296 | 2024-10-30T23:19:24.511Z | [ recovery-image] Oct 30 23:19:23.139 INFO O| Oct 30 23:19:23.139 INFO STEP 722 (remove_files) COMPLETE |
6297 | 2024-10-30T23:19:24.513Z | [ recovery-image] Oct 30 23:19:23.139 INFO O| Oct 30 23:19:23.139 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-10-30T23:19:24.520Z | [ recovery-image] Oct 30 23:19:23.148 INFO O| Oct 30 23:19:23.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6299 | 2024-10-30T23:19:24.521Z | [ recovery-image] Oct 30 23:19:23.148 INFO O| Oct 30 23:19:23.148 INFO STEP 723 (remove_files) COMPLETE |
6300 | 2024-10-30T23:19:24.521Z | [ recovery-image] Oct 30 23:19:23.148 INFO O| Oct 30 23:19:23.148 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-10-30T23:19:24.530Z | [ recovery-image] Oct 30 23:19:23.157 INFO O| Oct 30 23:19:23.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6302 | 2024-10-30T23:19:24.530Z | [ recovery-image] Oct 30 23:19:23.157 INFO O| Oct 30 23:19:23.157 INFO STEP 724 (remove_files) COMPLETE |
6303 | 2024-10-30T23:19:24.532Z | [ recovery-image] Oct 30 23:19:23.157 INFO O| Oct 30 23:19:23.157 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-10-30T23:19:24.539Z | [ recovery-image] Oct 30 23:19:23.166 INFO O| Oct 30 23:19:23.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6305 | 2024-10-30T23:19:24.541Z | [ recovery-image] Oct 30 23:19:23.167 INFO O| Oct 30 23:19:23.167 INFO STEP 725 (remove_files) COMPLETE |
6306 | 2024-10-30T23:19:24.541Z | [ recovery-image] Oct 30 23:19:23.167 INFO O| Oct 30 23:19:23.167 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-10-30T23:19:24.548Z | [ recovery-image] Oct 30 23:19:23.176 INFO O| Oct 30 23:19:23.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6308 | 2024-10-30T23:19:24.548Z | [ recovery-image] Oct 30 23:19:23.176 INFO O| Oct 30 23:19:23.176 INFO STEP 726 (remove_files) COMPLETE |
6309 | 2024-10-30T23:19:24.551Z | [ recovery-image] Oct 30 23:19:23.176 INFO O| Oct 30 23:19:23.176 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-10-30T23:19:24.558Z | [ recovery-image] Oct 30 23:19:23.185 INFO O| Oct 30 23:19:23.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6311 | 2024-10-30T23:19:24.558Z | [ recovery-image] Oct 30 23:19:23.185 INFO O| Oct 30 23:19:23.185 INFO STEP 727 (remove_files) COMPLETE |
6312 | 2024-10-30T23:19:24.560Z | [ recovery-image] Oct 30 23:19:23.185 INFO O| Oct 30 23:19:23.185 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-10-30T23:19:24.567Z | [ recovery-image] Oct 30 23:19:23.195 INFO O| Oct 30 23:19:23.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6314 | 2024-10-30T23:19:24.568Z | [ recovery-image] Oct 30 23:19:23.195 INFO O| Oct 30 23:19:23.195 INFO STEP 728 (remove_files) COMPLETE |
6315 | 2024-10-30T23:19:24.568Z | [ recovery-image] Oct 30 23:19:23.195 INFO O| Oct 30 23:19:23.195 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-10-30T23:19:24.576Z | [ recovery-image] Oct 30 23:19:23.204 INFO O| Oct 30 23:19:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6317 | 2024-10-30T23:19:24.579Z | [ recovery-image] Oct 30 23:19:23.204 INFO O| Oct 30 23:19:23.204 INFO STEP 729 (remove_files) COMPLETE |
6318 | 2024-10-30T23:19:24.579Z | [ recovery-image] Oct 30 23:19:23.204 INFO O| Oct 30 23:19:23.204 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-10-30T23:19:24.587Z | [ recovery-image] Oct 30 23:19:23.214 INFO O| Oct 30 23:19:23.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6320 | 2024-10-30T23:19:24.587Z | [ recovery-image] Oct 30 23:19:23.214 INFO O| Oct 30 23:19:23.214 INFO STEP 730 (remove_files) COMPLETE |
6321 | 2024-10-30T23:19:24.589Z | [ recovery-image] Oct 30 23:19:23.215 INFO O| Oct 30 23:19:23.214 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-10-30T23:19:24.597Z | [ recovery-image] Oct 30 23:19:23.224 INFO O| Oct 30 23:19:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6323 | 2024-10-30T23:19:24.599Z | [ recovery-image] Oct 30 23:19:23.224 INFO O| Oct 30 23:19:23.224 INFO STEP 731 (remove_files) COMPLETE |
6324 | 2024-10-30T23:19:24.599Z | [ recovery-image] Oct 30 23:19:23.224 INFO O| Oct 30 23:19:23.224 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-10-30T23:19:24.606Z | [ recovery-image] Oct 30 23:19:23.233 INFO O| Oct 30 23:19:23.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6326 | 2024-10-30T23:19:24.606Z | [ recovery-image] Oct 30 23:19:23.234 INFO O| Oct 30 23:19:23.234 INFO STEP 732 (remove_files) COMPLETE |
6327 | 2024-10-30T23:19:24.608Z | [ recovery-image] Oct 30 23:19:23.234 INFO O| Oct 30 23:19:23.234 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-10-30T23:19:24.615Z | [ recovery-image] Oct 30 23:19:23.243 INFO O| Oct 30 23:19:23.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6329 | 2024-10-30T23:19:24.618Z | [ recovery-image] Oct 30 23:19:23.243 INFO O| Oct 30 23:19:23.243 INFO STEP 733 (remove_files) COMPLETE |
6330 | 2024-10-30T23:19:24.618Z | [ recovery-image] Oct 30 23:19:23.243 INFO O| Oct 30 23:19:23.243 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-10-30T23:19:24.625Z | [ recovery-image] Oct 30 23:19:23.252 INFO O| Oct 30 23:19:23.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6332 | 2024-10-30T23:19:24.625Z | [ recovery-image] Oct 30 23:19:23.252 INFO O| Oct 30 23:19:23.252 INFO STEP 734 (remove_files) COMPLETE |
6333 | 2024-10-30T23:19:24.625Z | [ recovery-image] Oct 30 23:19:23.252 INFO O| Oct 30 23:19:23.252 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-10-30T23:19:24.634Z | [ recovery-image] Oct 30 23:19:23.261 INFO O| Oct 30 23:19:23.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6335 | 2024-10-30T23:19:24.636Z | [ recovery-image] Oct 30 23:19:23.262 INFO O| Oct 30 23:19:23.262 INFO STEP 735 (remove_files) COMPLETE |
6336 | 2024-10-30T23:19:24.636Z | [ recovery-image] Oct 30 23:19:23.262 INFO O| Oct 30 23:19:23.262 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-10-30T23:19:24.643Z | [ recovery-image] Oct 30 23:19:23.271 INFO O| Oct 30 23:19:23.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6338 | 2024-10-30T23:19:24.643Z | [ recovery-image] Oct 30 23:19:23.271 INFO O| Oct 30 23:19:23.271 INFO STEP 736 (remove_files) COMPLETE |
6339 | 2024-10-30T23:19:24.646Z | [ recovery-image] Oct 30 23:19:23.271 INFO O| Oct 30 23:19:23.271 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-10-30T23:19:24.653Z | [ recovery-image] Oct 30 23:19:23.280 INFO O| Oct 30 23:19:23.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6341 | 2024-10-30T23:19:24.655Z | [ recovery-image] Oct 30 23:19:23.281 INFO O| Oct 30 23:19:23.281 INFO STEP 737 (remove_files) COMPLETE |
6342 | 2024-10-30T23:19:24.655Z | [ recovery-image] Oct 30 23:19:23.281 INFO O| Oct 30 23:19:23.281 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-10-30T23:19:24.663Z | [ recovery-image] Oct 30 23:19:23.290 INFO O| Oct 30 23:19:23.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6344 | 2024-10-30T23:19:24.663Z | [ recovery-image] Oct 30 23:19:23.291 INFO O| Oct 30 23:19:23.290 INFO STEP 738 (remove_files) COMPLETE |
6345 | 2024-10-30T23:19:24.663Z | [ recovery-image] Oct 30 23:19:23.291 INFO O| Oct 30 23:19:23.291 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-10-30T23:19:24.673Z | [ recovery-image] Oct 30 23:19:23.300 INFO O| Oct 30 23:19:23.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6347 | 2024-10-30T23:19:24.673Z | [ recovery-image] Oct 30 23:19:23.300 INFO O| Oct 30 23:19:23.300 INFO STEP 739 (remove_files) COMPLETE |
6348 | 2024-10-30T23:19:24.673Z | [ recovery-image] Oct 30 23:19:23.300 INFO O| Oct 30 23:19:23.300 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-10-30T23:19:24.682Z | [ recovery-image] Oct 30 23:19:23.309 INFO O| Oct 30 23:19:23.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6350 | 2024-10-30T23:19:24.685Z | [ recovery-image] Oct 30 23:19:23.310 INFO O| Oct 30 23:19:23.309 INFO STEP 740 (remove_files) COMPLETE |
6351 | 2024-10-30T23:19:24.685Z | [ recovery-image] Oct 30 23:19:23.310 INFO O| Oct 30 23:19:23.309 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-10-30T23:19:24.691Z | [ recovery-image] Oct 30 23:19:23.319 INFO O| Oct 30 23:19:23.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6353 | 2024-10-30T23:19:24.691Z | [ recovery-image] Oct 30 23:19:23.319 INFO O| Oct 30 23:19:23.319 INFO STEP 741 (remove_files) COMPLETE |
6354 | 2024-10-30T23:19:24.694Z | [ recovery-image] Oct 30 23:19:23.319 INFO O| Oct 30 23:19:23.319 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-10-30T23:19:24.701Z | [ recovery-image] Oct 30 23:19:23.328 INFO O| Oct 30 23:19:23.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6356 | 2024-10-30T23:19:24.701Z | [ recovery-image] Oct 30 23:19:23.329 INFO O| Oct 30 23:19:23.328 INFO STEP 742 (remove_files) COMPLETE |
6357 | 2024-10-30T23:19:24.703Z | [ recovery-image] Oct 30 23:19:23.329 INFO O| Oct 30 23:19:23.328 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-10-30T23:19:24.710Z | [ recovery-image] Oct 30 23:19:23.338 INFO O| Oct 30 23:19:23.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6359 | 2024-10-30T23:19:24.713Z | [ recovery-image] Oct 30 23:19:23.338 INFO O| Oct 30 23:19:23.338 INFO STEP 743 (remove_files) COMPLETE |
6360 | 2024-10-30T23:19:24.713Z | [ recovery-image] Oct 30 23:19:23.338 INFO O| Oct 30 23:19:23.338 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-10-30T23:19:24.720Z | [ recovery-image] Oct 30 23:19:23.347 INFO O| Oct 30 23:19:23.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6362 | 2024-10-30T23:19:24.720Z | [ recovery-image] Oct 30 23:19:23.347 INFO O| Oct 30 23:19:23.347 INFO STEP 744 (remove_files) COMPLETE |
6363 | 2024-10-30T23:19:24.722Z | [ recovery-image] Oct 30 23:19:23.348 INFO O| Oct 30 23:19:23.347 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-10-30T23:19:24.729Z | [ recovery-image] Oct 30 23:19:23.357 INFO O| Oct 30 23:19:23.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6365 | 2024-10-30T23:19:24.729Z | [ recovery-image] Oct 30 23:19:23.357 INFO O| Oct 30 23:19:23.357 INFO STEP 745 (remove_files) COMPLETE |
6366 | 2024-10-30T23:19:24.731Z | [ recovery-image] Oct 30 23:19:23.357 INFO O| Oct 30 23:19:23.357 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-10-30T23:19:24.739Z | [ recovery-image] Oct 30 23:19:23.366 INFO O| Oct 30 23:19:23.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6368 | 2024-10-30T23:19:24.739Z | [ recovery-image] Oct 30 23:19:23.367 INFO O| Oct 30 23:19:23.366 INFO STEP 746 (remove_files) COMPLETE |
6369 | 2024-10-30T23:19:24.739Z | [ recovery-image] Oct 30 23:19:23.367 INFO O| Oct 30 23:19:23.367 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-10-30T23:19:24.749Z | [ recovery-image] Oct 30 23:19:23.376 INFO O| Oct 30 23:19:23.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6371 | 2024-10-30T23:19:24.749Z | [ recovery-image] Oct 30 23:19:23.376 INFO O| Oct 30 23:19:23.376 INFO STEP 747 (remove_files) COMPLETE |
6372 | 2024-10-30T23:19:24.749Z | [ recovery-image] Oct 30 23:19:23.376 INFO O| Oct 30 23:19:23.376 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-10-30T23:19:24.758Z | [ recovery-image] Oct 30 23:19:23.386 INFO O| Oct 30 23:19:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6374 | 2024-10-30T23:19:24.760Z | [ recovery-image] Oct 30 23:19:23.386 INFO O| Oct 30 23:19:23.386 INFO STEP 748 (remove_files) COMPLETE |
6375 | 2024-10-30T23:19:24.760Z | [ recovery-image] Oct 30 23:19:23.386 INFO O| Oct 30 23:19:23.386 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-10-30T23:19:24.768Z | [ recovery-image] Oct 30 23:19:23.395 INFO O| Oct 30 23:19:23.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6377 | 2024-10-30T23:19:24.770Z | [ recovery-image] Oct 30 23:19:23.395 INFO O| Oct 30 23:19:23.395 INFO STEP 749 (remove_files) COMPLETE |
6378 | 2024-10-30T23:19:24.770Z | [ recovery-image] Oct 30 23:19:23.396 INFO O| Oct 30 23:19:23.395 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-10-30T23:19:24.777Z | [ recovery-image] Oct 30 23:19:23.405 INFO O| Oct 30 23:19:23.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6380 | 2024-10-30T23:19:24.777Z | [ recovery-image] Oct 30 23:19:23.405 INFO O| Oct 30 23:19:23.405 INFO STEP 750 (remove_files) COMPLETE |
6381 | 2024-10-30T23:19:24.777Z | [ recovery-image] Oct 30 23:19:23.405 INFO O| Oct 30 23:19:23.405 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-10-30T23:19:24.787Z | [ recovery-image] Oct 30 23:19:23.414 INFO O| Oct 30 23:19:23.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6383 | 2024-10-30T23:19:24.787Z | [ recovery-image] Oct 30 23:19:23.414 INFO O| Oct 30 23:19:23.414 INFO STEP 751 (remove_files) COMPLETE |
6384 | 2024-10-30T23:19:24.787Z | [ recovery-image] Oct 30 23:19:23.414 INFO O| Oct 30 23:19:23.414 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-10-30T23:19:24.796Z | [ recovery-image] Oct 30 23:19:23.424 INFO O| Oct 30 23:19:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6386 | 2024-10-30T23:19:24.796Z | [ recovery-image] Oct 30 23:19:23.424 INFO O| Oct 30 23:19:23.424 INFO STEP 752 (remove_files) COMPLETE |
6387 | 2024-10-30T23:19:24.796Z | [ recovery-image] Oct 30 23:19:23.424 INFO O| Oct 30 23:19:23.424 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-10-30T23:19:24.806Z | [ recovery-image] Oct 30 23:19:23.433 INFO O| Oct 30 23:19:23.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6389 | 2024-10-30T23:19:24.808Z | [ recovery-image] Oct 30 23:19:23.433 INFO O| Oct 30 23:19:23.433 INFO STEP 753 (remove_files) COMPLETE |
6390 | 2024-10-30T23:19:24.808Z | [ recovery-image] Oct 30 23:19:23.433 INFO O| Oct 30 23:19:23.433 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-10-30T23:19:24.815Z | [ recovery-image] Oct 30 23:19:23.443 INFO O| Oct 30 23:19:23.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6392 | 2024-10-30T23:19:24.815Z | [ recovery-image] Oct 30 23:19:23.443 INFO O| Oct 30 23:19:23.443 INFO STEP 754 (remove_files) COMPLETE |
6393 | 2024-10-30T23:19:24.815Z | [ recovery-image] Oct 30 23:19:23.443 INFO O| Oct 30 23:19:23.443 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-10-30T23:19:24.824Z | [ recovery-image] Oct 30 23:19:23.452 INFO O| Oct 30 23:19:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6395 | 2024-10-30T23:19:24.825Z | [ recovery-image] Oct 30 23:19:23.452 INFO O| Oct 30 23:19:23.452 INFO STEP 755 (remove_files) COMPLETE |
6396 | 2024-10-30T23:19:24.827Z | [ recovery-image] Oct 30 23:19:23.452 INFO O| Oct 30 23:19:23.452 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-10-30T23:19:24.834Z | [ recovery-image] Oct 30 23:19:23.461 INFO O| Oct 30 23:19:23.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6398 | 2024-10-30T23:19:24.837Z | [ recovery-image] Oct 30 23:19:23.461 INFO O| Oct 30 23:19:23.461 INFO STEP 756 (remove_files) COMPLETE |
6399 | 2024-10-30T23:19:24.837Z | [ recovery-image] Oct 30 23:19:23.461 INFO O| Oct 30 23:19:23.461 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-10-30T23:19:24.843Z | [ recovery-image] Oct 30 23:19:23.471 INFO O| Oct 30 23:19:23.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6401 | 2024-10-30T23:19:24.843Z | [ recovery-image] Oct 30 23:19:23.471 INFO O| Oct 30 23:19:23.471 INFO STEP 757 (remove_files) COMPLETE |
6402 | 2024-10-30T23:19:24.846Z | [ recovery-image] Oct 30 23:19:23.471 INFO O| Oct 30 23:19:23.471 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-10-30T23:19:24.853Z | [ recovery-image] Oct 30 23:19:23.480 INFO O| Oct 30 23:19:23.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6404 | 2024-10-30T23:19:24.853Z | [ recovery-image] Oct 30 23:19:23.480 INFO O| Oct 30 23:19:23.480 INFO STEP 758 (remove_files) COMPLETE |
6405 | 2024-10-30T23:19:24.856Z | [ recovery-image] Oct 30 23:19:23.480 INFO O| Oct 30 23:19:23.480 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-10-30T23:19:24.862Z | [ recovery-image] Oct 30 23:19:23.490 INFO O| Oct 30 23:19:23.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6407 | 2024-10-30T23:19:24.864Z | [ recovery-image] Oct 30 23:19:23.490 INFO O| Oct 30 23:19:23.490 INFO STEP 759 (remove_files) COMPLETE |
6408 | 2024-10-30T23:19:24.864Z | [ recovery-image] Oct 30 23:19:23.490 INFO O| Oct 30 23:19:23.490 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-10-30T23:19:24.872Z | [ recovery-image] Oct 30 23:19:23.500 INFO O| Oct 30 23:19:23.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6410 | 2024-10-30T23:19:24.872Z | [ recovery-image] Oct 30 23:19:23.500 INFO O| Oct 30 23:19:23.500 INFO STEP 760 (remove_files) COMPLETE |
6411 | 2024-10-30T23:19:24.875Z | [ recovery-image] Oct 30 23:19:23.500 INFO O| Oct 30 23:19:23.500 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-10-30T23:19:24.882Z | [ recovery-image] Oct 30 23:19:23.509 INFO O| Oct 30 23:19:23.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6413 | 2024-10-30T23:19:24.884Z | [ recovery-image] Oct 30 23:19:23.509 INFO O| Oct 30 23:19:23.509 INFO STEP 761 (remove_files) COMPLETE |
6414 | 2024-10-30T23:19:24.884Z | [ recovery-image] Oct 30 23:19:23.509 INFO O| Oct 30 23:19:23.509 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-10-30T23:19:24.891Z | [ recovery-image] Oct 30 23:19:23.519 INFO O| Oct 30 23:19:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6416 | 2024-10-30T23:19:24.895Z | [ recovery-image] Oct 30 23:19:23.519 INFO O| Oct 30 23:19:23.519 INFO STEP 762 (remove_files) COMPLETE |
6417 | 2024-10-30T23:19:24.895Z | [ recovery-image] Oct 30 23:19:23.519 INFO O| Oct 30 23:19:23.519 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-10-30T23:19:24.901Z | [ recovery-image] Oct 30 23:19:23.528 INFO O| Oct 30 23:19:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6419 | 2024-10-30T23:19:24.901Z | [ recovery-image] Oct 30 23:19:23.529 INFO O| Oct 30 23:19:23.528 INFO STEP 763 (remove_files) COMPLETE |
6420 | 2024-10-30T23:19:24.901Z | [ recovery-image] Oct 30 23:19:23.529 INFO O| Oct 30 23:19:23.529 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-10-30T23:19:24.910Z | [ recovery-image] Oct 30 23:19:23.538 INFO O| Oct 30 23:19:23.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6422 | 2024-10-30T23:19:24.910Z | [ recovery-image] Oct 30 23:19:23.538 INFO O| Oct 30 23:19:23.538 INFO STEP 764 (remove_files) COMPLETE |
6423 | 2024-10-30T23:19:24.910Z | [ recovery-image] Oct 30 23:19:23.538 INFO O| Oct 30 23:19:23.538 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-10-30T23:19:24.920Z | [ recovery-image] Oct 30 23:19:23.547 INFO O| Oct 30 23:19:23.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6425 | 2024-10-30T23:19:24.920Z | [ recovery-image] Oct 30 23:19:23.547 INFO O| Oct 30 23:19:23.547 INFO STEP 765 (remove_files) COMPLETE |
6426 | 2024-10-30T23:19:24.922Z | [ recovery-image] Oct 30 23:19:23.548 INFO O| Oct 30 23:19:23.547 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-10-30T23:19:24.929Z | [ recovery-image] Oct 30 23:19:23.557 INFO O| Oct 30 23:19:23.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6428 | 2024-10-30T23:19:24.931Z | [ recovery-image] Oct 30 23:19:23.557 INFO O| Oct 30 23:19:23.557 INFO STEP 766 (remove_files) COMPLETE |
6429 | 2024-10-30T23:19:24.931Z | [ recovery-image] Oct 30 23:19:23.557 INFO O| Oct 30 23:19:23.557 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-10-30T23:19:24.939Z | [ recovery-image] Oct 30 23:19:23.567 INFO O| Oct 30 23:19:23.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6431 | 2024-10-30T23:19:24.939Z | [ recovery-image] Oct 30 23:19:23.567 INFO O| Oct 30 23:19:23.567 INFO STEP 767 (remove_files) COMPLETE |
6432 | 2024-10-30T23:19:24.941Z | [ recovery-image] Oct 30 23:19:23.567 INFO O| Oct 30 23:19:23.567 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-10-30T23:19:24.949Z | [ recovery-image] Oct 30 23:19:23.576 INFO O| Oct 30 23:19:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6434 | 2024-10-30T23:19:24.949Z | [ recovery-image] Oct 30 23:19:23.576 INFO O| Oct 30 23:19:23.576 INFO STEP 768 (remove_files) COMPLETE |
6435 | 2024-10-30T23:19:24.951Z | [ recovery-image] Oct 30 23:19:23.576 INFO O| Oct 30 23:19:23.576 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-10-30T23:19:24.958Z | [ recovery-image] Oct 30 23:19:23.585 INFO O| Oct 30 23:19:23.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6437 | 2024-10-30T23:19:24.960Z | [ recovery-image] Oct 30 23:19:23.586 INFO O| Oct 30 23:19:23.585 INFO STEP 769 (remove_files) COMPLETE |
6438 | 2024-10-30T23:19:24.960Z | [ recovery-image] Oct 30 23:19:23.586 INFO O| Oct 30 23:19:23.586 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-10-30T23:19:24.967Z | [ recovery-image] Oct 30 23:19:23.595 INFO O| Oct 30 23:19:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6440 | 2024-10-30T23:19:24.967Z | [ recovery-image] Oct 30 23:19:23.595 INFO O| Oct 30 23:19:23.595 INFO STEP 770 (remove_files) COMPLETE |
6441 | 2024-10-30T23:19:24.970Z | [ recovery-image] Oct 30 23:19:23.595 INFO O| Oct 30 23:19:23.595 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-10-30T23:19:24.977Z | [ recovery-image] Oct 30 23:19:23.604 INFO O| Oct 30 23:19:23.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6443 | 2024-10-30T23:19:24.977Z | [ recovery-image] Oct 30 23:19:23.604 INFO O| Oct 30 23:19:23.604 INFO STEP 771 (remove_files) COMPLETE |
6444 | 2024-10-30T23:19:24.977Z | [ recovery-image] Oct 30 23:19:23.604 INFO O| Oct 30 23:19:23.604 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-10-30T23:19:24.986Z | [ recovery-image] Oct 30 23:19:23.614 INFO O| Oct 30 23:19:23.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6446 | 2024-10-30T23:19:24.989Z | [ recovery-image] Oct 30 23:19:23.614 INFO O| Oct 30 23:19:23.614 INFO STEP 772 (remove_files) COMPLETE |
6447 | 2024-10-30T23:19:24.989Z | [ recovery-image] Oct 30 23:19:23.614 INFO O| Oct 30 23:19:23.614 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-10-30T23:19:24.996Z | [ recovery-image] Oct 30 23:19:23.623 INFO O| Oct 30 23:19:23.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6449 | 2024-10-30T23:19:24.996Z | [ recovery-image] Oct 30 23:19:23.623 INFO O| Oct 30 23:19:23.623 INFO STEP 773 (remove_files) COMPLETE |
6450 | 2024-10-30T23:19:24.998Z | [ recovery-image] Oct 30 23:19:23.623 INFO O| Oct 30 23:19:23.623 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-10-30T23:19:25.005Z | [ recovery-image] Oct 30 23:19:23.633 INFO O| Oct 30 23:19:23.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6452 | 2024-10-30T23:19:25.007Z | [ recovery-image] Oct 30 23:19:23.633 INFO O| Oct 30 23:19:23.633 INFO STEP 774 (remove_files) COMPLETE |
6453 | 2024-10-30T23:19:25.008Z | [ recovery-image] Oct 30 23:19:23.633 INFO O| Oct 30 23:19:23.633 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-10-30T23:19:25.015Z | [ recovery-image] Oct 30 23:19:23.642 INFO O| Oct 30 23:19:23.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6455 | 2024-10-30T23:19:25.017Z | [ recovery-image] Oct 30 23:19:23.642 INFO O| Oct 30 23:19:23.642 INFO STEP 775 (remove_files) COMPLETE |
6456 | 2024-10-30T23:19:25.017Z | [ recovery-image] Oct 30 23:19:23.642 INFO O| Oct 30 23:19:23.642 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-10-30T23:19:25.024Z | [ recovery-image] Oct 30 23:19:23.651 INFO O| Oct 30 23:19:23.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6458 | 2024-10-30T23:19:25.024Z | [ recovery-image] Oct 30 23:19:23.652 INFO O| Oct 30 23:19:23.652 INFO STEP 776 (remove_files) COMPLETE |
6459 | 2024-10-30T23:19:25.024Z | [ recovery-image] Oct 30 23:19:23.652 INFO O| Oct 30 23:19:23.652 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-10-30T23:19:25.033Z | [ recovery-image] Oct 30 23:19:23.661 INFO O| Oct 30 23:19:23.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6461 | 2024-10-30T23:19:25.033Z | [ recovery-image] Oct 30 23:19:23.661 INFO O| Oct 30 23:19:23.661 INFO STEP 777 (remove_files) COMPLETE |
6462 | 2024-10-30T23:19:25.034Z | [ recovery-image] Oct 30 23:19:23.661 INFO O| Oct 30 23:19:23.661 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-10-30T23:19:25.043Z | [ recovery-image] Oct 30 23:19:23.670 INFO O| Oct 30 23:19:23.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6464 | 2024-10-30T23:19:25.043Z | [ recovery-image] Oct 30 23:19:23.670 INFO O| Oct 30 23:19:23.670 INFO STEP 778 (remove_files) COMPLETE |
6465 | 2024-10-30T23:19:25.043Z | [ recovery-image] Oct 30 23:19:23.670 INFO O| Oct 30 23:19:23.670 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-10-30T23:19:25.052Z | [ recovery-image] Oct 30 23:19:23.680 INFO O| Oct 30 23:19:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6467 | 2024-10-30T23:19:25.052Z | [ recovery-image] Oct 30 23:19:23.680 INFO O| Oct 30 23:19:23.680 INFO STEP 779 (remove_files) COMPLETE |
6468 | 2024-10-30T23:19:25.055Z | [ recovery-image] Oct 30 23:19:23.680 INFO O| Oct 30 23:19:23.680 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-10-30T23:19:25.062Z | [ recovery-image] Oct 30 23:19:23.690 INFO O| Oct 30 23:19:23.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6470 | 2024-10-30T23:19:25.062Z | [ recovery-image] Oct 30 23:19:23.690 INFO O| Oct 30 23:19:23.690 INFO STEP 780 (remove_files) COMPLETE |
6471 | 2024-10-30T23:19:25.065Z | [ recovery-image] Oct 30 23:19:23.690 INFO O| Oct 30 23:19:23.690 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-10-30T23:19:25.071Z | [ recovery-image] Oct 30 23:19:23.699 INFO O| Oct 30 23:19:23.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6473 | 2024-10-30T23:19:25.072Z | [ recovery-image] Oct 30 23:19:23.699 INFO O| Oct 30 23:19:23.699 INFO STEP 781 (remove_files) COMPLETE |
6474 | 2024-10-30T23:19:25.072Z | [ recovery-image] Oct 30 23:19:23.699 INFO O| Oct 30 23:19:23.699 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-10-30T23:19:25.081Z | [ recovery-image] Oct 30 23:19:23.708 INFO O| Oct 30 23:19:23.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6476 | 2024-10-30T23:19:25.081Z | [ recovery-image] Oct 30 23:19:23.708 INFO O| Oct 30 23:19:23.708 INFO STEP 782 (remove_files) COMPLETE |
6477 | 2024-10-30T23:19:25.081Z | [ recovery-image] Oct 30 23:19:23.708 INFO O| Oct 30 23:19:23.708 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-10-30T23:19:25.090Z | [ recovery-image] Oct 30 23:19:23.718 INFO O| Oct 30 23:19:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6479 | 2024-10-30T23:19:25.090Z | [ recovery-image] Oct 30 23:19:23.718 INFO O| Oct 30 23:19:23.718 INFO STEP 783 (remove_files) COMPLETE |
6480 | 2024-10-30T23:19:25.090Z | [ recovery-image] Oct 30 23:19:23.718 INFO O| Oct 30 23:19:23.718 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-10-30T23:19:25.100Z | [ recovery-image] Oct 30 23:19:23.727 INFO O| Oct 30 23:19:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6482 | 2024-10-30T23:19:25.100Z | [ recovery-image] Oct 30 23:19:23.727 INFO O| Oct 30 23:19:23.727 INFO STEP 784 (remove_files) COMPLETE |
6483 | 2024-10-30T23:19:25.103Z | [ recovery-image] Oct 30 23:19:23.727 INFO O| Oct 30 23:19:23.727 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-10-30T23:19:25.109Z | [ recovery-image] Oct 30 23:19:23.737 INFO O| Oct 30 23:19:23.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6485 | 2024-10-30T23:19:25.112Z | [ recovery-image] Oct 30 23:19:23.737 INFO O| Oct 30 23:19:23.737 INFO STEP 785 (remove_files) COMPLETE |
6486 | 2024-10-30T23:19:25.112Z | [ recovery-image] Oct 30 23:19:23.737 INFO O| Oct 30 23:19:23.737 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-10-30T23:19:25.119Z | [ recovery-image] Oct 30 23:19:23.746 INFO O| Oct 30 23:19:23.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6488 | 2024-10-30T23:19:25.119Z | [ recovery-image] Oct 30 23:19:23.746 INFO O| Oct 30 23:19:23.746 INFO STEP 786 (remove_files) COMPLETE |
6489 | 2024-10-30T23:19:25.121Z | [ recovery-image] Oct 30 23:19:23.746 INFO O| Oct 30 23:19:23.746 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-10-30T23:19:25.128Z | [ recovery-image] Oct 30 23:19:23.755 INFO O| Oct 30 23:19:23.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6491 | 2024-10-30T23:19:25.131Z | [ recovery-image] Oct 30 23:19:23.756 INFO O| Oct 30 23:19:23.756 INFO STEP 787 (remove_files) COMPLETE |
6492 | 2024-10-30T23:19:25.131Z | [ recovery-image] Oct 30 23:19:23.756 INFO O| Oct 30 23:19:23.756 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-10-30T23:19:25.138Z | [ recovery-image] Oct 30 23:19:23.765 INFO O| Oct 30 23:19:23.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6494 | 2024-10-30T23:19:25.139Z | [ recovery-image] Oct 30 23:19:23.765 INFO O| Oct 30 23:19:23.765 INFO STEP 788 (remove_files) COMPLETE |
6495 | 2024-10-30T23:19:25.141Z | [ recovery-image] Oct 30 23:19:23.765 INFO O| Oct 30 23:19:23.765 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-10-30T23:19:25.147Z | [ recovery-image] Oct 30 23:19:23.774 INFO O| Oct 30 23:19:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6497 | 2024-10-30T23:19:25.147Z | [ recovery-image] Oct 30 23:19:23.775 INFO O| Oct 30 23:19:23.774 INFO STEP 789 (remove_files) COMPLETE |
6498 | 2024-10-30T23:19:25.147Z | [ recovery-image] Oct 30 23:19:23.775 INFO O| Oct 30 23:19:23.774 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-10-30T23:19:25.156Z | [ recovery-image] Oct 30 23:19:23.784 INFO O| Oct 30 23:19:23.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6500 | 2024-10-30T23:19:25.156Z | [ recovery-image] Oct 30 23:19:23.784 INFO O| Oct 30 23:19:23.784 INFO STEP 790 (remove_files) COMPLETE |
6501 | 2024-10-30T23:19:25.158Z | [ recovery-image] Oct 30 23:19:23.784 INFO O| Oct 30 23:19:23.784 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-10-30T23:19:25.166Z | [ recovery-image] Oct 30 23:19:23.793 INFO O| Oct 30 23:19:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6503 | 2024-10-30T23:19:25.166Z | [ recovery-image] Oct 30 23:19:23.793 INFO O| Oct 30 23:19:23.793 INFO STEP 791 (remove_files) COMPLETE |
6504 | 2024-10-30T23:19:25.166Z | [ recovery-image] Oct 30 23:19:23.793 INFO O| Oct 30 23:19:23.793 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-10-30T23:19:25.175Z | [ recovery-image] Oct 30 23:19:23.803 INFO O| Oct 30 23:19:23.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6506 | 2024-10-30T23:19:25.175Z | [ recovery-image] Oct 30 23:19:23.803 INFO O| Oct 30 23:19:23.803 INFO STEP 792 (remove_files) COMPLETE |
6507 | 2024-10-30T23:19:25.178Z | [ recovery-image] Oct 30 23:19:23.803 INFO O| Oct 30 23:19:23.803 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-10-30T23:19:25.184Z | [ recovery-image] Oct 30 23:19:23.812 INFO O| Oct 30 23:19:23.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6509 | 2024-10-30T23:19:25.184Z | [ recovery-image] Oct 30 23:19:23.812 INFO O| Oct 30 23:19:23.812 INFO STEP 793 (remove_files) COMPLETE |
6510 | 2024-10-30T23:19:25.187Z | [ recovery-image] Oct 30 23:19:23.812 INFO O| Oct 30 23:19:23.812 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-10-30T23:19:25.194Z | [ recovery-image] Oct 30 23:19:23.821 INFO O| Oct 30 23:19:23.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6512 | 2024-10-30T23:19:25.194Z | [ recovery-image] Oct 30 23:19:23.821 INFO O| Oct 30 23:19:23.821 INFO STEP 794 (remove_files) COMPLETE |
6513 | 2024-10-30T23:19:25.196Z | [ recovery-image] Oct 30 23:19:23.821 INFO O| Oct 30 23:19:23.821 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-10-30T23:19:25.204Z | [ recovery-image] Oct 30 23:19:23.831 INFO O| Oct 30 23:19:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6515 | 2024-10-30T23:19:25.204Z | [ recovery-image] Oct 30 23:19:23.831 INFO O| Oct 30 23:19:23.831 INFO STEP 795 (remove_files) COMPLETE |
6516 | 2024-10-30T23:19:25.206Z | [ recovery-image] Oct 30 23:19:23.831 INFO O| Oct 30 23:19:23.831 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-10-30T23:19:25.213Z | [ recovery-image] Oct 30 23:19:23.841 INFO O| Oct 30 23:19:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6518 | 2024-10-30T23:19:25.216Z | [ recovery-image] Oct 30 23:19:23.841 INFO O| Oct 30 23:19:23.841 INFO STEP 796 (remove_files) COMPLETE |
6519 | 2024-10-30T23:19:25.216Z | [ recovery-image] Oct 30 23:19:23.841 INFO O| Oct 30 23:19:23.841 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-10-30T23:19:25.223Z | [ recovery-image] Oct 30 23:19:23.850 INFO O| Oct 30 23:19:23.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6521 | 2024-10-30T23:19:25.223Z | [ recovery-image] Oct 30 23:19:23.850 INFO O| Oct 30 23:19:23.850 INFO STEP 797 (remove_files) COMPLETE |
6522 | 2024-10-30T23:19:25.223Z | [ recovery-image] Oct 30 23:19:23.850 INFO O| Oct 30 23:19:23.850 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-10-30T23:19:25.232Z | [ recovery-image] Oct 30 23:19:23.860 INFO O| Oct 30 23:19:23.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6524 | 2024-10-30T23:19:25.232Z | [ recovery-image] Oct 30 23:19:23.860 INFO O| Oct 30 23:19:23.860 INFO STEP 798 (remove_files) COMPLETE |
6525 | 2024-10-30T23:19:25.234Z | [ recovery-image] Oct 30 23:19:23.860 INFO O| Oct 30 23:19:23.860 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-10-30T23:19:25.242Z | [ recovery-image] Oct 30 23:19:23.869 INFO O| Oct 30 23:19:23.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6527 | 2024-10-30T23:19:25.244Z | [ recovery-image] Oct 30 23:19:23.869 INFO O| Oct 30 23:19:23.869 INFO STEP 799 (remove_files) COMPLETE |
6528 | 2024-10-30T23:19:25.244Z | [ recovery-image] Oct 30 23:19:23.869 INFO O| Oct 30 23:19:23.869 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-10-30T23:19:25.251Z | [ recovery-image] Oct 30 23:19:23.879 INFO O| Oct 30 23:19:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6530 | 2024-10-30T23:19:25.251Z | [ recovery-image] Oct 30 23:19:23.879 INFO O| Oct 30 23:19:23.879 INFO STEP 800 (remove_files) COMPLETE |
6531 | 2024-10-30T23:19:25.253Z | [ recovery-image] Oct 30 23:19:23.879 INFO O| Oct 30 23:19:23.879 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-10-30T23:19:25.260Z | [ recovery-image] Oct 30 23:19:23.888 INFO O| Oct 30 23:19:23.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6533 | 2024-10-30T23:19:25.263Z | [ recovery-image] Oct 30 23:19:23.888 INFO O| Oct 30 23:19:23.888 INFO STEP 801 (remove_files) COMPLETE |
6534 | 2024-10-30T23:19:25.263Z | [ recovery-image] Oct 30 23:19:23.888 INFO O| Oct 30 23:19:23.888 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-10-30T23:19:25.263Z | [ host-image] Oct 30 23:19:23.889 INFO O| Oct 30 23:19:23.889 INFO O| Done |
6536 | 2024-10-30T23:19:25.270Z | [ recovery-image] Oct 30 23:19:23.898 INFO O| Oct 30 23:19:23.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6537 | 2024-10-30T23:19:25.270Z | [ recovery-image] Oct 30 23:19:23.898 INFO O| Oct 30 23:19:23.898 INFO STEP 802 (remove_files) COMPLETE |
6538 | 2024-10-30T23:19:25.272Z | [ recovery-image] Oct 30 23:19:23.898 INFO O| Oct 30 23:19:23.898 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-10-30T23:19:25.280Z | [ recovery-image] Oct 30 23:19:23.907 INFO O| Oct 30 23:19:23.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6540 | 2024-10-30T23:19:25.280Z | [ recovery-image] Oct 30 23:19:23.907 INFO O| Oct 30 23:19:23.907 INFO STEP 803 (remove_files) COMPLETE |
6541 | 2024-10-30T23:19:25.280Z | [ recovery-image] Oct 30 23:19:23.907 INFO O| Oct 30 23:19:23.907 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-10-30T23:19:25.290Z | [ recovery-image] Oct 30 23:19:23.917 INFO O| Oct 30 23:19:23.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6543 | 2024-10-30T23:19:25.292Z | [ recovery-image] Oct 30 23:19:23.917 INFO O| Oct 30 23:19:23.917 INFO STEP 804 (remove_files) COMPLETE |
6544 | 2024-10-30T23:19:25.292Z | [ recovery-image] Oct 30 23:19:23.917 INFO O| Oct 30 23:19:23.917 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-10-30T23:19:25.299Z | [ recovery-image] Oct 30 23:19:23.927 INFO O| Oct 30 23:19:23.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6546 | 2024-10-30T23:19:25.299Z | [ recovery-image] Oct 30 23:19:23.927 INFO O| Oct 30 23:19:23.927 INFO STEP 805 (remove_files) COMPLETE |
6547 | 2024-10-30T23:19:25.303Z | [ recovery-image] Oct 30 23:19:23.927 INFO O| Oct 30 23:19:23.927 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-10-30T23:19:25.309Z | [ recovery-image] Oct 30 23:19:23.936 INFO O| Oct 30 23:19:23.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6549 | 2024-10-30T23:19:25.309Z | [ recovery-image] Oct 30 23:19:23.936 INFO O| Oct 30 23:19:23.936 INFO STEP 806 (remove_files) COMPLETE |
6550 | 2024-10-30T23:19:25.311Z | [ recovery-image] Oct 30 23:19:23.937 INFO O| Oct 30 23:19:23.936 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-10-30T23:19:25.319Z | [ recovery-image] Oct 30 23:19:23.946 INFO O| Oct 30 23:19:23.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6552 | 2024-10-30T23:19:25.321Z | [ recovery-image] Oct 30 23:19:23.946 INFO O| Oct 30 23:19:23.946 INFO STEP 807 (remove_files) COMPLETE |
6553 | 2024-10-30T23:19:25.321Z | [ recovery-image] Oct 30 23:19:23.946 INFO O| Oct 30 23:19:23.946 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-10-30T23:19:25.328Z | [ recovery-image] Oct 30 23:19:23.956 INFO O| Oct 30 23:19:23.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6555 | 2024-10-30T23:19:25.328Z | [ recovery-image] Oct 30 23:19:23.956 INFO O| Oct 30 23:19:23.956 INFO STEP 808 (remove_files) COMPLETE |
6556 | 2024-10-30T23:19:25.330Z | [ recovery-image] Oct 30 23:19:23.956 INFO O| Oct 30 23:19:23.956 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-10-30T23:19:25.338Z | [ recovery-image] Oct 30 23:19:23.965 INFO O| Oct 30 23:19:23.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6558 | 2024-10-30T23:19:25.338Z | [ recovery-image] Oct 30 23:19:23.965 INFO O| Oct 30 23:19:23.965 INFO STEP 809 (remove_files) COMPLETE |
6559 | 2024-10-30T23:19:25.338Z | [ recovery-image] Oct 30 23:19:23.965 INFO O| Oct 30 23:19:23.965 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-10-30T23:19:25.347Z | [ recovery-image] Oct 30 23:19:23.975 INFO O| Oct 30 23:19:23.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6561 | 2024-10-30T23:19:25.349Z | [ recovery-image] Oct 30 23:19:23.975 INFO O| Oct 30 23:19:23.975 INFO STEP 810 (remove_files) COMPLETE |
6562 | 2024-10-30T23:19:25.349Z | [ recovery-image] Oct 30 23:19:23.975 INFO O| Oct 30 23:19:23.975 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-10-30T23:19:25.357Z | [ recovery-image] Oct 30 23:19:23.984 INFO O| Oct 30 23:19:23.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6564 | 2024-10-30T23:19:25.359Z | [ recovery-image] Oct 30 23:19:23.984 INFO O| Oct 30 23:19:23.984 INFO STEP 811 (remove_files) COMPLETE |
6565 | 2024-10-30T23:19:25.359Z | [ recovery-image] Oct 30 23:19:23.984 INFO O| Oct 30 23:19:23.984 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-10-30T23:19:25.366Z | [ recovery-image] Oct 30 23:19:23.994 INFO O| Oct 30 23:19:23.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6567 | 2024-10-30T23:19:25.366Z | [ recovery-image] Oct 30 23:19:23.994 INFO O| Oct 30 23:19:23.994 INFO STEP 812 (remove_files) COMPLETE |
6568 | 2024-10-30T23:19:25.366Z | [ recovery-image] Oct 30 23:19:23.994 INFO O| Oct 30 23:19:23.994 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-10-30T23:19:25.376Z | [ recovery-image] Oct 30 23:19:24.003 INFO O| Oct 30 23:19:24.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6570 | 2024-10-30T23:19:25.376Z | [ recovery-image] Oct 30 23:19:24.003 INFO O| Oct 30 23:19:24.003 INFO STEP 813 (remove_files) COMPLETE |
6571 | 2024-10-30T23:19:25.378Z | [ recovery-image] Oct 30 23:19:24.003 INFO O| Oct 30 23:19:24.003 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-10-30T23:19:25.386Z | [ recovery-image] Oct 30 23:19:24.014 INFO O| Oct 30 23:19:24.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6573 | 2024-10-30T23:19:25.386Z | [ recovery-image] Oct 30 23:19:24.014 INFO O| Oct 30 23:19:24.014 INFO STEP 814 (remove_files) COMPLETE |
6574 | 2024-10-30T23:19:25.388Z | [ recovery-image] Oct 30 23:19:24.014 INFO O| Oct 30 23:19:24.014 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-10-30T23:19:25.396Z | [ recovery-image] Oct 30 23:19:24.023 INFO O| Oct 30 23:19:24.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6576 | 2024-10-30T23:19:25.396Z | [ recovery-image] Oct 30 23:19:24.023 INFO O| Oct 30 23:19:24.023 INFO STEP 815 (remove_files) COMPLETE |
6577 | 2024-10-30T23:19:25.396Z | [ recovery-image] Oct 30 23:19:24.023 INFO O| Oct 30 23:19:24.023 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-10-30T23:19:25.406Z | [ recovery-image] Oct 30 23:19:24.034 INFO O| Oct 30 23:19:24.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6579 | 2024-10-30T23:19:25.406Z | [ recovery-image] Oct 30 23:19:24.034 INFO O| Oct 30 23:19:24.034 INFO STEP 816 (remove_files) COMPLETE |
6580 | 2024-10-30T23:19:25.409Z | [ recovery-image] Oct 30 23:19:24.034 INFO O| Oct 30 23:19:24.034 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-10-30T23:19:25.416Z | [ recovery-image] Oct 30 23:19:24.043 INFO O| Oct 30 23:19:24.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6582 | 2024-10-30T23:19:25.416Z | [ recovery-image] Oct 30 23:19:24.043 INFO O| Oct 30 23:19:24.043 INFO STEP 817 (remove_files) COMPLETE |
6583 | 2024-10-30T23:19:25.416Z | [ recovery-image] Oct 30 23:19:24.043 INFO O| Oct 30 23:19:24.043 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-10-30T23:19:25.425Z | [ recovery-image] Oct 30 23:19:24.053 INFO O| Oct 30 23:19:24.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6585 | 2024-10-30T23:19:25.425Z | [ recovery-image] Oct 30 23:19:24.053 INFO O| Oct 30 23:19:24.053 INFO STEP 818 (remove_files) COMPLETE |
6586 | 2024-10-30T23:19:25.428Z | [ recovery-image] Oct 30 23:19:24.053 INFO O| Oct 30 23:19:24.053 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-10-30T23:19:25.435Z | [ recovery-image] Oct 30 23:19:24.063 INFO O| Oct 30 23:19:24.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6588 | 2024-10-30T23:19:25.435Z | [ recovery-image] Oct 30 23:19:24.063 INFO O| Oct 30 23:19:24.063 INFO STEP 819 (remove_files) COMPLETE |
6589 | 2024-10-30T23:19:25.435Z | [ recovery-image] Oct 30 23:19:24.063 INFO O| Oct 30 23:19:24.063 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-10-30T23:19:25.445Z | [ recovery-image] Oct 30 23:19:24.072 INFO O| Oct 30 23:19:24.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6591 | 2024-10-30T23:19:25.445Z | [ recovery-image] Oct 30 23:19:24.072 INFO O| Oct 30 23:19:24.072 INFO STEP 820 (remove_files) COMPLETE |
6592 | 2024-10-30T23:19:25.445Z | [ recovery-image] Oct 30 23:19:24.072 INFO O| Oct 30 23:19:24.072 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-10-30T23:19:25.455Z | [ recovery-image] Oct 30 23:19:24.082 INFO O| Oct 30 23:19:24.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6594 | 2024-10-30T23:19:25.455Z | [ recovery-image] Oct 30 23:19:24.082 INFO O| Oct 30 23:19:24.082 INFO STEP 821 (remove_files) COMPLETE |
6595 | 2024-10-30T23:19:25.457Z | [ recovery-image] Oct 30 23:19:24.082 INFO O| Oct 30 23:19:24.082 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-10-30T23:19:25.463Z | [ recovery-image] Oct 30 23:19:24.091 INFO O| Oct 30 23:19:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6597 | 2024-10-30T23:19:25.464Z | [ recovery-image] Oct 30 23:19:24.091 INFO O| Oct 30 23:19:24.091 INFO STEP 822 (remove_files) COMPLETE |
6598 | 2024-10-30T23:19:25.466Z | [ recovery-image] Oct 30 23:19:24.091 INFO O| Oct 30 23:19:24.091 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-10-30T23:19:25.473Z | [ recovery-image] Oct 30 23:19:24.100 INFO O| Oct 30 23:19:24.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6600 | 2024-10-30T23:19:25.473Z | [ recovery-image] Oct 30 23:19:24.101 INFO O| Oct 30 23:19:24.100 INFO STEP 823 (remove_files) COMPLETE |
6601 | 2024-10-30T23:19:25.473Z | [ recovery-image] Oct 30 23:19:24.101 INFO O| Oct 30 23:19:24.100 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-10-30T23:19:25.482Z | [ recovery-image] Oct 30 23:19:24.110 INFO O| Oct 30 23:19:24.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6603 | 2024-10-30T23:19:25.482Z | [ recovery-image] Oct 30 23:19:24.110 INFO O| Oct 30 23:19:24.110 INFO STEP 824 (remove_files) COMPLETE |
6604 | 2024-10-30T23:19:25.482Z | [ recovery-image] Oct 30 23:19:24.110 INFO O| Oct 30 23:19:24.110 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-10-30T23:19:25.494Z | [ recovery-image] Oct 30 23:19:24.120 INFO O| Oct 30 23:19:24.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6606 | 2024-10-30T23:19:25.494Z | [ recovery-image] Oct 30 23:19:24.120 INFO O| Oct 30 23:19:24.120 INFO STEP 825 (remove_files) COMPLETE |
6607 | 2024-10-30T23:19:25.496Z | [ recovery-image] Oct 30 23:19:24.120 INFO O| Oct 30 23:19:24.120 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-10-30T23:19:25.502Z | [ recovery-image] Oct 30 23:19:24.130 INFO O| Oct 30 23:19:24.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6609 | 2024-10-30T23:19:25.502Z | [ recovery-image] Oct 30 23:19:24.130 INFO O| Oct 30 23:19:24.130 INFO STEP 826 (remove_files) COMPLETE |
6610 | 2024-10-30T23:19:25.503Z | [ recovery-image] Oct 30 23:19:24.130 INFO O| Oct 30 23:19:24.130 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-10-30T23:19:25.512Z | [ recovery-image] Oct 30 23:19:24.140 INFO O| Oct 30 23:19:24.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6612 | 2024-10-30T23:19:25.515Z | [ recovery-image] Oct 30 23:19:24.140 INFO O| Oct 30 23:19:24.140 INFO STEP 827 (remove_files) COMPLETE |
6613 | 2024-10-30T23:19:25.515Z | [ recovery-image] Oct 30 23:19:24.140 INFO O| Oct 30 23:19:24.140 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-10-30T23:19:25.523Z | [ recovery-image] Oct 30 23:19:24.151 INFO O| Oct 30 23:19:24.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6615 | 2024-10-30T23:19:25.523Z | [ recovery-image] Oct 30 23:19:24.151 INFO O| Oct 30 23:19:24.151 INFO STEP 828 (remove_files) COMPLETE |
6616 | 2024-10-30T23:19:25.526Z | [ recovery-image] Oct 30 23:19:24.151 INFO O| Oct 30 23:19:24.151 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-10-30T23:19:25.533Z | [ recovery-image] Oct 30 23:19:24.160 INFO O| Oct 30 23:19:24.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6618 | 2024-10-30T23:19:25.533Z | [ recovery-image] Oct 30 23:19:24.161 INFO O| Oct 30 23:19:24.161 INFO STEP 829 (remove_files) COMPLETE |
6619 | 2024-10-30T23:19:25.535Z | [ recovery-image] Oct 30 23:19:24.161 INFO O| Oct 30 23:19:24.161 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-10-30T23:19:25.543Z | [ recovery-image] Oct 30 23:19:24.170 INFO O| Oct 30 23:19:24.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6621 | 2024-10-30T23:19:25.543Z | [ recovery-image] Oct 30 23:19:24.170 INFO O| Oct 30 23:19:24.170 INFO STEP 830 (remove_files) COMPLETE |
6622 | 2024-10-30T23:19:25.545Z | [ recovery-image] Oct 30 23:19:24.170 INFO O| Oct 30 23:19:24.170 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-10-30T23:19:25.552Z | [ recovery-image] Oct 30 23:19:24.180 INFO O| Oct 30 23:19:24.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6624 | 2024-10-30T23:19:25.552Z | [ recovery-image] Oct 30 23:19:24.180 INFO O| Oct 30 23:19:24.180 INFO STEP 831 (remove_files) COMPLETE |
6625 | 2024-10-30T23:19:25.552Z | [ recovery-image] Oct 30 23:19:24.180 INFO O| Oct 30 23:19:24.180 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-10-30T23:19:25.562Z | [ recovery-image] Oct 30 23:19:24.189 INFO O| Oct 30 23:19:24.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6627 | 2024-10-30T23:19:25.562Z | [ recovery-image] Oct 30 23:19:24.189 INFO O| Oct 30 23:19:24.189 INFO STEP 832 (remove_files) COMPLETE |
6628 | 2024-10-30T23:19:25.562Z | [ recovery-image] Oct 30 23:19:24.189 INFO O| Oct 30 23:19:24.189 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-10-30T23:19:25.571Z | [ recovery-image] Oct 30 23:19:24.198 INFO O| Oct 30 23:19:24.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6630 | 2024-10-30T23:19:25.571Z | [ recovery-image] Oct 30 23:19:24.199 INFO O| Oct 30 23:19:24.199 INFO STEP 833 (remove_files) COMPLETE |
6631 | 2024-10-30T23:19:25.574Z | [ recovery-image] Oct 30 23:19:24.199 INFO O| Oct 30 23:19:24.199 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-10-30T23:19:25.581Z | [ recovery-image] Oct 30 23:19:24.208 INFO O| Oct 30 23:19:24.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6633 | 2024-10-30T23:19:25.581Z | [ recovery-image] Oct 30 23:19:24.208 INFO O| Oct 30 23:19:24.208 INFO STEP 834 (remove_files) COMPLETE |
6634 | 2024-10-30T23:19:25.583Z | [ recovery-image] Oct 30 23:19:24.208 INFO O| Oct 30 23:19:24.208 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-10-30T23:19:25.592Z | [ recovery-image] Oct 30 23:19:24.218 INFO O| Oct 30 23:19:24.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6636 | 2024-10-30T23:19:25.592Z | [ recovery-image] Oct 30 23:19:24.218 INFO O| Oct 30 23:19:24.218 INFO STEP 835 (remove_files) COMPLETE |
6637 | 2024-10-30T23:19:25.594Z | [ recovery-image] Oct 30 23:19:24.218 INFO O| Oct 30 23:19:24.218 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-10-30T23:19:25.600Z | [ recovery-image] Oct 30 23:19:24.228 INFO O| Oct 30 23:19:24.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6639 | 2024-10-30T23:19:25.600Z | [ recovery-image] Oct 30 23:19:24.228 INFO O| Oct 30 23:19:24.228 INFO STEP 836 (remove_files) COMPLETE |
6640 | 2024-10-30T23:19:25.602Z | [ recovery-image] Oct 30 23:19:24.228 INFO O| Oct 30 23:19:24.228 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-10-30T23:19:25.611Z | [ recovery-image] Oct 30 23:19:24.238 INFO O| Oct 30 23:19:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6642 | 2024-10-30T23:19:25.611Z | [ recovery-image] Oct 30 23:19:24.239 INFO O| Oct 30 23:19:24.239 INFO STEP 837 (remove_files) COMPLETE |
6643 | 2024-10-30T23:19:25.613Z | [ recovery-image] Oct 30 23:19:24.239 INFO O| Oct 30 23:19:24.239 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-10-30T23:19:25.620Z | [ recovery-image] Oct 30 23:19:24.248 INFO O| Oct 30 23:19:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6645 | 2024-10-30T23:19:25.621Z | [ recovery-image] Oct 30 23:19:24.248 INFO O| Oct 30 23:19:24.248 INFO STEP 838 (remove_files) COMPLETE |
6646 | 2024-10-30T23:19:25.623Z | [ recovery-image] Oct 30 23:19:24.248 INFO O| Oct 30 23:19:24.248 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-10-30T23:19:25.631Z | [ recovery-image] Oct 30 23:19:24.259 INFO O| Oct 30 23:19:24.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6648 | 2024-10-30T23:19:25.631Z | [ recovery-image] Oct 30 23:19:24.259 INFO O| Oct 30 23:19:24.259 INFO STEP 839 (remove_files) COMPLETE |
6649 | 2024-10-30T23:19:25.633Z | [ recovery-image] Oct 30 23:19:24.259 INFO O| Oct 30 23:19:24.259 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-10-30T23:19:25.641Z | [ recovery-image] Oct 30 23:19:24.268 INFO O| Oct 30 23:19:24.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6651 | 2024-10-30T23:19:25.643Z | [ recovery-image] Oct 30 23:19:24.268 INFO O| Oct 30 23:19:24.268 INFO STEP 840 (remove_files) COMPLETE |
6652 | 2024-10-30T23:19:25.643Z | [ recovery-image] Oct 30 23:19:24.268 INFO O| Oct 30 23:19:24.268 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-10-30T23:19:25.650Z | [ recovery-image] Oct 30 23:19:24.278 INFO O| Oct 30 23:19:24.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6654 | 2024-10-30T23:19:25.650Z | [ recovery-image] Oct 30 23:19:24.278 INFO O| Oct 30 23:19:24.278 INFO STEP 841 (remove_files) COMPLETE |
6655 | 2024-10-30T23:19:25.652Z | [ recovery-image] Oct 30 23:19:24.278 INFO O| Oct 30 23:19:24.278 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-10-30T23:19:25.659Z | [ recovery-image] Oct 30 23:19:24.287 INFO O| Oct 30 23:19:24.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6657 | 2024-10-30T23:19:25.659Z | [ recovery-image] Oct 30 23:19:24.287 INFO O| Oct 30 23:19:24.287 INFO STEP 842 (remove_files) COMPLETE |
6658 | 2024-10-30T23:19:25.662Z | [ recovery-image] Oct 30 23:19:24.287 INFO O| Oct 30 23:19:24.287 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-10-30T23:19:25.669Z | [ recovery-image] Oct 30 23:19:24.297 INFO O| Oct 30 23:19:24.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6660 | 2024-10-30T23:19:25.669Z | [ recovery-image] Oct 30 23:19:24.297 INFO O| Oct 30 23:19:24.297 INFO STEP 843 (remove_files) COMPLETE |
6661 | 2024-10-30T23:19:25.671Z | [ recovery-image] Oct 30 23:19:24.297 INFO O| Oct 30 23:19:24.297 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-10-30T23:19:25.679Z | [ recovery-image] Oct 30 23:19:24.306 INFO O| Oct 30 23:19:24.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6663 | 2024-10-30T23:19:25.679Z | [ recovery-image] Oct 30 23:19:24.306 INFO O| Oct 30 23:19:24.306 INFO STEP 844 (remove_files) COMPLETE |
6664 | 2024-10-30T23:19:25.679Z | [ recovery-image] Oct 30 23:19:24.306 INFO O| Oct 30 23:19:24.306 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-10-30T23:19:25.688Z | [ recovery-image] Oct 30 23:19:24.316 INFO O| Oct 30 23:19:24.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6666 | 2024-10-30T23:19:25.688Z | [ recovery-image] Oct 30 23:19:24.316 INFO O| Oct 30 23:19:24.316 INFO STEP 845 (remove_files) COMPLETE |
6667 | 2024-10-30T23:19:25.688Z | [ recovery-image] Oct 30 23:19:24.316 INFO O| Oct 30 23:19:24.316 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-10-30T23:19:25.698Z | [ recovery-image] Oct 30 23:19:24.326 INFO O| Oct 30 23:19:24.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6669 | 2024-10-30T23:19:25.698Z | [ recovery-image] Oct 30 23:19:24.326 INFO O| Oct 30 23:19:24.326 INFO STEP 846 (remove_files) COMPLETE |
6670 | 2024-10-30T23:19:25.701Z | [ recovery-image] Oct 30 23:19:24.326 INFO O| Oct 30 23:19:24.326 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-10-30T23:19:25.708Z | [ recovery-image] Oct 30 23:19:24.336 INFO O| Oct 30 23:19:24.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6672 | 2024-10-30T23:19:25.708Z | [ recovery-image] Oct 30 23:19:24.336 INFO O| Oct 30 23:19:24.336 INFO STEP 847 (remove_files) COMPLETE |
6673 | 2024-10-30T23:19:25.710Z | [ recovery-image] Oct 30 23:19:24.336 INFO O| Oct 30 23:19:24.336 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-10-30T23:19:25.718Z | [ recovery-image] Oct 30 23:19:24.345 INFO O| Oct 30 23:19:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6675 | 2024-10-30T23:19:25.718Z | [ recovery-image] Oct 30 23:19:24.345 INFO O| Oct 30 23:19:24.345 INFO STEP 848 (remove_files) COMPLETE |
6676 | 2024-10-30T23:19:25.718Z | [ recovery-image] Oct 30 23:19:24.345 INFO O| Oct 30 23:19:24.345 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-10-30T23:19:25.724Z | [ host-image] Oct 30 23:19:24.352 INFO O| Oct 30 23:19:24.352 INFO O| Done |
6678 | 2024-10-30T23:19:25.727Z | [ recovery-image] Oct 30 23:19:24.355 INFO O| Oct 30 23:19:24.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6679 | 2024-10-30T23:19:25.727Z | [ recovery-image] Oct 30 23:19:24.355 INFO O| Oct 30 23:19:24.355 INFO STEP 849 (remove_files) COMPLETE |
6680 | 2024-10-30T23:19:25.727Z | [ recovery-image] Oct 30 23:19:24.355 INFO O| Oct 30 23:19:24.355 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-10-30T23:19:25.737Z | [ recovery-image] Oct 30 23:19:24.365 INFO O| Oct 30 23:19:24.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6682 | 2024-10-30T23:19:25.740Z | [ recovery-image] Oct 30 23:19:24.365 INFO O| Oct 30 23:19:24.365 INFO STEP 850 (remove_files) COMPLETE |
6683 | 2024-10-30T23:19:25.740Z | [ recovery-image] Oct 30 23:19:24.365 INFO O| Oct 30 23:19:24.365 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-10-30T23:19:25.748Z | [ recovery-image] Oct 30 23:19:24.375 INFO O| Oct 30 23:19:24.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6685 | 2024-10-30T23:19:25.748Z | [ recovery-image] Oct 30 23:19:24.375 INFO O| Oct 30 23:19:24.375 INFO STEP 851 (remove_files) COMPLETE |
6686 | 2024-10-30T23:19:25.750Z | [ recovery-image] Oct 30 23:19:24.375 INFO O| Oct 30 23:19:24.375 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-10-30T23:19:25.758Z | [ recovery-image] Oct 30 23:19:24.386 INFO O| Oct 30 23:19:24.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6688 | 2024-10-30T23:19:25.758Z | [ recovery-image] Oct 30 23:19:24.386 INFO O| Oct 30 23:19:24.386 INFO STEP 852 (remove_files) COMPLETE |
6689 | 2024-10-30T23:19:25.761Z | [ recovery-image] Oct 30 23:19:24.386 INFO O| Oct 30 23:19:24.386 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-10-30T23:19:25.768Z | [ recovery-image] Oct 30 23:19:24.396 INFO O| Oct 30 23:19:24.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6691 | 2024-10-30T23:19:25.768Z | [ recovery-image] Oct 30 23:19:24.396 INFO O| Oct 30 23:19:24.396 INFO STEP 853 (remove_files) COMPLETE |
6692 | 2024-10-30T23:19:25.771Z | [ recovery-image] Oct 30 23:19:24.396 INFO O| Oct 30 23:19:24.396 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-10-30T23:19:25.778Z | [ recovery-image] Oct 30 23:19:24.405 INFO O| Oct 30 23:19:24.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6694 | 2024-10-30T23:19:25.780Z | [ recovery-image] Oct 30 23:19:24.405 INFO O| Oct 30 23:19:24.405 INFO STEP 854 (remove_files) COMPLETE |
6695 | 2024-10-30T23:19:25.780Z | [ recovery-image] Oct 30 23:19:24.405 INFO O| Oct 30 23:19:24.405 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-10-30T23:19:25.788Z | [ recovery-image] Oct 30 23:19:24.415 INFO O| Oct 30 23:19:24.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6697 | 2024-10-30T23:19:25.790Z | [ recovery-image] Oct 30 23:19:24.415 INFO O| Oct 30 23:19:24.415 INFO STEP 855 (remove_files) COMPLETE |
6698 | 2024-10-30T23:19:25.790Z | [ recovery-image] Oct 30 23:19:24.415 INFO O| Oct 30 23:19:24.415 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-10-30T23:19:25.797Z | [ recovery-image] Oct 30 23:19:24.425 INFO O| Oct 30 23:19:24.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6700 | 2024-10-30T23:19:25.797Z | [ recovery-image] Oct 30 23:19:24.425 INFO O| Oct 30 23:19:24.425 INFO STEP 856 (remove_files) COMPLETE |
6701 | 2024-10-30T23:19:25.800Z | [ recovery-image] Oct 30 23:19:24.425 INFO O| Oct 30 23:19:24.425 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-10-30T23:19:25.807Z | [ recovery-image] Oct 30 23:19:24.434 INFO O| Oct 30 23:19:24.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6703 | 2024-10-30T23:19:25.809Z | [ recovery-image] Oct 30 23:19:24.435 INFO O| Oct 30 23:19:24.435 INFO STEP 857 (remove_files) COMPLETE |
6704 | 2024-10-30T23:19:25.809Z | [ recovery-image] Oct 30 23:19:24.435 INFO O| Oct 30 23:19:24.435 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-10-30T23:19:25.817Z | [ recovery-image] Oct 30 23:19:24.444 INFO O| Oct 30 23:19:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6706 | 2024-10-30T23:19:25.817Z | [ recovery-image] Oct 30 23:19:24.444 INFO O| Oct 30 23:19:24.444 INFO STEP 858 (remove_files) COMPLETE |
6707 | 2024-10-30T23:19:25.817Z | [ recovery-image] Oct 30 23:19:24.444 INFO O| Oct 30 23:19:24.444 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-10-30T23:19:25.826Z | [ recovery-image] Oct 30 23:19:24.454 INFO O| Oct 30 23:19:24.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6709 | 2024-10-30T23:19:25.826Z | [ recovery-image] Oct 30 23:19:24.454 INFO O| Oct 30 23:19:24.454 INFO STEP 859 (remove_files) COMPLETE |
6710 | 2024-10-30T23:19:25.826Z | [ recovery-image] Oct 30 23:19:24.454 INFO O| Oct 30 23:19:24.454 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-10-30T23:19:25.836Z | [ recovery-image] Oct 30 23:19:24.463 INFO O| Oct 30 23:19:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6712 | 2024-10-30T23:19:25.836Z | [ recovery-image] Oct 30 23:19:24.463 INFO O| Oct 30 23:19:24.463 INFO STEP 860 (remove_files) COMPLETE |
6713 | 2024-10-30T23:19:25.836Z | [ recovery-image] Oct 30 23:19:24.463 INFO O| Oct 30 23:19:24.463 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-10-30T23:19:25.845Z | [ recovery-image] Oct 30 23:19:24.473 INFO O| Oct 30 23:19:24.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6715 | 2024-10-30T23:19:25.848Z | [ recovery-image] Oct 30 23:19:24.473 INFO O| Oct 30 23:19:24.473 INFO STEP 861 (remove_files) COMPLETE |
6716 | 2024-10-30T23:19:25.848Z | [ recovery-image] Oct 30 23:19:24.473 INFO O| Oct 30 23:19:24.473 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-10-30T23:19:25.855Z | [ recovery-image] Oct 30 23:19:24.483 INFO O| Oct 30 23:19:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6718 | 2024-10-30T23:19:25.855Z | [ recovery-image] Oct 30 23:19:24.483 INFO O| Oct 30 23:19:24.483 INFO STEP 862 (remove_files) COMPLETE |
6719 | 2024-10-30T23:19:25.858Z | [ recovery-image] Oct 30 23:19:24.483 INFO O| Oct 30 23:19:24.483 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-10-30T23:19:25.865Z | [ recovery-image] Oct 30 23:19:24.492 INFO O| Oct 30 23:19:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6721 | 2024-10-30T23:19:25.867Z | [ recovery-image] Oct 30 23:19:24.493 INFO O| Oct 30 23:19:24.492 INFO STEP 863 (remove_files) COMPLETE |
6722 | 2024-10-30T23:19:25.867Z | [ recovery-image] Oct 30 23:19:24.493 INFO O| Oct 30 23:19:24.492 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-10-30T23:19:25.875Z | [ recovery-image] Oct 30 23:19:24.502 INFO O| Oct 30 23:19:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6724 | 2024-10-30T23:19:25.875Z | [ recovery-image] Oct 30 23:19:24.502 INFO O| Oct 30 23:19:24.502 INFO STEP 864 (remove_files) COMPLETE |
6725 | 2024-10-30T23:19:25.875Z | [ recovery-image] Oct 30 23:19:24.502 INFO O| Oct 30 23:19:24.502 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-10-30T23:19:25.884Z | [ recovery-image] Oct 30 23:19:24.512 INFO O| Oct 30 23:19:24.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6727 | 2024-10-30T23:19:25.884Z | [ recovery-image] Oct 30 23:19:24.512 INFO O| Oct 30 23:19:24.512 INFO STEP 865 (remove_files) COMPLETE |
6728 | 2024-10-30T23:19:25.884Z | [ recovery-image] Oct 30 23:19:24.512 INFO O| Oct 30 23:19:24.512 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-10-30T23:19:25.894Z | [ recovery-image] Oct 30 23:19:24.521 INFO O| Oct 30 23:19:24.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6730 | 2024-10-30T23:19:25.894Z | [ recovery-image] Oct 30 23:19:24.521 INFO O| Oct 30 23:19:24.521 INFO STEP 866 (remove_files) COMPLETE |
6731 | 2024-10-30T23:19:25.896Z | [ recovery-image] Oct 30 23:19:24.521 INFO O| Oct 30 23:19:24.521 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-10-30T23:19:25.904Z | [ recovery-image] Oct 30 23:19:24.531 INFO O| Oct 30 23:19:24.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6733 | 2024-10-30T23:19:25.904Z | [ recovery-image] Oct 30 23:19:24.531 INFO O| Oct 30 23:19:24.531 INFO STEP 867 (remove_files) COMPLETE |
6734 | 2024-10-30T23:19:25.904Z | [ recovery-image] Oct 30 23:19:24.531 INFO O| Oct 30 23:19:24.531 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-10-30T23:19:25.914Z | [ recovery-image] Oct 30 23:19:24.541 INFO O| Oct 30 23:19:24.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6736 | 2024-10-30T23:19:25.914Z | [ recovery-image] Oct 30 23:19:24.541 INFO O| Oct 30 23:19:24.541 INFO STEP 868 (remove_files) COMPLETE |
6737 | 2024-10-30T23:19:25.914Z | [ recovery-image] Oct 30 23:19:24.541 INFO O| Oct 30 23:19:24.541 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-10-30T23:19:25.923Z | [ recovery-image] Oct 30 23:19:24.551 INFO O| Oct 30 23:19:24.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6739 | 2024-10-30T23:19:25.925Z | [ recovery-image] Oct 30 23:19:24.551 INFO O| Oct 30 23:19:24.551 INFO STEP 869 (remove_files) COMPLETE |
6740 | 2024-10-30T23:19:25.925Z | [ recovery-image] Oct 30 23:19:24.551 INFO O| Oct 30 23:19:24.551 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-10-30T23:19:25.933Z | [ recovery-image] Oct 30 23:19:24.560 INFO O| Oct 30 23:19:24.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6742 | 2024-10-30T23:19:25.933Z | [ recovery-image] Oct 30 23:19:24.560 INFO O| Oct 30 23:19:24.560 INFO STEP 870 (remove_files) COMPLETE |
6743 | 2024-10-30T23:19:25.935Z | [ recovery-image] Oct 30 23:19:24.561 INFO O| Oct 30 23:19:24.560 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-10-30T23:19:25.943Z | [ recovery-image] Oct 30 23:19:24.570 INFO O| Oct 30 23:19:24.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6745 | 2024-10-30T23:19:25.943Z | [ recovery-image] Oct 30 23:19:24.570 INFO O| Oct 30 23:19:24.570 INFO STEP 871 (remove_files) COMPLETE |
6746 | 2024-10-30T23:19:25.945Z | [ recovery-image] Oct 30 23:19:24.570 INFO O| Oct 30 23:19:24.570 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-10-30T23:19:25.953Z | [ recovery-image] Oct 30 23:19:24.580 INFO O| Oct 30 23:19:24.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6748 | 2024-10-30T23:19:25.955Z | [ recovery-image] Oct 30 23:19:24.580 INFO O| Oct 30 23:19:24.580 INFO STEP 872 (remove_files) COMPLETE |
6749 | 2024-10-30T23:19:25.955Z | [ recovery-image] Oct 30 23:19:24.580 INFO O| Oct 30 23:19:24.580 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-10-30T23:19:25.962Z | [ recovery-image] Oct 30 23:19:24.590 INFO O| Oct 30 23:19:24.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6751 | 2024-10-30T23:19:25.965Z | [ recovery-image] Oct 30 23:19:24.590 INFO O| Oct 30 23:19:24.590 INFO STEP 873 (remove_files) COMPLETE |
6752 | 2024-10-30T23:19:25.965Z | [ recovery-image] Oct 30 23:19:24.590 INFO O| Oct 30 23:19:24.590 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-10-30T23:19:25.972Z | [ recovery-image] Oct 30 23:19:24.600 INFO O| Oct 30 23:19:24.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6754 | 2024-10-30T23:19:25.974Z | [ recovery-image] Oct 30 23:19:24.600 INFO O| Oct 30 23:19:24.600 INFO STEP 874 (remove_files) COMPLETE |
6755 | 2024-10-30T23:19:25.975Z | [ recovery-image] Oct 30 23:19:24.600 INFO O| Oct 30 23:19:24.600 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-10-30T23:19:25.982Z | [ recovery-image] Oct 30 23:19:24.609 INFO O| Oct 30 23:19:24.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6757 | 2024-10-30T23:19:25.982Z | [ recovery-image] Oct 30 23:19:24.610 INFO O| Oct 30 23:19:24.610 INFO STEP 875 (remove_files) COMPLETE |
6758 | 2024-10-30T23:19:25.984Z | [ recovery-image] Oct 30 23:19:24.610 INFO O| Oct 30 23:19:24.610 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-10-30T23:19:25.992Z | [ recovery-image] Oct 30 23:19:24.619 INFO O| Oct 30 23:19:24.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6760 | 2024-10-30T23:19:25.992Z | [ recovery-image] Oct 30 23:19:24.619 INFO O| Oct 30 23:19:24.619 INFO STEP 876 (remove_files) COMPLETE |
6761 | 2024-10-30T23:19:25.994Z | [ recovery-image] Oct 30 23:19:24.619 INFO O| Oct 30 23:19:24.619 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-10-30T23:19:26.001Z | [ recovery-image] Oct 30 23:19:24.629 INFO O| Oct 30 23:19:24.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6763 | 2024-10-30T23:19:26.001Z | [ recovery-image] Oct 30 23:19:24.629 INFO O| Oct 30 23:19:24.629 INFO STEP 877 (remove_files) COMPLETE |
6764 | 2024-10-30T23:19:26.004Z | [ recovery-image] Oct 30 23:19:24.629 INFO O| Oct 30 23:19:24.629 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-10-30T23:19:26.011Z | [ recovery-image] Oct 30 23:19:24.638 INFO O| Oct 30 23:19:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6766 | 2024-10-30T23:19:26.013Z | [ recovery-image] Oct 30 23:19:24.638 INFO O| Oct 30 23:19:24.638 INFO STEP 878 (remove_files) COMPLETE |
6767 | 2024-10-30T23:19:26.013Z | [ recovery-image] Oct 30 23:19:24.638 INFO O| Oct 30 23:19:24.638 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-10-30T23:19:26.019Z | [ host-image] Oct 30 23:19:24.646 INFO O| Oct 30 23:19:24.646 INFO STEP 11 (pkg_install) COMPLETE |
6769 | 2024-10-30T23:19:26.019Z | [ host-image] Oct 30 23:19:24.646 INFO O| Oct 30 23:19:24.646 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6770 | 2024-10-30T23:19:26.022Z | [ recovery-image] Oct 30 23:19:24.648 INFO O| Oct 30 23:19:24.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6771 | 2024-10-30T23:19:26.022Z | [ recovery-image] Oct 30 23:19:24.648 INFO O| Oct 30 23:19:24.648 INFO STEP 879 (remove_files) COMPLETE |
6772 | 2024-10-30T23:19:26.022Z | [ recovery-image] Oct 30 23:19:24.648 INFO O| Oct 30 23:19:24.648 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2024-10-30T23:19:26.029Z | [ host-image] Oct 30 23:19:24.656 INFO O| Oct 30 23:19:24.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
6774 | 2024-10-30T23:19:26.031Z | [ recovery-image] Oct 30 23:19:24.657 INFO O| Oct 30 23:19:24.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6775 | 2024-10-30T23:19:26.031Z | [ recovery-image] Oct 30 23:19:24.657 INFO O| Oct 30 23:19:24.657 INFO STEP 880 (remove_files) COMPLETE |
6776 | 2024-10-30T23:19:26.031Z | [ recovery-image] Oct 30 23:19:24.658 INFO O| Oct 30 23:19:24.657 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-10-30T23:19:26.039Z | [ recovery-image] Oct 30 23:19:24.667 INFO O| Oct 30 23:19:24.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6778 | 2024-10-30T23:19:26.042Z | [ recovery-image] Oct 30 23:19:24.667 INFO O| Oct 30 23:19:24.667 INFO STEP 881 (remove_files) COMPLETE |
6779 | 2024-10-30T23:19:26.042Z | [ recovery-image] Oct 30 23:19:24.667 INFO O| Oct 30 23:19:24.667 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-10-30T23:19:26.049Z | [ recovery-image] Oct 30 23:19:24.677 INFO O| Oct 30 23:19:24.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6781 | 2024-10-30T23:19:26.049Z | [ recovery-image] Oct 30 23:19:24.677 INFO O| Oct 30 23:19:24.677 INFO STEP 882 (remove_files) COMPLETE |
6782 | 2024-10-30T23:19:26.049Z | [ recovery-image] Oct 30 23:19:24.677 INFO O| Oct 30 23:19:24.677 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-10-30T23:19:26.059Z | [ recovery-image] Oct 30 23:19:24.687 INFO O| Oct 30 23:19:24.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6784 | 2024-10-30T23:19:26.062Z | [ recovery-image] Oct 30 23:19:24.687 INFO O| Oct 30 23:19:24.687 INFO STEP 883 (remove_files) COMPLETE |
6785 | 2024-10-30T23:19:26.062Z | [ recovery-image] Oct 30 23:19:24.687 INFO O| Oct 30 23:19:24.687 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-10-30T23:19:26.069Z | [ recovery-image] Oct 30 23:19:24.696 INFO O| Oct 30 23:19:24.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6787 | 2024-10-30T23:19:26.069Z | [ recovery-image] Oct 30 23:19:24.696 INFO O| Oct 30 23:19:24.696 INFO STEP 884 (remove_files) COMPLETE |
6788 | 2024-10-30T23:19:26.071Z | [ recovery-image] Oct 30 23:19:24.697 INFO O| Oct 30 23:19:24.696 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-10-30T23:19:26.079Z | [ recovery-image] Oct 30 23:19:24.706 INFO O| Oct 30 23:19:24.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6790 | 2024-10-30T23:19:26.081Z | [ recovery-image] Oct 30 23:19:24.706 INFO O| Oct 30 23:19:24.706 INFO STEP 885 (remove_files) COMPLETE |
6791 | 2024-10-30T23:19:26.081Z | [ recovery-image] Oct 30 23:19:24.706 INFO O| Oct 30 23:19:24.706 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-10-30T23:19:26.088Z | [ recovery-image] Oct 30 23:19:24.716 INFO O| Oct 30 23:19:24.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6793 | 2024-10-30T23:19:26.088Z | [ recovery-image] Oct 30 23:19:24.716 INFO O| Oct 30 23:19:24.716 INFO STEP 886 (remove_files) COMPLETE |
6794 | 2024-10-30T23:19:26.088Z | [ recovery-image] Oct 30 23:19:24.716 INFO O| Oct 30 23:19:24.716 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-10-30T23:19:26.098Z | [ recovery-image] Oct 30 23:19:24.725 INFO O| Oct 30 23:19:24.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6796 | 2024-10-30T23:19:26.098Z | [ recovery-image] Oct 30 23:19:24.725 INFO O| Oct 30 23:19:24.725 INFO STEP 887 (remove_files) COMPLETE |
6797 | 2024-10-30T23:19:26.100Z | [ recovery-image] Oct 30 23:19:24.725 INFO O| Oct 30 23:19:24.725 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-10-30T23:19:26.107Z | [ recovery-image] Oct 30 23:19:24.735 INFO O| Oct 30 23:19:24.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6799 | 2024-10-30T23:19:26.107Z | [ recovery-image] Oct 30 23:19:24.735 INFO O| Oct 30 23:19:24.735 INFO STEP 888 (remove_files) COMPLETE |
6800 | 2024-10-30T23:19:26.107Z | [ recovery-image] Oct 30 23:19:24.735 INFO O| Oct 30 23:19:24.735 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-10-30T23:19:26.117Z | [ recovery-image] Oct 30 23:19:24.744 INFO O| Oct 30 23:19:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6802 | 2024-10-30T23:19:26.120Z | [ recovery-image] Oct 30 23:19:24.744 INFO O| Oct 30 23:19:24.744 INFO STEP 889 (remove_files) COMPLETE |
6803 | 2024-10-30T23:19:26.120Z | [ recovery-image] Oct 30 23:19:24.744 INFO O| Oct 30 23:19:24.744 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-10-30T23:19:26.126Z | [ recovery-image] Oct 30 23:19:24.754 INFO O| Oct 30 23:19:24.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6805 | 2024-10-30T23:19:26.126Z | [ recovery-image] Oct 30 23:19:24.754 INFO O| Oct 30 23:19:24.754 INFO STEP 890 (remove_files) COMPLETE |
6806 | 2024-10-30T23:19:26.126Z | [ recovery-image] Oct 30 23:19:24.754 INFO O| Oct 30 23:19:24.754 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-10-30T23:19:26.136Z | [ recovery-image] Oct 30 23:19:24.764 INFO O| Oct 30 23:19:24.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6808 | 2024-10-30T23:19:26.136Z | [ recovery-image] Oct 30 23:19:24.764 INFO O| Oct 30 23:19:24.764 INFO STEP 891 (remove_files) COMPLETE |
6809 | 2024-10-30T23:19:26.138Z | [ recovery-image] Oct 30 23:19:24.764 INFO O| Oct 30 23:19:24.764 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-10-30T23:19:26.146Z | [ recovery-image] Oct 30 23:19:24.773 INFO O| Oct 30 23:19:24.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6811 | 2024-10-30T23:19:26.146Z | [ recovery-image] Oct 30 23:19:24.773 INFO O| Oct 30 23:19:24.773 INFO STEP 892 (remove_files) COMPLETE |
6812 | 2024-10-30T23:19:26.148Z | [ recovery-image] Oct 30 23:19:24.773 INFO O| Oct 30 23:19:24.773 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-10-30T23:19:26.155Z | [ recovery-image] Oct 30 23:19:24.783 INFO O| Oct 30 23:19:24.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6814 | 2024-10-30T23:19:26.155Z | [ recovery-image] Oct 30 23:19:24.783 INFO O| Oct 30 23:19:24.783 INFO STEP 893 (remove_files) COMPLETE |
6815 | 2024-10-30T23:19:26.158Z | [ recovery-image] Oct 30 23:19:24.783 INFO O| Oct 30 23:19:24.783 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-10-30T23:19:26.165Z | [ recovery-image] Oct 30 23:19:24.792 INFO O| Oct 30 23:19:24.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6817 | 2024-10-30T23:19:26.168Z | [ recovery-image] Oct 30 23:19:24.792 INFO O| Oct 30 23:19:24.792 INFO STEP 894 (remove_files) COMPLETE |
6818 | 2024-10-30T23:19:26.168Z | [ recovery-image] Oct 30 23:19:24.793 INFO O| Oct 30 23:19:24.792 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-10-30T23:19:26.174Z | [ recovery-image] Oct 30 23:19:24.802 INFO O| Oct 30 23:19:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6820 | 2024-10-30T23:19:26.174Z | [ recovery-image] Oct 30 23:19:24.802 INFO O| Oct 30 23:19:24.802 INFO STEP 895 (remove_files) COMPLETE |
6821 | 2024-10-30T23:19:26.174Z | [ recovery-image] Oct 30 23:19:24.802 INFO O| Oct 30 23:19:24.802 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-10-30T23:19:26.184Z | [ recovery-image] Oct 30 23:19:24.811 INFO O| Oct 30 23:19:24.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6823 | 2024-10-30T23:19:26.184Z | [ recovery-image] Oct 30 23:19:24.811 INFO O| Oct 30 23:19:24.811 INFO STEP 896 (remove_files) COMPLETE |
6824 | 2024-10-30T23:19:26.186Z | [ recovery-image] Oct 30 23:19:24.811 INFO O| Oct 30 23:19:24.811 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-10-30T23:19:26.193Z | [ recovery-image] Oct 30 23:19:24.821 INFO O| Oct 30 23:19:24.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6826 | 2024-10-30T23:19:26.193Z | [ recovery-image] Oct 30 23:19:24.821 INFO O| Oct 30 23:19:24.821 INFO STEP 897 (remove_files) COMPLETE |
6827 | 2024-10-30T23:19:26.196Z | [ recovery-image] Oct 30 23:19:24.821 INFO O| Oct 30 23:19:24.821 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-10-30T23:19:26.203Z | [ recovery-image] Oct 30 23:19:24.830 INFO O| Oct 30 23:19:24.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6829 | 2024-10-30T23:19:26.205Z | [ recovery-image] Oct 30 23:19:24.830 INFO O| Oct 30 23:19:24.830 INFO STEP 898 (remove_files) COMPLETE |
6830 | 2024-10-30T23:19:26.205Z | [ recovery-image] Oct 30 23:19:24.830 INFO O| Oct 30 23:19:24.830 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-10-30T23:19:26.212Z | [ recovery-image] Oct 30 23:19:24.839 INFO O| Oct 30 23:19:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6832 | 2024-10-30T23:19:26.214Z | [ recovery-image] Oct 30 23:19:24.840 INFO O| Oct 30 23:19:24.840 INFO STEP 899 (remove_files) COMPLETE |
6833 | 2024-10-30T23:19:26.214Z | [ recovery-image] Oct 30 23:19:24.840 INFO O| Oct 30 23:19:24.840 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-10-30T23:19:26.221Z | [ recovery-image] Oct 30 23:19:24.849 INFO O| Oct 30 23:19:24.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6835 | 2024-10-30T23:19:26.221Z | [ recovery-image] Oct 30 23:19:24.849 INFO O| Oct 30 23:19:24.849 INFO STEP 900 (remove_files) COMPLETE |
6836 | 2024-10-30T23:19:26.224Z | [ recovery-image] Oct 30 23:19:24.849 INFO O| Oct 30 23:19:24.849 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-10-30T23:19:26.231Z | [ recovery-image] Oct 30 23:19:24.859 INFO O| Oct 30 23:19:24.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6838 | 2024-10-30T23:19:26.231Z | [ recovery-image] Oct 30 23:19:24.859 INFO O| Oct 30 23:19:24.859 INFO STEP 901 (remove_files) COMPLETE |
6839 | 2024-10-30T23:19:26.234Z | [ recovery-image] Oct 30 23:19:24.859 INFO O| Oct 30 23:19:24.859 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-10-30T23:19:26.240Z | [ recovery-image] Oct 30 23:19:24.868 INFO O| Oct 30 23:19:24.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6841 | 2024-10-30T23:19:26.242Z | [ recovery-image] Oct 30 23:19:24.868 INFO O| Oct 30 23:19:24.868 INFO STEP 902 (remove_files) COMPLETE |
6842 | 2024-10-30T23:19:26.242Z | [ recovery-image] Oct 30 23:19:24.868 INFO O| Oct 30 23:19:24.868 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-10-30T23:19:26.250Z | [ recovery-image] Oct 30 23:19:24.877 INFO O| Oct 30 23:19:24.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6844 | 2024-10-30T23:19:26.250Z | [ recovery-image] Oct 30 23:19:24.877 INFO O| Oct 30 23:19:24.877 INFO STEP 903 (remove_files) COMPLETE |
6845 | 2024-10-30T23:19:26.252Z | [ recovery-image] Oct 30 23:19:24.877 INFO O| Oct 30 23:19:24.877 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-10-30T23:19:26.259Z | [ recovery-image] Oct 30 23:19:24.887 INFO O| Oct 30 23:19:24.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6847 | 2024-10-30T23:19:26.259Z | [ recovery-image] Oct 30 23:19:24.887 INFO O| Oct 30 23:19:24.887 INFO STEP 904 (remove_files) COMPLETE |
6848 | 2024-10-30T23:19:26.259Z | [ recovery-image] Oct 30 23:19:24.887 INFO O| Oct 30 23:19:24.887 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-10-30T23:19:26.269Z | [ recovery-image] Oct 30 23:19:24.896 INFO O| Oct 30 23:19:24.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6850 | 2024-10-30T23:19:26.269Z | [ recovery-image] Oct 30 23:19:24.896 INFO O| Oct 30 23:19:24.896 INFO STEP 905 (remove_files) COMPLETE |
6851 | 2024-10-30T23:19:26.269Z | [ recovery-image] Oct 30 23:19:24.896 INFO O| Oct 30 23:19:24.896 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-10-30T23:19:26.278Z | [ recovery-image] Oct 30 23:19:24.906 INFO O| Oct 30 23:19:24.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6853 | 2024-10-30T23:19:26.278Z | [ recovery-image] Oct 30 23:19:24.906 INFO O| Oct 30 23:19:24.906 INFO STEP 906 (remove_files) COMPLETE |
6854 | 2024-10-30T23:19:26.281Z | [ recovery-image] Oct 30 23:19:24.906 INFO O| Oct 30 23:19:24.906 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-10-30T23:19:26.288Z | [ recovery-image] Oct 30 23:19:24.915 INFO O| Oct 30 23:19:24.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6856 | 2024-10-30T23:19:26.288Z | [ recovery-image] Oct 30 23:19:24.915 INFO O| Oct 30 23:19:24.915 INFO STEP 907 (remove_files) COMPLETE |
6857 | 2024-10-30T23:19:26.290Z | [ recovery-image] Oct 30 23:19:24.915 INFO O| Oct 30 23:19:24.915 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-10-30T23:19:26.297Z | [ recovery-image] Oct 30 23:19:24.925 INFO O| Oct 30 23:19:24.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6859 | 2024-10-30T23:19:26.297Z | [ recovery-image] Oct 30 23:19:24.925 INFO O| Oct 30 23:19:24.925 INFO STEP 908 (remove_files) COMPLETE |
6860 | 2024-10-30T23:19:26.300Z | [ recovery-image] Oct 30 23:19:24.925 INFO O| Oct 30 23:19:24.925 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-10-30T23:19:26.307Z | [ recovery-image] Oct 30 23:19:24.934 INFO O| Oct 30 23:19:24.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6862 | 2024-10-30T23:19:26.309Z | [ recovery-image] Oct 30 23:19:24.934 INFO O| Oct 30 23:19:24.934 INFO STEP 909 (remove_files) COMPLETE |
6863 | 2024-10-30T23:19:26.309Z | [ recovery-image] Oct 30 23:19:24.934 INFO O| Oct 30 23:19:24.934 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-10-30T23:19:26.316Z | [ recovery-image] Oct 30 23:19:24.944 INFO O| Oct 30 23:19:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6865 | 2024-10-30T23:19:26.317Z | [ recovery-image] Oct 30 23:19:24.944 INFO O| Oct 30 23:19:24.944 INFO STEP 910 (remove_files) COMPLETE |
6866 | 2024-10-30T23:19:26.319Z | [ recovery-image] Oct 30 23:19:24.944 INFO O| Oct 30 23:19:24.944 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-10-30T23:19:26.326Z | [ recovery-image] Oct 30 23:19:24.954 INFO O| Oct 30 23:19:24.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6868 | 2024-10-30T23:19:26.327Z | [ recovery-image] Oct 30 23:19:24.954 INFO O| Oct 30 23:19:24.954 INFO STEP 911 (remove_files) COMPLETE |
6869 | 2024-10-30T23:19:26.329Z | [ recovery-image] Oct 30 23:19:24.954 INFO O| Oct 30 23:19:24.954 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-10-30T23:19:26.336Z | [ recovery-image] Oct 30 23:19:24.964 INFO O| Oct 30 23:19:24.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6871 | 2024-10-30T23:19:26.336Z | [ recovery-image] Oct 30 23:19:24.964 INFO O| Oct 30 23:19:24.964 INFO STEP 912 (remove_files) COMPLETE |
6872 | 2024-10-30T23:19:26.336Z | [ recovery-image] Oct 30 23:19:24.964 INFO O| Oct 30 23:19:24.964 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-10-30T23:19:26.346Z | [ recovery-image] Oct 30 23:19:24.973 INFO O| Oct 30 23:19:24.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6874 | 2024-10-30T23:19:26.346Z | [ recovery-image] Oct 30 23:19:24.973 INFO O| Oct 30 23:19:24.973 INFO STEP 913 (remove_files) COMPLETE |
6875 | 2024-10-30T23:19:26.346Z | [ recovery-image] Oct 30 23:19:24.973 INFO O| Oct 30 23:19:24.973 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-10-30T23:19:26.355Z | [ recovery-image] Oct 30 23:19:24.983 INFO O| Oct 30 23:19:24.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6877 | 2024-10-30T23:19:26.355Z | [ recovery-image] Oct 30 23:19:24.983 INFO O| Oct 30 23:19:24.983 INFO STEP 914 (remove_files) COMPLETE |
6878 | 2024-10-30T23:19:26.355Z | [ recovery-image] Oct 30 23:19:24.983 INFO O| Oct 30 23:19:24.983 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-10-30T23:19:26.364Z | [ recovery-image] Oct 30 23:19:24.992 INFO O| Oct 30 23:19:24.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6880 | 2024-10-30T23:19:26.364Z | [ recovery-image] Oct 30 23:19:24.992 INFO O| Oct 30 23:19:24.992 INFO STEP 915 (remove_files) COMPLETE |
6881 | 2024-10-30T23:19:26.367Z | [ recovery-image] Oct 30 23:19:24.992 INFO O| Oct 30 23:19:24.992 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-10-30T23:19:26.374Z | [ recovery-image] Oct 30 23:19:25.001 INFO O| Oct 30 23:19:25.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6883 | 2024-10-30T23:19:26.374Z | [ recovery-image] Oct 30 23:19:25.001 INFO O| Oct 30 23:19:25.001 INFO STEP 916 (remove_files) COMPLETE |
6884 | 2024-10-30T23:19:26.376Z | [ recovery-image] Oct 30 23:19:25.001 INFO O| Oct 30 23:19:25.001 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-10-30T23:19:26.384Z | [ recovery-image] Oct 30 23:19:25.012 INFO O| Oct 30 23:19:25.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6886 | 2024-10-30T23:19:26.386Z | [ recovery-image] Oct 30 23:19:25.012 INFO O| Oct 30 23:19:25.012 INFO STEP 917 (remove_files) COMPLETE |
6887 | 2024-10-30T23:19:26.386Z | [ recovery-image] Oct 30 23:19:25.012 INFO O| Oct 30 23:19:25.012 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-10-30T23:19:26.394Z | [ recovery-image] Oct 30 23:19:25.021 INFO O| Oct 30 23:19:25.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6889 | 2024-10-30T23:19:26.394Z | [ recovery-image] Oct 30 23:19:25.021 INFO O| Oct 30 23:19:25.021 INFO STEP 918 (remove_files) COMPLETE |
6890 | 2024-10-30T23:19:26.394Z | [ recovery-image] Oct 30 23:19:25.021 INFO O| Oct 30 23:19:25.021 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-10-30T23:19:26.403Z | [ recovery-image] Oct 30 23:19:25.030 INFO O| Oct 30 23:19:25.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6892 | 2024-10-30T23:19:26.403Z | [ recovery-image] Oct 30 23:19:25.031 INFO O| Oct 30 23:19:25.030 INFO STEP 919 (remove_files) COMPLETE |
6893 | 2024-10-30T23:19:26.406Z | [ recovery-image] Oct 30 23:19:25.031 INFO O| Oct 30 23:19:25.031 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-10-30T23:19:26.412Z | [ recovery-image] Oct 30 23:19:25.040 INFO O| Oct 30 23:19:25.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6895 | 2024-10-30T23:19:26.412Z | [ recovery-image] Oct 30 23:19:25.040 INFO O| Oct 30 23:19:25.040 INFO STEP 920 (remove_files) COMPLETE |
6896 | 2024-10-30T23:19:26.414Z | [ recovery-image] Oct 30 23:19:25.040 INFO O| Oct 30 23:19:25.040 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-10-30T23:19:26.422Z | [ recovery-image] Oct 30 23:19:25.049 INFO O| Oct 30 23:19:25.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6898 | 2024-10-30T23:19:26.422Z | [ recovery-image] Oct 30 23:19:25.049 INFO O| Oct 30 23:19:25.049 INFO STEP 921 (remove_files) COMPLETE |
6899 | 2024-10-30T23:19:26.425Z | [ recovery-image] Oct 30 23:19:25.049 INFO O| Oct 30 23:19:25.049 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-10-30T23:19:26.431Z | [ recovery-image] Oct 30 23:19:25.058 INFO O| Oct 30 23:19:25.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6901 | 2024-10-30T23:19:26.431Z | [ recovery-image] Oct 30 23:19:25.058 INFO O| Oct 30 23:19:25.058 INFO STEP 922 (remove_files) COMPLETE |
6902 | 2024-10-30T23:19:26.433Z | [ recovery-image] Oct 30 23:19:25.058 INFO O| Oct 30 23:19:25.058 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-10-30T23:19:26.440Z | [ recovery-image] Oct 30 23:19:25.068 INFO O| Oct 30 23:19:25.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6904 | 2024-10-30T23:19:26.440Z | [ recovery-image] Oct 30 23:19:25.068 INFO O| Oct 30 23:19:25.068 INFO STEP 923 (remove_files) COMPLETE |
6905 | 2024-10-30T23:19:26.440Z | [ recovery-image] Oct 30 23:19:25.068 INFO O| Oct 30 23:19:25.068 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-10-30T23:19:26.450Z | [ recovery-image] Oct 30 23:19:25.077 INFO O| Oct 30 23:19:25.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6907 | 2024-10-30T23:19:26.450Z | [ recovery-image] Oct 30 23:19:25.077 INFO O| Oct 30 23:19:25.077 INFO STEP 924 (remove_files) COMPLETE |
6908 | 2024-10-30T23:19:26.453Z | [ recovery-image] Oct 30 23:19:25.077 INFO O| Oct 30 23:19:25.077 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-10-30T23:19:26.459Z | [ recovery-image] Oct 30 23:19:25.087 INFO O| Oct 30 23:19:25.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6910 | 2024-10-30T23:19:26.462Z | [ recovery-image] Oct 30 23:19:25.087 INFO O| Oct 30 23:19:25.087 INFO STEP 925 (remove_files) COMPLETE |
6911 | 2024-10-30T23:19:26.462Z | [ recovery-image] Oct 30 23:19:25.087 INFO O| Oct 30 23:19:25.087 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-10-30T23:19:26.469Z | [ recovery-image] Oct 30 23:19:25.097 INFO O| Oct 30 23:19:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6913 | 2024-10-30T23:19:26.469Z | [ recovery-image] Oct 30 23:19:25.097 INFO O| Oct 30 23:19:25.097 INFO STEP 926 (remove_files) COMPLETE |
6914 | 2024-10-30T23:19:26.472Z | [ recovery-image] Oct 30 23:19:25.097 INFO O| Oct 30 23:19:25.097 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-10-30T23:19:26.479Z | [ recovery-image] Oct 30 23:19:25.106 INFO O| Oct 30 23:19:25.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6916 | 2024-10-30T23:19:26.481Z | [ recovery-image] Oct 30 23:19:25.106 INFO O| Oct 30 23:19:25.106 INFO STEP 927 (remove_files) COMPLETE |
6917 | 2024-10-30T23:19:26.481Z | [ recovery-image] Oct 30 23:19:25.106 INFO O| Oct 30 23:19:25.106 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-10-30T23:19:26.489Z | [ recovery-image] Oct 30 23:19:25.116 INFO O| Oct 30 23:19:25.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6919 | 2024-10-30T23:19:26.491Z | [ recovery-image] Oct 30 23:19:25.116 INFO O| Oct 30 23:19:25.116 INFO STEP 928 (remove_files) COMPLETE |
6920 | 2024-10-30T23:19:26.491Z | [ recovery-image] Oct 30 23:19:25.116 INFO O| Oct 30 23:19:25.116 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-10-30T23:19:26.499Z | [ recovery-image] Oct 30 23:19:25.126 INFO O| Oct 30 23:19:25.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6922 | 2024-10-30T23:19:26.499Z | [ recovery-image] Oct 30 23:19:25.126 INFO O| Oct 30 23:19:25.126 INFO STEP 929 (remove_files) COMPLETE |
6923 | 2024-10-30T23:19:26.501Z | [ recovery-image] Oct 30 23:19:25.126 INFO O| Oct 30 23:19:25.126 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-10-30T23:19:26.508Z | [ recovery-image] Oct 30 23:19:25.136 INFO O| Oct 30 23:19:25.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6925 | 2024-10-30T23:19:26.511Z | [ recovery-image] Oct 30 23:19:25.136 INFO O| Oct 30 23:19:25.136 INFO STEP 930 (remove_files) COMPLETE |
6926 | 2024-10-30T23:19:26.511Z | [ recovery-image] Oct 30 23:19:25.136 INFO O| Oct 30 23:19:25.136 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-10-30T23:19:26.518Z | [ recovery-image] Oct 30 23:19:25.145 INFO O| Oct 30 23:19:25.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6928 | 2024-10-30T23:19:26.518Z | [ recovery-image] Oct 30 23:19:25.145 INFO O| Oct 30 23:19:25.145 INFO STEP 931 (remove_files) COMPLETE |
6929 | 2024-10-30T23:19:26.520Z | [ recovery-image] Oct 30 23:19:25.145 INFO O| Oct 30 23:19:25.145 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-10-30T23:19:26.527Z | [ recovery-image] Oct 30 23:19:25.155 INFO O| Oct 30 23:19:25.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6931 | 2024-10-30T23:19:26.527Z | [ recovery-image] Oct 30 23:19:25.155 INFO O| Oct 30 23:19:25.155 INFO STEP 932 (remove_files) COMPLETE |
6932 | 2024-10-30T23:19:26.530Z | [ recovery-image] Oct 30 23:19:25.155 INFO O| Oct 30 23:19:25.155 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-10-30T23:19:26.537Z | [ recovery-image] Oct 30 23:19:25.165 INFO O| Oct 30 23:19:25.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6934 | 2024-10-30T23:19:26.539Z | [ recovery-image] Oct 30 23:19:25.165 INFO O| Oct 30 23:19:25.165 INFO STEP 933 (remove_files) COMPLETE |
6935 | 2024-10-30T23:19:26.539Z | [ recovery-image] Oct 30 23:19:25.165 INFO O| Oct 30 23:19:25.165 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-10-30T23:19:26.547Z | [ recovery-image] Oct 30 23:19:25.174 INFO O| Oct 30 23:19:25.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6937 | 2024-10-30T23:19:26.549Z | [ recovery-image] Oct 30 23:19:25.174 INFO O| Oct 30 23:19:25.174 INFO STEP 934 (remove_files) COMPLETE |
6938 | 2024-10-30T23:19:26.549Z | [ recovery-image] Oct 30 23:19:25.174 INFO O| Oct 30 23:19:25.174 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-10-30T23:19:26.556Z | [ recovery-image] Oct 30 23:19:25.184 INFO O| Oct 30 23:19:25.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6940 | 2024-10-30T23:19:26.559Z | [ recovery-image] Oct 30 23:19:25.184 INFO O| Oct 30 23:19:25.184 INFO STEP 935 (remove_files) COMPLETE |
6941 | 2024-10-30T23:19:26.559Z | [ recovery-image] Oct 30 23:19:25.184 INFO O| Oct 30 23:19:25.184 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-10-30T23:19:26.566Z | [ recovery-image] Oct 30 23:19:25.194 INFO O| Oct 30 23:19:25.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6943 | 2024-10-30T23:19:26.568Z | [ recovery-image] Oct 30 23:19:25.194 INFO O| Oct 30 23:19:25.194 INFO STEP 936 (remove_files) COMPLETE |
6944 | 2024-10-30T23:19:26.569Z | [ recovery-image] Oct 30 23:19:25.194 INFO O| Oct 30 23:19:25.194 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-10-30T23:19:26.576Z | [ recovery-image] Oct 30 23:19:25.203 INFO O| Oct 30 23:19:25.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6946 | 2024-10-30T23:19:26.578Z | [ recovery-image] Oct 30 23:19:25.204 INFO O| Oct 30 23:19:25.204 INFO STEP 937 (remove_files) COMPLETE |
6947 | 2024-10-30T23:19:26.578Z | [ recovery-image] Oct 30 23:19:25.204 INFO O| Oct 30 23:19:25.204 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-10-30T23:19:26.586Z | [ recovery-image] Oct 30 23:19:25.213 INFO O| Oct 30 23:19:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6949 | 2024-10-30T23:19:26.588Z | [ recovery-image] Oct 30 23:19:25.213 INFO O| Oct 30 23:19:25.213 INFO STEP 938 (remove_files) COMPLETE |
6950 | 2024-10-30T23:19:26.588Z | [ recovery-image] Oct 30 23:19:25.213 INFO O| Oct 30 23:19:25.213 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-10-30T23:19:26.595Z | [ recovery-image] Oct 30 23:19:25.223 INFO O| Oct 30 23:19:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6952 | 2024-10-30T23:19:26.598Z | [ recovery-image] Oct 30 23:19:25.223 INFO O| Oct 30 23:19:25.223 INFO STEP 939 (remove_files) COMPLETE |
6953 | 2024-10-30T23:19:26.598Z | [ recovery-image] Oct 30 23:19:25.223 INFO O| Oct 30 23:19:25.223 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-10-30T23:19:26.598Z | [ host-image] Oct 30 23:19:25.224 INFO O| Oct 30 23:19:25.224 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6955 | 2024-10-30T23:19:26.605Z | [ recovery-image] Oct 30 23:19:25.232 INFO O| Oct 30 23:19:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6956 | 2024-10-30T23:19:26.605Z | [ recovery-image] Oct 30 23:19:25.232 INFO O| Oct 30 23:19:25.232 INFO STEP 940 (remove_files) COMPLETE |
6957 | 2024-10-30T23:19:26.608Z | [ recovery-image] Oct 30 23:19:25.232 INFO O| Oct 30 23:19:25.232 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-10-30T23:19:26.615Z | [ recovery-image] Oct 30 23:19:25.242 INFO O| Oct 30 23:19:25.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6959 | 2024-10-30T23:19:26.615Z | [ recovery-image] Oct 30 23:19:25.242 INFO O| Oct 30 23:19:25.242 INFO STEP 941 (remove_files) COMPLETE |
6960 | 2024-10-30T23:19:26.615Z | [ recovery-image] Oct 30 23:19:25.242 INFO O| Oct 30 23:19:25.242 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-10-30T23:19:26.626Z | [ recovery-image] Oct 30 23:19:25.252 INFO O| Oct 30 23:19:25.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6962 | 2024-10-30T23:19:26.626Z | [ recovery-image] Oct 30 23:19:25.252 INFO O| Oct 30 23:19:25.252 INFO STEP 942 (remove_files) COMPLETE |
6963 | 2024-10-30T23:19:26.626Z | [ recovery-image] Oct 30 23:19:25.252 INFO O| Oct 30 23:19:25.252 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-10-30T23:19:26.634Z | [ recovery-image] Oct 30 23:19:25.262 INFO O| Oct 30 23:19:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6965 | 2024-10-30T23:19:26.634Z | [ recovery-image] Oct 30 23:19:25.262 INFO O| Oct 30 23:19:25.262 INFO STEP 943 (remove_files) COMPLETE |
6966 | 2024-10-30T23:19:26.637Z | [ recovery-image] Oct 30 23:19:25.262 INFO O| Oct 30 23:19:25.262 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-10-30T23:19:26.644Z | [ recovery-image] Oct 30 23:19:25.272 INFO O| Oct 30 23:19:25.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6968 | 2024-10-30T23:19:26.644Z | [ recovery-image] Oct 30 23:19:25.272 INFO O| Oct 30 23:19:25.272 INFO STEP 944 (remove_files) COMPLETE |
6969 | 2024-10-30T23:19:26.647Z | [ recovery-image] Oct 30 23:19:25.272 INFO O| Oct 30 23:19:25.272 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-10-30T23:19:26.654Z | [ recovery-image] Oct 30 23:19:25.281 INFO O| Oct 30 23:19:25.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6971 | 2024-10-30T23:19:26.654Z | [ recovery-image] Oct 30 23:19:25.281 INFO O| Oct 30 23:19:25.281 INFO STEP 945 (remove_files) COMPLETE |
6972 | 2024-10-30T23:19:26.657Z | [ recovery-image] Oct 30 23:19:25.281 INFO O| Oct 30 23:19:25.281 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-10-30T23:19:26.663Z | [ recovery-image] Oct 30 23:19:25.291 INFO O| Oct 30 23:19:25.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6974 | 2024-10-30T23:19:26.663Z | [ recovery-image] Oct 30 23:19:25.291 INFO O| Oct 30 23:19:25.291 INFO STEP 946 (remove_files) COMPLETE |
6975 | 2024-10-30T23:19:26.663Z | [ recovery-image] Oct 30 23:19:25.291 INFO O| Oct 30 23:19:25.291 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-10-30T23:19:26.673Z | [ recovery-image] Oct 30 23:19:25.301 INFO O| Oct 30 23:19:25.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6977 | 2024-10-30T23:19:26.675Z | [ recovery-image] Oct 30 23:19:25.301 INFO O| Oct 30 23:19:25.301 INFO STEP 947 (remove_files) COMPLETE |
6978 | 2024-10-30T23:19:26.675Z | [ recovery-image] Oct 30 23:19:25.301 INFO O| Oct 30 23:19:25.301 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-10-30T23:19:26.685Z | [ recovery-image] Oct 30 23:19:25.311 INFO O| Oct 30 23:19:25.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6980 | 2024-10-30T23:19:26.685Z | [ recovery-image] Oct 30 23:19:25.311 INFO O| Oct 30 23:19:25.311 INFO STEP 948 (remove_files) COMPLETE |
6981 | 2024-10-30T23:19:26.687Z | [ recovery-image] Oct 30 23:19:25.311 INFO O| Oct 30 23:19:25.311 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-10-30T23:19:26.694Z | [ recovery-image] Oct 30 23:19:25.321 INFO O| Oct 30 23:19:25.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6983 | 2024-10-30T23:19:26.694Z | [ recovery-image] Oct 30 23:19:25.321 INFO O| Oct 30 23:19:25.321 INFO STEP 949 (remove_files) COMPLETE |
6984 | 2024-10-30T23:19:26.694Z | [ recovery-image] Oct 30 23:19:25.321 INFO O| Oct 30 23:19:25.321 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-10-30T23:19:26.704Z | [ recovery-image] Oct 30 23:19:25.331 INFO O| Oct 30 23:19:25.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6986 | 2024-10-30T23:19:26.704Z | [ recovery-image] Oct 30 23:19:25.331 INFO O| Oct 30 23:19:25.331 INFO STEP 950 (remove_files) COMPLETE |
6987 | 2024-10-30T23:19:26.710Z | [ recovery-image] Oct 30 23:19:25.331 INFO O| Oct 30 23:19:25.331 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-10-30T23:19:26.714Z | [ recovery-image] Oct 30 23:19:25.341 INFO O| Oct 30 23:19:25.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6989 | 2024-10-30T23:19:26.714Z | [ recovery-image] Oct 30 23:19:25.341 INFO O| Oct 30 23:19:25.341 INFO STEP 951 (remove_files) COMPLETE |
6990 | 2024-10-30T23:19:26.714Z | [ recovery-image] Oct 30 23:19:25.341 INFO O| Oct 30 23:19:25.341 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-10-30T23:19:26.723Z | [ recovery-image] Oct 30 23:19:25.351 INFO O| Oct 30 23:19:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6992 | 2024-10-30T23:19:26.723Z | [ recovery-image] Oct 30 23:19:25.351 INFO O| Oct 30 23:19:25.351 INFO STEP 952 (remove_files) COMPLETE |
6993 | 2024-10-30T23:19:26.725Z | [ recovery-image] Oct 30 23:19:25.351 INFO O| Oct 30 23:19:25.351 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-10-30T23:19:26.733Z | [ recovery-image] Oct 30 23:19:25.360 INFO O| Oct 30 23:19:25.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6995 | 2024-10-30T23:19:26.735Z | [ recovery-image] Oct 30 23:19:25.360 INFO O| Oct 30 23:19:25.360 INFO STEP 953 (remove_files) COMPLETE |
6996 | 2024-10-30T23:19:26.735Z | [ recovery-image] Oct 30 23:19:25.360 INFO O| Oct 30 23:19:25.360 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-10-30T23:19:26.742Z | [ recovery-image] Oct 30 23:19:25.370 INFO O| Oct 30 23:19:25.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6998 | 2024-10-30T23:19:26.745Z | [ recovery-image] Oct 30 23:19:25.370 INFO O| Oct 30 23:19:25.370 INFO STEP 954 (remove_files) COMPLETE |
6999 | 2024-10-30T23:19:26.745Z | [ recovery-image] Oct 30 23:19:25.370 INFO O| Oct 30 23:19:25.370 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-10-30T23:19:26.752Z | [ recovery-image] Oct 30 23:19:25.380 INFO O| Oct 30 23:19:25.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7001 | 2024-10-30T23:19:26.756Z | [ recovery-image] Oct 30 23:19:25.380 INFO O| Oct 30 23:19:25.380 INFO STEP 955 (remove_files) COMPLETE |
7002 | 2024-10-30T23:19:26.756Z | [ recovery-image] Oct 30 23:19:25.380 INFO O| Oct 30 23:19:25.380 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-10-30T23:19:26.763Z | [ recovery-image] Oct 30 23:19:25.391 INFO O| Oct 30 23:19:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7004 | 2024-10-30T23:19:26.763Z | [ recovery-image] Oct 30 23:19:25.391 INFO O| Oct 30 23:19:25.391 INFO STEP 956 (remove_files) COMPLETE |
7005 | 2024-10-30T23:19:26.763Z | [ recovery-image] Oct 30 23:19:25.391 INFO O| Oct 30 23:19:25.391 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-10-30T23:19:26.774Z | [ recovery-image] Oct 30 23:19:25.401 INFO O| Oct 30 23:19:25.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7007 | 2024-10-30T23:19:26.774Z | [ recovery-image] Oct 30 23:19:25.402 INFO O| Oct 30 23:19:25.402 INFO STEP 957 (remove_files) COMPLETE |
7008 | 2024-10-30T23:19:26.777Z | [ recovery-image] Oct 30 23:19:25.402 INFO O| Oct 30 23:19:25.402 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-10-30T23:19:26.784Z | [ recovery-image] Oct 30 23:19:25.412 INFO O| Oct 30 23:19:25.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7010 | 2024-10-30T23:19:26.785Z | [ recovery-image] Oct 30 23:19:25.412 INFO O| Oct 30 23:19:25.412 INFO STEP 958 (remove_files) COMPLETE |
7011 | 2024-10-30T23:19:26.785Z | [ recovery-image] Oct 30 23:19:25.412 INFO O| Oct 30 23:19:25.412 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-10-30T23:19:26.794Z | [ recovery-image] Oct 30 23:19:25.422 INFO O| Oct 30 23:19:25.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7013 | 2024-10-30T23:19:26.797Z | [ recovery-image] Oct 30 23:19:25.422 INFO O| Oct 30 23:19:25.422 INFO STEP 959 (remove_files) COMPLETE |
7014 | 2024-10-30T23:19:26.797Z | [ recovery-image] Oct 30 23:19:25.422 INFO O| Oct 30 23:19:25.422 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-10-30T23:19:26.804Z | [ recovery-image] Oct 30 23:19:25.432 INFO O| Oct 30 23:19:25.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7016 | 2024-10-30T23:19:26.804Z | [ recovery-image] Oct 30 23:19:25.432 INFO O| Oct 30 23:19:25.432 INFO STEP 960 (remove_files) COMPLETE |
7017 | 2024-10-30T23:19:26.807Z | [ recovery-image] Oct 30 23:19:25.432 INFO O| Oct 30 23:19:25.432 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-10-30T23:19:26.814Z | [ recovery-image] Oct 30 23:19:25.441 INFO O| Oct 30 23:19:25.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7019 | 2024-10-30T23:19:26.814Z | [ recovery-image] Oct 30 23:19:25.442 INFO O| Oct 30 23:19:25.442 INFO STEP 961 (remove_files) COMPLETE |
7020 | 2024-10-30T23:19:26.816Z | [ recovery-image] Oct 30 23:19:25.442 INFO O| Oct 30 23:19:25.442 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-10-30T23:19:26.824Z | [ recovery-image] Oct 30 23:19:25.451 INFO O| Oct 30 23:19:25.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7022 | 2024-10-30T23:19:26.824Z | [ recovery-image] Oct 30 23:19:25.451 INFO O| Oct 30 23:19:25.451 INFO STEP 962 (remove_files) COMPLETE |
7023 | 2024-10-30T23:19:26.824Z | [ recovery-image] Oct 30 23:19:25.451 INFO O| Oct 30 23:19:25.451 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-10-30T23:19:26.833Z | [ recovery-image] Oct 30 23:19:25.461 INFO O| Oct 30 23:19:25.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7025 | 2024-10-30T23:19:26.833Z | [ recovery-image] Oct 30 23:19:25.461 INFO O| Oct 30 23:19:25.461 INFO STEP 963 (remove_files) COMPLETE |
7026 | 2024-10-30T23:19:26.833Z | [ recovery-image] Oct 30 23:19:25.461 INFO O| Oct 30 23:19:25.461 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-10-30T23:19:26.843Z | [ recovery-image] Oct 30 23:19:25.471 INFO O| Oct 30 23:19:25.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7028 | 2024-10-30T23:19:26.846Z | [ recovery-image] Oct 30 23:19:25.471 INFO O| Oct 30 23:19:25.471 INFO STEP 964 (remove_files) COMPLETE |
7029 | 2024-10-30T23:19:26.846Z | [ recovery-image] Oct 30 23:19:25.471 INFO O| Oct 30 23:19:25.471 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-10-30T23:19:26.853Z | [ recovery-image] Oct 30 23:19:25.480 INFO O| Oct 30 23:19:25.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7031 | 2024-10-30T23:19:26.855Z | [ recovery-image] Oct 30 23:19:25.480 INFO O| Oct 30 23:19:25.480 INFO STEP 965 (remove_files) COMPLETE |
7032 | 2024-10-30T23:19:26.855Z | [ recovery-image] Oct 30 23:19:25.480 INFO O| Oct 30 23:19:25.480 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-10-30T23:19:26.863Z | [ recovery-image] Oct 30 23:19:25.490 INFO O| Oct 30 23:19:25.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7034 | 2024-10-30T23:19:26.863Z | [ recovery-image] Oct 30 23:19:25.490 INFO O| Oct 30 23:19:25.490 INFO STEP 966 (remove_files) COMPLETE |
7035 | 2024-10-30T23:19:26.865Z | [ recovery-image] Oct 30 23:19:25.490 INFO O| Oct 30 23:19:25.490 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-10-30T23:19:26.872Z | [ recovery-image] Oct 30 23:19:25.500 INFO O| Oct 30 23:19:25.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7037 | 2024-10-30T23:19:26.874Z | [ recovery-image] Oct 30 23:19:25.500 INFO O| Oct 30 23:19:25.500 INFO STEP 967 (remove_files) COMPLETE |
7038 | 2024-10-30T23:19:26.874Z | [ recovery-image] Oct 30 23:19:25.500 INFO O| Oct 30 23:19:25.500 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-10-30T23:19:26.882Z | [ recovery-image] Oct 30 23:19:25.509 INFO O| Oct 30 23:19:25.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7040 | 2024-10-30T23:19:26.882Z | [ recovery-image] Oct 30 23:19:25.510 INFO O| Oct 30 23:19:25.510 INFO STEP 968 (remove_files) COMPLETE |
7041 | 2024-10-30T23:19:26.882Z | [ recovery-image] Oct 30 23:19:25.510 INFO O| Oct 30 23:19:25.510 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-10-30T23:19:26.892Z | [ recovery-image] Oct 30 23:19:25.519 INFO O| Oct 30 23:19:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7043 | 2024-10-30T23:19:26.892Z | [ recovery-image] Oct 30 23:19:25.519 INFO O| Oct 30 23:19:25.519 INFO STEP 969 (remove_files) COMPLETE |
7044 | 2024-10-30T23:19:26.892Z | [ recovery-image] Oct 30 23:19:25.519 INFO O| Oct 30 23:19:25.519 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-10-30T23:19:26.901Z | [ recovery-image] Oct 30 23:19:25.529 INFO O| Oct 30 23:19:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7046 | 2024-10-30T23:19:26.901Z | [ recovery-image] Oct 30 23:19:25.529 INFO O| Oct 30 23:19:25.529 INFO STEP 970 (remove_files) COMPLETE |
7047 | 2024-10-30T23:19:26.904Z | [ recovery-image] Oct 30 23:19:25.529 INFO O| Oct 30 23:19:25.529 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-10-30T23:19:26.911Z | [ recovery-image] Oct 30 23:19:25.539 INFO O| Oct 30 23:19:25.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7049 | 2024-10-30T23:19:26.911Z | [ recovery-image] Oct 30 23:19:25.539 INFO O| Oct 30 23:19:25.539 INFO STEP 971 (remove_files) COMPLETE |
7050 | 2024-10-30T23:19:26.911Z | [ recovery-image] Oct 30 23:19:25.539 INFO O| Oct 30 23:19:25.539 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-10-30T23:19:26.921Z | [ recovery-image] Oct 30 23:19:25.548 INFO O| Oct 30 23:19:25.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7052 | 2024-10-30T23:19:26.923Z | [ recovery-image] Oct 30 23:19:25.549 INFO O| Oct 30 23:19:25.549 INFO STEP 972 (remove_files) COMPLETE |
7053 | 2024-10-30T23:19:26.923Z | [ recovery-image] Oct 30 23:19:25.549 INFO O| Oct 30 23:19:25.549 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-10-30T23:19:26.931Z | [ recovery-image] Oct 30 23:19:25.559 INFO O| Oct 30 23:19:25.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7055 | 2024-10-30T23:19:26.934Z | [ recovery-image] Oct 30 23:19:25.559 INFO O| Oct 30 23:19:25.559 INFO STEP 973 (remove_files) COMPLETE |
7056 | 2024-10-30T23:19:26.934Z | [ recovery-image] Oct 30 23:19:25.559 INFO O| Oct 30 23:19:25.559 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-10-30T23:19:26.941Z | [ recovery-image] Oct 30 23:19:25.569 INFO O| Oct 30 23:19:25.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7058 | 2024-10-30T23:19:26.943Z | [ recovery-image] Oct 30 23:19:25.569 INFO O| Oct 30 23:19:25.569 INFO STEP 974 (remove_files) COMPLETE |
7059 | 2024-10-30T23:19:26.943Z | [ recovery-image] Oct 30 23:19:25.569 INFO O| Oct 30 23:19:25.569 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-10-30T23:19:26.952Z | [ recovery-image] Oct 30 23:19:25.579 INFO O| Oct 30 23:19:25.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7061 | 2024-10-30T23:19:26.952Z | [ recovery-image] Oct 30 23:19:25.579 INFO O| Oct 30 23:19:25.579 INFO STEP 975 (remove_files) COMPLETE |
7062 | 2024-10-30T23:19:26.952Z | [ recovery-image] Oct 30 23:19:25.579 INFO O| Oct 30 23:19:25.579 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-10-30T23:19:26.964Z | [ recovery-image] Oct 30 23:19:25.592 INFO O| Oct 30 23:19:25.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7064 | 2024-10-30T23:19:26.964Z | [ recovery-image] Oct 30 23:19:25.592 INFO O| Oct 30 23:19:25.592 INFO STEP 976 (remove_files) COMPLETE |
7065 | 2024-10-30T23:19:26.965Z | [ recovery-image] Oct 30 23:19:25.592 INFO O| Oct 30 23:19:25.592 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-10-30T23:19:26.976Z | [ recovery-image] Oct 30 23:19:25.603 INFO O| Oct 30 23:19:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7067 | 2024-10-30T23:19:26.978Z | [ recovery-image] Oct 30 23:19:25.604 INFO O| Oct 30 23:19:25.604 INFO STEP 977 (remove_files) COMPLETE |
7068 | 2024-10-30T23:19:26.978Z | [ recovery-image] Oct 30 23:19:25.604 INFO O| Oct 30 23:19:25.604 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-10-30T23:19:26.986Z | [ recovery-image] Oct 30 23:19:25.614 INFO O| Oct 30 23:19:25.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7070 | 2024-10-30T23:19:26.988Z | [ recovery-image] Oct 30 23:19:25.614 INFO O| Oct 30 23:19:25.614 INFO STEP 978 (remove_files) COMPLETE |
7071 | 2024-10-30T23:19:26.988Z | [ recovery-image] Oct 30 23:19:25.614 INFO O| Oct 30 23:19:25.614 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-10-30T23:19:26.996Z | [ recovery-image] Oct 30 23:19:25.624 INFO O| Oct 30 23:19:25.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7073 | 2024-10-30T23:19:26.999Z | [ recovery-image] Oct 30 23:19:25.624 INFO O| Oct 30 23:19:25.624 INFO STEP 979 (remove_files) COMPLETE |
7074 | 2024-10-30T23:19:26.999Z | [ recovery-image] Oct 30 23:19:25.624 INFO O| Oct 30 23:19:25.624 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-10-30T23:19:27.006Z | [ recovery-image] Oct 30 23:19:25.633 INFO O| Oct 30 23:19:25.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7076 | 2024-10-30T23:19:27.008Z | [ recovery-image] Oct 30 23:19:25.633 INFO O| Oct 30 23:19:25.633 INFO STEP 980 (remove_files) COMPLETE |
7077 | 2024-10-30T23:19:27.008Z | [ recovery-image] Oct 30 23:19:25.634 INFO O| Oct 30 23:19:25.633 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-10-30T23:19:27.016Z | [ recovery-image] Oct 30 23:19:25.643 INFO O| Oct 30 23:19:25.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7079 | 2024-10-30T23:19:27.018Z | [ recovery-image] Oct 30 23:19:25.643 INFO O| Oct 30 23:19:25.643 INFO STEP 981 (remove_files) COMPLETE |
7080 | 2024-10-30T23:19:27.018Z | [ recovery-image] Oct 30 23:19:25.643 INFO O| Oct 30 23:19:25.643 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-10-30T23:19:27.026Z | [ recovery-image] Oct 30 23:19:25.653 INFO O| Oct 30 23:19:25.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7082 | 2024-10-30T23:19:27.028Z | [ recovery-image] Oct 30 23:19:25.653 INFO O| Oct 30 23:19:25.653 INFO STEP 982 (remove_files) COMPLETE |
7083 | 2024-10-30T23:19:27.028Z | [ recovery-image] Oct 30 23:19:25.653 INFO O| Oct 30 23:19:25.653 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-10-30T23:19:27.035Z | [ recovery-image] Oct 30 23:19:25.663 INFO O| Oct 30 23:19:25.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7085 | 2024-10-30T23:19:27.035Z | [ recovery-image] Oct 30 23:19:25.663 INFO O| Oct 30 23:19:25.663 INFO STEP 983 (remove_files) COMPLETE |
7086 | 2024-10-30T23:19:27.035Z | [ recovery-image] Oct 30 23:19:25.663 INFO O| Oct 30 23:19:25.663 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-10-30T23:19:27.045Z | [ recovery-image] Oct 30 23:19:25.673 INFO O| Oct 30 23:19:25.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7088 | 2024-10-30T23:19:27.045Z | [ recovery-image] Oct 30 23:19:25.673 INFO O| Oct 30 23:19:25.673 INFO STEP 984 (remove_files) COMPLETE |
7089 | 2024-10-30T23:19:27.046Z | [ recovery-image] Oct 30 23:19:25.673 INFO O| Oct 30 23:19:25.673 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-10-30T23:19:27.055Z | [ recovery-image] Oct 30 23:19:25.682 INFO O| Oct 30 23:19:25.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7091 | 2024-10-30T23:19:27.057Z | [ recovery-image] Oct 30 23:19:25.682 INFO O| Oct 30 23:19:25.682 INFO STEP 985 (remove_files) COMPLETE |
7092 | 2024-10-30T23:19:27.057Z | [ recovery-image] Oct 30 23:19:25.682 INFO O| Oct 30 23:19:25.682 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-10-30T23:19:27.065Z | [ recovery-image] Oct 30 23:19:25.692 INFO O| Oct 30 23:19:25.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7094 | 2024-10-30T23:19:27.065Z | [ recovery-image] Oct 30 23:19:25.692 INFO O| Oct 30 23:19:25.692 INFO STEP 986 (remove_files) COMPLETE |
7095 | 2024-10-30T23:19:27.067Z | [ recovery-image] Oct 30 23:19:25.692 INFO O| Oct 30 23:19:25.692 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-10-30T23:19:27.074Z | [ recovery-image] Oct 30 23:19:25.702 INFO O| Oct 30 23:19:25.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7097 | 2024-10-30T23:19:27.077Z | [ recovery-image] Oct 30 23:19:25.702 INFO O| Oct 30 23:19:25.702 INFO STEP 987 (remove_files) COMPLETE |
7098 | 2024-10-30T23:19:27.077Z | [ recovery-image] Oct 30 23:19:25.702 INFO O| Oct 30 23:19:25.702 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-10-30T23:19:27.085Z | [ recovery-image] Oct 30 23:19:25.713 INFO O| Oct 30 23:19:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7100 | 2024-10-30T23:19:27.085Z | [ recovery-image] Oct 30 23:19:25.713 INFO O| Oct 30 23:19:25.713 INFO STEP 988 (remove_files) COMPLETE |
7101 | 2024-10-30T23:19:27.088Z | [ recovery-image] Oct 30 23:19:25.713 INFO O| Oct 30 23:19:25.713 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-10-30T23:19:27.096Z | [ recovery-image] Oct 30 23:19:25.723 INFO O| Oct 30 23:19:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7103 | 2024-10-30T23:19:27.096Z | [ recovery-image] Oct 30 23:19:25.723 INFO O| Oct 30 23:19:25.723 INFO STEP 989 (remove_files) COMPLETE |
7104 | 2024-10-30T23:19:27.099Z | [ recovery-image] Oct 30 23:19:25.723 INFO O| Oct 30 23:19:25.723 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-10-30T23:19:27.106Z | [ recovery-image] Oct 30 23:19:25.734 INFO O| Oct 30 23:19:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7106 | 2024-10-30T23:19:27.108Z | [ recovery-image] Oct 30 23:19:25.734 INFO O| Oct 30 23:19:25.734 INFO STEP 990 (remove_files) COMPLETE |
7107 | 2024-10-30T23:19:27.108Z | [ recovery-image] Oct 30 23:19:25.734 INFO O| Oct 30 23:19:25.734 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-10-30T23:19:27.117Z | [ recovery-image] Oct 30 23:19:25.744 INFO O| Oct 30 23:19:25.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7109 | 2024-10-30T23:19:27.117Z | [ recovery-image] Oct 30 23:19:25.744 INFO O| Oct 30 23:19:25.744 INFO STEP 991 (remove_files) COMPLETE |
7110 | 2024-10-30T23:19:27.117Z | [ recovery-image] Oct 30 23:19:25.744 INFO O| Oct 30 23:19:25.744 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-10-30T23:19:27.127Z | [ recovery-image] Oct 30 23:19:25.755 INFO O| Oct 30 23:19:25.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7112 | 2024-10-30T23:19:27.127Z | [ recovery-image] Oct 30 23:19:25.755 INFO O| Oct 30 23:19:25.755 INFO STEP 992 (remove_files) COMPLETE |
7113 | 2024-10-30T23:19:27.127Z | [ recovery-image] Oct 30 23:19:25.755 INFO O| Oct 30 23:19:25.755 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-10-30T23:19:27.139Z | [ recovery-image] Oct 30 23:19:25.766 INFO O| Oct 30 23:19:25.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7115 | 2024-10-30T23:19:27.139Z | [ recovery-image] Oct 30 23:19:25.766 INFO O| Oct 30 23:19:25.766 INFO STEP 993 (remove_files) COMPLETE |
7116 | 2024-10-30T23:19:27.139Z | [ recovery-image] Oct 30 23:19:25.766 INFO O| Oct 30 23:19:25.766 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-10-30T23:19:27.149Z | [ recovery-image] Oct 30 23:19:25.777 INFO O| Oct 30 23:19:25.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7118 | 2024-10-30T23:19:27.149Z | [ recovery-image] Oct 30 23:19:25.777 INFO O| Oct 30 23:19:25.777 INFO STEP 994 (remove_files) COMPLETE |
7119 | 2024-10-30T23:19:27.151Z | [ recovery-image] Oct 30 23:19:25.777 INFO O| Oct 30 23:19:25.777 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-10-30T23:19:27.160Z | [ recovery-image] Oct 30 23:19:25.787 INFO O| Oct 30 23:19:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7121 | 2024-10-30T23:19:27.160Z | [ recovery-image] Oct 30 23:19:25.787 INFO O| Oct 30 23:19:25.787 INFO STEP 995 (remove_files) COMPLETE |
7122 | 2024-10-30T23:19:27.160Z | [ recovery-image] Oct 30 23:19:25.787 INFO O| Oct 30 23:19:25.787 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-10-30T23:19:27.169Z | [ recovery-image] Oct 30 23:19:25.797 INFO O| Oct 30 23:19:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7124 | 2024-10-30T23:19:27.170Z | [ recovery-image] Oct 30 23:19:25.797 INFO O| Oct 30 23:19:25.797 INFO STEP 996 (remove_files) COMPLETE |
7125 | 2024-10-30T23:19:27.170Z | [ recovery-image] Oct 30 23:19:25.797 INFO O| Oct 30 23:19:25.797 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-10-30T23:19:27.179Z | [ recovery-image] Oct 30 23:19:25.807 INFO O| Oct 30 23:19:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7127 | 2024-10-30T23:19:27.179Z | [ recovery-image] Oct 30 23:19:25.807 INFO O| Oct 30 23:19:25.807 INFO STEP 997 (remove_files) COMPLETE |
7128 | 2024-10-30T23:19:27.179Z | [ recovery-image] Oct 30 23:19:25.807 INFO O| Oct 30 23:19:25.807 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-10-30T23:19:27.189Z | [ recovery-image] Oct 30 23:19:25.817 INFO O| Oct 30 23:19:25.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7130 | 2024-10-30T23:19:27.191Z | [ recovery-image] Oct 30 23:19:25.817 INFO O| Oct 30 23:19:25.817 INFO STEP 998 (remove_files) COMPLETE |
7131 | 2024-10-30T23:19:27.191Z | [ recovery-image] Oct 30 23:19:25.817 INFO O| Oct 30 23:19:25.817 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-10-30T23:19:27.199Z | [ recovery-image] Oct 30 23:19:25.826 INFO O| Oct 30 23:19:25.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7133 | 2024-10-30T23:19:27.201Z | [ recovery-image] Oct 30 23:19:25.827 INFO O| Oct 30 23:19:25.826 INFO STEP 999 (remove_files) COMPLETE |
7134 | 2024-10-30T23:19:27.201Z | [ recovery-image] Oct 30 23:19:25.827 INFO O| Oct 30 23:19:25.827 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-10-30T23:19:27.209Z | [ recovery-image] Oct 30 23:19:25.837 INFO O| Oct 30 23:19:25.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7136 | 2024-10-30T23:19:27.209Z | [ recovery-image] Oct 30 23:19:25.837 INFO O| Oct 30 23:19:25.837 INFO STEP 1000 (remove_files) COMPLETE |
7137 | 2024-10-30T23:19:27.212Z | [ recovery-image] Oct 30 23:19:25.837 INFO O| Oct 30 23:19:25.837 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-10-30T23:19:27.219Z | [ recovery-image] Oct 30 23:19:25.847 INFO O| Oct 30 23:19:25.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7139 | 2024-10-30T23:19:27.223Z | [ recovery-image] Oct 30 23:19:25.847 INFO O| Oct 30 23:19:25.847 INFO STEP 1001 (remove_files) COMPLETE |
7140 | 2024-10-30T23:19:27.223Z | [ recovery-image] Oct 30 23:19:25.847 INFO O| Oct 30 23:19:25.847 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-10-30T23:19:27.229Z | [ recovery-image] Oct 30 23:19:25.857 INFO O| Oct 30 23:19:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7142 | 2024-10-30T23:19:27.229Z | [ recovery-image] Oct 30 23:19:25.857 INFO O| Oct 30 23:19:25.857 INFO STEP 1002 (remove_files) COMPLETE |
7143 | 2024-10-30T23:19:27.233Z | [ recovery-image] Oct 30 23:19:25.857 INFO O| Oct 30 23:19:25.857 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-10-30T23:19:27.239Z | [ recovery-image] Oct 30 23:19:25.866 INFO O| Oct 30 23:19:25.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7145 | 2024-10-30T23:19:27.239Z | [ recovery-image] Oct 30 23:19:25.867 INFO O| Oct 30 23:19:25.866 INFO STEP 1003 (remove_files) COMPLETE |
7146 | 2024-10-30T23:19:27.239Z | [ recovery-image] Oct 30 23:19:25.867 INFO O| Oct 30 23:19:25.867 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-10-30T23:19:27.249Z | [ recovery-image] Oct 30 23:19:25.876 INFO O| Oct 30 23:19:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7148 | 2024-10-30T23:19:27.249Z | [ recovery-image] Oct 30 23:19:25.876 INFO O| Oct 30 23:19:25.876 INFO STEP 1004 (remove_files) COMPLETE |
7149 | 2024-10-30T23:19:27.249Z | [ recovery-image] Oct 30 23:19:25.876 INFO O| Oct 30 23:19:25.876 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-10-30T23:19:27.258Z | [ recovery-image] Oct 30 23:19:25.886 INFO O| Oct 30 23:19:25.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7151 | 2024-10-30T23:19:27.258Z | [ recovery-image] Oct 30 23:19:25.886 INFO O| Oct 30 23:19:25.886 INFO STEP 1005 (remove_files) COMPLETE |
7152 | 2024-10-30T23:19:27.258Z | [ recovery-image] Oct 30 23:19:25.886 INFO O| Oct 30 23:19:25.886 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-10-30T23:19:27.268Z | [ recovery-image] Oct 30 23:19:25.895 INFO O| Oct 30 23:19:25.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7154 | 2024-10-30T23:19:27.268Z | [ recovery-image] Oct 30 23:19:25.895 INFO O| Oct 30 23:19:25.895 INFO STEP 1006 (remove_files) COMPLETE |
7155 | 2024-10-30T23:19:27.270Z | [ recovery-image] Oct 30 23:19:25.895 INFO O| Oct 30 23:19:25.895 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-10-30T23:19:27.277Z | [ recovery-image] Oct 30 23:19:25.905 INFO O| Oct 30 23:19:25.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7157 | 2024-10-30T23:19:27.277Z | [ recovery-image] Oct 30 23:19:25.905 INFO O| Oct 30 23:19:25.905 INFO STEP 1007 (remove_files) COMPLETE |
7158 | 2024-10-30T23:19:27.280Z | [ recovery-image] Oct 30 23:19:25.905 INFO O| Oct 30 23:19:25.905 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-10-30T23:19:27.289Z | [ recovery-image] Oct 30 23:19:25.916 INFO O| Oct 30 23:19:25.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7160 | 2024-10-30T23:19:27.289Z | [ recovery-image] Oct 30 23:19:25.916 INFO O| Oct 30 23:19:25.916 INFO STEP 1008 (remove_files) COMPLETE |
7161 | 2024-10-30T23:19:27.289Z | [ recovery-image] Oct 30 23:19:25.916 INFO O| Oct 30 23:19:25.916 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-10-30T23:19:27.298Z | [ recovery-image] Oct 30 23:19:25.925 INFO O| Oct 30 23:19:25.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7163 | 2024-10-30T23:19:27.298Z | [ recovery-image] Oct 30 23:19:25.926 INFO O| Oct 30 23:19:25.926 INFO STEP 1009 (remove_files) COMPLETE |
7164 | 2024-10-30T23:19:27.298Z | [ recovery-image] Oct 30 23:19:25.926 INFO O| Oct 30 23:19:25.926 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-10-30T23:19:27.308Z | [ recovery-image] Oct 30 23:19:25.935 INFO O| Oct 30 23:19:25.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7166 | 2024-10-30T23:19:27.308Z | [ recovery-image] Oct 30 23:19:25.935 INFO O| Oct 30 23:19:25.935 INFO STEP 1010 (remove_files) COMPLETE |
7167 | 2024-10-30T23:19:27.310Z | [ recovery-image] Oct 30 23:19:25.935 INFO O| Oct 30 23:19:25.935 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-10-30T23:19:27.319Z | [ recovery-image] Oct 30 23:19:25.945 INFO O| Oct 30 23:19:25.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7169 | 2024-10-30T23:19:27.319Z | [ recovery-image] Oct 30 23:19:25.945 INFO O| Oct 30 23:19:25.945 INFO STEP 1011 (remove_files) COMPLETE |
7170 | 2024-10-30T23:19:27.325Z | [ recovery-image] Oct 30 23:19:25.945 INFO O| Oct 30 23:19:25.945 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-10-30T23:19:27.328Z | [ recovery-image] Oct 30 23:19:25.954 INFO O| Oct 30 23:19:25.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7172 | 2024-10-30T23:19:27.328Z | [ recovery-image] Oct 30 23:19:25.954 INFO O| Oct 30 23:19:25.954 INFO STEP 1012 (remove_files) COMPLETE |
7173 | 2024-10-30T23:19:27.328Z | [ recovery-image] Oct 30 23:19:25.954 INFO O| Oct 30 23:19:25.954 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-10-30T23:19:27.336Z | [ recovery-image] Oct 30 23:19:25.963 INFO O| Oct 30 23:19:25.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7175 | 2024-10-30T23:19:27.339Z | [ recovery-image] Oct 30 23:19:25.964 INFO O| Oct 30 23:19:25.964 INFO STEP 1013 (remove_files) COMPLETE |
7176 | 2024-10-30T23:19:27.339Z | [ recovery-image] Oct 30 23:19:25.964 INFO O| Oct 30 23:19:25.964 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-10-30T23:19:27.346Z | [ recovery-image] Oct 30 23:19:25.973 INFO O| Oct 30 23:19:25.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7178 | 2024-10-30T23:19:27.346Z | [ recovery-image] Oct 30 23:19:25.973 INFO O| Oct 30 23:19:25.973 INFO STEP 1014 (remove_files) COMPLETE |
7179 | 2024-10-30T23:19:27.346Z | [ recovery-image] Oct 30 23:19:25.973 INFO O| Oct 30 23:19:25.973 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-10-30T23:19:27.355Z | [ recovery-image] Oct 30 23:19:25.983 INFO O| Oct 30 23:19:25.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7181 | 2024-10-30T23:19:27.357Z | [ recovery-image] Oct 30 23:19:25.983 INFO O| Oct 30 23:19:25.983 INFO STEP 1015 (remove_files) COMPLETE |
7182 | 2024-10-30T23:19:27.357Z | [ recovery-image] Oct 30 23:19:25.983 INFO O| Oct 30 23:19:25.983 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-10-30T23:19:27.365Z | [ recovery-image] Oct 30 23:19:25.992 INFO O| Oct 30 23:19:25.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7184 | 2024-10-30T23:19:27.365Z | [ recovery-image] Oct 30 23:19:25.992 INFO O| Oct 30 23:19:25.992 INFO STEP 1016 (remove_files) COMPLETE |
7185 | 2024-10-30T23:19:27.365Z | [ recovery-image] Oct 30 23:19:25.992 INFO O| Oct 30 23:19:25.992 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-10-30T23:19:27.377Z | [ recovery-image] Oct 30 23:19:26.004 INFO O| Oct 30 23:19:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7187 | 2024-10-30T23:19:27.377Z | [ recovery-image] Oct 30 23:19:26.004 INFO O| Oct 30 23:19:26.004 INFO STEP 1017 (remove_files) COMPLETE |
7188 | 2024-10-30T23:19:27.377Z | [ recovery-image] Oct 30 23:19:26.004 INFO O| Oct 30 23:19:26.004 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-10-30T23:19:27.388Z | [ recovery-image] Oct 30 23:19:26.015 INFO O| Oct 30 23:19:26.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7190 | 2024-10-30T23:19:27.388Z | [ recovery-image] Oct 30 23:19:26.015 INFO O| Oct 30 23:19:26.015 INFO STEP 1018 (remove_files) COMPLETE |
7191 | 2024-10-30T23:19:27.390Z | [ recovery-image] Oct 30 23:19:26.015 INFO O| Oct 30 23:19:26.015 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-10-30T23:19:27.398Z | [ recovery-image] Oct 30 23:19:26.025 INFO O| Oct 30 23:19:26.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7193 | 2024-10-30T23:19:27.400Z | [ recovery-image] Oct 30 23:19:26.025 INFO O| Oct 30 23:19:26.025 INFO STEP 1019 (remove_files) COMPLETE |
7194 | 2024-10-30T23:19:27.400Z | [ recovery-image] Oct 30 23:19:26.026 INFO O| Oct 30 23:19:26.025 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-10-30T23:19:27.408Z | [ recovery-image] Oct 30 23:19:26.036 INFO O| Oct 30 23:19:26.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7196 | 2024-10-30T23:19:27.411Z | [ recovery-image] Oct 30 23:19:26.036 INFO O| Oct 30 23:19:26.036 INFO STEP 1020 (remove_files) COMPLETE |
7197 | 2024-10-30T23:19:27.411Z | [ recovery-image] Oct 30 23:19:26.036 INFO O| Oct 30 23:19:26.036 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-10-30T23:19:27.419Z | [ recovery-image] Oct 30 23:19:26.047 INFO O| Oct 30 23:19:26.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7199 | 2024-10-30T23:19:27.420Z | [ recovery-image] Oct 30 23:19:26.047 INFO O| Oct 30 23:19:26.047 INFO STEP 1021 (remove_files) COMPLETE |
7200 | 2024-10-30T23:19:27.423Z | [ recovery-image] Oct 30 23:19:26.047 INFO O| Oct 30 23:19:26.047 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-10-30T23:19:27.430Z | [ recovery-image] Oct 30 23:19:26.057 INFO O| Oct 30 23:19:26.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7202 | 2024-10-30T23:19:27.430Z | [ recovery-image] Oct 30 23:19:26.058 INFO O| Oct 30 23:19:26.057 INFO STEP 1022 (remove_files) COMPLETE |
7203 | 2024-10-30T23:19:27.433Z | [ recovery-image] Oct 30 23:19:26.058 INFO O| Oct 30 23:19:26.057 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-10-30T23:19:27.441Z | [ recovery-image] Oct 30 23:19:26.069 INFO O| Oct 30 23:19:26.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7205 | 2024-10-30T23:19:27.441Z | [ recovery-image] Oct 30 23:19:26.069 INFO O| Oct 30 23:19:26.069 INFO STEP 1023 (remove_files) COMPLETE |
7206 | 2024-10-30T23:19:27.444Z | [ recovery-image] Oct 30 23:19:26.069 INFO O| Oct 30 23:19:26.069 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-10-30T23:19:27.452Z | [ recovery-image] Oct 30 23:19:26.079 INFO O| Oct 30 23:19:26.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7208 | 2024-10-30T23:19:27.452Z | [ recovery-image] Oct 30 23:19:26.079 INFO O| Oct 30 23:19:26.079 INFO STEP 1024 (remove_files) COMPLETE |
7209 | 2024-10-30T23:19:27.454Z | [ recovery-image] Oct 30 23:19:26.079 INFO O| Oct 30 23:19:26.079 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-10-30T23:19:27.462Z | [ recovery-image] Oct 30 23:19:26.089 INFO O| Oct 30 23:19:26.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7211 | 2024-10-30T23:19:27.464Z | [ recovery-image] Oct 30 23:19:26.090 INFO O| Oct 30 23:19:26.090 INFO STEP 1025 (remove_files) COMPLETE |
7212 | 2024-10-30T23:19:27.464Z | [ recovery-image] Oct 30 23:19:26.090 INFO O| Oct 30 23:19:26.090 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-10-30T23:19:27.472Z | [ recovery-image] Oct 30 23:19:26.100 INFO O| Oct 30 23:19:26.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7214 | 2024-10-30T23:19:27.475Z | [ recovery-image] Oct 30 23:19:26.100 INFO O| Oct 30 23:19:26.100 INFO STEP 1026 (remove_files) COMPLETE |
7215 | 2024-10-30T23:19:27.475Z | [ recovery-image] Oct 30 23:19:26.100 INFO O| Oct 30 23:19:26.100 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-10-30T23:19:27.482Z | [ recovery-image] Oct 30 23:19:26.110 INFO O| Oct 30 23:19:26.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7217 | 2024-10-30T23:19:27.485Z | [ recovery-image] Oct 30 23:19:26.110 INFO O| Oct 30 23:19:26.110 INFO STEP 1027 (remove_files) COMPLETE |
7218 | 2024-10-30T23:19:27.485Z | [ recovery-image] Oct 30 23:19:26.110 INFO O| Oct 30 23:19:26.110 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-10-30T23:19:27.492Z | [ recovery-image] Oct 30 23:19:26.119 INFO O| Oct 30 23:19:26.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7220 | 2024-10-30T23:19:27.494Z | [ recovery-image] Oct 30 23:19:26.119 INFO O| Oct 30 23:19:26.119 INFO STEP 1028 (remove_files) COMPLETE |
7221 | 2024-10-30T23:19:27.494Z | [ recovery-image] Oct 30 23:19:26.119 INFO O| Oct 30 23:19:26.119 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-10-30T23:19:27.502Z | [ recovery-image] Oct 30 23:19:26.128 INFO O| Oct 30 23:19:26.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7223 | 2024-10-30T23:19:27.505Z | [ recovery-image] Oct 30 23:19:26.129 INFO O| Oct 30 23:19:26.129 INFO STEP 1029 (remove_files) COMPLETE |
7224 | 2024-10-30T23:19:27.505Z | [ recovery-image] Oct 30 23:19:26.129 INFO O| Oct 30 23:19:26.129 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-10-30T23:19:27.511Z | [ recovery-image] Oct 30 23:19:26.138 INFO O| Oct 30 23:19:26.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7226 | 2024-10-30T23:19:27.513Z | [ recovery-image] Oct 30 23:19:26.138 INFO O| Oct 30 23:19:26.138 INFO STEP 1030 (remove_files) COMPLETE |
7227 | 2024-10-30T23:19:27.513Z | [ recovery-image] Oct 30 23:19:26.138 INFO O| Oct 30 23:19:26.138 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-10-30T23:19:27.520Z | [ recovery-image] Oct 30 23:19:26.147 INFO O| Oct 30 23:19:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7229 | 2024-10-30T23:19:27.523Z | [ recovery-image] Oct 30 23:19:26.148 INFO O| Oct 30 23:19:26.148 INFO STEP 1031 (remove_files) COMPLETE |
7230 | 2024-10-30T23:19:27.523Z | [ recovery-image] Oct 30 23:19:26.148 INFO O| Oct 30 23:19:26.148 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-10-30T23:19:27.530Z | [ recovery-image] Oct 30 23:19:26.157 INFO O| Oct 30 23:19:26.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7232 | 2024-10-30T23:19:27.532Z | [ recovery-image] Oct 30 23:19:26.158 INFO O| Oct 30 23:19:26.157 INFO STEP 1032 (remove_files) COMPLETE |
7233 | 2024-10-30T23:19:27.532Z | [ recovery-image] Oct 30 23:19:26.158 INFO O| Oct 30 23:19:26.157 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-10-30T23:19:27.540Z | [ recovery-image] Oct 30 23:19:26.167 INFO O| Oct 30 23:19:26.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7235 | 2024-10-30T23:19:27.540Z | [ recovery-image] Oct 30 23:19:26.167 INFO O| Oct 30 23:19:26.167 INFO STEP 1033 (remove_files) COMPLETE |
7236 | 2024-10-30T23:19:27.540Z | [ recovery-image] Oct 30 23:19:26.167 INFO O| Oct 30 23:19:26.167 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-10-30T23:19:27.549Z | [ recovery-image] Oct 30 23:19:26.177 INFO O| Oct 30 23:19:26.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7238 | 2024-10-30T23:19:27.549Z | [ recovery-image] Oct 30 23:19:26.177 INFO O| Oct 30 23:19:26.177 INFO STEP 1034 (remove_files) COMPLETE |
7239 | 2024-10-30T23:19:27.549Z | [ recovery-image] Oct 30 23:19:26.177 INFO O| Oct 30 23:19:26.177 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-10-30T23:19:27.559Z | [ recovery-image] Oct 30 23:19:26.186 INFO O| Oct 30 23:19:26.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7241 | 2024-10-30T23:19:27.561Z | [ recovery-image] Oct 30 23:19:26.187 INFO O| Oct 30 23:19:26.186 INFO STEP 1035 (remove_files) COMPLETE |
7242 | 2024-10-30T23:19:27.561Z | [ recovery-image] Oct 30 23:19:26.187 INFO O| Oct 30 23:19:26.187 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-10-30T23:19:27.570Z | [ recovery-image] Oct 30 23:19:26.196 INFO O| Oct 30 23:19:26.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7244 | 2024-10-30T23:19:27.570Z | [ recovery-image] Oct 30 23:19:26.196 INFO O| Oct 30 23:19:26.196 INFO STEP 1036 (remove_files) COMPLETE |
7245 | 2024-10-30T23:19:27.570Z | [ recovery-image] Oct 30 23:19:26.196 INFO O| Oct 30 23:19:26.196 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-10-30T23:19:27.578Z | [ recovery-image] Oct 30 23:19:26.205 INFO O| Oct 30 23:19:26.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7247 | 2024-10-30T23:19:27.580Z | [ recovery-image] Oct 30 23:19:26.206 INFO O| Oct 30 23:19:26.206 INFO STEP 1037 (remove_files) COMPLETE |
7248 | 2024-10-30T23:19:27.580Z | [ recovery-image] Oct 30 23:19:26.206 INFO O| Oct 30 23:19:26.206 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-10-30T23:19:27.588Z | [ recovery-image] Oct 30 23:19:26.215 INFO O| Oct 30 23:19:26.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7250 | 2024-10-30T23:19:27.590Z | [ recovery-image] Oct 30 23:19:26.215 INFO O| Oct 30 23:19:26.215 INFO STEP 1038 (remove_files) COMPLETE |
7251 | 2024-10-30T23:19:27.590Z | [ recovery-image] Oct 30 23:19:26.215 INFO O| Oct 30 23:19:26.215 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-10-30T23:19:27.597Z | [ recovery-image] Oct 30 23:19:26.225 INFO O| Oct 30 23:19:26.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7253 | 2024-10-30T23:19:27.597Z | [ recovery-image] Oct 30 23:19:26.225 INFO O| Oct 30 23:19:26.225 INFO STEP 1039 (remove_files) COMPLETE |
7254 | 2024-10-30T23:19:27.600Z | [ recovery-image] Oct 30 23:19:26.225 INFO O| Oct 30 23:19:26.225 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-10-30T23:19:27.607Z | [ recovery-image] Oct 30 23:19:26.234 INFO O| Oct 30 23:19:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7256 | 2024-10-30T23:19:27.607Z | [ recovery-image] Oct 30 23:19:26.234 INFO O| Oct 30 23:19:26.234 INFO STEP 1040 (remove_files) COMPLETE |
7257 | 2024-10-30T23:19:27.609Z | [ recovery-image] Oct 30 23:19:26.234 INFO O| Oct 30 23:19:26.234 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-10-30T23:19:27.616Z | [ recovery-image] Oct 30 23:19:26.244 INFO O| Oct 30 23:19:26.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7259 | 2024-10-30T23:19:27.616Z | [ recovery-image] Oct 30 23:19:26.244 INFO O| Oct 30 23:19:26.244 INFO STEP 1041 (remove_files) COMPLETE |
7260 | 2024-10-30T23:19:27.616Z | [ recovery-image] Oct 30 23:19:26.244 INFO O| Oct 30 23:19:26.244 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-10-30T23:19:27.626Z | [ recovery-image] Oct 30 23:19:26.253 INFO O| Oct 30 23:19:26.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7262 | 2024-10-30T23:19:27.626Z | [ recovery-image] Oct 30 23:19:26.253 INFO O| Oct 30 23:19:26.253 INFO STEP 1042 (remove_files) COMPLETE |
7263 | 2024-10-30T23:19:27.626Z | [ recovery-image] Oct 30 23:19:26.253 INFO O| Oct 30 23:19:26.253 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-10-30T23:19:27.635Z | [ recovery-image] Oct 30 23:19:26.263 INFO O| Oct 30 23:19:26.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7265 | 2024-10-30T23:19:27.635Z | [ recovery-image] Oct 30 23:19:26.263 INFO O| Oct 30 23:19:26.263 INFO STEP 1043 (remove_files) COMPLETE |
7266 | 2024-10-30T23:19:27.637Z | [ recovery-image] Oct 30 23:19:26.263 INFO O| Oct 30 23:19:26.263 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-10-30T23:19:27.645Z | [ recovery-image] Oct 30 23:19:26.272 INFO O| Oct 30 23:19:26.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7268 | 2024-10-30T23:19:27.647Z | [ recovery-image] Oct 30 23:19:26.272 INFO O| Oct 30 23:19:26.272 INFO STEP 1044 (remove_files) COMPLETE |
7269 | 2024-10-30T23:19:27.647Z | [ recovery-image] Oct 30 23:19:26.272 INFO O| Oct 30 23:19:26.272 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-10-30T23:19:27.654Z | [ recovery-image] Oct 30 23:19:26.281 INFO O| Oct 30 23:19:26.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7271 | 2024-10-30T23:19:27.654Z | [ recovery-image] Oct 30 23:19:26.282 INFO O| Oct 30 23:19:26.281 INFO STEP 1045 (remove_files) COMPLETE |
7272 | 2024-10-30T23:19:27.656Z | [ recovery-image] Oct 30 23:19:26.282 INFO O| Oct 30 23:19:26.282 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-10-30T23:19:27.664Z | [ recovery-image] Oct 30 23:19:26.291 INFO O| Oct 30 23:19:26.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7274 | 2024-10-30T23:19:27.664Z | [ recovery-image] Oct 30 23:19:26.291 INFO O| Oct 30 23:19:26.291 INFO STEP 1046 (remove_files) COMPLETE |
7275 | 2024-10-30T23:19:27.666Z | [ recovery-image] Oct 30 23:19:26.291 INFO O| Oct 30 23:19:26.291 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-10-30T23:19:27.673Z | [ recovery-image] Oct 30 23:19:26.300 INFO O| Oct 30 23:19:26.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7277 | 2024-10-30T23:19:27.675Z | [ recovery-image] Oct 30 23:19:26.301 INFO O| Oct 30 23:19:26.300 INFO STEP 1047 (remove_files) COMPLETE |
7278 | 2024-10-30T23:19:27.675Z | [ recovery-image] Oct 30 23:19:26.301 INFO O| Oct 30 23:19:26.301 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-10-30T23:19:27.683Z | [ recovery-image] Oct 30 23:19:26.310 INFO O| Oct 30 23:19:26.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7280 | 2024-10-30T23:19:27.687Z | [ recovery-image] Oct 30 23:19:26.310 INFO O| Oct 30 23:19:26.310 INFO STEP 1048 (remove_files) COMPLETE |
7281 | 2024-10-30T23:19:27.687Z | [ recovery-image] Oct 30 23:19:26.310 INFO O| Oct 30 23:19:26.310 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-10-30T23:19:27.692Z | [ recovery-image] Oct 30 23:19:26.320 INFO O| Oct 30 23:19:26.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7283 | 2024-10-30T23:19:27.694Z | [ recovery-image] Oct 30 23:19:26.320 INFO O| Oct 30 23:19:26.320 INFO STEP 1049 (remove_files) COMPLETE |
7284 | 2024-10-30T23:19:27.695Z | [ recovery-image] Oct 30 23:19:26.320 INFO O| Oct 30 23:19:26.320 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-10-30T23:19:27.703Z | [ recovery-image] Oct 30 23:19:26.329 INFO O| Oct 30 23:19:26.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7286 | 2024-10-30T23:19:27.705Z | [ recovery-image] Oct 30 23:19:26.330 INFO O| Oct 30 23:19:26.330 INFO STEP 1050 (remove_files) COMPLETE |
7287 | 2024-10-30T23:19:27.705Z | [ recovery-image] Oct 30 23:19:26.330 INFO O| Oct 30 23:19:26.330 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-10-30T23:19:27.714Z | [ recovery-image] Oct 30 23:19:26.341 INFO O| Oct 30 23:19:26.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7289 | 2024-10-30T23:19:27.714Z | [ recovery-image] Oct 30 23:19:26.341 INFO O| Oct 30 23:19:26.341 INFO STEP 1051 (remove_files) COMPLETE |
7290 | 2024-10-30T23:19:27.714Z | [ recovery-image] Oct 30 23:19:26.341 INFO O| Oct 30 23:19:26.341 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-10-30T23:19:27.724Z | [ recovery-image] Oct 30 23:19:26.351 INFO O| Oct 30 23:19:26.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7292 | 2024-10-30T23:19:27.724Z | [ recovery-image] Oct 30 23:19:26.351 INFO O| Oct 30 23:19:26.351 INFO STEP 1052 (remove_files) COMPLETE |
7293 | 2024-10-30T23:19:27.726Z | [ recovery-image] Oct 30 23:19:26.352 INFO O| Oct 30 23:19:26.351 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-10-30T23:19:27.734Z | [ recovery-image] Oct 30 23:19:26.361 INFO O| Oct 30 23:19:26.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7295 | 2024-10-30T23:19:27.734Z | [ recovery-image] Oct 30 23:19:26.362 INFO O| Oct 30 23:19:26.361 INFO STEP 1053 (remove_files) COMPLETE |
7296 | 2024-10-30T23:19:27.734Z | [ recovery-image] Oct 30 23:19:26.362 INFO O| Oct 30 23:19:26.362 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-10-30T23:19:27.744Z | [ recovery-image] Oct 30 23:19:26.371 INFO O| Oct 30 23:19:26.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7298 | 2024-10-30T23:19:27.744Z | [ recovery-image] Oct 30 23:19:26.372 INFO O| Oct 30 23:19:26.371 INFO STEP 1054 (remove_files) COMPLETE |
7299 | 2024-10-30T23:19:27.746Z | [ recovery-image] Oct 30 23:19:26.372 INFO O| Oct 30 23:19:26.371 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-10-30T23:19:27.754Z | [ recovery-image] Oct 30 23:19:26.382 INFO O| Oct 30 23:19:26.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7301 | 2024-10-30T23:19:27.754Z | [ recovery-image] Oct 30 23:19:26.382 INFO O| Oct 30 23:19:26.382 INFO STEP 1055 (remove_files) COMPLETE |
7302 | 2024-10-30T23:19:27.754Z | [ recovery-image] Oct 30 23:19:26.382 INFO O| Oct 30 23:19:26.382 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-10-30T23:19:27.764Z | [ recovery-image] Oct 30 23:19:26.392 INFO O| Oct 30 23:19:26.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7304 | 2024-10-30T23:19:27.764Z | [ recovery-image] Oct 30 23:19:26.392 INFO O| Oct 30 23:19:26.392 INFO STEP 1056 (remove_files) COMPLETE |
7305 | 2024-10-30T23:19:27.764Z | [ recovery-image] Oct 30 23:19:26.392 INFO O| Oct 30 23:19:26.392 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-10-30T23:19:27.775Z | [ recovery-image] Oct 30 23:19:26.402 INFO O| Oct 30 23:19:26.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7307 | 2024-10-30T23:19:27.775Z | [ recovery-image] Oct 30 23:19:26.402 INFO O| Oct 30 23:19:26.402 INFO STEP 1057 (remove_files) COMPLETE |
7308 | 2024-10-30T23:19:27.775Z | [ recovery-image] Oct 30 23:19:26.402 INFO O| Oct 30 23:19:26.402 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-10-30T23:19:27.785Z | [ recovery-image] Oct 30 23:19:26.412 INFO O| Oct 30 23:19:26.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7310 | 2024-10-30T23:19:27.785Z | [ recovery-image] Oct 30 23:19:26.412 INFO O| Oct 30 23:19:26.412 INFO STEP 1058 (remove_files) COMPLETE |
7311 | 2024-10-30T23:19:27.787Z | [ recovery-image] Oct 30 23:19:26.412 INFO O| Oct 30 23:19:26.412 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-10-30T23:19:27.794Z | [ recovery-image] Oct 30 23:19:26.422 INFO O| Oct 30 23:19:26.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7313 | 2024-10-30T23:19:27.797Z | [ recovery-image] Oct 30 23:19:26.422 INFO O| Oct 30 23:19:26.422 INFO STEP 1059 (remove_files) COMPLETE |
7314 | 2024-10-30T23:19:27.797Z | [ recovery-image] Oct 30 23:19:26.422 INFO O| Oct 30 23:19:26.422 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-10-30T23:19:27.804Z | [ recovery-image] Oct 30 23:19:26.432 INFO O| Oct 30 23:19:26.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7316 | 2024-10-30T23:19:27.807Z | [ recovery-image] Oct 30 23:19:26.432 INFO O| Oct 30 23:19:26.432 INFO STEP 1060 (remove_files) COMPLETE |
7317 | 2024-10-30T23:19:27.807Z | [ recovery-image] Oct 30 23:19:26.432 INFO O| Oct 30 23:19:26.432 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-10-30T23:19:27.814Z | [ recovery-image] Oct 30 23:19:26.442 INFO O| Oct 30 23:19:26.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7319 | 2024-10-30T23:19:27.817Z | [ recovery-image] Oct 30 23:19:26.442 INFO O| Oct 30 23:19:26.442 INFO STEP 1061 (remove_files) COMPLETE |
7320 | 2024-10-30T23:19:27.817Z | [ recovery-image] Oct 30 23:19:26.442 INFO O| Oct 30 23:19:26.442 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-10-30T23:19:27.824Z | [ recovery-image] Oct 30 23:19:26.451 INFO O| Oct 30 23:19:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7322 | 2024-10-30T23:19:27.824Z | [ recovery-image] Oct 30 23:19:26.451 INFO O| Oct 30 23:19:26.451 INFO STEP 1062 (remove_files) COMPLETE |
7323 | 2024-10-30T23:19:27.826Z | [ recovery-image] Oct 30 23:19:26.451 INFO O| Oct 30 23:19:26.451 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-10-30T23:19:27.833Z | [ recovery-image] Oct 30 23:19:26.461 INFO O| Oct 30 23:19:26.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7325 | 2024-10-30T23:19:27.836Z | [ recovery-image] Oct 30 23:19:26.461 INFO O| Oct 30 23:19:26.461 INFO STEP 1063 (remove_files) COMPLETE |
7326 | 2024-10-30T23:19:27.836Z | [ recovery-image] Oct 30 23:19:26.461 INFO O| Oct 30 23:19:26.461 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-10-30T23:19:27.843Z | [ recovery-image] Oct 30 23:19:26.470 INFO O| Oct 30 23:19:26.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7328 | 2024-10-30T23:19:27.845Z | [ recovery-image] Oct 30 23:19:26.471 INFO O| Oct 30 23:19:26.470 INFO STEP 1064 (remove_files) COMPLETE |
7329 | 2024-10-30T23:19:27.845Z | [ recovery-image] Oct 30 23:19:26.471 INFO O| Oct 30 23:19:26.471 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-10-30T23:19:27.853Z | [ recovery-image] Oct 30 23:19:26.480 INFO O| Oct 30 23:19:26.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7331 | 2024-10-30T23:19:27.855Z | [ recovery-image] Oct 30 23:19:26.480 INFO O| Oct 30 23:19:26.480 INFO STEP 1065 (remove_files) COMPLETE |
7332 | 2024-10-30T23:19:27.855Z | [ recovery-image] Oct 30 23:19:26.480 INFO O| Oct 30 23:19:26.480 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-10-30T23:19:27.862Z | [ recovery-image] Oct 30 23:19:26.490 INFO O| Oct 30 23:19:26.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7334 | 2024-10-30T23:19:27.863Z | [ recovery-image] Oct 30 23:19:26.490 INFO O| Oct 30 23:19:26.490 INFO STEP 1066 (remove_files) COMPLETE |
7335 | 2024-10-30T23:19:27.865Z | [ recovery-image] Oct 30 23:19:26.490 INFO O| Oct 30 23:19:26.490 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-10-30T23:19:27.872Z | [ recovery-image] Oct 30 23:19:26.499 INFO O| Oct 30 23:19:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7337 | 2024-10-30T23:19:27.872Z | [ recovery-image] Oct 30 23:19:26.500 INFO O| Oct 30 23:19:26.499 INFO STEP 1067 (remove_files) COMPLETE |
7338 | 2024-10-30T23:19:27.874Z | [ recovery-image] Oct 30 23:19:26.500 INFO O| Oct 30 23:19:26.500 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-10-30T23:19:27.881Z | [ recovery-image] Oct 30 23:19:26.509 INFO O| Oct 30 23:19:26.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7340 | 2024-10-30T23:19:27.882Z | [ recovery-image] Oct 30 23:19:26.509 INFO O| Oct 30 23:19:26.509 INFO STEP 1068 (remove_files) COMPLETE |
7341 | 2024-10-30T23:19:27.882Z | [ recovery-image] Oct 30 23:19:26.509 INFO O| Oct 30 23:19:26.509 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-10-30T23:19:27.892Z | [ recovery-image] Oct 30 23:19:26.518 INFO O| Oct 30 23:19:26.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7343 | 2024-10-30T23:19:27.894Z | [ recovery-image] Oct 30 23:19:26.519 INFO O| Oct 30 23:19:26.519 INFO STEP 1069 (remove_files) COMPLETE |
7344 | 2024-10-30T23:19:27.894Z | [ recovery-image] Oct 30 23:19:26.519 INFO O| Oct 30 23:19:26.519 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-10-30T23:19:27.901Z | [ recovery-image] Oct 30 23:19:26.529 INFO O| Oct 30 23:19:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7346 | 2024-10-30T23:19:27.901Z | [ recovery-image] Oct 30 23:19:26.529 INFO O| Oct 30 23:19:26.529 INFO STEP 1070 (remove_files) COMPLETE |
7347 | 2024-10-30T23:19:27.901Z | [ recovery-image] Oct 30 23:19:26.529 INFO O| Oct 30 23:19:26.529 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-10-30T23:19:27.911Z | [ recovery-image] Oct 30 23:19:26.538 INFO O| Oct 30 23:19:26.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7349 | 2024-10-30T23:19:27.913Z | [ recovery-image] Oct 30 23:19:26.538 INFO O| Oct 30 23:19:26.538 INFO STEP 1071 (remove_files) COMPLETE |
7350 | 2024-10-30T23:19:27.913Z | [ recovery-image] Oct 30 23:19:26.538 INFO O| Oct 30 23:19:26.538 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-10-30T23:19:27.920Z | [ recovery-image] Oct 30 23:19:26.548 INFO O| Oct 30 23:19:26.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7352 | 2024-10-30T23:19:27.920Z | [ recovery-image] Oct 30 23:19:26.548 INFO O| Oct 30 23:19:26.548 INFO STEP 1072 (remove_files) COMPLETE |
7353 | 2024-10-30T23:19:27.923Z | [ recovery-image] Oct 30 23:19:26.548 INFO O| Oct 30 23:19:26.548 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-10-30T23:19:27.930Z | [ recovery-image] Oct 30 23:19:26.557 INFO O| Oct 30 23:19:26.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7355 | 2024-10-30T23:19:27.933Z | [ recovery-image] Oct 30 23:19:26.558 INFO O| Oct 30 23:19:26.557 INFO STEP 1073 (remove_files) COMPLETE |
7356 | 2024-10-30T23:19:27.933Z | [ recovery-image] Oct 30 23:19:26.558 INFO O| Oct 30 23:19:26.558 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-10-30T23:19:27.940Z | [ recovery-image] Oct 30 23:19:26.567 INFO O| Oct 30 23:19:26.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7358 | 2024-10-30T23:19:27.940Z | [ recovery-image] Oct 30 23:19:26.567 INFO O| Oct 30 23:19:26.567 INFO STEP 1074 (remove_files) COMPLETE |
7359 | 2024-10-30T23:19:27.942Z | [ recovery-image] Oct 30 23:19:26.567 INFO O| Oct 30 23:19:26.567 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-10-30T23:19:27.949Z | [ recovery-image] Oct 30 23:19:26.577 INFO O| Oct 30 23:19:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7361 | 2024-10-30T23:19:27.949Z | [ recovery-image] Oct 30 23:19:26.577 INFO O| Oct 30 23:19:26.577 INFO STEP 1075 (remove_files) COMPLETE |
7362 | 2024-10-30T23:19:27.949Z | [ recovery-image] Oct 30 23:19:26.577 INFO O| Oct 30 23:19:26.577 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-10-30T23:19:27.959Z | [ recovery-image] Oct 30 23:19:26.587 INFO O| Oct 30 23:19:26.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7364 | 2024-10-30T23:19:27.959Z | [ recovery-image] Oct 30 23:19:26.587 INFO O| Oct 30 23:19:26.587 INFO STEP 1076 (remove_files) COMPLETE |
7365 | 2024-10-30T23:19:27.959Z | [ recovery-image] Oct 30 23:19:26.587 INFO O| Oct 30 23:19:26.587 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-10-30T23:19:27.969Z | [ recovery-image] Oct 30 23:19:26.596 INFO O| Oct 30 23:19:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7367 | 2024-10-30T23:19:27.969Z | [ recovery-image] Oct 30 23:19:26.596 INFO O| Oct 30 23:19:26.596 INFO STEP 1077 (remove_files) COMPLETE |
7368 | 2024-10-30T23:19:27.969Z | [ recovery-image] Oct 30 23:19:26.596 INFO O| Oct 30 23:19:26.596 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-10-30T23:19:27.978Z | [ recovery-image] Oct 30 23:19:26.606 INFO O| Oct 30 23:19:26.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7370 | 2024-10-30T23:19:27.978Z | [ recovery-image] Oct 30 23:19:26.606 INFO O| Oct 30 23:19:26.606 INFO STEP 1078 (remove_files) COMPLETE |
7371 | 2024-10-30T23:19:27.978Z | [ recovery-image] Oct 30 23:19:26.606 INFO O| Oct 30 23:19:26.606 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-10-30T23:19:27.988Z | [ recovery-image] Oct 30 23:19:26.615 INFO O| Oct 30 23:19:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7373 | 2024-10-30T23:19:27.991Z | [ recovery-image] Oct 30 23:19:26.615 INFO O| Oct 30 23:19:26.615 INFO STEP 1079 (remove_files) COMPLETE |
7374 | 2024-10-30T23:19:27.991Z | [ recovery-image] Oct 30 23:19:26.615 INFO O| Oct 30 23:19:26.615 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-10-30T23:19:27.997Z | [ recovery-image] Oct 30 23:19:26.624 INFO O| Oct 30 23:19:26.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7376 | 2024-10-30T23:19:27.997Z | [ recovery-image] Oct 30 23:19:26.624 INFO O| Oct 30 23:19:26.624 INFO STEP 1080 (remove_files) COMPLETE |
7377 | 2024-10-30T23:19:27.999Z | [ recovery-image] Oct 30 23:19:26.624 INFO O| Oct 30 23:19:26.624 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-10-30T23:19:28.007Z | [ recovery-image] Oct 30 23:19:26.634 INFO O| Oct 30 23:19:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7379 | 2024-10-30T23:19:28.007Z | [ recovery-image] Oct 30 23:19:26.634 INFO O| Oct 30 23:19:26.634 INFO STEP 1081 (remove_files) COMPLETE |
7380 | 2024-10-30T23:19:28.009Z | [ recovery-image] Oct 30 23:19:26.634 INFO O| Oct 30 23:19:26.634 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-10-30T23:19:28.016Z | [ recovery-image] Oct 30 23:19:26.644 INFO O| Oct 30 23:19:26.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7382 | 2024-10-30T23:19:28.018Z | [ recovery-image] Oct 30 23:19:26.644 INFO O| Oct 30 23:19:26.644 INFO STEP 1082 (remove_files) COMPLETE |
7383 | 2024-10-30T23:19:28.019Z | [ recovery-image] Oct 30 23:19:26.644 INFO O| Oct 30 23:19:26.644 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-10-30T23:19:28.025Z | [ recovery-image] Oct 30 23:19:26.653 INFO O| Oct 30 23:19:26.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7385 | 2024-10-30T23:19:28.028Z | [ recovery-image] Oct 30 23:19:26.653 INFO O| Oct 30 23:19:26.653 INFO STEP 1083 (remove_files) COMPLETE |
7386 | 2024-10-30T23:19:28.028Z | [ recovery-image] Oct 30 23:19:26.653 INFO O| Oct 30 23:19:26.653 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-10-30T23:19:28.035Z | [ recovery-image] Oct 30 23:19:26.662 INFO O| Oct 30 23:19:26.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7388 | 2024-10-30T23:19:28.037Z | [ recovery-image] Oct 30 23:19:26.662 INFO O| Oct 30 23:19:26.662 INFO STEP 1084 (remove_files) COMPLETE |
7389 | 2024-10-30T23:19:28.037Z | [ recovery-image] Oct 30 23:19:26.662 INFO O| Oct 30 23:19:26.662 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-10-30T23:19:28.044Z | [ recovery-image] Oct 30 23:19:26.671 INFO O| Oct 30 23:19:26.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7391 | 2024-10-30T23:19:28.046Z | [ recovery-image] Oct 30 23:19:26.672 INFO O| Oct 30 23:19:26.672 INFO STEP 1085 (remove_files) COMPLETE |
7392 | 2024-10-30T23:19:28.046Z | [ recovery-image] Oct 30 23:19:26.672 INFO O| Oct 30 23:19:26.672 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-10-30T23:19:28.054Z | [ recovery-image] Oct 30 23:19:26.681 INFO O| Oct 30 23:19:26.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7394 | 2024-10-30T23:19:28.054Z | [ recovery-image] Oct 30 23:19:26.681 INFO O| Oct 30 23:19:26.681 INFO STEP 1086 (remove_files) COMPLETE |
7395 | 2024-10-30T23:19:28.056Z | [ recovery-image] Oct 30 23:19:26.681 INFO O| Oct 30 23:19:26.681 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-10-30T23:19:28.063Z | [ recovery-image] Oct 30 23:19:26.690 INFO O| Oct 30 23:19:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7397 | 2024-10-30T23:19:28.065Z | [ recovery-image] Oct 30 23:19:26.690 INFO O| Oct 30 23:19:26.690 INFO STEP 1087 (remove_files) COMPLETE |
7398 | 2024-10-30T23:19:28.065Z | [ recovery-image] Oct 30 23:19:26.690 INFO O| Oct 30 23:19:26.690 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-10-30T23:19:28.072Z | [ recovery-image] Oct 30 23:19:26.700 INFO O| Oct 30 23:19:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7400 | 2024-10-30T23:19:28.072Z | [ recovery-image] Oct 30 23:19:26.700 INFO O| Oct 30 23:19:26.700 INFO STEP 1088 (remove_files) COMPLETE |
7401 | 2024-10-30T23:19:28.074Z | [ recovery-image] Oct 30 23:19:26.700 INFO O| Oct 30 23:19:26.700 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-10-30T23:19:28.082Z | [ recovery-image] Oct 30 23:19:26.709 INFO O| Oct 30 23:19:26.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7403 | 2024-10-30T23:19:28.084Z | [ recovery-image] Oct 30 23:19:26.709 INFO O| Oct 30 23:19:26.709 INFO STEP 1089 (remove_files) COMPLETE |
7404 | 2024-10-30T23:19:28.084Z | [ recovery-image] Oct 30 23:19:26.709 INFO O| Oct 30 23:19:26.709 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-10-30T23:19:28.091Z | [ recovery-image] Oct 30 23:19:26.719 INFO O| Oct 30 23:19:26.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7406 | 2024-10-30T23:19:28.091Z | [ recovery-image] Oct 30 23:19:26.719 INFO O| Oct 30 23:19:26.719 INFO STEP 1090 (remove_files) COMPLETE |
7407 | 2024-10-30T23:19:28.091Z | [ recovery-image] Oct 30 23:19:26.719 INFO O| Oct 30 23:19:26.719 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-10-30T23:19:28.107Z | [ recovery-image] Oct 30 23:19:26.728 INFO O| Oct 30 23:19:26.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7409 | 2024-10-30T23:19:28.109Z | [ recovery-image] Oct 30 23:19:26.728 INFO O| Oct 30 23:19:26.728 INFO STEP 1091 (remove_files) COMPLETE |
7410 | 2024-10-30T23:19:28.109Z | [ recovery-image] Oct 30 23:19:26.728 INFO O| Oct 30 23:19:26.728 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-10-30T23:19:28.113Z | [ recovery-image] Oct 30 23:19:26.738 INFO O| Oct 30 23:19:26.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7412 | 2024-10-30T23:19:28.113Z | [ recovery-image] Oct 30 23:19:26.738 INFO O| Oct 30 23:19:26.738 INFO STEP 1092 (remove_files) COMPLETE |
7413 | 2024-10-30T23:19:28.113Z | [ recovery-image] Oct 30 23:19:26.738 INFO O| Oct 30 23:19:26.738 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-10-30T23:19:28.120Z | [ recovery-image] Oct 30 23:19:26.747 INFO O| Oct 30 23:19:26.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7415 | 2024-10-30T23:19:28.120Z | [ recovery-image] Oct 30 23:19:26.747 INFO O| Oct 30 23:19:26.747 INFO STEP 1093 (remove_files) COMPLETE |
7416 | 2024-10-30T23:19:28.122Z | [ recovery-image] Oct 30 23:19:26.747 INFO O| Oct 30 23:19:26.747 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-10-30T23:19:28.131Z | [ recovery-image] Oct 30 23:19:26.758 INFO O| Oct 30 23:19:26.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7418 | 2024-10-30T23:19:28.131Z | [ recovery-image] Oct 30 23:19:26.759 INFO O| Oct 30 23:19:26.759 INFO STEP 1094 (remove_files) COMPLETE |
7419 | 2024-10-30T23:19:28.134Z | [ recovery-image] Oct 30 23:19:26.759 INFO O| Oct 30 23:19:26.759 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-10-30T23:19:28.142Z | [ recovery-image] Oct 30 23:19:26.769 INFO O| Oct 30 23:19:26.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7421 | 2024-10-30T23:19:28.142Z | [ recovery-image] Oct 30 23:19:26.769 INFO O| Oct 30 23:19:26.769 INFO STEP 1095 (remove_files) COMPLETE |
7422 | 2024-10-30T23:19:28.142Z | [ recovery-image] Oct 30 23:19:26.769 INFO O| Oct 30 23:19:26.769 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-10-30T23:19:28.152Z | [ recovery-image] Oct 30 23:19:26.779 INFO O| Oct 30 23:19:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7424 | 2024-10-30T23:19:28.152Z | [ recovery-image] Oct 30 23:19:26.779 INFO O| Oct 30 23:19:26.779 INFO STEP 1096 (remove_files) COMPLETE |
7425 | 2024-10-30T23:19:28.152Z | [ recovery-image] Oct 30 23:19:26.779 INFO O| Oct 30 23:19:26.779 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-10-30T23:19:28.162Z | [ recovery-image] Oct 30 23:19:26.789 INFO O| Oct 30 23:19:26.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7427 | 2024-10-30T23:19:28.162Z | [ recovery-image] Oct 30 23:19:26.789 INFO O| Oct 30 23:19:26.789 INFO STEP 1097 (remove_files) COMPLETE |
7428 | 2024-10-30T23:19:28.162Z | [ recovery-image] Oct 30 23:19:26.789 INFO O| Oct 30 23:19:26.789 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-10-30T23:19:28.172Z | [ recovery-image] Oct 30 23:19:26.799 INFO O| Oct 30 23:19:26.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7430 | 2024-10-30T23:19:28.175Z | [ recovery-image] Oct 30 23:19:26.799 INFO O| Oct 30 23:19:26.799 INFO STEP 1098 (remove_files) COMPLETE |
7431 | 2024-10-30T23:19:28.175Z | [ recovery-image] Oct 30 23:19:26.799 INFO O| Oct 30 23:19:26.799 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-10-30T23:19:28.182Z | [ recovery-image] Oct 30 23:19:26.810 INFO O| Oct 30 23:19:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7433 | 2024-10-30T23:19:28.185Z | [ recovery-image] Oct 30 23:19:26.810 INFO O| Oct 30 23:19:26.810 INFO STEP 1099 (remove_files) COMPLETE |
7434 | 2024-10-30T23:19:28.185Z | [ recovery-image] Oct 30 23:19:26.810 INFO O| Oct 30 23:19:26.810 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-10-30T23:19:28.193Z | [ recovery-image] Oct 30 23:19:26.820 INFO O| Oct 30 23:19:26.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7436 | 2024-10-30T23:19:28.195Z | [ recovery-image] Oct 30 23:19:26.820 INFO O| Oct 30 23:19:26.820 INFO STEP 1100 (remove_files) COMPLETE |
7437 | 2024-10-30T23:19:28.195Z | [ recovery-image] Oct 30 23:19:26.820 INFO O| Oct 30 23:19:26.820 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-10-30T23:19:28.204Z | [ recovery-image] Oct 30 23:19:26.831 INFO O| Oct 30 23:19:26.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7439 | 2024-10-30T23:19:28.204Z | [ recovery-image] Oct 30 23:19:26.831 INFO O| Oct 30 23:19:26.831 INFO STEP 1101 (remove_files) COMPLETE |
7440 | 2024-10-30T23:19:28.204Z | [ recovery-image] Oct 30 23:19:26.831 INFO O| Oct 30 23:19:26.831 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-10-30T23:19:28.214Z | [ recovery-image] Oct 30 23:19:26.841 INFO O| Oct 30 23:19:26.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7442 | 2024-10-30T23:19:28.214Z | [ recovery-image] Oct 30 23:19:26.841 INFO O| Oct 30 23:19:26.841 INFO STEP 1102 (remove_files) COMPLETE |
7443 | 2024-10-30T23:19:28.214Z | [ recovery-image] Oct 30 23:19:26.841 INFO O| Oct 30 23:19:26.841 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-10-30T23:19:28.224Z | [ recovery-image] Oct 30 23:19:26.852 INFO O| Oct 30 23:19:26.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7445 | 2024-10-30T23:19:28.224Z | [ recovery-image] Oct 30 23:19:26.852 INFO O| Oct 30 23:19:26.852 INFO STEP 1103 (remove_files) COMPLETE |
7446 | 2024-10-30T23:19:28.227Z | [ recovery-image] Oct 30 23:19:26.852 INFO O| Oct 30 23:19:26.852 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-10-30T23:19:28.234Z | [ recovery-image] Oct 30 23:19:26.862 INFO O| Oct 30 23:19:26.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7448 | 2024-10-30T23:19:28.234Z | [ recovery-image] Oct 30 23:19:26.862 INFO O| Oct 30 23:19:26.862 INFO STEP 1104 (remove_files) COMPLETE |
7449 | 2024-10-30T23:19:28.234Z | [ recovery-image] Oct 30 23:19:26.862 INFO O| Oct 30 23:19:26.862 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-10-30T23:19:28.244Z | [ recovery-image] Oct 30 23:19:26.872 INFO O| Oct 30 23:19:26.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7451 | 2024-10-30T23:19:28.246Z | [ recovery-image] Oct 30 23:19:26.872 INFO O| Oct 30 23:19:26.872 INFO STEP 1105 (remove_files) COMPLETE |
7452 | 2024-10-30T23:19:28.247Z | [ recovery-image] Oct 30 23:19:26.872 INFO O| Oct 30 23:19:26.872 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-10-30T23:19:28.256Z | [ recovery-image] Oct 30 23:19:26.883 INFO O| Oct 30 23:19:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7454 | 2024-10-30T23:19:28.256Z | [ recovery-image] Oct 30 23:19:26.883 INFO O| Oct 30 23:19:26.883 INFO STEP 1106 (remove_files) COMPLETE |
7455 | 2024-10-30T23:19:28.258Z | [ recovery-image] Oct 30 23:19:26.883 INFO O| Oct 30 23:19:26.883 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-10-30T23:19:28.268Z | [ recovery-image] Oct 30 23:19:26.895 INFO O| Oct 30 23:19:26.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7457 | 2024-10-30T23:19:28.268Z | [ recovery-image] Oct 30 23:19:26.895 INFO O| Oct 30 23:19:26.895 INFO STEP 1107 (remove_files) COMPLETE |
7458 | 2024-10-30T23:19:28.270Z | [ recovery-image] Oct 30 23:19:26.895 INFO O| Oct 30 23:19:26.895 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-10-30T23:19:28.277Z | [ recovery-image] Oct 30 23:19:26.904 INFO O| Oct 30 23:19:26.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7460 | 2024-10-30T23:19:28.277Z | [ recovery-image] Oct 30 23:19:26.905 INFO O| Oct 30 23:19:26.904 INFO STEP 1108 (remove_files) COMPLETE |
7461 | 2024-10-30T23:19:28.279Z | [ recovery-image] Oct 30 23:19:26.905 INFO O| Oct 30 23:19:26.905 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-10-30T23:19:28.286Z | [ recovery-image] Oct 30 23:19:26.914 INFO O| Oct 30 23:19:26.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7463 | 2024-10-30T23:19:28.287Z | [ recovery-image] Oct 30 23:19:26.914 INFO O| Oct 30 23:19:26.914 INFO STEP 1109 (remove_files) COMPLETE |
7464 | 2024-10-30T23:19:28.289Z | [ recovery-image] Oct 30 23:19:26.914 INFO O| Oct 30 23:19:26.914 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-10-30T23:19:28.296Z | [ recovery-image] Oct 30 23:19:26.923 INFO O| Oct 30 23:19:26.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7466 | 2024-10-30T23:19:28.296Z | [ recovery-image] Oct 30 23:19:26.923 INFO O| Oct 30 23:19:26.923 INFO STEP 1110 (remove_files) COMPLETE |
7467 | 2024-10-30T23:19:28.296Z | [ recovery-image] Oct 30 23:19:26.923 INFO O| Oct 30 23:19:26.923 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-10-30T23:19:28.306Z | [ recovery-image] Oct 30 23:19:26.933 INFO O| Oct 30 23:19:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7469 | 2024-10-30T23:19:28.309Z | [ recovery-image] Oct 30 23:19:26.934 INFO O| Oct 30 23:19:26.934 INFO STEP 1111 (remove_files) COMPLETE |
7470 | 2024-10-30T23:19:28.309Z | [ recovery-image] Oct 30 23:19:26.934 INFO O| Oct 30 23:19:26.934 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-10-30T23:19:28.329Z | [ recovery-image] Oct 30 23:19:26.956 INFO O| Oct 30 23:19:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7472 | 2024-10-30T23:19:28.329Z | [ recovery-image] Oct 30 23:19:26.956 INFO O| Oct 30 23:19:26.956 INFO STEP 1112 (remove_files) COMPLETE |
7473 | 2024-10-30T23:19:28.329Z | [ recovery-image] Oct 30 23:19:26.956 INFO O| Oct 30 23:19:26.956 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-10-30T23:19:28.352Z | [ recovery-image] Oct 30 23:19:26.979 INFO O| Oct 30 23:19:26.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7475 | 2024-10-30T23:19:28.355Z | [ recovery-image] Oct 30 23:19:26.980 INFO O| Oct 30 23:19:26.980 INFO STEP 1113 (remove_files) COMPLETE |
7476 | 2024-10-30T23:19:28.355Z | [ recovery-image] Oct 30 23:19:26.980 INFO O| Oct 30 23:19:26.980 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-10-30T23:19:28.376Z | [ recovery-image] Oct 30 23:19:27.003 INFO O| Oct 30 23:19:27.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7478 | 2024-10-30T23:19:28.376Z | [ recovery-image] Oct 30 23:19:27.003 INFO O| Oct 30 23:19:27.003 INFO STEP 1114 (remove_files) COMPLETE |
7479 | 2024-10-30T23:19:28.379Z | [ recovery-image] Oct 30 23:19:27.003 INFO O| Oct 30 23:19:27.003 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-10-30T23:19:28.394Z | [ recovery-image] Oct 30 23:19:27.021 INFO O| Oct 30 23:19:27.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7481 | 2024-10-30T23:19:28.397Z | [ recovery-image] Oct 30 23:19:27.021 INFO O| Oct 30 23:19:27.021 INFO STEP 1115 (remove_files) COMPLETE |
7482 | 2024-10-30T23:19:28.397Z | [ recovery-image] Oct 30 23:19:27.021 INFO O| Oct 30 23:19:27.021 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-10-30T23:19:28.414Z | [ recovery-image] Oct 30 23:19:27.041 INFO O| Oct 30 23:19:27.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7484 | 2024-10-30T23:19:28.414Z | [ recovery-image] Oct 30 23:19:27.041 INFO O| Oct 30 23:19:27.041 INFO STEP 1116 (remove_files) COMPLETE |
7485 | 2024-10-30T23:19:28.417Z | [ recovery-image] Oct 30 23:19:27.041 INFO O| Oct 30 23:19:27.041 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-10-30T23:19:28.428Z | [ recovery-image] Oct 30 23:19:27.055 INFO O| Oct 30 23:19:27.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7487 | 2024-10-30T23:19:28.430Z | [ recovery-image] Oct 30 23:19:27.055 INFO O| Oct 30 23:19:27.055 INFO STEP 1117 (remove_files) COMPLETE |
7488 | 2024-10-30T23:19:28.430Z | [ recovery-image] Oct 30 23:19:27.055 INFO O| Oct 30 23:19:27.055 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-10-30T23:19:28.441Z | [ recovery-image] Oct 30 23:19:27.068 INFO O| Oct 30 23:19:27.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7490 | 2024-10-30T23:19:28.444Z | [ recovery-image] Oct 30 23:19:27.068 INFO O| Oct 30 23:19:27.068 INFO STEP 1118 (remove_files) COMPLETE |
7491 | 2024-10-30T23:19:28.444Z | [ recovery-image] Oct 30 23:19:27.068 INFO O| Oct 30 23:19:27.068 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-10-30T23:19:28.456Z | [ recovery-image] Oct 30 23:19:27.084 INFO O| Oct 30 23:19:27.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7493 | 2024-10-30T23:19:28.461Z | [ recovery-image] Oct 30 23:19:27.084 INFO O| Oct 30 23:19:27.084 INFO STEP 1119 (remove_files) COMPLETE |
7494 | 2024-10-30T23:19:28.461Z | [ recovery-image] Oct 30 23:19:27.084 INFO O| Oct 30 23:19:27.084 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-10-30T23:19:28.474Z | [ recovery-image] Oct 30 23:19:27.102 INFO O| Oct 30 23:19:27.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7496 | 2024-10-30T23:19:28.477Z | [ recovery-image] Oct 30 23:19:27.102 INFO O| Oct 30 23:19:27.102 INFO STEP 1120 (remove_files) COMPLETE |
7497 | 2024-10-30T23:19:28.477Z | [ recovery-image] Oct 30 23:19:27.102 INFO O| Oct 30 23:19:27.102 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-10-30T23:19:28.491Z | [ recovery-image] Oct 30 23:19:27.118 INFO O| Oct 30 23:19:27.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7499 | 2024-10-30T23:19:28.494Z | [ recovery-image] Oct 30 23:19:27.119 INFO O| Oct 30 23:19:27.119 INFO STEP 1121 (remove_files) COMPLETE |
7500 | 2024-10-30T23:19:28.494Z | [ recovery-image] Oct 30 23:19:27.119 INFO O| Oct 30 23:19:27.119 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-10-30T23:19:28.507Z | [ recovery-image] Oct 30 23:19:27.135 INFO O| Oct 30 23:19:27.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7502 | 2024-10-30T23:19:28.508Z | [ recovery-image] Oct 30 23:19:27.135 INFO O| Oct 30 23:19:27.135 INFO STEP 1122 (remove_files) COMPLETE |
7503 | 2024-10-30T23:19:28.510Z | [ recovery-image] Oct 30 23:19:27.135 INFO O| Oct 30 23:19:27.135 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-10-30T23:19:28.526Z | [ recovery-image] Oct 30 23:19:27.153 INFO O| Oct 30 23:19:27.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7505 | 2024-10-30T23:19:28.526Z | [ recovery-image] Oct 30 23:19:27.153 INFO O| Oct 30 23:19:27.153 INFO STEP 1123 (remove_files) COMPLETE |
7506 | 2024-10-30T23:19:28.528Z | [ recovery-image] Oct 30 23:19:27.153 INFO O| Oct 30 23:19:27.153 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-10-30T23:19:28.539Z | [ recovery-image] Oct 30 23:19:27.167 INFO O| Oct 30 23:19:27.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7508 | 2024-10-30T23:19:28.539Z | [ recovery-image] Oct 30 23:19:27.167 INFO O| Oct 30 23:19:27.167 INFO STEP 1124 (remove_files) COMPLETE |
7509 | 2024-10-30T23:19:28.542Z | [ recovery-image] Oct 30 23:19:27.167 INFO O| Oct 30 23:19:27.167 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-10-30T23:19:28.553Z | [ recovery-image] Oct 30 23:19:27.180 INFO O| Oct 30 23:19:27.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7511 | 2024-10-30T23:19:28.556Z | [ recovery-image] Oct 30 23:19:27.181 INFO O| Oct 30 23:19:27.181 INFO STEP 1125 (remove_files) COMPLETE |
7512 | 2024-10-30T23:19:28.556Z | [ recovery-image] Oct 30 23:19:27.181 INFO O| Oct 30 23:19:27.181 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-10-30T23:19:28.567Z | [ recovery-image] Oct 30 23:19:27.194 INFO O| Oct 30 23:19:27.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7514 | 2024-10-30T23:19:28.570Z | [ recovery-image] Oct 30 23:19:27.194 INFO O| Oct 30 23:19:27.194 INFO STEP 1126 (remove_files) COMPLETE |
7515 | 2024-10-30T23:19:28.570Z | [ recovery-image] Oct 30 23:19:27.194 INFO O| Oct 30 23:19:27.194 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-10-30T23:19:28.584Z | [ recovery-image] Oct 30 23:19:27.211 INFO O| Oct 30 23:19:27.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7517 | 2024-10-30T23:19:28.584Z | [ recovery-image] Oct 30 23:19:27.211 INFO O| Oct 30 23:19:27.211 INFO STEP 1127 (remove_files) COMPLETE |
7518 | 2024-10-30T23:19:28.587Z | [ recovery-image] Oct 30 23:19:27.211 INFO O| Oct 30 23:19:27.211 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-10-30T23:19:28.600Z | [ recovery-image] Oct 30 23:19:27.227 INFO O| Oct 30 23:19:27.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7520 | 2024-10-30T23:19:28.603Z | [ recovery-image] Oct 30 23:19:27.228 INFO O| Oct 30 23:19:27.228 INFO STEP 1128 (remove_files) COMPLETE |
7521 | 2024-10-30T23:19:28.603Z | [ recovery-image] Oct 30 23:19:27.228 INFO O| Oct 30 23:19:27.228 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-10-30T23:19:28.617Z | [ recovery-image] Oct 30 23:19:27.244 INFO O| Oct 30 23:19:27.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7523 | 2024-10-30T23:19:28.620Z | [ recovery-image] Oct 30 23:19:27.244 INFO O| Oct 30 23:19:27.244 INFO STEP 1129 (remove_files) COMPLETE |
7524 | 2024-10-30T23:19:28.620Z | [ recovery-image] Oct 30 23:19:27.244 INFO O| Oct 30 23:19:27.244 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-10-30T23:19:28.633Z | [ recovery-image] Oct 30 23:19:27.261 INFO O| Oct 30 23:19:27.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7526 | 2024-10-30T23:19:28.636Z | [ recovery-image] Oct 30 23:19:27.261 INFO O| Oct 30 23:19:27.261 INFO STEP 1130 (remove_files) COMPLETE |
7527 | 2024-10-30T23:19:28.636Z | [ recovery-image] Oct 30 23:19:27.261 INFO O| Oct 30 23:19:27.261 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-10-30T23:19:28.650Z | [ recovery-image] Oct 30 23:19:27.277 INFO O| Oct 30 23:19:27.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7529 | 2024-10-30T23:19:28.652Z | [ recovery-image] Oct 30 23:19:27.277 INFO O| Oct 30 23:19:27.277 INFO STEP 1131 (remove_files) COMPLETE |
7530 | 2024-10-30T23:19:28.653Z | [ recovery-image] Oct 30 23:19:27.277 INFO O| Oct 30 23:19:27.277 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-10-30T23:19:28.667Z | [ recovery-image] Oct 30 23:19:27.295 INFO O| Oct 30 23:19:27.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7532 | 2024-10-30T23:19:28.670Z | [ recovery-image] Oct 30 23:19:27.295 INFO O| Oct 30 23:19:27.295 INFO STEP 1132 (remove_files) COMPLETE |
7533 | 2024-10-30T23:19:28.670Z | [ recovery-image] Oct 30 23:19:27.295 INFO O| Oct 30 23:19:27.295 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-10-30T23:19:28.685Z | [ recovery-image] Oct 30 23:19:27.312 INFO O| Oct 30 23:19:27.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7535 | 2024-10-30T23:19:28.688Z | [ recovery-image] Oct 30 23:19:27.313 INFO O| Oct 30 23:19:27.312 INFO STEP 1133 (remove_files) COMPLETE |
7536 | 2024-10-30T23:19:28.688Z | [ recovery-image] Oct 30 23:19:27.313 INFO O| Oct 30 23:19:27.312 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-10-30T23:19:28.703Z | [ recovery-image] Oct 30 23:19:27.330 INFO O| Oct 30 23:19:27.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7538 | 2024-10-30T23:19:28.706Z | [ recovery-image] Oct 30 23:19:27.330 INFO O| Oct 30 23:19:27.330 INFO STEP 1134 (remove_files) COMPLETE |
7539 | 2024-10-30T23:19:28.706Z | [ recovery-image] Oct 30 23:19:27.331 INFO O| Oct 30 23:19:27.330 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-10-30T23:19:28.721Z | [ recovery-image] Oct 30 23:19:27.348 INFO O| Oct 30 23:19:27.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7541 | 2024-10-30T23:19:28.721Z | [ recovery-image] Oct 30 23:19:27.348 INFO O| Oct 30 23:19:27.348 INFO STEP 1135 (remove_files) COMPLETE |
7542 | 2024-10-30T23:19:28.724Z | [ recovery-image] Oct 30 23:19:27.348 INFO O| Oct 30 23:19:27.348 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-10-30T23:19:28.738Z | [ recovery-image] Oct 30 23:19:27.365 INFO O| Oct 30 23:19:27.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7544 | 2024-10-30T23:19:28.741Z | [ recovery-image] Oct 30 23:19:27.365 INFO O| Oct 30 23:19:27.365 INFO STEP 1136 (remove_files) COMPLETE |
7545 | 2024-10-30T23:19:28.741Z | [ recovery-image] Oct 30 23:19:27.365 INFO O| Oct 30 23:19:27.365 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-10-30T23:19:28.752Z | [ recovery-image] Oct 30 23:19:27.380 INFO O| Oct 30 23:19:27.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7547 | 2024-10-30T23:19:28.752Z | [ recovery-image] Oct 30 23:19:27.380 INFO O| Oct 30 23:19:27.380 INFO STEP 1137 (remove_files) COMPLETE |
7548 | 2024-10-30T23:19:28.752Z | [ recovery-image] Oct 30 23:19:27.380 INFO O| Oct 30 23:19:27.380 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-10-30T23:19:28.763Z | [ recovery-image] Oct 30 23:19:27.391 INFO O| Oct 30 23:19:27.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7550 | 2024-10-30T23:19:28.766Z | [ recovery-image] Oct 30 23:19:27.391 INFO O| Oct 30 23:19:27.391 INFO STEP 1138 (remove_files) COMPLETE |
7551 | 2024-10-30T23:19:28.766Z | [ recovery-image] Oct 30 23:19:27.391 INFO O| Oct 30 23:19:27.391 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-10-30T23:19:28.773Z | [ recovery-image] Oct 30 23:19:27.400 INFO O| Oct 30 23:19:27.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7553 | 2024-10-30T23:19:28.784Z | [ recovery-image] Oct 30 23:19:27.400 INFO O| Oct 30 23:19:27.400 INFO STEP 1139 (remove_files) COMPLETE |
7554 | 2024-10-30T23:19:28.784Z | [ recovery-image] Oct 30 23:19:27.400 INFO O| Oct 30 23:19:27.400 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-10-30T23:19:28.784Z | [ recovery-image] Oct 30 23:19:27.410 INFO O| Oct 30 23:19:27.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7556 | 2024-10-30T23:19:28.784Z | [ recovery-image] Oct 30 23:19:27.410 INFO O| Oct 30 23:19:27.410 INFO STEP 1140 (remove_files) COMPLETE |
7557 | 2024-10-30T23:19:28.784Z | [ recovery-image] Oct 30 23:19:27.410 INFO O| Oct 30 23:19:27.410 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-10-30T23:19:28.791Z | [ recovery-image] Oct 30 23:19:27.419 INFO O| Oct 30 23:19:27.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7559 | 2024-10-30T23:19:28.794Z | [ recovery-image] Oct 30 23:19:27.419 INFO O| Oct 30 23:19:27.419 INFO STEP 1141 (remove_files) COMPLETE |
7560 | 2024-10-30T23:19:28.794Z | [ recovery-image] Oct 30 23:19:27.419 INFO O| Oct 30 23:19:27.419 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-10-30T23:19:28.801Z | [ recovery-image] Oct 30 23:19:27.428 INFO O| Oct 30 23:19:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7562 | 2024-10-30T23:19:28.803Z | [ recovery-image] Oct 30 23:19:27.428 INFO O| Oct 30 23:19:27.428 INFO STEP 1142 (remove_files) COMPLETE |
7563 | 2024-10-30T23:19:28.803Z | [ recovery-image] Oct 30 23:19:27.428 INFO O| Oct 30 23:19:27.428 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-10-30T23:19:28.810Z | [ recovery-image] Oct 30 23:19:27.438 INFO O| Oct 30 23:19:27.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7565 | 2024-10-30T23:19:28.810Z | [ recovery-image] Oct 30 23:19:27.438 INFO O| Oct 30 23:19:27.438 INFO STEP 1143 (remove_files) COMPLETE |
7566 | 2024-10-30T23:19:28.813Z | [ recovery-image] Oct 30 23:19:27.438 INFO O| Oct 30 23:19:27.438 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-10-30T23:19:28.820Z | [ recovery-image] Oct 30 23:19:27.448 INFO O| Oct 30 23:19:27.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7568 | 2024-10-30T23:19:28.820Z | [ recovery-image] Oct 30 23:19:27.448 INFO O| Oct 30 23:19:27.448 INFO STEP 1144 (remove_files) COMPLETE |
7569 | 2024-10-30T23:19:28.823Z | [ recovery-image] Oct 30 23:19:27.448 INFO O| Oct 30 23:19:27.448 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-10-30T23:19:28.830Z | [ recovery-image] Oct 30 23:19:27.457 INFO O| Oct 30 23:19:27.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7571 | 2024-10-30T23:19:28.830Z | [ recovery-image] Oct 30 23:19:27.457 INFO O| Oct 30 23:19:27.457 INFO STEP 1145 (remove_files) COMPLETE |
7572 | 2024-10-30T23:19:28.832Z | [ recovery-image] Oct 30 23:19:27.457 INFO O| Oct 30 23:19:27.457 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-10-30T23:19:28.839Z | [ recovery-image] Oct 30 23:19:27.467 INFO O| Oct 30 23:19:27.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7574 | 2024-10-30T23:19:28.839Z | [ recovery-image] Oct 30 23:19:27.467 INFO O| Oct 30 23:19:27.467 INFO STEP 1146 (remove_files) COMPLETE |
7575 | 2024-10-30T23:19:28.842Z | [ recovery-image] Oct 30 23:19:27.467 INFO O| Oct 30 23:19:27.467 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-10-30T23:19:28.849Z | [ recovery-image] Oct 30 23:19:27.476 INFO O| Oct 30 23:19:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7577 | 2024-10-30T23:19:28.851Z | [ recovery-image] Oct 30 23:19:27.476 INFO O| Oct 30 23:19:27.476 INFO STEP 1147 (remove_files) COMPLETE |
7578 | 2024-10-30T23:19:28.851Z | [ recovery-image] Oct 30 23:19:27.476 INFO O| Oct 30 23:19:27.476 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-10-30T23:19:28.858Z | [ recovery-image] Oct 30 23:19:27.485 INFO O| Oct 30 23:19:27.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7580 | 2024-10-30T23:19:28.858Z | [ recovery-image] Oct 30 23:19:27.485 INFO O| Oct 30 23:19:27.485 INFO STEP 1148 (remove_files) COMPLETE |
7581 | 2024-10-30T23:19:28.858Z | [ recovery-image] Oct 30 23:19:27.485 INFO O| Oct 30 23:19:27.485 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-10-30T23:19:28.867Z | [ recovery-image] Oct 30 23:19:27.495 INFO O| Oct 30 23:19:27.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7583 | 2024-10-30T23:19:28.870Z | [ recovery-image] Oct 30 23:19:27.495 INFO O| Oct 30 23:19:27.495 INFO STEP 1149 (remove_files) COMPLETE |
7584 | 2024-10-30T23:19:28.870Z | [ recovery-image] Oct 30 23:19:27.495 INFO O| Oct 30 23:19:27.495 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-10-30T23:19:28.877Z | [ recovery-image] Oct 30 23:19:27.504 INFO O| Oct 30 23:19:27.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7586 | 2024-10-30T23:19:28.879Z | [ recovery-image] Oct 30 23:19:27.504 INFO O| Oct 30 23:19:27.504 INFO STEP 1150 (remove_files) COMPLETE |
7587 | 2024-10-30T23:19:28.879Z | [ recovery-image] Oct 30 23:19:27.504 INFO O| Oct 30 23:19:27.504 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-10-30T23:19:28.886Z | [ recovery-image] Oct 30 23:19:27.514 INFO O| Oct 30 23:19:27.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7589 | 2024-10-30T23:19:28.889Z | [ recovery-image] Oct 30 23:19:27.514 INFO O| Oct 30 23:19:27.514 INFO STEP 1151 (remove_files) COMPLETE |
7590 | 2024-10-30T23:19:28.889Z | [ recovery-image] Oct 30 23:19:27.514 INFO O| Oct 30 23:19:27.514 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-10-30T23:19:28.896Z | [ recovery-image] Oct 30 23:19:27.523 INFO O| Oct 30 23:19:27.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7592 | 2024-10-30T23:19:28.896Z | [ recovery-image] Oct 30 23:19:27.523 INFO O| Oct 30 23:19:27.523 INFO STEP 1152 (remove_files) COMPLETE |
7593 | 2024-10-30T23:19:28.899Z | [ recovery-image] Oct 30 23:19:27.523 INFO O| Oct 30 23:19:27.523 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-10-30T23:19:28.905Z | [ recovery-image] Oct 30 23:19:27.532 INFO O| Oct 30 23:19:27.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7595 | 2024-10-30T23:19:28.908Z | [ recovery-image] Oct 30 23:19:27.532 INFO O| Oct 30 23:19:27.532 INFO STEP 1153 (remove_files) COMPLETE |
7596 | 2024-10-30T23:19:28.908Z | [ recovery-image] Oct 30 23:19:27.532 INFO O| Oct 30 23:19:27.532 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-10-30T23:19:28.914Z | [ recovery-image] Oct 30 23:19:27.541 INFO O| Oct 30 23:19:27.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7598 | 2024-10-30T23:19:28.917Z | [ recovery-image] Oct 30 23:19:27.542 INFO O| Oct 30 23:19:27.541 INFO STEP 1154 (remove_files) COMPLETE |
7599 | 2024-10-30T23:19:28.917Z | [ recovery-image] Oct 30 23:19:27.542 INFO O| Oct 30 23:19:27.542 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-10-30T23:19:28.924Z | [ recovery-image] Oct 30 23:19:27.551 INFO O| Oct 30 23:19:27.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7601 | 2024-10-30T23:19:28.926Z | [ recovery-image] Oct 30 23:19:27.551 INFO O| Oct 30 23:19:27.551 INFO STEP 1155 (remove_files) COMPLETE |
7602 | 2024-10-30T23:19:28.926Z | [ recovery-image] Oct 30 23:19:27.551 INFO O| Oct 30 23:19:27.551 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-10-30T23:19:28.933Z | [ recovery-image] Oct 30 23:19:27.560 INFO O| Oct 30 23:19:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7604 | 2024-10-30T23:19:28.938Z | [ recovery-image] Oct 30 23:19:27.560 INFO O| Oct 30 23:19:27.560 INFO STEP 1156 (remove_files) COMPLETE |
7605 | 2024-10-30T23:19:28.938Z | [ recovery-image] Oct 30 23:19:27.561 INFO O| Oct 30 23:19:27.560 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-10-30T23:19:28.943Z | [ recovery-image] Oct 30 23:19:27.570 INFO O| Oct 30 23:19:27.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7607 | 2024-10-30T23:19:28.943Z | [ recovery-image] Oct 30 23:19:27.570 INFO O| Oct 30 23:19:27.570 INFO STEP 1157 (remove_files) COMPLETE |
7608 | 2024-10-30T23:19:28.943Z | [ recovery-image] Oct 30 23:19:27.570 INFO O| Oct 30 23:19:27.570 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-10-30T23:19:28.952Z | [ recovery-image] Oct 30 23:19:27.579 INFO O| Oct 30 23:19:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7610 | 2024-10-30T23:19:28.952Z | [ recovery-image] Oct 30 23:19:27.579 INFO O| Oct 30 23:19:27.579 INFO STEP 1158 (remove_files) COMPLETE |
7611 | 2024-10-30T23:19:28.955Z | [ recovery-image] Oct 30 23:19:27.579 INFO O| Oct 30 23:19:27.579 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-10-30T23:19:28.961Z | [ recovery-image] Oct 30 23:19:27.589 INFO O| Oct 30 23:19:27.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7613 | 2024-10-30T23:19:28.961Z | [ recovery-image] Oct 30 23:19:27.589 INFO O| Oct 30 23:19:27.589 INFO STEP 1159 (remove_files) COMPLETE |
7614 | 2024-10-30T23:19:28.964Z | [ recovery-image] Oct 30 23:19:27.589 INFO O| Oct 30 23:19:27.589 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-10-30T23:19:28.971Z | [ recovery-image] Oct 30 23:19:27.598 INFO O| Oct 30 23:19:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7616 | 2024-10-30T23:19:28.971Z | [ recovery-image] Oct 30 23:19:27.598 INFO O| Oct 30 23:19:27.598 INFO STEP 1160 (remove_files) COMPLETE |
7617 | 2024-10-30T23:19:28.974Z | [ recovery-image] Oct 30 23:19:27.598 INFO O| Oct 30 23:19:27.598 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-10-30T23:19:28.974Z | [ host-image] Oct 30 23:19:27.600 INFO O| Oct 30 23:19:27.600 INFO O| Planning: Solver setup ... Done |
7619 | 2024-10-30T23:19:28.978Z | [ host-image] Oct 30 23:19:27.604 INFO O| Oct 30 23:19:27.604 INFO O| Planning: Running solver ... Done |
7620 | 2024-10-30T23:19:28.980Z | [ recovery-image] Oct 30 23:19:27.608 INFO O| Oct 30 23:19:27.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7621 | 2024-10-30T23:19:28.980Z | [ recovery-image] Oct 30 23:19:27.608 INFO O| Oct 30 23:19:27.608 INFO STEP 1161 (remove_files) COMPLETE |
7622 | 2024-10-30T23:19:28.980Z | [ recovery-image] Oct 30 23:19:27.608 INFO O| Oct 30 23:19:27.608 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-10-30T23:19:28.990Z | [ recovery-image] Oct 30 23:19:27.617 INFO O| Oct 30 23:19:27.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7624 | 2024-10-30T23:19:28.993Z | [ recovery-image] Oct 30 23:19:27.617 INFO O| Oct 30 23:19:27.617 INFO STEP 1162 (remove_files) COMPLETE |
7625 | 2024-10-30T23:19:28.993Z | [ recovery-image] Oct 30 23:19:27.617 INFO O| Oct 30 23:19:27.617 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-10-30T23:19:28.999Z | [ recovery-image] Oct 30 23:19:27.627 INFO O| Oct 30 23:19:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7627 | 2024-10-30T23:19:29.003Z | [ recovery-image] Oct 30 23:19:27.627 INFO O| Oct 30 23:19:27.627 INFO STEP 1163 (remove_files) COMPLETE |
7628 | 2024-10-30T23:19:29.003Z | [ recovery-image] Oct 30 23:19:27.627 INFO O| Oct 30 23:19:27.627 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-10-30T23:19:29.009Z | [ recovery-image] Oct 30 23:19:27.636 INFO O| Oct 30 23:19:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7630 | 2024-10-30T23:19:29.011Z | [ recovery-image] Oct 30 23:19:27.636 INFO O| Oct 30 23:19:27.636 INFO STEP 1164 (remove_files) COMPLETE |
7631 | 2024-10-30T23:19:29.011Z | [ recovery-image] Oct 30 23:19:27.636 INFO O| Oct 30 23:19:27.636 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-10-30T23:19:29.018Z | [ recovery-image] Oct 30 23:19:27.645 INFO O| Oct 30 23:19:27.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7633 | 2024-10-30T23:19:29.018Z | [ recovery-image] Oct 30 23:19:27.645 INFO O| Oct 30 23:19:27.645 INFO STEP 1165 (remove_files) COMPLETE |
7634 | 2024-10-30T23:19:29.024Z | [ recovery-image] Oct 30 23:19:27.645 INFO O| Oct 30 23:19:27.645 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-10-30T23:19:29.027Z | [ recovery-image] Oct 30 23:19:27.655 INFO O| Oct 30 23:19:27.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7636 | 2024-10-30T23:19:29.028Z | [ recovery-image] Oct 30 23:19:27.655 INFO O| Oct 30 23:19:27.655 INFO STEP 1166 (remove_files) COMPLETE |
7637 | 2024-10-30T23:19:29.028Z | [ recovery-image] Oct 30 23:19:27.655 INFO O| Oct 30 23:19:27.655 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-10-30T23:19:29.034Z | [ host-image] Oct 30 23:19:27.661 INFO O| Oct 30 23:19:27.661 INFO O| Planning: Finding local manifests ... Done |
7639 | 2024-10-30T23:19:29.036Z | [ host-image] Oct 30 23:19:27.662 INFO O| Oct 30 23:19:27.662 INFO O| Planning: Fetching manifests: 0/4 0% complete |
7640 | 2024-10-30T23:19:29.039Z | [ recovery-image] Oct 30 23:19:27.664 INFO O| Oct 30 23:19:27.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7641 | 2024-10-30T23:19:29.039Z | [ recovery-image] Oct 30 23:19:27.664 INFO O| Oct 30 23:19:27.664 INFO STEP 1167 (remove_files) COMPLETE |
7642 | 2024-10-30T23:19:29.039Z | [ recovery-image] Oct 30 23:19:27.664 INFO O| Oct 30 23:19:27.664 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-10-30T23:19:29.047Z | [ recovery-image] Oct 30 23:19:27.675 INFO O| Oct 30 23:19:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7644 | 2024-10-30T23:19:29.051Z | [ recovery-image] Oct 30 23:19:27.675 INFO O| Oct 30 23:19:27.675 INFO STEP 1168 (remove_files) COMPLETE |
7645 | 2024-10-30T23:19:29.051Z | [ recovery-image] Oct 30 23:19:27.675 INFO O| Oct 30 23:19:27.675 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-10-30T23:19:29.057Z | [ recovery-image] Oct 30 23:19:27.685 INFO O| Oct 30 23:19:27.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7647 | 2024-10-30T23:19:29.060Z | [ recovery-image] Oct 30 23:19:27.685 INFO O| Oct 30 23:19:27.685 INFO STEP 1169 (remove_files) COMPLETE |
7648 | 2024-10-30T23:19:29.060Z | [ recovery-image] Oct 30 23:19:27.685 INFO O| Oct 30 23:19:27.685 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-10-30T23:19:29.067Z | [ recovery-image] Oct 30 23:19:27.695 INFO O| Oct 30 23:19:27.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7650 | 2024-10-30T23:19:29.067Z | [ recovery-image] Oct 30 23:19:27.695 INFO O| Oct 30 23:19:27.695 INFO STEP 1170 (remove_files) COMPLETE |
7651 | 2024-10-30T23:19:29.070Z | [ recovery-image] Oct 30 23:19:27.695 INFO O| Oct 30 23:19:27.695 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-10-30T23:19:29.077Z | [ recovery-image] Oct 30 23:19:27.704 INFO O| Oct 30 23:19:27.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7653 | 2024-10-30T23:19:29.077Z | [ recovery-image] Oct 30 23:19:27.704 INFO O| Oct 30 23:19:27.704 INFO STEP 1171 (remove_files) COMPLETE |
7654 | 2024-10-30T23:19:29.079Z | [ recovery-image] Oct 30 23:19:27.704 INFO O| Oct 30 23:19:27.704 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-10-30T23:19:29.086Z | [ recovery-image] Oct 30 23:19:27.714 INFO O| Oct 30 23:19:27.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7656 | 2024-10-30T23:19:29.086Z | [ recovery-image] Oct 30 23:19:27.714 INFO O| Oct 30 23:19:27.714 INFO STEP 1172 (remove_files) COMPLETE |
7657 | 2024-10-30T23:19:29.086Z | [ recovery-image] Oct 30 23:19:27.714 INFO O| Oct 30 23:19:27.714 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-10-30T23:19:29.096Z | [ recovery-image] Oct 30 23:19:27.723 INFO O| Oct 30 23:19:27.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7659 | 2024-10-30T23:19:29.096Z | [ recovery-image] Oct 30 23:19:27.723 INFO O| Oct 30 23:19:27.723 INFO STEP 1173 (remove_files) COMPLETE |
7660 | 2024-10-30T23:19:29.098Z | [ recovery-image] Oct 30 23:19:27.723 INFO O| Oct 30 23:19:27.723 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-10-30T23:19:29.105Z | [ recovery-image] Oct 30 23:19:27.733 INFO O| Oct 30 23:19:27.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7662 | 2024-10-30T23:19:29.105Z | [ recovery-image] Oct 30 23:19:27.733 INFO O| Oct 30 23:19:27.733 INFO STEP 1174 (remove_files) COMPLETE |
7663 | 2024-10-30T23:19:29.105Z | [ recovery-image] Oct 30 23:19:27.733 INFO O| Oct 30 23:19:27.733 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-10-30T23:19:29.115Z | [ recovery-image] Oct 30 23:19:27.742 INFO O| Oct 30 23:19:27.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7665 | 2024-10-30T23:19:29.115Z | [ recovery-image] Oct 30 23:19:27.743 INFO O| Oct 30 23:19:27.742 INFO STEP 1175 (remove_files) COMPLETE |
7666 | 2024-10-30T23:19:29.118Z | [ recovery-image] Oct 30 23:19:27.743 INFO O| Oct 30 23:19:27.742 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-10-30T23:19:29.125Z | [ recovery-image] Oct 30 23:19:27.752 INFO O| Oct 30 23:19:27.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7668 | 2024-10-30T23:19:29.125Z | [ recovery-image] Oct 30 23:19:27.752 INFO O| Oct 30 23:19:27.752 INFO STEP 1176 (remove_files) COMPLETE |
7669 | 2024-10-30T23:19:29.125Z | [ recovery-image] Oct 30 23:19:27.752 INFO O| Oct 30 23:19:27.752 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-10-30T23:19:29.134Z | [ recovery-image] Oct 30 23:19:27.761 INFO O| Oct 30 23:19:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7671 | 2024-10-30T23:19:29.134Z | [ recovery-image] Oct 30 23:19:27.762 INFO O| Oct 30 23:19:27.762 INFO STEP 1177 (remove_files) COMPLETE |
7672 | 2024-10-30T23:19:29.134Z | [ recovery-image] Oct 30 23:19:27.762 INFO O| Oct 30 23:19:27.762 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-10-30T23:19:29.144Z | [ recovery-image] Oct 30 23:19:27.771 INFO O| Oct 30 23:19:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7674 | 2024-10-30T23:19:29.144Z | [ recovery-image] Oct 30 23:19:27.771 INFO O| Oct 30 23:19:27.771 INFO STEP 1178 (remove_files) COMPLETE |
7675 | 2024-10-30T23:19:29.144Z | [ recovery-image] Oct 30 23:19:27.771 INFO O| Oct 30 23:19:27.771 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-10-30T23:19:29.152Z | [ host-image] Oct 30 23:19:27.779 INFO O| Oct 30 23:19:27.779 INFO O| Planning: Fetching manifests: 4/4 100% complete |
7677 | 2024-10-30T23:19:29.155Z | [ recovery-image] Oct 30 23:19:27.780 INFO O| Oct 30 23:19:27.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7678 | 2024-10-30T23:19:29.155Z | [ recovery-image] Oct 30 23:19:27.781 INFO O| Oct 30 23:19:27.780 INFO STEP 1179 (remove_files) COMPLETE |
7679 | 2024-10-30T23:19:29.155Z | [ recovery-image] Oct 30 23:19:27.781 INFO O| Oct 30 23:19:27.781 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-10-30T23:19:29.163Z | [ recovery-image] Oct 30 23:19:27.790 INFO O| Oct 30 23:19:27.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7681 | 2024-10-30T23:19:29.166Z | [ recovery-image] Oct 30 23:19:27.790 INFO O| Oct 30 23:19:27.790 INFO STEP 1180 (remove_files) COMPLETE |
7682 | 2024-10-30T23:19:29.166Z | [ recovery-image] Oct 30 23:19:27.790 INFO O| Oct 30 23:19:27.790 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-10-30T23:19:29.172Z | [ recovery-image] Oct 30 23:19:27.800 INFO O| Oct 30 23:19:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7684 | 2024-10-30T23:19:29.172Z | [ recovery-image] Oct 30 23:19:27.800 INFO O| Oct 30 23:19:27.800 INFO STEP 1181 (remove_files) COMPLETE |
7685 | 2024-10-30T23:19:29.175Z | [ recovery-image] Oct 30 23:19:27.800 INFO O| Oct 30 23:19:27.800 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-10-30T23:19:29.175Z | [ host-image] Oct 30 23:19:27.801 INFO O| Oct 30 23:19:27.801 INFO O| Planning: Package planning ... Done |
7687 | 2024-10-30T23:19:29.177Z | [ host-image] Oct 30 23:19:27.805 INFO O| Oct 30 23:19:27.805 INFO O| Planning: Merging actions ... Done |
7688 | 2024-10-30T23:19:29.182Z | [ recovery-image] Oct 30 23:19:27.810 INFO O| Oct 30 23:19:27.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7689 | 2024-10-30T23:19:29.182Z | [ recovery-image] Oct 30 23:19:27.810 INFO O| Oct 30 23:19:27.810 INFO STEP 1182 (remove_files) COMPLETE |
7690 | 2024-10-30T23:19:29.182Z | [ recovery-image] Oct 30 23:19:27.810 INFO O| Oct 30 23:19:27.810 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-10-30T23:19:29.192Z | [ recovery-image] Oct 30 23:19:27.819 INFO O| Oct 30 23:19:27.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7692 | 2024-10-30T23:19:29.194Z | [ recovery-image] Oct 30 23:19:27.819 INFO O| Oct 30 23:19:27.819 INFO STEP 1183 (remove_files) COMPLETE |
7693 | 2024-10-30T23:19:29.194Z | [ recovery-image] Oct 30 23:19:27.819 INFO O| Oct 30 23:19:27.819 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-10-30T23:19:29.201Z | [ recovery-image] Oct 30 23:19:27.829 INFO O| Oct 30 23:19:27.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7695 | 2024-10-30T23:19:29.201Z | [ recovery-image] Oct 30 23:19:27.829 INFO O| Oct 30 23:19:27.829 INFO STEP 1184 (remove_files) COMPLETE |
7696 | 2024-10-30T23:19:29.204Z | [ recovery-image] Oct 30 23:19:27.829 INFO O| Oct 30 23:19:27.829 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-10-30T23:19:29.211Z | [ recovery-image] Oct 30 23:19:27.838 INFO O| Oct 30 23:19:27.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7698 | 2024-10-30T23:19:29.211Z | [ recovery-image] Oct 30 23:19:27.838 INFO O| Oct 30 23:19:27.838 INFO STEP 1185 (remove_files) COMPLETE |
7699 | 2024-10-30T23:19:29.213Z | [ recovery-image] Oct 30 23:19:27.839 INFO O| Oct 30 23:19:27.838 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-10-30T23:19:29.221Z | [ recovery-image] Oct 30 23:19:27.848 INFO O| Oct 30 23:19:27.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7701 | 2024-10-30T23:19:29.223Z | [ recovery-image] Oct 30 23:19:27.848 INFO O| Oct 30 23:19:27.848 INFO STEP 1186 (remove_files) COMPLETE |
7702 | 2024-10-30T23:19:29.223Z | [ recovery-image] Oct 30 23:19:27.848 INFO O| Oct 30 23:19:27.848 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-10-30T23:19:29.230Z | [ recovery-image] Oct 30 23:19:27.858 INFO O| Oct 30 23:19:27.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7704 | 2024-10-30T23:19:29.230Z | [ recovery-image] Oct 30 23:19:27.858 INFO O| Oct 30 23:19:27.858 INFO STEP 1187 (remove_files) COMPLETE |
7705 | 2024-10-30T23:19:29.230Z | [ recovery-image] Oct 30 23:19:27.858 INFO O| Oct 30 23:19:27.858 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-10-30T23:19:29.240Z | [ recovery-image] Oct 30 23:19:27.867 INFO O| Oct 30 23:19:27.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7707 | 2024-10-30T23:19:29.240Z | [ recovery-image] Oct 30 23:19:27.867 INFO O| Oct 30 23:19:27.867 INFO STEP 1188 (remove_files) COMPLETE |
7708 | 2024-10-30T23:19:29.242Z | [ recovery-image] Oct 30 23:19:27.867 INFO O| Oct 30 23:19:27.867 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-10-30T23:19:29.249Z | [ recovery-image] Oct 30 23:19:27.876 INFO O| Oct 30 23:19:27.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7710 | 2024-10-30T23:19:29.249Z | [ recovery-image] Oct 30 23:19:27.876 INFO O| Oct 30 23:19:27.876 INFO STEP 1189 (remove_files) COMPLETE |
7711 | 2024-10-30T23:19:29.252Z | [ recovery-image] Oct 30 23:19:27.877 INFO O| Oct 30 23:19:27.876 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-10-30T23:19:29.254Z | [ host-image] Oct 30 23:19:27.879 INFO O| Oct 30 23:19:27.879 INFO O| Planning: Checking for conflicting actions ... Done |
7713 | 2024-10-30T23:19:29.254Z | [ host-image] Oct 30 23:19:27.880 INFO O| Oct 30 23:19:27.880 INFO O| Planning: Consolidating action changes ... Done |
7714 | 2024-10-30T23:19:29.258Z | [ recovery-image] Oct 30 23:19:27.886 INFO O| Oct 30 23:19:27.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7715 | 2024-10-30T23:19:29.258Z | [ recovery-image] Oct 30 23:19:27.886 INFO O| Oct 30 23:19:27.886 INFO STEP 1190 (remove_files) COMPLETE |
7716 | 2024-10-30T23:19:29.261Z | [ recovery-image] Oct 30 23:19:27.886 INFO O| Oct 30 23:19:27.886 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-10-30T23:19:29.268Z | [ recovery-image] Oct 30 23:19:27.896 INFO O| Oct 30 23:19:27.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7718 | 2024-10-30T23:19:29.268Z | [ recovery-image] Oct 30 23:19:27.896 INFO O| Oct 30 23:19:27.896 INFO STEP 1191 (remove_files) COMPLETE |
7719 | 2024-10-30T23:19:29.271Z | [ recovery-image] Oct 30 23:19:27.896 INFO O| Oct 30 23:19:27.896 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-10-30T23:19:29.278Z | [ recovery-image] Oct 30 23:19:27.905 INFO O| Oct 30 23:19:27.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7721 | 2024-10-30T23:19:29.280Z | [ recovery-image] Oct 30 23:19:27.905 INFO O| Oct 30 23:19:27.905 INFO STEP 1192 (remove_files) COMPLETE |
7722 | 2024-10-30T23:19:29.280Z | [ recovery-image] Oct 30 23:19:27.905 INFO O| Oct 30 23:19:27.905 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-10-30T23:19:29.287Z | [ recovery-image] Oct 30 23:19:27.915 INFO O| Oct 30 23:19:27.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7724 | 2024-10-30T23:19:29.287Z | [ recovery-image] Oct 30 23:19:27.915 INFO O| Oct 30 23:19:27.915 INFO STEP 1193 (remove_files) COMPLETE |
7725 | 2024-10-30T23:19:29.290Z | [ recovery-image] Oct 30 23:19:27.915 INFO O| Oct 30 23:19:27.915 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-10-30T23:19:29.297Z | [ recovery-image] Oct 30 23:19:27.925 INFO O| Oct 30 23:19:27.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7727 | 2024-10-30T23:19:29.301Z | [ recovery-image] Oct 30 23:19:27.925 INFO O| Oct 30 23:19:27.925 INFO STEP 1194 (remove_files) COMPLETE |
7728 | 2024-10-30T23:19:29.301Z | [ recovery-image] Oct 30 23:19:27.925 INFO O| Oct 30 23:19:27.925 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-10-30T23:19:29.307Z | [ recovery-image] Oct 30 23:19:27.934 INFO O| Oct 30 23:19:27.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7730 | 2024-10-30T23:19:29.307Z | [ recovery-image] Oct 30 23:19:27.934 INFO O| Oct 30 23:19:27.934 INFO STEP 1195 (remove_files) COMPLETE |
7731 | 2024-10-30T23:19:29.307Z | [ recovery-image] Oct 30 23:19:27.934 INFO O| Oct 30 23:19:27.934 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-10-30T23:19:29.316Z | [ recovery-image] Oct 30 23:19:27.944 INFO O| Oct 30 23:19:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7733 | 2024-10-30T23:19:29.319Z | [ recovery-image] Oct 30 23:19:27.944 INFO O| Oct 30 23:19:27.944 INFO STEP 1196 (remove_files) COMPLETE |
7734 | 2024-10-30T23:19:29.319Z | [ recovery-image] Oct 30 23:19:27.944 INFO O| Oct 30 23:19:27.944 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-10-30T23:19:29.326Z | [ recovery-image] Oct 30 23:19:27.953 INFO O| Oct 30 23:19:27.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7736 | 2024-10-30T23:19:29.326Z | [ recovery-image] Oct 30 23:19:27.953 INFO O| Oct 30 23:19:27.953 INFO STEP 1197 (remove_files) COMPLETE |
7737 | 2024-10-30T23:19:29.328Z | [ recovery-image] Oct 30 23:19:27.953 INFO O| Oct 30 23:19:27.953 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-10-30T23:19:29.335Z | [ recovery-image] Oct 30 23:19:27.963 INFO O| Oct 30 23:19:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7739 | 2024-10-30T23:19:29.338Z | [ recovery-image] Oct 30 23:19:27.963 INFO O| Oct 30 23:19:27.963 INFO STEP 1198 (remove_files) COMPLETE |
7740 | 2024-10-30T23:19:29.339Z | [ recovery-image] Oct 30 23:19:27.963 INFO O| Oct 30 23:19:27.963 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-10-30T23:19:29.345Z | [ recovery-image] Oct 30 23:19:27.972 INFO O| Oct 30 23:19:27.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7742 | 2024-10-30T23:19:29.348Z | [ recovery-image] Oct 30 23:19:27.972 INFO O| Oct 30 23:19:27.972 INFO STEP 1199 (remove_files) COMPLETE |
7743 | 2024-10-30T23:19:29.348Z | [ recovery-image] Oct 30 23:19:27.972 INFO O| Oct 30 23:19:27.972 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-10-30T23:19:29.354Z | [ recovery-image] Oct 30 23:19:27.982 INFO O| Oct 30 23:19:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7745 | 2024-10-30T23:19:29.357Z | [ recovery-image] Oct 30 23:19:27.982 INFO O| Oct 30 23:19:27.982 INFO STEP 1200 (remove_files) COMPLETE |
7746 | 2024-10-30T23:19:29.357Z | [ recovery-image] Oct 30 23:19:27.982 INFO O| Oct 30 23:19:27.982 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-10-30T23:19:29.364Z | [ recovery-image] Oct 30 23:19:27.991 INFO O| Oct 30 23:19:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7748 | 2024-10-30T23:19:29.364Z | [ recovery-image] Oct 30 23:19:27.991 INFO O| Oct 30 23:19:27.991 INFO STEP 1201 (remove_files) COMPLETE |
7749 | 2024-10-30T23:19:29.367Z | [ recovery-image] Oct 30 23:19:27.991 INFO O| Oct 30 23:19:27.991 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-10-30T23:19:29.373Z | [ recovery-image] Oct 30 23:19:28.001 INFO O| Oct 30 23:19:28.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7751 | 2024-10-30T23:19:29.376Z | [ recovery-image] Oct 30 23:19:28.001 INFO O| Oct 30 23:19:28.001 INFO STEP 1202 (remove_files) COMPLETE |
7752 | 2024-10-30T23:19:29.376Z | [ recovery-image] Oct 30 23:19:28.001 INFO O| Oct 30 23:19:28.001 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-10-30T23:19:29.384Z | [ recovery-image] Oct 30 23:19:28.011 INFO O| Oct 30 23:19:28.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7754 | 2024-10-30T23:19:29.384Z | [ recovery-image] Oct 30 23:19:28.011 INFO O| Oct 30 23:19:28.011 INFO STEP 1203 (remove_files) COMPLETE |
7755 | 2024-10-30T23:19:29.384Z | [ recovery-image] Oct 30 23:19:28.011 INFO O| Oct 30 23:19:28.011 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-10-30T23:19:29.393Z | [ recovery-image] Oct 30 23:19:28.020 INFO O| Oct 30 23:19:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7757 | 2024-10-30T23:19:29.396Z | [ recovery-image] Oct 30 23:19:28.020 INFO O| Oct 30 23:19:28.020 INFO STEP 1204 (remove_files) COMPLETE |
7758 | 2024-10-30T23:19:29.396Z | [ recovery-image] Oct 30 23:19:28.020 INFO O| Oct 30 23:19:28.020 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-10-30T23:19:29.402Z | [ recovery-image] Oct 30 23:19:28.030 INFO O| Oct 30 23:19:28.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7760 | 2024-10-30T23:19:29.402Z | [ recovery-image] Oct 30 23:19:28.030 INFO O| Oct 30 23:19:28.030 INFO STEP 1205 (remove_files) COMPLETE |
7761 | 2024-10-30T23:19:29.402Z | [ recovery-image] Oct 30 23:19:28.030 INFO O| Oct 30 23:19:28.030 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7762 | 2024-10-30T23:19:29.417Z | [ recovery-image] Oct 30 23:19:28.044 INFO O| Oct 30 23:19:28.044 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7763 | 2024-10-30T23:19:29.417Z | [ recovery-image] Oct 30 23:19:28.044 INFO O| Oct 30 23:19:28.044 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7764 | 2024-10-30T23:19:29.432Z | [ host-image] Oct 30 23:19:28.059 INFO O| Oct 30 23:19:28.059 INFO O| Planning: Evaluating mediators ... Done |
7765 | 2024-10-30T23:19:29.434Z | [ host-image] Oct 30 23:19:28.060 INFO O| Oct 30 23:19:28.060 INFO O| Planning: Planning completed in 2.84 seconds |
7766 | 2024-10-30T23:19:29.436Z | [ host-image] Oct 30 23:19:28.062 INFO O| Oct 30 23:19:28.062 INFO O| Packages to install: 4 |
7767 | 2024-10-30T23:19:29.436Z | [ host-image] Oct 30 23:19:28.062 INFO O| Oct 30 23:19:28.062 INFO O| Services to change: 2 |
7768 | 2024-10-30T23:19:29.446Z | [ host-image] Oct 30 23:19:28.073 INFO O| Oct 30 23:19:28.073 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
7769 | 2024-10-30T23:19:30.136Z | [ recovery-image] Oct 30 23:19:28.763 INFO O| Oct 30 23:19:28.763 INFO STEP 1206 (pack_tar) COMPLETE |
7770 | 2024-10-30T23:19:30.136Z | [ recovery-image] Oct 30 23:19:28.763 INFO O| Oct 30 23:19:28.763 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7771 | 2024-10-30T23:19:30.136Z | [ recovery-image] Oct 30 23:19:28.763 INFO O| Oct 30 23:19:28.763 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7772 | 2024-10-30T23:19:30.504Z | [ recovery-image] Oct 30 23:19:29.131 INFO O| Oct 30 23:19:29.131 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7773 | 2024-10-30T23:19:30.582Z | [ recovery-image] Oct 30 23:19:29.209 INFO O| Oct 30 23:19:29.209 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7774 | 2024-10-30T23:19:30.588Z | [ recovery-image] Oct 30 23:19:29.216 INFO image builder template: zfs-recovery... |
7775 | 2024-10-30T23:19:30.588Z | [ recovery-image] Oct 30 23:19:29.216 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/.tmpjscsyd/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.33.293", "-n", "zfs-recovery"], pwd: None |
7776 | 2024-10-30T23:19:30.620Z | [ recovery-image] Oct 30 23:19:29.247 INFO O| Oct 30 23:19:29.247 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7777 | 2024-10-30T23:19:30.623Z | [ recovery-image] Oct 30 23:19:29.251 INFO O| Oct 30 23:19:29.251 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7778 | 2024-10-30T23:19:30.703Z | [ recovery-image] Oct 30 23:19:29.330 INFO O| Oct 30 23:19:29.330 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7779 | 2024-10-30T23:19:30.795Z | [ recovery-image] Oct 30 23:19:29.422 INFO O| Oct 30 23:19:29.422 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7780 | 2024-10-30T23:19:30.795Z | [ recovery-image] Oct 30 23:19:29.422 INFO O| Oct 30 23:19:29.422 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7781 | 2024-10-30T23:19:30.799Z | [ recovery-image] Oct 30 23:19:29.426 INFO O| Oct 30 23:19:29.426 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7782 | 2024-10-30T23:19:30.884Z | [ recovery-image] Oct 30 23:19:29.511 INFO O| Oct 30 23:19:29.511 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7783 | 2024-10-30T23:19:30.988Z | [ recovery-image] Oct 30 23:19:29.615 INFO O| Oct 30 23:19:29.615 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7784 | 2024-10-30T23:19:30.998Z | [ recovery-image] Oct 30 23:19:29.625 INFO O| Oct 30 23:19:29.625 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7785 | 2024-10-30T23:19:31.003Z | [ recovery-image] Oct 30 23:19:29.630 INFO O| Oct 30 23:19:29.630 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7786 | 2024-10-30T23:19:31.005Z | [ recovery-image] Oct 30 23:19:29.632 INFO O| Oct 30 23:19:29.632 INFO no lofi found |
7787 | 2024-10-30T23:19:31.005Z | [ recovery-image] Oct 30 23:19:29.632 INFO O| Oct 30 23:19:29.632 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7788 | 2024-10-30T23:19:31.005Z | [ recovery-image] Oct 30 23:19:29.632 INFO O| Oct 30 23:19:29.632 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7789 | 2024-10-30T23:19:32.383Z | [ recovery-image] Oct 30 23:19:31.010 INFO O| Oct 30 23:19:31.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7790 | 2024-10-30T23:19:32.383Z | [ recovery-image] Oct 30 23:19:31.010 INFO O| Oct 30 23:19:31.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7791 | 2024-10-30T23:19:32.385Z | [ recovery-image] Oct 30 23:19:31.010 INFO O| Oct 30 23:19:31.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7792 | 2024-10-30T23:19:32.456Z | [ recovery-image] Oct 30 23:19:31.083 INFO O| Oct 30 23:19:31.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7793 | 2024-10-30T23:19:32.456Z | [ recovery-image] Oct 30 23:19:31.083 INFO O| Oct 30 23:19:31.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7794 | 2024-10-30T23:19:32.476Z | [ recovery-image] Oct 30 23:19:31.103 INFO O| Oct 30 23:19:31.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7795 | 2024-10-30T23:19:32.535Z | [ recovery-image] Oct 30 23:19:31.163 INFO O| Oct 30 23:19:31.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7796 | 2024-10-30T23:19:32.573Z | [ recovery-image] Oct 30 23:19:31.198 INFO O| Oct 30 23:19:31.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7797 | 2024-10-30T23:19:32.583Z | [ recovery-image] Oct 30 23:19:31.210 INFO O| Oct 30 23:19:31.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7798 | 2024-10-30T23:19:32.592Z | [ recovery-image] Oct 30 23:19:31.219 INFO O| Oct 30 23:19:31.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7799 | 2024-10-30T23:19:32.636Z | [ recovery-image] Oct 30 23:19:31.263 INFO O| Oct 30 23:19:31.263 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7800 | 2024-10-30T23:19:32.639Z | [ recovery-image] Oct 30 23:19:31.263 INFO O| Oct 30 23:19:31.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7801 | 2024-10-30T23:19:32.639Z | [ recovery-image] Oct 30 23:19:31.263 INFO O| Oct 30 23:19:31.263 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7802 | 2024-10-30T23:19:32.650Z | [ recovery-image] Oct 30 23:19:31.278 INFO O| Oct 30 23:19:31.278 INFO boot environment UUID: b8414f63-ebf8-49b8-88a0-3ce219d85acd |
7803 | 2024-10-30T23:19:32.650Z | [ recovery-image] Oct 30 23:19:31.278 INFO O| Oct 30 23:19:31.278 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b8414f63-ebf8-49b8-88a0-3ce219d85acd |
7804 | 2024-10-30T23:19:32.660Z | [ recovery-image] Oct 30 23:19:31.287 INFO O| Oct 30 23:19:31.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7805 | 2024-10-30T23:19:32.669Z | [ recovery-image] Oct 30 23:19:31.296 INFO O| Oct 30 23:19:31.296 INFO STEP 0 (create_be) COMPLETE |
7806 | 2024-10-30T23:19:32.669Z | [ recovery-image] Oct 30 23:19:31.296 INFO O| Oct 30 23:19:31.296 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7807 | 2024-10-30T23:19:32.683Z | [ recovery-image] Oct 30 23:19:31.311 INFO O| Oct 30 23:19:31.311 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"] |
7808 | 2024-10-30T23:19:33.656Z | [ host-image] Oct 30 23:19:32.283 INFO O| Oct 30 23:19:32.283 INFO O| Download: Completed 1.39 MB in 4.21 seconds (337k/s) |
7809 | 2024-10-30T23:19:33.842Z | [ host-image] Oct 30 23:19:32.469 INFO O| Oct 30 23:19:32.469 INFO O| Actions: 1/238 actions (Installing new actions) |
7810 | 2024-10-30T23:19:33.875Z | [ recovery-image] Oct 30 23:19:32.502 INFO O| Oct 30 23:19:32.502 INFO STEP 1 (unpack_tar) COMPLETE |
7811 | 2024-10-30T23:19:33.875Z | [ recovery-image] Oct 30 23:19:32.502 INFO O| Oct 30 23:19:32.502 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7812 | 2024-10-30T23:19:33.886Z | [ recovery-image] Oct 30 23:19:32.513 INFO O| Oct 30 23:19:32.513 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7813 | 2024-10-30T23:19:34.009Z | [ host-image] Oct 30 23:19:32.636 INFO O| Oct 30 23:19:32.636 INFO O| Actions: Completed 238 actions in 0.17 seconds. |
7814 | 2024-10-30T23:19:34.148Z | [ recovery-image] Oct 30 23:19:32.775 INFO O| Oct 30 23:19:32.775 INFO STEP 2 (devfsadm) COMPLETE |
7815 | 2024-10-30T23:19:34.148Z | [ recovery-image] Oct 30 23:19:32.775 INFO O| Oct 30 23:19:32.775 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7816 | 2024-10-30T23:19:34.159Z | [ recovery-image] Oct 30 23:19:32.786 INFO O| Oct 30 23:19:32.786 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7817 | 2024-10-30T23:19:34.162Z | [ recovery-image] Oct 30 23:19:32.786 INFO O| Oct 30 23:19:32.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7818 | 2024-10-30T23:19:34.162Z | [ recovery-image] Oct 30 23:19:32.786 INFO O| Oct 30 23:19:32.786 INFO STEP 3 (ensure_dir) COMPLETE |
7819 | 2024-10-30T23:19:34.162Z | [ recovery-image] Oct 30 23:19:32.786 INFO O| Oct 30 23:19:32.786 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7820 | 2024-10-30T23:19:34.170Z | [ recovery-image] Oct 30 23:19:32.798 INFO O| Oct 30 23:19:32.797 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7821 | 2024-10-30T23:19:34.170Z | [ recovery-image] Oct 30 23:19:32.798 INFO O| Oct 30 23:19:32.798 INFO STEP 4 (ensure_dir) COMPLETE |
7822 | 2024-10-30T23:19:34.173Z | [ recovery-image] Oct 30 23:19:32.798 INFO O| Oct 30 23:19:32.798 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7823 | 2024-10-30T23:19:34.181Z | [ recovery-image] Oct 30 23:19:32.808 INFO O| Oct 30 23:19:32.808 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7824 | 2024-10-30T23:19:34.181Z | [ recovery-image] Oct 30 23:19:32.808 INFO O| Oct 30 23:19:32.808 INFO STEP 5 (ensure_dir) COMPLETE |
7825 | 2024-10-30T23:19:34.183Z | [ recovery-image] Oct 30 23:19:32.808 INFO O| Oct 30 23:19:32.808 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7826 | 2024-10-30T23:19:34.191Z | [ recovery-image] Oct 30 23:19:32.818 INFO O| Oct 30 23:19:32.818 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7827 | 2024-10-30T23:19:34.191Z | [ recovery-image] Oct 30 23:19:32.818 INFO O| Oct 30 23:19:32.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7828 | 2024-10-30T23:19:34.194Z | [ recovery-image] Oct 30 23:19:32.818 INFO O| Oct 30 23:19:32.818 INFO STEP 6 (ensure_dir) COMPLETE |
7829 | 2024-10-30T23:19:34.194Z | [ recovery-image] Oct 30 23:19:32.818 INFO O| Oct 30 23:19:32.818 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7830 | 2024-10-30T23:19:34.201Z | [ recovery-image] Oct 30 23:19:32.828 INFO O| Oct 30 23:19:32.828 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7831 | 2024-10-30T23:19:34.203Z | [ recovery-image] Oct 30 23:19:32.828 INFO O| Oct 30 23:19:32.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7832 | 2024-10-30T23:19:34.203Z | [ recovery-image] Oct 30 23:19:32.828 INFO O| Oct 30 23:19:32.828 INFO STEP 7 (ensure_dir) COMPLETE |
7833 | 2024-10-30T23:19:34.203Z | [ recovery-image] Oct 30 23:19:32.828 INFO O| Oct 30 23:19:32.828 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7834 | 2024-10-30T23:19:34.211Z | [ recovery-image] Oct 30 23:19:32.838 INFO O| Oct 30 23:19:32.838 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7835 | 2024-10-30T23:19:34.213Z | [ recovery-image] Oct 30 23:19:32.838 INFO O| Oct 30 23:19:32.838 INFO STEP 8 (remove_files) COMPLETE |
7836 | 2024-10-30T23:19:34.213Z | [ recovery-image] Oct 30 23:19:32.839 INFO O| Oct 30 23:19:32.838 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7837 | 2024-10-30T23:19:34.221Z | [ recovery-image] Oct 30 23:19:32.848 INFO O| Oct 30 23:19:32.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7838 | 2024-10-30T23:19:34.224Z | [ recovery-image] Oct 30 23:19:32.849 INFO O| Oct 30 23:19:32.849 INFO STEP 9 (remove_files) COMPLETE |
7839 | 2024-10-30T23:19:34.224Z | [ recovery-image] Oct 30 23:19:32.849 INFO O| Oct 30 23:19:32.849 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7840 | 2024-10-30T23:19:34.231Z | [ recovery-image] Oct 30 23:19:32.859 INFO O| Oct 30 23:19:32.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7841 | 2024-10-30T23:19:34.235Z | [ recovery-image] Oct 30 23:19:32.860 INFO O| Oct 30 23:19:32.860 INFO STEP 10 (remove_files) COMPLETE |
7842 | 2024-10-30T23:19:34.235Z | [ recovery-image] Oct 30 23:19:32.860 INFO O| Oct 30 23:19:32.860 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7843 | 2024-10-30T23:19:34.243Z | [ recovery-image] Oct 30 23:19:32.871 INFO O| Oct 30 23:19:32.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7844 | 2024-10-30T23:19:34.246Z | [ recovery-image] Oct 30 23:19:32.871 INFO O| Oct 30 23:19:32.871 INFO STEP 11 (remove_files) COMPLETE |
7845 | 2024-10-30T23:19:34.246Z | [ recovery-image] Oct 30 23:19:32.871 INFO O| Oct 30 23:19:32.871 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7846 | 2024-10-30T23:19:34.254Z | [ recovery-image] Oct 30 23:19:32.882 INFO O| Oct 30 23:19:32.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7847 | 2024-10-30T23:19:34.257Z | [ recovery-image] Oct 30 23:19:32.882 INFO O| Oct 30 23:19:32.882 INFO STEP 12 (remove_files) COMPLETE |
7848 | 2024-10-30T23:19:34.257Z | [ recovery-image] Oct 30 23:19:32.882 INFO O| Oct 30 23:19:32.882 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7849 | 2024-10-30T23:19:34.265Z | [ recovery-image] Oct 30 23:19:32.892 INFO O| Oct 30 23:19:32.892 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7850 | 2024-10-30T23:19:34.265Z | [ recovery-image] Oct 30 23:19:32.892 INFO O| Oct 30 23:19:32.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7851 | 2024-10-30T23:19:34.265Z | [ recovery-image] Oct 30 23:19:32.892 INFO O| Oct 30 23:19:32.892 INFO STEP 13 (ensure_dir) COMPLETE |
7852 | 2024-10-30T23:19:34.268Z | [ recovery-image] Oct 30 23:19:32.892 INFO O| Oct 30 23:19:32.892 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7853 | 2024-10-30T23:19:34.275Z | [ recovery-image] Oct 30 23:19:32.902 INFO O| Oct 30 23:19:32.902 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7854 | 2024-10-30T23:19:34.278Z | [ recovery-image] Oct 30 23:19:32.902 INFO O| Oct 30 23:19:32.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7855 | 2024-10-30T23:19:34.278Z | [ recovery-image] Oct 30 23:19:32.903 INFO O| Oct 30 23:19:32.903 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7856 | 2024-10-30T23:19:34.278Z | [ recovery-image] Oct 30 23:19:32.903 INFO O| Oct 30 23:19:32.903 INFO STEP 14 (ensure_dir) COMPLETE |
7857 | 2024-10-30T23:19:34.278Z | [ recovery-image] Oct 30 23:19:32.903 INFO O| Oct 30 23:19:32.903 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7858 | 2024-10-30T23:19:34.285Z | [ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7859 | 2024-10-30T23:19:34.288Z | [ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7860 | 2024-10-30T23:19:34.288Z | [ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7861 | 2024-10-30T23:19:34.288Z | [ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO STEP 15 (ensure_dir) COMPLETE |
7862 | 2024-10-30T23:19:34.288Z | [ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7863 | 2024-10-30T23:19:34.296Z | [ recovery-image] Oct 30 23:19:32.923 INFO O| Oct 30 23:19:32.923 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7864 | 2024-10-30T23:19:34.299Z | [ recovery-image] Oct 30 23:19:32.923 INFO O| Oct 30 23:19:32.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7865 | 2024-10-30T23:19:34.299Z | [ recovery-image] Oct 30 23:19:32.923 INFO O| Oct 30 23:19:32.923 INFO STEP 16 (ensure_dir) COMPLETE |
7866 | 2024-10-30T23:19:34.299Z | [ recovery-image] Oct 30 23:19:32.923 INFO O| Oct 30 23:19:32.923 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7867 | 2024-10-30T23:19:34.306Z | [ recovery-image] Oct 30 23:19:32.933 INFO O| Oct 30 23:19:32.933 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7868 | 2024-10-30T23:19:34.306Z | [ recovery-image] Oct 30 23:19:32.933 INFO O| Oct 30 23:19:32.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7869 | 2024-10-30T23:19:34.308Z | [ recovery-image] Oct 30 23:19:32.933 INFO O| Oct 30 23:19:32.933 INFO STEP 17 (ensure_dir) COMPLETE |
7870 | 2024-10-30T23:19:34.308Z | [ recovery-image] Oct 30 23:19:32.933 INFO O| Oct 30 23:19:32.933 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7871 | 2024-10-30T23:19:34.316Z | [ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7872 | 2024-10-30T23:19:34.316Z | [ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7873 | 2024-10-30T23:19:34.318Z | [ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO ok! |
7874 | 2024-10-30T23:19:34.318Z | [ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO STEP 18 (ensure_symlink) COMPLETE |
7875 | 2024-10-30T23:19:34.319Z | [ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7876 | 2024-10-30T23:19:34.327Z | [ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7877 | 2024-10-30T23:19:34.327Z | [ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7878 | 2024-10-30T23:19:34.329Z | [ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO ok! |
7879 | 2024-10-30T23:19:34.329Z | [ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO STEP 19 (ensure_file) COMPLETE |
7880 | 2024-10-30T23:19:34.329Z | [ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7881 | 2024-10-30T23:19:34.337Z | [ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7882 | 2024-10-30T23:19:34.337Z | [ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7883 | 2024-10-30T23:19:34.339Z | [ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7884 | 2024-10-30T23:19:34.340Z | [ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO ok! |
7885 | 2024-10-30T23:19:34.340Z | [ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO STEP 20 (ensure_symlink) COMPLETE |
7886 | 2024-10-30T23:19:34.340Z | [ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7887 | 2024-10-30T23:19:34.347Z | [ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7888 | 2024-10-30T23:19:34.347Z | [ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7889 | 2024-10-30T23:19:34.347Z | [ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7890 | 2024-10-30T23:19:34.347Z | [ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO ok! |
7891 | 2024-10-30T23:19:34.350Z | [ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO STEP 21 (ensure_symlink) COMPLETE |
7892 | 2024-10-30T23:19:34.350Z | [ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7893 | 2024-10-30T23:19:34.357Z | [ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7894 | 2024-10-30T23:19:34.357Z | [ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7895 | 2024-10-30T23:19:34.360Z | [ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7896 | 2024-10-30T23:19:34.360Z | [ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO ok! |
7897 | 2024-10-30T23:19:34.360Z | [ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO STEP 22 (ensure_symlink) COMPLETE |
7898 | 2024-10-30T23:19:34.360Z | [ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7899 | 2024-10-30T23:19:34.367Z | [ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7900 | 2024-10-30T23:19:34.368Z | [ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7901 | 2024-10-30T23:19:34.368Z | [ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7902 | 2024-10-30T23:19:34.370Z | [ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO ok! |
7903 | 2024-10-30T23:19:34.370Z | [ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO STEP 23 (ensure_symlink) COMPLETE |
7904 | 2024-10-30T23:19:34.370Z | [ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7905 | 2024-10-30T23:19:34.370Z | [ host-image] Oct 30 23:19:32.997 INFO O| Oct 30 23:19:32.997 INFO O| Done |
7906 | 2024-10-30T23:19:34.370Z | [ host-image] Oct 30 23:19:32.997 INFO O| Oct 30 23:19:32.997 INFO O| Done |
7907 | 2024-10-30T23:19:34.381Z | [ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7908 | 2024-10-30T23:19:34.381Z | [ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 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 ... |
7909 | 2024-10-30T23:19:34.383Z | [ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7910 | 2024-10-30T23:19:34.383Z | [ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 INFO ok! |
7911 | 2024-10-30T23:19:34.383Z | [ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 INFO STEP 24 (ensure_file) COMPLETE |
7912 | 2024-10-30T23:19:34.383Z | [ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7913 | 2024-10-30T23:19:34.393Z | [ recovery-image] Oct 30 23:19:33.020 INFO O| Oct 30 23:19:33.020 INFO updating shadow file |
7914 | 2024-10-30T23:19:34.395Z | [ recovery-image] Oct 30 23:19:33.021 INFO O| Oct 30 23:19:33.021 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7915 | 2024-10-30T23:19:34.395Z | [ recovery-image] Oct 30 23:19:33.021 INFO O| Oct 30 23:19:33.021 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7916 | 2024-10-30T23:19:34.395Z | [ recovery-image] Oct 30 23:19:33.021 INFO O| Oct 30 23:19:33.021 INFO STEP 25 (shadow) COMPLETE |
7917 | 2024-10-30T23:19:34.395Z | [ recovery-image] Oct 30 23:19:33.021 INFO O| Oct 30 23:19:33.021 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7918 | 2024-10-30T23:19:34.404Z | [ recovery-image] Oct 30 23:19:33.031 INFO O| Oct 30 23:19:33.031 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7919 | 2024-10-30T23:19:34.404Z | [ recovery-image] Oct 30 23:19:33.031 INFO O| Oct 30 23:19:33.031 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7920 | 2024-10-30T23:19:34.406Z | [ recovery-image] Oct 30 23:19:33.032 INFO O| Oct 30 23:19:33.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7921 | 2024-10-30T23:19:34.407Z | [ recovery-image] Oct 30 23:19:33.032 INFO O| Oct 30 23:19:33.032 INFO ok! |
7922 | 2024-10-30T23:19:34.407Z | [ recovery-image] Oct 30 23:19:33.032 INFO O| Oct 30 23:19:33.032 INFO STEP 26 (ensure_file) COMPLETE |
7923 | 2024-10-30T23:19:34.407Z | [ recovery-image] Oct 30 23:19:33.032 INFO O| Oct 30 23:19:33.032 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7924 | 2024-10-30T23:19:34.414Z | [ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7925 | 2024-10-30T23:19:34.415Z | [ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7926 | 2024-10-30T23:19:34.415Z | [ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7927 | 2024-10-30T23:19:34.417Z | [ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO ok! |
7928 | 2024-10-30T23:19:34.417Z | [ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO STEP 27 (ensure_file) COMPLETE |
7929 | 2024-10-30T23:19:34.417Z | [ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7930 | 2024-10-30T23:19:34.425Z | [ recovery-image] Oct 30 23:19:33.052 INFO O| Oct 30 23:19:33.052 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7931 | 2024-10-30T23:19:34.425Z | [ recovery-image] Oct 30 23:19:33.052 INFO O| Oct 30 23:19:33.052 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7932 | 2024-10-30T23:19:34.427Z | [ recovery-image] Oct 30 23:19:33.052 INFO O| Oct 30 23:19:33.052 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7933 | 2024-10-30T23:19:34.427Z | [ recovery-image] Oct 30 23:19:33.053 INFO O| Oct 30 23:19:33.052 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7934 | 2024-10-30T23:19:34.427Z | [ recovery-image] Oct 30 23:19:33.053 INFO O| Oct 30 23:19:33.053 INFO ok! |
7935 | 2024-10-30T23:19:34.427Z | [ recovery-image] Oct 30 23:19:33.053 INFO O| Oct 30 23:19:33.053 INFO STEP 28 (ensure_file) COMPLETE |
7936 | 2024-10-30T23:19:34.428Z | [ recovery-image] Oct 30 23:19:33.053 INFO O| Oct 30 23:19:33.053 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7937 | 2024-10-30T23:19:34.437Z | [ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7938 | 2024-10-30T23:19:34.437Z | [ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7939 | 2024-10-30T23:19:34.437Z | [ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7940 | 2024-10-30T23:19:34.439Z | [ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO ok! |
7941 | 2024-10-30T23:19:34.439Z | [ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO STEP 29 (ensure_file) COMPLETE |
7942 | 2024-10-30T23:19:34.439Z | [ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7943 | 2024-10-30T23:19:34.447Z | [ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7944 | 2024-10-30T23:19:34.447Z | [ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7945 | 2024-10-30T23:19:34.450Z | [ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7946 | 2024-10-30T23:19:34.450Z | [ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO ok! |
7947 | 2024-10-30T23:19:34.450Z | [ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO STEP 30 (ensure_file) COMPLETE |
7948 | 2024-10-30T23:19:34.450Z | [ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7949 | 2024-10-30T23:19:34.457Z | [ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7950 | 2024-10-30T23:19:34.458Z | [ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7951 | 2024-10-30T23:19:34.460Z | [ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7952 | 2024-10-30T23:19:34.460Z | [ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7953 | 2024-10-30T23:19:34.460Z | [ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO ok! |
7954 | 2024-10-30T23:19:34.460Z | [ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO STEP 31 (ensure_file) COMPLETE |
7955 | 2024-10-30T23:19:34.460Z | [ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7956 | 2024-10-30T23:19:34.467Z | [ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7957 | 2024-10-30T23:19:34.468Z | [ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7958 | 2024-10-30T23:19:34.470Z | [ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7959 | 2024-10-30T23:19:34.471Z | [ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO ok! |
7960 | 2024-10-30T23:19:34.471Z | [ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO STEP 32 (ensure_file) COMPLETE |
7961 | 2024-10-30T23:19:34.471Z | [ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7962 | 2024-10-30T23:19:34.477Z | [ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7963 | 2024-10-30T23:19:34.477Z | [ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7964 | 2024-10-30T23:19:34.480Z | [ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7965 | 2024-10-30T23:19:34.480Z | [ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO ok! |
7966 | 2024-10-30T23:19:34.480Z | [ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO STEP 33 (ensure_file) COMPLETE |
7967 | 2024-10-30T23:19:34.480Z | [ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7968 | 2024-10-30T23:19:34.488Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7969 | 2024-10-30T23:19:34.488Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7970 | 2024-10-30T23:19:34.490Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7971 | 2024-10-30T23:19:34.490Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7972 | 2024-10-30T23:19:34.490Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7973 | 2024-10-30T23:19:34.490Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7974 | 2024-10-30T23:19:34.490Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO ok! |
7975 | 2024-10-30T23:19:34.490Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO STEP 34 (ensure_file) COMPLETE |
7976 | 2024-10-30T23:19:34.490Z | [ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7977 | 2024-10-30T23:19:34.498Z | [ recovery-image] Oct 30 23:19:33.125 INFO O| Oct 30 23:19:33.125 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7978 | 2024-10-30T23:19:34.501Z | [ recovery-image] Oct 30 23:19:33.126 INFO O| Oct 30 23:19:33.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7979 | 2024-10-30T23:19:34.501Z | [ recovery-image] Oct 30 23:19:33.126 INFO O| Oct 30 23:19:33.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7980 | 2024-10-30T23:19:34.501Z | [ recovery-image] Oct 30 23:19:33.126 INFO O| Oct 30 23:19:33.126 INFO STEP 35 (ensure_dir) COMPLETE |
7981 | 2024-10-30T23:19:34.501Z | [ recovery-image] Oct 30 23:19:33.126 INFO O| Oct 30 23:19:33.126 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7982 | 2024-10-30T23:19:34.510Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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 |
7983 | 2024-10-30T23:19:34.510Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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 ... |
7984 | 2024-10-30T23:19:34.512Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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 |
7985 | 2024-10-30T23:19:34.512Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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 |
7986 | 2024-10-30T23:19:34.512Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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 |
7987 | 2024-10-30T23:19:34.513Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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 |
7988 | 2024-10-30T23:19:34.513Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 INFO ok! |
7989 | 2024-10-30T23:19:34.513Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 INFO STEP 36 (ensure_file) COMPLETE |
7990 | 2024-10-30T23:19:34.513Z | [ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7991 | 2024-10-30T23:19:34.520Z | [ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7992 | 2024-10-30T23:19:34.520Z | [ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 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 ... |
7993 | 2024-10-30T23:19:34.524Z | [ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7994 | 2024-10-30T23:19:34.524Z | [ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 INFO ok! |
7995 | 2024-10-30T23:19:34.524Z | [ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 INFO STEP 37 (ensure_symlink) COMPLETE |
7996 | 2024-10-30T23:19:34.524Z | [ recovery-image] Oct 30 23:19:33.148 INFO O| Oct 30 23:19:33.147 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7997 | 2024-10-30T23:19:34.530Z | [ recovery-image] Oct 30 23:19:33.157 INFO O| Oct 30 23:19:33.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7998 | 2024-10-30T23:19:34.533Z | [ recovery-image] Oct 30 23:19:33.157 INFO O| Oct 30 23:19:33.157 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7999 | 2024-10-30T23:19:34.533Z | [ recovery-image] Oct 30 23:19:33.157 INFO O| Oct 30 23:19:33.157 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8000 | 2024-10-30T23:19:34.533Z | [ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.157 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8001 | 2024-10-30T23:19:34.533Z | [ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8002 | 2024-10-30T23:19:34.533Z | [ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8003 | 2024-10-30T23:19:34.533Z | [ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO ok! |
8004 | 2024-10-30T23:19:34.533Z | [ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO STEP 38 (ensure_file) COMPLETE |
8005 | 2024-10-30T23:19:34.533Z | [ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8006 | 2024-10-30T23:19:34.540Z | [ recovery-image] Oct 30 23:19:33.167 INFO O| Oct 30 23:19:33.167 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8007 | 2024-10-30T23:19:34.542Z | [ recovery-image] Oct 30 23:19:33.167 INFO O| Oct 30 23:19:33.167 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 ... |
8008 | 2024-10-30T23:19:34.542Z | [ recovery-image] Oct 30 23:19:33.167 INFO O| Oct 30 23:19:33.167 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 |
8009 | 2024-10-30T23:19:34.543Z | [ recovery-image] Oct 30 23:19:33.168 INFO O| Oct 30 23:19:33.167 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8010 | 2024-10-30T23:19:34.543Z | [ recovery-image] Oct 30 23:19:33.168 INFO O| Oct 30 23:19:33.167 INFO ok! |
8011 | 2024-10-30T23:19:34.543Z | [ recovery-image] Oct 30 23:19:33.168 INFO O| Oct 30 23:19:33.167 INFO STEP 39 (ensure_file) COMPLETE |
8012 | 2024-10-30T23:19:34.543Z | [ recovery-image] Oct 30 23:19:33.168 INFO O| Oct 30 23:19:33.167 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8013 | 2024-10-30T23:19:34.550Z | [ recovery-image] Oct 30 23:19:33.177 INFO O| Oct 30 23:19:33.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8014 | 2024-10-30T23:19:34.550Z | [ recovery-image] Oct 30 23:19:33.177 INFO O| Oct 30 23:19:33.177 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8015 | 2024-10-30T23:19:34.553Z | [ recovery-image] Oct 30 23:19:33.178 INFO O| Oct 30 23:19:33.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8016 | 2024-10-30T23:19:34.553Z | [ recovery-image] Oct 30 23:19:33.178 INFO O| Oct 30 23:19:33.178 INFO ok! |
8017 | 2024-10-30T23:19:34.553Z | [ recovery-image] Oct 30 23:19:33.178 INFO O| Oct 30 23:19:33.178 INFO STEP 40 (ensure_file) COMPLETE |
8018 | 2024-10-30T23:19:34.553Z | [ recovery-image] Oct 30 23:19:33.178 INFO O| Oct 30 23:19:33.178 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8019 | 2024-10-30T23:19:34.560Z | [ recovery-image] Oct 30 23:19:33.187 INFO O| Oct 30 23:19:33.187 INFO updating shadow file |
8020 | 2024-10-30T23:19:34.563Z | [ recovery-image] Oct 30 23:19:33.188 INFO O| Oct 30 23:19:33.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8021 | 2024-10-30T23:19:34.563Z | [ recovery-image] Oct 30 23:19:33.188 INFO O| Oct 30 23:19:33.188 INFO STEP 41 (shadow) COMPLETE |
8022 | 2024-10-30T23:19:34.563Z | [ recovery-image] Oct 30 23:19:33.188 INFO O| Oct 30 23:19:33.188 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8023 | 2024-10-30T23:19:34.570Z | [ recovery-image] Oct 30 23:19:33.197 INFO O| Oct 30 23:19:33.197 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8024 | 2024-10-30T23:19:34.570Z | [ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8025 | 2024-10-30T23:19:34.572Z | [ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8026 | 2024-10-30T23:19:34.572Z | [ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8027 | 2024-10-30T23:19:34.572Z | [ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO ok! |
8028 | 2024-10-30T23:19:34.572Z | [ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO STEP 42 (ensure_file) COMPLETE |
8029 | 2024-10-30T23:19:34.572Z | [ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8030 | 2024-10-30T23:19:34.580Z | [ recovery-image] Oct 30 23:19:33.207 INFO O| Oct 30 23:19:33.207 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8031 | 2024-10-30T23:19:34.580Z | [ recovery-image] Oct 30 23:19:33.207 INFO O| Oct 30 23:19:33.207 INFO STEP 43 (ensure_dir) COMPLETE |
8032 | 2024-10-30T23:19:34.582Z | [ recovery-image] Oct 30 23:19:33.207 INFO O| Oct 30 23:19:33.207 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8033 | 2024-10-30T23:19:34.589Z | [ recovery-image] Oct 30 23:19:33.217 INFO O| Oct 30 23:19:33.217 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8034 | 2024-10-30T23:19:34.592Z | [ recovery-image] Oct 30 23:19:33.217 INFO O| Oct 30 23:19:33.217 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8035 | 2024-10-30T23:19:34.592Z | [ recovery-image] Oct 30 23:19:33.217 INFO O| Oct 30 23:19:33.217 INFO STEP 44 (ensure_dir) COMPLETE |
8036 | 2024-10-30T23:19:34.592Z | [ recovery-image] Oct 30 23:19:33.217 INFO O| Oct 30 23:19:33.217 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8037 | 2024-10-30T23:19:34.600Z | [ recovery-image] Oct 30 23:19:33.227 INFO O| Oct 30 23:19:33.227 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8038 | 2024-10-30T23:19:34.603Z | [ recovery-image] Oct 30 23:19:33.227 INFO O| Oct 30 23:19:33.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8039 | 2024-10-30T23:19:34.603Z | [ recovery-image] Oct 30 23:19:33.227 INFO O| Oct 30 23:19:33.227 INFO STEP 45 (ensure_dir) COMPLETE |
8040 | 2024-10-30T23:19:34.603Z | [ recovery-image] Oct 30 23:19:33.227 INFO O| Oct 30 23:19:33.227 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8041 | 2024-10-30T23:19:34.610Z | [ recovery-image] Oct 30 23:19:33.237 INFO O| Oct 30 23:19:33.237 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8042 | 2024-10-30T23:19:34.610Z | [ recovery-image] Oct 30 23:19:33.237 INFO O| Oct 30 23:19:33.237 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8043 | 2024-10-30T23:19:34.645Z | [ recovery-image] Oct 30 23:19:33.272 INFO O| Oct 30 23:19:33.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8044 | 2024-10-30T23:19:34.645Z | [ recovery-image] Oct 30 23:19:33.272 INFO O| Oct 30 23:19:33.272 INFO ok! |
8045 | 2024-10-30T23:19:34.648Z | [ recovery-image] Oct 30 23:19:33.272 INFO O| Oct 30 23:19:33.272 INFO STEP 46 (ensure_file) COMPLETE |
8046 | 2024-10-30T23:19:34.648Z | [ recovery-image] Oct 30 23:19:33.272 INFO O| Oct 30 23:19:33.272 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8047 | 2024-10-30T23:19:34.656Z | [ recovery-image] Oct 30 23:19:33.283 INFO O| Oct 30 23:19:33.283 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8048 | 2024-10-30T23:19:34.659Z | [ recovery-image] Oct 30 23:19:33.284 INFO O| Oct 30 23:19:33.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8049 | 2024-10-30T23:19:34.659Z | [ recovery-image] Oct 30 23:19:33.284 INFO O| Oct 30 23:19:33.284 INFO STEP 47 (ensure_dir) COMPLETE |
8050 | 2024-10-30T23:19:34.659Z | [ recovery-image] Oct 30 23:19:33.284 INFO O| Oct 30 23:19:33.284 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8051 | 2024-10-30T23:19:34.666Z | [ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8052 | 2024-10-30T23:19:34.666Z | [ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8053 | 2024-10-30T23:19:34.669Z | [ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8054 | 2024-10-30T23:19:34.669Z | [ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO ok! |
8055 | 2024-10-30T23:19:34.669Z | [ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO STEP 48 (ensure_file) COMPLETE |
8056 | 2024-10-30T23:19:34.669Z | [ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8057 | 2024-10-30T23:19:34.677Z | [ recovery-image] Oct 30 23:19:33.305 INFO O| Oct 30 23:19:33.305 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8058 | 2024-10-30T23:19:34.680Z | [ recovery-image] Oct 30 23:19:33.305 INFO O| Oct 30 23:19:33.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8059 | 2024-10-30T23:19:34.680Z | [ recovery-image] Oct 30 23:19:33.305 INFO O| Oct 30 23:19:33.305 INFO STEP 49 (ensure_dir) COMPLETE |
8060 | 2024-10-30T23:19:34.680Z | [ recovery-image] Oct 30 23:19:33.305 INFO O| Oct 30 23:19:33.305 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8061 | 2024-10-30T23:19:34.689Z | [ recovery-image] Oct 30 23:19:33.316 INFO O| Oct 30 23:19:33.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8062 | 2024-10-30T23:19:34.689Z | [ recovery-image] Oct 30 23:19:33.316 INFO O| Oct 30 23:19:33.316 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8063 | 2024-10-30T23:19:34.709Z | [ recovery-image] Oct 30 23:19:33.336 INFO O| Oct 30 23:19:33.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8064 | 2024-10-30T23:19:34.709Z | [ recovery-image] Oct 30 23:19:33.337 INFO O| Oct 30 23:19:33.336 INFO ok! |
8065 | 2024-10-30T23:19:34.710Z | [ recovery-image] Oct 30 23:19:33.337 INFO O| Oct 30 23:19:33.336 INFO STEP 50 (ensure_file) COMPLETE |
8066 | 2024-10-30T23:19:34.712Z | [ recovery-image] Oct 30 23:19:33.337 INFO O| Oct 30 23:19:33.336 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8067 | 2024-10-30T23:19:34.720Z | [ recovery-image] Oct 30 23:19:33.348 INFO O| Oct 30 23:19:33.347 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8068 | 2024-10-30T23:19:34.720Z | [ recovery-image] Oct 30 23:19:33.348 INFO O| Oct 30 23:19:33.348 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8069 | 2024-10-30T23:19:35.056Z | [ host-image] Oct 30 23:19:33.683 INFO O| Oct 30 23:19:33.683 INFO O| Done |
8070 | 2024-10-30T23:19:35.221Z | [ recovery-image] Oct 30 23:19:33.848 INFO O| Oct 30 23:19:33.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8071 | 2024-10-30T23:19:35.221Z | [ recovery-image] Oct 30 23:19:33.848 INFO O| Oct 30 23:19:33.848 INFO ok! |
8072 | 2024-10-30T23:19:35.224Z | [ recovery-image] Oct 30 23:19:33.848 INFO O| Oct 30 23:19:33.848 INFO STEP 51 (ensure_file) COMPLETE |
8073 | 2024-10-30T23:19:35.224Z | [ recovery-image] Oct 30 23:19:33.848 INFO O| Oct 30 23:19:33.848 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8074 | 2024-10-30T23:19:35.232Z | [ recovery-image] Oct 30 23:19:33.860 INFO O| Oct 30 23:19:33.860 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8075 | 2024-10-30T23:19:35.235Z | [ recovery-image] Oct 30 23:19:33.860 INFO O| Oct 30 23:19:33.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8076 | 2024-10-30T23:19:35.235Z | [ recovery-image] Oct 30 23:19:33.860 INFO O| Oct 30 23:19:33.860 INFO STEP 52 (ensure_dir) COMPLETE |
8077 | 2024-10-30T23:19:35.235Z | [ recovery-image] Oct 30 23:19:33.860 INFO O| Oct 30 23:19:33.860 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8078 | 2024-10-30T23:19:35.243Z | [ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8079 | 2024-10-30T23:19:35.243Z | [ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO copying /tmp/.tmpjscsyd/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 ... |
8080 | 2024-10-30T23:19:35.245Z | [ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 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 |
8081 | 2024-10-30T23:19:35.245Z | [ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO ok! |
8082 | 2024-10-30T23:19:35.245Z | [ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO STEP 53 (ensure_file) COMPLETE |
8083 | 2024-10-30T23:19:35.245Z | [ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8084 | 2024-10-30T23:19:35.253Z | [ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8085 | 2024-10-30T23:19:35.255Z | [ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO copying /tmp/.tmpjscsyd/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 ... |
8086 | 2024-10-30T23:19:35.255Z | [ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 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 |
8087 | 2024-10-30T23:19:35.255Z | [ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO ok! |
8088 | 2024-10-30T23:19:35.255Z | [ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO STEP 54 (ensure_file) COMPLETE |
8089 | 2024-10-30T23:19:35.255Z | [ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8090 | 2024-10-30T23:19:35.262Z | [ recovery-image] Oct 30 23:19:33.890 INFO O| Oct 30 23:19:33.890 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8091 | 2024-10-30T23:19:35.263Z | [ recovery-image] Oct 30 23:19:33.890 INFO O| Oct 30 23:19:33.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8092 | 2024-10-30T23:19:35.263Z | [ recovery-image] Oct 30 23:19:33.890 INFO O| Oct 30 23:19:33.890 INFO STEP 55 (ensure_dir) COMPLETE |
8093 | 2024-10-30T23:19:35.265Z | [ recovery-image] Oct 30 23:19:33.890 INFO O| Oct 30 23:19:33.890 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8094 | 2024-10-30T23:19:35.272Z | [ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8095 | 2024-10-30T23:19:35.275Z | [ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO copying /tmp/.tmpjscsyd/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 ... |
8096 | 2024-10-30T23:19:35.275Z | [ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8097 | 2024-10-30T23:19:35.275Z | [ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO ok! |
8098 | 2024-10-30T23:19:35.275Z | [ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO STEP 56 (ensure_file) COMPLETE |
8099 | 2024-10-30T23:19:35.275Z | [ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8100 | 2024-10-30T23:19:35.283Z | [ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8101 | 2024-10-30T23:19:35.283Z | [ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO copying /tmp/.tmpjscsyd/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 ... |
8102 | 2024-10-30T23:19:35.283Z | [ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 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 |
8103 | 2024-10-30T23:19:35.287Z | [ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO ok! |
8104 | 2024-10-30T23:19:35.287Z | [ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO STEP 57 (ensure_file) COMPLETE |
8105 | 2024-10-30T23:19:35.287Z | [ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8106 | 2024-10-30T23:19:35.293Z | [ recovery-image] Oct 30 23:19:33.920 INFO O| Oct 30 23:19:33.920 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8107 | 2024-10-30T23:19:35.293Z | [ recovery-image] Oct 30 23:19:33.920 INFO O| Oct 30 23:19:33.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8108 | 2024-10-30T23:19:35.295Z | [ recovery-image] Oct 30 23:19:33.920 INFO O| Oct 30 23:19:33.920 INFO STEP 58 (ensure_dir) COMPLETE |
8109 | 2024-10-30T23:19:35.296Z | [ recovery-image] Oct 30 23:19:33.920 INFO O| Oct 30 23:19:33.920 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8110 | 2024-10-30T23:19:35.303Z | [ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8111 | 2024-10-30T23:19:35.303Z | [ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO copying /tmp/.tmpjscsyd/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 ... |
8112 | 2024-10-30T23:19:35.305Z | [ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8113 | 2024-10-30T23:19:35.305Z | [ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO ok! |
8114 | 2024-10-30T23:19:35.306Z | [ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO STEP 59 (ensure_file) COMPLETE |
8115 | 2024-10-30T23:19:35.306Z | [ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8116 | 2024-10-30T23:19:35.312Z | [ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.939 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8117 | 2024-10-30T23:19:35.312Z | [ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8118 | 2024-10-30T23:19:35.315Z | [ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8119 | 2024-10-30T23:19:35.315Z | [ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO ok! |
8120 | 2024-10-30T23:19:35.315Z | [ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO STEP 60 (ensure_file) COMPLETE |
8121 | 2024-10-30T23:19:35.315Z | [ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8122 | 2024-10-30T23:19:35.324Z | [ recovery-image] Oct 30 23:19:33.952 INFO O| Oct 30 23:19:33.951 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8123 | 2024-10-30T23:19:35.324Z | [ recovery-image] Oct 30 23:19:33.952 INFO O| Oct 30 23:19:33.952 INFO STEP 61 (ensure_dir) COMPLETE |
8124 | 2024-10-30T23:19:35.326Z | [ recovery-image] Oct 30 23:19:33.952 INFO O| Oct 30 23:19:33.952 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8125 | 2024-10-30T23:19:35.334Z | [ recovery-image] Oct 30 23:19:33.961 INFO O| Oct 30 23:19:33.961 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8126 | 2024-10-30T23:19:35.334Z | [ recovery-image] Oct 30 23:19:33.961 INFO O| Oct 30 23:19:33.961 INFO STEP 62 (ensure_dir) COMPLETE |
8127 | 2024-10-30T23:19:35.334Z | [ recovery-image] Oct 30 23:19:33.961 INFO O| Oct 30 23:19:33.961 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8128 | 2024-10-30T23:19:35.346Z | [ recovery-image] Oct 30 23:19:33.973 INFO O| Oct 30 23:19:33.973 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8129 | 2024-10-30T23:19:35.346Z | [ recovery-image] Oct 30 23:19:33.973 INFO O| Oct 30 23:19:33.973 INFO STEP 63 (ensure_dir) COMPLETE |
8130 | 2024-10-30T23:19:35.346Z | [ recovery-image] Oct 30 23:19:33.973 INFO O| Oct 30 23:19:33.973 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8131 | 2024-10-30T23:19:35.355Z | [ recovery-image] Oct 30 23:19:33.982 INFO O| Oct 30 23:19:33.982 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8132 | 2024-10-30T23:19:35.355Z | [ recovery-image] Oct 30 23:19:33.982 INFO O| Oct 30 23:19:33.982 INFO STEP 64 (ensure_dir) COMPLETE |
8133 | 2024-10-30T23:19:35.355Z | [ recovery-image] Oct 30 23:19:33.982 INFO O| Oct 30 23:19:33.982 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8134 | 2024-10-30T23:19:35.367Z | [ recovery-image] Oct 30 23:19:33.994 INFO O| Oct 30 23:19:33.994 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8135 | 2024-10-30T23:19:35.370Z | [ recovery-image] Oct 30 23:19:33.994 INFO O| Oct 30 23:19:33.994 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8136 | 2024-10-30T23:19:35.370Z | [ recovery-image] Oct 30 23:19:33.994 INFO O| Oct 30 23:19:33.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8137 | 2024-10-30T23:19:35.370Z | [ recovery-image] Oct 30 23:19:33.994 INFO O| Oct 30 23:19:33.994 INFO ok! |
8138 | 2024-10-30T23:19:35.370Z | [ recovery-image] Oct 30 23:19:33.995 INFO O| Oct 30 23:19:33.994 INFO STEP 65 (ensure_file) COMPLETE |
8139 | 2024-10-30T23:19:35.370Z | [ recovery-image] Oct 30 23:19:33.995 INFO O| Oct 30 23:19:33.994 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8140 | 2024-10-30T23:19:35.378Z | [ recovery-image] Oct 30 23:19:34.005 INFO O| Oct 30 23:19:34.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8141 | 2024-10-30T23:19:35.380Z | [ recovery-image] Oct 30 23:19:34.006 INFO O| Oct 30 23:19:34.006 INFO STEP 66 (remove_files) COMPLETE |
8142 | 2024-10-30T23:19:35.381Z | [ recovery-image] Oct 30 23:19:34.006 INFO O| Oct 30 23:19:34.006 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8143 | 2024-10-30T23:19:35.389Z | [ recovery-image] Oct 30 23:19:34.016 INFO O| Oct 30 23:19:34.016 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8144 | 2024-10-30T23:19:35.391Z | [ recovery-image] Oct 30 23:19:34.016 INFO O| Oct 30 23:19:34.016 INFO STEP 67 (remove_files) COMPLETE |
8145 | 2024-10-30T23:19:35.391Z | [ recovery-image] Oct 30 23:19:34.016 INFO O| Oct 30 23:19:34.016 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8146 | 2024-10-30T23:19:35.398Z | [ recovery-image] Oct 30 23:19:34.026 INFO O| Oct 30 23:19:34.026 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8147 | 2024-10-30T23:19:35.401Z | [ recovery-image] Oct 30 23:19:34.026 INFO O| Oct 30 23:19:34.026 INFO STEP 68 (remove_files) COMPLETE |
8148 | 2024-10-30T23:19:35.401Z | [ recovery-image] Oct 30 23:19:34.026 INFO O| Oct 30 23:19:34.026 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8149 | 2024-10-30T23:19:35.408Z | [ recovery-image] Oct 30 23:19:34.036 INFO O| Oct 30 23:19:34.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8150 | 2024-10-30T23:19:35.411Z | [ recovery-image] Oct 30 23:19:34.036 INFO O| Oct 30 23:19:34.036 INFO STEP 69 (remove_files) COMPLETE |
8151 | 2024-10-30T23:19:35.411Z | [ recovery-image] Oct 30 23:19:34.036 INFO O| Oct 30 23:19:34.036 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8152 | 2024-10-30T23:19:35.419Z | [ recovery-image] Oct 30 23:19:34.046 INFO O| Oct 30 23:19:34.046 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8153 | 2024-10-30T23:19:35.421Z | [ recovery-image] Oct 30 23:19:34.046 INFO O| Oct 30 23:19:34.046 INFO STEP 70 (remove_files) COMPLETE |
8154 | 2024-10-30T23:19:35.421Z | [ recovery-image] Oct 30 23:19:34.046 INFO O| Oct 30 23:19:34.046 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8155 | 2024-10-30T23:19:35.429Z | [ recovery-image] Oct 30 23:19:34.056 INFO O| Oct 30 23:19:34.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8156 | 2024-10-30T23:19:35.431Z | [ recovery-image] Oct 30 23:19:34.056 INFO O| Oct 30 23:19:34.056 INFO STEP 71 (remove_files) COMPLETE |
8157 | 2024-10-30T23:19:35.432Z | [ recovery-image] Oct 30 23:19:34.056 INFO O| Oct 30 23:19:34.056 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8158 | 2024-10-30T23:19:35.440Z | [ recovery-image] Oct 30 23:19:34.067 INFO O| Oct 30 23:19:34.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8159 | 2024-10-30T23:19:35.440Z | [ recovery-image] Oct 30 23:19:34.067 INFO O| Oct 30 23:19:34.067 INFO STEP 72 (remove_files) COMPLETE |
8160 | 2024-10-30T23:19:35.440Z | [ recovery-image] Oct 30 23:19:34.067 INFO O| Oct 30 23:19:34.067 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8161 | 2024-10-30T23:19:35.451Z | [ recovery-image] Oct 30 23:19:34.079 INFO O| Oct 30 23:19:34.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8162 | 2024-10-30T23:19:35.451Z | [ recovery-image] Oct 30 23:19:34.079 INFO O| Oct 30 23:19:34.079 INFO STEP 73 (remove_files) COMPLETE |
8163 | 2024-10-30T23:19:35.454Z | [ recovery-image] Oct 30 23:19:34.079 INFO O| Oct 30 23:19:34.079 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8164 | 2024-10-30T23:19:35.461Z | [ recovery-image] Oct 30 23:19:34.089 INFO O| Oct 30 23:19:34.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8165 | 2024-10-30T23:19:35.464Z | [ recovery-image] Oct 30 23:19:34.089 INFO O| Oct 30 23:19:34.089 INFO STEP 74 (remove_files) COMPLETE |
8166 | 2024-10-30T23:19:35.464Z | [ recovery-image] Oct 30 23:19:34.089 INFO O| Oct 30 23:19:34.089 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8167 | 2024-10-30T23:19:35.471Z | [ recovery-image] Oct 30 23:19:34.098 INFO O| Oct 30 23:19:34.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8168 | 2024-10-30T23:19:35.471Z | [ recovery-image] Oct 30 23:19:34.099 INFO O| Oct 30 23:19:34.099 INFO STEP 75 (remove_files) COMPLETE |
8169 | 2024-10-30T23:19:35.474Z | [ recovery-image] Oct 30 23:19:34.099 INFO O| Oct 30 23:19:34.099 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8170 | 2024-10-30T23:19:35.481Z | [ recovery-image] Oct 30 23:19:34.108 INFO O| Oct 30 23:19:34.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8171 | 2024-10-30T23:19:35.481Z | [ recovery-image] Oct 30 23:19:34.108 INFO O| Oct 30 23:19:34.108 INFO STEP 76 (remove_files) COMPLETE |
8172 | 2024-10-30T23:19:35.484Z | [ recovery-image] Oct 30 23:19:34.108 INFO O| Oct 30 23:19:34.108 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8173 | 2024-10-30T23:19:35.491Z | [ recovery-image] Oct 30 23:19:34.118 INFO O| Oct 30 23:19:34.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8174 | 2024-10-30T23:19:35.491Z | [ recovery-image] Oct 30 23:19:34.118 INFO O| Oct 30 23:19:34.118 INFO STEP 77 (remove_files) COMPLETE |
8175 | 2024-10-30T23:19:35.491Z | [ recovery-image] Oct 30 23:19:34.118 INFO O| Oct 30 23:19:34.118 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8176 | 2024-10-30T23:19:35.501Z | [ recovery-image] Oct 30 23:19:34.128 INFO O| Oct 30 23:19:34.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8177 | 2024-10-30T23:19:35.501Z | [ recovery-image] Oct 30 23:19:34.128 INFO O| Oct 30 23:19:34.128 INFO STEP 78 (remove_files) COMPLETE |
8178 | 2024-10-30T23:19:35.501Z | [ recovery-image] Oct 30 23:19:34.128 INFO O| Oct 30 23:19:34.128 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8179 | 2024-10-30T23:19:35.513Z | [ recovery-image] Oct 30 23:19:34.138 INFO O| Oct 30 23:19:34.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8180 | 2024-10-30T23:19:35.513Z | [ recovery-image] Oct 30 23:19:34.138 INFO O| Oct 30 23:19:34.138 INFO STEP 79 (remove_files) COMPLETE |
8181 | 2024-10-30T23:19:35.513Z | [ recovery-image] Oct 30 23:19:34.138 INFO O| Oct 30 23:19:34.138 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8182 | 2024-10-30T23:19:35.521Z | [ recovery-image] Oct 30 23:19:34.148 INFO O| Oct 30 23:19:34.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8183 | 2024-10-30T23:19:35.521Z | [ recovery-image] Oct 30 23:19:34.149 INFO O| Oct 30 23:19:34.149 INFO STEP 80 (remove_files) COMPLETE |
8184 | 2024-10-30T23:19:35.524Z | [ recovery-image] Oct 30 23:19:34.149 INFO O| Oct 30 23:19:34.149 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8185 | 2024-10-30T23:19:35.531Z | [ recovery-image] Oct 30 23:19:34.159 INFO O| Oct 30 23:19:34.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8186 | 2024-10-30T23:19:35.534Z | [ recovery-image] Oct 30 23:19:34.159 INFO O| Oct 30 23:19:34.159 INFO STEP 81 (remove_files) COMPLETE |
8187 | 2024-10-30T23:19:35.534Z | [ recovery-image] Oct 30 23:19:34.159 INFO O| Oct 30 23:19:34.159 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8188 | 2024-10-30T23:19:35.543Z | [ recovery-image] Oct 30 23:19:34.170 INFO O| Oct 30 23:19:34.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8189 | 2024-10-30T23:19:35.543Z | [ recovery-image] Oct 30 23:19:34.170 INFO O| Oct 30 23:19:34.170 INFO STEP 82 (remove_files) COMPLETE |
8190 | 2024-10-30T23:19:35.543Z | [ recovery-image] Oct 30 23:19:34.170 INFO O| Oct 30 23:19:34.170 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8191 | 2024-10-30T23:19:35.553Z | [ recovery-image] Oct 30 23:19:34.180 INFO O| Oct 30 23:19:34.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8192 | 2024-10-30T23:19:35.553Z | [ recovery-image] Oct 30 23:19:34.180 INFO O| Oct 30 23:19:34.180 INFO STEP 83 (remove_files) COMPLETE |
8193 | 2024-10-30T23:19:35.553Z | [ recovery-image] Oct 30 23:19:34.180 INFO O| Oct 30 23:19:34.180 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8194 | 2024-10-30T23:19:35.563Z | [ recovery-image] Oct 30 23:19:34.190 INFO O| Oct 30 23:19:34.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8195 | 2024-10-30T23:19:35.563Z | [ recovery-image] Oct 30 23:19:34.190 INFO O| Oct 30 23:19:34.190 INFO STEP 84 (remove_files) COMPLETE |
8196 | 2024-10-30T23:19:35.566Z | [ recovery-image] Oct 30 23:19:34.190 INFO O| Oct 30 23:19:34.190 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8197 | 2024-10-30T23:19:35.573Z | [ recovery-image] Oct 30 23:19:34.200 INFO O| Oct 30 23:19:34.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8198 | 2024-10-30T23:19:35.573Z | [ recovery-image] Oct 30 23:19:34.200 INFO O| Oct 30 23:19:34.200 INFO STEP 85 (remove_files) COMPLETE |
8199 | 2024-10-30T23:19:35.573Z | [ recovery-image] Oct 30 23:19:34.200 INFO O| Oct 30 23:19:34.200 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8200 | 2024-10-30T23:19:35.583Z | [ recovery-image] Oct 30 23:19:34.210 INFO O| Oct 30 23:19:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8201 | 2024-10-30T23:19:35.583Z | [ recovery-image] Oct 30 23:19:34.210 INFO O| Oct 30 23:19:34.210 INFO STEP 86 (remove_files) COMPLETE |
8202 | 2024-10-30T23:19:35.583Z | [ recovery-image] Oct 30 23:19:34.210 INFO O| Oct 30 23:19:34.210 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8203 | 2024-10-30T23:19:35.592Z | [ recovery-image] Oct 30 23:19:34.219 INFO O| Oct 30 23:19:34.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8204 | 2024-10-30T23:19:35.594Z | [ recovery-image] Oct 30 23:19:34.220 INFO O| Oct 30 23:19:34.219 INFO STEP 87 (remove_files) COMPLETE |
8205 | 2024-10-30T23:19:35.594Z | [ recovery-image] Oct 30 23:19:34.220 INFO O| Oct 30 23:19:34.220 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8206 | 2024-10-30T23:19:35.602Z | [ recovery-image] Oct 30 23:19:34.230 INFO O| Oct 30 23:19:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8207 | 2024-10-30T23:19:35.602Z | [ recovery-image] Oct 30 23:19:34.230 INFO O| Oct 30 23:19:34.230 INFO STEP 88 (remove_files) COMPLETE |
8208 | 2024-10-30T23:19:35.602Z | [ recovery-image] Oct 30 23:19:34.230 INFO O| Oct 30 23:19:34.230 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8209 | 2024-10-30T23:19:35.612Z | [ recovery-image] Oct 30 23:19:34.239 INFO O| Oct 30 23:19:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8210 | 2024-10-30T23:19:35.612Z | [ recovery-image] Oct 30 23:19:34.239 INFO O| Oct 30 23:19:34.239 INFO STEP 89 (remove_files) COMPLETE |
8211 | 2024-10-30T23:19:35.615Z | [ recovery-image] Oct 30 23:19:34.239 INFO O| Oct 30 23:19:34.239 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8212 | 2024-10-30T23:19:35.622Z | [ recovery-image] Oct 30 23:19:34.249 INFO O| Oct 30 23:19:34.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8213 | 2024-10-30T23:19:35.622Z | [ recovery-image] Oct 30 23:19:34.249 INFO O| Oct 30 23:19:34.249 INFO STEP 90 (remove_files) COMPLETE |
8214 | 2024-10-30T23:19:35.624Z | [ recovery-image] Oct 30 23:19:34.249 INFO O| Oct 30 23:19:34.249 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8215 | 2024-10-30T23:19:35.632Z | [ recovery-image] Oct 30 23:19:34.259 INFO O| Oct 30 23:19:34.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8216 | 2024-10-30T23:19:35.635Z | [ recovery-image] Oct 30 23:19:34.259 INFO O| Oct 30 23:19:34.259 INFO STEP 91 (remove_files) COMPLETE |
8217 | 2024-10-30T23:19:35.635Z | [ recovery-image] Oct 30 23:19:34.259 INFO O| Oct 30 23:19:34.259 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8218 | 2024-10-30T23:19:35.641Z | [ recovery-image] Oct 30 23:19:34.269 INFO O| Oct 30 23:19:34.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8219 | 2024-10-30T23:19:35.641Z | [ recovery-image] Oct 30 23:19:34.269 INFO O| Oct 30 23:19:34.269 INFO STEP 92 (remove_files) COMPLETE |
8220 | 2024-10-30T23:19:35.644Z | [ recovery-image] Oct 30 23:19:34.269 INFO O| Oct 30 23:19:34.269 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8221 | 2024-10-30T23:19:35.651Z | [ recovery-image] Oct 30 23:19:34.278 INFO O| Oct 30 23:19:34.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8222 | 2024-10-30T23:19:35.654Z | [ recovery-image] Oct 30 23:19:34.278 INFO O| Oct 30 23:19:34.278 INFO STEP 93 (remove_files) COMPLETE |
8223 | 2024-10-30T23:19:35.655Z | [ recovery-image] Oct 30 23:19:34.278 INFO O| Oct 30 23:19:34.278 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8224 | 2024-10-30T23:19:35.661Z | [ recovery-image] Oct 30 23:19:34.288 INFO O| Oct 30 23:19:34.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8225 | 2024-10-30T23:19:35.661Z | [ recovery-image] Oct 30 23:19:34.288 INFO O| Oct 30 23:19:34.288 INFO STEP 94 (remove_files) COMPLETE |
8226 | 2024-10-30T23:19:35.663Z | [ recovery-image] Oct 30 23:19:34.288 INFO O| Oct 30 23:19:34.288 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8227 | 2024-10-30T23:19:35.676Z | [ recovery-image] Oct 30 23:19:34.303 INFO O| Oct 30 23:19:34.303 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8228 | 2024-10-30T23:19:35.678Z | [ recovery-image] Oct 30 23:19:34.304 INFO O| Oct 30 23:19:34.303 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8229 | 2024-10-30T23:19:36.299Z | [ host-image] Oct 30 23:19:34.926 INFO O| Oct 30 23:19:34.926 INFO O| Done |
8230 | 2024-10-30T23:19:36.324Z | [ host-image] Oct 30 23:19:34.951 INFO O| Oct 30 23:19:34.951 INFO O| Done |
8231 | 2024-10-30T23:19:36.327Z | [ host-image] Oct 30 23:19:34.951 INFO O| Oct 30 23:19:34.951 INFO O| Done |
8232 | 2024-10-30T23:19:36.338Z | [ host-image] Oct 30 23:19:34.965 INFO O| Oct 30 23:19:34.965 INFO O| Done |
8233 | 2024-10-30T23:19:36.520Z | [ host-image] Oct 30 23:19:35.147 INFO O| Oct 30 23:19:35.147 INFO STEP 12 (pkg_install) COMPLETE |
8234 | 2024-10-30T23:19:36.520Z | [ host-image] Oct 30 23:19:35.147 INFO O| Oct 30 23:19:35.147 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8235 | 2024-10-30T23:19:36.532Z | [ host-image] Oct 30 23:19:35.159 INFO O| Oct 30 23:19:35.159 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
8236 | 2024-10-30T23:19:37.250Z | [ host-image] Oct 30 23:19:35.877 INFO O| Oct 30 23:19:35.877 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8237 | 2024-10-30T23:19:39.077Z | [ host-image] Oct 30 23:19:37.703 INFO O| Oct 30 23:19:37.703 INFO O| Planning: Solver setup ... Done |
8238 | 2024-10-30T23:19:39.080Z | [ host-image] Oct 30 23:19:37.707 INFO O| Oct 30 23:19:37.707 INFO O| Planning: Running solver ... Done |
8239 | 2024-10-30T23:19:39.131Z | [ host-image] Oct 30 23:19:37.758 INFO O| Oct 30 23:19:37.758 INFO O| Planning: Finding local manifests ... Done |
8240 | 2024-10-30T23:19:39.134Z | [ host-image] Oct 30 23:19:37.760 INFO O| Oct 30 23:19:37.760 INFO O| Planning: Fetching manifests: 0/6 0% complete |
8241 | 2024-10-30T23:19:39.284Z | [ host-image] Oct 30 23:19:37.911 INFO O| Oct 30 23:19:37.911 INFO O| Planning: Fetching manifests: 6/6 100% complete |
8242 | 2024-10-30T23:19:39.316Z | [ host-image] Oct 30 23:19:37.943 INFO O| Oct 30 23:19:37.943 INFO O| Planning: Package planning ... Done |
8243 | 2024-10-30T23:19:39.334Z | [ host-image] Oct 30 23:19:37.961 INFO O| Oct 30 23:19:37.961 INFO O| Planning: Merging actions ... Done |
8244 | 2024-10-30T23:19:39.405Z | [ host-image] Oct 30 23:19:38.032 INFO O| Oct 30 23:19:38.032 INFO O| Planning: Checking for conflicting actions ... Done |
8245 | 2024-10-30T23:19:39.409Z | [ host-image] Oct 30 23:19:38.036 INFO O| Oct 30 23:19:38.036 INFO O| Planning: Consolidating action changes ... Done |
8246 | 2024-10-30T23:19:39.584Z | [ host-image] Oct 30 23:19:38.211 INFO O| Oct 30 23:19:38.210 INFO O| Planning: Evaluating mediators ... Done |
8247 | 2024-10-30T23:19:39.586Z | [ host-image] Oct 30 23:19:38.214 INFO O| Oct 30 23:19:38.213 INFO O| Planning: Planning completed in 2.34 seconds |
8248 | 2024-10-30T23:19:39.589Z | [ host-image] Oct 30 23:19:38.215 INFO O| Oct 30 23:19:38.215 INFO O| Packages to install: 6 |
8249 | 2024-10-30T23:19:39.589Z | [ host-image] Oct 30 23:19:38.215 INFO O| Oct 30 23:19:38.215 INFO O| Mediators to change: 1 |
8250 | 2024-10-30T23:19:39.589Z | [ host-image] Oct 30 23:19:38.215 INFO O| Oct 30 23:19:38.215 INFO O| Services to change: 1 |
8251 | 2024-10-30T23:19:39.601Z | [ host-image] Oct 30 23:19:38.228 INFO O| Oct 30 23:19:38.228 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
8252 | 2024-10-30T23:19:43.261Z | [ recovery-image] Oct 30 23:19:41.887 INFO O| Oct 30 23:19:41.887 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 |
8253 | 2024-10-30T23:19:43.261Z | [ recovery-image] Oct 30 23:19:41.887 INFO O| Oct 30 23:19:41.887 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8254 | 2024-10-30T23:19:43.275Z | [ recovery-image] Oct 30 23:19:41.903 INFO O| Oct 30 23:19:41.902 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8255 | 2024-10-30T23:19:43.352Z | [ recovery-image] Oct 30 23:19:41.979 INFO O| Oct 30 23:19:41.979 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8256 | 2024-10-30T23:19:43.352Z | [ recovery-image] Oct 30 23:19:41.979 INFO O| Oct 30 23:19:41.979 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 ... |
8257 | 2024-10-30T23:19:43.355Z | [ recovery-image] Oct 30 23:19:41.980 INFO O| Oct 30 23:19:41.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8258 | 2024-10-30T23:19:43.355Z | [ recovery-image] Oct 30 23:19:41.980 INFO O| Oct 30 23:19:41.980 INFO ok! |
8259 | 2024-10-30T23:19:43.355Z | [ recovery-image] Oct 30 23:19:41.981 INFO O| Oct 30 23:19:41.980 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8260 | 2024-10-30T23:19:43.355Z | [ recovery-image] Oct 30 23:19:41.981 INFO O| Oct 30 23:19:41.981 INFO STEP 95 (seed_smf) COMPLETE |
8261 | 2024-10-30T23:19:43.355Z | [ recovery-image] Oct 30 23:19:41.981 INFO O| Oct 30 23:19:41.981 INFO steps complete; finalising image! |
8262 | 2024-10-30T23:19:43.355Z | [ recovery-image] Oct 30 23:19:41.981 INFO O| Oct 30 23:19:41.981 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8263 | 2024-10-30T23:19:43.382Z | [ recovery-image] Oct 30 23:19:42.009 INFO O| Oct 30 23:19:42.009 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Oct 30 23:19:41 2024) |
8264 | 2024-10-30T23:19:43.603Z | [ recovery-image] Oct 30 23:19:42.230 INFO O| Oct 30 23:19:42.230 INFO temporary pool has 409M used, 1.35G avail, 1.00x compressratio |
8265 | 2024-10-30T23:19:43.603Z | [ recovery-image] Oct 30 23:19:42.230 INFO O| Oct 30 23:19:42.230 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8266 | 2024-10-30T23:19:43.799Z | [ recovery-image] Oct 30 23:19:42.425 INFO O| Oct 30 23:19:42.425 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 |
8267 | 2024-10-30T23:19:43.799Z | [ recovery-image] Oct 30 23:19:42.426 INFO O| Oct 30 23:19:42.425 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8268 | 2024-10-30T23:19:45.385Z | [ host-image] Oct 30 23:19:44.012 INFO O| Oct 30 23:19:44.012 INFO O| Download: 261/1140 items 1.8/8.4MB 21% complete (507k/s) |
8269 | 2024-10-30T23:19:46.685Z | [ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8270 | 2024-10-30T23:19:46.685Z | [ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8271 | 2024-10-30T23:19:46.687Z | [ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8272 | 2024-10-30T23:19:46.687Z | [ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO completed processing gimlet/zfs-recovery |
8273 | 2024-10-30T23:19:46.687Z | [ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8274 | 2024-10-30T23:19:47.244Z | [ recovery-image] Oct 30 23:19:45.870 INFO O| Oct 30 23:19:45.870 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8275 | 2024-10-30T23:19:47.337Z | [ recovery-image] Oct 30 23:19:45.964 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
8276 | 2024-10-30T23:19:47.339Z | [ recovery-image] Oct 30 23:19:45.964 INFO expanded image name: "recovery 8f8ba2a/${os_short_commit} 2024-10-30 22:49" -> "recovery 8f8ba2a/54a974b 2024-10-30 22:49" |
8277 | 2024-10-30T23:19:47.340Z | [ recovery-image] Oct 30 23:19:45.964 INFO output artefacts stored in: "/work/os-recovery" |
8278 | 2024-10-30T23:19:47.340Z | [ recovery-image] Oct 30 23:19:45.964 INFO collecting git info from project "pilot"... |
8279 | 2024-10-30T23:19:47.352Z | [ recovery-image] Oct 30 23:19:45.979 INFO collecting git info from project "pinprick"... |
8280 | 2024-10-30T23:19:47.357Z | [ recovery-image] Oct 30 23:19:45.984 INFO collecting git info from project "amd-host-image-builder"... |
8281 | 2024-10-30T23:19:47.401Z | [ recovery-image] Oct 30 23:19:46.027 INFO collecting git info from project "image-builder"... |
8282 | 2024-10-30T23:19:47.406Z | [ recovery-image] Oct 30 23:19:46.033 INFO collecting git info from project "phbl"... |
8283 | 2024-10-30T23:19:47.412Z | [ recovery-image] Oct 30 23:19:46.039 INFO collecting git info from project "bootserver"... |
8284 | 2024-10-30T23:19:47.417Z | [ recovery-image] Oct 30 23:19:46.044 INFO collecting git info from project "amd-firmware"... |
8285 | 2024-10-30T23:19:47.574Z | [ recovery-image] Oct 30 23:19:46.201 INFO collecting git info from project "chelsio-t6-roms"... |
8286 | 2024-10-30T23:19:47.595Z | [ recovery-image] Oct 30 23:19:46.222 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8287 | 2024-10-30T23:19:47.942Z | [ recovery-image] Oct 30 23:19:46.569 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8288 | 2024-10-30T23:19:48.280Z | [ recovery-image] Oct 30 23:19:46.907 INFO creating Oxide boot image... |
8289 | 2024-10-30T23:19:48.281Z | [ recovery-image] Oct 30 23:19:46.907 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 8f8ba2a/54a974b 2024-10-30 22:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8290 | 2024-10-30T23:19:48.992Z | [ host-image] Oct 30 23:19:47.619 INFO O| Oct 30 23:19:47.619 INFO O| Download: Completed 8.42 MB in 9.39 seconds (917k/s) |
8291 | 2024-10-30T23:19:49.046Z | [ host-image] Oct 30 23:19:47.672 INFO O| Oct 30 23:19:47.672 INFO O| Actions: 1/1361 actions (Installing new actions) |
8292 | 2024-10-30T23:19:49.449Z | [ host-image] Oct 30 23:19:48.076 INFO O| Oct 30 23:19:48.076 INFO O| Actions: Completed 1361 actions in 0.40 seconds. |
8293 | 2024-10-30T23:19:49.742Z | [ host-image] Oct 30 23:19:48.369 INFO O| Oct 30 23:19:48.369 INFO O| Done |
8294 | 2024-10-30T23:19:49.742Z | [ host-image] Oct 30 23:19:48.369 INFO O| Oct 30 23:19:48.369 INFO O| Done |
8295 | 2024-10-30T23:19:50.205Z | [ host-image] Oct 30 23:19:48.831 INFO O| Oct 30 23:19:48.831 INFO O| Done |
8296 | 2024-10-30T23:19:51.375Z | [ host-image] Oct 30 23:19:50.002 INFO O| Oct 30 23:19:50.002 INFO O| Done |
8297 | 2024-10-30T23:19:51.398Z | [ host-image] Oct 30 23:19:50.025 INFO O| Oct 30 23:19:50.025 INFO O| Done |
8298 | 2024-10-30T23:19:51.401Z | [ host-image] Oct 30 23:19:50.025 INFO O| Oct 30 23:19:50.025 INFO O| Done |
8299 | 2024-10-30T23:19:51.435Z | [ host-image] Oct 30 23:19:50.062 INFO O| Oct 30 23:19:50.062 INFO O| Done |
8300 | 2024-10-30T23:19:51.536Z | [ host-image] Oct 30 23:19:50.163 INFO O| Oct 30 23:19:50.163 INFO STEP 13 (pkg_install) COMPLETE |
8301 | 2024-10-30T23:19:51.536Z | [ host-image] Oct 30 23:19:50.163 INFO O| Oct 30 23:19:50.163 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8302 | 2024-10-30T23:19:51.547Z | [ host-image] Oct 30 23:19:50.173 INFO O| Oct 30 23:19:50.173 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
8303 | 2024-10-30T23:19:52.032Z | [ host-image] Oct 30 23:19:50.658 INFO O| Oct 30 23:19:50.658 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8304 | 2024-10-30T23:19:53.879Z | [ host-image] Oct 30 23:19:52.506 INFO O| Oct 30 23:19:52.506 INFO O| Planning: Solver setup ... Done |
8305 | 2024-10-30T23:19:53.883Z | [ host-image] Oct 30 23:19:52.509 INFO O| Oct 30 23:19:52.509 INFO O| Planning: Running solver ... Done |
8306 | 2024-10-30T23:19:53.933Z | [ host-image] Oct 30 23:19:52.560 INFO O| Oct 30 23:19:52.559 INFO O| Planning: Finding local manifests ... Done |
8307 | 2024-10-30T23:19:53.935Z | [ host-image] Oct 30 23:19:52.560 INFO O| Oct 30 23:19:52.560 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8308 | 2024-10-30T23:19:54.025Z | [ host-image] Oct 30 23:19:52.652 INFO O| Oct 30 23:19:52.652 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8309 | 2024-10-30T23:19:54.044Z | [ host-image] Oct 30 23:19:52.671 INFO O| Oct 30 23:19:52.671 INFO O| Planning: Package planning ... Done |
8310 | 2024-10-30T23:19:54.047Z | [ host-image] Oct 30 23:19:52.672 INFO O| Oct 30 23:19:52.671 INFO O| Planning: Merging actions ... Done |
8311 | 2024-10-30T23:19:54.104Z | [ host-image] Oct 30 23:19:52.731 INFO O| Oct 30 23:19:52.731 INFO O| Planning: Checking for conflicting actions ... Done |
8312 | 2024-10-30T23:19:54.107Z | [ host-image] Oct 30 23:19:52.731 INFO O| Oct 30 23:19:52.731 INFO O| Planning: Consolidating action changes ... Done |
8313 | 2024-10-30T23:19:54.278Z | [ host-image] Oct 30 23:19:52.904 INFO O| Oct 30 23:19:52.904 INFO O| Planning: Evaluating mediators ... Done |
8314 | 2024-10-30T23:19:54.281Z | [ host-image] Oct 30 23:19:52.905 INFO O| Oct 30 23:19:52.905 INFO O| Planning: Planning completed in 2.25 seconds |
8315 | 2024-10-30T23:19:54.281Z | [ host-image] Oct 30 23:19:52.906 INFO O| Oct 30 23:19:52.906 INFO O| Packages to install: 1 |
8316 | 2024-10-30T23:19:54.290Z | [ host-image] Oct 30 23:19:52.917 INFO O| Oct 30 23:19:52.917 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
8317 | 2024-10-30T23:19:54.647Z | [ host-image] Oct 30 23:19:53.273 INFO O| Oct 30 23:19:53.273 INFO O| Download: Completed 20.80 MB in 0.36 seconds (58.4M/s) |
8318 | 2024-10-30T23:19:54.672Z | [ host-image] Oct 30 23:19:53.299 INFO O| Oct 30 23:19:53.299 INFO O| Actions: 1/22 actions (Installing new actions) |
8319 | 2024-10-30T23:19:55.231Z | [ host-image] Oct 30 23:19:53.858 INFO O| Oct 30 23:19:53.857 INFO O| Actions: Completed 22 actions in 0.56 seconds. |
8320 | 2024-10-30T23:19:55.521Z | [ host-image] Oct 30 23:19:54.147 INFO O| Oct 30 23:19:54.147 INFO O| Done |
8321 | 2024-10-30T23:19:55.521Z | [ host-image] Oct 30 23:19:54.147 INFO O| Oct 30 23:19:54.147 INFO O| Done |
8322 | 2024-10-30T23:19:55.979Z | [ host-image] Oct 30 23:19:54.605 INFO O| Oct 30 23:19:54.605 INFO O| Done |
8323 | 2024-10-30T23:19:57.141Z | [ host-image] Oct 30 23:19:55.767 INFO O| Oct 30 23:19:55.767 INFO O| Done |
8324 | 2024-10-30T23:19:57.162Z | [ host-image] Oct 30 23:19:55.789 INFO O| Oct 30 23:19:55.789 INFO O| Done |
8325 | 2024-10-30T23:19:57.162Z | [ host-image] Oct 30 23:19:55.789 INFO O| Oct 30 23:19:55.789 INFO O| Done |
8326 | 2024-10-30T23:19:57.172Z | [ host-image] Oct 30 23:19:55.799 INFO O| Oct 30 23:19:55.799 INFO O| Done |
8327 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 14 (pkg_install) COMPLETE |
8328 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8329 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO skip step because feature "mfg" is not enabled |
8330 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8331 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO skip step because feature "compliance" is not enabled |
8332 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8333 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO skip step because feature "stress" is not enabled |
8334 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8335 | 2024-10-30T23:19:57.275Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO skip step because feature "nfs" is not enabled |
8336 | 2024-10-30T23:19:57.278Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8337 | 2024-10-30T23:19:57.278Z | [ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8338 | 2024-10-30T23:19:57.421Z | [ host-image] Oct 30 23:19:56.048 INFO O| Oct 30 23:19:56.047 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8339 | 2024-10-30T23:19:57.512Z | [ host-image] Oct 30 23:19:56.137 INFO O| Oct 30 23:19:56.137 INFO completed processing gimlet/ramdisk-01-os |
8340 | 2024-10-30T23:19:57.514Z | [ host-image] Oct 30 23:19:56.139 INFO omicron1 baseline generation... |
8341 | 2024-10-30T23:19:57.514Z | [ host-image] Oct 30 23:19:56.139 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8342 | 2024-10-30T23:19:57.895Z | [ host-image] Oct 30 23:19:56.521 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z |
8343 | 2024-10-30T23:20:41.497Z | [ recovery-image] Oct 30 23:20:40.122 INFO O| ok, image written! |
8344 | 2024-10-30T23:20:41.497Z | [ recovery-image] Oct 30 23:20:40.122 INFO O| ok, boot_image_csum file written! |
8345 | 2024-10-30T23:20:41.501Z | [ recovery-image] Oct 30 23:20:40.127 INFO creating boot archive (CPIO)... |
8346 | 2024-10-30T23:20:41.504Z | [ recovery-image] Oct 30 23:20:40.127 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 |
8347 | 2024-10-30T23:20:41.509Z | [ recovery-image] Oct 30 23:20:40.135 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8348 | 2024-10-30T23:20:41.509Z | [ recovery-image] Oct 30 23:20:40.135 INFO E| + outfile=/work/os-recovery/cpio |
8349 | 2024-10-30T23:20:41.511Z | [ recovery-image] Oct 30 23:20:40.135 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8350 | 2024-10-30T23:20:41.511Z | [ recovery-image] Oct 30 23:20:40.137 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8351 | 2024-10-30T23:20:41.511Z | [ recovery-image] Oct 30 23:20:40.137 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8352 | 2024-10-30T23:20:41.543Z | [ recovery-image] Oct 30 23:20:40.168 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8353 | 2024-10-30T23:20:41.543Z | [ recovery-image] Oct 30 23:20:40.168 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8354 | 2024-10-30T23:20:41.549Z | [ recovery-image] Oct 30 23:20:40.175 INFO creating compressed cpio/unix for nanobl-rs... |
8355 | 2024-10-30T23:20:41.549Z | [ recovery-image] Oct 30 23:20:40.175 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 |
8356 | 2024-10-30T23:20:41.821Z | [ recovery-image] Oct 30 23:20:40.446 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8357 | 2024-10-30T23:20:44.197Z | [ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z |
8358 | 2024-10-30T23:20:44.200Z | [ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z |
8359 | 2024-10-30T23:20:44.200Z | [ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8360 | 2024-10-30T23:20:44.200Z | [ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8361 | 2024-10-30T23:20:44.200Z | [ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8362 | 2024-10-30T23:20:44.200Z | [ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8363 | 2024-10-30T23:20:44.200Z | [ host-image] Oct 30 23:20:42.824 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8364 | 2024-10-30T23:20:44.201Z | [ host-image] Oct 30 23:20:42.824 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8365 | 2024-10-30T23:20:44.201Z | [ host-image] Oct 30 23:20:42.824 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8366 | 2024-10-30T23:20:44.201Z | [ host-image] Oct 30 23:20:42.825 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8367 | 2024-10-30T23:20:44.201Z | [ host-image] Oct 30 23:20:42.825 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z |
8368 | 2024-10-30T23:20:44.204Z | [ host-image] Oct 30 23:20:42.826 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z |
8369 | 2024-10-30T23:20:44.204Z | [ host-image] Oct 30 23:20:42.827 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z |
8370 | 2024-10-30T23:20:44.204Z | [ host-image] Oct 30 23:20:42.828 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z |
8371 | 2024-10-30T23:20:44.204Z | [ host-image] Oct 30 23:20:42.828 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8372 | 2024-10-30T23:20:44.204Z | [ host-image] Oct 30 23:20:42.829 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z |
8373 | 2024-10-30T23:20:44.204Z | [ host-image] Oct 30 23:20:42.829 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z |
8374 | 2024-10-30T23:20:44.204Z | [ host-image] Oct 30 23:20:42.829 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z |
8375 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.829 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z |
8376 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z |
8377 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z |
8378 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z |
8379 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z |
8380 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z |
8381 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z |
8382 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z |
8383 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z |
8384 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z |
8385 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8386 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z |
8387 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z |
8388 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z |
8389 | 2024-10-30T23:20:44.207Z | [ host-image] Oct 30 23:20:42.832 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z |
8390 | 2024-10-30T23:20:44.210Z | [ host-image] Oct 30 23:20:42.833 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z |
8391 | 2024-10-30T23:20:44.210Z | [ host-image] Oct 30 23:20:42.833 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z |
8392 | 2024-10-30T23:20:44.216Z | [ host-image] Oct 30 23:20:42.842 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8393 | 2024-10-30T23:20:44.220Z | [ host-image] Oct 30 23:20:42.842 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z |
8394 | 2024-10-30T23:20:44.220Z | [ host-image] Oct 30 23:20:42.842 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8395 | 2024-10-30T23:20:44.220Z | [ host-image] Oct 30 23:20:42.842 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8396 | 2024-10-30T23:20:44.220Z | [ host-image] Oct 30 23:20:42.843 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8397 | 2024-10-30T23:20:44.220Z | [ host-image] Oct 30 23:20:42.843 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z |
8398 | 2024-10-30T23:20:44.220Z | [ host-image] Oct 30 23:20:42.843 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8399 | 2024-10-30T23:20:44.220Z | [ host-image] Oct 30 23:20:42.844 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8400 | 2024-10-30T23:20:44.220Z | [ host-image] Oct 30 23:20:42.845 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8401 | 2024-10-30T23:20:44.223Z | [ host-image] Oct 30 23:20:42.845 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8402 | 2024-10-30T23:20:44.232Z | [ host-image] Oct 30 23:20:42.857 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8403 | 2024-10-30T23:20:44.232Z | [ host-image] Oct 30 23:20:42.858 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8404 | 2024-10-30T23:20:44.234Z | [ host-image] Oct 30 23:20:42.858 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8405 | 2024-10-30T23:20:44.234Z | [ host-image] Oct 30 23:20:42.858 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8406 | 2024-10-30T23:20:44.234Z | [ host-image] Oct 30 23:20:42.859 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8407 | 2024-10-30T23:20:44.234Z | [ host-image] Oct 30 23:20:42.859 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8408 | 2024-10-30T23:20:44.269Z | [ host-image] Oct 30 23:20:42.895 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8409 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.895 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8410 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.895 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8411 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.896 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z |
8412 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.896 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z |
8413 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8414 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z |
8415 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8416 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8417 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8418 | 2024-10-30T23:20:44.272Z | [ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z |
8419 | 2024-10-30T23:20:44.274Z | [ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8420 | 2024-10-30T23:20:44.277Z | [ host-image] Oct 30 23:20:42.902 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8421 | 2024-10-30T23:20:44.277Z | [ host-image] Oct 30 23:20:42.902 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8422 | 2024-10-30T23:20:44.277Z | [ host-image] Oct 30 23:20:42.902 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8423 | 2024-10-30T23:20:44.280Z | [ host-image] Oct 30 23:20:42.903 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z |
8424 | 2024-10-30T23:20:44.280Z | [ host-image] Oct 30 23:20:42.903 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8425 | 2024-10-30T23:20:44.292Z | [ host-image] Oct 30 23:20:42.917 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8426 | 2024-10-30T23:20:44.295Z | [ host-image] Oct 30 23:20:42.918 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z |
8427 | 2024-10-30T23:20:44.295Z | [ host-image] Oct 30 23:20:42.920 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z |
8428 | 2024-10-30T23:20:44.298Z | [ host-image] Oct 30 23:20:42.920 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z |
8429 | 2024-10-30T23:20:44.298Z | [ host-image] Oct 30 23:20:42.920 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8430 | 2024-10-30T23:20:44.298Z | [ host-image] Oct 30 23:20:42.921 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z |
8431 | 2024-10-30T23:20:44.298Z | [ host-image] Oct 30 23:20:42.921 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z |
8432 | 2024-10-30T23:20:44.298Z | [ host-image] Oct 30 23:20:42.922 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z |
8433 | 2024-10-30T23:20:44.298Z | [ host-image] Oct 30 23:20:42.922 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z |
8434 | 2024-10-30T23:20:44.301Z | [ host-image] Oct 30 23:20:42.926 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8435 | 2024-10-30T23:20:44.301Z | [ host-image] Oct 30 23:20:42.926 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z |
8436 | 2024-10-30T23:20:44.303Z | [ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z |
8437 | 2024-10-30T23:20:44.303Z | [ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8438 | 2024-10-30T23:20:44.303Z | [ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z |
8439 | 2024-10-30T23:20:44.303Z | [ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z |
8440 | 2024-10-30T23:20:44.303Z | [ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z |
8441 | 2024-10-30T23:20:44.303Z | [ host-image] Oct 30 23:20:42.928 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z |
8442 | 2024-10-30T23:20:44.311Z | [ host-image] Oct 30 23:20:42.936 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z |
8443 | 2024-10-30T23:20:44.311Z | [ host-image] Oct 30 23:20:42.936 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8444 | 2024-10-30T23:20:44.314Z | [ host-image] Oct 30 23:20:42.938 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z |
8445 | 2024-10-30T23:20:44.317Z | [ host-image] Oct 30 23:20:42.940 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z |
8446 | 2024-10-30T23:20:44.317Z | [ host-image] Oct 30 23:20:42.940 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z |
8447 | 2024-10-30T23:20:44.317Z | [ host-image] Oct 30 23:20:42.940 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z |
8448 | 2024-10-30T23:20:44.317Z | [ host-image] Oct 30 23:20:42.941 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z |
8449 | 2024-10-30T23:20:44.317Z | [ host-image] Oct 30 23:20:42.941 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z |
8450 | 2024-10-30T23:20:44.326Z | [ host-image] Oct 30 23:20:42.951 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z |
8451 | 2024-10-30T23:20:44.329Z | [ host-image] Oct 30 23:20:42.951 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z |
8452 | 2024-10-30T23:20:44.329Z | [ host-image] Oct 30 23:20:42.952 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z |
8453 | 2024-10-30T23:20:44.329Z | [ host-image] Oct 30 23:20:42.953 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z |
8454 | 2024-10-30T23:20:44.329Z | [ host-image] Oct 30 23:20:42.953 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z |
8455 | 2024-10-30T23:20:44.350Z | [ host-image] Oct 30 23:20:42.975 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z |
8456 | 2024-10-30T23:20:44.353Z | [ host-image] Oct 30 23:20:42.975 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z |
8457 | 2024-10-30T23:20:44.353Z | [ host-image] Oct 30 23:20:42.975 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z |
8458 | 2024-10-30T23:20:44.353Z | [ host-image] Oct 30 23:20:42.975 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8459 | 2024-10-30T23:20:44.353Z | [ host-image] Oct 30 23:20:42.976 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8460 | 2024-10-30T23:20:44.380Z | [ host-image] Oct 30 23:20:43.005 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z |
8461 | 2024-10-30T23:20:44.385Z | [ host-image] Oct 30 23:20:43.005 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8462 | 2024-10-30T23:20:44.385Z | [ host-image] Oct 30 23:20:43.005 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z |
8463 | 2024-10-30T23:20:44.385Z | [ host-image] Oct 30 23:20:43.005 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z |
8464 | 2024-10-30T23:20:44.385Z | [ host-image] Oct 30 23:20:43.006 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z |
8465 | 2024-10-30T23:20:44.385Z | [ host-image] Oct 30 23:20:43.007 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8466 | 2024-10-30T23:20:44.386Z | [ host-image] Oct 30 23:20:43.007 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8467 | 2024-10-30T23:20:44.386Z | [ host-image] Oct 30 23:20:43.008 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z |
8468 | 2024-10-30T23:20:44.386Z | [ host-image] Oct 30 23:20:43.008 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z |
8469 | 2024-10-30T23:20:44.386Z | [ host-image] Oct 30 23:20:43.008 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z |
8470 | 2024-10-30T23:20:44.386Z | [ host-image] Oct 30 23:20:43.009 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z |
8471 | 2024-10-30T23:20:44.393Z | [ host-image] Oct 30 23:20:43.009 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z |
8472 | 2024-10-30T23:20:44.393Z | [ host-image] Oct 30 23:20:43.009 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z |
8473 | 2024-10-30T23:20:44.393Z | [ host-image] Oct 30 23:20:43.012 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8474 | 2024-10-30T23:20:44.393Z | [ host-image] Oct 30 23:20:43.012 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z |
8475 | 2024-10-30T23:20:44.394Z | [ host-image] Oct 30 23:20:43.014 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z |
8476 | 2024-10-30T23:20:44.394Z | [ host-image] Oct 30 23:20:43.014 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z |
8477 | 2024-10-30T23:20:44.394Z | [ host-image] Oct 30 23:20:43.014 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z |
8478 | 2024-10-30T23:20:44.394Z | [ host-image] Oct 30 23:20:43.014 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z |
8479 | 2024-10-30T23:20:44.394Z | [ host-image] Oct 30 23:20:43.015 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z |
8480 | 2024-10-30T23:20:44.394Z | [ host-image] Oct 30 23:20:43.015 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8481 | 2024-10-30T23:20:44.394Z | [ host-image] Oct 30 23:20:43.015 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8482 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.015 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z |
8483 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z |
8484 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8485 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8486 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8487 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8488 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8489 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.017 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8490 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.018 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8491 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.018 INFO O| tempdir @ "/tmp/.tmpveBtqz/tmp" |
8492 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.018 INFO O| image root @ "/tmp/.tmpveBtqz/tmp/root" |
8493 | 2024-10-30T23:20:44.398Z | [ host-image] Oct 30 23:20:43.018 INFO O| creating image... |
8494 | 2024-10-30T23:20:44.886Z | [ host-image] Oct 30 23:20:43.511 INFO O| copying publishers... |
8495 | 2024-10-30T23:20:45.962Z | [ recovery-image] Oct 30 23:20:44.587 INFO creating reset image... |
8496 | 2024-10-30T23:20:45.965Z | [ recovery-image] Oct 30 23:20:44.587 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8497 | 2024-10-30T23:20:46.217Z | [ recovery-image] Oct 30 23:20:44.843 INFO E| Updating crates.io index |
8498 | 2024-10-30T23:20:46.322Z | [ recovery-image] Oct 30 23:20:44.947 INFO E| Downloading crates ... |
8499 | 2024-10-30T23:20:46.399Z | [ recovery-image] Oct 30 23:20:45.024 INFO E| Downloaded shared_child v1.0.1 |
8500 | 2024-10-30T23:20:46.401Z | [ recovery-image] Oct 30 23:20:45.026 INFO E| Downloaded os_pipe v1.2.1 |
8501 | 2024-10-30T23:20:46.408Z | [ recovery-image] Oct 30 23:20:45.032 INFO E| Downloaded clap v4.5.17 |
8502 | 2024-10-30T23:20:46.417Z | [ recovery-image] Oct 30 23:20:45.042 INFO E| Downloaded duct v0.13.7 |
8503 | 2024-10-30T23:20:46.421Z | [ recovery-image] Oct 30 23:20:45.047 INFO E| Downloaded clap_builder v4.5.17 |
8504 | 2024-10-30T23:20:46.447Z | [ recovery-image] Oct 30 23:20:45.072 INFO E| Downloaded libc v0.2.158 |
8505 | 2024-10-30T23:20:46.552Z | [ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling proc-macro2 v1.0.86 |
8506 | 2024-10-30T23:20:46.552Z | [ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling unicode-ident v1.0.13 |
8507 | 2024-10-30T23:20:46.552Z | [ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling libc v0.2.158 |
8508 | 2024-10-30T23:20:46.556Z | [ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling utf8parse v0.2.2 |
8509 | 2024-10-30T23:20:46.556Z | [ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling anstyle-query v1.1.1 |
8510 | 2024-10-30T23:20:46.557Z | [ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8511 | 2024-10-30T23:20:46.559Z | [ recovery-image] Oct 30 23:20:45.182 INFO E| Compiling anstyle v1.0.8 |
8512 | 2024-10-30T23:20:46.559Z | [ recovery-image] Oct 30 23:20:45.183 INFO E| Compiling colorchoice v1.0.2 |
8513 | 2024-10-30T23:20:46.744Z | [ recovery-image] Oct 30 23:20:45.369 INFO E| Compiling anstyle-parse v0.2.5 |
8514 | 2024-10-30T23:20:46.763Z | [ recovery-image] Oct 30 23:20:45.383 INFO E| Compiling clap_lex v0.7.2 |
8515 | 2024-10-30T23:20:46.768Z | [ recovery-image] Oct 30 23:20:45.393 INFO E| Compiling strsim v0.11.1 |
8516 | 2024-10-30T23:20:46.774Z | [ recovery-image] Oct 30 23:20:45.399 INFO E| Compiling heck v0.5.0 |
8517 | 2024-10-30T23:20:46.783Z | [ recovery-image] Oct 30 23:20:45.407 INFO E| Compiling once_cell v1.19.0 |
8518 | 2024-10-30T23:20:47.029Z | [ recovery-image] Oct 30 23:20:45.654 INFO E| Compiling anstream v0.6.15 |
8519 | 2024-10-30T23:20:47.406Z | [ recovery-image] Oct 30 23:20:46.032 INFO E| Compiling clap_builder v4.5.17 |
8520 | 2024-10-30T23:20:47.895Z | [ recovery-image] Oct 30 23:20:46.519 INFO E| Compiling shared_child v1.0.1 |
8521 | 2024-10-30T23:20:47.895Z | [ recovery-image] Oct 30 23:20:46.519 INFO E| Compiling os_pipe v1.2.1 |
8522 | 2024-10-30T23:20:48.046Z | [ recovery-image] Oct 30 23:20:46.671 INFO E| Compiling duct v0.13.7 |
8523 | 2024-10-30T23:20:48.167Z | [ recovery-image] Oct 30 23:20:46.792 INFO E| Compiling quote v1.0.37 |
8524 | 2024-10-30T23:20:48.445Z | [ recovery-image] Oct 30 23:20:47.070 INFO E| Compiling syn v2.0.77 |
8525 | 2024-10-30T23:20:52.215Z | [ recovery-image] Oct 30 23:20:50.840 INFO E| Compiling clap_derive v4.5.13 |
8526 | 2024-10-30T23:20:54.076Z | [ recovery-image] Oct 30 23:20:52.701 INFO E| Compiling clap v4.5.17 |
8527 | 2024-10-30T23:20:54.130Z | [ recovery-image] Oct 30 23:20:52.755 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8528 | 2024-10-30T23:20:55.003Z | [ host-image] Oct 30 23:20:53.628 INFO O| adding properties... |
8529 | 2024-10-30T23:20:55.153Z | [ recovery-image] Oct 30 23:20:53.779 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s |
8530 | 2024-10-30T23:20:55.164Z | [ recovery-image] Oct 30 23:20:53.789 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8531 | 2024-10-30T23:20:55.289Z | [ recovery-image] Oct 30 23:20:53.914 INFO E| Updating crates.io index |
8532 | 2024-10-30T23:20:55.556Z | [ recovery-image] Oct 30 23:20:54.181 INFO E| Downloading crates ... |
8533 | 2024-10-30T23:20:55.613Z | [ recovery-image] Oct 30 23:20:54.237 INFO E| Downloaded bitstruct_derive v0.1.0 |
8534 | 2024-10-30T23:20:55.616Z | [ recovery-image] Oct 30 23:20:54.239 INFO E| Downloaded seq-macro v0.3.5 |
8535 | 2024-10-30T23:20:55.618Z | [ recovery-image] Oct 30 23:20:54.242 INFO E| Downloaded bit_field v0.10.2 |
8536 | 2024-10-30T23:20:55.628Z | [ recovery-image] Oct 30 23:20:54.254 INFO E| Downloaded raw-cpuid v10.7.0 |
8537 | 2024-10-30T23:20:55.632Z | [ recovery-image] Oct 30 23:20:54.257 INFO E| Downloaded bitstruct v0.1.1 |
8538 | 2024-10-30T23:20:55.635Z | [ recovery-image] Oct 30 23:20:54.259 INFO E| Downloaded cpio_reader v0.1.1 |
8539 | 2024-10-30T23:20:55.759Z | [ recovery-image] Oct 30 23:20:54.384 INFO E| Downloaded x86 v0.52.0 |
8540 | 2024-10-30T23:20:55.820Z | [ recovery-image] Oct 30 23:20:54.443 INFO E| Updating crates.io index |
8541 | 2024-10-30T23:20:55.912Z | [ recovery-image] Oct 30 23:20:54.537 INFO E| Downloading crates ... |
8542 | 2024-10-30T23:20:55.988Z | [ recovery-image] Oct 30 23:20:54.613 INFO E| Downloaded compiler_builtins v0.1.125 |
8543 | 2024-10-30T23:20:56.012Z | [ recovery-image] Oct 30 23:20:54.637 INFO E| Downloaded unicode-width v0.1.13 |
8544 | 2024-10-30T23:20:56.026Z | [ host-image] Oct 30 23:20:54.651 INFO O| installing packages... |
8545 | 2024-10-30T23:20:56.080Z | [ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling compiler_builtins v0.1.125 |
8546 | 2024-10-30T23:20:56.080Z | [ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8547 | 2024-10-30T23:20:56.084Z | [ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling proc-macro2 v1.0.86 |
8548 | 2024-10-30T23:20:56.084Z | [ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling unicode-ident v1.0.13 |
8549 | 2024-10-30T23:20:56.084Z | [ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling syn v1.0.109 |
8550 | 2024-10-30T23:20:56.084Z | [ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling x86 v0.52.0 |
8551 | 2024-10-30T23:20:56.084Z | [ recovery-image] Oct 30 23:20:54.706 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8552 | 2024-10-30T23:20:56.084Z | [ recovery-image] Oct 30 23:20:54.706 INFO E| Compiling seq-macro v0.3.5 |
8553 | 2024-10-30T23:20:57.235Z | [ recovery-image] Oct 30 23:20:55.860 INFO E| Compiling quote v1.0.37 |
8554 | 2024-10-30T23:20:57.518Z | [ recovery-image] Oct 30 23:20:56.143 INFO E| Compiling syn v2.0.77 |
8555 | 2024-10-30T23:20:59.946Z | [ recovery-image] Oct 30 23:20:58.571 INFO E| Compiling scroll_derive v0.12.0 |
8556 | 2024-10-30T23:21:02.183Z | [ recovery-image] Oct 30 23:21:00.808 INFO E| Compiling bitstruct_derive v0.1.0 |
8557 | 2024-10-30T23:21:12.768Z | [ host-image] Oct 30 23:21:11.392 INFO O| seeding SMF database... |
8558 | 2024-10-30T23:21:13.869Z | [ recovery-image] Oct 30 23:21:12.494 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8559 | 2024-10-30T23:21:15.528Z | [ recovery-image] Oct 30 23:21:14.153 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8560 | 2024-10-30T23:21:18.705Z | [ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling bitflags v1.3.2 |
8561 | 2024-10-30T23:21:18.705Z | [ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling bit_field v0.10.2 |
8562 | 2024-10-30T23:21:18.705Z | [ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling adler2 v2.0.0 |
8563 | 2024-10-30T23:21:18.708Z | [ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling log v0.4.22 |
8564 | 2024-10-30T23:21:18.708Z | [ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling scroll v0.12.0 |
8565 | 2024-10-30T23:21:18.708Z | [ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling plain v0.2.3 |
8566 | 2024-10-30T23:21:18.708Z | [ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling bitstruct v0.1.1 |
8567 | 2024-10-30T23:21:18.791Z | [ recovery-image] Oct 30 23:21:17.415 INFO E| Compiling raw-cpuid v10.7.0 |
8568 | 2024-10-30T23:21:18.806Z | [ recovery-image] Oct 30 23:21:17.431 INFO E| Compiling cpio_reader v0.1.1 |
8569 | 2024-10-30T23:21:18.897Z | [ recovery-image] Oct 30 23:21:17.521 INFO E| Compiling miniz_oxide v0.8.0 |
8570 | 2024-10-30T23:21:18.967Z | [ recovery-image] Oct 30 23:21:17.592 INFO E| Compiling static_assertions v1.1.0 |
8571 | 2024-10-30T23:21:19.310Z | [ recovery-image] Oct 30 23:21:17.934 INFO E| Compiling goblin v0.8.2 |
8572 | 2024-10-30T23:21:21.998Z | [ host-image] Oct 30 23:21:20.623 INFO O| configuring SMF profile... |
8573 | 2024-10-30T23:21:22.002Z | [ host-image] Oct 30 23:21:20.623 INFO O| modifying shadow(5)... |
8574 | 2024-10-30T23:21:22.002Z | [ host-image] Oct 30 23:21:20.623 INFO O| loading user and group database... |
8575 | 2024-10-30T23:21:22.002Z | [ host-image] Oct 30 23:21:20.623 INFO O| assessing packaged files... |
8576 | 2024-10-30T23:21:24.307Z | [ host-image] Oct 30 23:21:22.931 INFO O| creating archive... |
8577 | 2024-10-30T23:21:24.340Z | [ host-image] Oct 30 23:21:22.965 INFO O| missing from packaging: |
8578 | 2024-10-30T23:21:24.341Z | [ host-image] Oct 30 23:21:22.965 INFO O| "etc/.pwd.lock" |
8579 | 2024-10-30T23:21:24.343Z | [ host-image] Oct 30 23:21:22.965 INFO O| "etc/bash" |
8580 | 2024-10-30T23:21:24.346Z | [ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/generic.xml" |
8581 | 2024-10-30T23:21:24.346Z | [ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/inetd_services.xml" |
8582 | 2024-10-30T23:21:24.346Z | [ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/name_service.xml" |
8583 | 2024-10-30T23:21:24.346Z | [ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/platform.xml" |
8584 | 2024-10-30T23:21:24.346Z | [ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8585 | 2024-10-30T23:21:24.346Z | [ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/repository.db" |
8586 | 2024-10-30T23:21:24.355Z | [ host-image] Oct 30 23:21:22.979 INFO O| "opt/ooce/share" |
8587 | 2024-10-30T23:21:24.355Z | [ host-image] Oct 30 23:21:22.979 INFO O| "opt/ooce/share/man" |
8588 | 2024-10-30T23:21:24.357Z | [ host-image] Oct 30 23:21:22.979 INFO O| "opt/ooce/share/man/man1" |
8589 | 2024-10-30T23:21:24.363Z | [ host-image] Oct 30 23:21:22.988 INFO O| finishing archive... |
8590 | 2024-10-30T23:21:24.960Z | [ recovery-image] Oct 30 23:21:23.584 INFO E| Finished `release` profile [optimized] target(s) in 29.78s |
8591 | 2024-10-30T23:21:24.980Z | [ recovery-image] Oct 30 23:21:23.604 INFO building host image... |
8592 | 2024-10-30T23:21:24.982Z | [ recovery-image] Oct 30 23:21:23.605 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") |
8593 | 2024-10-30T23:21:25.455Z | [ recovery-image] Oct 30 23:21:24.080 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8594 | 2024-10-30T23:21:26.846Z | [ recovery-image] Oct 30 23:21:25.470 INFO image complete! materials are in "/work/os-recovery" |
8595 | 2024-10-30T23:21:26.849Z | [ recovery-image] |
8596 | 2024-10-30T23:21:26.849Z | [ recovery-image] real 7:58.485632429 |
8597 | 2024-10-30T23:21:26.852Z | [ recovery-image] user 5:12.976681621 |
8598 | 2024-10-30T23:21:26.852Z | [ recovery-image] sys 47.018074251 |
8599 | 2024-10-30T23:21:26.852Z | [ recovery-image] trap 0.190607483 |
8600 | 2024-10-30T23:21:26.852Z | [ recovery-image] tflt 0.204773920 |
8601 | 2024-10-30T23:21:26.852Z | [ recovery-image] dflt 1.304024592 |
8602 | 2024-10-30T23:21:26.852Z | [ recovery-image] kflt 0.000181670 |
8603 | 2024-10-30T23:21:26.852Z | [ recovery-image] lock 8:38.475742920 |
8604 | 2024-10-30T23:21:26.852Z | [ recovery-image] slp 48:38.368553877 |
8605 | 2024-10-30T23:21:26.852Z | [ recovery-image] lat 1:19.889087097 |
8606 | 2024-10-30T23:21:26.852Z | [ recovery-image] stop 3.335121412 |
8607 | 2024-10-30T23:21:26.852Z | Oct 30 23:21:25.474 INFO [recovery-image] process exited with exit status: 0 (478.508429s) |
8608 | 2024-10-30T23:21:27.188Z | [ host-image] Oct 30 23:21:25.813 INFO O| creating gzonly manifest... |
8609 | 2024-10-30T23:21:27.207Z | [ host-image] Oct 30 23:21:25.832 INFO O| ok |
8610 | 2024-10-30T23:21:27.460Z | [ host-image] Oct 30 23:21:25.928 INFO image builder template: ramdisk-02-trim... |
8611 | 2024-10-30T23:21:27.460Z | [ host-image] Oct 30 23:21:25.928 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/.tmpjscsyd/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.33.293", "-n", "ramdisk-02-trim"], pwd: None |
8612 | 2024-10-30T23:21:27.463Z | [ host-image] Oct 30 23:21:25.951 INFO O| Oct 30 23:21:25.951 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8613 | 2024-10-30T23:21:27.463Z | [ host-image] Oct 30 23:21:25.955 INFO O| Oct 30 23:21:25.955 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8614 | 2024-10-30T23:21:27.498Z | [ host-image] Oct 30 23:21:26.121 INFO O| Oct 30 23:21:26.121 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8615 | 2024-10-30T23:21:27.613Z | [ host-image] Oct 30 23:21:26.237 INFO O| Oct 30 23:21:26.237 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8616 | 2024-10-30T23:21:27.615Z | [ host-image] Oct 30 23:21:26.237 INFO O| Oct 30 23:21:26.237 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8617 | 2024-10-30T23:21:27.618Z | [ host-image] Oct 30 23:21:26.242 INFO O| Oct 30 23:21:26.242 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8618 | 2024-10-30T23:21:27.622Z | [ host-image] Oct 30 23:21:26.246 INFO O| Oct 30 23:21:26.246 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8619 | 2024-10-30T23:21:27.626Z | [ host-image] Oct 30 23:21:26.251 INFO O| Oct 30 23:21:26.251 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8620 | 2024-10-30T23:21:27.852Z | [ host-image] Oct 30 23:21:26.476 INFO O| Oct 30 23:21:26.476 INFO rolled back to input snapshot; work may begin |
8621 | 2024-10-30T23:21:27.852Z | [ host-image] Oct 30 23:21:26.476 INFO O| Oct 30 23:21:26.476 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8622 | 2024-10-30T23:21:27.857Z | [ host-image] Oct 30 23:21:26.481 INFO O| Oct 30 23:21:26.481 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8623 | 2024-10-30T23:21:27.866Z | [ host-image] Oct 30 23:21:26.490 INFO O| Oct 30 23:21:26.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8624 | 2024-10-30T23:21:27.914Z | [ host-image] Oct 30 23:21:26.538 INFO O| Oct 30 23:21:26.538 INFO STEP 0 (remove_files) COMPLETE |
8625 | 2024-10-30T23:21:27.914Z | [ host-image] Oct 30 23:21:26.538 INFO O| Oct 30 23:21:26.538 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8626 | 2024-10-30T23:21:27.924Z | [ host-image] Oct 30 23:21:26.548 INFO O| Oct 30 23:21:26.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8627 | 2024-10-30T23:21:27.927Z | [ host-image] Oct 30 23:21:26.550 INFO O| Oct 30 23:21:26.550 INFO STEP 1 (remove_files) COMPLETE |
8628 | 2024-10-30T23:21:27.927Z | [ host-image] Oct 30 23:21:26.550 INFO O| Oct 30 23:21:26.550 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8629 | 2024-10-30T23:21:27.934Z | [ host-image] Oct 30 23:21:26.559 INFO O| Oct 30 23:21:26.559 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8630 | 2024-10-30T23:21:27.949Z | [ host-image] Oct 30 23:21:26.573 INFO O| Oct 30 23:21:26.573 INFO STEP 2 (remove_files) COMPLETE |
8631 | 2024-10-30T23:21:27.949Z | [ host-image] Oct 30 23:21:26.573 INFO O| Oct 30 23:21:26.573 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8632 | 2024-10-30T23:21:27.958Z | [ host-image] Oct 30 23:21:26.582 INFO O| Oct 30 23:21:26.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8633 | 2024-10-30T23:21:27.960Z | [ host-image] Oct 30 23:21:26.584 INFO O| Oct 30 23:21:26.584 INFO STEP 3 (remove_files) COMPLETE |
8634 | 2024-10-30T23:21:27.960Z | [ host-image] Oct 30 23:21:26.584 INFO O| Oct 30 23:21:26.584 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8635 | 2024-10-30T23:21:27.969Z | [ host-image] Oct 30 23:21:26.593 INFO O| Oct 30 23:21:26.593 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8636 | 2024-10-30T23:21:27.972Z | [ host-image] Oct 30 23:21:26.597 INFO O| Oct 30 23:21:26.597 INFO STEP 4 (remove_files) COMPLETE |
8637 | 2024-10-30T23:21:27.972Z | [ host-image] Oct 30 23:21:26.597 INFO O| Oct 30 23:21:26.597 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8638 | 2024-10-30T23:21:27.981Z | [ host-image] Oct 30 23:21:26.606 INFO O| Oct 30 23:21:26.606 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8639 | 2024-10-30T23:21:27.984Z | [ host-image] Oct 30 23:21:26.608 INFO O| Oct 30 23:21:26.608 INFO STEP 5 (remove_files) COMPLETE |
8640 | 2024-10-30T23:21:27.984Z | [ host-image] Oct 30 23:21:26.608 INFO O| Oct 30 23:21:26.608 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8641 | 2024-10-30T23:21:27.993Z | [ host-image] Oct 30 23:21:26.618 INFO O| Oct 30 23:21:26.617 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8642 | 2024-10-30T23:21:28.002Z | [ host-image] Oct 30 23:21:26.627 INFO O| Oct 30 23:21:26.627 INFO STEP 6 (remove_files) COMPLETE |
8643 | 2024-10-30T23:21:28.003Z | [ host-image] Oct 30 23:21:26.627 INFO O| Oct 30 23:21:26.627 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8644 | 2024-10-30T23:21:28.012Z | [ host-image] Oct 30 23:21:26.636 INFO O| Oct 30 23:21:26.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8645 | 2024-10-30T23:21:28.023Z | [ host-image] Oct 30 23:21:26.648 INFO O| Oct 30 23:21:26.648 INFO STEP 7 (remove_files) COMPLETE |
8646 | 2024-10-30T23:21:28.023Z | [ host-image] Oct 30 23:21:26.648 INFO O| Oct 30 23:21:26.648 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8647 | 2024-10-30T23:21:28.033Z | [ host-image] Oct 30 23:21:26.658 INFO O| Oct 30 23:21:26.658 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8648 | 2024-10-30T23:21:28.116Z | [ host-image] Oct 30 23:21:26.740 INFO O| Oct 30 23:21:26.740 INFO STEP 8 (remove_files) COMPLETE |
8649 | 2024-10-30T23:21:28.116Z | [ host-image] Oct 30 23:21:26.740 INFO O| Oct 30 23:21:26.740 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8650 | 2024-10-30T23:21:28.126Z | [ host-image] Oct 30 23:21:26.751 INFO O| Oct 30 23:21:26.751 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8651 | 2024-10-30T23:21:28.214Z | [ host-image] Oct 30 23:21:26.838 INFO O| Oct 30 23:21:26.838 INFO STEP 9 (remove_files) COMPLETE |
8652 | 2024-10-30T23:21:28.214Z | [ host-image] Oct 30 23:21:26.838 INFO O| Oct 30 23:21:26.838 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8653 | 2024-10-30T23:21:28.224Z | [ host-image] Oct 30 23:21:26.849 INFO O| Oct 30 23:21:26.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8654 | 2024-10-30T23:21:28.228Z | [ host-image] Oct 30 23:21:26.853 INFO O| Oct 30 23:21:26.853 INFO STEP 10 (remove_files) COMPLETE |
8655 | 2024-10-30T23:21:28.228Z | [ host-image] Oct 30 23:21:26.853 INFO O| Oct 30 23:21:26.853 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8656 | 2024-10-30T23:21:28.238Z | [ host-image] Oct 30 23:21:26.862 INFO O| Oct 30 23:21:26.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8657 | 2024-10-30T23:21:28.241Z | [ host-image] Oct 30 23:21:26.863 INFO O| Oct 30 23:21:26.863 INFO STEP 11 (remove_files) COMPLETE |
8658 | 2024-10-30T23:21:28.241Z | [ host-image] Oct 30 23:21:26.863 INFO O| Oct 30 23:21:26.863 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8659 | 2024-10-30T23:21:28.247Z | [ host-image] Oct 30 23:21:26.872 INFO O| Oct 30 23:21:26.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8660 | 2024-10-30T23:21:28.250Z | [ host-image] Oct 30 23:21:26.873 INFO O| Oct 30 23:21:26.873 INFO STEP 12 (remove_files) COMPLETE |
8661 | 2024-10-30T23:21:28.250Z | [ host-image] Oct 30 23:21:26.873 INFO O| Oct 30 23:21:26.873 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8662 | 2024-10-30T23:21:28.278Z | [ host-image] Oct 30 23:21:26.902 INFO O| Oct 30 23:21:26.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8663 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.902 INFO O| Oct 30 23:21:26.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8664 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8665 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8666 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8667 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8668 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8669 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8670 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8671 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8672 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8673 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8674 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8675 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8676 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.905 INFO O| Oct 30 23:21:26.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8677 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.905 INFO O| Oct 30 23:21:26.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8678 | 2024-10-30T23:21:28.281Z | [ host-image] Oct 30 23:21:26.905 INFO O| Oct 30 23:21:26.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8679 | 2024-10-30T23:21:28.555Z | [ host-image] Oct 30 23:21:27.179 INFO O| Oct 30 23:21:27.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8680 | 2024-10-30T23:21:28.558Z | [ host-image] Oct 30 23:21:27.180 INFO O| Oct 30 23:21:27.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8681 | 2024-10-30T23:21:28.605Z | [ host-image] Oct 30 23:21:27.229 INFO O| Oct 30 23:21:27.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8682 | 2024-10-30T23:21:28.607Z | [ host-image] Oct 30 23:21:27.229 INFO O| Oct 30 23:21:27.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8683 | 2024-10-30T23:21:28.643Z | [ host-image] Oct 30 23:21:27.266 INFO O| Oct 30 23:21:27.266 INFO STEP 13 (remove_files) COMPLETE |
8684 | 2024-10-30T23:21:28.644Z | [ host-image] Oct 30 23:21:27.266 INFO O| Oct 30 23:21:27.266 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8685 | 2024-10-30T23:21:28.652Z | [ host-image] Oct 30 23:21:27.277 INFO O| Oct 30 23:21:27.277 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8686 | 2024-10-30T23:21:28.656Z | [ host-image] Oct 30 23:21:27.278 INFO O| Oct 30 23:21:27.278 INFO STEP 14 (remove_files) COMPLETE |
8687 | 2024-10-30T23:21:28.656Z | [ host-image] Oct 30 23:21:27.278 INFO O| Oct 30 23:21:27.278 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8688 | 2024-10-30T23:21:28.663Z | [ host-image] Oct 30 23:21:27.287 INFO O| Oct 30 23:21:27.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8689 | 2024-10-30T23:21:28.669Z | [ host-image] Oct 30 23:21:27.293 INFO O| Oct 30 23:21:27.293 INFO STEP 15 (remove_files) COMPLETE |
8690 | 2024-10-30T23:21:28.669Z | [ host-image] Oct 30 23:21:27.293 INFO O| Oct 30 23:21:27.293 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8691 | 2024-10-30T23:21:28.678Z | [ host-image] Oct 30 23:21:27.303 INFO O| Oct 30 23:21:27.303 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8692 | 2024-10-30T23:21:28.680Z | [ host-image] Oct 30 23:21:27.303 INFO O| Oct 30 23:21:27.303 INFO STEP 16 (remove_files) COMPLETE |
8693 | 2024-10-30T23:21:28.680Z | [ host-image] Oct 30 23:21:27.303 INFO O| Oct 30 23:21:27.303 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8694 | 2024-10-30T23:21:28.687Z | [ host-image] Oct 30 23:21:27.312 INFO O| Oct 30 23:21:27.312 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8695 | 2024-10-30T23:21:28.690Z | [ host-image] Oct 30 23:21:27.313 INFO O| Oct 30 23:21:27.313 INFO STEP 17 (remove_files) COMPLETE |
8696 | 2024-10-30T23:21:28.690Z | [ host-image] Oct 30 23:21:27.313 INFO O| Oct 30 23:21:27.313 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8697 | 2024-10-30T23:21:28.698Z | [ host-image] Oct 30 23:21:27.322 INFO O| Oct 30 23:21:27.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8698 | 2024-10-30T23:21:28.701Z | [ host-image] Oct 30 23:21:27.322 INFO O| Oct 30 23:21:27.322 INFO STEP 18 (remove_files) COMPLETE |
8699 | 2024-10-30T23:21:28.701Z | [ host-image] Oct 30 23:21:27.322 INFO O| Oct 30 23:21:27.322 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8700 | 2024-10-30T23:21:28.707Z | [ host-image] Oct 30 23:21:27.331 INFO O| Oct 30 23:21:27.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8701 | 2024-10-30T23:21:28.707Z | [ host-image] Oct 30 23:21:27.332 INFO O| Oct 30 23:21:27.331 INFO STEP 19 (remove_files) COMPLETE |
8702 | 2024-10-30T23:21:28.709Z | [ host-image] Oct 30 23:21:27.332 INFO O| Oct 30 23:21:27.332 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8703 | 2024-10-30T23:21:28.716Z | [ host-image] Oct 30 23:21:27.340 INFO O| Oct 30 23:21:27.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8704 | 2024-10-30T23:21:28.716Z | [ host-image] Oct 30 23:21:27.340 INFO O| Oct 30 23:21:27.340 INFO STEP 20 (remove_files) COMPLETE |
8705 | 2024-10-30T23:21:28.716Z | [ host-image] Oct 30 23:21:27.341 INFO O| Oct 30 23:21:27.340 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8706 | 2024-10-30T23:21:28.725Z | [ host-image] Oct 30 23:21:27.349 INFO O| Oct 30 23:21:27.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8707 | 2024-10-30T23:21:28.725Z | [ host-image] Oct 30 23:21:27.349 INFO O| Oct 30 23:21:27.349 INFO STEP 21 (remove_files) COMPLETE |
8708 | 2024-10-30T23:21:28.727Z | [ host-image] Oct 30 23:21:27.350 INFO O| Oct 30 23:21:27.349 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8709 | 2024-10-30T23:21:28.734Z | [ host-image] Oct 30 23:21:27.358 INFO O| Oct 30 23:21:27.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8710 | 2024-10-30T23:21:28.734Z | [ host-image] Oct 30 23:21:27.359 INFO O| Oct 30 23:21:27.359 INFO STEP 22 (remove_files) COMPLETE |
8711 | 2024-10-30T23:21:28.734Z | [ host-image] Oct 30 23:21:27.359 INFO O| Oct 30 23:21:27.359 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8712 | 2024-10-30T23:21:28.743Z | [ host-image] Oct 30 23:21:27.368 INFO O| Oct 30 23:21:27.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8713 | 2024-10-30T23:21:28.743Z | [ host-image] Oct 30 23:21:27.368 INFO O| Oct 30 23:21:27.368 INFO STEP 23 (remove_files) COMPLETE |
8714 | 2024-10-30T23:21:28.745Z | [ host-image] Oct 30 23:21:27.368 INFO O| Oct 30 23:21:27.368 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8715 | 2024-10-30T23:21:28.752Z | [ host-image] Oct 30 23:21:27.377 INFO O| Oct 30 23:21:27.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8716 | 2024-10-30T23:21:28.752Z | [ host-image] Oct 30 23:21:27.377 INFO O| Oct 30 23:21:27.377 INFO STEP 24 (remove_files) COMPLETE |
8717 | 2024-10-30T23:21:28.752Z | [ host-image] Oct 30 23:21:27.377 INFO O| Oct 30 23:21:27.377 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8718 | 2024-10-30T23:21:28.761Z | [ host-image] Oct 30 23:21:27.386 INFO O| Oct 30 23:21:27.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8719 | 2024-10-30T23:21:28.761Z | [ host-image] Oct 30 23:21:27.386 INFO O| Oct 30 23:21:27.386 INFO STEP 25 (remove_files) COMPLETE |
8720 | 2024-10-30T23:21:28.761Z | [ host-image] Oct 30 23:21:27.386 INFO O| Oct 30 23:21:27.386 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8721 | 2024-10-30T23:21:28.770Z | [ host-image] Oct 30 23:21:27.395 INFO O| Oct 30 23:21:27.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8722 | 2024-10-30T23:21:28.770Z | [ host-image] Oct 30 23:21:27.395 INFO O| Oct 30 23:21:27.395 INFO STEP 26 (remove_files) COMPLETE |
8723 | 2024-10-30T23:21:28.770Z | [ host-image] Oct 30 23:21:27.395 INFO O| Oct 30 23:21:27.395 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8724 | 2024-10-30T23:21:28.779Z | [ host-image] Oct 30 23:21:27.404 INFO O| Oct 30 23:21:27.404 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8725 | 2024-10-30T23:21:28.782Z | [ host-image] Oct 30 23:21:27.404 INFO O| Oct 30 23:21:27.404 INFO STEP 27 (remove_files) COMPLETE |
8726 | 2024-10-30T23:21:28.782Z | [ host-image] Oct 30 23:21:27.404 INFO O| Oct 30 23:21:27.404 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8727 | 2024-10-30T23:21:28.788Z | [ host-image] Oct 30 23:21:27.413 INFO O| Oct 30 23:21:27.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8728 | 2024-10-30T23:21:28.790Z | [ host-image] Oct 30 23:21:27.413 INFO O| Oct 30 23:21:27.413 INFO STEP 28 (remove_files) COMPLETE |
8729 | 2024-10-30T23:21:28.791Z | [ host-image] Oct 30 23:21:27.413 INFO O| Oct 30 23:21:27.413 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8730 | 2024-10-30T23:21:28.797Z | [ host-image] Oct 30 23:21:27.422 INFO O| Oct 30 23:21:27.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8731 | 2024-10-30T23:21:28.799Z | [ host-image] Oct 30 23:21:27.422 INFO O| Oct 30 23:21:27.422 INFO STEP 29 (remove_files) COMPLETE |
8732 | 2024-10-30T23:21:28.800Z | [ host-image] Oct 30 23:21:27.422 INFO O| Oct 30 23:21:27.422 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8733 | 2024-10-30T23:21:28.806Z | [ host-image] Oct 30 23:21:27.431 INFO O| Oct 30 23:21:27.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8734 | 2024-10-30T23:21:28.806Z | [ host-image] Oct 30 23:21:27.431 INFO O| Oct 30 23:21:27.431 INFO STEP 30 (remove_files) COMPLETE |
8735 | 2024-10-30T23:21:28.808Z | [ host-image] Oct 30 23:21:27.431 INFO O| Oct 30 23:21:27.431 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8736 | 2024-10-30T23:21:28.815Z | [ host-image] Oct 30 23:21:27.440 INFO O| Oct 30 23:21:27.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8737 | 2024-10-30T23:21:28.815Z | [ host-image] Oct 30 23:21:27.440 INFO O| Oct 30 23:21:27.440 INFO STEP 31 (remove_files) COMPLETE |
8738 | 2024-10-30T23:21:28.818Z | [ host-image] Oct 30 23:21:27.440 INFO O| Oct 30 23:21:27.440 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8739 | 2024-10-30T23:21:28.824Z | [ host-image] Oct 30 23:21:27.449 INFO O| Oct 30 23:21:27.449 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8740 | 2024-10-30T23:21:28.824Z | [ host-image] Oct 30 23:21:27.449 INFO O| Oct 30 23:21:27.449 INFO STEP 32 (remove_files) COMPLETE |
8741 | 2024-10-30T23:21:28.827Z | [ host-image] Oct 30 23:21:27.449 INFO O| Oct 30 23:21:27.449 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8742 | 2024-10-30T23:21:28.834Z | [ host-image] Oct 30 23:21:27.458 INFO O| Oct 30 23:21:27.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8743 | 2024-10-30T23:21:28.834Z | [ host-image] Oct 30 23:21:27.458 INFO O| Oct 30 23:21:27.458 INFO STEP 33 (remove_files) COMPLETE |
8744 | 2024-10-30T23:21:28.836Z | [ host-image] Oct 30 23:21:27.458 INFO O| Oct 30 23:21:27.458 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8745 | 2024-10-30T23:21:28.843Z | [ host-image] Oct 30 23:21:27.467 INFO O| Oct 30 23:21:27.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8746 | 2024-10-30T23:21:28.843Z | [ host-image] Oct 30 23:21:27.467 INFO O| Oct 30 23:21:27.467 INFO STEP 34 (remove_files) COMPLETE |
8747 | 2024-10-30T23:21:28.846Z | [ host-image] Oct 30 23:21:27.467 INFO O| Oct 30 23:21:27.467 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2024-10-30T23:21:28.852Z | [ host-image] Oct 30 23:21:27.476 INFO O| Oct 30 23:21:27.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8749 | 2024-10-30T23:21:28.852Z | [ host-image] Oct 30 23:21:27.477 INFO O| Oct 30 23:21:27.477 INFO STEP 35 (remove_files) COMPLETE |
8750 | 2024-10-30T23:21:28.854Z | [ host-image] Oct 30 23:21:27.477 INFO O| Oct 30 23:21:27.477 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2024-10-30T23:21:28.861Z | [ host-image] Oct 30 23:21:27.486 INFO O| Oct 30 23:21:27.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8752 | 2024-10-30T23:21:28.863Z | [ host-image] Oct 30 23:21:27.486 INFO O| Oct 30 23:21:27.486 INFO STEP 36 (remove_files) COMPLETE |
8753 | 2024-10-30T23:21:28.863Z | [ host-image] Oct 30 23:21:27.486 INFO O| Oct 30 23:21:27.486 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2024-10-30T23:21:28.870Z | [ host-image] Oct 30 23:21:27.495 INFO O| Oct 30 23:21:27.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8755 | 2024-10-30T23:21:28.870Z | [ host-image] Oct 30 23:21:27.495 INFO O| Oct 30 23:21:27.495 INFO STEP 37 (remove_files) COMPLETE |
8756 | 2024-10-30T23:21:28.872Z | [ host-image] Oct 30 23:21:27.495 INFO O| Oct 30 23:21:27.495 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-10-30T23:21:28.879Z | [ host-image] Oct 30 23:21:27.504 INFO O| Oct 30 23:21:27.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8758 | 2024-10-30T23:21:28.879Z | [ host-image] Oct 30 23:21:27.504 INFO O| Oct 30 23:21:27.504 INFO STEP 38 (remove_files) COMPLETE |
8759 | 2024-10-30T23:21:28.879Z | [ host-image] Oct 30 23:21:27.504 INFO O| Oct 30 23:21:27.504 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-10-30T23:21:28.888Z | [ host-image] Oct 30 23:21:27.513 INFO O| Oct 30 23:21:27.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8761 | 2024-10-30T23:21:28.888Z | [ host-image] Oct 30 23:21:27.513 INFO O| Oct 30 23:21:27.513 INFO STEP 39 (remove_files) COMPLETE |
8762 | 2024-10-30T23:21:28.891Z | [ host-image] Oct 30 23:21:27.513 INFO O| Oct 30 23:21:27.513 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-10-30T23:21:28.897Z | [ host-image] Oct 30 23:21:27.522 INFO O| Oct 30 23:21:27.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8764 | 2024-10-30T23:21:28.897Z | [ host-image] Oct 30 23:21:27.522 INFO O| Oct 30 23:21:27.522 INFO STEP 40 (remove_files) COMPLETE |
8765 | 2024-10-30T23:21:28.900Z | [ host-image] Oct 30 23:21:27.522 INFO O| Oct 30 23:21:27.522 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-10-30T23:21:28.906Z | [ host-image] Oct 30 23:21:27.531 INFO O| Oct 30 23:21:27.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8767 | 2024-10-30T23:21:28.906Z | [ host-image] Oct 30 23:21:27.531 INFO O| Oct 30 23:21:27.531 INFO STEP 41 (remove_files) COMPLETE |
8768 | 2024-10-30T23:21:28.908Z | [ host-image] Oct 30 23:21:27.531 INFO O| Oct 30 23:21:27.531 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-10-30T23:21:28.915Z | [ host-image] Oct 30 23:21:27.540 INFO O| Oct 30 23:21:27.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8770 | 2024-10-30T23:21:28.915Z | [ host-image] Oct 30 23:21:27.540 INFO O| Oct 30 23:21:27.540 INFO STEP 42 (remove_files) COMPLETE |
8771 | 2024-10-30T23:21:28.918Z | [ host-image] Oct 30 23:21:27.540 INFO O| Oct 30 23:21:27.540 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-10-30T23:21:28.924Z | [ host-image] Oct 30 23:21:27.549 INFO O| Oct 30 23:21:27.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8773 | 2024-10-30T23:21:28.927Z | [ host-image] Oct 30 23:21:27.549 INFO O| Oct 30 23:21:27.549 INFO STEP 43 (remove_files) COMPLETE |
8774 | 2024-10-30T23:21:28.927Z | [ host-image] Oct 30 23:21:27.549 INFO O| Oct 30 23:21:27.549 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-10-30T23:21:28.933Z | [ host-image] Oct 30 23:21:27.558 INFO O| Oct 30 23:21:27.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8776 | 2024-10-30T23:21:28.933Z | [ host-image] Oct 30 23:21:27.558 INFO O| Oct 30 23:21:27.558 INFO STEP 44 (remove_files) COMPLETE |
8777 | 2024-10-30T23:21:28.933Z | [ host-image] Oct 30 23:21:27.558 INFO O| Oct 30 23:21:27.558 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-10-30T23:21:28.942Z | [ host-image] Oct 30 23:21:27.567 INFO O| Oct 30 23:21:27.567 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8779 | 2024-10-30T23:21:28.942Z | [ host-image] Oct 30 23:21:27.567 INFO O| Oct 30 23:21:27.567 INFO STEP 45 (remove_files) COMPLETE |
8780 | 2024-10-30T23:21:28.945Z | [ host-image] Oct 30 23:21:27.567 INFO O| Oct 30 23:21:27.567 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-10-30T23:21:28.951Z | [ host-image] Oct 30 23:21:27.576 INFO O| Oct 30 23:21:27.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8782 | 2024-10-30T23:21:28.951Z | [ host-image] Oct 30 23:21:27.576 INFO O| Oct 30 23:21:27.576 INFO STEP 46 (remove_files) COMPLETE |
8783 | 2024-10-30T23:21:28.951Z | [ host-image] Oct 30 23:21:27.576 INFO O| Oct 30 23:21:27.576 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-10-30T23:21:28.961Z | [ host-image] Oct 30 23:21:27.585 INFO O| Oct 30 23:21:27.585 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8785 | 2024-10-30T23:21:28.961Z | [ host-image] Oct 30 23:21:27.585 INFO O| Oct 30 23:21:27.585 INFO STEP 47 (remove_files) COMPLETE |
8786 | 2024-10-30T23:21:28.961Z | [ host-image] Oct 30 23:21:27.585 INFO O| Oct 30 23:21:27.585 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-10-30T23:21:28.970Z | [ host-image] Oct 30 23:21:27.594 INFO O| Oct 30 23:21:27.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8788 | 2024-10-30T23:21:28.970Z | [ host-image] Oct 30 23:21:27.594 INFO O| Oct 30 23:21:27.594 INFO STEP 48 (remove_files) COMPLETE |
8789 | 2024-10-30T23:21:28.970Z | [ host-image] Oct 30 23:21:27.594 INFO O| Oct 30 23:21:27.594 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8790 | 2024-10-30T23:21:28.979Z | [ host-image] Oct 30 23:21:27.603 INFO O| Oct 30 23:21:27.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8791 | 2024-10-30T23:21:28.982Z | [ host-image] Oct 30 23:21:27.603 INFO O| Oct 30 23:21:27.603 INFO STEP 49 (remove_files) COMPLETE |
8792 | 2024-10-30T23:21:28.982Z | [ host-image] Oct 30 23:21:27.603 INFO O| Oct 30 23:21:27.603 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2024-10-30T23:21:28.988Z | [ host-image] Oct 30 23:21:27.612 INFO O| Oct 30 23:21:27.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8794 | 2024-10-30T23:21:28.988Z | [ host-image] Oct 30 23:21:27.612 INFO O| Oct 30 23:21:27.612 INFO STEP 50 (remove_files) COMPLETE |
8795 | 2024-10-30T23:21:28.988Z | [ host-image] Oct 30 23:21:27.612 INFO O| Oct 30 23:21:27.612 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2024-10-30T23:21:28.997Z | [ host-image] Oct 30 23:21:27.621 INFO O| Oct 30 23:21:27.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8797 | 2024-10-30T23:21:28.997Z | [ host-image] Oct 30 23:21:27.622 INFO O| Oct 30 23:21:27.622 INFO STEP 51 (remove_files) COMPLETE |
8798 | 2024-10-30T23:21:28.997Z | [ host-image] Oct 30 23:21:27.622 INFO O| Oct 30 23:21:27.622 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2024-10-30T23:21:29.006Z | [ host-image] Oct 30 23:21:27.631 INFO O| Oct 30 23:21:27.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8800 | 2024-10-30T23:21:29.006Z | [ host-image] Oct 30 23:21:27.631 INFO O| Oct 30 23:21:27.631 INFO STEP 52 (remove_files) COMPLETE |
8801 | 2024-10-30T23:21:29.006Z | [ host-image] Oct 30 23:21:27.631 INFO O| Oct 30 23:21:27.631 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8802 | 2024-10-30T23:21:29.015Z | [ host-image] Oct 30 23:21:27.640 INFO O| Oct 30 23:21:27.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8803 | 2024-10-30T23:21:29.018Z | [ host-image] Oct 30 23:21:27.640 INFO O| Oct 30 23:21:27.640 INFO STEP 53 (remove_files) COMPLETE |
8804 | 2024-10-30T23:21:29.018Z | [ host-image] Oct 30 23:21:27.640 INFO O| Oct 30 23:21:27.640 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8805 | 2024-10-30T23:21:29.024Z | [ host-image] Oct 30 23:21:27.649 INFO O| Oct 30 23:21:27.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8806 | 2024-10-30T23:21:29.024Z | [ host-image] Oct 30 23:21:27.649 INFO O| Oct 30 23:21:27.649 INFO STEP 54 (remove_files) COMPLETE |
8807 | 2024-10-30T23:21:29.024Z | [ host-image] Oct 30 23:21:27.649 INFO O| Oct 30 23:21:27.649 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8808 | 2024-10-30T23:21:29.033Z | [ host-image] Oct 30 23:21:27.658 INFO O| Oct 30 23:21:27.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8809 | 2024-10-30T23:21:29.033Z | [ host-image] Oct 30 23:21:27.658 INFO O| Oct 30 23:21:27.658 INFO STEP 55 (remove_files) COMPLETE |
8810 | 2024-10-30T23:21:29.033Z | [ host-image] Oct 30 23:21:27.658 INFO O| Oct 30 23:21:27.658 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8811 | 2024-10-30T23:21:29.042Z | [ host-image] Oct 30 23:21:27.667 INFO O| Oct 30 23:21:27.667 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8812 | 2024-10-30T23:21:29.043Z | [ host-image] Oct 30 23:21:27.667 INFO O| Oct 30 23:21:27.667 INFO STEP 56 (remove_files) COMPLETE |
8813 | 2024-10-30T23:21:29.043Z | [ host-image] Oct 30 23:21:27.667 INFO O| Oct 30 23:21:27.667 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8814 | 2024-10-30T23:21:29.051Z | [ host-image] Oct 30 23:21:27.676 INFO O| Oct 30 23:21:27.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8815 | 2024-10-30T23:21:29.051Z | [ host-image] Oct 30 23:21:27.676 INFO O| Oct 30 23:21:27.676 INFO STEP 57 (remove_files) COMPLETE |
8816 | 2024-10-30T23:21:29.054Z | [ host-image] Oct 30 23:21:27.676 INFO O| Oct 30 23:21:27.676 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8817 | 2024-10-30T23:21:29.061Z | [ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8818 | 2024-10-30T23:21:29.061Z | [ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8819 | 2024-10-30T23:21:29.064Z | [ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8820 | 2024-10-30T23:21:29.064Z | [ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8821 | 2024-10-30T23:21:29.064Z | [ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8822 | 2024-10-30T23:21:29.064Z | [ host-image] Oct 30 23:21:27.686 INFO O| Oct 30 23:21:27.686 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8823 | 2024-10-30T23:21:29.064Z | [ host-image] Oct 30 23:21:27.686 INFO O| Oct 30 23:21:27.686 INFO ok! |
8824 | 2024-10-30T23:21:29.064Z | [ host-image] Oct 30 23:21:27.686 INFO O| Oct 30 23:21:27.686 INFO STEP 58 (ensure_file) COMPLETE |
8825 | 2024-10-30T23:21:29.064Z | [ host-image] Oct 30 23:21:27.686 INFO O| Oct 30 23:21:27.686 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8826 | 2024-10-30T23:21:29.070Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8827 | 2024-10-30T23:21:29.070Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8828 | 2024-10-30T23:21:29.073Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8829 | 2024-10-30T23:21:29.073Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8830 | 2024-10-30T23:21:29.073Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8831 | 2024-10-30T23:21:29.073Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8832 | 2024-10-30T23:21:29.073Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO ok! |
8833 | 2024-10-30T23:21:29.073Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO STEP 59 (ensure_file) COMPLETE |
8834 | 2024-10-30T23:21:29.073Z | [ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-10-30T23:21:29.080Z | [ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8836 | 2024-10-30T23:21:29.080Z | [ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8837 | 2024-10-30T23:21:29.082Z | [ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8838 | 2024-10-30T23:21:29.082Z | [ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO ok! |
8839 | 2024-10-30T23:21:29.082Z | [ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO STEP 60 (ensure_file) COMPLETE |
8840 | 2024-10-30T23:21:29.082Z | [ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8841 | 2024-10-30T23:21:29.089Z | [ host-image] Oct 30 23:21:27.713 INFO O| Oct 30 23:21:27.713 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8842 | 2024-10-30T23:21:29.092Z | [ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8843 | 2024-10-30T23:21:29.092Z | [ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8844 | 2024-10-30T23:21:29.092Z | [ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO ok! |
8845 | 2024-10-30T23:21:29.092Z | [ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO STEP 61 (ensure_file) COMPLETE |
8846 | 2024-10-30T23:21:29.092Z | [ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8847 | 2024-10-30T23:21:29.098Z | [ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8848 | 2024-10-30T23:21:29.100Z | [ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8849 | 2024-10-30T23:21:29.100Z | [ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8850 | 2024-10-30T23:21:29.100Z | [ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8851 | 2024-10-30T23:21:29.100Z | [ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO ok! |
8852 | 2024-10-30T23:21:29.101Z | [ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO STEP 62 (ensure_file) COMPLETE |
8853 | 2024-10-30T23:21:29.101Z | [ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8854 | 2024-10-30T23:21:29.107Z | [ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8855 | 2024-10-30T23:21:29.110Z | [ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8856 | 2024-10-30T23:21:29.110Z | [ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8857 | 2024-10-30T23:21:29.110Z | [ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8858 | 2024-10-30T23:21:29.110Z | [ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO ok! |
8859 | 2024-10-30T23:21:29.110Z | [ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO STEP 63 (ensure_file) COMPLETE |
8860 | 2024-10-30T23:21:29.110Z | [ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-10-30T23:21:29.117Z | [ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8862 | 2024-10-30T23:21:29.119Z | [ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8863 | 2024-10-30T23:21:29.119Z | [ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8864 | 2024-10-30T23:21:29.119Z | [ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO ok! |
8865 | 2024-10-30T23:21:29.121Z | [ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO STEP 64 (assemble_files) COMPLETE |
8866 | 2024-10-30T23:21:29.121Z | [ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-10-30T23:21:29.126Z | [ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8868 | 2024-10-30T23:21:29.126Z | [ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8869 | 2024-10-30T23:21:29.129Z | [ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8870 | 2024-10-30T23:21:29.129Z | [ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8871 | 2024-10-30T23:21:29.129Z | [ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO ok! |
8872 | 2024-10-30T23:21:29.129Z | [ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO STEP 65 (ensure_file) COMPLETE |
8873 | 2024-10-30T23:21:29.129Z | [ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8874 | 2024-10-30T23:21:29.136Z | [ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8875 | 2024-10-30T23:21:29.138Z | [ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8876 | 2024-10-30T23:21:29.138Z | [ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8877 | 2024-10-30T23:21:29.138Z | [ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO STEP 66 (ensure_dir) COMPLETE |
8878 | 2024-10-30T23:21:29.138Z | [ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-10-30T23:21:29.145Z | [ host-image] Oct 30 23:21:27.769 INFO O| Oct 30 23:21:27.769 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8880 | 2024-10-30T23:21:29.147Z | [ host-image] Oct 30 23:21:27.770 INFO O| Oct 30 23:21:27.769 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 ... |
8881 | 2024-10-30T23:21:29.152Z | [ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.776 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 |
8882 | 2024-10-30T23:21:29.152Z | [ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.777 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8883 | 2024-10-30T23:21:29.155Z | [ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.777 INFO ok! |
8884 | 2024-10-30T23:21:29.155Z | [ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.777 INFO STEP 67 (ensure_file) COMPLETE |
8885 | 2024-10-30T23:21:29.155Z | [ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.777 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8886 | 2024-10-30T23:21:29.161Z | [ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8887 | 2024-10-30T23:21:29.161Z | [ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 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 ... |
8888 | 2024-10-30T23:21:29.164Z | [ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 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 |
8889 | 2024-10-30T23:21:29.164Z | [ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8890 | 2024-10-30T23:21:29.164Z | [ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO ok! |
8891 | 2024-10-30T23:21:29.164Z | [ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO STEP 68 (ensure_file) COMPLETE |
8892 | 2024-10-30T23:21:29.164Z | [ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-10-30T23:21:29.175Z | [ host-image] Oct 30 23:21:27.800 INFO O| Oct 30 23:21:27.800 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8894 | 2024-10-30T23:21:29.175Z | [ host-image] Oct 30 23:21:27.800 INFO O| Oct 30 23:21:27.800 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8895 | 2024-10-30T23:21:31.242Z | [ host-image] Oct 30 23:21:29.867 INFO O| Oct 30 23:21:29.867 INFO STEP 69 (pack_tar) COMPLETE |
8896 | 2024-10-30T23:21:31.243Z | [ host-image] Oct 30 23:21:29.867 INFO O| Oct 30 23:21:29.867 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8897 | 2024-10-30T23:21:31.245Z | [ host-image] Oct 30 23:21:29.867 INFO O| Oct 30 23:21:29.867 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8898 | 2024-10-30T23:21:31.763Z | [ host-image] Oct 30 23:21:30.387 INFO O| Oct 30 23:21:30.387 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8899 | 2024-10-30T23:21:31.857Z | [ host-image] Oct 30 23:21:30.481 INFO O| Oct 30 23:21:30.481 INFO completed processing gimlet/ramdisk-02-trim |
8900 | 2024-10-30T23:21:31.860Z | [ host-image] Oct 30 23:21:30.483 INFO image builder template: zfs... |
8901 | 2024-10-30T23:21:31.860Z | [ host-image] Oct 30 23:21:30.483 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/.tmpjscsyd/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.33.293", "-n", "zfs"], pwd: None |
8902 | 2024-10-30T23:21:31.872Z | [ host-image] Oct 30 23:21:30.497 INFO O| Oct 30 23:21:30.497 INFO skip include "stress" because feature "stress" is not enabled |
8903 | 2024-10-30T23:21:31.903Z | [ host-image] Oct 30 23:21:30.527 INFO O| Oct 30 23:21:30.527 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8904 | 2024-10-30T23:21:31.907Z | [ host-image] Oct 30 23:21:30.531 INFO O| Oct 30 23:21:30.531 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8905 | 2024-10-30T23:21:32.005Z | [ host-image] Oct 30 23:21:30.629 INFO O| Oct 30 23:21:30.629 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8906 | 2024-10-30T23:21:32.078Z | [ host-image] Oct 30 23:21:30.703 INFO O| Oct 30 23:21:30.702 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8907 | 2024-10-30T23:21:32.078Z | [ host-image] Oct 30 23:21:30.703 INFO O| Oct 30 23:21:30.703 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8908 | 2024-10-30T23:21:32.082Z | [ host-image] Oct 30 23:21:30.707 INFO O| Oct 30 23:21:30.707 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8909 | 2024-10-30T23:21:32.162Z | [ host-image] Oct 30 23:21:30.786 INFO O| Oct 30 23:21:30.786 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8910 | 2024-10-30T23:21:32.232Z | [ host-image] Oct 30 23:21:30.856 INFO O| Oct 30 23:21:30.856 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8911 | 2024-10-30T23:21:32.241Z | [ host-image] Oct 30 23:21:30.866 INFO O| Oct 30 23:21:30.865 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8912 | 2024-10-30T23:21:32.246Z | [ host-image] Oct 30 23:21:30.870 INFO O| Oct 30 23:21:30.870 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8913 | 2024-10-30T23:21:32.249Z | [ host-image] Oct 30 23:21:30.870 INFO O| Oct 30 23:21:30.870 INFO no lofi found |
8914 | 2024-10-30T23:21:32.249Z | [ host-image] Oct 30 23:21:30.870 INFO O| Oct 30 23:21:30.870 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8915 | 2024-10-30T23:21:32.249Z | [ host-image] Oct 30 23:21:30.870 INFO O| Oct 30 23:21:30.870 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8916 | 2024-10-30T23:21:34.385Z | [ host-image] Oct 30 23:21:33.009 INFO O| Oct 30 23:21:33.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8917 | 2024-10-30T23:21:34.385Z | [ host-image] Oct 30 23:21:33.009 INFO O| Oct 30 23:21:33.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8918 | 2024-10-30T23:21:34.388Z | [ host-image] Oct 30 23:21:33.009 INFO O| Oct 30 23:21:33.009 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"] |
8919 | 2024-10-30T23:21:34.452Z | [ host-image] Oct 30 23:21:33.076 INFO O| Oct 30 23:21:33.076 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8920 | 2024-10-30T23:21:34.452Z | [ host-image] Oct 30 23:21:33.076 INFO O| Oct 30 23:21:33.076 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8921 | 2024-10-30T23:21:34.469Z | [ host-image] Oct 30 23:21:33.093 INFO O| Oct 30 23:21:33.093 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8922 | 2024-10-30T23:21:34.523Z | [ host-image] Oct 30 23:21:33.147 INFO O| Oct 30 23:21:33.147 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8923 | 2024-10-30T23:21:34.559Z | [ host-image] Oct 30 23:21:33.183 INFO O| Oct 30 23:21:33.183 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8924 | 2024-10-30T23:21:34.571Z | [ host-image] Oct 30 23:21:33.195 INFO O| Oct 30 23:21:33.195 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8925 | 2024-10-30T23:21:34.580Z | [ host-image] Oct 30 23:21:33.204 INFO O| Oct 30 23:21:33.204 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8926 | 2024-10-30T23:21:34.622Z | [ host-image] Oct 30 23:21:33.247 INFO O| Oct 30 23:21:33.247 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8927 | 2024-10-30T23:21:34.625Z | [ host-image] Oct 30 23:21:33.247 INFO O| Oct 30 23:21:33.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8928 | 2024-10-30T23:21:34.625Z | [ host-image] Oct 30 23:21:33.247 INFO O| Oct 30 23:21:33.247 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8929 | 2024-10-30T23:21:34.633Z | [ host-image] Oct 30 23:21:33.257 INFO O| Oct 30 23:21:33.257 INFO boot environment UUID: ab11f632-5546-4c2e-80a3-d544f9d8f478 |
8930 | 2024-10-30T23:21:34.633Z | [ host-image] Oct 30 23:21:33.257 INFO O| Oct 30 23:21:33.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ab11f632-5546-4c2e-80a3-d544f9d8f478 |
8931 | 2024-10-30T23:21:34.641Z | [ host-image] Oct 30 23:21:33.266 INFO O| Oct 30 23:21:33.266 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8932 | 2024-10-30T23:21:34.650Z | [ host-image] Oct 30 23:21:33.274 INFO O| Oct 30 23:21:33.274 INFO STEP 0 (create_be) COMPLETE |
8933 | 2024-10-30T23:21:34.650Z | [ host-image] Oct 30 23:21:33.274 INFO O| Oct 30 23:21:33.274 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8934 | 2024-10-30T23:21:34.664Z | [ host-image] Oct 30 23:21:33.288 INFO O| Oct 30 23:21:33.288 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8935 | 2024-10-30T23:21:54.014Z | [ host-image] Oct 30 23:21:52.638 INFO O| Oct 30 23:21:52.638 INFO STEP 1 (unpack_tar) COMPLETE |
8936 | 2024-10-30T23:21:54.014Z | [ host-image] Oct 30 23:21:52.638 INFO O| Oct 30 23:21:52.638 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8937 | 2024-10-30T23:21:54.025Z | [ host-image] Oct 30 23:21:52.649 INFO O| Oct 30 23:21:52.649 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8938 | 2024-10-30T23:21:54.341Z | [ host-image] Oct 30 23:21:52.965 INFO O| Oct 30 23:21:52.965 INFO STEP 2 (devfsadm) COMPLETE |
8939 | 2024-10-30T23:21:54.344Z | [ host-image] Oct 30 23:21:52.965 INFO O| Oct 30 23:21:52.965 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8940 | 2024-10-30T23:21:54.352Z | [ host-image] Oct 30 23:21:52.976 INFO O| Oct 30 23:21:52.976 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8941 | 2024-10-30T23:21:54.354Z | [ host-image] Oct 30 23:21:52.976 INFO O| Oct 30 23:21:52.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8942 | 2024-10-30T23:21:54.354Z | [ host-image] Oct 30 23:21:52.976 INFO O| Oct 30 23:21:52.976 INFO STEP 3 (ensure_dir) COMPLETE |
8943 | 2024-10-30T23:21:54.354Z | [ host-image] Oct 30 23:21:52.976 INFO O| Oct 30 23:21:52.976 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8944 | 2024-10-30T23:21:54.361Z | [ host-image] Oct 30 23:21:52.985 INFO O| Oct 30 23:21:52.985 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8945 | 2024-10-30T23:21:54.363Z | [ host-image] Oct 30 23:21:52.985 INFO O| Oct 30 23:21:52.985 INFO STEP 4 (ensure_dir) COMPLETE |
8946 | 2024-10-30T23:21:54.363Z | [ host-image] Oct 30 23:21:52.985 INFO O| Oct 30 23:21:52.985 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8947 | 2024-10-30T23:21:54.370Z | [ host-image] Oct 30 23:21:52.994 INFO O| Oct 30 23:21:52.994 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8948 | 2024-10-30T23:21:54.370Z | [ host-image] Oct 30 23:21:52.994 INFO O| Oct 30 23:21:52.994 INFO STEP 5 (ensure_dir) COMPLETE |
8949 | 2024-10-30T23:21:54.370Z | [ host-image] Oct 30 23:21:52.994 INFO O| Oct 30 23:21:52.994 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8950 | 2024-10-30T23:21:54.380Z | [ host-image] Oct 30 23:21:53.004 INFO O| Oct 30 23:21:53.004 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8951 | 2024-10-30T23:21:54.380Z | [ host-image] Oct 30 23:21:53.004 INFO O| Oct 30 23:21:53.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8952 | 2024-10-30T23:21:54.380Z | [ host-image] Oct 30 23:21:53.004 INFO O| Oct 30 23:21:53.004 INFO STEP 6 (ensure_dir) COMPLETE |
8953 | 2024-10-30T23:21:54.382Z | [ host-image] Oct 30 23:21:53.004 INFO O| Oct 30 23:21:53.004 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8954 | 2024-10-30T23:21:54.389Z | [ host-image] Oct 30 23:21:53.013 INFO O| Oct 30 23:21:53.013 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8955 | 2024-10-30T23:21:54.392Z | [ host-image] Oct 30 23:21:53.013 INFO O| Oct 30 23:21:53.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8956 | 2024-10-30T23:21:54.392Z | [ host-image] Oct 30 23:21:53.013 INFO O| Oct 30 23:21:53.013 INFO STEP 7 (ensure_dir) COMPLETE |
8957 | 2024-10-30T23:21:54.392Z | [ host-image] Oct 30 23:21:53.013 INFO O| Oct 30 23:21:53.013 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8958 | 2024-10-30T23:21:54.398Z | [ host-image] Oct 30 23:21:53.022 INFO O| Oct 30 23:21:53.022 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8959 | 2024-10-30T23:21:54.401Z | [ host-image] Oct 30 23:21:53.023 INFO O| Oct 30 23:21:53.023 INFO STEP 8 (remove_files) COMPLETE |
8960 | 2024-10-30T23:21:54.401Z | [ host-image] Oct 30 23:21:53.023 INFO O| Oct 30 23:21:53.023 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8961 | 2024-10-30T23:21:54.408Z | [ host-image] Oct 30 23:21:53.032 INFO O| Oct 30 23:21:53.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8962 | 2024-10-30T23:21:54.410Z | [ host-image] Oct 30 23:21:53.033 INFO O| Oct 30 23:21:53.033 INFO STEP 9 (remove_files) COMPLETE |
8963 | 2024-10-30T23:21:54.410Z | [ host-image] Oct 30 23:21:53.033 INFO O| Oct 30 23:21:53.033 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8964 | 2024-10-30T23:21:54.418Z | [ host-image] Oct 30 23:21:53.042 INFO O| Oct 30 23:21:53.042 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8965 | 2024-10-30T23:21:54.421Z | [ host-image] Oct 30 23:21:53.043 INFO O| Oct 30 23:21:53.043 INFO STEP 10 (remove_files) COMPLETE |
8966 | 2024-10-30T23:21:54.421Z | [ host-image] Oct 30 23:21:53.043 INFO O| Oct 30 23:21:53.043 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8967 | 2024-10-30T23:21:54.428Z | [ host-image] Oct 30 23:21:53.052 INFO O| Oct 30 23:21:53.052 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8968 | 2024-10-30T23:21:54.430Z | [ host-image] Oct 30 23:21:53.052 INFO O| Oct 30 23:21:53.052 INFO STEP 11 (remove_files) COMPLETE |
8969 | 2024-10-30T23:21:54.430Z | [ host-image] Oct 30 23:21:53.052 INFO O| Oct 30 23:21:53.052 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8970 | 2024-10-30T23:21:54.437Z | [ host-image] Oct 30 23:21:53.061 INFO O| Oct 30 23:21:53.061 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8971 | 2024-10-30T23:21:54.439Z | [ host-image] Oct 30 23:21:53.061 INFO O| Oct 30 23:21:53.061 INFO STEP 12 (remove_files) COMPLETE |
8972 | 2024-10-30T23:21:54.439Z | [ host-image] Oct 30 23:21:53.061 INFO O| Oct 30 23:21:53.061 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8973 | 2024-10-30T23:21:54.446Z | [ host-image] Oct 30 23:21:53.070 INFO O| Oct 30 23:21:53.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8974 | 2024-10-30T23:21:54.446Z | [ host-image] Oct 30 23:21:53.070 INFO O| Oct 30 23:21:53.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8975 | 2024-10-30T23:21:54.449Z | [ host-image] Oct 30 23:21:53.070 INFO O| Oct 30 23:21:53.070 INFO STEP 13 (ensure_dir) COMPLETE |
8976 | 2024-10-30T23:21:54.449Z | [ host-image] Oct 30 23:21:53.070 INFO O| Oct 30 23:21:53.070 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8977 | 2024-10-30T23:21:54.456Z | [ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8978 | 2024-10-30T23:21:54.459Z | [ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8979 | 2024-10-30T23:21:54.459Z | [ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8980 | 2024-10-30T23:21:54.459Z | [ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO STEP 14 (ensure_dir) COMPLETE |
8981 | 2024-10-30T23:21:54.459Z | [ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8982 | 2024-10-30T23:21:54.465Z | [ host-image] Oct 30 23:21:53.089 INFO O| Oct 30 23:21:53.089 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8983 | 2024-10-30T23:21:54.468Z | [ host-image] Oct 30 23:21:53.090 INFO O| Oct 30 23:21:53.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8984 | 2024-10-30T23:21:54.468Z | [ host-image] Oct 30 23:21:53.090 INFO O| Oct 30 23:21:53.090 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8985 | 2024-10-30T23:21:54.468Z | [ host-image] Oct 30 23:21:53.090 INFO O| Oct 30 23:21:53.090 INFO STEP 15 (ensure_dir) COMPLETE |
8986 | 2024-10-30T23:21:54.468Z | [ host-image] Oct 30 23:21:53.090 INFO O| Oct 30 23:21:53.090 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8987 | 2024-10-30T23:21:54.475Z | [ host-image] Oct 30 23:21:53.099 INFO O| Oct 30 23:21:53.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8988 | 2024-10-30T23:21:54.475Z | [ host-image] Oct 30 23:21:53.099 INFO O| Oct 30 23:21:53.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8989 | 2024-10-30T23:21:54.477Z | [ host-image] Oct 30 23:21:53.099 INFO O| Oct 30 23:21:53.099 INFO STEP 16 (ensure_dir) COMPLETE |
8990 | 2024-10-30T23:21:54.477Z | [ host-image] Oct 30 23:21:53.099 INFO O| Oct 30 23:21:53.099 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8991 | 2024-10-30T23:21:54.484Z | [ host-image] Oct 30 23:21:53.108 INFO O| Oct 30 23:21:53.108 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8992 | 2024-10-30T23:21:54.484Z | [ host-image] Oct 30 23:21:53.108 INFO O| Oct 30 23:21:53.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8993 | 2024-10-30T23:21:54.484Z | [ host-image] Oct 30 23:21:53.108 INFO O| Oct 30 23:21:53.108 INFO STEP 17 (ensure_dir) COMPLETE |
8994 | 2024-10-30T23:21:54.486Z | [ host-image] Oct 30 23:21:53.108 INFO O| Oct 30 23:21:53.108 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8995 | 2024-10-30T23:21:54.493Z | [ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8996 | 2024-10-30T23:21:54.493Z | [ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8997 | 2024-10-30T23:21:54.496Z | [ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO ok! |
8998 | 2024-10-30T23:21:54.496Z | [ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO STEP 18 (ensure_symlink) COMPLETE |
8999 | 2024-10-30T23:21:54.496Z | [ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9000 | 2024-10-30T23:21:54.503Z | [ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9001 | 2024-10-30T23:21:54.503Z | [ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9002 | 2024-10-30T23:21:54.505Z | [ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO ok! |
9003 | 2024-10-30T23:21:54.505Z | [ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO STEP 19 (ensure_file) COMPLETE |
9004 | 2024-10-30T23:21:54.505Z | [ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9005 | 2024-10-30T23:21:54.512Z | [ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9006 | 2024-10-30T23:21:54.512Z | [ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9007 | 2024-10-30T23:21:54.514Z | [ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9008 | 2024-10-30T23:21:54.514Z | [ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO ok! |
9009 | 2024-10-30T23:21:54.514Z | [ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO STEP 20 (ensure_symlink) COMPLETE |
9010 | 2024-10-30T23:21:54.515Z | [ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9011 | 2024-10-30T23:21:54.521Z | [ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9012 | 2024-10-30T23:21:54.524Z | [ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9013 | 2024-10-30T23:21:54.524Z | [ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9014 | 2024-10-30T23:21:54.524Z | [ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO ok! |
9015 | 2024-10-30T23:21:54.524Z | [ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO STEP 21 (ensure_symlink) COMPLETE |
9016 | 2024-10-30T23:21:54.524Z | [ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9017 | 2024-10-30T23:21:54.531Z | [ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9018 | 2024-10-30T23:21:54.531Z | [ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9019 | 2024-10-30T23:21:54.534Z | [ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9020 | 2024-10-30T23:21:54.534Z | [ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO ok! |
9021 | 2024-10-30T23:21:54.534Z | [ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO STEP 22 (ensure_symlink) COMPLETE |
9022 | 2024-10-30T23:21:54.534Z | [ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9023 | 2024-10-30T23:21:54.540Z | [ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9024 | 2024-10-30T23:21:54.540Z | [ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9025 | 2024-10-30T23:21:54.542Z | [ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9026 | 2024-10-30T23:21:54.542Z | [ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO ok! |
9027 | 2024-10-30T23:21:54.542Z | [ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO STEP 23 (ensure_symlink) COMPLETE |
9028 | 2024-10-30T23:21:54.542Z | [ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9029 | 2024-10-30T23:21:54.549Z | [ host-image] Oct 30 23:21:53.173 INFO O| Oct 30 23:21:53.173 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9030 | 2024-10-30T23:21:54.552Z | [ host-image] Oct 30 23:21:53.173 INFO O| Oct 30 23:21:53.173 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9031 | 2024-10-30T23:21:54.552Z | [ host-image] Oct 30 23:21:53.173 INFO O| Oct 30 23:21:53.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9032 | 2024-10-30T23:21:54.552Z | [ host-image] Oct 30 23:21:53.173 INFO O| Oct 30 23:21:53.173 INFO ok! |
9033 | 2024-10-30T23:21:54.552Z | [ host-image] Oct 30 23:21:53.174 INFO O| Oct 30 23:21:53.173 INFO STEP 24 (ensure_file) COMPLETE |
9034 | 2024-10-30T23:21:54.553Z | [ host-image] Oct 30 23:21:53.174 INFO O| Oct 30 23:21:53.173 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9035 | 2024-10-30T23:21:54.559Z | [ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO updating shadow file |
9036 | 2024-10-30T23:21:54.561Z | [ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9037 | 2024-10-30T23:21:54.561Z | [ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9038 | 2024-10-30T23:21:54.561Z | [ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO STEP 25 (shadow) COMPLETE |
9039 | 2024-10-30T23:21:54.561Z | [ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9040 | 2024-10-30T23:21:54.568Z | [ host-image] Oct 30 23:21:53.192 INFO O| Oct 30 23:21:53.192 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9041 | 2024-10-30T23:21:54.569Z | [ host-image] Oct 30 23:21:53.192 INFO O| Oct 30 23:21:53.192 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9042 | 2024-10-30T23:21:54.571Z | [ host-image] Oct 30 23:21:53.193 INFO O| Oct 30 23:21:53.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9043 | 2024-10-30T23:21:54.571Z | [ host-image] Oct 30 23:21:53.193 INFO O| Oct 30 23:21:53.193 INFO ok! |
9044 | 2024-10-30T23:21:54.571Z | [ host-image] Oct 30 23:21:53.193 INFO O| Oct 30 23:21:53.193 INFO STEP 26 (ensure_file) COMPLETE |
9045 | 2024-10-30T23:21:54.571Z | [ host-image] Oct 30 23:21:53.193 INFO O| Oct 30 23:21:53.193 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9046 | 2024-10-30T23:21:54.578Z | [ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9047 | 2024-10-30T23:21:54.578Z | [ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9048 | 2024-10-30T23:21:54.581Z | [ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9049 | 2024-10-30T23:21:54.581Z | [ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO ok! |
9050 | 2024-10-30T23:21:54.581Z | [ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO STEP 27 (ensure_file) COMPLETE |
9051 | 2024-10-30T23:21:54.581Z | [ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9052 | 2024-10-30T23:21:54.587Z | [ host-image] Oct 30 23:21:53.211 INFO O| Oct 30 23:21:53.211 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9053 | 2024-10-30T23:21:54.592Z | [ host-image] Oct 30 23:21:53.211 INFO O| Oct 30 23:21:53.211 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9054 | 2024-10-30T23:21:54.592Z | [ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9055 | 2024-10-30T23:21:54.592Z | [ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.212 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9056 | 2024-10-30T23:21:54.592Z | [ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.212 INFO ok! |
9057 | 2024-10-30T23:21:54.592Z | [ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.212 INFO STEP 28 (ensure_file) COMPLETE |
9058 | 2024-10-30T23:21:54.592Z | [ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.212 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9059 | 2024-10-30T23:21:54.597Z | [ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9060 | 2024-10-30T23:21:54.597Z | [ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9061 | 2024-10-30T23:21:54.599Z | [ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9062 | 2024-10-30T23:21:54.599Z | [ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO ok! |
9063 | 2024-10-30T23:21:54.599Z | [ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO STEP 29 (ensure_file) COMPLETE |
9064 | 2024-10-30T23:21:54.599Z | [ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9065 | 2024-10-30T23:21:54.606Z | [ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9066 | 2024-10-30T23:21:54.606Z | [ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9067 | 2024-10-30T23:21:54.609Z | [ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9068 | 2024-10-30T23:21:54.609Z | [ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO ok! |
9069 | 2024-10-30T23:21:54.609Z | [ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO STEP 30 (ensure_file) COMPLETE |
9070 | 2024-10-30T23:21:54.609Z | [ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9071 | 2024-10-30T23:21:54.616Z | [ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9072 | 2024-10-30T23:21:54.618Z | [ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9073 | 2024-10-30T23:21:54.618Z | [ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9074 | 2024-10-30T23:21:54.618Z | [ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9075 | 2024-10-30T23:21:54.618Z | [ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO ok! |
9076 | 2024-10-30T23:21:54.618Z | [ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO STEP 31 (ensure_file) COMPLETE |
9077 | 2024-10-30T23:21:54.618Z | [ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9078 | 2024-10-30T23:21:54.625Z | [ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9079 | 2024-10-30T23:21:54.625Z | [ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9080 | 2024-10-30T23:21:54.628Z | [ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9081 | 2024-10-30T23:21:54.628Z | [ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO ok! |
9082 | 2024-10-30T23:21:54.628Z | [ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO STEP 32 (ensure_file) COMPLETE |
9083 | 2024-10-30T23:21:54.628Z | [ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9084 | 2024-10-30T23:21:54.634Z | [ host-image] Oct 30 23:21:53.258 INFO O| Oct 30 23:21:53.258 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9085 | 2024-10-30T23:21:54.639Z | [ host-image] Oct 30 23:21:53.258 INFO O| Oct 30 23:21:53.258 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9086 | 2024-10-30T23:21:54.639Z | [ host-image] Oct 30 23:21:53.259 INFO O| Oct 30 23:21:53.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9087 | 2024-10-30T23:21:54.639Z | [ host-image] Oct 30 23:21:53.259 INFO O| Oct 30 23:21:53.259 INFO ok! |
9088 | 2024-10-30T23:21:54.639Z | [ host-image] Oct 30 23:21:53.259 INFO O| Oct 30 23:21:53.259 INFO STEP 33 (ensure_file) COMPLETE |
9089 | 2024-10-30T23:21:54.639Z | [ host-image] Oct 30 23:21:53.259 INFO O| Oct 30 23:21:53.259 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9090 | 2024-10-30T23:21:54.644Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9091 | 2024-10-30T23:21:54.644Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9092 | 2024-10-30T23:21:54.647Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9093 | 2024-10-30T23:21:54.647Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9094 | 2024-10-30T23:21:54.647Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9095 | 2024-10-30T23:21:54.647Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9096 | 2024-10-30T23:21:54.647Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO ok! |
9097 | 2024-10-30T23:21:54.647Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO STEP 34 (ensure_file) COMPLETE |
9098 | 2024-10-30T23:21:54.647Z | [ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9099 | 2024-10-30T23:21:54.654Z | [ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9100 | 2024-10-30T23:21:54.654Z | [ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9101 | 2024-10-30T23:21:54.656Z | [ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9102 | 2024-10-30T23:21:54.657Z | [ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO STEP 35 (ensure_dir) COMPLETE |
9103 | 2024-10-30T23:21:54.657Z | [ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9104 | 2024-10-30T23:21:54.663Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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 |
9105 | 2024-10-30T23:21:54.663Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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 ... |
9106 | 2024-10-30T23:21:54.666Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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 |
9107 | 2024-10-30T23:21:54.666Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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 |
9108 | 2024-10-30T23:21:54.666Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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 |
9109 | 2024-10-30T23:21:54.666Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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 |
9110 | 2024-10-30T23:21:54.667Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 INFO ok! |
9111 | 2024-10-30T23:21:54.667Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 INFO STEP 36 (ensure_file) COMPLETE |
9112 | 2024-10-30T23:21:54.667Z | [ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9113 | 2024-10-30T23:21:54.673Z | [ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9114 | 2024-10-30T23:21:54.673Z | [ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 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 ... |
9115 | 2024-10-30T23:21:54.676Z | [ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9116 | 2024-10-30T23:21:54.676Z | [ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO ok! |
9117 | 2024-10-30T23:21:54.676Z | [ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO STEP 37 (ensure_symlink) COMPLETE |
9118 | 2024-10-30T23:21:54.676Z | [ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9119 | 2024-10-30T23:21:54.684Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9120 | 2024-10-30T23:21:54.684Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9121 | 2024-10-30T23:21:54.687Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9122 | 2024-10-30T23:21:54.687Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9123 | 2024-10-30T23:21:54.687Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9124 | 2024-10-30T23:21:54.687Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9125 | 2024-10-30T23:21:54.687Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO ok! |
9126 | 2024-10-30T23:21:54.687Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO STEP 38 (ensure_file) COMPLETE |
9127 | 2024-10-30T23:21:54.687Z | [ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9128 | 2024-10-30T23:21:54.692Z | [ host-image] Oct 30 23:21:53.316 INFO O| Oct 30 23:21:53.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9129 | 2024-10-30T23:21:54.695Z | [ host-image] Oct 30 23:21:53.316 INFO O| Oct 30 23:21:53.316 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 ... |
9130 | 2024-10-30T23:21:54.695Z | [ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.316 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 |
9131 | 2024-10-30T23:21:54.695Z | [ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9132 | 2024-10-30T23:21:54.695Z | [ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.317 INFO ok! |
9133 | 2024-10-30T23:21:54.695Z | [ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.317 INFO STEP 39 (ensure_file) COMPLETE |
9134 | 2024-10-30T23:21:54.695Z | [ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.317 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9135 | 2024-10-30T23:21:54.702Z | [ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9136 | 2024-10-30T23:21:54.705Z | [ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9137 | 2024-10-30T23:21:54.705Z | [ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9138 | 2024-10-30T23:21:54.705Z | [ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO ok! |
9139 | 2024-10-30T23:21:54.705Z | [ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO STEP 40 (ensure_file) COMPLETE |
9140 | 2024-10-30T23:21:54.705Z | [ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9141 | 2024-10-30T23:21:54.711Z | [ host-image] Oct 30 23:21:53.335 INFO O| Oct 30 23:21:53.335 INFO updating shadow file |
9142 | 2024-10-30T23:21:54.713Z | [ host-image] Oct 30 23:21:53.335 INFO O| Oct 30 23:21:53.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9143 | 2024-10-30T23:21:54.713Z | [ host-image] Oct 30 23:21:53.335 INFO O| Oct 30 23:21:53.335 INFO STEP 41 (shadow) COMPLETE |
9144 | 2024-10-30T23:21:54.714Z | [ host-image] Oct 30 23:21:53.335 INFO O| Oct 30 23:21:53.335 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9145 | 2024-10-30T23:21:54.721Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9146 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9147 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9148 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9149 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO ok! |
9150 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO STEP 42 (ensure_file) COMPLETE |
9151 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9152 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO skip step because feature "mfg" is not enabled |
9153 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9154 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO skip step because feature "mfg" is not enabled |
9155 | 2024-10-30T23:21:54.724Z | [ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9156 | 2024-10-30T23:21:54.730Z | [ host-image] Oct 30 23:21:53.354 INFO O| Oct 30 23:21:53.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9157 | 2024-10-30T23:21:54.730Z | [ host-image] Oct 30 23:21:53.354 INFO O| Oct 30 23:21:53.354 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9158 | 2024-10-30T23:21:55.370Z | [ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.993 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9159 | 2024-10-30T23:21:55.370Z | [ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.994 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9160 | 2024-10-30T23:21:55.370Z | [ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.994 INFO ok! |
9161 | 2024-10-30T23:21:55.370Z | [ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.994 INFO STEP 45 (ensure_file) COMPLETE |
9162 | 2024-10-30T23:21:55.373Z | [ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.994 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9163 | 2024-10-30T23:21:55.382Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.005 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9164 | 2024-10-30T23:21:55.382Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9165 | 2024-10-30T23:21:55.384Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9166 | 2024-10-30T23:21:55.384Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9167 | 2024-10-30T23:21:55.384Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9168 | 2024-10-30T23:21:55.384Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9169 | 2024-10-30T23:21:55.384Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO ok! |
9170 | 2024-10-30T23:21:55.384Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO STEP 46 (ensure_file) COMPLETE |
9171 | 2024-10-30T23:21:55.384Z | [ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9172 | 2024-10-30T23:21:55.391Z | [ host-image] Oct 30 23:21:54.015 INFO O| Oct 30 23:21:54.015 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9173 | 2024-10-30T23:21:55.394Z | [ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 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 ... |
9174 | 2024-10-30T23:21:55.394Z | [ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 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 |
9175 | 2024-10-30T23:21:55.394Z | [ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9176 | 2024-10-30T23:21:55.394Z | [ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 INFO ok! |
9177 | 2024-10-30T23:21:55.394Z | [ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 INFO STEP 47 (ensure_file) COMPLETE |
9178 | 2024-10-30T23:21:55.394Z | [ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9179 | 2024-10-30T23:21:55.401Z | [ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9180 | 2024-10-30T23:21:55.403Z | [ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9181 | 2024-10-30T23:21:55.403Z | [ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9182 | 2024-10-30T23:21:55.403Z | [ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9183 | 2024-10-30T23:21:55.404Z | [ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9184 | 2024-10-30T23:21:55.404Z | [ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9185 | 2024-10-30T23:21:55.404Z | [ host-image] Oct 30 23:21:54.026 INFO O| Oct 30 23:21:54.025 INFO ok! |
9186 | 2024-10-30T23:21:55.404Z | [ host-image] Oct 30 23:21:54.026 INFO O| Oct 30 23:21:54.025 INFO STEP 48 (ensure_file) COMPLETE |
9187 | 2024-10-30T23:21:55.404Z | [ host-image] Oct 30 23:21:54.026 INFO O| Oct 30 23:21:54.025 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9188 | 2024-10-30T23:21:55.411Z | [ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9189 | 2024-10-30T23:21:55.411Z | [ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 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 ... |
9190 | 2024-10-30T23:21:55.414Z | [ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 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 |
9191 | 2024-10-30T23:21:55.414Z | [ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9192 | 2024-10-30T23:21:55.414Z | [ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO ok! |
9193 | 2024-10-30T23:21:55.414Z | [ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO STEP 49 (ensure_file) COMPLETE |
9194 | 2024-10-30T23:21:55.414Z | [ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9195 | 2024-10-30T23:21:55.421Z | [ host-image] Oct 30 23:21:54.044 INFO O| Oct 30 23:21:54.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9196 | 2024-10-30T23:21:55.423Z | [ host-image] Oct 30 23:21:54.044 INFO O| Oct 30 23:21:54.044 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9197 | 2024-10-30T23:21:55.423Z | [ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.044 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9198 | 2024-10-30T23:21:55.423Z | [ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9199 | 2024-10-30T23:21:55.423Z | [ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9200 | 2024-10-30T23:21:55.423Z | [ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9201 | 2024-10-30T23:21:55.423Z | [ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO ok! |
9202 | 2024-10-30T23:21:55.423Z | [ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO STEP 50 (ensure_file) COMPLETE |
9203 | 2024-10-30T23:21:55.423Z | [ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9204 | 2024-10-30T23:21:55.430Z | [ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9205 | 2024-10-30T23:21:55.430Z | [ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 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 ... |
9206 | 2024-10-30T23:21:55.432Z | [ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 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 |
9207 | 2024-10-30T23:21:55.432Z | [ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9208 | 2024-10-30T23:21:55.432Z | [ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO ok! |
9209 | 2024-10-30T23:21:55.432Z | [ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO STEP 51 (ensure_file) COMPLETE |
9210 | 2024-10-30T23:21:55.432Z | [ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9211 | 2024-10-30T23:21:55.439Z | [ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9212 | 2024-10-30T23:21:55.442Z | [ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 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 ... |
9213 | 2024-10-30T23:21:55.442Z | [ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9214 | 2024-10-30T23:21:55.442Z | [ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9215 | 2024-10-30T23:21:55.442Z | [ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO ok! |
9216 | 2024-10-30T23:21:55.442Z | [ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO STEP 52 (ensure_file) COMPLETE |
9217 | 2024-10-30T23:21:55.442Z | [ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9218 | 2024-10-30T23:21:55.449Z | [ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9219 | 2024-10-30T23:21:55.451Z | [ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 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 ... |
9220 | 2024-10-30T23:21:55.451Z | [ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 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 |
9221 | 2024-10-30T23:21:55.451Z | [ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9222 | 2024-10-30T23:21:55.451Z | [ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO ok! |
9223 | 2024-10-30T23:21:55.451Z | [ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO STEP 53 (ensure_file) COMPLETE |
9224 | 2024-10-30T23:21:55.451Z | [ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9225 | 2024-10-30T23:21:55.458Z | [ host-image] Oct 30 23:21:54.082 INFO O| Oct 30 23:21:54.082 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9226 | 2024-10-30T23:21:55.458Z | [ host-image] Oct 30 23:21:54.082 INFO O| Oct 30 23:21:54.082 INFO STEP 54 (ensure_dir) COMPLETE |
9227 | 2024-10-30T23:21:55.458Z | [ host-image] Oct 30 23:21:54.082 INFO O| Oct 30 23:21:54.082 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9228 | 2024-10-30T23:21:55.467Z | [ host-image] Oct 30 23:21:54.091 INFO O| Oct 30 23:21:54.091 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9229 | 2024-10-30T23:21:55.467Z | [ host-image] Oct 30 23:21:54.091 INFO O| Oct 30 23:21:54.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9230 | 2024-10-30T23:21:55.470Z | [ host-image] Oct 30 23:21:54.091 INFO O| Oct 30 23:21:54.091 INFO STEP 55 (ensure_dir) COMPLETE |
9231 | 2024-10-30T23:21:55.470Z | [ host-image] Oct 30 23:21:54.091 INFO O| Oct 30 23:21:54.091 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9232 | 2024-10-30T23:21:55.479Z | [ host-image] Oct 30 23:21:54.101 INFO O| Oct 30 23:21:54.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9233 | 2024-10-30T23:21:55.479Z | [ host-image] Oct 30 23:21:54.101 INFO O| Oct 30 23:21:54.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9234 | 2024-10-30T23:21:55.479Z | [ host-image] Oct 30 23:21:54.101 INFO O| Oct 30 23:21:54.101 INFO STEP 56 (ensure_dir) COMPLETE |
9235 | 2024-10-30T23:21:55.479Z | [ host-image] Oct 30 23:21:54.101 INFO O| Oct 30 23:21:54.101 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9236 | 2024-10-30T23:21:55.486Z | [ host-image] Oct 30 23:21:54.110 INFO O| Oct 30 23:21:54.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9237 | 2024-10-30T23:21:55.486Z | [ host-image] Oct 30 23:21:54.110 INFO O| Oct 30 23:21:54.110 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9238 | 2024-10-30T23:21:55.502Z | [ host-image] Oct 30 23:21:54.126 INFO O| Oct 30 23:21:54.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9239 | 2024-10-30T23:21:55.502Z | [ host-image] Oct 30 23:21:54.126 INFO O| Oct 30 23:21:54.126 INFO ok! |
9240 | 2024-10-30T23:21:55.505Z | [ host-image] Oct 30 23:21:54.126 INFO O| Oct 30 23:21:54.126 INFO STEP 57 (ensure_file) COMPLETE |
9241 | 2024-10-30T23:21:55.505Z | [ host-image] Oct 30 23:21:54.126 INFO O| Oct 30 23:21:54.126 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9242 | 2024-10-30T23:21:55.512Z | [ host-image] Oct 30 23:21:54.136 INFO O| Oct 30 23:21:54.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9243 | 2024-10-30T23:21:55.515Z | [ host-image] Oct 30 23:21:54.136 INFO O| Oct 30 23:21:54.136 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9244 | 2024-10-30T23:21:56.578Z | [ host-image] Oct 30 23:21:55.201 INFO O| Oct 30 23:21:55.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9245 | 2024-10-30T23:21:56.578Z | [ host-image] Oct 30 23:21:55.201 INFO O| Oct 30 23:21:55.201 INFO ok! |
9246 | 2024-10-30T23:21:56.580Z | [ host-image] Oct 30 23:21:55.201 INFO O| Oct 30 23:21:55.201 INFO STEP 58 (ensure_file) COMPLETE |
9247 | 2024-10-30T23:21:56.581Z | [ host-image] Oct 30 23:21:55.201 INFO O| Oct 30 23:21:55.201 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9248 | 2024-10-30T23:21:56.588Z | [ host-image] Oct 30 23:21:55.212 INFO O| Oct 30 23:21:55.212 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9249 | 2024-10-30T23:21:56.591Z | [ host-image] Oct 30 23:21:55.212 INFO O| Oct 30 23:21:55.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9250 | 2024-10-30T23:21:56.591Z | [ host-image] Oct 30 23:21:55.212 INFO O| Oct 30 23:21:55.212 INFO STEP 59 (ensure_dir) COMPLETE |
9251 | 2024-10-30T23:21:56.591Z | [ host-image] Oct 30 23:21:55.212 INFO O| Oct 30 23:21:55.212 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9252 | 2024-10-30T23:21:56.597Z | [ host-image] Oct 30 23:21:55.221 INFO O| Oct 30 23:21:55.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9253 | 2024-10-30T23:21:56.598Z | [ host-image] Oct 30 23:21:55.221 INFO O| Oct 30 23:21:55.221 INFO copying /tmp/.tmpjscsyd/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 ... |
9254 | 2024-10-30T23:21:56.600Z | [ host-image] Oct 30 23:21:55.221 INFO O| Oct 30 23:21:55.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9255 | 2024-10-30T23:21:56.600Z | [ host-image] Oct 30 23:21:55.222 INFO O| Oct 30 23:21:55.221 INFO ok! |
9256 | 2024-10-30T23:21:56.600Z | [ host-image] Oct 30 23:21:55.222 INFO O| Oct 30 23:21:55.222 INFO STEP 60 (ensure_file) COMPLETE |
9257 | 2024-10-30T23:21:56.600Z | [ host-image] Oct 30 23:21:55.222 INFO O| Oct 30 23:21:55.222 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9258 | 2024-10-30T23:21:56.607Z | [ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9259 | 2024-10-30T23:21:56.607Z | [ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO copying /tmp/.tmpjscsyd/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 ... |
9260 | 2024-10-30T23:21:56.609Z | [ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9261 | 2024-10-30T23:21:56.609Z | [ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO ok! |
9262 | 2024-10-30T23:21:56.609Z | [ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO STEP 61 (ensure_file) COMPLETE |
9263 | 2024-10-30T23:21:56.610Z | [ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9264 | 2024-10-30T23:21:56.616Z | [ host-image] Oct 30 23:21:55.240 INFO O| Oct 30 23:21:55.240 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9265 | 2024-10-30T23:21:56.619Z | [ host-image] Oct 30 23:21:55.240 INFO O| Oct 30 23:21:55.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9266 | 2024-10-30T23:21:56.619Z | [ host-image] Oct 30 23:21:55.240 INFO O| Oct 30 23:21:55.240 INFO STEP 62 (ensure_dir) COMPLETE |
9267 | 2024-10-30T23:21:56.619Z | [ host-image] Oct 30 23:21:55.240 INFO O| Oct 30 23:21:55.240 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9268 | 2024-10-30T23:21:56.626Z | [ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.249 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9269 | 2024-10-30T23:21:56.628Z | [ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO copying /tmp/.tmpjscsyd/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 ... |
9270 | 2024-10-30T23:21:56.628Z | [ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9271 | 2024-10-30T23:21:56.628Z | [ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO ok! |
9272 | 2024-10-30T23:21:56.628Z | [ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO STEP 63 (ensure_file) COMPLETE |
9273 | 2024-10-30T23:21:56.628Z | [ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9274 | 2024-10-30T23:21:56.635Z | [ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9275 | 2024-10-30T23:21:56.635Z | [ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO copying /tmp/.tmpjscsyd/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 ... |
9276 | 2024-10-30T23:21:56.638Z | [ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9277 | 2024-10-30T23:21:56.638Z | [ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO ok! |
9278 | 2024-10-30T23:21:56.638Z | [ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO STEP 64 (ensure_file) COMPLETE |
9279 | 2024-10-30T23:21:56.638Z | [ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9280 | 2024-10-30T23:21:56.645Z | [ host-image] Oct 30 23:21:55.269 INFO O| Oct 30 23:21:55.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9281 | 2024-10-30T23:21:56.648Z | [ host-image] Oct 30 23:21:55.269 INFO O| Oct 30 23:21:55.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9282 | 2024-10-30T23:21:56.648Z | [ host-image] Oct 30 23:21:55.269 INFO O| Oct 30 23:21:55.269 INFO STEP 65 (ensure_dir) COMPLETE |
9283 | 2024-10-30T23:21:56.648Z | [ host-image] Oct 30 23:21:55.269 INFO O| Oct 30 23:21:55.269 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9284 | 2024-10-30T23:21:56.654Z | [ host-image] Oct 30 23:21:55.278 INFO O| Oct 30 23:21:55.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9285 | 2024-10-30T23:21:56.654Z | [ host-image] Oct 30 23:21:55.278 INFO O| Oct 30 23:21:55.278 INFO copying /tmp/.tmpjscsyd/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 ... |
9286 | 2024-10-30T23:21:56.657Z | [ host-image] Oct 30 23:21:55.278 INFO O| Oct 30 23:21:55.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9287 | 2024-10-30T23:21:56.657Z | [ host-image] Oct 30 23:21:55.279 INFO O| Oct 30 23:21:55.278 INFO ok! |
9288 | 2024-10-30T23:21:56.657Z | [ host-image] Oct 30 23:21:55.279 INFO O| Oct 30 23:21:55.278 INFO STEP 66 (ensure_file) COMPLETE |
9289 | 2024-10-30T23:21:56.657Z | [ host-image] Oct 30 23:21:55.279 INFO O| Oct 30 23:21:55.278 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9290 | 2024-10-30T23:21:56.664Z | [ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9291 | 2024-10-30T23:21:56.664Z | [ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9292 | 2024-10-30T23:21:56.664Z | [ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9293 | 2024-10-30T23:21:56.667Z | [ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO ok! |
9294 | 2024-10-30T23:21:56.667Z | [ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO STEP 67 (ensure_file) COMPLETE |
9295 | 2024-10-30T23:21:56.667Z | [ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9296 | 2024-10-30T23:21:56.673Z | [ host-image] Oct 30 23:21:55.297 INFO O| Oct 30 23:21:55.297 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9297 | 2024-10-30T23:21:56.676Z | [ host-image] Oct 30 23:21:55.297 INFO O| Oct 30 23:21:55.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9298 | 2024-10-30T23:21:56.676Z | [ host-image] Oct 30 23:21:55.297 INFO O| Oct 30 23:21:55.297 INFO STEP 68 (ensure_dir) COMPLETE |
9299 | 2024-10-30T23:21:56.676Z | [ host-image] Oct 30 23:21:55.297 INFO O| Oct 30 23:21:55.297 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9300 | 2024-10-30T23:21:56.685Z | [ host-image] Oct 30 23:21:55.306 INFO O| Oct 30 23:21:55.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9301 | 2024-10-30T23:21:56.689Z | [ host-image] Oct 30 23:21:55.306 INFO O| Oct 30 23:21:55.306 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9302 | 2024-10-30T23:21:57.698Z | [ host-image] Oct 30 23:21:56.321 INFO O| Oct 30 23:21:56.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9303 | 2024-10-30T23:21:57.700Z | [ host-image] Oct 30 23:21:56.321 INFO O| Oct 30 23:21:56.321 INFO ok! |
9304 | 2024-10-30T23:21:57.700Z | [ host-image] Oct 30 23:21:56.321 INFO O| Oct 30 23:21:56.321 INFO STEP 69 (ensure_file) COMPLETE |
9305 | 2024-10-30T23:21:57.700Z | [ host-image] Oct 30 23:21:56.321 INFO O| Oct 30 23:21:56.321 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9306 | 2024-10-30T23:21:57.709Z | [ host-image] Oct 30 23:21:56.333 INFO O| Oct 30 23:21:56.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9307 | 2024-10-30T23:21:57.709Z | [ host-image] Oct 30 23:21:56.333 INFO O| Oct 30 23:21:56.332 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9308 | 2024-10-30T23:21:59.140Z | [ host-image] Oct 30 23:21:57.764 INFO O| Oct 30 23:21:57.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9309 | 2024-10-30T23:21:59.140Z | [ host-image] Oct 30 23:21:57.764 INFO O| Oct 30 23:21:57.764 INFO ok! |
9310 | 2024-10-30T23:21:59.140Z | [ host-image] Oct 30 23:21:57.764 INFO O| Oct 30 23:21:57.764 INFO STEP 70 (ensure_file) COMPLETE |
9311 | 2024-10-30T23:21:59.143Z | [ host-image] Oct 30 23:21:57.764 INFO O| Oct 30 23:21:57.764 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9312 | 2024-10-30T23:21:59.151Z | [ host-image] Oct 30 23:21:57.775 INFO O| Oct 30 23:21:57.775 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9313 | 2024-10-30T23:21:59.153Z | [ host-image] Oct 30 23:21:57.775 INFO O| Oct 30 23:21:57.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9314 | 2024-10-30T23:21:59.153Z | [ host-image] Oct 30 23:21:57.775 INFO O| Oct 30 23:21:57.775 INFO STEP 71 (ensure_dir) COMPLETE |
9315 | 2024-10-30T23:21:59.153Z | [ host-image] Oct 30 23:21:57.775 INFO O| Oct 30 23:21:57.775 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9316 | 2024-10-30T23:21:59.160Z | [ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9317 | 2024-10-30T23:21:59.160Z | [ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO copying /tmp/.tmpjscsyd/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 ... |
9318 | 2024-10-30T23:21:59.163Z | [ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9319 | 2024-10-30T23:21:59.163Z | [ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO ok! |
9320 | 2024-10-30T23:21:59.163Z | [ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO STEP 72 (ensure_file) COMPLETE |
9321 | 2024-10-30T23:21:59.163Z | [ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9322 | 2024-10-30T23:21:59.170Z | [ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9323 | 2024-10-30T23:21:59.170Z | [ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO copying /tmp/.tmpjscsyd/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 ... |
9324 | 2024-10-30T23:21:59.172Z | [ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9325 | 2024-10-30T23:21:59.172Z | [ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO ok! |
9326 | 2024-10-30T23:21:59.172Z | [ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO STEP 73 (ensure_file) COMPLETE |
9327 | 2024-10-30T23:21:59.172Z | [ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-10-30T23:21:59.179Z | [ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9329 | 2024-10-30T23:21:59.179Z | [ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9330 | 2024-10-30T23:21:59.182Z | [ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9331 | 2024-10-30T23:21:59.182Z | [ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO ok! |
9332 | 2024-10-30T23:21:59.182Z | [ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO STEP 74 (ensure_file) COMPLETE |
9333 | 2024-10-30T23:21:59.182Z | [ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9334 | 2024-10-30T23:21:59.188Z | [ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9335 | 2024-10-30T23:21:59.188Z | [ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9336 | 2024-10-30T23:21:59.190Z | [ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9337 | 2024-10-30T23:21:59.191Z | [ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO ok! |
9338 | 2024-10-30T23:21:59.191Z | [ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO STEP 75 (ensure_file) COMPLETE |
9339 | 2024-10-30T23:21:59.191Z | [ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9340 | 2024-10-30T23:21:59.198Z | [ host-image] Oct 30 23:21:57.821 INFO O| Oct 30 23:21:57.821 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9341 | 2024-10-30T23:21:59.198Z | [ host-image] Oct 30 23:21:57.821 INFO O| Oct 30 23:21:57.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9342 | 2024-10-30T23:21:59.200Z | [ host-image] Oct 30 23:21:57.821 INFO O| Oct 30 23:21:57.821 INFO STEP 76 (ensure_dir) COMPLETE |
9343 | 2024-10-30T23:21:59.200Z | [ host-image] Oct 30 23:21:57.821 INFO O| Oct 30 23:21:57.821 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-10-30T23:21:59.207Z | [ host-image] Oct 30 23:21:57.831 INFO O| Oct 30 23:21:57.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9345 | 2024-10-30T23:21:59.207Z | [ host-image] Oct 30 23:21:57.831 INFO O| Oct 30 23:21:57.831 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9346 | 2024-10-30T23:21:59.210Z | [ host-image] Oct 30 23:21:57.834 INFO O| Oct 30 23:21:57.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9347 | 2024-10-30T23:21:59.212Z | [ host-image] Oct 30 23:21:57.834 INFO O| Oct 30 23:21:57.834 INFO ok! |
9348 | 2024-10-30T23:21:59.212Z | [ host-image] Oct 30 23:21:57.834 INFO O| Oct 30 23:21:57.834 INFO STEP 77 (ensure_file) COMPLETE |
9349 | 2024-10-30T23:21:59.212Z | [ host-image] Oct 30 23:21:57.834 INFO O| Oct 30 23:21:57.834 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9350 | 2024-10-30T23:21:59.219Z | [ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9351 | 2024-10-30T23:21:59.219Z | [ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9352 | 2024-10-30T23:21:59.222Z | [ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9353 | 2024-10-30T23:21:59.222Z | [ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO ok! |
9354 | 2024-10-30T23:21:59.222Z | [ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO STEP 78 (ensure_file) COMPLETE |
9355 | 2024-10-30T23:21:59.222Z | [ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9356 | 2024-10-30T23:21:59.228Z | [ host-image] Oct 30 23:21:57.852 INFO O| Oct 30 23:21:57.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9357 | 2024-10-30T23:21:59.231Z | [ host-image] Oct 30 23:21:57.852 INFO O| Oct 30 23:21:57.852 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9358 | 2024-10-30T23:21:59.825Z | [ host-image] Oct 30 23:21:58.449 INFO O| Oct 30 23:21:58.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9359 | 2024-10-30T23:21:59.825Z | [ host-image] Oct 30 23:21:58.449 INFO O| Oct 30 23:21:58.449 INFO ok! |
9360 | 2024-10-30T23:21:59.825Z | [ host-image] Oct 30 23:21:58.449 INFO O| Oct 30 23:21:58.449 INFO STEP 79 (ensure_file) COMPLETE |
9361 | 2024-10-30T23:21:59.828Z | [ host-image] Oct 30 23:21:58.449 INFO O| Oct 30 23:21:58.449 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-10-30T23:21:59.836Z | [ host-image] Oct 30 23:21:58.460 INFO O| Oct 30 23:21:58.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9363 | 2024-10-30T23:21:59.838Z | [ host-image] Oct 30 23:21:58.460 INFO O| Oct 30 23:21:58.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9364 | 2024-10-30T23:21:59.838Z | [ host-image] Oct 30 23:21:58.460 INFO O| Oct 30 23:21:58.460 INFO STEP 80 (ensure_dir) COMPLETE |
9365 | 2024-10-30T23:21:59.838Z | [ host-image] Oct 30 23:21:58.460 INFO O| Oct 30 23:21:58.460 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9366 | 2024-10-30T23:21:59.846Z | [ host-image] Oct 30 23:21:58.469 INFO O| Oct 30 23:21:58.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9367 | 2024-10-30T23:21:59.846Z | [ host-image] Oct 30 23:21:58.469 INFO O| Oct 30 23:21:58.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9368 | 2024-10-30T23:21:59.848Z | [ host-image] Oct 30 23:21:58.469 INFO O| Oct 30 23:21:58.469 INFO STEP 81 (ensure_dir) COMPLETE |
9369 | 2024-10-30T23:21:59.848Z | [ host-image] Oct 30 23:21:58.469 INFO O| Oct 30 23:21:58.469 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9370 | 2024-10-30T23:21:59.854Z | [ host-image] Oct 30 23:21:58.478 INFO O| Oct 30 23:21:58.478 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9371 | 2024-10-30T23:21:59.855Z | [ host-image] Oct 30 23:21:58.478 INFO O| Oct 30 23:21:58.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9372 | 2024-10-30T23:21:59.857Z | [ host-image] Oct 30 23:21:58.478 INFO O| Oct 30 23:21:58.478 INFO STEP 82 (ensure_dir) COMPLETE |
9373 | 2024-10-30T23:21:59.857Z | [ host-image] Oct 30 23:21:58.478 INFO O| Oct 30 23:21:58.478 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9374 | 2024-10-30T23:21:59.864Z | [ host-image] Oct 30 23:21:58.488 INFO O| Oct 30 23:21:58.487 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9375 | 2024-10-30T23:21:59.864Z | [ host-image] Oct 30 23:21:58.488 INFO O| Oct 30 23:21:58.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9376 | 2024-10-30T23:21:59.866Z | [ host-image] Oct 30 23:21:58.488 INFO O| Oct 30 23:21:58.488 INFO STEP 83 (ensure_dir) COMPLETE |
9377 | 2024-10-30T23:21:59.866Z | [ host-image] Oct 30 23:21:58.488 INFO O| Oct 30 23:21:58.488 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9378 | 2024-10-30T23:21:59.873Z | [ host-image] Oct 30 23:21:58.497 INFO O| Oct 30 23:21:58.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9379 | 2024-10-30T23:21:59.873Z | [ host-image] Oct 30 23:21:58.497 INFO O| Oct 30 23:21:58.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9380 | 2024-10-30T23:21:59.875Z | [ host-image] Oct 30 23:21:58.497 INFO O| Oct 30 23:21:58.497 INFO STEP 84 (ensure_dir) COMPLETE |
9381 | 2024-10-30T23:21:59.875Z | [ host-image] Oct 30 23:21:58.497 INFO O| Oct 30 23:21:58.497 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9382 | 2024-10-30T23:21:59.882Z | [ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9383 | 2024-10-30T23:21:59.882Z | [ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO copying /tmp/.tmpjscsyd/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 ... |
9384 | 2024-10-30T23:21:59.884Z | [ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9385 | 2024-10-30T23:21:59.884Z | [ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO ok! |
9386 | 2024-10-30T23:21:59.885Z | [ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO STEP 85 (ensure_file) COMPLETE |
9387 | 2024-10-30T23:21:59.885Z | [ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9388 | 2024-10-30T23:21:59.891Z | [ host-image] Oct 30 23:21:58.515 INFO O| Oct 30 23:21:58.515 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9389 | 2024-10-30T23:21:59.891Z | [ host-image] Oct 30 23:21:58.515 INFO O| Oct 30 23:21:58.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9390 | 2024-10-30T23:21:59.891Z | [ host-image] Oct 30 23:21:58.515 INFO O| Oct 30 23:21:58.515 INFO STEP 86 (ensure_dir) COMPLETE |
9391 | 2024-10-30T23:21:59.894Z | [ host-image] Oct 30 23:21:58.515 INFO O| Oct 30 23:21:58.515 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9392 | 2024-10-30T23:21:59.901Z | [ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9393 | 2024-10-30T23:21:59.901Z | [ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9394 | 2024-10-30T23:21:59.910Z | [ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9395 | 2024-10-30T23:21:59.910Z | [ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO ok! |
9396 | 2024-10-30T23:21:59.910Z | [ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO STEP 87 (ensure_file) COMPLETE |
9397 | 2024-10-30T23:21:59.910Z | [ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9398 | 2024-10-30T23:21:59.912Z | [ host-image] Oct 30 23:21:58.534 INFO O| Oct 30 23:21:58.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9399 | 2024-10-30T23:21:59.912Z | [ host-image] Oct 30 23:21:58.534 INFO O| Oct 30 23:21:58.534 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9400 | 2024-10-30T23:22:00.248Z | [ host-image] Oct 30 23:21:58.871 INFO O| Oct 30 23:21:58.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9401 | 2024-10-30T23:22:00.248Z | [ host-image] Oct 30 23:21:58.871 INFO O| Oct 30 23:21:58.871 INFO ok! |
9402 | 2024-10-30T23:22:00.248Z | [ host-image] Oct 30 23:21:58.871 INFO O| Oct 30 23:21:58.871 INFO STEP 88 (ensure_file) COMPLETE |
9403 | 2024-10-30T23:22:00.251Z | [ host-image] Oct 30 23:21:58.871 INFO O| Oct 30 23:21:58.871 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-10-30T23:22:00.258Z | [ host-image] Oct 30 23:21:58.882 INFO O| Oct 30 23:21:58.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9405 | 2024-10-30T23:22:00.258Z | [ host-image] Oct 30 23:21:58.882 INFO O| Oct 30 23:21:58.882 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9406 | 2024-10-30T23:22:00.276Z | [ host-image] Oct 30 23:21:58.900 INFO O| Oct 30 23:21:58.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9407 | 2024-10-30T23:22:00.276Z | [ host-image] Oct 30 23:21:58.900 INFO O| Oct 30 23:21:58.900 INFO ok! |
9408 | 2024-10-30T23:22:00.276Z | [ host-image] Oct 30 23:21:58.900 INFO O| Oct 30 23:21:58.900 INFO STEP 89 (ensure_file) COMPLETE |
9409 | 2024-10-30T23:22:00.278Z | [ host-image] Oct 30 23:21:58.900 INFO O| Oct 30 23:21:58.900 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9410 | 2024-10-30T23:22:00.286Z | [ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9411 | 2024-10-30T23:22:00.286Z | [ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9412 | 2024-10-30T23:22:00.289Z | [ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9413 | 2024-10-30T23:22:00.289Z | [ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO ok! |
9414 | 2024-10-30T23:22:00.289Z | [ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO STEP 90 (ensure_file) COMPLETE |
9415 | 2024-10-30T23:22:00.289Z | [ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9416 | 2024-10-30T23:22:00.295Z | [ host-image] Oct 30 23:21:58.919 INFO O| Oct 30 23:21:58.919 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9417 | 2024-10-30T23:22:00.298Z | [ host-image] Oct 30 23:21:58.919 INFO O| Oct 30 23:21:58.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9418 | 2024-10-30T23:22:00.298Z | [ host-image] Oct 30 23:21:58.919 INFO O| Oct 30 23:21:58.919 INFO STEP 91 (ensure_dir) COMPLETE |
9419 | 2024-10-30T23:22:00.298Z | [ host-image] Oct 30 23:21:58.919 INFO O| Oct 30 23:21:58.919 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-10-30T23:22:00.305Z | [ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9421 | 2024-10-30T23:22:00.307Z | [ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO copying /tmp/.tmpjscsyd/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 ... |
9422 | 2024-10-30T23:22:00.307Z | [ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9423 | 2024-10-30T23:22:00.307Z | [ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO ok! |
9424 | 2024-10-30T23:22:00.307Z | [ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO STEP 92 (ensure_file) COMPLETE |
9425 | 2024-10-30T23:22:00.307Z | [ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-10-30T23:22:00.315Z | [ host-image] Oct 30 23:21:58.938 INFO O| Oct 30 23:21:58.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9427 | 2024-10-30T23:22:00.317Z | [ host-image] Oct 30 23:21:58.938 INFO O| Oct 30 23:21:58.938 INFO copying /tmp/.tmpjscsyd/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 ... |
9428 | 2024-10-30T23:22:00.317Z | [ host-image] Oct 30 23:21:58.939 INFO O| Oct 30 23:21:58.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9429 | 2024-10-30T23:22:00.317Z | [ host-image] Oct 30 23:21:58.939 INFO O| Oct 30 23:21:58.939 INFO ok! |
9430 | 2024-10-30T23:22:00.317Z | [ host-image] Oct 30 23:21:58.939 INFO O| Oct 30 23:21:58.939 INFO STEP 93 (ensure_file) COMPLETE |
9431 | 2024-10-30T23:22:00.317Z | [ host-image] Oct 30 23:21:58.939 INFO O| Oct 30 23:21:58.939 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-10-30T23:22:00.324Z | [ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9433 | 2024-10-30T23:22:00.324Z | [ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO copying /tmp/.tmpjscsyd/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 ... |
9434 | 2024-10-30T23:22:00.327Z | [ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9435 | 2024-10-30T23:22:00.327Z | [ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO ok! |
9436 | 2024-10-30T23:22:00.327Z | [ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO STEP 94 (ensure_file) COMPLETE |
9437 | 2024-10-30T23:22:00.327Z | [ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9438 | 2024-10-30T23:22:00.333Z | [ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9439 | 2024-10-30T23:22:00.333Z | [ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO copying /tmp/.tmpjscsyd/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 ... |
9440 | 2024-10-30T23:22:00.336Z | [ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9441 | 2024-10-30T23:22:00.336Z | [ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO ok! |
9442 | 2024-10-30T23:22:00.336Z | [ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO STEP 95 (ensure_file) COMPLETE |
9443 | 2024-10-30T23:22:00.336Z | [ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9444 | 2024-10-30T23:22:00.345Z | [ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9445 | 2024-10-30T23:22:00.345Z | [ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO copying /tmp/.tmpjscsyd/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 ... |
9446 | 2024-10-30T23:22:00.347Z | [ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9447 | 2024-10-30T23:22:00.347Z | [ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO ok! |
9448 | 2024-10-30T23:22:00.347Z | [ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO STEP 96 (ensure_file) COMPLETE |
9449 | 2024-10-30T23:22:00.347Z | [ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9450 | 2024-10-30T23:22:00.352Z | [ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9451 | 2024-10-30T23:22:00.352Z | [ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9452 | 2024-10-30T23:22:00.355Z | [ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9453 | 2024-10-30T23:22:00.355Z | [ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO ok! |
9454 | 2024-10-30T23:22:00.355Z | [ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO STEP 97 (ensure_file) COMPLETE |
9455 | 2024-10-30T23:22:00.355Z | [ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9456 | 2024-10-30T23:22:00.361Z | [ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9457 | 2024-10-30T23:22:00.361Z | [ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO copying /tmp/.tmpjscsyd/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 ... |
9458 | 2024-10-30T23:22:00.364Z | [ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9459 | 2024-10-30T23:22:00.364Z | [ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO ok! |
9460 | 2024-10-30T23:22:00.364Z | [ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO STEP 98 (ensure_file) COMPLETE |
9461 | 2024-10-30T23:22:00.364Z | [ host-image] Oct 30 23:21:58.986 INFO O| Oct 30 23:21:58.985 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9462 | 2024-10-30T23:22:00.373Z | [ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9463 | 2024-10-30T23:22:00.373Z | [ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO copying /tmp/.tmpjscsyd/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 ... |
9464 | 2024-10-30T23:22:00.375Z | [ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9465 | 2024-10-30T23:22:00.375Z | [ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO ok! |
9466 | 2024-10-30T23:22:00.375Z | [ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO STEP 99 (ensure_file) COMPLETE |
9467 | 2024-10-30T23:22:00.375Z | [ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2024-10-30T23:22:00.381Z | [ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9469 | 2024-10-30T23:22:00.381Z | [ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO copying /tmp/.tmpjscsyd/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 ... |
9470 | 2024-10-30T23:22:00.384Z | [ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9471 | 2024-10-30T23:22:00.384Z | [ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO ok! |
9472 | 2024-10-30T23:22:00.384Z | [ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO STEP 100 (ensure_file) COMPLETE |
9473 | 2024-10-30T23:22:00.384Z | [ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2024-10-30T23:22:00.391Z | [ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9475 | 2024-10-30T23:22:00.391Z | [ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9476 | 2024-10-30T23:22:00.394Z | [ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9477 | 2024-10-30T23:22:00.394Z | [ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO ok! |
9478 | 2024-10-30T23:22:00.394Z | [ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO STEP 101 (ensure_file) COMPLETE |
9479 | 2024-10-30T23:22:00.394Z | [ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-10-30T23:22:00.400Z | [ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9481 | 2024-10-30T23:22:00.400Z | [ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO copying /tmp/.tmpjscsyd/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 ... |
9482 | 2024-10-30T23:22:00.403Z | [ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9483 | 2024-10-30T23:22:00.403Z | [ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO ok! |
9484 | 2024-10-30T23:22:00.403Z | [ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO STEP 102 (ensure_file) COMPLETE |
9485 | 2024-10-30T23:22:00.403Z | [ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-10-30T23:22:00.410Z | [ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9487 | 2024-10-30T23:22:00.410Z | [ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO copying /tmp/.tmpjscsyd/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 ... |
9488 | 2024-10-30T23:22:00.412Z | [ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9489 | 2024-10-30T23:22:00.412Z | [ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO ok! |
9490 | 2024-10-30T23:22:00.413Z | [ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO STEP 103 (ensure_file) COMPLETE |
9491 | 2024-10-30T23:22:00.413Z | [ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-10-30T23:22:00.419Z | [ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9493 | 2024-10-30T23:22:00.419Z | [ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO copying /tmp/.tmpjscsyd/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 ... |
9494 | 2024-10-30T23:22:00.422Z | [ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9495 | 2024-10-30T23:22:00.422Z | [ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO ok! |
9496 | 2024-10-30T23:22:00.422Z | [ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO STEP 104 (ensure_file) COMPLETE |
9497 | 2024-10-30T23:22:00.422Z | [ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2024-10-30T23:22:00.432Z | [ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9499 | 2024-10-30T23:22:00.432Z | [ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO copying /tmp/.tmpjscsyd/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 ... |
9500 | 2024-10-30T23:22:00.434Z | [ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9501 | 2024-10-30T23:22:00.434Z | [ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO ok! |
9502 | 2024-10-30T23:22:00.434Z | [ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO STEP 105 (ensure_file) COMPLETE |
9503 | 2024-10-30T23:22:00.434Z | [ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2024-10-30T23:22:00.438Z | [ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9505 | 2024-10-30T23:22:00.438Z | [ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO copying /tmp/.tmpjscsyd/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 ... |
9506 | 2024-10-30T23:22:00.440Z | [ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9507 | 2024-10-30T23:22:00.440Z | [ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO ok! |
9508 | 2024-10-30T23:22:00.440Z | [ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO STEP 106 (ensure_file) COMPLETE |
9509 | 2024-10-30T23:22:00.440Z | [ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9510 | 2024-10-30T23:22:00.447Z | [ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9511 | 2024-10-30T23:22:00.447Z | [ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO copying /tmp/.tmpjscsyd/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 ... |
9512 | 2024-10-30T23:22:00.450Z | [ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9513 | 2024-10-30T23:22:00.450Z | [ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO ok! |
9514 | 2024-10-30T23:22:00.450Z | [ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO STEP 107 (ensure_file) COMPLETE |
9515 | 2024-10-30T23:22:00.450Z | [ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9516 | 2024-10-30T23:22:00.457Z | [ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9517 | 2024-10-30T23:22:00.457Z | [ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO copying /tmp/.tmpjscsyd/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 ... |
9518 | 2024-10-30T23:22:00.459Z | [ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9519 | 2024-10-30T23:22:00.459Z | [ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO ok! |
9520 | 2024-10-30T23:22:00.459Z | [ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO STEP 108 (ensure_file) COMPLETE |
9521 | 2024-10-30T23:22:00.459Z | [ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-10-30T23:22:00.466Z | [ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9523 | 2024-10-30T23:22:00.466Z | [ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO copying /tmp/.tmpjscsyd/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 ... |
9524 | 2024-10-30T23:22:00.466Z | [ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9525 | 2024-10-30T23:22:00.469Z | [ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO ok! |
9526 | 2024-10-30T23:22:00.469Z | [ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO STEP 109 (ensure_file) COMPLETE |
9527 | 2024-10-30T23:22:00.469Z | [ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-10-30T23:22:00.476Z | [ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9529 | 2024-10-30T23:22:00.476Z | [ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO copying /tmp/.tmpjscsyd/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 ... |
9530 | 2024-10-30T23:22:00.478Z | [ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9531 | 2024-10-30T23:22:00.478Z | [ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO ok! |
9532 | 2024-10-30T23:22:00.478Z | [ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO STEP 110 (ensure_file) COMPLETE |
9533 | 2024-10-30T23:22:00.478Z | [ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-10-30T23:22:00.485Z | [ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9535 | 2024-10-30T23:22:00.487Z | [ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO copying /tmp/.tmpjscsyd/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 ... |
9536 | 2024-10-30T23:22:00.487Z | [ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9537 | 2024-10-30T23:22:00.487Z | [ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO ok! |
9538 | 2024-10-30T23:22:00.488Z | [ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO STEP 111 (ensure_file) COMPLETE |
9539 | 2024-10-30T23:22:00.488Z | [ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9540 | 2024-10-30T23:22:00.494Z | [ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9541 | 2024-10-30T23:22:00.494Z | [ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO copying /tmp/.tmpjscsyd/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 ... |
9542 | 2024-10-30T23:22:00.497Z | [ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9543 | 2024-10-30T23:22:00.497Z | [ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO ok! |
9544 | 2024-10-30T23:22:00.497Z | [ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO STEP 112 (ensure_file) COMPLETE |
9545 | 2024-10-30T23:22:00.497Z | [ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-10-30T23:22:00.504Z | [ host-image] Oct 30 23:21:59.127 INFO O| Oct 30 23:21:59.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9547 | 2024-10-30T23:22:00.504Z | [ host-image] Oct 30 23:21:59.127 INFO O| Oct 30 23:21:59.127 INFO copying /tmp/.tmpjscsyd/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 ... |
9548 | 2024-10-30T23:22:00.506Z | [ host-image] Oct 30 23:21:59.127 INFO O| Oct 30 23:21:59.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9549 | 2024-10-30T23:22:00.506Z | [ host-image] Oct 30 23:21:59.128 INFO O| Oct 30 23:21:59.127 INFO ok! |
9550 | 2024-10-30T23:22:00.506Z | [ host-image] Oct 30 23:21:59.128 INFO O| Oct 30 23:21:59.128 INFO STEP 113 (ensure_file) COMPLETE |
9551 | 2024-10-30T23:22:00.506Z | [ host-image] Oct 30 23:21:59.128 INFO O| Oct 30 23:21:59.128 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9552 | 2024-10-30T23:22:00.515Z | [ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9553 | 2024-10-30T23:22:00.517Z | [ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO copying /tmp/.tmpjscsyd/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 ... |
9554 | 2024-10-30T23:22:00.517Z | [ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9555 | 2024-10-30T23:22:00.517Z | [ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO ok! |
9556 | 2024-10-30T23:22:00.517Z | [ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO STEP 114 (ensure_file) COMPLETE |
9557 | 2024-10-30T23:22:00.517Z | [ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9558 | 2024-10-30T23:22:00.522Z | [ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9559 | 2024-10-30T23:22:00.522Z | [ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO copying /tmp/.tmpjscsyd/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 ... |
9560 | 2024-10-30T23:22:00.524Z | [ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9561 | 2024-10-30T23:22:00.524Z | [ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO ok! |
9562 | 2024-10-30T23:22:00.524Z | [ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO STEP 115 (ensure_file) COMPLETE |
9563 | 2024-10-30T23:22:00.524Z | [ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2024-10-30T23:22:00.532Z | [ host-image] Oct 30 23:21:59.155 INFO O| Oct 30 23:21:59.155 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9565 | 2024-10-30T23:22:00.532Z | [ host-image] Oct 30 23:21:59.155 INFO O| Oct 30 23:21:59.155 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9566 | 2024-10-30T23:22:00.534Z | [ host-image] Oct 30 23:21:59.156 INFO O| Oct 30 23:21:59.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9567 | 2024-10-30T23:22:00.535Z | [ host-image] Oct 30 23:21:59.156 INFO O| Oct 30 23:21:59.156 INFO ok! |
9568 | 2024-10-30T23:22:00.535Z | [ host-image] Oct 30 23:21:59.156 INFO O| Oct 30 23:21:59.156 INFO STEP 116 (ensure_file) COMPLETE |
9569 | 2024-10-30T23:22:00.535Z | [ host-image] Oct 30 23:21:59.156 INFO O| Oct 30 23:21:59.156 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2024-10-30T23:22:00.541Z | [ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9571 | 2024-10-30T23:22:00.543Z | [ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO copying /tmp/.tmpjscsyd/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 ... |
9572 | 2024-10-30T23:22:00.543Z | [ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9573 | 2024-10-30T23:22:00.543Z | [ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO ok! |
9574 | 2024-10-30T23:22:00.543Z | [ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO STEP 117 (ensure_file) COMPLETE |
9575 | 2024-10-30T23:22:00.543Z | [ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-10-30T23:22:00.550Z | [ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9577 | 2024-10-30T23:22:00.551Z | [ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9578 | 2024-10-30T23:22:00.553Z | [ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9579 | 2024-10-30T23:22:00.553Z | [ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO ok! |
9580 | 2024-10-30T23:22:00.553Z | [ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO STEP 118 (ensure_file) COMPLETE |
9581 | 2024-10-30T23:22:00.553Z | [ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-10-30T23:22:00.560Z | [ host-image] Oct 30 23:21:59.184 INFO O| Oct 30 23:21:59.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9583 | 2024-10-30T23:22:00.560Z | [ host-image] Oct 30 23:21:59.184 INFO O| Oct 30 23:21:59.183 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9584 | 2024-10-30T23:22:04.091Z | [ host-image] Oct 30 23:22:02.715 INFO O| Oct 30 23:22:02.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9585 | 2024-10-30T23:22:04.091Z | [ host-image] Oct 30 23:22:02.715 INFO O| Oct 30 23:22:02.715 INFO ok! |
9586 | 2024-10-30T23:22:04.094Z | [ host-image] Oct 30 23:22:02.715 INFO O| Oct 30 23:22:02.715 INFO STEP 119 (ensure_file) COMPLETE |
9587 | 2024-10-30T23:22:04.094Z | [ host-image] Oct 30 23:22:02.715 INFO O| Oct 30 23:22:02.715 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-10-30T23:22:04.103Z | [ host-image] Oct 30 23:22:02.726 INFO O| Oct 30 23:22:02.726 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9589 | 2024-10-30T23:22:04.105Z | [ host-image] Oct 30 23:22:02.726 INFO O| Oct 30 23:22:02.726 INFO STEP 120 (ensure_dir) COMPLETE |
9590 | 2024-10-30T23:22:04.105Z | [ host-image] Oct 30 23:22:02.726 INFO O| Oct 30 23:22:02.726 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9591 | 2024-10-30T23:22:04.112Z | [ host-image] Oct 30 23:22:02.736 INFO O| Oct 30 23:22:02.736 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9592 | 2024-10-30T23:22:04.115Z | [ host-image] Oct 30 23:22:02.736 INFO O| Oct 30 23:22:02.736 INFO STEP 121 (ensure_dir) COMPLETE |
9593 | 2024-10-30T23:22:04.115Z | [ host-image] Oct 30 23:22:02.736 INFO O| Oct 30 23:22:02.736 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-10-30T23:22:04.122Z | [ host-image] Oct 30 23:22:02.745 INFO O| Oct 30 23:22:02.745 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9595 | 2024-10-30T23:22:04.125Z | [ host-image] Oct 30 23:22:02.745 INFO O| Oct 30 23:22:02.745 INFO STEP 122 (ensure_dir) COMPLETE |
9596 | 2024-10-30T23:22:04.125Z | [ host-image] Oct 30 23:22:02.745 INFO O| Oct 30 23:22:02.745 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9597 | 2024-10-30T23:22:04.131Z | [ host-image] Oct 30 23:22:02.755 INFO O| Oct 30 23:22:02.755 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9598 | 2024-10-30T23:22:04.131Z | [ host-image] Oct 30 23:22:02.755 INFO O| Oct 30 23:22:02.755 INFO STEP 123 (ensure_dir) COMPLETE |
9599 | 2024-10-30T23:22:04.131Z | [ host-image] Oct 30 23:22:02.755 INFO O| Oct 30 23:22:02.755 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9600 | 2024-10-30T23:22:04.141Z | [ host-image] Oct 30 23:22:02.764 INFO O| Oct 30 23:22:02.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9601 | 2024-10-30T23:22:04.141Z | [ host-image] Oct 30 23:22:02.764 INFO O| Oct 30 23:22:02.764 INFO copying /tmp/.tmpjscsyd/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 ... |
9602 | 2024-10-30T23:22:04.143Z | [ host-image] Oct 30 23:22:02.765 INFO O| Oct 30 23:22:02.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9603 | 2024-10-30T23:22:04.143Z | [ host-image] Oct 30 23:22:02.765 INFO O| Oct 30 23:22:02.765 INFO ok! |
9604 | 2024-10-30T23:22:04.143Z | [ host-image] Oct 30 23:22:02.765 INFO O| Oct 30 23:22:02.765 INFO STEP 124 (ensure_file) COMPLETE |
9605 | 2024-10-30T23:22:04.143Z | [ host-image] Oct 30 23:22:02.765 INFO O| Oct 30 23:22:02.765 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9606 | 2024-10-30T23:22:04.150Z | [ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9607 | 2024-10-30T23:22:04.150Z | [ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9608 | 2024-10-30T23:22:04.153Z | [ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9609 | 2024-10-30T23:22:04.153Z | [ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO STEP 125 (ensure_dir) COMPLETE |
9610 | 2024-10-30T23:22:04.153Z | [ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2024-10-30T23:22:04.160Z | [ host-image] Oct 30 23:22:02.783 INFO O| Oct 30 23:22:02.783 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9612 | 2024-10-30T23:22:04.163Z | [ host-image] Oct 30 23:22:02.783 INFO O| Oct 30 23:22:02.783 INFO copying /tmp/.tmpjscsyd/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9613 | 2024-10-30T23:22:04.163Z | [ host-image] Oct 30 23:22:02.784 INFO O| Oct 30 23:22:02.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9614 | 2024-10-30T23:22:04.163Z | [ host-image] Oct 30 23:22:02.784 INFO O| Oct 30 23:22:02.784 INFO ok! |
9615 | 2024-10-30T23:22:04.163Z | [ host-image] Oct 30 23:22:02.784 INFO O| Oct 30 23:22:02.784 INFO STEP 126 (ensure_file) COMPLETE |
9616 | 2024-10-30T23:22:04.163Z | [ host-image] Oct 30 23:22:02.784 INFO O| Oct 30 23:22:02.784 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9617 | 2024-10-30T23:22:04.169Z | [ host-image] Oct 30 23:22:02.793 INFO O| Oct 30 23:22:02.793 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9618 | 2024-10-30T23:22:04.172Z | [ host-image] Oct 30 23:22:02.793 INFO O| Oct 30 23:22:02.793 INFO STEP 127 (remove_files) COMPLETE |
9619 | 2024-10-30T23:22:04.172Z | [ host-image] Oct 30 23:22:02.793 INFO O| Oct 30 23:22:02.793 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9620 | 2024-10-30T23:22:04.179Z | [ host-image] Oct 30 23:22:02.803 INFO O| Oct 30 23:22:02.803 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9621 | 2024-10-30T23:22:04.182Z | [ host-image] Oct 30 23:22:02.803 INFO O| Oct 30 23:22:02.803 INFO STEP 128 (remove_files) COMPLETE |
9622 | 2024-10-30T23:22:04.182Z | [ host-image] Oct 30 23:22:02.803 INFO O| Oct 30 23:22:02.803 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9623 | 2024-10-30T23:22:04.188Z | [ host-image] Oct 30 23:22:02.812 INFO O| Oct 30 23:22:02.812 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9624 | 2024-10-30T23:22:04.191Z | [ host-image] Oct 30 23:22:02.812 INFO O| Oct 30 23:22:02.812 INFO STEP 129 (remove_files) COMPLETE |
9625 | 2024-10-30T23:22:04.192Z | [ host-image] Oct 30 23:22:02.812 INFO O| Oct 30 23:22:02.812 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9626 | 2024-10-30T23:22:04.198Z | [ host-image] Oct 30 23:22:02.822 INFO O| Oct 30 23:22:02.822 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9627 | 2024-10-30T23:22:04.201Z | [ host-image] Oct 30 23:22:02.822 INFO O| Oct 30 23:22:02.822 INFO STEP 130 (remove_files) COMPLETE |
9628 | 2024-10-30T23:22:04.201Z | [ host-image] Oct 30 23:22:02.822 INFO O| Oct 30 23:22:02.822 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9629 | 2024-10-30T23:22:04.208Z | [ host-image] Oct 30 23:22:02.832 INFO O| Oct 30 23:22:02.832 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9630 | 2024-10-30T23:22:04.210Z | [ host-image] Oct 30 23:22:02.832 INFO O| Oct 30 23:22:02.832 INFO STEP 131 (remove_files) COMPLETE |
9631 | 2024-10-30T23:22:04.210Z | [ host-image] Oct 30 23:22:02.832 INFO O| Oct 30 23:22:02.832 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9632 | 2024-10-30T23:22:04.218Z | [ host-image] Oct 30 23:22:02.841 INFO O| Oct 30 23:22:02.841 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9633 | 2024-10-30T23:22:04.220Z | [ host-image] Oct 30 23:22:02.842 INFO O| Oct 30 23:22:02.842 INFO STEP 132 (remove_files) COMPLETE |
9634 | 2024-10-30T23:22:04.221Z | [ host-image] Oct 30 23:22:02.842 INFO O| Oct 30 23:22:02.842 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9635 | 2024-10-30T23:22:04.228Z | [ host-image] Oct 30 23:22:02.851 INFO O| Oct 30 23:22:02.851 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9636 | 2024-10-30T23:22:04.228Z | [ host-image] Oct 30 23:22:02.851 INFO O| Oct 30 23:22:02.851 INFO STEP 133 (remove_files) COMPLETE |
9637 | 2024-10-30T23:22:04.230Z | [ host-image] Oct 30 23:22:02.851 INFO O| Oct 30 23:22:02.851 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9638 | 2024-10-30T23:22:04.237Z | [ host-image] Oct 30 23:22:02.861 INFO O| Oct 30 23:22:02.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9639 | 2024-10-30T23:22:04.237Z | [ host-image] Oct 30 23:22:02.861 INFO O| Oct 30 23:22:02.861 INFO STEP 134 (remove_files) COMPLETE |
9640 | 2024-10-30T23:22:04.237Z | [ host-image] Oct 30 23:22:02.861 INFO O| Oct 30 23:22:02.861 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9641 | 2024-10-30T23:22:04.247Z | [ host-image] Oct 30 23:22:02.871 INFO O| Oct 30 23:22:02.871 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9642 | 2024-10-30T23:22:04.247Z | [ host-image] Oct 30 23:22:02.871 INFO O| Oct 30 23:22:02.871 INFO STEP 135 (remove_files) COMPLETE |
9643 | 2024-10-30T23:22:04.250Z | [ host-image] Oct 30 23:22:02.871 INFO O| Oct 30 23:22:02.871 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9644 | 2024-10-30T23:22:04.257Z | [ host-image] Oct 30 23:22:02.880 INFO O| Oct 30 23:22:02.880 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9645 | 2024-10-30T23:22:04.257Z | [ host-image] Oct 30 23:22:02.880 INFO O| Oct 30 23:22:02.880 INFO STEP 136 (remove_files) COMPLETE |
9646 | 2024-10-30T23:22:04.259Z | [ host-image] Oct 30 23:22:02.880 INFO O| Oct 30 23:22:02.880 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9647 | 2024-10-30T23:22:04.266Z | [ host-image] Oct 30 23:22:02.890 INFO O| Oct 30 23:22:02.890 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9648 | 2024-10-30T23:22:04.266Z | [ host-image] Oct 30 23:22:02.890 INFO O| Oct 30 23:22:02.890 INFO STEP 137 (remove_files) COMPLETE |
9649 | 2024-10-30T23:22:04.268Z | [ host-image] Oct 30 23:22:02.890 INFO O| Oct 30 23:22:02.890 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9650 | 2024-10-30T23:22:04.275Z | [ host-image] Oct 30 23:22:02.899 INFO O| Oct 30 23:22:02.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9651 | 2024-10-30T23:22:04.275Z | [ host-image] Oct 30 23:22:02.899 INFO O| Oct 30 23:22:02.899 INFO STEP 138 (remove_files) COMPLETE |
9652 | 2024-10-30T23:22:04.278Z | [ host-image] Oct 30 23:22:02.899 INFO O| Oct 30 23:22:02.899 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9653 | 2024-10-30T23:22:04.285Z | [ host-image] Oct 30 23:22:02.909 INFO O| Oct 30 23:22:02.909 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9654 | 2024-10-30T23:22:04.288Z | [ host-image] Oct 30 23:22:02.909 INFO O| Oct 30 23:22:02.909 INFO STEP 139 (remove_files) COMPLETE |
9655 | 2024-10-30T23:22:04.288Z | [ host-image] Oct 30 23:22:02.909 INFO O| Oct 30 23:22:02.909 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9656 | 2024-10-30T23:22:04.295Z | [ host-image] Oct 30 23:22:02.919 INFO O| Oct 30 23:22:02.919 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9657 | 2024-10-30T23:22:04.298Z | [ host-image] Oct 30 23:22:02.919 INFO O| Oct 30 23:22:02.919 INFO STEP 140 (remove_files) COMPLETE |
9658 | 2024-10-30T23:22:04.298Z | [ host-image] Oct 30 23:22:02.919 INFO O| Oct 30 23:22:02.919 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9659 | 2024-10-30T23:22:04.305Z | [ host-image] Oct 30 23:22:02.928 INFO O| Oct 30 23:22:02.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9660 | 2024-10-30T23:22:04.305Z | [ host-image] Oct 30 23:22:02.929 INFO O| Oct 30 23:22:02.928 INFO STEP 141 (remove_files) COMPLETE |
9661 | 2024-10-30T23:22:04.308Z | [ host-image] Oct 30 23:22:02.929 INFO O| Oct 30 23:22:02.928 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9662 | 2024-10-30T23:22:04.314Z | [ host-image] Oct 30 23:22:02.938 INFO O| Oct 30 23:22:02.938 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9663 | 2024-10-30T23:22:04.314Z | [ host-image] Oct 30 23:22:02.938 INFO O| Oct 30 23:22:02.938 INFO STEP 142 (remove_files) COMPLETE |
9664 | 2024-10-30T23:22:04.317Z | [ host-image] Oct 30 23:22:02.938 INFO O| Oct 30 23:22:02.938 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9665 | 2024-10-30T23:22:04.324Z | [ host-image] Oct 30 23:22:02.947 INFO O| Oct 30 23:22:02.947 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9666 | 2024-10-30T23:22:04.324Z | [ host-image] Oct 30 23:22:02.947 INFO O| Oct 30 23:22:02.947 INFO STEP 143 (remove_files) COMPLETE |
9667 | 2024-10-30T23:22:04.326Z | [ host-image] Oct 30 23:22:02.947 INFO O| Oct 30 23:22:02.947 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9668 | 2024-10-30T23:22:04.334Z | [ host-image] Oct 30 23:22:02.957 INFO O| Oct 30 23:22:02.957 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9669 | 2024-10-30T23:22:04.334Z | [ host-image] Oct 30 23:22:02.957 INFO O| Oct 30 23:22:02.957 INFO STEP 144 (remove_files) COMPLETE |
9670 | 2024-10-30T23:22:04.334Z | [ host-image] Oct 30 23:22:02.957 INFO O| Oct 30 23:22:02.957 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9671 | 2024-10-30T23:22:04.343Z | [ host-image] Oct 30 23:22:02.967 INFO O| Oct 30 23:22:02.967 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9672 | 2024-10-30T23:22:04.346Z | [ host-image] Oct 30 23:22:02.967 INFO O| Oct 30 23:22:02.967 INFO STEP 145 (remove_files) COMPLETE |
9673 | 2024-10-30T23:22:04.346Z | [ host-image] Oct 30 23:22:02.967 INFO O| Oct 30 23:22:02.967 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9674 | 2024-10-30T23:22:04.353Z | [ host-image] Oct 30 23:22:02.977 INFO O| Oct 30 23:22:02.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9675 | 2024-10-30T23:22:04.355Z | [ host-image] Oct 30 23:22:02.977 INFO O| Oct 30 23:22:02.977 INFO STEP 146 (remove_files) COMPLETE |
9676 | 2024-10-30T23:22:04.355Z | [ host-image] Oct 30 23:22:02.977 INFO O| Oct 30 23:22:02.977 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9677 | 2024-10-30T23:22:04.362Z | [ host-image] Oct 30 23:22:02.986 INFO O| Oct 30 23:22:02.986 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9678 | 2024-10-30T23:22:04.365Z | [ host-image] Oct 30 23:22:02.986 INFO O| Oct 30 23:22:02.986 INFO STEP 147 (remove_files) COMPLETE |
9679 | 2024-10-30T23:22:04.365Z | [ host-image] Oct 30 23:22:02.986 INFO O| Oct 30 23:22:02.986 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9680 | 2024-10-30T23:22:04.372Z | [ host-image] Oct 30 23:22:02.996 INFO O| Oct 30 23:22:02.996 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9681 | 2024-10-30T23:22:04.375Z | [ host-image] Oct 30 23:22:02.996 INFO O| Oct 30 23:22:02.996 INFO STEP 148 (remove_files) COMPLETE |
9682 | 2024-10-30T23:22:04.375Z | [ host-image] Oct 30 23:22:02.996 INFO O| Oct 30 23:22:02.996 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9683 | 2024-10-30T23:22:04.383Z | [ host-image] Oct 30 23:22:03.007 INFO O| Oct 30 23:22:03.006 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9684 | 2024-10-30T23:22:04.385Z | [ host-image] Oct 30 23:22:03.007 INFO O| Oct 30 23:22:03.007 INFO STEP 149 (remove_files) COMPLETE |
9685 | 2024-10-30T23:22:04.385Z | [ host-image] Oct 30 23:22:03.007 INFO O| Oct 30 23:22:03.007 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9686 | 2024-10-30T23:22:04.394Z | [ host-image] Oct 30 23:22:03.016 INFO O| Oct 30 23:22:03.016 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9687 | 2024-10-30T23:22:04.396Z | [ host-image] Oct 30 23:22:03.016 INFO O| Oct 30 23:22:03.016 INFO STEP 150 (remove_files) COMPLETE |
9688 | 2024-10-30T23:22:04.396Z | [ host-image] Oct 30 23:22:03.016 INFO O| Oct 30 23:22:03.016 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9689 | 2024-10-30T23:22:04.402Z | [ host-image] Oct 30 23:22:03.026 INFO O| Oct 30 23:22:03.026 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9690 | 2024-10-30T23:22:04.402Z | [ host-image] Oct 30 23:22:03.026 INFO O| Oct 30 23:22:03.026 INFO STEP 151 (remove_files) COMPLETE |
9691 | 2024-10-30T23:22:04.404Z | [ host-image] Oct 30 23:22:03.026 INFO O| Oct 30 23:22:03.026 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9692 | 2024-10-30T23:22:04.412Z | [ host-image] Oct 30 23:22:03.036 INFO O| Oct 30 23:22:03.036 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9693 | 2024-10-30T23:22:04.412Z | [ host-image] Oct 30 23:22:03.036 INFO O| Oct 30 23:22:03.036 INFO STEP 152 (remove_files) COMPLETE |
9694 | 2024-10-30T23:22:04.414Z | [ host-image] Oct 30 23:22:03.036 INFO O| Oct 30 23:22:03.036 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9695 | 2024-10-30T23:22:04.421Z | [ host-image] Oct 30 23:22:03.045 INFO O| Oct 30 23:22:03.045 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9696 | 2024-10-30T23:22:04.421Z | [ host-image] Oct 30 23:22:03.045 INFO O| Oct 30 23:22:03.045 INFO STEP 153 (remove_files) COMPLETE |
9697 | 2024-10-30T23:22:04.424Z | [ host-image] Oct 30 23:22:03.045 INFO O| Oct 30 23:22:03.045 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9698 | 2024-10-30T23:22:04.431Z | [ host-image] Oct 30 23:22:03.055 INFO O| Oct 30 23:22:03.054 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9699 | 2024-10-30T23:22:04.434Z | [ host-image] Oct 30 23:22:03.055 INFO O| Oct 30 23:22:03.055 INFO STEP 154 (remove_files) COMPLETE |
9700 | 2024-10-30T23:22:04.434Z | [ host-image] Oct 30 23:22:03.055 INFO O| Oct 30 23:22:03.055 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9701 | 2024-10-30T23:22:04.441Z | [ host-image] Oct 30 23:22:03.064 INFO O| Oct 30 23:22:03.064 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9702 | 2024-10-30T23:22:04.441Z | [ host-image] Oct 30 23:22:03.064 INFO O| Oct 30 23:22:03.064 INFO STEP 155 (remove_files) COMPLETE |
9703 | 2024-10-30T23:22:04.444Z | [ host-image] Oct 30 23:22:03.064 INFO O| Oct 30 23:22:03.064 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9704 | 2024-10-30T23:22:04.455Z | [ host-image] Oct 30 23:22:03.079 INFO O| Oct 30 23:22:03.079 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9705 | 2024-10-30T23:22:04.457Z | [ host-image] Oct 30 23:22:03.079 INFO O| Oct 30 23:22:03.079 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9706 | 2024-10-30T23:22:14.653Z | [ host-image] Oct 30 23:22:13.276 INFO O| Oct 30 23:22:13.276 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 |
9707 | 2024-10-30T23:22:14.653Z | [ host-image] Oct 30 23:22:13.277 INFO O| Oct 30 23:22:13.276 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9708 | 2024-10-30T23:22:14.669Z | [ host-image] Oct 30 23:22:13.293 INFO O| Oct 30 23:22:13.293 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9709 | 2024-10-30T23:22:14.749Z | [ host-image] Oct 30 23:22:13.372 INFO O| Oct 30 23:22:13.372 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9710 | 2024-10-30T23:22:14.749Z | [ host-image] Oct 30 23:22:13.372 INFO O| Oct 30 23:22:13.372 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9711 | 2024-10-30T23:22:14.751Z | [ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9712 | 2024-10-30T23:22:14.751Z | [ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO ok! |
9713 | 2024-10-30T23:22:14.751Z | [ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9714 | 2024-10-30T23:22:14.752Z | [ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO STEP 156 (seed_smf) COMPLETE |
9715 | 2024-10-30T23:22:14.752Z | [ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO steps complete; finalising image! |
9716 | 2024-10-30T23:22:14.752Z | [ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9717 | 2024-10-30T23:22:14.887Z | [ host-image] Oct 30 23:22:13.510 INFO O| Oct 30 23:22:13.510 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 30 23:22:13 2024) |
9718 | 2024-10-30T23:22:15.108Z | [ host-image] Oct 30 23:22:13.731 INFO O| Oct 30 23:22:13.731 INFO temporary pool has 688M used, 144M avail, 1.86x compressratio |
9719 | 2024-10-30T23:22:15.108Z | [ host-image] Oct 30 23:22:13.731 INFO O| Oct 30 23:22:13.731 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9720 | 2024-10-30T23:22:15.392Z | [ host-image] Oct 30 23:22:14.015 INFO O| Oct 30 23:22:14.015 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9721 | 2024-10-30T23:22:15.392Z | [ host-image] Oct 30 23:22:14.015 INFO O| Oct 30 23:22:14.015 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9722 | 2024-10-30T23:22:16.394Z | [ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9723 | 2024-10-30T23:22:16.394Z | [ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9724 | 2024-10-30T23:22:16.396Z | [ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9725 | 2024-10-30T23:22:16.396Z | [ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO completed processing gimlet/zfs |
9726 | 2024-10-30T23:22:16.396Z | [ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9727 | 2024-10-30T23:22:22.619Z | [ host-image] Oct 30 23:22:21.242 INFO O| Oct 30 23:22:21.242 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9728 | 2024-10-30T23:22:22.872Z | [ host-image] Oct 30 23:22:21.495 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
9729 | 2024-10-30T23:22:22.872Z | [ host-image] Oct 30 23:22:21.495 INFO expanded image name: "ci 8f8ba2a/${os_short_commit} 2024-10-30 22:49" -> "ci 8f8ba2a/54a974b 2024-10-30 22:49" |
9730 | 2024-10-30T23:22:22.874Z | [ host-image] Oct 30 23:22:21.495 INFO output artefacts stored in: "/work/os-host" |
9731 | 2024-10-30T23:22:22.874Z | [ host-image] Oct 30 23:22:21.495 INFO collecting git info from project "pilot"... |
9732 | 2024-10-30T23:22:22.878Z | [ host-image] Oct 30 23:22:21.501 INFO collecting git info from project "pinprick"... |
9733 | 2024-10-30T23:22:22.882Z | [ host-image] Oct 30 23:22:21.505 INFO collecting git info from project "amd-host-image-builder"... |
9734 | 2024-10-30T23:22:22.895Z | [ host-image] Oct 30 23:22:21.518 INFO collecting git info from project "image-builder"... |
9735 | 2024-10-30T23:22:22.899Z | [ host-image] Oct 30 23:22:21.523 INFO collecting git info from project "phbl"... |
9736 | 2024-10-30T23:22:22.904Z | [ host-image] Oct 30 23:22:21.527 INFO collecting git info from project "bootserver"... |
9737 | 2024-10-30T23:22:22.908Z | [ host-image] Oct 30 23:22:21.531 INFO collecting git info from project "amd-firmware"... |
9738 | 2024-10-30T23:22:22.917Z | [ host-image] Oct 30 23:22:21.540 INFO collecting git info from project "chelsio-t6-roms"... |
9739 | 2024-10-30T23:22:22.923Z | [ host-image] Oct 30 23:22:21.545 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9740 | 2024-10-30T23:22:23.276Z | [ host-image] Oct 30 23:22:21.899 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9741 | 2024-10-30T23:22:23.619Z | [ host-image] Oct 30 23:22:22.242 INFO creating Oxide boot image... |
9742 | 2024-10-30T23:22:23.619Z | [ host-image] Oct 30 23:22:22.242 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 8f8ba2a/54a974b 2024-10-30 22:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9743 | 2024-10-30T23:22:24.539Z | [ host-image] Oct 30 23:22:23.162 INFO O| ok, image written! |
9744 | 2024-10-30T23:22:24.539Z | [ host-image] Oct 30 23:22:23.162 INFO O| ok, boot_image_csum file written! |
9745 | 2024-10-30T23:22:24.541Z | [ host-image] Oct 30 23:22:23.165 INFO creating boot archive (CPIO)... |
9746 | 2024-10-30T23:22:24.544Z | [ host-image] Oct 30 23:22:23.165 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 |
9747 | 2024-10-30T23:22:24.549Z | [ host-image] Oct 30 23:22:23.173 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9748 | 2024-10-30T23:22:24.550Z | [ host-image] Oct 30 23:22:23.173 INFO E| + outfile=/work/os-host/cpio |
9749 | 2024-10-30T23:22:24.552Z | [ host-image] Oct 30 23:22:23.173 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9750 | 2024-10-30T23:22:24.552Z | [ host-image] Oct 30 23:22:23.175 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9751 | 2024-10-30T23:22:24.554Z | [ host-image] Oct 30 23:22:23.175 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9752 | 2024-10-30T23:22:24.586Z | [ host-image] Oct 30 23:22:23.209 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9753 | 2024-10-30T23:22:24.586Z | [ host-image] Oct 30 23:22:23.209 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9754 | 2024-10-30T23:22:24.594Z | [ host-image] Oct 30 23:22:23.217 INFO creating compressed cpio/unix for nanobl-rs... |
9755 | 2024-10-30T23:22:24.594Z | [ host-image] Oct 30 23:22:23.217 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 |
9756 | 2024-10-30T23:22:24.885Z | [ host-image] Oct 30 23:22:23.508 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9757 | 2024-10-30T23:22:29.008Z | [ host-image] Oct 30 23:22:27.630 INFO creating reset image... |
9758 | 2024-10-30T23:22:29.008Z | [ host-image] Oct 30 23:22:27.631 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9759 | 2024-10-30T23:22:29.096Z | [ host-image] Oct 30 23:22:27.719 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9760 | 2024-10-30T23:22:29.098Z | [ host-image] Oct 30 23:22:27.720 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9761 | 2024-10-30T23:22:29.147Z | [ host-image] Oct 30 23:22:27.770 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9762 | 2024-10-30T23:22:31.100Z | [ host-image] Oct 30 23:22:29.723 INFO E| Finished `release` profile [optimized] target(s) in 1.99s |
9763 | 2024-10-30T23:22:31.111Z | [ host-image] Oct 30 23:22:29.734 INFO building host image... |
9764 | 2024-10-30T23:22:31.113Z | [ host-image] Oct 30 23:22:29.734 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") |
9765 | 2024-10-30T23:22:31.590Z | [ host-image] Oct 30 23:22:30.213 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9766 | 2024-10-30T23:23:19.422Z | [ host-image] Oct 30 23:23:18.044 INFO image complete! materials are in "/work/os-host" |
9767 | 2024-10-30T23:23:19.425Z | [ host-image] |
9768 | 2024-10-30T23:23:19.425Z | [ host-image] real 10:05.328393691 |
9769 | 2024-10-30T23:23:19.425Z | [ host-image] user 4:43.741959353 |
9770 | 2024-10-30T23:23:19.425Z | [ host-image] sys 49.801761259 |
9771 | 2024-10-30T23:23:19.427Z | [ host-image] trap 0.166791242 |
9772 | 2024-10-30T23:23:19.427Z | [ host-image] tflt 0.001322390 |
9773 | 2024-10-30T23:23:19.427Z | [ host-image] dflt 0.051316353 |
9774 | 2024-10-30T23:23:19.427Z | [ host-image] kflt 0.000008769 |
9775 | 2024-10-30T23:23:19.428Z | [ host-image] lock 10:23.264475530 |
9776 | 2024-10-30T23:23:19.428Z | [ host-image] slp 56:53.340690973 |
9777 | 2024-10-30T23:23:19.428Z | [ host-image] lat 1:13.327603909 |
9778 | 2024-10-30T23:23:19.428Z | [ host-image] stop 0.420037564 |
9779 | 2024-10-30T23:23:19.428Z | Oct 30 23:23:18.047 INFO [host-image] process exited with exit status: 0 (605.344350107s) |
9780 | 2024-10-30T23:23:19.428Z | Oct 30 23:23:18.047 INFO [tuf-repo] running task |
9781 | 2024-10-30T23:23:26.352Z | Oct 30 23:23:24.973 INFO assembling repository in `/tmp/tufaceousuzkYKF`, component: OmicronRepoAssembler |
9782 | 2024-10-30T23:23:31.660Z | Oct 30 23:23:30.282 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9783 | 2024-10-30T23:23:31.845Z | Oct 30 23:23:30.467 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9784 | 2024-10-30T23:23:43.081Z | Oct 30 23:23:41.702 INFO [tuf-repo] task succeeded (23.654915476s) |
9785 | 2024-10-30T23:23:43.082Z | Oct 30 23:23:41.702 INFO all jobs completed in 2031.205243922s |
9786 | 2024-10-30T23:23:43.632Z | process exited: duration 2635718 ms, exit code 0 |
|
9787 | 2024-10-30T23:23:43.643Z | found 33 output files |
9788 | 2024-10-30T23:23:43.643Z | uploading: /work/manifest.toml (8404 bytes) |
9789 | 2024-10-30T23:23:44.654Z | uploaded: /work/manifest.toml |
9790 | 2024-10-30T23:23:44.654Z | uploading: /work/repo.zip (1856923984 bytes) |
9791 | 2024-10-30T23:24:20.188Z | uploaded: /work/repo.zip |
9792 | 2024-10-30T23:24:20.188Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9793 | 2024-10-30T23:24:21.216Z | uploaded: /work/repo.zip.sha256.txt |
9794 | 2024-10-30T23:24:21.216Z | uploading: /work/helios-setup.log (65459 bytes) |
9795 | 2024-10-30T23:24:22.230Z | uploaded: /work/helios-setup.log |
9796 | 2024-10-30T23:24:22.230Z | uploading: /work/host-image.log (195567 bytes) |
9797 | 2024-10-30T23:24:23.252Z | uploaded: /work/host-image.log |
9798 | 2024-10-30T23:24:23.252Z | uploading: /work/host-package.log (22417 bytes) |
9799 | 2024-10-30T23:24:24.261Z | uploaded: /work/host-package.log |
9800 | 2024-10-30T23:24:24.261Z | uploading: /work/host-target.log (101 bytes) |
9801 | 2024-10-30T23:24:25.269Z | uploaded: /work/host-target.log |
9802 | 2024-10-30T23:24:25.270Z | uploading: /work/omicron-package.log (5011 bytes) |
9803 | 2024-10-30T23:24:26.278Z | uploaded: /work/omicron-package.log |
9804 | 2024-10-30T23:24:26.278Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9805 | 2024-10-30T23:24:27.287Z | uploaded: /work/phbl-toolchain.log |
9806 | 2024-10-30T23:24:27.287Z | uploading: /work/recovery-image.log (592178 bytes) |
9807 | 2024-10-30T23:24:28.318Z | uploaded: /work/recovery-image.log |
9808 | 2024-10-30T23:24:28.318Z | uploading: /work/recovery-package.log (321 bytes) |
9809 | 2024-10-30T23:24:29.326Z | uploaded: /work/recovery-package.log |
9810 | 2024-10-30T23:24:29.326Z | uploading: /work/recovery-target.log (98 bytes) |
9811 | 2024-10-30T23:24:30.334Z | uploaded: /work/recovery-target.log |
9812 | 2024-10-30T23:24:30.334Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9813 | 2024-10-30T23:24:31.342Z | uploaded: /work/stamp-clickhouse.log |
9814 | 2024-10-30T23:24:31.342Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9815 | 2024-10-30T23:24:32.350Z | uploaded: /work/stamp-clickhouse_keeper.log |
9816 | 2024-10-30T23:24:32.350Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9817 | 2024-10-30T23:24:33.359Z | uploaded: /work/stamp-cockroachdb.log |
9818 | 2024-10-30T23:24:33.359Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9819 | 2024-10-30T23:24:34.367Z | uploaded: /work/stamp-crucible-dtrace.log |
9820 | 2024-10-30T23:24:34.368Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9821 | 2024-10-30T23:24:35.375Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9822 | 2024-10-30T23:24:35.375Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9823 | 2024-10-30T23:24:36.383Z | uploaded: /work/stamp-crucible-zone.log |
9824 | 2024-10-30T23:24:36.383Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9825 | 2024-10-30T23:24:37.391Z | uploaded: /work/stamp-external-dns.log |
9826 | 2024-10-30T23:24:37.391Z | uploading: /work/stamp-installinator.log (103 bytes) |
9827 | 2024-10-30T23:24:38.399Z | uploaded: /work/stamp-installinator.log |
9828 | 2024-10-30T23:24:38.399Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9829 | 2024-10-30T23:24:39.407Z | uploaded: /work/stamp-internal-dns.log |
9830 | 2024-10-30T23:24:39.407Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9831 | 2024-10-30T23:24:40.416Z | uploaded: /work/stamp-mg-ddm-gz.log |
9832 | 2024-10-30T23:24:40.416Z | uploading: /work/stamp-nexus.log (112 bytes) |
9833 | 2024-10-30T23:24:41.424Z | uploaded: /work/stamp-nexus.log |
9834 | 2024-10-30T23:24:41.424Z | uploading: /work/stamp-ntp.log (110 bytes) |
9835 | 2024-10-30T23:24:42.432Z | uploaded: /work/stamp-ntp.log |
9836 | 2024-10-30T23:24:42.432Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9837 | 2024-10-30T23:24:43.444Z | uploaded: /work/stamp-omicron-sled-agent.log |
9838 | 2024-10-30T23:24:43.444Z | uploading: /work/stamp-overlay.log (114 bytes) |
9839 | 2024-10-30T23:24:44.454Z | uploaded: /work/stamp-overlay.log |
9840 | 2024-10-30T23:24:44.455Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9841 | 2024-10-30T23:24:45.465Z | uploaded: /work/stamp-oximeter.log |
9842 | 2024-10-30T23:24:45.465Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9843 | 2024-10-30T23:24:46.478Z | uploaded: /work/stamp-oxlog.log |
9844 | 2024-10-30T23:24:46.481Z | uploading: /work/stamp-probe.log (112 bytes) |
9845 | 2024-10-30T23:24:47.490Z | uploaded: /work/stamp-probe.log |
9846 | 2024-10-30T23:24:47.490Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9847 | 2024-10-30T23:24:48.498Z | uploaded: /work/stamp-propolis-server.log |
9848 | 2024-10-30T23:24:48.498Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9849 | 2024-10-30T23:24:49.508Z | uploaded: /work/stamp-pumpkind-gz.log |
9850 | 2024-10-30T23:24:49.508Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9851 | 2024-10-30T23:24:50.517Z | uploaded: /work/stamp-switch-asic.log |
9852 | 2024-10-30T23:24:50.517Z | uploading: /work/verify-libraries.log (3720 bytes) |
9853 | 2024-10-30T23:24:51.528Z | uploaded: /work/verify-libraries.log |