|
|
|
1 | 2024-10-30T13:27:54.546Z | job assigned to worker 01JBESQGF0Y88BJJZ22SAB5S25 (queued for 57 s) |
|
2 | 2024-10-30T13:28:02.304Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:02.315Z | ++ uname -s |
4 | 2024-10-30T13:28:02.317Z | + kern=SunOS |
5 | 2024-10-30T13:28:02.317Z | + case "$kern" in |
6 | 2024-10-30T13:28:02.317Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:02.317Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:02.320Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:04.329Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:04.409Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:04.411Z | + home_fs=zfs |
12 | 2024-10-30T13:28:04.411Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:04.411Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:04.414Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:06.416Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:06.419Z | process exited: duration 4116 ms, exit code 0 |
|
17 | 2024-10-30T13:28:06.426Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:06.429Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:06.429Z | ' 1.82.0 |
20 | 2024-10-30T13:28:06.429Z | * toolchain channel = "1.82.0" |
21 | 2024-10-30T13:28:06.429Z | * toolchain profile = "default" |
22 | 2024-10-30T13:28:06.430Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-30T13:28:06.430Z | ' default |
24 | 2024-10-30T13:28:06.432Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:06.432Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-30T13:28:06.548Z | info: downloading installer |
27 | 2024-10-30T13:28:08.051Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:08.051Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:08.054Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:08.207Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:08.207Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:09.048Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:09.372Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:10.548Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:12.409Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:19.024Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:19.266Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:20.088Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:20.479Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:22.190Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:24.098Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:30.106Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:30.444Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:30.444Z | |
45 | 2024-10-30T13:28:30.818Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:30.819Z | |
47 | 2024-10-30T13:28:30.821Z | |
48 | 2024-10-30T13:28:30.821Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:30.821Z | |
50 | 2024-10-30T13:28:30.821Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:30.821Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:30.821Z | |
53 | 2024-10-30T13:28:30.821Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:30.822Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:30.822Z | |
56 | 2024-10-30T13:28:30.822Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:30.822Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:30.822Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:30.895Z | + rustc --version |
60 | 2024-10-30T13:28:30.962Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:30.965Z | process exited: duration 24538 ms, exit code 0 |
|
62 | 2024-10-30T13:28:30.971Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:30.992Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T13:28:30.998Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:31.003Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T13:28:31.005Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T13:28:31.095Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T13:28:39.058Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T13:28:39.060Z | + git fetch origin 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
70 | 2024-10-30T13:28:39.388Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T13:28:39.388Z | * branch 417a9860d36cb60bc2a7fa04d452983b52da1ccd -> FETCH_HEAD |
72 | 2024-10-30T13:28:39.399Z | + [[ -n john/fix-rss-dns-typo ]] |
73 | 2024-10-30T13:28:39.402Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:39.404Z | + current=main |
75 | 2024-10-30T13:28:39.405Z | + [[ main != john/fix-rss-dns-typo ]] |
76 | 2024-10-30T13:28:39.405Z | + git branch -f john/fix-rss-dns-typo 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
77 | 2024-10-30T13:28:39.408Z | + git checkout -f john/fix-rss-dns-typo |
78 | 2024-10-30T13:28:39.575Z | Switched to branch 'john/fix-rss-dns-typo' |
79 | 2024-10-30T13:28:39.577Z | + git reset --hard 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
80 | 2024-10-30T13:28:39.590Z | HEAD is now at 417a9860d Fix DNS port typo in RSS |
81 | 2024-10-30T13:28:39.592Z | process exited: duration 8592 ms, exit code 0 |
|
82 | 2024-10-30T13:28:39.598Z | starting task 4: "build" |
83 | 2024-10-30T13:28:39.603Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T13:28:39.604Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T13:28:39.606Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T13:28:39.606Z | + cargo --version |
87 | 2024-10-30T13:28:39.664Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-10-30T13:28:39.666Z | + rustc --version |
89 | 2024-10-30T13:28:39.728Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-10-30T13:28:39.731Z | + cargo tree --locked |
91 | 2024-10-30T13:28:39.961Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-10-30T13:28:40.245Z | Updating crates.io index |
93 | 2024-10-30T13:28:40.247Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-10-30T13:28:41.063Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-10-30T13:28:41.293Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-10-30T13:28:41.538Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-10-30T13:28:41.765Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-10-30T13:28:42.490Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-30T13:28:44.780Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-10-30T13:28:45.789Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-10-30T13:28:46.613Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-10-30T13:28:46.873Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-10-30T13:28:47.159Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-10-30T13:28:47.786Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-10-30T13:28:48.106Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-10-30T13:28:48.537Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-10-30T13:28:48.834Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-10-30T13:28:49.136Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-10-30T13:28:49.393Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-10-30T13:28:49.704Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-10-30T13:28:50.129Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-10-30T13:28:50.443Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-30T13:28:50.844Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-30T13:28:51.296Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-10-30T13:28:51.693Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-10-30T13:28:52.108Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-10-30T13:28:52.495Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-10-30T13:28:52.799Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-10-30T13:28:53.034Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-10-30T13:28:54.364Z | Downloading crates ... |
121 | 2024-10-30T13:28:54.471Z | Downloaded anstyle-query v1.1.1 |
122 | 2024-10-30T13:28:54.474Z | Downloaded arrayref v0.3.9 |
123 | 2024-10-30T13:28:54.482Z | Downloaded addr2line v0.24.2 |
124 | 2024-10-30T13:28:54.488Z | Downloaded float-ord v0.3.2 |
125 | 2024-10-30T13:28:54.491Z | Downloaded assert_matches v1.5.0 |
126 | 2024-10-30T13:28:54.494Z | Downloaded ff v0.13.0 |
127 | 2024-10-30T13:28:54.498Z | Downloaded flagset v0.4.6 |
128 | 2024-10-30T13:28:54.498Z | Downloaded cipher v0.4.4 |
129 | 2024-10-30T13:28:54.500Z | Downloaded futures-sink v0.3.31 |
130 | 2024-10-30T13:28:54.504Z | Downloaded foreign-types-shared v0.3.1 |
131 | 2024-10-30T13:28:54.504Z | Downloaded fastrand v2.1.1 |
132 | 2024-10-30T13:28:54.506Z | Downloaded ciborium-io v0.2.2 |
133 | 2024-10-30T13:28:54.506Z | Downloaded headers-core v0.3.0 |
134 | 2024-10-30T13:28:54.506Z | Downloaded cfg_aliases v0.1.1 |
135 | 2024-10-30T13:28:54.509Z | Downloaded foreign-types v0.5.0 |
136 | 2024-10-30T13:28:54.511Z | Downloaded anstream v0.6.15 |
137 | 2024-10-30T13:28:54.516Z | Downloaded chrono-tz-build v0.4.0 |
138 | 2024-10-30T13:28:54.519Z | Downloaded ident_case v1.0.1 |
139 | 2024-10-30T13:28:54.519Z | Downloaded http-body v1.0.1 |
140 | 2024-10-30T13:28:54.519Z | Downloaded block-buffer v0.10.4 |
141 | 2024-10-30T13:28:54.519Z | Downloaded async-recursion v1.1.1 |
142 | 2024-10-30T13:28:54.522Z | Downloaded group v0.13.0 |
143 | 2024-10-30T13:28:54.524Z | Downloaded base16ct v0.2.0 |
144 | 2024-10-30T13:28:54.527Z | Downloaded glob v0.3.1 |
145 | 2024-10-30T13:28:54.528Z | Downloaded foldhash v0.1.3 |
146 | 2024-10-30T13:28:54.530Z | Downloaded bb8 v0.8.5 |
147 | 2024-10-30T13:28:54.530Z | Downloaded cast v0.3.0 |
148 | 2024-10-30T13:28:54.530Z | Downloaded heck v0.5.0 |
149 | 2024-10-30T13:28:54.532Z | Downloaded generic-array v0.14.7 |
150 | 2024-10-30T13:28:54.534Z | Downloaded heck v0.3.3 |
151 | 2024-10-30T13:28:54.538Z | Downloaded cargo-platform v0.1.8 |
152 | 2024-10-30T13:28:54.538Z | Downloaded hubpack v0.1.2 |
153 | 2024-10-30T13:28:54.541Z | Downloaded hyper-tls v0.6.0 |
154 | 2024-10-30T13:28:54.541Z | Downloaded httpdate v1.0.3 |
155 | 2024-10-30T13:28:54.541Z | Downloaded hostname v0.3.1 |
156 | 2024-10-30T13:28:54.544Z | Downloaded hickory-client v0.24.1 |
157 | 2024-10-30T13:28:54.546Z | Downloaded futures-channel v0.3.31 |
158 | 2024-10-30T13:28:54.549Z | Downloaded array-init v0.0.4 |
159 | 2024-10-30T13:28:54.549Z | Downloaded approx v0.5.1 |
160 | 2024-10-30T13:28:54.551Z | Downloaded filetime v0.2.25 |
161 | 2024-10-30T13:28:54.554Z | Downloaded bcs v0.1.6 |
162 | 2024-10-30T13:28:54.556Z | Downloaded async-task v4.7.1 |
163 | 2024-10-30T13:28:54.558Z | Downloaded hmac v0.12.1 |
164 | 2024-10-30T13:28:54.561Z | Downloaded hash32 v0.2.1 |
165 | 2024-10-30T13:28:54.564Z | Downloaded hyper-rustls v0.26.0 |
166 | 2024-10-30T13:28:54.566Z | Downloaded adler2 v2.0.0 |
167 | 2024-10-30T13:28:54.566Z | Downloaded arrayvec v0.7.6 |
168 | 2024-10-30T13:28:54.569Z | Downloaded arc-swap v1.7.1 |
169 | 2024-10-30T13:28:54.572Z | Downloaded foreign-types-shared v0.1.1 |
170 | 2024-10-30T13:28:54.575Z | Downloaded fixedbitset v0.4.2 |
171 | 2024-10-30T13:28:54.575Z | Downloaded async-stream-impl v0.3.6 |
172 | 2024-10-30T13:28:54.578Z | Downloaded fxhash v0.2.1 |
173 | 2024-10-30T13:28:54.578Z | Downloaded foreign-types-macros v0.2.3 |
174 | 2024-10-30T13:28:54.578Z | Downloaded anstyle-parse v0.2.5 |
175 | 2024-10-30T13:28:54.580Z | Downloaded futures-io v0.3.31 |
176 | 2024-10-30T13:28:54.583Z | Downloaded foreign-types v0.3.2 |
177 | 2024-10-30T13:28:54.583Z | Downloaded http-body-util v0.1.2 |
178 | 2024-10-30T13:28:54.585Z | Downloaded camino v1.1.9 |
179 | 2024-10-30T13:28:54.586Z | Downloaded guppy-workspace-hack v0.1.0 |
180 | 2024-10-30T13:28:54.588Z | Downloaded blake2 v0.10.6 |
181 | 2024-10-30T13:28:54.591Z | Downloaded backoff v0.4.0 |
182 | 2024-10-30T13:28:54.591Z | Downloaded anstyle v1.0.8 |
183 | 2024-10-30T13:28:54.593Z | Downloaded atty v0.2.14 |
184 | 2024-10-30T13:28:54.595Z | Downloaded argon2 v0.5.3 |
185 | 2024-10-30T13:28:54.598Z | Downloaded ghash v0.5.1 |
186 | 2024-10-30T13:28:54.598Z | Downloaded hubpack_derive v0.1.1 |
187 | 2024-10-30T13:28:54.600Z | Downloaded http-range v0.1.5 |
188 | 2024-10-30T13:28:54.600Z | Downloaded blowfish v0.9.1 |
189 | 2024-10-30T13:28:54.603Z | Downloaded cfg_aliases v0.2.1 |
190 | 2024-10-30T13:28:54.603Z | Downloaded peg-runtime v0.8.3 |
191 | 2024-10-30T13:28:54.612Z | Downloaded ascii-canvas v3.0.0 |
192 | 2024-10-30T13:28:54.612Z | Downloaded anes v0.1.6 |
193 | 2024-10-30T13:28:54.612Z | Downloaded password-hash v0.4.2 |
194 | 2024-10-30T13:28:54.612Z | Downloaded bytecount v0.6.8 |
195 | 2024-10-30T13:28:54.615Z | Downloaded fd-lock v4.0.2 |
196 | 2024-10-30T13:28:54.615Z | Downloaded bit-set v0.5.3 |
197 | 2024-10-30T13:28:54.615Z | Downloaded progenitor-macro v0.8.0 |
198 | 2024-10-30T13:28:54.619Z | Downloaded http-body v0.4.6 |
199 | 2024-10-30T13:28:54.619Z | Downloaded bit-vec v0.6.3 |
200 | 2024-10-30T13:28:54.621Z | Downloaded hash32 v0.3.1 |
201 | 2024-10-30T13:28:54.621Z | Downloaded futures-macro v0.3.31 |
202 | 2024-10-30T13:28:54.624Z | Downloaded funty v2.0.0 |
203 | 2024-10-30T13:28:54.624Z | Downloaded fragile v2.0.0 |
204 | 2024-10-30T13:28:54.627Z | Downloaded pretty-hex v0.4.1 |
205 | 2024-10-30T13:28:54.628Z | Downloaded atomic-waker v1.1.2 |
206 | 2024-10-30T13:28:54.630Z | Downloaded sqlparser_derive v0.2.2 |
207 | 2024-10-30T13:28:54.630Z | Downloaded autocfg v1.4.0 |
208 | 2024-10-30T13:28:54.633Z | Downloaded bcrypt-pbkdf v0.10.0 |
209 | 2024-10-30T13:28:54.633Z | Downloaded async-attributes v1.1.2 |
210 | 2024-10-30T13:28:54.636Z | Downloaded futures-core v0.3.31 |
211 | 2024-10-30T13:28:54.636Z | Downloaded blocking v1.6.1 |
212 | 2024-10-30T13:28:54.640Z | Downloaded futures-executor v0.3.31 |
213 | 2024-10-30T13:28:54.640Z | Downloaded form_urlencoded v1.2.1 |
214 | 2024-10-30T13:28:54.643Z | Downloaded bitfield-struct v0.6.2 |
215 | 2024-10-30T13:28:54.643Z | Downloaded bitfield v0.14.0 |
216 | 2024-10-30T13:28:54.643Z | Downloaded hex v0.4.3 |
217 | 2024-10-30T13:28:54.646Z | Downloaded serde-big-array v0.5.1 |
218 | 2024-10-30T13:28:54.646Z | Downloaded gethostname v0.5.0 |
219 | 2024-10-30T13:28:54.649Z | Downloaded futures-timer v3.0.3 |
220 | 2024-10-30T13:28:54.649Z | Downloaded anyhow v1.0.89 |
221 | 2024-10-30T13:28:54.652Z | Downloaded heck v0.4.1 |
222 | 2024-10-30T13:28:54.655Z | Downloaded hex-literal v0.4.1 |
223 | 2024-10-30T13:28:54.657Z | Downloaded float-cmp v0.9.0 |
224 | 2024-10-30T13:28:54.657Z | Downloaded futures-task v0.3.31 |
225 | 2024-10-30T13:28:54.660Z | Downloaded async-channel v2.3.1 |
226 | 2024-10-30T13:28:54.660Z | Downloaded async-stream v0.3.6 |
227 | 2024-10-30T13:28:54.662Z | Downloaded humantime v2.1.0 |
228 | 2024-10-30T13:28:54.665Z | Downloaded home v0.5.9 |
229 | 2024-10-30T13:28:54.665Z | Downloaded phf v0.11.2 |
230 | 2024-10-30T13:28:54.667Z | Downloaded cbc v0.1.2 |
231 | 2024-10-30T13:28:54.669Z | Downloaded assert-json-diff v2.0.2 |
232 | 2024-10-30T13:28:54.669Z | Downloaded cexpr v0.6.0 |
233 | 2024-10-30T13:28:54.672Z | Downloaded hickory-server v0.24.1 |
234 | 2024-10-30T13:28:54.677Z | Downloaded sync_wrapper v1.0.1 |
235 | 2024-10-30T13:28:54.679Z | Downloaded ciborium-ll v0.2.2 |
236 | 2024-10-30T13:28:54.682Z | Downloaded hashbrown v0.13.2 |
237 | 2024-10-30T13:28:54.685Z | Downloaded rtoolbox v0.0.2 |
238 | 2024-10-30T13:28:54.687Z | Downloaded castaway v0.2.3 |
239 | 2024-10-30T13:28:54.687Z | Downloaded slab v0.4.9 |
240 | 2024-10-30T13:28:54.690Z | Downloaded chacha20 v0.9.1 |
241 | 2024-10-30T13:28:54.692Z | Downloaded bytes v1.7.2 |
242 | 2024-10-30T13:28:54.695Z | Downloaded slog-bunyan v2.5.0 |
243 | 2024-10-30T13:28:54.698Z | Downloaded want v0.3.1 |
244 | 2024-10-30T13:28:54.701Z | Downloaded untrusted v0.7.1 |
245 | 2024-10-30T13:28:54.701Z | Downloaded pretty-hex v0.2.1 |
246 | 2024-10-30T13:28:54.701Z | Downloaded zone_cfg_derive v0.3.0 |
247 | 2024-10-30T13:28:54.703Z | Downloaded pest_generator v2.7.14 |
248 | 2024-10-30T13:28:54.703Z | Downloaded slog-async v2.8.0 |
249 | 2024-10-30T13:28:54.707Z | Downloaded rustc_version v0.1.7 |
250 | 2024-10-30T13:28:54.707Z | Downloaded supports-color v3.0.1 |
251 | 2024-10-30T13:28:54.709Z | Downloaded predicates-tree v1.0.11 |
252 | 2024-10-30T13:28:54.709Z | Downloaded ppv-lite86 v0.2.20 |
253 | 2024-10-30T13:28:54.712Z | Downloaded async-bb8-diesel v0.2.1 |
254 | 2024-10-30T13:28:54.714Z | Downloaded radium v0.7.0 |
255 | 2024-10-30T13:28:54.714Z | Downloaded hyper-rustls v0.27.3 |
256 | 2024-10-30T13:28:54.717Z | Downloaded futures-lite v2.3.0 |
257 | 2024-10-30T13:28:54.719Z | Downloaded rfc6979 v0.4.0 |
258 | 2024-10-30T13:28:54.719Z | Downloaded r2d2 v0.8.10 |
259 | 2024-10-30T13:28:54.722Z | Downloaded rusty-fork v0.3.0 |
260 | 2024-10-30T13:28:54.725Z | Downloaded hyper-staticfile v0.10.1 |
261 | 2024-10-30T13:28:54.727Z | Downloaded httptest v0.16.1 |
262 | 2024-10-30T13:28:54.730Z | Downloaded polyval v0.6.2 |
263 | 2024-10-30T13:28:54.730Z | Downloaded password-hash v0.5.0 |
264 | 2024-10-30T13:28:54.733Z | Downloaded crucible-workspace-hack v0.1.0 |
265 | 2024-10-30T13:28:54.733Z | Downloaded sqlformat v0.2.6 |
266 | 2024-10-30T13:28:54.736Z | Downloaded fatfs v0.3.6 |
267 | 2024-10-30T13:28:54.738Z | Downloaded termios v0.3.3 |
268 | 2024-10-30T13:28:54.741Z | Downloaded instant v0.1.13 |
269 | 2024-10-30T13:28:54.741Z | Downloaded cancel-safe-futures v0.1.5 |
270 | 2024-10-30T13:28:54.744Z | Downloaded bzip2 v0.4.4 |
271 | 2024-10-30T13:28:54.747Z | Downloaded event-listener v2.5.3 |
272 | 2024-10-30T13:28:54.749Z | Downloaded topological-sort v0.2.2 |
273 | 2024-10-30T13:28:54.749Z | Downloaded ciborium v0.2.2 |
274 | 2024-10-30T13:28:54.755Z | Downloaded structmeta v0.3.0 |
275 | 2024-10-30T13:28:54.758Z | Downloaded cc v1.1.30 |
276 | 2024-10-30T13:28:54.758Z | Downloaded sha2 v0.10.8 |
277 | 2024-10-30T13:28:54.761Z | Downloaded difflib v0.4.0 |
278 | 2024-10-30T13:28:54.761Z | Downloaded rustc-hash v2.0.0 |
279 | 2024-10-30T13:28:54.763Z | Downloaded cobs v0.2.3 |
280 | 2024-10-30T13:28:54.763Z | Downloaded threadpool v1.8.1 |
281 | 2024-10-30T13:28:54.766Z | Downloaded thread_local v1.1.8 |
282 | 2024-10-30T13:28:54.766Z | Downloaded phf_shared v0.10.0 |
283 | 2024-10-30T13:28:54.768Z | Downloaded equivalent v1.0.1 |
284 | 2024-10-30T13:28:54.768Z | Downloaded half v2.4.1 |
285 | 2024-10-30T13:28:54.771Z | Downloaded futures v0.3.31 |
286 | 2024-10-30T13:28:54.776Z | Downloaded convert_case v0.4.0 |
287 | 2024-10-30T13:28:54.778Z | Downloaded typify-macro v0.2.0 |
288 | 2024-10-30T13:28:54.778Z | Downloaded iana-time-zone v0.1.61 |
289 | 2024-10-30T13:28:54.781Z | Downloaded hashlink v0.9.1 |
290 | 2024-10-30T13:28:54.784Z | Downloaded highway v1.2.0 |
291 | 2024-10-30T13:28:54.786Z | Downloaded unarray v0.1.4 |
292 | 2024-10-30T13:28:54.786Z | Downloaded getrandom v0.2.15 |
293 | 2024-10-30T13:28:54.789Z | Downloaded parse-size v1.0.0 |
294 | 2024-10-30T13:28:54.792Z | Downloaded crossbeam-deque v0.8.5 |
295 | 2024-10-30T13:28:54.795Z | Downloaded universal-hash v0.5.1 |
296 | 2024-10-30T13:28:54.795Z | Downloaded openssl-macros v0.1.1 |
297 | 2024-10-30T13:28:54.795Z | Downloaded nodrop v0.1.14 |
298 | 2024-10-30T13:28:54.798Z | Downloaded progenitor-impl v0.8.0 |
299 | 2024-10-30T13:28:54.800Z | Downloaded http v0.2.12 |
300 | 2024-10-30T13:28:54.804Z | Downloaded parking_lot v0.11.2 |
301 | 2024-10-30T13:28:54.807Z | Downloaded macaddr v1.0.1 |
302 | 2024-10-30T13:28:54.807Z | Downloaded keccak v0.1.5 |
303 | 2024-10-30T13:28:54.810Z | Downloaded sigpipe v0.1.3 |
304 | 2024-10-30T13:28:54.810Z | Downloaded flume v0.11.0 |
305 | 2024-10-30T13:28:54.814Z | Downloaded structmeta v0.2.0 |
306 | 2024-10-30T13:28:54.820Z | Downloaded psl-types v2.0.11 |
307 | 2024-10-30T13:28:54.820Z | Downloaded tokio-rustls v0.25.0 |
308 | 2024-10-30T13:28:54.823Z | Downloaded deranged v0.3.11 |
309 | 2024-10-30T13:28:54.823Z | Downloaded pest_meta v2.7.14 |
310 | 2024-10-30T13:28:54.823Z | Downloaded aes v0.8.4 |
311 | 2024-10-30T13:28:54.826Z | Downloaded memmap v0.7.0 |
312 | 2024-10-30T13:28:54.829Z | Downloaded managed v0.8.0 |
313 | 2024-10-30T13:28:54.829Z | Downloaded oso v0.27.3 |
314 | 2024-10-30T13:28:54.833Z | Downloaded num_enum_derive v0.5.11 |
315 | 2024-10-30T13:28:54.835Z | Downloaded escape8259 v0.5.3 |
316 | 2024-10-30T13:28:54.835Z | Downloaded errno v0.3.9 |
317 | 2024-10-30T13:28:54.838Z | Downloaded embedded-io v0.4.0 |
318 | 2024-10-30T13:28:54.838Z | Downloaded async-process v2.3.0 |
319 | 2024-10-30T13:28:54.840Z | Downloaded libefi-sys v0.1.0 |
320 | 2024-10-30T13:28:54.843Z | Downloaded digest v0.10.7 |
321 | 2024-10-30T13:28:54.843Z | Downloaded hyper-util v0.1.9 |
322 | 2024-10-30T13:28:54.849Z | Downloaded walkdir v2.5.0 |
323 | 2024-10-30T13:28:54.853Z | Downloaded slog v2.7.0 |
324 | 2024-10-30T13:28:54.853Z | Downloaded predicates v3.1.2 |
325 | 2024-10-30T13:28:54.855Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-10-30T13:28:54.859Z | Downloaded predicates-core v1.0.8 |
327 | 2024-10-30T13:28:54.859Z | Downloaded try-lock v0.2.5 |
328 | 2024-10-30T13:28:54.862Z | Downloaded untrusted v0.9.0 |
329 | 2024-10-30T13:28:54.862Z | Downloaded crossbeam-utils v0.8.20 |
330 | 2024-10-30T13:28:54.864Z | Downloaded num-iter v0.1.45 |
331 | 2024-10-30T13:28:54.864Z | Downloaded jobserver v0.1.32 |
332 | 2024-10-30T13:28:54.867Z | Downloaded tokio-rustls v0.24.1 |
333 | 2024-10-30T13:28:54.871Z | Downloaded rand_seeder v0.3.0 |
334 | 2024-10-30T13:28:54.874Z | Downloaded console v0.15.8 |
335 | 2024-10-30T13:28:54.874Z | Downloaded libsw v3.3.1 |
336 | 2024-10-30T13:28:54.877Z | Downloaded serde_derive v1.0.210 |
337 | 2024-10-30T13:28:54.879Z | Downloaded ryu v1.0.18 |
338 | 2024-10-30T13:28:54.881Z | Downloaded zerocopy-derive v0.7.35 |
339 | 2024-10-30T13:28:54.886Z | Downloaded derive_builder_macro v0.20.2 |
340 | 2024-10-30T13:28:54.888Z | Downloaded base64 v0.13.1 |
341 | 2024-10-30T13:28:54.892Z | Downloaded num-conv v0.1.0 |
342 | 2024-10-30T13:28:54.892Z | Downloaded signature v2.2.0 |
343 | 2024-10-30T13:28:54.894Z | Downloaded piper v0.2.4 |
344 | 2024-10-30T13:28:54.899Z | Downloaded target-spec v3.2.2 |
345 | 2024-10-30T13:28:54.899Z | Downloaded strum_macros v0.24.3 |
346 | 2024-10-30T13:28:54.899Z | Downloaded native-tls v0.2.12 |
347 | 2024-10-30T13:28:54.902Z | Downloaded memmap2 v0.9.5 |
348 | 2024-10-30T13:28:54.906Z | Downloaded hashbrown v0.15.0 |
349 | 2024-10-30T13:28:54.908Z | Downloaded take_mut v0.2.2 |
350 | 2024-10-30T13:28:54.911Z | Downloaded string_cache v0.8.7 |
351 | 2024-10-30T13:28:54.914Z | Downloaded oso-derive v0.27.3 |
352 | 2024-10-30T13:28:54.914Z | Downloaded heapless v0.8.0 |
353 | 2024-10-30T13:28:54.917Z | Downloaded lock_api v0.4.12 |
354 | 2024-10-30T13:28:54.920Z | Downloaded tar v0.4.42 |
355 | 2024-10-30T13:28:54.922Z | Downloaded tabwriter v1.4.0 |
356 | 2024-10-30T13:28:54.922Z | Downloaded ucd-trie v0.1.7 |
357 | 2024-10-30T13:28:54.926Z | Downloaded sec1 v0.7.3 |
358 | 2024-10-30T13:28:54.929Z | Downloaded usdt-impl v0.5.0 |
359 | 2024-10-30T13:28:54.929Z | Downloaded base64 v0.22.1 |
360 | 2024-10-30T13:28:54.931Z | Downloaded tabled_derive v0.7.0 |
361 | 2024-10-30T13:28:54.934Z | Downloaded heapless v0.7.17 |
362 | 2024-10-30T13:28:54.936Z | Downloaded clap_lex v0.7.2 |
363 | 2024-10-30T13:28:54.938Z | Downloaded rand_xorshift v0.3.0 |
364 | 2024-10-30T13:28:54.941Z | Downloaded crypto-common v0.1.6 |
365 | 2024-10-30T13:28:54.941Z | Downloaded parse-display-derive v0.10.0 |
366 | 2024-10-30T13:28:54.943Z | Downloaded usdt v0.5.0 |
367 | 2024-10-30T13:28:54.943Z | Downloaded parking_lot_core v0.8.6 |
368 | 2024-10-30T13:28:54.946Z | Downloaded parking_lot_core v0.9.10 |
369 | 2024-10-30T13:28:54.949Z | Downloaded tungstenite v0.24.0 |
370 | 2024-10-30T13:28:54.951Z | Downloaded defmt-macros v0.3.9 |
371 | 2024-10-30T13:28:54.954Z | Downloaded ed25519 v2.2.3 |
372 | 2024-10-30T13:28:54.956Z | Downloaded cookie v0.18.1 |
373 | 2024-10-30T13:28:54.958Z | Downloaded dyn-clone v1.0.17 |
374 | 2024-10-30T13:28:54.961Z | Downloaded headers v0.4.0 |
375 | 2024-10-30T13:28:54.966Z | Downloaded linked-hash-map v0.5.6 |
376 | 2024-10-30T13:28:54.969Z | Downloaded linear-map v1.2.0 |
377 | 2024-10-30T13:28:54.969Z | Downloaded mockall v0.13.0 |
378 | 2024-10-30T13:28:54.971Z | Downloaded cpufeatures v0.2.14 |
379 | 2024-10-30T13:28:54.974Z | Downloaded strum_macros v0.25.3 |
380 | 2024-10-30T13:28:54.977Z | Downloaded pkcs1 v0.7.5 |
381 | 2024-10-30T13:28:54.977Z | Downloaded sct v0.7.1 |
382 | 2024-10-30T13:28:54.980Z | Downloaded diff v0.1.13 |
383 | 2024-10-30T13:28:54.983Z | Downloaded derive-where v1.2.7 |
384 | 2024-10-30T13:28:54.987Z | Downloaded toolchain_find v0.4.0 |
385 | 2024-10-30T13:28:54.990Z | Downloaded percent-encoding v2.3.1 |
386 | 2024-10-30T13:28:54.990Z | Downloaded time-core v0.1.2 |
387 | 2024-10-30T13:28:54.992Z | Downloaded tokio-stream v0.1.16 |
388 | 2024-10-30T13:28:54.995Z | Downloaded sync_wrapper v0.1.2 |
389 | 2024-10-30T13:28:54.998Z | Downloaded pkcs5 v0.7.1 |
390 | 2024-10-30T13:28:55.001Z | Downloaded num_cpus v1.16.0 |
391 | 2024-10-30T13:28:55.004Z | Downloaded unsafe-libyaml v0.2.11 |
392 | 2024-10-30T13:28:55.007Z | Downloaded proc-macro-error-attr v1.0.4 |
393 | 2024-10-30T13:28:55.010Z | Downloaded whoami v1.5.2 |
394 | 2024-10-30T13:28:55.013Z | Downloaded flate2 v1.0.34 |
395 | 2024-10-30T13:28:55.016Z | Downloaded usdt-macro v0.5.0 |
396 | 2024-10-30T13:28:55.018Z | Downloaded pem v3.0.4 |
397 | 2024-10-30T13:28:55.021Z | Downloaded rpassword v7.3.1 |
398 | 2024-10-30T13:28:55.021Z | Downloaded ecdsa v0.16.9 |
399 | 2024-10-30T13:28:55.023Z | Downloaded tap v1.0.1 |
400 | 2024-10-30T13:28:55.023Z | Downloaded h2 v0.3.26 |
401 | 2024-10-30T13:28:55.029Z | Downloaded endian-type v0.1.2 |
402 | 2024-10-30T13:28:55.032Z | Downloaded ipnet v2.10.1 |
403 | 2024-10-30T13:28:55.032Z | Downloaded md-5 v0.10.6 |
404 | 2024-10-30T13:28:55.035Z | Downloaded signal-hook-registry v1.4.2 |
405 | 2024-10-30T13:28:55.035Z | Downloaded serde v1.0.210 |
406 | 2024-10-30T13:28:55.039Z | Downloaded slog-json v2.6.1 |
407 | 2024-10-30T13:28:55.041Z | Downloaded multer v3.1.0 |
408 | 2024-10-30T13:28:55.044Z | Downloaded hashbrown v0.12.3 |
409 | 2024-10-30T13:28:55.048Z | Downloaded dhcproto-macros v0.1.0 |
410 | 2024-10-30T13:28:55.050Z | Downloaded trybuild v1.0.100 |
411 | 2024-10-30T13:28:55.053Z | Downloaded owo-colors v4.1.0 |
412 | 2024-10-30T13:28:55.056Z | Downloaded serde_urlencoded v0.7.1 |
413 | 2024-10-30T13:28:55.059Z | Downloaded precomputed-hash v0.1.1 |
414 | 2024-10-30T13:28:55.059Z | Downloaded elliptic-curve v0.13.8 |
415 | 2024-10-30T13:28:55.062Z | Downloaded ron v0.7.1 |
416 | 2024-10-30T13:28:55.067Z | Downloaded dsl_auto_type v0.1.2 |
417 | 2024-10-30T13:28:55.070Z | Downloaded utf-8 v0.7.6 |
418 | 2024-10-30T13:28:55.070Z | Downloaded samael v0.0.17 |
419 | 2024-10-30T13:28:55.075Z | Downloaded russh-cryptovec v0.7.3 |
420 | 2024-10-30T13:28:55.078Z | Downloaded md5 v0.7.0 |
421 | 2024-10-30T13:28:55.078Z | Downloaded debug-ignore v1.0.5 |
422 | 2024-10-30T13:28:55.080Z | Downloaded criterion-plot v0.5.0 |
423 | 2024-10-30T13:28:55.084Z | Downloaded tokio-postgres v0.7.12 |
424 | 2024-10-30T13:28:55.087Z | Downloaded rand v0.8.5 |
425 | 2024-10-30T13:28:55.090Z | Downloaded toml v0.7.8 |
426 | 2024-10-30T13:28:55.094Z | Downloaded strsim v0.11.1 |
427 | 2024-10-30T13:28:55.096Z | Downloaded xz2 v0.1.7 |
428 | 2024-10-30T13:28:55.099Z | Downloaded progenitor-client v0.8.0 |
429 | 2024-10-30T13:28:55.099Z | Downloaded mime v0.3.17 |
430 | 2024-10-30T13:28:55.102Z | Downloaded xattr v1.3.1 |
431 | 2024-10-30T13:28:55.102Z | Downloaded mockall_derive v0.13.0 |
432 | 2024-10-30T13:28:55.104Z | Downloaded quick-error v1.2.3 |
433 | 2024-10-30T13:28:55.107Z | Downloaded unicode-xid v0.2.6 |
434 | 2024-10-30T13:28:55.107Z | Downloaded rand_core v0.6.4 |
435 | 2024-10-30T13:28:55.111Z | Downloaded thread-id v4.2.2 |
436 | 2024-10-30T13:28:55.111Z | Downloaded proc-macro-error v1.0.4 |
437 | 2024-10-30T13:28:55.114Z | Downloaded toml v0.8.19 |
438 | 2024-10-30T13:28:55.118Z | Downloaded num_enum v0.5.11 |
439 | 2024-10-30T13:28:55.122Z | Downloaded plain v0.2.3 |
440 | 2024-10-30T13:28:55.124Z | Downloaded serde_plain v1.0.2 |
441 | 2024-10-30T13:28:55.124Z | Downloaded pretty_assertions v1.4.1 |
442 | 2024-10-30T13:28:55.127Z | Downloaded dhcproto v0.12.0 |
443 | 2024-10-30T13:28:55.130Z | Downloaded utf8parse v0.2.2 |
444 | 2024-10-30T13:28:55.133Z | Downloaded pkg-config v0.3.31 |
445 | 2024-10-30T13:28:55.133Z | Downloaded rand_distr v0.4.3 |
446 | 2024-10-30T13:28:55.136Z | Downloaded scroll_derive v0.12.0 |
447 | 2024-10-30T13:28:55.139Z | Downloaded lru-cache v0.1.2 |
448 | 2024-10-30T13:28:55.139Z | Downloaded lazycell v1.3.0 |
449 | 2024-10-30T13:28:55.142Z | Downloaded ipnetwork v0.20.0 |
450 | 2024-10-30T13:28:55.142Z | Downloaded ron v0.8.1 |
451 | 2024-10-30T13:28:55.148Z | Downloaded darling_macro v0.20.10 |
452 | 2024-10-30T13:28:55.153Z | Downloaded proc-macro2 v1.0.87 |
453 | 2024-10-30T13:28:55.153Z | Downloaded aes-gcm v0.10.3 |
454 | 2024-10-30T13:28:55.156Z | Downloaded indicatif v0.17.8 |
455 | 2024-10-30T13:28:55.159Z | Downloaded is-terminal v0.4.13 |
456 | 2024-10-30T13:28:55.163Z | Downloaded parking v2.2.1 |
457 | 2024-10-30T13:28:55.163Z | Downloaded slog-envlogger v2.2.0 |
458 | 2024-10-30T13:28:55.165Z | Downloaded oorandom v11.1.4 |
459 | 2024-10-30T13:28:55.165Z | Downloaded tokio-tungstenite v0.24.0 |
460 | 2024-10-30T13:28:55.168Z | Downloaded thiserror-impl-no-std v2.0.2 |
461 | 2024-10-30T13:28:55.168Z | Downloaded path-slash v0.1.5 |
462 | 2024-10-30T13:28:55.171Z | Downloaded subprocess v0.2.9 |
463 | 2024-10-30T13:28:55.173Z | Downloaded smallvec v0.6.14 |
464 | 2024-10-30T13:28:55.173Z | Downloaded slog-dtrace v0.3.0 |
465 | 2024-10-30T13:28:55.176Z | Downloaded test-strategy v0.3.1 |
466 | 2024-10-30T13:28:55.179Z | Downloaded scopeguard v1.2.0 |
467 | 2024-10-30T13:28:55.182Z | Downloaded schemars_derive v0.8.21 |
468 | 2024-10-30T13:28:55.184Z | Downloaded slog-scope v4.4.0 |
469 | 2024-10-30T13:28:55.184Z | Downloaded hashbrown v0.14.5 |
470 | 2024-10-30T13:28:55.189Z | Downloaded p256 v0.13.2 |
471 | 2024-10-30T13:28:55.192Z | Downloaded tls_codec_derive v0.4.1 |
472 | 2024-10-30T13:28:55.195Z | Downloaded mime_guess v2.0.5 |
473 | 2024-10-30T13:28:55.198Z | Downloaded version_check v0.9.5 |
474 | 2024-10-30T13:28:55.198Z | Downloaded similar-asserts v1.6.0 |
475 | 2024-10-30T13:28:55.200Z | Downloaded p521 v0.13.3 |
476 | 2024-10-30T13:28:55.205Z | Downloaded crc v3.2.1 |
477 | 2024-10-30T13:28:55.208Z | Downloaded stable_deref_trait v1.2.0 |
478 | 2024-10-30T13:28:55.209Z | Downloaded tls_codec v0.4.1 |
479 | 2024-10-30T13:28:55.212Z | Downloaded zerocopy v0.6.6 |
480 | 2024-10-30T13:28:55.214Z | Downloaded either v1.13.0 |
481 | 2024-10-30T13:28:55.214Z | Downloaded dof v0.3.0 |
482 | 2024-10-30T13:28:55.217Z | Downloaded data-encoding v2.6.0 |
483 | 2024-10-30T13:28:55.217Z | Downloaded zone v0.3.0 |
484 | 2024-10-30T13:28:55.220Z | Downloaded zone v0.1.8 |
485 | 2024-10-30T13:28:55.220Z | Downloaded scheduled-thread-pool v0.2.7 |
486 | 2024-10-30T13:28:55.220Z | Downloaded internet-checksum v0.2.1 |
487 | 2024-10-30T13:28:55.224Z | Downloaded tough v0.17.1 |
488 | 2024-10-30T13:28:55.229Z | Downloaded match_cfg v0.1.0 |
489 | 2024-10-30T13:28:55.231Z | Downloaded kv-log-macro v1.0.7 |
490 | 2024-10-30T13:28:55.232Z | Downloaded termtree v0.4.1 |
491 | 2024-10-30T13:28:55.234Z | Downloaded fallible-iterator v0.2.0 |
492 | 2024-10-30T13:28:55.237Z | Downloaded path-tree v0.8.1 |
493 | 2024-10-30T13:28:55.237Z | Downloaded unicode-ident v1.0.13 |
494 | 2024-10-30T13:28:55.239Z | Downloaded smallvec v1.13.2 |
495 | 2024-10-30T13:28:55.242Z | Downloaded memoffset v0.9.1 |
496 | 2024-10-30T13:28:55.245Z | Downloaded tracing-core v0.1.32 |
497 | 2024-10-30T13:28:55.247Z | Downloaded constant_time_eq v0.3.1 |
498 | 2024-10-30T13:28:55.247Z | Downloaded signal-hook-tokio v0.3.1 |
499 | 2024-10-30T13:28:55.250Z | Downloaded siphasher v0.3.11 |
500 | 2024-10-30T13:28:55.250Z | Downloaded pest_derive v2.7.14 |
501 | 2024-10-30T13:28:55.255Z | Downloaded dtrace-parser v0.2.0 |
502 | 2024-10-30T13:28:55.255Z | Downloaded num-complex v0.4.6 |
503 | 2024-10-30T13:28:55.255Z | Downloaded matches v0.1.10 |
504 | 2024-10-30T13:28:55.258Z | Downloaded url v2.5.2 |
505 | 2024-10-30T13:28:55.266Z | Downloaded unicase v2.7.0 |
506 | 2024-10-30T13:28:55.278Z | Downloaded parking_lot v0.12.3 |
507 | 2024-10-30T13:28:55.278Z | Downloaded crypto-bigint v0.5.5 |
508 | 2024-10-30T13:28:55.278Z | Downloaded parse-zoneinfo v0.3.1 |
509 | 2024-10-30T13:28:55.278Z | Downloaded ref-cast-impl v1.0.23 |
510 | 2024-10-30T13:28:55.282Z | Downloaded hyper v1.4.1 |
511 | 2024-10-30T13:28:55.282Z | Downloaded thiserror-impl v1.0.64 |
512 | 2024-10-30T13:28:55.282Z | Downloaded thiserror v1.0.64 |
513 | 2024-10-30T13:28:55.287Z | Downloaded plotters-svg v0.3.7 |
514 | 2024-10-30T13:28:55.291Z | Downloaded structmeta-derive v0.2.0 |
515 | 2024-10-30T13:28:55.291Z | Downloaded vte_generate_state_changes v0.1.2 |
516 | 2024-10-30T13:28:55.291Z | Downloaded serde_spanned v0.6.8 |
517 | 2024-10-30T13:28:55.293Z | Downloaded secrecy v0.8.0 |
518 | 2024-10-30T13:28:55.293Z | Downloaded cstr-argument v0.1.2 |
519 | 2024-10-30T13:28:55.296Z | Downloaded crunchy v0.2.2 |
520 | 2024-10-30T13:28:55.296Z | Downloaded typify v0.2.0 |
521 | 2024-10-30T13:28:55.298Z | Downloaded is_terminal_polyfill v1.70.1 |
522 | 2024-10-30T13:28:55.301Z | Downloaded datatest-stable v0.2.9 |
523 | 2024-10-30T13:28:55.303Z | Downloaded maplit v1.0.2 |
524 | 2024-10-30T13:28:55.303Z | Downloaded embedded-io v0.6.1 |
525 | 2024-10-30T13:28:55.305Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2024-10-30T13:28:55.306Z | Downloaded steno v0.4.1 |
527 | 2024-10-30T13:28:55.310Z | Downloaded swrite v0.1.0 |
528 | 2024-10-30T13:28:55.313Z | Downloaded subtle v2.6.1 |
529 | 2024-10-30T13:28:55.313Z | Downloaded derive_builder_core v0.20.2 |
530 | 2024-10-30T13:28:55.320Z | Downloaded hkdf v0.12.4 |
531 | 2024-10-30T13:28:55.320Z | Downloaded twox-hash v1.6.3 |
532 | 2024-10-30T13:28:55.320Z | Downloaded new_debug_unreachable v1.0.6 |
533 | 2024-10-30T13:28:55.322Z | Downloaded poly1305 v0.8.0 |
534 | 2024-10-30T13:28:55.322Z | Downloaded pin-project-internal v1.1.6 |
535 | 2024-10-30T13:28:55.325Z | Downloaded serde_tokenstream v0.2.2 |
536 | 2024-10-30T13:28:55.328Z | Downloaded ref-cast v1.0.23 |
537 | 2024-10-30T13:28:55.331Z | Downloaded once_cell v1.20.2 |
538 | 2024-10-30T13:28:55.334Z | Downloaded phf_generator v0.11.2 |
539 | 2024-10-30T13:28:55.334Z | Downloaded libtest-mimic v0.7.3 |
540 | 2024-10-30T13:28:55.337Z | Downloaded libloading v0.8.5 |
541 | 2024-10-30T13:28:55.340Z | Downloaded concurrent-queue v2.5.0 |
542 | 2024-10-30T13:28:55.340Z | Downloaded darling v0.20.10 |
543 | 2024-10-30T13:28:55.345Z | Downloaded powerfmt v0.2.0 |
544 | 2024-10-30T13:28:55.347Z | Downloaded plotters v0.3.7 |
545 | 2024-10-30T13:28:55.354Z | Downloaded spin v0.5.2 |
546 | 2024-10-30T13:28:55.357Z | Downloaded vsss-rs v3.3.4 |
547 | 2024-10-30T13:28:55.360Z | Downloaded newtype_derive v0.1.6 |
548 | 2024-10-30T13:28:55.362Z | Downloaded is_ci v1.2.0 |
549 | 2024-10-30T13:28:55.362Z | Downloaded doc-comment v0.3.3 |
550 | 2024-10-30T13:28:55.365Z | Downloaded unicode-linebreak v0.1.5 |
551 | 2024-10-30T13:28:55.365Z | Downloaded stringprep v0.1.5 |
552 | 2024-10-30T13:28:55.365Z | Downloaded display-error-chain v0.2.1 |
553 | 2024-10-30T13:28:55.368Z | Downloaded lalrpop-util v0.19.12 |
554 | 2024-10-30T13:28:55.368Z | Downloaded quote v1.0.37 |
555 | 2024-10-30T13:28:55.371Z | Downloaded wait-timeout v0.2.0 |
556 | 2024-10-30T13:28:55.374Z | Downloaded similar v2.6.0 |
557 | 2024-10-30T13:28:55.377Z | Downloaded num v0.4.3 |
558 | 2024-10-30T13:28:55.379Z | Downloaded newline-converter v0.3.0 |
559 | 2024-10-30T13:28:55.379Z | Downloaded plotters-backend v0.3.7 |
560 | 2024-10-30T13:28:55.382Z | Downloaded crossterm v0.28.1 |
561 | 2024-10-30T13:28:55.387Z | Downloaded nom v7.1.3 |
562 | 2024-10-30T13:28:55.392Z | Downloaded partial-io v0.5.4 |
563 | 2024-10-30T13:28:55.395Z | Downloaded tungstenite v0.21.0 |
564 | 2024-10-30T13:28:55.398Z | Downloaded paste v1.0.15 |
565 | 2024-10-30T13:28:55.402Z | Downloaded rsa v0.9.6 |
566 | 2024-10-30T13:28:55.407Z | Downloaded qorb v0.1.2 |
567 | 2024-10-30T13:28:55.411Z | Downloaded crossbeam-channel v0.5.13 |
568 | 2024-10-30T13:28:55.415Z | Downloaded rustls-pemfile v2.2.0 |
569 | 2024-10-30T13:28:55.418Z | Downloaded toml_datetime v0.6.8 |
570 | 2024-10-30T13:28:55.420Z | Downloaded opaque-debug v0.3.1 |
571 | 2024-10-30T13:28:55.424Z | Downloaded goblin v0.8.2 |
572 | 2024-10-30T13:28:55.427Z | Downloaded ssh-cipher v0.2.0 |
573 | 2024-10-30T13:28:55.429Z | Downloaded omicron-zone-package v0.11.1 |
574 | 2024-10-30T13:28:55.432Z | Downloaded colored v2.1.0 |
575 | 2024-10-30T13:28:55.435Z | Downloaded colorchoice v1.0.2 |
576 | 2024-10-30T13:28:55.437Z | Downloaded inout v0.1.3 |
577 | 2024-10-30T13:28:55.437Z | Downloaded crc32fast v1.4.2 |
578 | 2024-10-30T13:28:55.440Z | Downloaded crc-catalog v2.4.0 |
579 | 2024-10-30T13:28:55.440Z | Downloaded const-oid v0.9.6 |
580 | 2024-10-30T13:28:55.442Z | Downloaded clang-sys v1.8.1 |
581 | 2024-10-30T13:28:55.445Z | Downloaded tokio-tungstenite v0.21.0 |
582 | 2024-10-30T13:28:55.448Z | Downloaded tokio-rustls v0.26.0 |
583 | 2024-10-30T13:28:55.450Z | Downloaded sqlparser v0.45.0 |
584 | 2024-10-30T13:28:55.454Z | Downloaded lru v0.12.5 |
585 | 2024-10-30T13:28:55.457Z | Downloaded rcgen v0.12.1 |
586 | 2024-10-30T13:28:55.460Z | Downloaded itoa v1.0.11 |
587 | 2024-10-30T13:28:55.460Z | Downloaded normalize-line-endings v0.3.0 |
588 | 2024-10-30T13:28:55.462Z | Downloaded tower-service v0.3.3 |
589 | 2024-10-30T13:28:55.462Z | Downloaded pathdiff v0.2.2 |
590 | 2024-10-30T13:28:55.464Z | Downloaded packed_struct_codegen v0.10.1 |
591 | 2024-10-30T13:28:55.464Z | Downloaded pkcs8 v0.10.2 |
592 | 2024-10-30T13:28:55.467Z | Downloaded primeorder v0.13.6 |
593 | 2024-10-30T13:28:55.470Z | Downloaded smawk v0.3.2 |
594 | 2024-10-30T13:28:55.472Z | Downloaded termcolor v1.4.1 |
595 | 2024-10-30T13:28:55.472Z | Downloaded stringmetrics v2.2.2 |
596 | 2024-10-30T13:28:55.475Z | Downloaded thiserror-no-std v2.0.2 |
597 | 2024-10-30T13:28:55.477Z | Downloaded waitgroup v0.1.2 |
598 | 2024-10-30T13:28:55.480Z | Downloaded tokio-macros v2.4.0 |
599 | 2024-10-30T13:28:55.480Z | Downloaded postcard v1.0.10 |
600 | 2024-10-30T13:28:55.482Z | Downloaded defmt v0.3.8 |
601 | 2024-10-30T13:28:55.486Z | Downloaded ctr v0.9.2 |
602 | 2024-10-30T13:28:55.489Z | Downloaded tui-tree-widget v0.22.0 |
603 | 2024-10-30T13:28:55.492Z | Downloaded event-listener-strategy v0.5.2 |
604 | 2024-10-30T13:28:55.492Z | Downloaded proc-macro-crate v3.2.0 |
605 | 2024-10-30T13:28:55.494Z | Downloaded proc-macro-crate v1.3.1 |
606 | 2024-10-30T13:28:55.494Z | Downloaded maybe-uninit v2.0.0 |
607 | 2024-10-30T13:28:55.497Z | Downloaded ssh-encoding v0.2.0 |
608 | 2024-10-30T13:28:55.497Z | Downloaded vte v0.11.1 |
609 | 2024-10-30T13:28:55.499Z | Downloaded typenum v1.17.0 |
610 | 2024-10-30T13:28:55.502Z | Downloaded uuid v1.10.0 |
611 | 2024-10-30T13:28:55.504Z | Downloaded toml_edit v0.19.15 |
612 | 2024-10-30T13:28:55.520Z | Downloaded progenitor v0.8.0 |
613 | 2024-10-30T13:28:55.523Z | Downloaded indoc v2.0.5 |
614 | 2024-10-30T13:28:55.525Z | Downloaded rustc_version v0.4.1 |
615 | 2024-10-30T13:28:55.528Z | Downloaded indent_write v2.2.0 |
616 | 2024-10-30T13:28:55.528Z | Downloaded const_format_proc_macros v0.2.33 |
617 | 2024-10-30T13:28:55.531Z | Downloaded peg v0.8.4 |
618 | 2024-10-30T13:28:55.533Z | Downloaded defmt-parser v0.3.4 |
619 | 2024-10-30T13:28:55.535Z | Downloaded log v0.4.22 |
620 | 2024-10-30T13:28:55.539Z | Downloaded blake3 v1.5.4 |
621 | 2024-10-30T13:28:55.544Z | Downloaded number_prefix v0.4.0 |
622 | 2024-10-30T13:28:55.546Z | Downloaded rayon-core v1.12.1 |
623 | 2024-10-30T13:28:55.549Z | Downloaded which v4.4.2 |
624 | 2024-10-30T13:28:55.552Z | Downloaded phf_shared v0.11.2 |
625 | 2024-10-30T13:28:55.552Z | Downloaded num-integer v0.1.46 |
626 | 2024-10-30T13:28:55.555Z | Downloaded enum-as-inner v0.5.1 |
627 | 2024-10-30T13:28:55.558Z | Downloaded rustfmt-wrapper v0.2.1 |
628 | 2024-10-30T13:28:55.558Z | Downloaded nibble_vec v0.1.0 |
629 | 2024-10-30T13:28:55.558Z | Downloaded spki v0.7.3 |
630 | 2024-10-30T13:28:55.561Z | Downloaded pin-project-lite v0.2.14 |
631 | 2024-10-30T13:28:55.565Z | Downloaded tokio-native-tls v0.3.1 |
632 | 2024-10-30T13:28:55.567Z | Downloaded signal-hook v0.3.17 |
633 | 2024-10-30T13:28:55.570Z | Downloaded zip v0.6.6 |
634 | 2024-10-30T13:28:55.573Z | Downloaded diesel_table_macro_syntax v0.2.0 |
635 | 2024-10-30T13:28:55.576Z | Downloaded git2 v0.19.0 |
636 | 2024-10-30T13:28:55.582Z | Downloaded tinyvec_macros v0.1.1 |
637 | 2024-10-30T13:28:55.585Z | Downloaded downcast v0.11.0 |
638 | 2024-10-30T13:28:55.585Z | Downloaded crc-any v2.5.0 |
639 | 2024-10-30T13:28:55.588Z | Downloaded schemars v0.8.21 |
640 | 2024-10-30T13:28:55.597Z | Downloaded dropshot_endpoint v0.12.0 |
641 | 2024-10-30T13:28:55.600Z | Downloaded strum v0.26.3 |
642 | 2024-10-30T13:28:55.603Z | Downloaded rustc-demangle v0.1.24 |
643 | 2024-10-30T13:28:55.605Z | Downloaded indoc v1.0.9 |
644 | 2024-10-30T13:28:55.605Z | Downloaded async-std v1.13.0 |
645 | 2024-10-30T13:28:55.625Z | Downloaded pbkdf2 v0.11.0 |
646 | 2024-10-30T13:28:55.628Z | Downloaded kstat-rs v0.2.4 |
647 | 2024-10-30T13:28:55.630Z | Downloaded dirs-sys-next v0.1.2 |
648 | 2024-10-30T13:28:55.630Z | Downloaded structmeta-derive v0.3.0 |
649 | 2024-10-30T13:28:55.630Z | Downloaded spin v0.9.8 |
650 | 2024-10-30T13:28:55.633Z | Downloaded strum_macros v0.26.4 |
651 | 2024-10-30T13:28:55.636Z | Downloaded static_assertions v1.1.0 |
652 | 2024-10-30T13:28:55.639Z | Downloaded indexmap v2.6.0 |
653 | 2024-10-30T13:28:55.641Z | Downloaded phf_codegen v0.11.2 |
654 | 2024-10-30T13:28:55.643Z | Downloaded num-rational v0.4.2 |
655 | 2024-10-30T13:28:55.643Z | Downloaded diesel-dtrace v0.3.0 |
656 | 2024-10-30T13:28:55.646Z | Downloaded zeroize_derive v1.4.2 |
657 | 2024-10-30T13:28:55.646Z | Downloaded time-macros v0.2.18 |
658 | 2024-10-30T13:28:55.649Z | Downloaded enum-as-inner v0.6.1 |
659 | 2024-10-30T13:28:55.651Z | Downloaded pbkdf2 v0.12.2 |
660 | 2024-10-30T13:28:55.651Z | Downloaded wyz v0.5.1 |
661 | 2024-10-30T13:28:55.654Z | Downloaded quinn-udp v0.5.5 |
662 | 2024-10-30T13:28:55.654Z | Downloaded ena v0.14.3 |
663 | 2024-10-30T13:28:55.657Z | Downloaded tokio-tungstenite v0.23.1 |
664 | 2024-10-30T13:28:55.659Z | Downloaded serde_with v3.11.0 |
665 | 2024-10-30T13:28:55.665Z | Downloaded strip-ansi-escapes v0.2.0 |
666 | 2024-10-30T13:28:55.668Z | Downloaded serde_path_to_error v0.1.16 |
667 | 2024-10-30T13:28:55.670Z | Downloaded rustls-webpki v0.102.8 |
668 | 2024-10-30T13:28:55.686Z | Downloaded salsa20 v0.10.2 |
669 | 2024-10-30T13:28:55.688Z | Downloaded serde_repr v0.1.19 |
670 | 2024-10-30T13:28:55.690Z | Downloaded serde_regex v1.1.0 |
671 | 2024-10-30T13:28:55.690Z | Downloaded newtype-uuid v1.1.2 |
672 | 2024-10-30T13:28:55.693Z | Downloaded nanorand v0.7.0 |
673 | 2024-10-30T13:28:55.693Z | Downloaded multimap v0.10.0 |
674 | 2024-10-30T13:28:55.695Z | Downloaded semver v0.1.20 |
675 | 2024-10-30T13:28:55.695Z | Downloaded term v0.7.0 |
676 | 2024-10-30T13:28:55.698Z | Downloaded zerocopy v0.7.35 |
677 | 2024-10-30T13:28:55.714Z | Downloaded impl-trait-for-tuples v0.2.2 |
678 | 2024-10-30T13:28:55.717Z | Downloaded value-bag v1.9.0 |
679 | 2024-10-30T13:28:55.720Z | Downloaded rustls-pemfile v1.0.4 |
680 | 2024-10-30T13:28:55.723Z | Downloaded pin-project v1.1.6 |
681 | 2024-10-30T13:28:55.731Z | Downloaded num-traits v0.2.19 |
682 | 2024-10-30T13:28:55.734Z | Downloaded bitvec v1.0.1 |
683 | 2024-10-30T13:28:55.749Z | Downloaded rustls-native-certs v0.7.3 |
684 | 2024-10-30T13:28:55.752Z | Downloaded tinytemplate v1.2.1 |
685 | 2024-10-30T13:28:55.756Z | Downloaded unicode-truncate v1.1.0 |
686 | 2024-10-30T13:28:55.756Z | Downloaded openssl-sys v0.9.103 |
687 | 2024-10-30T13:28:55.760Z | Downloaded env_logger v0.10.2 |
688 | 2024-10-30T13:28:55.763Z | Downloaded chrono v0.4.38 |
689 | 2024-10-30T13:28:55.769Z | Downloaded event-listener v5.3.1 |
690 | 2024-10-30T13:28:55.771Z | Downloaded quinn v0.11.5 |
691 | 2024-10-30T13:28:55.774Z | Downloaded tinyvec v1.8.0 |
692 | 2024-10-30T13:28:55.779Z | Downloaded clap v4.5.20 |
693 | 2024-10-30T13:28:55.786Z | Downloaded reedline v0.35.0 |
694 | 2024-10-30T13:28:55.794Z | Downloaded rstest_macros v0.23.0 |
695 | 2024-10-30T13:28:55.797Z | Downloaded num-bigint-dig v0.8.4 |
696 | 2024-10-30T13:28:55.801Z | Downloaded reqwest v0.11.27 |
697 | 2024-10-30T13:28:55.809Z | Downloaded semver v1.0.23 |
698 | 2024-10-30T13:28:55.811Z | Downloaded criterion v0.5.1 |
699 | 2024-10-30T13:28:55.818Z | Downloaded gimli v0.31.1 |
700 | 2024-10-30T13:28:55.826Z | Downloaded unicode-segmentation v1.12.0 |
701 | 2024-10-30T13:28:55.829Z | Downloaded bindgen v0.69.5 |
702 | 2024-10-30T13:28:55.836Z | Downloaded snafu v0.8.5 |
703 | 2024-10-30T13:28:55.842Z | Downloaded num-bigint v0.4.6 |
704 | 2024-10-30T13:28:55.846Z | Downloaded der v0.7.9 |
705 | 2024-10-30T13:28:55.852Z | Downloaded reqwest v0.12.8 |
706 | 2024-10-30T13:28:55.859Z | Downloaded expectorate v1.1.0 |
707 | 2024-10-30T13:28:55.862Z | Downloaded rayon v1.10.0 |
708 | 2024-10-30T13:28:55.871Z | Downloaded diesel_derives v2.2.3 |
709 | 2024-10-30T13:28:55.874Z | Downloaded libxml v0.3.3 |
710 | 2024-10-30T13:28:55.880Z | Downloaded const_format v0.2.33 |
711 | 2024-10-30T13:28:55.885Z | Downloaded tokio-util v0.7.12 |
712 | 2024-10-30T13:28:55.891Z | Downloaded russh v0.45.0 |
713 | 2024-10-30T13:28:55.898Z | Downloaded radix_trie v0.2.1 |
714 | 2024-10-30T13:28:55.902Z | Downloaded portable-atomic v1.9.0 |
715 | 2024-10-30T13:28:55.908Z | Downloaded p384 v0.13.0 |
716 | 2024-10-30T13:28:55.914Z | Downloaded vergen v8.3.2 |
717 | 2024-10-30T13:28:55.917Z | Downloaded typed-path v0.7.1 |
718 | 2024-10-30T13:28:55.922Z | Downloaded tracing v0.1.40 |
719 | 2024-10-30T13:28:55.926Z | Downloaded unicode-normalization v0.1.24 |
720 | 2024-10-30T13:28:55.930Z | Downloaded russh-keys v0.45.0 |
721 | 2024-10-30T13:28:55.932Z | Downloaded rustls-webpki v0.101.7 |
722 | 2024-10-30T13:28:55.946Z | Downloaded rstest v0.23.0 |
723 | 2024-10-30T13:28:55.951Z | Downloaded rusqlite v0.32.1 |
724 | 2024-10-30T13:28:55.957Z | Downloaded proptest v1.5.0 |
725 | 2024-10-30T13:28:55.967Z | Downloaded csv-core v0.1.11 |
726 | 2024-10-30T13:28:55.969Z | Downloaded uzers v0.12.1 |
727 | 2024-10-30T13:28:55.972Z | Downloaded derive_builder v0.20.2 |
728 | 2024-10-30T13:28:55.975Z | Downloaded tracing-attributes v0.1.27 |
729 | 2024-10-30T13:28:55.978Z | Downloaded papergrid v0.11.0 |
730 | 2024-10-30T13:28:55.982Z | Downloaded indexmap v1.9.3 |
731 | 2024-10-30T13:28:55.985Z | Downloaded itertools v0.13.0 |
732 | 2024-10-30T13:28:55.992Z | Downloaded compact_str v0.8.0 |
733 | 2024-10-30T13:28:55.995Z | Downloaded salty v0.3.0 |
734 | 2024-10-30T13:28:56.002Z | Downloaded x509-cert v0.2.5 |
735 | 2024-10-30T13:28:56.008Z | Downloaded clap_builder v4.5.20 |
736 | 2024-10-30T13:28:56.014Z | Downloaded openssl v0.10.66 |
737 | 2024-10-30T13:28:56.024Z | Downloaded hickory-proto v0.24.1 |
738 | 2024-10-30T13:28:56.039Z | Downloaded winnow v0.6.20 |
739 | 2024-10-30T13:28:56.047Z | Downloaded idna v0.2.3 |
740 | 2024-10-30T13:28:56.053Z | Downloaded rustls v0.22.4 |
741 | 2024-10-30T13:28:56.066Z | Downloaded serde_json v1.0.128 |
742 | 2024-10-30T13:28:56.073Z | Downloaded quinn-proto v0.11.8 |
743 | 2024-10-30T13:28:56.080Z | Downloaded regress v0.10.1 |
744 | 2024-10-30T13:28:56.088Z | Downloaded quick-xml v0.33.0 |
745 | 2024-10-30T13:28:56.094Z | Downloaded syn v1.0.109 |
746 | 2024-10-30T13:28:56.104Z | Downloaded idna v0.5.0 |
747 | 2024-10-30T13:28:56.113Z | Downloaded tabled v0.15.0 |
748 | 2024-10-30T13:28:56.126Z | Downloaded rustls v0.21.12 |
749 | 2024-10-30T13:28:56.137Z | Downloaded diesel v2.2.4 |
750 | 2024-10-30T13:28:56.156Z | Downloaded chrono-tz v0.10.0 |
751 | 2024-10-30T13:28:56.163Z | Downloaded idna v0.3.0 |
752 | 2024-10-30T13:28:56.169Z | Downloaded rustls v0.23.14 |
753 | 2024-10-30T13:28:56.180Z | Downloaded object v0.30.4 |
754 | 2024-10-30T13:28:56.190Z | Downloaded bstr v1.10.0 |
755 | 2024-10-30T13:28:56.199Z | Downloaded vcpkg v0.2.15 |
756 | 2024-10-30T13:28:57.239Z | Downloaded lalrpop v0.19.12 |
757 | 2024-10-30T13:28:57.249Z | Downloaded regex-syntax v0.8.5 |
758 | 2024-10-30T13:28:57.249Z | Downloaded nix v0.27.1 |
759 | 2024-10-30T13:28:57.249Z | Downloaded dropshot v0.12.0 |
760 | 2024-10-30T13:28:57.249Z | Downloaded object v0.36.5 |
761 | 2024-10-30T13:28:57.249Z | Downloaded nix v0.28.0 |
762 | 2024-10-30T13:28:57.249Z | Downloaded ratatui v0.28.1 |
763 | 2024-10-30T13:28:57.249Z | Downloaded rustix v0.38.37 |
764 | 2024-10-30T13:28:57.249Z | Downloaded regex-syntax v0.6.29 |
765 | 2024-10-30T13:28:57.249Z | Downloaded zerocopy-derive v0.6.6 |
766 | 2024-10-30T13:28:57.250Z | Downloaded regex v1.11.0 |
767 | 2024-10-30T13:28:57.250Z | Downloaded smoltcp v0.11.0 |
768 | 2024-10-30T13:28:57.250Z | Downloaded typify-impl v0.2.0 |
769 | 2024-10-30T13:28:57.250Z | Downloaded sled v0.34.7 |
770 | 2024-10-30T13:28:57.250Z | Downloaded unicode-width v0.1.14 |
771 | 2024-10-30T13:28:57.250Z | Downloaded syn v2.0.79 |
772 | 2024-10-30T13:28:57.250Z | Downloaded curve25519-dalek v4.1.3 |
773 | 2024-10-30T13:28:57.250Z | Downloaded petgraph v0.6.5 |
774 | 2024-10-30T13:28:57.250Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
775 | 2024-10-30T13:28:57.250Z | Downloaded nix v0.29.0 |
776 | 2024-10-30T13:28:57.250Z | Downloaded regress v0.9.1 |
777 | 2024-10-30T13:28:57.250Z | Downloaded polar-core v0.27.3 |
778 | 2024-10-30T13:28:57.250Z | Downloaded openapiv3 v2.0.0 |
779 | 2024-10-30T13:28:57.250Z | Downloaded trust-dns-proto v0.22.0 |
780 | 2024-10-30T13:28:57.250Z | Downloaded webpki-roots v0.26.6 |
781 | 2024-10-30T13:28:57.250Z | Downloaded smoltcp v0.9.1 |
782 | 2024-10-30T13:28:57.250Z | Downloaded idna v0.4.0 |
783 | 2024-10-30T13:28:57.250Z | Downloaded zone_cfg_derive v0.1.2 |
784 | 2024-10-30T13:28:57.250Z | Downloaded nu-ansi-term v0.50.1 |
785 | 2024-10-30T13:28:57.250Z | Downloaded prettyplease v0.2.22 |
786 | 2024-10-30T13:28:57.250Z | Downloaded libc v0.2.161 |
787 | 2024-10-30T13:28:57.250Z | Downloaded regex-automata v0.4.8 |
788 | 2024-10-30T13:28:57.250Z | Downloaded sha3 v0.10.8 |
789 | 2024-10-30T13:28:57.250Z | Downloaded textwrap v0.16.1 |
790 | 2024-10-30T13:28:57.250Z | Downloaded tokio v1.40.0 |
791 | 2024-10-30T13:28:57.250Z | Downloaded toml_edit v0.22.22 |
792 | 2024-10-30T13:28:57.250Z | Downloaded lzma-sys v0.1.20 |
793 | 2024-10-30T13:28:57.250Z | Downloaded memchr v2.7.4 |
794 | 2024-10-30T13:28:57.250Z | Downloaded libm v0.2.8 |
795 | 2024-10-30T13:28:57.250Z | Downloaded itertools v0.12.1 |
796 | 2024-10-30T13:28:57.250Z | Downloaded itertools v0.10.5 |
797 | 2024-10-30T13:28:57.250Z | Downloaded csv v1.3.0 |
798 | 2024-10-30T13:28:57.250Z | Downloaded libz-sys v1.1.20 |
799 | 2024-10-30T13:28:57.250Z | Downloaded lazy_static v1.5.0 |
800 | 2024-10-30T13:28:57.250Z | Downloaded pest v2.7.14 |
801 | 2024-10-30T13:28:57.250Z | Downloaded unicode-bidi v0.3.17 |
802 | 2024-10-30T13:28:57.250Z | Downloaded minimal-lexical v0.2.1 |
803 | 2024-10-30T13:28:57.250Z | Downloaded ssh-key v0.6.6 |
804 | 2024-10-30T13:28:57.250Z | Downloaded winnow v0.5.40 |
805 | 2024-10-30T13:28:57.251Z | Downloaded serde_derive_internals v0.29.1 |
806 | 2024-10-30T13:28:57.251Z | Downloaded rustls-pki-types v1.9.0 |
807 | 2024-10-30T13:28:57.251Z | Downloaded packed_struct v0.10.1 |
808 | 2024-10-30T13:28:57.251Z | Downloaded num-derive v0.4.2 |
809 | 2024-10-30T13:28:57.251Z | Downloaded postgres-protocol v0.6.7 |
810 | 2024-10-30T13:28:57.251Z | Downloaded signal-hook-mio v0.2.4 |
811 | 2024-10-30T13:28:57.251Z | Downloaded shlex v1.3.0 |
812 | 2024-10-30T13:28:57.251Z | Downloaded sha1 v0.10.6 |
813 | 2024-10-30T13:28:57.251Z | Downloaded serde_yaml v0.9.34+deprecated |
814 | 2024-10-30T13:28:57.251Z | Downloaded tiny-keccak v2.0.2 |
815 | 2024-10-30T13:28:57.251Z | Downloaded rust-argon2 v2.1.0 |
816 | 2024-10-30T13:28:57.251Z | Downloaded mio v1.0.2 |
817 | 2024-10-30T13:28:57.251Z | Downloaded time v0.3.36 |
818 | 2024-10-30T13:28:57.251Z | Downloaded rustyline v14.0.0 |
819 | 2024-10-30T13:28:57.251Z | Downloaded env_filter v0.1.2 |
820 | 2024-10-30T13:28:57.251Z | Downloaded h2 v0.4.6 |
821 | 2024-10-30T13:28:57.251Z | Downloaded ed25519-dalek v2.1.1 |
822 | 2024-10-30T13:28:57.251Z | Downloaded publicsuffix v2.2.3 |
823 | 2024-10-30T13:28:57.251Z | Downloaded peg-macros v0.8.4 |
824 | 2024-10-30T13:28:57.251Z | Downloaded tungstenite v0.23.0 |
825 | 2024-10-30T13:28:57.251Z | Downloaded derive_more v0.99.18 |
826 | 2024-10-30T13:28:57.251Z | Downloaded darling_core v0.20.10 |
827 | 2024-10-30T13:28:57.251Z | Downloaded polling v3.7.3 |
828 | 2024-10-30T13:28:57.251Z | Downloaded guppy v0.17.8 |
829 | 2024-10-30T13:28:57.251Z | Downloaded yasna v0.5.2 |
830 | 2024-10-30T13:28:57.251Z | Downloaded httpmock v0.8.0-alpha.1 |
831 | 2024-10-30T13:28:57.251Z | Downloaded miniz_oxide v0.8.0 |
832 | 2024-10-30T13:28:57.251Z | Downloaded hyper v0.14.30 |
833 | 2024-10-30T13:28:57.251Z | Downloaded yansi v1.0.1 |
834 | 2024-10-30T13:28:57.251Z | Downloaded unicode_categories v0.1.1 |
835 | 2024-10-30T13:28:57.251Z | Downloaded postgres-types v0.2.8 |
836 | 2024-10-30T13:28:57.251Z | Downloaded zeroize v1.8.1 |
837 | 2024-10-30T13:28:57.251Z | Downloaded smf v0.2.3 |
838 | 2024-10-30T13:28:57.251Z | Downloaded scroll v0.12.0 |
839 | 2024-10-30T13:28:57.251Z | Downloaded socket2 v0.5.7 |
840 | 2024-10-30T13:28:57.251Z | Downloaded fallible-iterator v0.3.0 |
841 | 2024-10-30T13:28:57.251Z | Downloaded encoding_rs v0.8.34 |
842 | 2024-10-30T13:28:57.251Z | Downloaded unicode-properties v0.1.3 |
843 | 2024-10-30T13:28:57.251Z | Downloaded same-file v1.0.6 |
844 | 2024-10-30T13:28:57.252Z | Downloaded relative-path v1.9.3 |
845 | 2024-10-30T13:28:57.252Z | Downloaded des v0.8.1 |
846 | 2024-10-30T13:28:57.252Z | Downloaded cookie_store v0.21.0 |
847 | 2024-10-30T13:28:57.252Z | Downloaded backtrace v0.3.74 |
848 | 2024-10-30T13:28:57.252Z | Downloaded clap_derive v4.5.18 |
849 | 2024-10-30T13:28:57.252Z | Downloaded pem-rfc7468 v0.7.0 |
850 | 2024-10-30T13:28:57.252Z | Downloaded tempfile v3.13.0 |
851 | 2024-10-30T13:28:57.252Z | Downloaded target-lexicon v0.12.16 |
852 | 2024-10-30T13:28:57.252Z | Downloaded snafu-derive v0.8.5 |
853 | 2024-10-30T13:28:57.252Z | Downloaded slog-stdlog v4.1.1 |
854 | 2024-10-30T13:28:57.252Z | Downloaded serde_with_macros v3.11.0 |
855 | 2024-10-30T13:28:57.252Z | Downloaded aho-corasick v1.1.3 |
856 | 2024-10-30T13:28:57.252Z | Downloaded hickory-resolver v0.24.1 |
857 | 2024-10-30T13:28:57.256Z | Downloaded http v1.1.0 |
858 | 2024-10-30T13:28:57.256Z | Downloaded slog-term v2.9.1 |
859 | 2024-10-30T13:28:57.256Z | Downloaded crossbeam-epoch v0.9.18 |
860 | 2024-10-30T13:28:57.256Z | Downloaded bitflags v2.6.0 |
861 | 2024-10-30T13:28:57.256Z | Downloaded env_logger v0.11.5 |
862 | 2024-10-30T13:28:57.257Z | Downloaded scrypt v0.11.0 |
863 | 2024-10-30T13:28:57.257Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
864 | 2024-10-30T13:28:57.257Z | Downloaded resolv-conf v0.7.0 |
865 | 2024-10-30T13:28:57.257Z | Downloaded der_derive v0.7.3 |
866 | 2024-10-30T13:28:57.257Z | Downloaded cfg-expr v0.17.0 |
867 | 2024-10-30T13:28:57.257Z | Downloaded pin-utils v0.1.0 |
868 | 2024-10-30T13:28:57.257Z | Downloaded instability v0.3.2 |
869 | 2024-10-30T13:28:57.257Z | Downloaded dirs-next v2.0.0 |
870 | 2024-10-30T13:28:57.257Z | Downloaded openssl-probe v0.1.5 |
871 | 2024-10-30T13:28:57.257Z | Downloaded num_threads v0.1.7 |
872 | 2024-10-30T13:28:57.257Z | Downloaded nested v0.1.1 |
873 | 2024-10-30T13:28:57.257Z | Downloaded terminal_size v0.4.0 |
874 | 2024-10-30T13:28:57.257Z | Downloaded olpc-cjson v0.1.4 |
875 | 2024-10-30T13:28:57.257Z | Downloaded cfg-if v1.0.0 |
876 | 2024-10-30T13:28:57.257Z | Downloaded cargo_metadata v0.18.1 |
877 | 2024-10-30T13:28:57.257Z | Downloaded camino-tempfile v1.1.1 |
878 | 2024-10-30T13:28:57.257Z | Downloaded async-io v2.3.4 |
879 | 2024-10-30T13:28:57.257Z | Downloaded fancy-regex v0.13.0 |
880 | 2024-10-30T13:28:57.257Z | Downloaded async-executor v1.13.1 |
881 | 2024-10-30T13:28:57.257Z | Downloaded assert_cmd v2.0.16 |
882 | 2024-10-30T13:28:57.257Z | Downloaded serde-hex v0.1.0 |
883 | 2024-10-30T13:28:57.257Z | Downloaded parse-display v0.10.0 |
884 | 2024-10-30T13:28:57.257Z | Downloaded httparse v1.9.5 |
885 | 2024-10-30T13:28:57.257Z | Downloaded blake2b_simd v1.0.2 |
886 | 2024-10-30T13:28:57.257Z | Downloaded base64ct v1.6.0 |
887 | 2024-10-30T13:28:57.257Z | Downloaded base64 v0.21.7 |
888 | 2024-10-30T13:28:57.257Z | Downloaded allocator-api2 v0.2.18 |
889 | 2024-10-30T13:28:57.257Z | Downloaded rustversion v1.0.17 |
890 | 2024-10-30T13:28:57.257Z | Downloaded async-trait v0.1.83 |
891 | 2024-10-30T13:28:57.257Z | Downloaded hostname v0.4.0 |
892 | 2024-10-30T13:28:57.257Z | Downloaded async-signal v0.2.10 |
893 | 2024-10-30T13:28:57.257Z | Downloaded globset v0.4.15 |
894 | 2024-10-30T13:28:57.257Z | Downloaded chacha20poly1305 v0.10.1 |
895 | 2024-10-30T13:28:57.257Z | Downloaded shell-words v1.1.0 |
896 | 2024-10-30T13:28:57.257Z | Downloaded rustc-hash v1.1.0 |
897 | 2024-10-30T13:28:57.257Z | Downloaded byteorder v1.5.0 |
898 | 2024-10-30T13:28:57.258Z | Downloaded block-padding v0.3.3 |
899 | 2024-10-30T13:28:57.258Z | Downloaded cassowary v0.3.0 |
900 | 2024-10-30T13:28:57.258Z | Downloaded buf-list v1.0.3 |
901 | 2024-10-30T13:28:57.258Z | Downloaded async-lock v3.4.0 |
902 | 2024-10-30T13:28:57.258Z | Downloaded ahash v0.8.11 |
903 | 2024-10-30T13:28:57.258Z | Downloaded rand_chacha v0.3.1 |
904 | 2024-10-30T13:28:57.258Z | Downloaded fallible-streaming-iterator v0.1.9 |
905 | 2024-10-30T13:28:57.258Z | Downloaded futures-util v0.3.31 |
906 | 2024-10-30T13:28:57.258Z | Downloaded async-object-pool v0.1.5 |
907 | 2024-10-30T13:28:57.258Z | Downloaded fnv v1.0.7 |
908 | 2024-10-30T13:28:57.258Z | Downloaded atomicwrites v0.4.4 |
909 | 2024-10-30T13:28:57.258Z | Downloaded aead v0.5.2 |
910 | 2024-10-30T13:28:57.258Z | Downloaded fs-err v2.11.0 |
911 | 2024-10-30T13:28:57.258Z | Downloaded bitflags v1.3.2 |
912 | 2024-10-30T13:28:57.258Z | Downloaded async-global-executor v2.4.1 |
913 | 2024-10-30T13:28:57.258Z | Downloaded async-channel v1.9.0 |
914 | 2024-10-30T13:28:57.315Z | Downloaded libsqlite3-sys v0.30.1 |
915 | 2024-10-30T13:28:57.425Z | Downloaded ring v0.17.8 |
916 | 2024-10-30T13:28:57.546Z | Downloaded ring v0.16.20 |
917 | 2024-10-30T13:28:57.899Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
918 | 2024-10-30T13:29:10.624Z | Startup: Refreshing catalog 'helios-dev' ... Done |
919 | 2024-10-30T13:29:13.865Z | Startup: Caching catalogs ... Done |
920 | 2024-10-30T13:29:20.851Z | Planning: Solver setup ... Done (6.220s) |
921 | 2024-10-30T13:29:20.943Z | Planning: Running solver ... Done (0.093s) |
922 | 2024-10-30T13:29:21.023Z | Planning: Finding local manifests ... Done (0.003s) |
923 | 2024-10-30T13:29:21.040Z | Planning: Fetching manifests: 0/5 0% complete |
924 | 2024-10-30T13:29:21.276Z | Planning: Fetching manifests: 5/5 100% complete |
925 | 2024-10-30T13:29:21.375Z | Planning: Package planning ... Done (0.099s) |
926 | 2024-10-30T13:29:21.431Z | Planning: Merging actions ... Done (0.056s) |
927 | 2024-10-30T13:29:21.620Z | Planning: Checking for conflicting actions ... Done (0.188s) |
928 | 2024-10-30T13:29:23.613Z | Planning: Consolidating action changes ... Done (1.993s) |
929 | 2024-10-30T13:29:24.057Z | Planning: Evaluating mediators ... Done (0.444s) |
930 | 2024-10-30T13:29:24.138Z | Planning: Planning completed in 10.19 seconds |
931 | 2024-10-30T13:29:24.154Z | Packages to install: 4 |
932 | 2024-10-30T13:29:24.154Z | Packages to update: 1 |
933 | 2024-10-30T13:29:24.157Z | Mediators to change: 2 |
934 | 2024-10-30T13:29:24.157Z | Services to change: 1 |
935 | 2024-10-30T13:29:24.157Z | Estimated space available: 155.38 GB |
936 | 2024-10-30T13:29:24.157Z | Estimated space to be consumed: 1.58 GB |
937 | 2024-10-30T13:29:24.157Z | Create boot environment: No |
938 | 2024-10-30T13:29:24.157Z | Create backup boot environment: Yes |
939 | 2024-10-30T13:29:24.157Z | Rebuild boot archive: No |
940 | 2024-10-30T13:29:24.157Z | |
941 | 2024-10-30T13:29:24.157Z | Changed mediators: |
942 | 2024-10-30T13:29:24.157Z | mediator clang: |
943 | 2024-10-30T13:29:24.157Z | version: None -> 15 (system default) |
944 | 2024-10-30T13:29:24.157Z | |
945 | 2024-10-30T13:29:24.157Z | mediator llvm: |
946 | 2024-10-30T13:29:24.157Z | version: 14 (system default) -> 15 (system default) |
947 | 2024-10-30T13:29:24.157Z | |
948 | 2024-10-30T13:29:24.157Z | Changed packages: |
949 | 2024-10-30T13:29:24.157Z | helios-dev |
950 | 2024-10-30T13:29:24.157Z | developer/build-essential |
951 | 2024-10-30T13:29:24.157Z | None -> 11-2.0 |
952 | 2024-10-30T13:29:24.157Z | library/libxmlsec1 |
953 | 2024-10-30T13:29:24.157Z | None -> 1.2.35-2.0 |
954 | 2024-10-30T13:29:24.157Z | ooce/developer/clang-15 |
955 | 2024-10-30T13:29:24.157Z | None -> 15.0.7-2.0 |
956 | 2024-10-30T13:29:24.157Z | ooce/developer/llvm-15 |
957 | 2024-10-30T13:29:24.157Z | None -> 15.0.7-2.0 |
958 | 2024-10-30T13:29:24.157Z | package/pkg |
959 | 2024-10-30T13:29:24.158Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
960 | 2024-10-30T13:29:24.158Z | |
961 | 2024-10-30T13:29:24.158Z | Services: |
962 | 2024-10-30T13:29:24.158Z | restart_fmri: |
963 | 2024-10-30T13:29:24.158Z | svc:/system/update-man-index:default |
964 | 2024-10-30T13:29:24.158Z | |
965 | 2024-10-30T13:29:24.158Z | Editable files to change: |
966 | 2024-10-30T13:29:24.158Z | Update: |
967 | 2024-10-30T13:29:24.158Z | usr/share/lib/pkg/web/config.shtml |
968 | 2024-10-30T13:29:24.233Z | |
969 | 2024-10-30T13:29:24.233Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
970 | 2024-10-30T13:29:30.524Z | Download: 212/4281 items 1.3/220.6MB 0% complete (466k/s) |
971 | 2024-10-30T13:29:36.501Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (8.3M/s) |
972 | 2024-10-30T13:29:41.501Z | Download: 1803/4281 items 117.6/220.6MB 53% complete (10.2M/s) |
973 | 2024-10-30T13:29:46.515Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (5.8M/s) |
974 | 2024-10-30T13:30:00.736Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
975 | 2024-10-30T13:30:05.077Z | Download: Completed 220.60 MB in 40.84 seconds (5.4M/s) |
976 | 2024-10-30T13:30:07.168Z | Actions: 1/5063 actions (Removing old actions) |
977 | 2024-10-30T13:30:07.190Z | Actions: 194/5063 actions (Installing new actions) |
978 | 2024-10-30T13:30:11.857Z | Actions: 4226/5063 actions (Updating modified actions) |
979 | 2024-10-30T13:30:12.174Z | Actions: Completed 5063 actions in 5.01 seconds. |
980 | 2024-10-30T13:30:12.546Z | Done (0.364s) |
981 | 2024-10-30T13:30:12.548Z | Done (0.000s) |
982 | 2024-10-30T13:30:13.059Z | Done (0.511s) |
983 | 2024-10-30T13:30:17.327Z | Done (4.061s) |
984 | 2024-10-30T13:30:17.418Z | Done (0.018s) |
985 | 2024-10-30T13:30:17.421Z | Done (0.000s) |
986 | 2024-10-30T13:30:17.600Z | Done (0.000s) |
987 | 2024-10-30T13:30:18.253Z | Planning: Evaluating mediator changes ... Done |
988 | 2024-10-30T13:30:18.416Z | Planning: Checking for conflicting actions ... Done |
989 | 2024-10-30T13:30:18.420Z | Planning: Consolidating action changes ... Done |
990 | 2024-10-30T13:30:18.690Z | Planning: Evaluating mediators ... Done |
991 | 2024-10-30T13:30:18.693Z | Planning: Planning completed in 0.44 seconds |
992 | 2024-10-30T13:30:18.731Z | Mediators to change: 2 |
993 | 2024-10-30T13:30:18.731Z | Create boot environment: No |
994 | 2024-10-30T13:30:18.733Z | Create backup boot environment: No |
995 | 2024-10-30T13:30:18.826Z | Done |
996 | 2024-10-30T13:30:18.826Z | Done |
997 | 2024-10-30T13:30:19.183Z | Done |
998 | 2024-10-30T13:30:22.645Z | Done |
999 | 2024-10-30T13:30:22.736Z | Done |
1000 | 2024-10-30T13:30:22.738Z | Done |
1001 | 2024-10-30T13:30:22.848Z | Done |
1002 | 2024-10-30T13:30:23.461Z | Planning: Evaluating mediator changes ... Done |
1003 | 2024-10-30T13:30:23.464Z | Planning: Merging actions ... Done |
1004 | 2024-10-30T13:30:23.652Z | Planning: Checking for conflicting actions ... Done |
1005 | 2024-10-30T13:30:23.655Z | Planning: Consolidating action changes ... Done |
1006 | 2024-10-30T13:30:23.924Z | Planning: Evaluating mediators ... Done |
1007 | 2024-10-30T13:30:23.979Z | Planning: Planning completed in 0.76 seconds |
1008 | 2024-10-30T13:30:24.021Z | Packages to change: 1 |
1009 | 2024-10-30T13:30:24.021Z | Mediators to change: 1 |
1010 | 2024-10-30T13:30:24.024Z | Services to change: 1 |
1011 | 2024-10-30T13:30:24.024Z | Create boot environment: No |
1012 | 2024-10-30T13:30:24.024Z | Create backup boot environment: Yes |
1013 | 2024-10-30T13:30:26.223Z | Actions: 1/6 actions (Updating modified actions) |
1014 | 2024-10-30T13:30:26.226Z | Actions: Completed 6 actions in 0.00 seconds. |
1015 | 2024-10-30T13:30:26.226Z | Done |
1016 | 2024-10-30T13:30:26.226Z | Done |
1017 | 2024-10-30T13:30:26.326Z | Done |
1018 | 2024-10-30T13:30:29.815Z | Done |
1019 | 2024-10-30T13:30:29.905Z | Done |
1020 | 2024-10-30T13:30:29.908Z | Done |
1021 | 2024-10-30T13:30:30.025Z | Done |
1022 | 2024-10-30T13:30:30.466Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1023 | 2024-10-30T13:30:30.466Z | clang system 15 system |
1024 | 2024-10-30T13:30:30.466Z | csh system system illumos |
1025 | 2024-10-30T13:30:30.466Z | ctags system system illumos |
1026 | 2024-10-30T13:30:30.466Z | gcc vendor 12 vendor |
1027 | 2024-10-30T13:30:30.466Z | gcc system 10 system |
1028 | 2024-10-30T13:30:30.466Z | gcc system 7 system |
1029 | 2024-10-30T13:30:30.466Z | go system 1.20 system |
1030 | 2024-10-30T13:30:30.466Z | go system 1.19 system |
1031 | 2024-10-30T13:30:30.466Z | llvm system 15 system |
1032 | 2024-10-30T13:30:30.466Z | llvm system 14 system |
1033 | 2024-10-30T13:30:30.467Z | mariadb system 10.6 system |
1034 | 2024-10-30T13:30:30.467Z | mta vendor vendor dma |
1035 | 2024-10-30T13:30:30.467Z | openjdk system 17 system |
1036 | 2024-10-30T13:30:30.467Z | openjdk system 11 system |
1037 | 2024-10-30T13:30:30.467Z | openjdk system 1.8 system |
1038 | 2024-10-30T13:30:30.467Z | openssl vendor 3 vendor |
1039 | 2024-10-30T13:30:30.467Z | perl system 5.36 system |
1040 | 2024-10-30T13:30:30.467Z | postgresql system 15 system |
1041 | 2024-10-30T13:30:30.467Z | postgresql system 13 system |
1042 | 2024-10-30T13:30:30.467Z | python vendor 3 vendor |
1043 | 2024-10-30T13:30:30.467Z | python system 2 system |
1044 | 2024-10-30T13:30:30.467Z | python3 system 3.11 system |
1045 | 2024-10-30T13:30:30.467Z | ruby system 3.0 system |
1046 | 2024-10-30T13:30:30.467Z | words vendor vendor american-english |
1047 | 2024-10-30T13:30:30.467Z | words system system australian-english |
1048 | 2024-10-30T13:30:30.467Z | words system system british-english |
1049 | 2024-10-30T13:30:30.467Z | words system system canadian-english |
1050 | 2024-10-30T13:30:30.467Z | words system system french |
1051 | 2024-10-30T13:30:30.467Z | words system system italian |
1052 | 2024-10-30T13:30:30.467Z | words system system ngerman |
1053 | 2024-10-30T13:30:30.467Z | words system system ogerman |
1054 | 2024-10-30T13:30:30.467Z | words system system spanish |
1055 | 2024-10-30T13:30:30.801Z | PUBLISHER TYPE STATUS P LOCATION |
1056 | 2024-10-30T13:30:30.801Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1057 | 2024-10-30T13:30:33.165Z | FMRI IFO |
1058 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1059 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1060 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1061 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1062 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1063 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1064 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1065 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1066 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1067 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1068 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1069 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1070 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1071 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1072 | 2024-10-30T13:30:33.165Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1073 | 2024-10-30T13:30:34.098Z | Downloading crates ... |
1074 | 2024-10-30T13:30:34.186Z | Downloaded cargo_toml v0.20.5 |
1075 | 2024-10-30T13:30:34.320Z | Compiling proc-macro2 v1.0.87 |
1076 | 2024-10-30T13:30:34.320Z | Compiling unicode-ident v1.0.13 |
1077 | 2024-10-30T13:30:34.323Z | Compiling serde v1.0.210 |
1078 | 2024-10-30T13:30:34.323Z | Compiling version_check v0.9.5 |
1079 | 2024-10-30T13:30:34.323Z | Compiling memchr v2.7.4 |
1080 | 2024-10-30T13:30:34.323Z | Compiling thiserror v1.0.64 |
1081 | 2024-10-30T13:30:34.323Z | Compiling libc v0.2.161 |
1082 | 2024-10-30T13:30:34.323Z | Compiling ucd-trie v0.1.7 |
1083 | 2024-10-30T13:30:34.571Z | Compiling ryu v1.0.18 |
1084 | 2024-10-30T13:30:34.919Z | Compiling itoa v1.0.11 |
1085 | 2024-10-30T13:30:35.041Z | Compiling once_cell v1.20.2 |
1086 | 2024-10-30T13:30:35.132Z | Compiling byteorder v1.5.0 |
1087 | 2024-10-30T13:30:35.135Z | Compiling serde_json v1.0.128 |
1088 | 2024-10-30T13:30:35.452Z | Compiling rustix v0.38.37 |
1089 | 2024-10-30T13:30:35.494Z | Compiling bitflags v2.6.0 |
1090 | 2024-10-30T13:30:35.571Z | Compiling proc-macro-error-attr v1.0.4 |
1091 | 2024-10-30T13:30:35.851Z | Compiling usdt-impl v0.5.0 |
1092 | 2024-10-30T13:30:35.871Z | Compiling syn v1.0.109 |
1093 | 2024-10-30T13:30:35.939Z | Compiling proc-macro-error v1.0.4 |
1094 | 2024-10-30T13:30:35.996Z | Compiling hashbrown v0.15.0 |
1095 | 2024-10-30T13:30:36.075Z | Compiling quote v1.0.37 |
1096 | 2024-10-30T13:30:36.327Z | Compiling utf8parse v0.2.2 |
1097 | 2024-10-30T13:30:36.360Z | Compiling errno v0.3.9 |
1098 | 2024-10-30T13:30:36.466Z | Compiling syn v2.0.79 |
1099 | 2024-10-30T13:30:36.593Z | Compiling log v0.4.22 |
1100 | 2024-10-30T13:30:36.661Z | Compiling equivalent v1.0.1 |
1101 | 2024-10-30T13:30:36.743Z | Compiling camino v1.1.9 |
1102 | 2024-10-30T13:30:36.772Z | Compiling plain v0.2.3 |
1103 | 2024-10-30T13:30:36.926Z | Compiling thread-id v4.2.2 |
1104 | 2024-10-30T13:30:36.971Z | Compiling anstyle-parse v0.2.5 |
1105 | 2024-10-30T13:30:37.168Z | Compiling indexmap v2.6.0 |
1106 | 2024-10-30T13:30:37.298Z | Compiling semver v1.0.23 |
1107 | 2024-10-30T13:30:37.416Z | Compiling winnow v0.6.20 |
1108 | 2024-10-30T13:30:37.587Z | Compiling anstyle v1.0.8 |
1109 | 2024-10-30T13:30:37.690Z | Compiling anstyle-query v1.1.1 |
1110 | 2024-10-30T13:30:37.833Z | Compiling colorchoice v1.0.2 |
1111 | 2024-10-30T13:30:37.846Z | Compiling is_terminal_polyfill v1.70.1 |
1112 | 2024-10-30T13:30:37.983Z | Compiling pretty-hex v0.4.1 |
1113 | 2024-10-30T13:30:37.995Z | Compiling autocfg v1.4.0 |
1114 | 2024-10-30T13:30:38.048Z | Compiling unicode-width v0.1.14 |
1115 | 2024-10-30T13:30:38.179Z | Compiling anstream v0.6.15 |
1116 | 2024-10-30T13:30:38.746Z | Compiling terminal_size v0.4.0 |
1117 | 2024-10-30T13:30:38.929Z | Compiling heck v0.4.1 |
1118 | 2024-10-30T13:30:38.953Z | Compiling fastrand v2.1.1 |
1119 | 2024-10-30T13:30:39.089Z | Compiling fs-err v2.11.0 |
1120 | 2024-10-30T13:30:39.180Z | Compiling heck v0.5.0 |
1121 | 2024-10-30T13:30:39.379Z | Compiling anyhow v1.0.89 |
1122 | 2024-10-30T13:30:39.405Z | Compiling strsim v0.11.1 |
1123 | 2024-10-30T13:30:39.464Z | Compiling bytecount v0.6.8 |
1124 | 2024-10-30T13:30:39.491Z | Compiling fnv v1.0.7 |
1125 | 2024-10-30T13:30:39.620Z | Compiling clap_lex v0.7.2 |
1126 | 2024-10-30T13:30:39.671Z | Compiling cfg-if v1.0.0 |
1127 | 2024-10-30T13:30:39.688Z | Compiling papergrid v0.11.0 |
1128 | 2024-10-30T13:30:40.134Z | Compiling clap_builder v4.5.20 |
1129 | 2024-10-30T13:30:40.291Z | Compiling tempfile v3.13.0 |
1130 | 2024-10-30T13:30:40.410Z | Compiling memmap v0.7.0 |
1131 | 2024-10-30T13:30:40.540Z | Compiling unicode-linebreak v0.1.5 |
1132 | 2024-10-30T13:30:40.751Z | Compiling smawk v0.3.2 |
1133 | 2024-10-30T13:30:40.963Z | Compiling textwrap v0.16.1 |
1134 | 2024-10-30T13:30:41.196Z | Compiling swrite v0.1.0 |
1135 | 2024-10-30T13:30:42.474Z | Compiling tabled_derive v0.7.0 |
1136 | 2024-10-30T13:30:44.101Z | Compiling tabled v0.15.0 |
1137 | 2024-10-30T13:30:44.807Z | Compiling serde_derive v1.0.210 |
1138 | 2024-10-30T13:30:44.807Z | Compiling thiserror-impl v1.0.64 |
1139 | 2024-10-30T13:30:44.810Z | Compiling zerocopy-derive v0.7.35 |
1140 | 2024-10-30T13:30:44.810Z | Compiling scroll_derive v0.12.0 |
1141 | 2024-10-30T13:30:45.168Z | Compiling clap_derive v4.5.18 |
1142 | 2024-10-30T13:30:46.224Z | Compiling scroll v0.12.0 |
1143 | 2024-10-30T13:30:46.698Z | Compiling goblin v0.8.2 |
1144 | 2024-10-30T13:30:46.875Z | Compiling zerocopy v0.7.35 |
1145 | 2024-10-30T13:30:47.669Z | Compiling pest v2.7.14 |
1146 | 2024-10-30T13:30:48.600Z | Compiling clap v4.5.20 |
1147 | 2024-10-30T13:30:49.919Z | Compiling pest_meta v2.7.14 |
1148 | 2024-10-30T13:30:50.803Z | Compiling pest_generator v2.7.14 |
1149 | 2024-10-30T13:30:52.534Z | Compiling pest_derive v2.7.14 |
1150 | 2024-10-30T13:30:53.175Z | Compiling dtrace-parser v0.2.0 |
1151 | 2024-10-30T13:30:54.618Z | Compiling serde_tokenstream v0.2.2 |
1152 | 2024-10-30T13:30:54.666Z | Compiling serde_spanned v0.6.8 |
1153 | 2024-10-30T13:30:54.669Z | Compiling toml_datetime v0.6.8 |
1154 | 2024-10-30T13:30:54.924Z | Compiling cargo-platform v0.1.8 |
1155 | 2024-10-30T13:30:55.013Z | Compiling toml_edit v0.22.22 |
1156 | 2024-10-30T13:30:55.226Z | Compiling macaddr v1.0.1 |
1157 | 2024-10-30T13:30:55.383Z | Compiling camino-tempfile v1.1.1 |
1158 | 2024-10-30T13:30:56.090Z | Compiling dof v0.3.0 |
1159 | 2024-10-30T13:30:56.155Z | Compiling cargo_metadata v0.18.1 |
1160 | 2024-10-30T13:30:57.793Z | Compiling usdt-attr-macro v0.5.0 |
1161 | 2024-10-30T13:30:57.795Z | Compiling usdt-macro v0.5.0 |
1162 | 2024-10-30T13:30:57.818Z | Compiling toml v0.8.19 |
1163 | 2024-10-30T13:30:58.714Z | Compiling cargo_toml v0.20.5 |
1164 | 2024-10-30T13:30:59.040Z | Compiling usdt v0.5.0 |
1165 | 2024-10-30T13:31:02.186Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1166 | 2024-10-30T13:31:06.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.41s |
1167 | 2024-10-30T13:31:06.105Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1168 | 2024-10-30T13:31:06.894Z | Compiling serde v1.0.210 |
1169 | 2024-10-30T13:31:06.897Z | Compiling typenum v1.17.0 |
1170 | 2024-10-30T13:31:06.897Z | Compiling generic-array v0.14.7 |
1171 | 2024-10-30T13:31:06.897Z | Compiling lock_api v0.4.12 |
1172 | 2024-10-30T13:31:06.897Z | Compiling scopeguard v1.2.0 |
1173 | 2024-10-30T13:31:06.897Z | Compiling subtle v2.6.1 |
1174 | 2024-10-30T13:31:07.026Z | Compiling syn v2.0.79 |
1175 | 2024-10-30T13:31:07.035Z | Compiling getrandom v0.2.15 |
1176 | 2024-10-30T13:31:07.178Z | Compiling value-bag v1.9.0 |
1177 | 2024-10-30T13:31:07.289Z | Compiling rand_core v0.6.4 |
1178 | 2024-10-30T13:31:07.435Z | Compiling const-oid v0.9.6 |
1179 | 2024-10-30T13:31:07.567Z | Compiling pin-project-lite v0.2.14 |
1180 | 2024-10-30T13:31:07.702Z | Compiling log v0.4.22 |
1181 | 2024-10-30T13:31:07.735Z | Compiling smallvec v1.13.2 |
1182 | 2024-10-30T13:31:07.786Z | Compiling jobserver v0.1.32 |
1183 | 2024-10-30T13:31:07.913Z | Compiling shlex v1.3.0 |
1184 | 2024-10-30T13:31:08.108Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-10-30T13:31:08.278Z | Compiling cc v1.1.30 |
1186 | 2024-10-30T13:31:08.432Z | Compiling futures-core v0.3.31 |
1187 | 2024-10-30T13:31:08.644Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-10-30T13:31:08.665Z | Compiling mio v1.0.2 |
1189 | 2024-10-30T13:31:09.082Z | Compiling parking_lot v0.12.3 |
1190 | 2024-10-30T13:31:09.338Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-10-30T13:31:09.407Z | Compiling futures-sink v0.3.31 |
1192 | 2024-10-30T13:31:09.428Z | Compiling spin v0.9.8 |
1193 | 2024-10-30T13:31:09.553Z | Compiling socket2 v0.5.7 |
1194 | 2024-10-30T13:31:09.638Z | Compiling slab v0.4.9 |
1195 | 2024-10-30T13:31:09.808Z | Compiling serde_json v1.0.128 |
1196 | 2024-10-30T13:31:09.825Z | Compiling futures-channel v0.3.31 |
1197 | 2024-10-30T13:31:09.856Z | Compiling foldhash v0.1.3 |
1198 | 2024-10-30T13:31:10.148Z | Compiling futures-task v0.3.31 |
1199 | 2024-10-30T13:31:10.194Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-10-30T13:31:10.254Z | Compiling futures-io v0.3.31 |
1201 | 2024-10-30T13:31:10.287Z | Compiling pin-utils v0.1.0 |
1202 | 2024-10-30T13:31:10.339Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-10-30T13:31:10.373Z | Compiling tinyvec v1.8.0 |
1204 | 2024-10-30T13:31:10.428Z | Compiling libm v0.2.8 |
1205 | 2024-10-30T13:31:10.469Z | Compiling num-traits v0.2.19 |
1206 | 2024-10-30T13:31:10.567Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-10-30T13:31:10.956Z | Compiling hashbrown v0.15.0 |
1208 | 2024-10-30T13:31:11.076Z | Compiling base64ct v1.6.0 |
1209 | 2024-10-30T13:31:11.803Z | Compiling unicode-normalization v0.1.24 |
1210 | 2024-10-30T13:31:11.867Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-10-30T13:31:12.000Z | Compiling flagset v0.4.6 |
1212 | 2024-10-30T13:31:12.078Z | Compiling ring v0.17.8 |
1213 | 2024-10-30T13:31:12.180Z | Compiling httparse v1.9.5 |
1214 | 2024-10-30T13:31:12.206Z | Compiling tracing-core v0.1.32 |
1215 | 2024-10-30T13:31:12.497Z | Compiling rustls-pki-types v1.9.0 |
1216 | 2024-10-30T13:31:12.877Z | Compiling crossbeam-utils v0.8.20 |
1217 | 2024-10-30T13:31:12.960Z | Compiling percent-encoding v2.3.1 |
1218 | 2024-10-30T13:31:13.409Z | Compiling pkg-config v0.3.31 |
1219 | 2024-10-30T13:31:13.461Z | Compiling num-conv v0.1.0 |
1220 | 2024-10-30T13:31:13.514Z | Compiling untrusted v0.9.0 |
1221 | 2024-10-30T13:31:13.529Z | Compiling powerfmt v0.2.0 |
1222 | 2024-10-30T13:31:13.681Z | Compiling vcpkg v0.2.15 |
1223 | 2024-10-30T13:31:13.743Z | Compiling time-core v0.1.2 |
1224 | 2024-10-30T13:31:13.868Z | Compiling deranged v0.3.11 |
1225 | 2024-10-30T13:31:13.909Z | Compiling time-macros v0.2.18 |
1226 | 2024-10-30T13:31:14.696Z | Compiling atomic-waker v1.1.2 |
1227 | 2024-10-30T13:31:14.853Z | Compiling num_threads v0.1.7 |
1228 | 2024-10-30T13:31:15.003Z | Compiling form_urlencoded v1.2.1 |
1229 | 2024-10-30T13:31:15.078Z | Compiling try-lock v0.2.5 |
1230 | 2024-10-30T13:31:15.221Z | Compiling slog v2.7.0 |
1231 | 2024-10-30T13:31:15.284Z | Compiling rustix v0.38.37 |
1232 | 2024-10-30T13:31:15.673Z | Compiling openssl-sys v0.9.103 |
1233 | 2024-10-30T13:31:15.692Z | Compiling want v0.3.1 |
1234 | 2024-10-30T13:31:15.772Z | Compiling httpdate v1.0.3 |
1235 | 2024-10-30T13:31:16.112Z | Compiling idna v0.5.0 |
1236 | 2024-10-30T13:31:16.214Z | Compiling match_cfg v0.1.0 |
1237 | 2024-10-30T13:31:16.290Z | Compiling tower-service v0.3.3 |
1238 | 2024-10-30T13:31:16.402Z | Compiling iana-time-zone v0.1.61 |
1239 | 2024-10-30T13:31:16.632Z | Compiling time v0.3.36 |
1240 | 2024-10-30T13:31:16.679Z | Compiling base64 v0.22.1 |
1241 | 2024-10-30T13:31:16.806Z | Compiling openssl v0.10.66 |
1242 | 2024-10-30T13:31:16.824Z | Compiling rustversion v1.0.17 |
1243 | 2024-10-30T13:31:17.176Z | Compiling foreign-types-shared v0.1.1 |
1244 | 2024-10-30T13:31:17.266Z | Compiling foreign-types v0.3.2 |
1245 | 2024-10-30T13:31:17.362Z | Compiling url v2.5.2 |
1246 | 2024-10-30T13:31:17.473Z | Compiling hostname v0.3.1 |
1247 | 2024-10-30T13:31:17.566Z | Compiling dirs-sys-next v0.1.2 |
1248 | 2024-10-30T13:31:17.715Z | Compiling aho-corasick v1.1.3 |
1249 | 2024-10-30T13:31:18.064Z | Compiling regex-syntax v0.8.5 |
1250 | 2024-10-30T13:31:18.513Z | Compiling rustls v0.23.14 |
1251 | 2024-10-30T13:31:18.792Z | Compiling data-encoding v2.6.0 |
1252 | 2024-10-30T13:31:19.041Z | Compiling native-tls v0.2.12 |
1253 | 2024-10-30T13:31:19.368Z | Compiling siphasher v0.3.11 |
1254 | 2024-10-30T13:31:19.534Z | Compiling adler2 v2.0.0 |
1255 | 2024-10-30T13:31:19.635Z | Compiling serde_derive v1.0.210 |
1256 | 2024-10-30T13:31:19.727Z | Compiling zeroize_derive v1.4.2 |
1257 | 2024-10-30T13:31:19.745Z | Compiling zerocopy-derive v0.7.35 |
1258 | 2024-10-30T13:31:21.036Z | Compiling tokio-macros v2.4.0 |
1259 | 2024-10-30T13:31:21.291Z | Compiling zeroize v1.8.1 |
1260 | 2024-10-30T13:31:21.343Z | Compiling thiserror-impl v1.0.64 |
1261 | 2024-10-30T13:31:21.982Z | Compiling zerocopy v0.7.35 |
1262 | 2024-10-30T13:31:22.193Z | Compiling futures-macro v0.3.31 |
1263 | 2024-10-30T13:31:22.626Z | Compiling der_derive v0.7.3 |
1264 | 2024-10-30T13:31:22.656Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-10-30T13:31:23.231Z | Compiling crypto-common v0.1.6 |
1266 | 2024-10-30T13:31:23.483Z | Compiling block-buffer v0.10.4 |
1267 | 2024-10-30T13:31:23.622Z | Compiling block-padding v0.3.3 |
1268 | 2024-10-30T13:31:23.767Z | Compiling digest v0.10.7 |
1269 | 2024-10-30T13:31:23.876Z | Compiling inout v0.1.3 |
1270 | 2024-10-30T13:31:24.102Z | Compiling futures-util v0.3.31 |
1271 | 2024-10-30T13:31:24.149Z | Compiling cipher v0.4.4 |
1272 | 2024-10-30T13:31:24.241Z | Compiling hmac v0.12.1 |
1273 | 2024-10-30T13:31:24.261Z | Compiling sha2 v0.10.8 |
1274 | 2024-10-30T13:31:24.512Z | Compiling ppv-lite86 v0.2.20 |
1275 | 2024-10-30T13:31:24.529Z | Compiling thiserror v1.0.64 |
1276 | 2024-10-30T13:31:24.673Z | Compiling pest v2.7.14 |
1277 | 2024-10-30T13:31:24.691Z | Compiling salsa20 v0.10.2 |
1278 | 2024-10-30T13:31:24.914Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-10-30T13:31:25.022Z | Compiling der v0.7.9 |
1280 | 2024-10-30T13:31:25.156Z | Compiling scrypt v0.11.0 |
1281 | 2024-10-30T13:31:25.430Z | Compiling rand_chacha v0.3.1 |
1282 | 2024-10-30T13:31:25.708Z | Compiling cbc v0.1.2 |
1283 | 2024-10-30T13:31:25.953Z | Compiling rand v0.8.5 |
1284 | 2024-10-30T13:31:26.246Z | Compiling tracing v0.1.40 |
1285 | 2024-10-30T13:31:26.785Z | Compiling aes v0.8.4 |
1286 | 2024-10-30T13:31:27.808Z | Compiling spki v0.7.3 |
1287 | 2024-10-30T13:31:27.828Z | Compiling pest_meta v2.7.14 |
1288 | 2024-10-30T13:31:27.853Z | Compiling scroll_derive v0.12.0 |
1289 | 2024-10-30T13:31:28.099Z | Compiling rustls-webpki v0.102.8 |
1290 | 2024-10-30T13:31:28.186Z | Compiling pkcs5 v0.7.1 |
1291 | 2024-10-30T13:31:28.343Z | Compiling async-trait v0.1.83 |
1292 | 2024-10-30T13:31:29.365Z | Compiling scroll v0.12.0 |
1293 | 2024-10-30T13:31:29.386Z | Compiling pest_generator v2.7.14 |
1294 | 2024-10-30T13:31:29.635Z | Compiling pkcs8 v0.10.2 |
1295 | 2024-10-30T13:31:29.929Z | Compiling goblin v0.8.2 |
1296 | 2024-10-30T13:31:30.060Z | Compiling openssl-macros v0.1.1 |
1297 | 2024-10-30T13:31:30.368Z | Compiling syn v1.0.109 |
1298 | 2024-10-30T13:31:30.670Z | Compiling rustls v0.22.4 |
1299 | 2024-10-30T13:31:30.845Z | Compiling signature v2.2.0 |
1300 | 2024-10-30T13:31:30.939Z | Compiling sha1 v0.10.6 |
1301 | 2024-10-30T13:31:31.015Z | Compiling regex-automata v0.4.8 |
1302 | 2024-10-30T13:31:31.060Z | Compiling miniz_oxide v0.8.0 |
1303 | 2024-10-30T13:31:31.207Z | Compiling dirs-next v2.0.0 |
1304 | 2024-10-30T13:31:31.400Z | Compiling crossbeam-epoch v0.9.18 |
1305 | 2024-10-30T13:31:31.418Z | Compiling serde_derive_internals v0.29.1 |
1306 | 2024-10-30T13:31:32.171Z | Compiling lazy_static v1.5.0 |
1307 | 2024-10-30T13:31:32.304Z | Compiling thread_local v1.1.8 |
1308 | 2024-10-30T13:31:32.558Z | Compiling pest_derive v2.7.14 |
1309 | 2024-10-30T13:31:32.581Z | Compiling multer v3.1.0 |
1310 | 2024-10-30T13:31:32.664Z | Compiling encoding_rs v0.8.34 |
1311 | 2024-10-30T13:31:32.842Z | Compiling cookie v0.18.1 |
1312 | 2024-10-30T13:31:32.875Z | Compiling mime v0.3.17 |
1313 | 2024-10-30T13:31:33.146Z | Compiling slog-async v2.8.0 |
1314 | 2024-10-30T13:31:33.336Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-10-30T13:31:33.410Z | Compiling bytes v1.7.2 |
1316 | 2024-10-30T13:31:33.795Z | Compiling indexmap v2.6.0 |
1317 | 2024-10-30T13:31:33.994Z | Compiling bitflags v2.6.0 |
1318 | 2024-10-30T13:31:34.446Z | Compiling tokio v1.40.0 |
1319 | 2024-10-30T13:31:34.718Z | Compiling http v1.1.0 |
1320 | 2024-10-30T13:31:35.395Z | Compiling semver v1.0.23 |
1321 | 2024-10-30T13:31:36.129Z | Compiling rustc_version v0.4.1 |
1322 | 2024-10-30T13:31:36.893Z | Compiling http-body v1.0.1 |
1323 | 2024-10-30T13:31:36.912Z | Compiling dof v0.3.0 |
1324 | 2024-10-30T13:31:36.932Z | Compiling serde_tokenstream v0.2.2 |
1325 | 2024-10-30T13:31:37.131Z | Compiling toml_datetime v0.6.8 |
1326 | 2024-10-30T13:31:37.169Z | Compiling uuid v1.10.0 |
1327 | 2024-10-30T13:31:37.576Z | Compiling serde_spanned v0.6.8 |
1328 | 2024-10-30T13:31:37.640Z | Compiling chrono v0.4.38 |
1329 | 2024-10-30T13:31:37.821Z | Compiling usdt-impl v0.5.0 |
1330 | 2024-10-30T13:31:38.689Z | Compiling http-body-util v0.1.2 |
1331 | 2024-10-30T13:31:38.992Z | Compiling heapless v0.7.17 |
1332 | 2024-10-30T13:31:39.321Z | Compiling gimli v0.31.1 |
1333 | 2024-10-30T13:31:39.432Z | Compiling paste v1.0.15 |
1334 | 2024-10-30T13:31:39.948Z | Compiling openssl-probe v0.1.5 |
1335 | 2024-10-30T13:31:40.004Z | Compiling unicode-properties v0.1.3 |
1336 | 2024-10-30T13:31:40.345Z | Compiling schemars v0.8.21 |
1337 | 2024-10-30T13:31:40.431Z | Compiling rayon-core v1.12.1 |
1338 | 2024-10-30T13:31:40.703Z | Compiling either v1.13.0 |
1339 | 2024-10-30T13:31:40.730Z | Compiling ipnet v2.10.1 |
1340 | 2024-10-30T13:31:40.847Z | Compiling signal-hook v0.3.17 |
1341 | 2024-10-30T13:31:41.153Z | Compiling toml_edit v0.22.22 |
1342 | 2024-10-30T13:31:41.229Z | Compiling stringprep v0.1.5 |
1343 | 2024-10-30T13:31:41.354Z | Compiling usdt-attr-macro v0.5.0 |
1344 | 2024-10-30T13:31:41.941Z | Compiling usdt-macro v0.5.0 |
1345 | 2024-10-30T13:31:42.535Z | Compiling curve25519-dalek v4.1.3 |
1346 | 2024-10-30T13:31:42.999Z | Compiling tokio-util v0.7.12 |
1347 | 2024-10-30T13:31:43.073Z | Compiling slog-json v2.6.1 |
1348 | 2024-10-30T13:31:43.180Z | Compiling schemars_derive v0.8.21 |
1349 | 2024-10-30T13:31:43.462Z | Compiling serde_urlencoded v0.7.1 |
1350 | 2024-10-30T13:31:43.653Z | Compiling crossbeam-deque v0.8.5 |
1351 | 2024-10-30T13:31:43.987Z | Compiling h2 v0.4.6 |
1352 | 2024-10-30T13:31:44.005Z | Compiling addr2line v0.24.2 |
1353 | 2024-10-30T13:31:44.375Z | Compiling term v0.7.0 |
1354 | 2024-10-30T13:31:46.479Z | Compiling futures-executor v0.3.31 |
1355 | 2024-10-30T13:31:47.028Z | Compiling md-5 v0.10.6 |
1356 | 2024-10-30T13:31:47.308Z | Compiling enum-as-inner v0.6.1 |
1357 | 2024-10-30T13:31:47.915Z | Compiling async-stream-impl v0.3.6 |
1358 | 2024-10-30T13:31:48.400Z | Compiling crossbeam-channel v0.5.13 |
1359 | 2024-10-30T13:31:48.986Z | Compiling num-integer v0.1.46 |
1360 | 2024-10-30T13:31:49.262Z | Compiling rustls-pemfile v2.2.0 |
1361 | 2024-10-30T13:31:49.376Z | Compiling idna v0.3.0 |
1362 | 2024-10-30T13:31:49.512Z | Compiling idna v0.4.0 |
1363 | 2024-10-30T13:31:49.589Z | Compiling ff v0.13.0 |
1364 | 2024-10-30T13:31:49.741Z | Compiling hash32 v0.2.1 |
1365 | 2024-10-30T13:31:49.813Z | Compiling is-terminal v0.4.13 |
1366 | 2024-10-30T13:31:49.940Z | Compiling dropshot v0.12.0 |
1367 | 2024-10-30T13:31:50.131Z | Compiling object v0.36.5 |
1368 | 2024-10-30T13:31:50.259Z | Compiling fallible-iterator v0.2.0 |
1369 | 2024-10-30T13:31:50.970Z | Compiling hyper v1.4.1 |
1370 | 2024-10-30T13:31:50.989Z | Compiling anyhow v1.0.89 |
1371 | 2024-10-30T13:31:51.105Z | Compiling quick-error v1.2.3 |
1372 | 2024-10-30T13:31:51.252Z | Compiling utf-8 v0.7.6 |
1373 | 2024-10-30T13:31:51.586Z | Compiling linked-hash-map v0.5.6 |
1374 | 2024-10-30T13:31:51.606Z | Compiling base16ct v0.2.0 |
1375 | 2024-10-30T13:31:51.940Z | Compiling take_mut v0.2.2 |
1376 | 2024-10-30T13:31:51.959Z | Compiling stable_deref_trait v1.2.0 |
1377 | 2024-10-30T13:31:52.068Z | Compiling psl-types v2.0.11 |
1378 | 2024-10-30T13:31:52.109Z | Compiling num-bigint-dig v0.8.4 |
1379 | 2024-10-30T13:31:52.272Z | Compiling smoltcp v0.9.1 |
1380 | 2024-10-30T13:31:52.415Z | Compiling rustc-demangle v0.1.24 |
1381 | 2024-10-30T13:31:52.983Z | Compiling dyn-clone v1.0.17 |
1382 | 2024-10-30T13:31:53.213Z | Compiling portable-atomic v1.9.0 |
1383 | 2024-10-30T13:31:54.261Z | Compiling hyper-util v0.1.9 |
1384 | 2024-10-30T13:31:54.510Z | Compiling publicsuffix v2.2.3 |
1385 | 2024-10-30T13:31:55.980Z | Compiling lru-cache v0.1.2 |
1386 | 2024-10-30T13:31:56.191Z | Compiling sec1 v0.7.3 |
1387 | 2024-10-30T13:31:56.378Z | Compiling tungstenite v0.24.0 |
1388 | 2024-10-30T13:31:56.635Z | Compiling resolv-conf v0.7.0 |
1389 | 2024-10-30T13:31:56.764Z | Compiling postgres-protocol v0.6.7 |
1390 | 2024-10-30T13:31:57.138Z | Compiling tokio-rustls v0.25.0 |
1391 | 2024-10-30T13:31:57.393Z | Compiling tokio-rustls v0.26.0 |
1392 | 2024-10-30T13:31:57.526Z | Compiling hickory-proto v0.24.1 |
1393 | 2024-10-30T13:31:57.633Z | Compiling slog-term v2.9.1 |
1394 | 2024-10-30T13:31:57.754Z | Compiling backtrace v0.3.74 |
1395 | 2024-10-30T13:31:57.845Z | Compiling usdt v0.5.0 |
1396 | 2024-10-30T13:31:58.059Z | Compiling hubpack_derive v0.1.1 |
1397 | 2024-10-30T13:31:58.078Z | Compiling group v0.13.0 |
1398 | 2024-10-30T13:31:58.351Z | Compiling num-iter v0.1.45 |
1399 | 2024-10-30T13:31:58.405Z | Compiling async-stream v0.3.6 |
1400 | 2024-10-30T13:31:58.460Z | Compiling futures v0.3.31 |
1401 | 2024-10-30T13:31:58.537Z | Compiling tokio-native-tls v0.3.1 |
1402 | 2024-10-30T13:31:58.580Z | Compiling toml v0.8.19 |
1403 | 2024-10-30T13:31:58.817Z | Compiling slog-bunyan v2.5.0 |
1404 | 2024-10-30T13:31:59.714Z | Compiling camino v1.1.9 |
1405 | 2024-10-30T13:31:59.938Z | Compiling terminal_size v0.4.0 |
1406 | 2024-10-30T13:32:00.096Z | Compiling dropshot_endpoint v0.12.0 |
1407 | 2024-10-30T13:32:00.200Z | Compiling openapiv3 v2.0.0 |
1408 | 2024-10-30T13:32:00.254Z | Compiling serde_path_to_error v0.1.16 |
1409 | 2024-10-30T13:32:00.278Z | Compiling hkdf v0.12.4 |
1410 | 2024-10-30T13:32:00.337Z | Compiling crypto-bigint v0.5.5 |
1411 | 2024-10-30T13:32:00.544Z | Compiling phf_shared v0.11.2 |
1412 | 2024-10-30T13:32:00.785Z | Compiling zerocopy-derive v0.6.6 |
1413 | 2024-10-30T13:32:00.928Z | Compiling curve25519-dalek-derive v0.1.1 |
1414 | 2024-10-30T13:32:01.095Z | Compiling waitgroup v0.1.2 |
1415 | 2024-10-30T13:32:01.118Z | Compiling webpki-roots v0.26.6 |
1416 | 2024-10-30T13:32:01.332Z | Compiling hostname v0.4.0 |
1417 | 2024-10-30T13:32:01.348Z | Compiling ahash v0.8.11 |
1418 | 2024-10-30T13:32:01.605Z | Compiling fs-err v2.11.0 |
1419 | 2024-10-30T13:32:01.698Z | Compiling managed v0.8.0 |
1420 | 2024-10-30T13:32:01.916Z | Compiling winnow v0.5.40 |
1421 | 2024-10-30T13:32:02.157Z | Compiling debug-ignore v1.0.5 |
1422 | 2024-10-30T13:32:02.311Z | Compiling bitflags v1.3.2 |
1423 | 2024-10-30T13:32:02.412Z | Compiling clap_builder v4.5.20 |
1424 | 2024-10-30T13:32:02.429Z | Compiling console v0.15.8 |
1425 | 2024-10-30T13:32:02.888Z | Compiling zerocopy v0.6.6 |
1426 | 2024-10-30T13:32:03.790Z | Compiling elliptic-curve v0.13.8 |
1427 | 2024-10-30T13:32:03.933Z | Compiling hickory-resolver v0.24.1 |
1428 | 2024-10-30T13:32:05.913Z | Compiling toml_edit v0.19.15 |
1429 | 2024-10-30T13:32:06.474Z | Compiling strum_macros v0.25.3 |
1430 | 2024-10-30T13:32:07.098Z | Compiling hyper-rustls v0.27.3 |
1431 | 2024-10-30T13:32:07.646Z | Compiling phf v0.11.2 |
1432 | 2024-10-30T13:32:07.721Z | Compiling signal-hook-mio v0.2.4 |
1433 | 2024-10-30T13:32:07.890Z | Compiling rayon v1.10.0 |
1434 | 2024-10-30T13:32:07.956Z | Compiling cookie_store v0.21.0 |
1435 | 2024-10-30T13:32:09.478Z | Compiling hubpack v0.1.2 |
1436 | 2024-10-30T13:32:09.941Z | Compiling hyper-tls v0.6.0 |
1437 | 2024-10-30T13:32:10.377Z | Compiling postgres-types v0.2.8 |
1438 | 2024-10-30T13:32:11.211Z | Compiling tokio-tungstenite v0.24.0 |
1439 | 2024-10-30T13:32:11.747Z | Compiling tokio-stream v0.1.16 |
1440 | 2024-10-30T13:32:11.895Z | Compiling regex v1.11.0 |
1441 | 2024-10-30T13:32:12.750Z | Compiling bstr v1.10.0 |
1442 | 2024-10-30T13:32:12.769Z | Compiling serde-big-array v0.5.1 |
1443 | 2024-10-30T13:32:12.802Z | Compiling ed25519 v2.2.3 |
1444 | 2024-10-30T13:32:12.842Z | Compiling pkcs1 v0.7.5 |
1445 | 2024-10-30T13:32:12.999Z | Compiling rfc6979 v0.4.0 |
1446 | 2024-10-30T13:32:13.017Z | Compiling phf_shared v0.10.0 |
1447 | 2024-10-30T13:32:13.199Z | Compiling derive-where v1.2.7 |
1448 | 2024-10-30T13:32:13.433Z | Compiling serde_repr v0.1.19 |
1449 | 2024-10-30T13:32:13.583Z | Compiling clap_derive v4.5.18 |
1450 | 2024-10-30T13:32:13.773Z | Compiling float-cmp v0.9.0 |
1451 | 2024-10-30T13:32:13.833Z | Compiling sync_wrapper v1.0.1 |
1452 | 2024-10-30T13:32:13.989Z | Compiling crc32fast v1.4.2 |
1453 | 2024-10-30T13:32:14.007Z | Compiling number_prefix v0.4.0 |
1454 | 2024-10-30T13:32:14.222Z | Compiling normalize-line-endings v0.3.0 |
1455 | 2024-10-30T13:32:14.341Z | Compiling unicode-segmentation v1.12.0 |
1456 | 2024-10-30T13:32:14.357Z | Compiling whoami v1.5.2 |
1457 | 2024-10-30T13:32:14.466Z | Compiling predicates-core v1.0.8 |
1458 | 2024-10-30T13:32:14.582Z | Compiling new_debug_unreachable v1.0.6 |
1459 | 2024-10-30T13:32:14.584Z | Compiling difflib v0.4.0 |
1460 | 2024-10-30T13:32:14.684Z | Compiling static_assertions v1.1.0 |
1461 | 2024-10-30T13:32:14.797Z | Compiling bit-vec v0.6.3 |
1462 | 2024-10-30T13:32:14.825Z | Compiling minimal-lexical v0.2.1 |
1463 | 2024-10-30T13:32:14.953Z | Compiling precomputed-hash v0.1.1 |
1464 | 2024-10-30T13:32:15.110Z | Compiling fixedbitset v0.4.2 |
1465 | 2024-10-30T13:32:15.228Z | Compiling bit-set v0.5.3 |
1466 | 2024-10-30T13:32:15.298Z | Compiling nom v7.1.3 |
1467 | 2024-10-30T13:32:15.366Z | Compiling string_cache v0.8.7 |
1468 | 2024-10-30T13:32:15.519Z | Compiling petgraph v0.6.5 |
1469 | 2024-10-30T13:32:15.606Z | Compiling predicates v3.1.2 |
1470 | 2024-10-30T13:32:15.811Z | Compiling similar v2.6.0 |
1471 | 2024-10-30T13:32:16.193Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1472 | 2024-10-30T13:32:16.587Z | Compiling qorb v0.1.2 |
1473 | 2024-10-30T13:32:17.341Z | Compiling tokio-postgres v0.7.12 |
1474 | 2024-10-30T13:32:18.227Z | Compiling flate2 v1.0.34 |
1475 | 2024-10-30T13:32:18.308Z | Compiling clap v4.5.20 |
1476 | 2024-10-30T13:32:18.437Z | Compiling indicatif v0.17.8 |
1477 | 2024-10-30T13:32:19.045Z | Compiling reqwest v0.12.8 |
1478 | 2024-10-30T13:32:19.189Z | Compiling rsa v0.9.6 |
1479 | 2024-10-30T13:32:19.587Z | Compiling ecdsa v0.16.9 |
1480 | 2024-10-30T13:32:20.502Z | Compiling ed25519-dalek v2.1.1 |
1481 | 2024-10-30T13:32:20.531Z | Compiling toml v0.7.8 |
1482 | 2024-10-30T13:32:21.829Z | Compiling crossterm v0.28.1 |
1483 | 2024-10-30T13:32:23.030Z | Compiling itertools v0.12.1 |
1484 | 2024-10-30T13:32:23.076Z | Compiling itertools v0.10.5 |
1485 | 2024-10-30T13:32:23.138Z | Compiling hex v0.4.3 |
1486 | 2024-10-30T13:32:23.706Z | Compiling x509-cert v0.2.5 |
1487 | 2024-10-30T13:32:23.763Z | Compiling lalrpop-util v0.19.12 |
1488 | 2024-10-30T13:32:24.138Z | Compiling peg-runtime v0.8.3 |
1489 | 2024-10-30T13:32:24.377Z | Compiling unicode-xid v0.2.6 |
1490 | 2024-10-30T13:32:24.565Z | Compiling xattr v1.3.1 |
1491 | 2024-10-30T13:32:24.819Z | Compiling strum_macros v0.26.4 |
1492 | 2024-10-30T13:32:24.846Z | Compiling filetime v0.2.25 |
1493 | 2024-10-30T13:32:25.196Z | Compiling tar v0.4.42 |
1494 | 2024-10-30T13:32:28.070Z | Compiling strum v0.26.3 |
1495 | 2024-10-30T13:32:28.211Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-10-30T13:32:28.450Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1497 | 2024-10-30T13:32:33.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1498 | 2024-10-30T13:32:34.120Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1499 | 2024-10-30T13:32:34.161Z | Oct 30 13:32:33.677 INFO Starting download, target: Clickhouse |
1500 | 2024-10-30T13:32:34.161Z | Oct 30 13:32:33.678 INFO Starting download, target: Cockroach |
1501 | 2024-10-30T13:32:34.161Z | Oct 30 13:32:33.678 INFO Starting download, target: Console |
1502 | 2024-10-30T13:32:34.161Z | Oct 30 13:32:33.678 INFO Starting download, target: DendriteOpenapi |
1503 | 2024-10-30T13:32:34.161Z | Oct 30 13:32:33.678 INFO Starting download, target: DendriteStub |
1504 | 2024-10-30T13:32:34.161Z | Oct 30 13:32:33.678 INFO Starting download, target: MaghemiteMgd |
1505 | 2024-10-30T13:32:34.165Z | Oct 30 13:32:33.678 INFO Starting download, target: TransceiverControl |
1506 | 2024-10-30T13:32:34.165Z | Oct 30 13:32:33.678 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1507 | 2024-10-30T13:32:34.165Z | Oct 30 13:32:33.678 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1508 | 2024-10-30T13:32:34.165Z | Oct 30 13:32:33.678 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1509 | 2024-10-30T13:32:34.165Z | Oct 30 13:32:33.678 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1510 | 2024-10-30T13:32:34.165Z | Oct 30 13:32:33.678 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1511 | 2024-10-30T13:32:34.165Z | Oct 30 13:32:33.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1512 | 2024-10-30T13:32:34.165Z | Oct 30 13:32:33.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1513 | 2024-10-30T13:32:34.343Z | Oct 30 13:32:33.859 INFO Download complete, target: DendriteOpenapi |
1514 | 2024-10-30T13:32:34.491Z | Oct 30 13:32:33.993 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1515 | 2024-10-30T13:32:34.851Z | Oct 30 13:32:34.354 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1516 | 2024-10-30T13:32:35.062Z | Oct 30 13:32:34.577 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1517 | 2024-10-30T13:32:35.147Z | Oct 30 13:32:34.659 INFO Download complete, target: TransceiverControl |
1518 | 2024-10-30T13:32:35.166Z | Oct 30 13:32:34.679 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1519 | 2024-10-30T13:32:35.202Z | Oct 30 13:32:34.717 INFO Download complete, target: Console |
1520 | 2024-10-30T13:32:36.176Z | Oct 30 13:32:35.687 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1521 | 2024-10-30T13:32:36.177Z | Oct 30 13:32:35.687 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1522 | 2024-10-30T13:32:36.284Z | Oct 30 13:32:35.798 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1523 | 2024-10-30T13:32:37.843Z | Oct 30 13:32:37.356 INFO Download complete, target: DendriteStub |
1524 | 2024-10-30T13:32:38.090Z | Oct 30 13:32:37.606 INFO Download complete, target: MaghemiteMgd |
1525 | 2024-10-30T13:32:43.556Z | Oct 30 13:32:43.069 INFO Checking that binary works, target: Cockroach |
1526 | 2024-10-30T13:32:43.714Z | Oct 30 13:32:43.228 INFO Download complete, target: Cockroach |
1527 | 2024-10-30T13:32:48.686Z | Oct 30 13:32:48.201 INFO Checking that binary works, target: Clickhouse |
1528 | 2024-10-30T13:32:48.852Z | Oct 30 13:32:48.367 INFO Download complete, target: Clickhouse |
1529 | 2024-10-30T13:32:48.859Z | All prerequisites installed successfully |
1530 | 2024-10-30T13:32:48.861Z | |
1531 | 2024-10-30T13:32:48.861Z | real 3:50.934737723 |
1532 | 2024-10-30T13:32:48.861Z | user 12:10.074673622 |
1533 | 2024-10-30T13:32:48.861Z | sys 2:38.825104606 |
1534 | 2024-10-30T13:32:48.861Z | trap 0.405310422 |
1535 | 2024-10-30T13:32:48.861Z | tflt 1.490645681 |
1536 | 2024-10-30T13:32:48.862Z | dflt 1.484231946 |
1537 | 2024-10-30T13:32:48.862Z | kflt 0.023898447 |
1538 | 2024-10-30T13:32:48.862Z | lock 24:32.528741932 |
1539 | 2024-10-30T13:32:48.862Z | slp 48:01.678286962 |
1540 | 2024-10-30T13:32:48.862Z | lat 39.234125782 |
1541 | 2024-10-30T13:32:48.862Z | stop 1:44.924337174 |
1542 | 2024-10-30T13:32:48.862Z | + source ./tools/include/force-git-over-https.sh |
1543 | 2024-10-30T13:32:48.862Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1544 | 2024-10-30T13:32:48.862Z | ++ (( i = 0 )) |
1545 | 2024-10-30T13:32:48.862Z | ++ (( i < 5 )) |
1546 | 2024-10-30T13:32:48.862Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1547 | 2024-10-30T13:32:48.865Z | ++ (( i++ )) |
1548 | 2024-10-30T13:32:48.865Z | ++ (( i < 5 )) |
1549 | 2024-10-30T13:32:48.865Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1550 | 2024-10-30T13:32:48.867Z | ++ (( i++ )) |
1551 | 2024-10-30T13:32:48.867Z | ++ (( i < 5 )) |
1552 | 2024-10-30T13:32:48.867Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1553 | 2024-10-30T13:32:48.870Z | ++ (( i++ )) |
1554 | 2024-10-30T13:32:48.870Z | ++ (( i < 5 )) |
1555 | 2024-10-30T13:32:48.870Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1556 | 2024-10-30T13:32:48.873Z | ++ (( i++ )) |
1557 | 2024-10-30T13:32:48.873Z | ++ (( i < 5 )) |
1558 | 2024-10-30T13:32:48.873Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1559 | 2024-10-30T13:32:48.876Z | ++ (( i++ )) |
1560 | 2024-10-30T13:32:48.876Z | ++ (( i < 5 )) |
1561 | 2024-10-30T13:32:48.879Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1562 | 2024-10-30T13:32:48.879Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1563 | 2024-10-30T13:32:48.879Z | + rc=0 |
1564 | 2024-10-30T13:32:48.879Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1565 | 2024-10-30T13:33:14.665Z | + case $rc in |
1566 | 2024-10-30T13:33:14.666Z | + pfexec zfs create -p rpool/images/build/host |
1567 | 2024-10-30T13:33:14.794Z | + pfexec zfs create -p rpool/images/build/recovery |
1568 | 2024-10-30T13:33:14.841Z | + cargo xtask releng --output-dir /work |
1569 | 2024-10-30T13:33:15.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1570 | 2024-10-30T13:33:15.360Z | Running `target/debug/xtask releng --output-dir /work` |
1571 | 2024-10-30T13:33:16.215Z | Compiling proc-macro2 v1.0.87 |
1572 | 2024-10-30T13:33:16.215Z | Compiling unicode-ident v1.0.13 |
1573 | 2024-10-30T13:33:16.216Z | Compiling libc v0.2.161 |
1574 | 2024-10-30T13:33:16.218Z | Compiling serde v1.0.210 |
1575 | 2024-10-30T13:33:16.218Z | Compiling autocfg v1.4.0 |
1576 | 2024-10-30T13:33:16.218Z | Compiling version_check v0.9.5 |
1577 | 2024-10-30T13:33:16.218Z | Compiling cfg-if v1.0.0 |
1578 | 2024-10-30T13:33:16.502Z | Compiling typenum v1.17.0 |
1579 | 2024-10-30T13:33:16.564Z | Compiling shlex v1.3.0 |
1580 | 2024-10-30T13:33:16.628Z | Compiling memchr v2.7.4 |
1581 | 2024-10-30T13:33:16.946Z | Compiling generic-array v0.14.7 |
1582 | 2024-10-30T13:33:17.000Z | Compiling parking_lot_core v0.9.10 |
1583 | 2024-10-30T13:33:17.260Z | Compiling lock_api v0.4.12 |
1584 | 2024-10-30T13:33:17.402Z | Compiling serde_json v1.0.128 |
1585 | 2024-10-30T13:33:17.448Z | Compiling libm v0.2.8 |
1586 | 2024-10-30T13:33:17.626Z | Compiling value-bag v1.9.0 |
1587 | 2024-10-30T13:33:17.711Z | Compiling num-traits v0.2.19 |
1588 | 2024-10-30T13:33:17.965Z | Compiling slab v0.4.9 |
1589 | 2024-10-30T13:33:18.025Z | Compiling once_cell v1.20.2 |
1590 | 2024-10-30T13:33:18.074Z | Compiling thiserror v1.0.64 |
1591 | 2024-10-30T13:33:18.256Z | Compiling quote v1.0.37 |
1592 | 2024-10-30T13:33:18.289Z | Compiling log v0.4.22 |
1593 | 2024-10-30T13:33:18.424Z | Compiling itoa v1.0.11 |
1594 | 2024-10-30T13:33:18.590Z | Compiling getrandom v0.2.15 |
1595 | 2024-10-30T13:33:18.659Z | Compiling syn v2.0.79 |
1596 | 2024-10-30T13:33:18.774Z | Compiling jobserver v0.1.32 |
1597 | 2024-10-30T13:33:19.057Z | Compiling scopeguard v1.2.0 |
1598 | 2024-10-30T13:33:19.112Z | Compiling rand_core v0.6.4 |
1599 | 2024-10-30T13:33:19.216Z | Compiling cc v1.1.30 |
1600 | 2024-10-30T13:33:19.347Z | Compiling byteorder v1.5.0 |
1601 | 2024-10-30T13:33:19.894Z | Compiling subtle v2.6.1 |
1602 | 2024-10-30T13:33:20.573Z | Compiling semver v1.0.23 |
1603 | 2024-10-30T13:33:20.619Z | Compiling smallvec v1.13.2 |
1604 | 2024-10-30T13:33:20.760Z | Compiling pin-project-lite v0.2.14 |
1605 | 2024-10-30T13:33:21.025Z | Compiling httparse v1.9.5 |
1606 | 2024-10-30T13:33:21.107Z | Compiling ryu v1.0.18 |
1607 | 2024-10-30T13:33:21.214Z | Compiling const-oid v0.9.6 |
1608 | 2024-10-30T13:33:21.308Z | Compiling heck v0.5.0 |
1609 | 2024-10-30T13:33:21.442Z | Compiling pkg-config v0.3.31 |
1610 | 2024-10-30T13:33:21.678Z | Compiling futures-core v0.3.31 |
1611 | 2024-10-30T13:33:21.760Z | Compiling allocator-api2 v0.2.18 |
1612 | 2024-10-30T13:33:22.048Z | Compiling signal-hook-registry v1.4.2 |
1613 | 2024-10-30T13:33:22.606Z | Compiling ring v0.17.8 |
1614 | 2024-10-30T13:33:22.660Z | Compiling parking_lot v0.12.3 |
1615 | 2024-10-30T13:33:22.680Z | Compiling mio v1.0.2 |
1616 | 2024-10-30T13:33:23.658Z | Compiling socket2 v0.5.7 |
1617 | 2024-10-30T13:33:23.686Z | Compiling crossbeam-utils v0.8.20 |
1618 | 2024-10-30T13:33:23.921Z | Compiling time-core v0.1.2 |
1619 | 2024-10-30T13:33:24.131Z | Compiling futures-sink v0.3.31 |
1620 | 2024-10-30T13:33:24.201Z | Compiling vcpkg v0.2.15 |
1621 | 2024-10-30T13:33:24.228Z | Compiling fnv v1.0.7 |
1622 | 2024-10-30T13:33:24.298Z | Compiling num-conv v0.1.0 |
1623 | 2024-10-30T13:33:24.609Z | Compiling time-macros v0.2.18 |
1624 | 2024-10-30T13:33:25.026Z | Compiling ahash v0.8.11 |
1625 | 2024-10-30T13:33:25.052Z | Compiling schemars v0.8.21 |
1626 | 2024-10-30T13:33:25.581Z | Compiling spin v0.9.8 |
1627 | 2024-10-30T13:33:25.870Z | Compiling openssl-sys v0.9.103 |
1628 | 2024-10-30T13:33:26.447Z | Compiling equivalent v1.0.1 |
1629 | 2024-10-30T13:33:26.581Z | Compiling serde_derive_internals v0.29.1 |
1630 | 2024-10-30T13:33:26.611Z | Compiling foldhash v0.1.3 |
1631 | 2024-10-30T13:33:26.652Z | Compiling rustix v0.38.37 |
1632 | 2024-10-30T13:33:27.048Z | Compiling cpufeatures v0.2.14 |
1633 | 2024-10-30T13:33:27.184Z | Compiling hashbrown v0.15.0 |
1634 | 2024-10-30T13:33:27.965Z | Compiling futures-channel v0.3.31 |
1635 | 2024-10-30T13:33:28.539Z | Compiling pin-utils v0.1.0 |
1636 | 2024-10-30T13:33:28.582Z | Compiling futures-io v0.3.31 |
1637 | 2024-10-30T13:33:28.664Z | Compiling futures-task v0.3.31 |
1638 | 2024-10-30T13:33:28.752Z | Compiling slog v2.7.0 |
1639 | 2024-10-30T13:33:29.055Z | Compiling tinyvec_macros v0.1.1 |
1640 | 2024-10-30T13:33:29.148Z | Compiling tinyvec v1.8.0 |
1641 | 2024-10-30T13:33:29.303Z | Compiling ucd-trie v0.1.7 |
1642 | 2024-10-30T13:33:29.449Z | Compiling openssl v0.10.66 |
1643 | 2024-10-30T13:33:29.746Z | Compiling iana-time-zone v0.1.61 |
1644 | 2024-10-30T13:33:29.790Z | Compiling unicode-bidi v0.3.17 |
1645 | 2024-10-30T13:33:29.843Z | Compiling tracing-core v0.1.32 |
1646 | 2024-10-30T13:33:30.083Z | Compiling native-tls v0.2.12 |
1647 | 2024-10-30T13:33:30.252Z | Compiling rustls v0.23.14 |
1648 | 2024-10-30T13:33:30.736Z | Compiling base64ct v1.6.0 |
1649 | 2024-10-30T13:33:30.872Z | Compiling unicode-normalization v0.1.24 |
1650 | 2024-10-30T13:33:31.348Z | Compiling pem-rfc7468 v0.7.0 |
1651 | 2024-10-30T13:33:31.675Z | Compiling serde_derive v1.0.210 |
1652 | 2024-10-30T13:33:31.973Z | Compiling zeroize_derive v1.4.2 |
1653 | 2024-10-30T13:33:32.072Z | Compiling zerocopy-derive v0.7.35 |
1654 | 2024-10-30T13:33:32.324Z | Compiling tokio-macros v2.4.0 |
1655 | 2024-10-30T13:33:32.431Z | Compiling thiserror-impl v1.0.64 |
1656 | 2024-10-30T13:33:32.620Z | Compiling futures-macro v0.3.31 |
1657 | 2024-10-30T13:33:32.641Z | Compiling tracing-attributes v0.1.27 |
1658 | 2024-10-30T13:33:33.511Z | Compiling zeroize v1.8.1 |
1659 | 2024-10-30T13:33:34.254Z | Compiling zerocopy v0.7.35 |
1660 | 2024-10-30T13:33:35.402Z | Compiling der_derive v0.7.3 |
1661 | 2024-10-30T13:33:35.639Z | Compiling crypto-common v0.1.6 |
1662 | 2024-10-30T13:33:35.965Z | Compiling block-buffer v0.10.4 |
1663 | 2024-10-30T13:33:36.093Z | Compiling schemars_derive v0.8.21 |
1664 | 2024-10-30T13:33:36.175Z | Compiling futures-util v0.3.31 |
1665 | 2024-10-30T13:33:36.219Z | Compiling digest v0.10.7 |
1666 | 2024-10-30T13:33:36.351Z | Compiling scroll_derive v0.12.0 |
1667 | 2024-10-30T13:33:36.665Z | Compiling hmac v0.12.1 |
1668 | 2024-10-30T13:33:36.814Z | Compiling block-padding v0.3.3 |
1669 | 2024-10-30T13:33:36.891Z | Compiling pest v2.7.14 |
1670 | 2024-10-30T13:33:37.717Z | Compiling inout v0.1.3 |
1671 | 2024-10-30T13:33:37.841Z | Compiling openssl-macros v0.1.1 |
1672 | 2024-10-30T13:33:38.040Z | Compiling cipher v0.4.4 |
1673 | 2024-10-30T13:33:38.617Z | Compiling sha2 v0.10.8 |
1674 | 2024-10-30T13:33:38.758Z | Compiling tracing v0.1.40 |
1675 | 2024-10-30T13:33:38.974Z | Compiling ppv-lite86 v0.2.20 |
1676 | 2024-10-30T13:33:39.914Z | Compiling pest_meta v2.7.14 |
1677 | 2024-10-30T13:33:39.935Z | Compiling async-trait v0.1.83 |
1678 | 2024-10-30T13:33:42.279Z | Compiling pest_generator v2.7.14 |
1679 | 2024-10-30T13:33:43.837Z | Compiling usdt-impl v0.5.0 |
1680 | 2024-10-30T13:33:43.889Z | Compiling cookie v0.18.1 |
1681 | 2024-10-30T13:33:43.959Z | Compiling dyn-clone v1.0.17 |
1682 | 2024-10-30T13:33:44.013Z | Compiling pest_derive v2.7.14 |
1683 | 2024-10-30T13:33:44.151Z | Compiling percent-encoding v2.3.1 |
1684 | 2024-10-30T13:33:44.199Z | Compiling syn v1.0.109 |
1685 | 2024-10-30T13:33:44.444Z | Compiling flagset v0.4.6 |
1686 | 2024-10-30T13:33:44.672Z | Compiling der v0.7.9 |
1687 | 2024-10-30T13:33:44.858Z | Compiling rand_chacha v0.3.1 |
1688 | 2024-10-30T13:33:44.995Z | Compiling scroll v0.12.0 |
1689 | 2024-10-30T13:33:45.289Z | Compiling aho-corasick v1.1.3 |
1690 | 2024-10-30T13:33:45.557Z | Compiling bytes v1.7.2 |
1691 | 2024-10-30T13:33:45.799Z | Compiling indexmap v2.6.0 |
1692 | 2024-10-30T13:33:46.765Z | Compiling bitflags v2.6.0 |
1693 | 2024-10-30T13:33:47.308Z | Compiling tokio v1.40.0 |
1694 | 2024-10-30T13:33:48.126Z | Compiling http v1.1.0 |
1695 | 2024-10-30T13:33:48.500Z | Compiling serde_tokenstream v0.2.2 |
1696 | 2024-10-30T13:33:48.701Z | Compiling rustc_version v0.4.1 |
1697 | 2024-10-30T13:33:49.120Z | Compiling uuid v1.10.0 |
1698 | 2024-10-30T13:33:49.169Z | Compiling chrono v0.4.38 |
1699 | 2024-10-30T13:33:50.626Z | Compiling regex-syntax v0.8.5 |
1700 | 2024-10-30T13:33:50.822Z | Compiling rayon-core v1.12.1 |
1701 | 2024-10-30T13:33:51.293Z | Compiling rustls-pki-types v1.9.0 |
1702 | 2024-10-30T13:33:53.005Z | Compiling plain v0.2.3 |
1703 | 2024-10-30T13:33:53.243Z | Compiling camino v1.1.9 |
1704 | 2024-10-30T13:33:53.883Z | Compiling goblin v0.8.2 |
1705 | 2024-10-30T13:33:54.124Z | Compiling spki v0.7.3 |
1706 | 2024-10-30T13:33:54.816Z | Compiling regex-automata v0.4.8 |
1707 | 2024-10-30T13:33:56.081Z | Compiling rand v0.8.5 |
1708 | 2024-10-30T13:33:56.544Z | Compiling tokio-util v0.7.12 |
1709 | 2024-10-30T13:33:58.729Z | Compiling salsa20 v0.10.2 |
1710 | 2024-10-30T13:33:59.028Z | Compiling pbkdf2 v0.12.2 |
1711 | 2024-10-30T13:34:00.432Z | Compiling try-lock v0.2.5 |
1712 | 2024-10-30T13:34:00.497Z | Compiling untrusted v0.9.0 |
1713 | 2024-10-30T13:34:00.631Z | Compiling pretty-hex v0.4.1 |
1714 | 2024-10-30T13:34:00.959Z | Compiling powerfmt v0.2.0 |
1715 | 2024-10-30T13:34:00.984Z | Compiling rustls v0.22.4 |
1716 | 2024-10-30T13:34:01.480Z | Compiling deranged v0.3.11 |
1717 | 2024-10-30T13:34:03.588Z | Compiling dof v0.3.0 |
1718 | 2024-10-30T13:34:03.952Z | Compiling want v0.3.1 |
1719 | 2024-10-30T13:34:05.393Z | Compiling scrypt v0.11.0 |
1720 | 2024-10-30T13:34:05.548Z | Compiling dtrace-parser v0.2.0 |
1721 | 2024-10-30T13:34:05.993Z | Compiling form_urlencoded v1.2.1 |
1722 | 2024-10-30T13:34:06.384Z | Compiling aes v0.8.4 |
1723 | 2024-10-30T13:34:06.619Z | Compiling cbc v0.1.2 |
1724 | 2024-10-30T13:34:06.863Z | Compiling errno v0.3.9 |
1725 | 2024-10-30T13:34:06.920Z | Compiling thread-id v4.2.2 |
1726 | 2024-10-30T13:34:07.407Z | Compiling num_threads v0.1.7 |
1727 | 2024-10-30T13:34:07.409Z | Compiling atomic-waker v1.1.2 |
1728 | 2024-10-30T13:34:07.571Z | Compiling httpdate v1.0.3 |
1729 | 2024-10-30T13:34:07.671Z | Compiling time v0.3.36 |
1730 | 2024-10-30T13:34:07.696Z | Compiling pkcs5 v0.7.1 |
1731 | 2024-10-30T13:34:10.217Z | Compiling rustls-webpki v0.102.8 |
1732 | 2024-10-30T13:34:11.598Z | Compiling http-body v1.0.1 |
1733 | 2024-10-30T13:34:11.907Z | Compiling heapless v0.7.17 |
1734 | 2024-10-30T13:34:11.930Z | Compiling zerocopy-derive v0.6.6 |
1735 | 2024-10-30T13:34:12.241Z | Compiling multer v3.1.0 |
1736 | 2024-10-30T13:34:12.531Z | Compiling tower-service v0.3.3 |
1737 | 2024-10-30T13:34:12.612Z | Compiling slog-async v2.8.0 |
1738 | 2024-10-30T13:34:12.919Z | Compiling num-bigint-dig v0.8.4 |
1739 | 2024-10-30T13:34:13.168Z | Compiling anyhow v1.0.89 |
1740 | 2024-10-30T13:34:13.224Z | Compiling signal-hook v0.3.17 |
1741 | 2024-10-30T13:34:13.839Z | Compiling pkcs8 v0.10.2 |
1742 | 2024-10-30T13:34:13.873Z | Compiling h2 v0.4.6 |
1743 | 2024-10-30T13:34:14.247Z | Compiling regex v1.11.0 |
1744 | 2024-10-30T13:34:15.426Z | Compiling idna v0.5.0 |
1745 | 2024-10-30T13:34:16.372Z | Compiling paste v1.0.15 |
1746 | 2024-10-30T13:34:16.719Z | Compiling base64 v0.22.1 |
1747 | 2024-10-30T13:34:16.723Z | Compiling rustversion v1.0.17 |
1748 | 2024-10-30T13:34:17.051Z | Compiling strsim v0.11.1 |
1749 | 2024-10-30T13:34:17.296Z | Compiling url v2.5.2 |
1750 | 2024-10-30T13:34:19.794Z | Compiling usdt-macro v0.5.0 |
1751 | 2024-10-30T13:34:20.707Z | Compiling usdt-attr-macro v0.5.0 |
1752 | 2024-10-30T13:34:21.395Z | Compiling hyper v1.4.1 |
1753 | 2024-10-30T13:34:22.688Z | Compiling curve25519-dalek v4.1.3 |
1754 | 2024-10-30T13:34:23.133Z | Compiling openapiv3 v2.0.0 |
1755 | 2024-10-30T13:34:23.231Z | Compiling serde_spanned v0.6.8 |
1756 | 2024-10-30T13:34:23.464Z | Compiling toml_datetime v0.6.8 |
1757 | 2024-10-30T13:34:24.166Z | Compiling enum-as-inner v0.6.1 |
1758 | 2024-10-30T13:34:25.308Z | Compiling async-stream-impl v0.3.6 |
1759 | 2024-10-30T13:34:25.601Z | Compiling dropshot v0.12.0 |
1760 | 2024-10-30T13:34:25.710Z | Compiling foreign-types-shared v0.1.1 |
1761 | 2024-10-30T13:34:26.266Z | Compiling portable-atomic v1.9.0 |
1762 | 2024-10-30T13:34:27.269Z | Compiling smoltcp v0.9.1 |
1763 | 2024-10-30T13:34:27.570Z | Compiling match_cfg v0.1.0 |
1764 | 2024-10-30T13:34:27.686Z | Compiling hyper-util v0.1.9 |
1765 | 2024-10-30T13:34:27.750Z | Compiling hostname v0.3.1 |
1766 | 2024-10-30T13:34:27.794Z | Compiling foreign-types v0.3.2 |
1767 | 2024-10-30T13:34:32.072Z | Compiling clap_derive v4.5.18 |
1768 | 2024-10-30T13:34:32.812Z | Compiling dirs-sys-next v0.1.2 |
1769 | 2024-10-30T13:34:33.057Z | Compiling encoding_rs v0.8.34 |
1770 | 2024-10-30T13:34:33.323Z | Compiling adler2 v2.0.0 |
1771 | 2024-10-30T13:34:33.515Z | Compiling ipnet v2.10.1 |
1772 | 2024-10-30T13:34:36.456Z | Compiling mime v0.3.17 |
1773 | 2024-10-30T13:34:36.738Z | Compiling data-encoding v2.6.0 |
1774 | 2024-10-30T13:34:37.575Z | Compiling siphasher v0.3.11 |
1775 | 2024-10-30T13:34:38.123Z | Compiling miniz_oxide v0.8.0 |
1776 | 2024-10-30T13:34:38.482Z | Compiling dirs-next v2.0.0 |
1777 | 2024-10-30T13:34:44.183Z | Compiling hubpack_derive v0.1.1 |
1778 | 2024-10-30T13:34:45.112Z | Compiling http-body-util v0.1.2 |
1779 | 2024-10-30T13:34:45.228Z | Compiling serde_urlencoded v0.7.1 |
1780 | 2024-10-30T13:34:45.447Z | Compiling crossbeam-epoch v0.9.18 |
1781 | 2024-10-30T13:34:45.671Z | Compiling dropshot_endpoint v0.12.0 |
1782 | 2024-10-30T13:34:45.758Z | Compiling hashbrown v0.14.5 |
1783 | 2024-10-30T13:34:45.761Z | Compiling sha1 v0.10.6 |
1784 | 2024-10-30T13:34:45.927Z | Compiling signature v2.2.0 |
1785 | 2024-10-30T13:34:46.250Z | Compiling curve25519-dalek-derive v0.1.1 |
1786 | 2024-10-30T13:34:46.252Z | Compiling lazy_static v1.5.0 |
1787 | 2024-10-30T13:34:46.336Z | Compiling thread_local v1.1.8 |
1788 | 2024-10-30T13:34:46.408Z | Compiling fs-err v2.11.0 |
1789 | 2024-10-30T13:34:46.936Z | Compiling gimli v0.31.1 |
1790 | 2024-10-30T13:34:47.596Z | Compiling utf8parse v0.2.2 |
1791 | 2024-10-30T13:34:47.680Z | Compiling unicode-properties v0.1.3 |
1792 | 2024-10-30T13:34:48.419Z | Compiling openssl-probe v0.1.5 |
1793 | 2024-10-30T13:34:48.871Z | Compiling anstyle v1.0.8 |
1794 | 2024-10-30T13:34:48.988Z | Compiling winnow v0.6.20 |
1795 | 2024-10-30T13:34:49.360Z | Compiling either v1.13.0 |
1796 | 2024-10-30T13:34:49.880Z | Compiling stringprep v0.1.5 |
1797 | 2024-10-30T13:34:50.103Z | Compiling anstyle-parse v0.2.5 |
1798 | 2024-10-30T13:34:50.448Z | Compiling regress v0.10.1 |
1799 | 2024-10-30T13:34:50.632Z | Compiling crossbeam-deque v0.8.5 |
1800 | 2024-10-30T13:34:52.640Z | Compiling addr2line v0.24.2 |
1801 | 2024-10-30T13:34:53.134Z | Compiling toml_edit v0.22.22 |
1802 | 2024-10-30T13:34:54.154Z | Compiling term v0.7.0 |
1803 | 2024-10-30T13:34:55.591Z | Compiling slog-json v2.6.1 |
1804 | 2024-10-30T13:34:56.672Z | Compiling crossbeam-channel v0.5.13 |
1805 | 2024-10-30T13:34:57.287Z | Compiling rustls-pemfile v2.2.0 |
1806 | 2024-10-30T13:34:58.487Z | Compiling futures-executor v0.3.31 |
1807 | 2024-10-30T13:34:58.541Z | Compiling md-5 v0.10.6 |
1808 | 2024-10-30T13:34:58.813Z | Compiling idna v0.3.0 |
1809 | 2024-10-30T13:34:59.002Z | Compiling idna v0.4.0 |
1810 | 2024-10-30T13:35:00.380Z | Compiling num-integer v0.1.46 |
1811 | 2024-10-30T13:35:00.627Z | Compiling ff v0.13.0 |
1812 | 2024-10-30T13:35:00.660Z | Compiling hash32 v0.2.1 |
1813 | 2024-10-30T13:35:00.663Z | Compiling is-terminal v0.4.13 |
1814 | 2024-10-30T13:35:00.806Z | Compiling memmap v0.7.0 |
1815 | 2024-10-30T13:35:00.920Z | Compiling object v0.36.5 |
1816 | 2024-10-30T13:35:01.169Z | Compiling psl-types v2.0.11 |
1817 | 2024-10-30T13:35:01.212Z | Compiling quick-error v1.2.3 |
1818 | 2024-10-30T13:35:01.214Z | Compiling colorchoice v1.0.2 |
1819 | 2024-10-30T13:35:01.391Z | Compiling rustc-demangle v0.1.24 |
1820 | 2024-10-30T13:35:01.416Z | Compiling is_terminal_polyfill v1.70.1 |
1821 | 2024-10-30T13:35:01.507Z | Compiling base16ct v0.2.0 |
1822 | 2024-10-30T13:35:01.631Z | Compiling utf-8 v0.7.6 |
1823 | 2024-10-30T13:35:01.845Z | Compiling linked-hash-map v0.5.6 |
1824 | 2024-10-30T13:35:02.278Z | Compiling fallible-iterator v0.2.0 |
1825 | 2024-10-30T13:35:02.327Z | Compiling heck v0.4.1 |
1826 | 2024-10-30T13:35:02.750Z | Compiling stable_deref_trait v1.2.0 |
1827 | 2024-10-30T13:35:02.814Z | Compiling take_mut v0.2.2 |
1828 | 2024-10-30T13:35:02.862Z | Compiling anstyle-query v1.1.1 |
1829 | 2024-10-30T13:35:03.071Z | Compiling anstream v0.6.15 |
1830 | 2024-10-30T13:35:03.147Z | Compiling postgres-protocol v0.6.7 |
1831 | 2024-10-30T13:35:03.758Z | Compiling strum_macros v0.25.3 |
1832 | 2024-10-30T13:35:04.399Z | Compiling lru-cache v0.1.2 |
1833 | 2024-10-30T13:35:04.617Z | Compiling tungstenite v0.24.0 |
1834 | 2024-10-30T13:35:04.682Z | Compiling sec1 v0.7.3 |
1835 | 2024-10-30T13:35:05.144Z | Compiling publicsuffix v2.2.3 |
1836 | 2024-10-30T13:35:05.280Z | Compiling resolv-conf v0.7.0 |
1837 | 2024-10-30T13:35:05.425Z | Compiling usdt v0.5.0 |
1838 | 2024-10-30T13:35:05.895Z | Compiling num-iter v0.1.45 |
1839 | 2024-10-30T13:35:05.956Z | Compiling group v0.13.0 |
1840 | 2024-10-30T13:35:06.116Z | Compiling slog-term v2.9.1 |
1841 | 2024-10-30T13:35:06.617Z | Compiling hickory-proto v0.24.1 |
1842 | 2024-10-30T13:35:07.187Z | Compiling futures v0.3.31 |
1843 | 2024-10-30T13:35:08.156Z | Compiling tokio-rustls v0.26.0 |
1844 | 2024-10-30T13:35:09.785Z | Compiling backtrace v0.3.74 |
1845 | 2024-10-30T13:35:09.800Z | Compiling toml v0.8.19 |
1846 | 2024-10-30T13:35:10.443Z | Compiling tokio-rustls v0.25.0 |
1847 | 2024-10-30T13:35:10.525Z | Compiling slog-bunyan v2.5.0 |
1848 | 2024-10-30T13:35:10.744Z | Compiling typify-impl v0.2.0 |
1849 | 2024-10-30T13:35:10.804Z | Compiling tokio-native-tls v0.3.1 |
1850 | 2024-10-30T13:35:10.903Z | Compiling terminal_size v0.4.0 |
1851 | 2024-10-30T13:35:11.099Z | Compiling phf_shared v0.11.2 |
1852 | 2024-10-30T13:35:11.251Z | Compiling async-stream v0.3.6 |
1853 | 2024-10-30T13:35:11.705Z | Compiling waitgroup v0.1.2 |
1854 | 2024-10-30T13:35:11.906Z | Compiling webpki-roots v0.26.6 |
1855 | 2024-10-30T13:35:11.948Z | Compiling serde_path_to_error v0.1.16 |
1856 | 2024-10-30T13:35:12.216Z | Compiling hkdf v0.12.4 |
1857 | 2024-10-30T13:35:12.293Z | Compiling crypto-bigint v0.5.5 |
1858 | 2024-10-30T13:35:12.733Z | Compiling derive-where v1.2.7 |
1859 | 2024-10-30T13:35:15.170Z | Compiling serde_repr v0.1.19 |
1860 | 2024-10-30T13:35:15.245Z | Compiling hostname v0.4.0 |
1861 | 2024-10-30T13:35:15.459Z | Compiling managed v0.8.0 |
1862 | 2024-10-30T13:35:15.604Z | Compiling unicode-width v0.1.14 |
1863 | 2024-10-30T13:35:15.941Z | Compiling bitflags v1.3.2 |
1864 | 2024-10-30T13:35:16.002Z | Compiling debug-ignore v1.0.5 |
1865 | 2024-10-30T13:35:16.061Z | Compiling clap_lex v0.7.2 |
1866 | 2024-10-30T13:35:16.135Z | Compiling winnow v0.5.40 |
1867 | 2024-10-30T13:35:16.402Z | Compiling clap_builder v4.5.20 |
1868 | 2024-10-30T13:35:16.507Z | Compiling console v0.15.8 |
1869 | 2024-10-30T13:35:18.513Z | Compiling elliptic-curve v0.13.8 |
1870 | 2024-10-30T13:35:19.273Z | Compiling hickory-resolver v0.24.1 |
1871 | 2024-10-30T13:35:19.967Z | Compiling toml_edit v0.19.15 |
1872 | 2024-10-30T13:35:21.625Z | Compiling hyper-rustls v0.27.3 |
1873 | 2024-10-30T13:35:21.929Z | Compiling typify-macro v0.2.0 |
1874 | 2024-10-30T13:35:23.957Z | Compiling phf v0.11.2 |
1875 | 2024-10-30T13:35:24.383Z | Compiling hyper-tls v0.6.0 |
1876 | 2024-10-30T13:35:24.783Z | Compiling signal-hook-mio v0.2.4 |
1877 | 2024-10-30T13:35:24.968Z | Compiling rayon v1.10.0 |
1878 | 2024-10-30T13:35:25.493Z | Compiling cookie_store v0.21.0 |
1879 | 2024-10-30T13:35:25.650Z | Compiling tokio-tungstenite v0.24.0 |
1880 | 2024-10-30T13:35:26.089Z | Compiling postgres-types v0.2.8 |
1881 | 2024-10-30T13:35:26.192Z | Compiling ed25519 v2.2.3 |
1882 | 2024-10-30T13:35:26.270Z | Compiling hubpack v0.1.2 |
1883 | 2024-10-30T13:35:26.652Z | Compiling phf_shared v0.10.0 |
1884 | 2024-10-30T13:35:26.867Z | Compiling pkcs1 v0.7.5 |
1885 | 2024-10-30T13:35:27.032Z | Compiling zerocopy v0.6.6 |
1886 | 2024-10-30T13:35:27.639Z | Compiling bstr v1.10.0 |
1887 | 2024-10-30T13:35:27.793Z | Compiling tokio-stream v0.1.16 |
1888 | 2024-10-30T13:35:27.921Z | Compiling serde-big-array v0.5.1 |
1889 | 2024-10-30T13:35:28.178Z | Compiling rfc6979 v0.4.0 |
1890 | 2024-10-30T13:35:28.388Z | Compiling float-cmp v0.9.0 |
1891 | 2024-10-30T13:35:28.605Z | Compiling sync_wrapper v1.0.1 |
1892 | 2024-10-30T13:35:28.730Z | Compiling crc32fast v1.4.2 |
1893 | 2024-10-30T13:35:28.768Z | Compiling number_prefix v0.4.0 |
1894 | 2024-10-30T13:35:28.804Z | Compiling whoami v1.5.2 |
1895 | 2024-10-30T13:35:28.807Z | Compiling normalize-line-endings v0.3.0 |
1896 | 2024-10-30T13:35:29.046Z | Compiling difflib v0.4.0 |
1897 | 2024-10-30T13:35:29.135Z | Compiling fixedbitset v0.4.2 |
1898 | 2024-10-30T13:35:29.343Z | Compiling minimal-lexical v0.2.1 |
1899 | 2024-10-30T13:35:29.544Z | Compiling unicode-segmentation v1.12.0 |
1900 | 2024-10-30T13:35:29.837Z | Compiling static_assertions v1.1.0 |
1901 | 2024-10-30T13:35:30.092Z | Compiling predicates-core v1.0.8 |
1902 | 2024-10-30T13:35:30.136Z | Compiling precomputed-hash v0.1.1 |
1903 | 2024-10-30T13:35:30.218Z | Compiling bit-vec v0.6.3 |
1904 | 2024-10-30T13:35:30.257Z | Compiling new_debug_unreachable v1.0.6 |
1905 | 2024-10-30T13:35:30.363Z | Compiling string_cache v0.8.7 |
1906 | 2024-10-30T13:35:30.399Z | Compiling predicates v3.1.2 |
1907 | 2024-10-30T13:35:30.430Z | Compiling similar v2.6.0 |
1908 | 2024-10-30T13:35:30.649Z | Compiling bit-set v0.5.3 |
1909 | 2024-10-30T13:35:31.067Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1910 | 2024-10-30T13:35:31.846Z | Compiling nom v7.1.3 |
1911 | 2024-10-30T13:35:32.061Z | Compiling petgraph v0.6.5 |
1912 | 2024-10-30T13:35:32.344Z | Compiling indicatif v0.17.8 |
1913 | 2024-10-30T13:35:36.002Z | Compiling tokio-postgres v0.7.12 |
1914 | 2024-10-30T13:35:36.287Z | Compiling flate2 v1.0.34 |
1915 | 2024-10-30T13:35:36.571Z | Compiling reqwest v0.12.8 |
1916 | 2024-10-30T13:35:37.252Z | Compiling qorb v0.1.2 |
1917 | 2024-10-30T13:35:37.741Z | Compiling ecdsa v0.16.9 |
1918 | 2024-10-30T13:35:39.253Z | Compiling rsa v0.9.6 |
1919 | 2024-10-30T13:35:40.320Z | Compiling ed25519-dalek v2.1.1 |
1920 | 2024-10-30T13:35:40.913Z | Compiling crossterm v0.28.1 |
1921 | 2024-10-30T13:35:41.238Z | Compiling toml v0.7.8 |
1922 | 2024-10-30T13:35:41.302Z | Compiling clap v4.5.20 |
1923 | 2024-10-30T13:35:41.487Z | Compiling itertools v0.12.1 |
1924 | 2024-10-30T13:35:42.791Z | Compiling itertools v0.10.5 |
1925 | 2024-10-30T13:35:45.067Z | Compiling x509-cert v0.2.5 |
1926 | 2024-10-30T13:35:45.604Z | Compiling hex v0.4.3 |
1927 | 2024-10-30T13:35:47.350Z | Compiling lalrpop-util v0.19.12 |
1928 | 2024-10-30T13:35:47.712Z | Compiling radium v0.7.0 |
1929 | 2024-10-30T13:35:49.253Z | Compiling peg-runtime v0.8.3 |
1930 | 2024-10-30T13:35:49.630Z | Compiling unicode-xid v0.2.6 |
1931 | 2024-10-30T13:35:49.816Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1932 | 2024-10-30T13:35:56.227Z | Compiling tap v1.0.1 |
1933 | 2024-10-30T13:35:56.328Z | Compiling maybe-uninit v2.0.0 |
1934 | 2024-10-30T13:35:57.317Z | Compiling ident_case v1.0.1 |
1935 | 2024-10-30T13:35:57.523Z | Compiling darling_core v0.20.10 |
1936 | 2024-10-30T13:36:02.867Z | Compiling wyz v0.5.1 |
1937 | 2024-10-30T13:36:16.588Z | Compiling typify v0.2.0 |
1938 | 2024-10-30T13:36:19.676Z | Compiling http v0.2.12 |
1939 | 2024-10-30T13:36:21.437Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1940 | 2024-10-30T13:36:23.143Z | Compiling funty v2.0.0 |
1941 | 2024-10-30T13:36:23.365Z | Compiling packed_struct v0.10.1 |
1942 | 2024-10-30T13:36:23.913Z | Compiling unsafe-libyaml v0.2.11 |
1943 | 2024-10-30T13:36:24.121Z | Compiling base64 v0.21.7 |
1944 | 2024-10-30T13:36:25.290Z | Compiling bitvec v1.0.1 |
1945 | 2024-10-30T13:36:25.613Z | Compiling serde_yaml v0.9.34+deprecated |
1946 | 2024-10-30T13:36:32.980Z | Compiling progenitor-impl v0.8.0 |
1947 | 2024-10-30T13:36:35.696Z | Compiling darling_macro v0.20.10 |
1948 | 2024-10-30T13:36:37.212Z | Compiling packed_struct_codegen v0.10.1 |
1949 | 2024-10-30T13:36:39.323Z | Compiling structmeta-derive v0.3.0 |
1950 | 2024-10-30T13:36:39.912Z | Compiling indexmap v1.9.3 |
1951 | 2024-10-30T13:36:40.256Z | Compiling fastrand v2.1.1 |
1952 | 2024-10-30T13:36:40.279Z | Compiling newtype-uuid v1.1.2 |
1953 | 2024-10-30T13:36:40.595Z | Compiling crc-catalog v2.4.0 |
1954 | 2024-10-30T13:36:40.927Z | Compiling nodrop v0.1.14 |
1955 | 2024-10-30T13:36:41.823Z | Compiling structmeta v0.3.0 |
1956 | 2024-10-30T13:36:42.215Z | Compiling array-init v0.0.4 |
1957 | 2024-10-30T13:36:44.367Z | Compiling crc v3.2.1 |
1958 | 2024-10-30T13:36:44.437Z | Compiling tempfile v3.13.0 |
1959 | 2024-10-30T13:36:45.029Z | Compiling progenitor-macro v0.8.0 |
1960 | 2024-10-30T13:36:48.062Z | Compiling darling v0.20.10 |
1961 | 2024-10-30T13:36:48.318Z | Compiling smallvec v0.6.14 |
1962 | 2024-10-30T13:36:53.290Z | Compiling http-body v0.4.6 |
1963 | 2024-10-30T13:36:53.834Z | Compiling h2 v0.3.26 |
1964 | 2024-10-30T13:36:54.385Z | Compiling progenitor-client v0.8.0 |
1965 | 2024-10-30T13:36:59.155Z | Compiling pin-project-internal v1.1.6 |
1966 | 2024-10-30T13:37:00.805Z | Compiling same-file v1.0.6 |
1967 | 2024-10-30T13:37:01.220Z | Compiling termcolor v1.4.1 |
1968 | 2024-10-30T13:37:01.915Z | Compiling bitfield v0.14.0 |
1969 | 2024-10-30T13:37:04.248Z | Compiling hashbrown v0.12.3 |
1970 | 2024-10-30T13:37:10.770Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1971 | 2024-10-30T13:37:10.973Z | Compiling hyper v0.14.30 |
1972 | 2024-10-30T13:37:12.041Z | Compiling pin-project v1.1.6 |
1973 | 2024-10-30T13:37:12.186Z | Compiling env_logger v0.10.2 |
1974 | 2024-10-30T13:37:13.923Z | Compiling walkdir v2.5.0 |
1975 | 2024-10-30T13:37:18.520Z | Compiling progenitor v0.8.0 |
1976 | 2024-10-30T13:37:20.813Z | Compiling serde-hex v0.1.0 |
1977 | 2024-10-30T13:37:21.003Z | Compiling bzip2 v0.4.4 |
1978 | 2024-10-30T13:37:21.464Z | Compiling serde_with_macros v3.11.0 |
1979 | 2024-10-30T13:37:22.415Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1980 | 2024-10-30T13:37:23.158Z | Compiling parse-display-derive v0.10.0 |
1981 | 2024-10-30T13:37:23.927Z | Compiling ron v0.8.1 |
1982 | 2024-10-30T13:37:26.980Z | Compiling strum_macros v0.26.4 |
1983 | 2024-10-30T13:37:27.097Z | Compiling ipnetwork v0.20.0 |
1984 | 2024-10-30T13:37:28.803Z | Compiling hashbrown v0.13.2 |
1985 | 2024-10-30T13:37:29.440Z | Compiling xattr v1.3.1 |
1986 | 2024-10-30T13:37:29.595Z | Compiling snafu-derive v0.8.5 |
1987 | 2024-10-30T13:37:29.784Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1988 | 2024-10-30T13:37:29.820Z | Compiling ring v0.16.20 |
1989 | 2024-10-30T13:37:30.241Z | Compiling blake3 v1.5.4 |
1990 | 2024-10-30T13:37:30.563Z | Compiling filetime v0.2.25 |
1991 | 2024-10-30T13:37:30.783Z | Compiling instant v0.1.13 |
1992 | 2024-10-30T13:37:30.872Z | Compiling sync_wrapper v0.1.2 |
1993 | 2024-10-30T13:37:30.915Z | Compiling buf-list v1.0.3 |
1994 | 2024-10-30T13:37:31.103Z | Compiling crc-any v2.5.0 |
1995 | 2024-10-30T13:37:31.187Z | Compiling strum v0.26.3 |
1996 | 2024-10-30T13:37:31.417Z | Compiling reqwest v0.11.27 |
1997 | 2024-10-30T13:37:31.523Z | Compiling backoff v0.4.0 |
1998 | 2024-10-30T13:37:31.545Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1999 | 2024-10-30T13:37:32.266Z | Compiling tar v0.4.42 |
2000 | 2024-10-30T13:37:32.612Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2001 | 2024-10-30T13:37:32.848Z | Compiling object v0.30.4 |
2002 | 2024-10-30T13:37:34.029Z | Compiling snafu v0.8.5 |
2003 | 2024-10-30T13:37:35.381Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2004 | 2024-10-30T13:37:37.931Z | Compiling parse-display v0.10.0 |
2005 | 2024-10-30T13:37:38.045Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2006 | 2024-10-30T13:37:38.904Z | Compiling serde_with v3.11.0 |
2007 | 2024-10-30T13:37:39.640Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2008 | 2024-10-30T13:37:39.874Z | Compiling zip v0.6.6 |
2009 | 2024-10-30T13:37:40.216Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2010 | 2024-10-30T13:37:40.928Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2011 | 2024-10-30T13:37:42.537Z | Compiling camino-tempfile v1.1.1 |
2012 | 2024-10-30T13:37:42.656Z | Compiling globset v0.4.15 |
2013 | 2024-10-30T13:37:43.375Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2014 | 2024-10-30T13:37:43.375Z | Compiling regress v0.9.1 |
2015 | 2024-10-30T13:37:43.605Z | Compiling pem v3.0.4 |
2016 | 2024-10-30T13:37:45.061Z | Compiling olpc-cjson v0.1.4 |
2017 | 2024-10-30T13:37:45.432Z | Compiling macaddr v1.0.1 |
2018 | 2024-10-30T13:37:45.624Z | Compiling serde_plain v1.0.2 |
2019 | 2024-10-30T13:37:46.066Z | Compiling async-recursion v1.1.1 |
2020 | 2024-10-30T13:37:46.097Z | Compiling memmap2 v0.9.5 |
2021 | 2024-10-30T13:37:46.175Z | Compiling typed-path v0.7.1 |
2022 | 2024-10-30T13:37:46.699Z | Compiling arrayvec v0.7.6 |
2023 | 2024-10-30T13:37:47.211Z | Compiling path-slash v0.1.5 |
2024 | 2024-10-30T13:37:47.463Z | Compiling constant_time_eq v0.3.1 |
2025 | 2024-10-30T13:37:47.465Z | Compiling untrusted v0.7.1 |
2026 | 2024-10-30T13:37:47.666Z | Compiling arrayref v0.3.9 |
2027 | 2024-10-30T13:37:47.686Z | Compiling spin v0.5.2 |
2028 | 2024-10-30T13:37:48.225Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2029 | 2024-10-30T13:37:50.144Z | Compiling tough v0.17.1 |
2030 | 2024-10-30T13:37:50.479Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2031 | 2024-10-30T13:37:52.723Z | Compiling itertools v0.13.0 |
2032 | 2024-10-30T13:37:52.786Z | Compiling cargo-platform v0.1.8 |
2033 | 2024-10-30T13:37:53.885Z | Compiling parse-size v1.0.0 |
2034 | 2024-10-30T13:37:54.200Z | Compiling topological-sort v0.2.2 |
2035 | 2024-10-30T13:37:54.494Z | Compiling omicron-zone-package v0.11.1 |
2036 | 2024-10-30T13:37:55.391Z | Compiling cargo_metadata v0.18.1 |
2037 | 2024-10-30T13:37:56.559Z | Compiling shell-words v1.1.0 |
2038 | 2024-10-30T13:38:04.185Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2039 | 2024-10-30T13:38:16.097Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2040 | 2024-10-30T13:38:31.671Z | Finished `release` profile [optimized] target(s) in 5m 16s |
2041 | 2024-10-30T13:38:31.828Z | Running `target/release/omicron-releng --output-dir /work` |
2042 | 2024-10-30T13:38:31.874Z | Oct 30 13:38:31.354 DEBG changing working directory to /work/oxidecomputer/omicron |
2043 | 2024-10-30T13:38:31.968Z | Oct 30 13:38:31.450 DEBG running: git rev-parse HEAD |
2044 | 2024-10-30T13:38:31.975Z | Oct 30 13:38:31.457 DEBG process exited with exit status: 0 (6.593004ms) |
2045 | 2024-10-30T13:38:31.975Z | Oct 30 13:38:31.457 INFO version: 12.0.0-0.ci+git417a9860d36 |
2046 | 2024-10-30T13:38:32.015Z | Oct 30 13:38:31.496 INFO cloning helios to /work/oxidecomputer/helios |
2047 | 2024-10-30T13:38:32.015Z | Oct 30 13:38:31.496 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2048 | 2024-10-30T13:38:32.020Z | Cloning into '/work/oxidecomputer/helios'... |
2049 | 2024-10-30T13:38:32.562Z | Oct 30 13:38:32.044 DEBG process exited with exit status: 0 (547.551217ms) |
2050 | 2024-10-30T13:38:32.562Z | Oct 30 13:38:32.044 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2051 | 2024-10-30T13:38:32.570Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2052 | 2024-10-30T13:38:32.570Z | # branch.head master |
2053 | 2024-10-30T13:38:32.570Z | # branch.upstream origin/master |
2054 | 2024-10-30T13:38:32.570Z | # branch.ab +0 -0 |
2055 | 2024-10-30T13:38:32.572Z | Oct 30 13:38:32.052 DEBG process exited with exit status: 0 (8.105036ms) |
2056 | 2024-10-30T13:38:32.572Z | Oct 30 13:38:32.052 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2057 | 2024-10-30T13:38:33.389Z | Oct 30 13:38:32.871 DEBG process exited with exit status: 0 (818.501417ms) |
2058 | 2024-10-30T13:38:33.389Z | Oct 30 13:38:32.871 DEBG running: zfs list rpool/images/build/host |
2059 | 2024-10-30T13:38:33.396Z | NAME USED AVAIL REFER MOUNTPOINT |
2060 | 2024-10-30T13:38:33.396Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2061 | 2024-10-30T13:38:33.399Z | Oct 30 13:38:32.878 DEBG process exited with exit status: 0 (7.411101ms) |
2062 | 2024-10-30T13:38:33.399Z | Oct 30 13:38:32.878 DEBG running: zfs list rpool/images/build/recovery |
2063 | 2024-10-30T13:38:33.402Z | NAME USED AVAIL REFER MOUNTPOINT |
2064 | 2024-10-30T13:38:33.402Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2065 | 2024-10-30T13:38:33.405Z | Oct 30 13:38:32.885 DEBG process exited with exit status: 0 (6.350641ms) |
2066 | 2024-10-30T13:38:33.405Z | Oct 30 13:38:32.886 INFO [hubris-staging] running task |
2067 | 2024-10-30T13:38:33.405Z | Oct 30 13:38:32.886 INFO [hubris-production] running task |
2068 | 2024-10-30T13:38:33.405Z | Oct 30 13:38:32.886 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2069 | 2024-10-30T13:38:33.408Z | Oct 30 13:38:32.890 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 |
2070 | 2024-10-30T13:38:33.478Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2071 | 2024-10-30T13:38:33.860Z | [ omicron-package] Blocking waiting for file lock on package cache |
2072 | 2024-10-30T13:38:34.451Z | [ omicron-package] Blocking waiting for file lock on package cache |
2073 | 2024-10-30T13:38:34.720Z | [ omicron-package] Blocking waiting for file lock on package cache |
2074 | 2024-10-30T13:38:35.078Z | Oct 30 13:38:34.560 INFO [hubris-production] task succeeded (1.67389289s) |
2075 | 2024-10-30T13:38:35.647Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2076 | 2024-10-30T13:38:35.650Z | [ omicron-package] Compiling heapless v0.8.0 |
2077 | 2024-10-30T13:38:35.650Z | [ omicron-package] Compiling hash32 v0.3.1 |
2078 | 2024-10-30T13:38:35.650Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2079 | 2024-10-30T13:38:35.650Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2080 | 2024-10-30T13:38:35.650Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2081 | 2024-10-30T13:38:35.650Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2082 | 2024-10-30T13:38:35.650Z | [ omicron-package] Compiling cobs v0.2.3 |
2083 | 2024-10-30T13:38:36.464Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2084 | 2024-10-30T13:38:36.728Z | [ omicron-package] Compiling postcard v1.0.10 |
2085 | 2024-10-30T13:38:36.983Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2086 | 2024-10-30T13:38:37.078Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2087 | 2024-10-30T13:38:37.509Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2088 | 2024-10-30T13:38:37.563Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2089 | 2024-10-30T13:38:37.597Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2090 | 2024-10-30T13:38:38.444Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2091 | 2024-10-30T13:38:38.613Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2092 | 2024-10-30T13:38:38.770Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2093 | 2024-10-30T13:38:38.772Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2094 | 2024-10-30T13:38:39.516Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2095 | 2024-10-30T13:38:39.652Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2096 | 2024-10-30T13:38:39.689Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2097 | 2024-10-30T13:38:40.032Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2098 | 2024-10-30T13:38:40.139Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2099 | 2024-10-30T13:38:40.463Z | [ omicron-package] Compiling colored v2.1.0 |
2100 | 2024-10-30T13:38:40.741Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2101 | 2024-10-30T13:38:41.135Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2102 | 2024-10-30T13:38:41.625Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2103 | 2024-10-30T13:38:41.889Z | [ omicron-package] Compiling num_enum v0.5.11 |
2104 | 2024-10-30T13:38:41.892Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2105 | 2024-10-30T13:38:41.917Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2106 | 2024-10-30T13:38:42.119Z | [ omicron-package] Compiling num-derive v0.4.2 |
2107 | 2024-10-30T13:38:42.122Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2108 | 2024-10-30T13:38:42.492Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2109 | 2024-10-30T13:38:42.748Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2110 | 2024-10-30T13:38:42.828Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2111 | 2024-10-30T13:38:42.935Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2112 | 2024-10-30T13:38:43.059Z | [ omicron-package] Compiling smf v0.2.3 |
2113 | 2024-10-30T13:38:43.813Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2114 | 2024-10-30T13:38:44.179Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2115 | 2024-10-30T13:38:44.866Z | [ omicron-package] Compiling zone v0.3.0 |
2116 | 2024-10-30T13:38:44.966Z | Oct 30 13:38:44.446 INFO [hubris-staging] task succeeded (11.560519537s) |
2117 | 2024-10-30T13:38:46.665Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2118 | 2024-10-30T13:38:46.832Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2119 | 2024-10-30T13:38:47.036Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2024-10-30T13:38:47.740Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2024-10-30T13:38:48.271Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2122 | 2024-10-30T13:38:48.670Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2123 | 2024-10-30T13:38:49.148Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2124 | 2024-10-30T13:38:49.928Z | [ omicron-package] Compiling gethostname v0.5.0 |
2125 | 2024-10-30T13:38:51.694Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2126 | 2024-10-30T13:38:53.724Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2127 | 2024-10-30T13:38:56.384Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2128 | 2024-10-30T13:38:56.843Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2129 | 2024-10-30T13:38:58.419Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2130 | 2024-10-30T13:39:15.701Z | [ helios-setup] Oct 30 13:39:15.178 INFO helios repository root is: /work/oxidecomputer/helios |
2131 | 2024-10-30T13:39:15.704Z | [ helios-setup] Oct 30 13:39:15.181 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 |
2132 | 2024-10-30T13:39:15.704Z | [ helios-setup] Oct 30 13:39:15.181 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2133 | 2024-10-30T13:39:15.708Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2134 | 2024-10-30T13:39:16.598Z | [ helios-setup] Oct 30 13:39:16.076 INFO clone ok!, project: pilot |
2135 | 2024-10-30T13:39:16.601Z | [ helios-setup] Oct 30 13:39:16.076 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 |
2136 | 2024-10-30T13:39:16.601Z | [ helios-setup] Oct 30 13:39:16.076 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 |
2137 | 2024-10-30T13:39:16.603Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2138 | 2024-10-30T13:39:17.492Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2139 | 2024-10-30T13:39:17.498Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2140 | 2024-10-30T13:39:18.150Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 44.72s |
2141 | 2024-10-30T13:39:18.367Z | [ omicron-package] |
2142 | 2024-10-30T13:39:18.367Z | [ omicron-package] real 44.912926642 |
2143 | 2024-10-30T13:39:18.371Z | [ omicron-package] user 2:37.550113512 |
2144 | 2024-10-30T13:39:18.371Z | [ omicron-package] sys 20.990060579 |
2145 | 2024-10-30T13:39:18.371Z | [ omicron-package] trap 0.159514924 |
2146 | 2024-10-30T13:39:18.371Z | [ omicron-package] tflt 0.782659624 |
2147 | 2024-10-30T13:39:18.371Z | [ omicron-package] dflt 0.772291750 |
2148 | 2024-10-30T13:39:18.371Z | [ omicron-package] kflt 0.009155025 |
2149 | 2024-10-30T13:39:18.371Z | [ omicron-package] lock 5:04.042483369 |
2150 | 2024-10-30T13:39:18.371Z | [ omicron-package] slp 8:25.998331786 |
2151 | 2024-10-30T13:39:18.371Z | Oct 30 13:39:17.845 INFO [omicron-package] process exited with exit status: 0 (44.955887529s) |
2152 | 2024-10-30T13:39:18.371Z | [ omicron-package] lat 1:43.713061443 |
2153 | 2024-10-30T13:39:18.371Z | [ omicron-package] stop 55.261724369 |
2154 | 2024-10-30T13:39:18.371Z | Oct 30 13:39:17.846 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 |
2155 | 2024-10-30T13:39:18.451Z | Oct 30 13:39:17.928 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2156 | 2024-10-30T13:39:18.462Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2157 | 2024-10-30T13:39:18.464Z | [ host-target] Created new build target 'host' and set it as active |
2158 | 2024-10-30T13:39:18.464Z | Oct 30 13:39:17.942 INFO [host-target] process exited with exit status: 0 (96.139199ms) |
2159 | 2024-10-30T13:39:18.467Z | Oct 30 13:39:17.942 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2160 | 2024-10-30T13:39:18.472Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2161 | 2024-10-30T13:39:18.474Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2162 | 2024-10-30T13:39:18.477Z | Oct 30 13:39:17.952 INFO [recovery-target] process exited with exit status: 0 (23.871165ms) |
2163 | 2024-10-30T13:39:18.482Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2164 | 2024-10-30T13:39:19.578Z | [ host-package] Compiling convert_case v0.4.0 |
2165 | 2024-10-30T13:39:19.578Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2166 | 2024-10-30T13:39:19.581Z | [ host-package] Compiling password-hash v0.5.0 |
2167 | 2024-10-30T13:39:19.581Z | [ host-package] Compiling blake2 v0.10.6 |
2168 | 2024-10-30T13:39:19.581Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2169 | 2024-10-30T13:39:19.581Z | [ host-package] Compiling newline-converter v0.3.0 |
2170 | 2024-10-30T13:39:19.581Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2171 | 2024-10-30T13:39:19.725Z | [ host-package] Compiling owo-colors v4.1.0 |
2172 | 2024-10-30T13:39:19.944Z | [ host-package] Compiling libsw v3.3.1 |
2173 | 2024-10-30T13:39:20.022Z | [ host-package] Compiling expectorate v1.1.0 |
2174 | 2024-10-30T13:39:20.319Z | [ host-package] Compiling linear-map v1.2.0 |
2175 | 2024-10-30T13:39:20.345Z | [ host-package] Compiling argon2 v0.5.3 |
2176 | 2024-10-30T13:39:20.489Z | [ host-package] Compiling derive_more v0.99.18 |
2177 | 2024-10-30T13:39:20.753Z | [ host-package] Compiling swrite v0.1.0 |
2178 | 2024-10-30T13:39:20.782Z | [ host-package] Compiling indent_write v2.2.0 |
2179 | 2024-10-30T13:39:20.921Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2180 | 2024-10-30T13:39:20.966Z | [ host-package] Compiling progenitor-client v0.8.0 |
2181 | 2024-10-30T13:39:21.038Z | [ host-package] Compiling atomicwrites v0.4.4 |
2182 | 2024-10-30T13:39:21.177Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2183 | 2024-10-30T13:39:21.456Z | [ host-package] Compiling progenitor v0.8.0 |
2184 | 2024-10-30T13:39:21.589Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2185 | 2024-10-30T13:39:21.715Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2186 | 2024-10-30T13:39:21.766Z | [ host-package] Compiling num-rational v0.4.2 |
2187 | 2024-10-30T13:39:21.984Z | [ host-package] Compiling num-complex v0.4.6 |
2188 | 2024-10-30T13:39:22.827Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2189 | 2024-10-30T13:39:23.023Z | [ host-package] Compiling prettyplease v0.2.22 |
2190 | 2024-10-30T13:39:23.367Z | [ host-package] Compiling num v0.4.3 |
2191 | 2024-10-30T13:39:23.369Z | [ host-package] Compiling float-ord v0.3.2 |
2192 | 2024-10-30T13:39:23.501Z | [ host-package] Compiling semver v0.1.20 |
2193 | 2024-10-30T13:39:23.584Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2194 | 2024-10-30T13:39:24.117Z | [ host-package] Compiling rustc_version v0.1.7 |
2195 | 2024-10-30T13:39:24.457Z | [ host-package] Compiling humantime v2.1.0 |
2196 | 2024-10-30T13:39:24.586Z | [ host-package] Compiling newtype_derive v0.1.6 |
2197 | 2024-10-30T13:39:25.125Z | [ host-package] Compiling highway v1.2.0 |
2198 | 2024-10-30T13:39:25.684Z | [ host-package] Compiling home v0.5.9 |
2199 | 2024-10-30T13:39:25.708Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2200 | 2024-10-30T13:39:25.722Z | [ helios-setup] Oct 30 13:39:25.198 INFO clone ok!, project: amd-host-image-builder |
2201 | 2024-10-30T13:39:25.722Z | [ helios-setup] Oct 30 13:39:25.198 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2202 | 2024-10-30T13:39:25.722Z | [ helios-setup] Oct 30 13:39:25.198 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 |
2203 | 2024-10-30T13:39:25.722Z | [ helios-setup] Oct 30 13:39:25.198 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2204 | 2024-10-30T13:39:25.736Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2205 | 2024-10-30T13:39:25.974Z | [ host-package] Compiling steno v0.4.1 |
2206 | 2024-10-30T13:39:26.581Z | [ helios-setup] Oct 30 13:39:26.057 INFO clone ok!, project: image-builder |
2207 | 2024-10-30T13:39:26.584Z | [ helios-setup] Oct 30 13:39:26.058 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 |
2208 | 2024-10-30T13:39:26.584Z | [ helios-setup] Oct 30 13:39:26.058 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2209 | 2024-10-30T13:39:26.586Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2210 | 2024-10-30T13:39:26.967Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2211 | 2024-10-30T13:39:29.464Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2212 | 2024-10-30T13:39:29.885Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2213 | 2024-10-30T13:39:30.353Z | [ host-package] Compiling ipnetwork v0.20.0 |
2214 | 2024-10-30T13:39:30.818Z | [ host-package] Compiling instant v0.1.13 |
2215 | 2024-10-30T13:39:31.024Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2216 | 2024-10-30T13:39:31.253Z | [ host-package] Compiling backoff v0.4.0 |
2217 | 2024-10-30T13:39:31.280Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2218 | 2024-10-30T13:39:31.389Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2219 | 2024-10-30T13:39:31.760Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2220 | 2024-10-30T13:39:31.979Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2221 | 2024-10-30T13:39:32.123Z | [ host-package] Compiling parse-display v0.10.0 |
2222 | 2024-10-30T13:39:32.700Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2223 | 2024-10-30T13:39:32.917Z | [ host-package] Compiling strum v0.26.3 |
2224 | 2024-10-30T13:39:33.137Z | [ host-package] Compiling serde_with v3.11.0 |
2225 | 2024-10-30T13:39:35.367Z | [ helios-setup] Oct 30 13:39:34.842 INFO clone ok!, project: amd-firmware |
2226 | 2024-10-30T13:39:35.369Z | [ helios-setup] Oct 30 13:39:34.842 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2227 | 2024-10-30T13:39:35.369Z | [ helios-setup] Oct 30 13:39:34.843 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 |
2228 | 2024-10-30T13:39:35.369Z | [ helios-setup] Oct 30 13:39:34.843 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2229 | 2024-10-30T13:39:35.372Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2230 | 2024-10-30T13:39:36.089Z | [ helios-setup] Oct 30 13:39:35.564 INFO clone ok!, project: pinprick |
2231 | 2024-10-30T13:39:36.092Z | [ helios-setup] Oct 30 13:39:35.564 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2232 | 2024-10-30T13:39:36.092Z | [ helios-setup] Oct 30 13:39:35.565 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 |
2233 | 2024-10-30T13:39:36.092Z | [ helios-setup] Oct 30 13:39:35.565 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2234 | 2024-10-30T13:39:36.094Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2235 | 2024-10-30T13:39:36.728Z | [ host-package] Compiling regress v0.9.1 |
2236 | 2024-10-30T13:39:36.847Z | [ helios-setup] Oct 30 13:39:36.322 INFO clone ok!, project: phbl |
2237 | 2024-10-30T13:39:36.849Z | [ helios-setup] Oct 30 13:39:36.322 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 |
2238 | 2024-10-30T13:39:36.849Z | [ helios-setup] Oct 30 13:39:36.322 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2239 | 2024-10-30T13:39:36.852Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2240 | 2024-10-30T13:39:37.616Z | [ helios-setup] Oct 30 13:39:37.091 INFO clone ok!, project: bootserver |
2241 | 2024-10-30T13:39:37.616Z | [ helios-setup] Oct 30 13:39:37.092 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 |
2242 | 2024-10-30T13:39:37.616Z | [ helios-setup] Oct 30 13:39:37.092 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2243 | 2024-10-30T13:39:37.621Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2244 | 2024-10-30T13:39:37.682Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2245 | 2024-10-30T13:39:38.951Z | [ helios-setup] Oct 30 13:39:38.426 INFO clone ok!, project: chelsio-t6-roms |
2246 | 2024-10-30T13:39:38.954Z | [ helios-setup] Oct 30 13:39:38.427 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2247 | 2024-10-30T13:39:39.536Z | [ host-package] Compiling macaddr v1.0.1 |
2248 | 2024-10-30T13:39:39.908Z | [ helios-setup] Oct 30 13:39:39.383 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2249 | 2024-10-30T13:39:40.481Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2250 | 2024-10-30T13:39:40.519Z | [ helios-setup] Oct 30 13:39:39.994 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2251 | 2024-10-30T13:39:40.522Z | [ helios-setup] Oct 30 13:39:39.994 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2252 | 2024-10-30T13:39:41.080Z | [ helios-setup] Oct 30 13:39:40.555 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2253 | 2024-10-30T13:39:41.654Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2254 | 2024-10-30T13:39:41.730Z | [ helios-setup] Oct 30 13:39:41.205 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2255 | 2024-10-30T13:39:41.730Z | [ helios-setup] Oct 30 13:39:41.205 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2256 | 2024-10-30T13:39:41.994Z | [ host-package] Compiling display-error-chain v0.2.1 |
2257 | 2024-10-30T13:39:42.291Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2258 | 2024-10-30T13:39:42.329Z | [ helios-setup] Oct 30 13:39:41.803 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2259 | 2024-10-30T13:39:42.906Z | [ helios-setup] Oct 30 13:39:42.381 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2260 | 2024-10-30T13:39:42.906Z | [ helios-setup] Oct 30 13:39:42.381 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2261 | 2024-10-30T13:39:42.908Z | [ helios-setup] Oct 30 13:39:42.381 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2262 | 2024-10-30T13:39:42.908Z | [ helios-setup] Oct 30 13:39:42.381 INFO ok! |
2263 | 2024-10-30T13:39:42.909Z | [ helios-setup] Oct 30 13:39:42.381 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2264 | 2024-10-30T13:39:42.909Z | [ helios-setup] Oct 30 13:39:42.381 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2265 | 2024-10-30T13:39:42.909Z | [ helios-setup] Oct 30 13:39:42.381 INFO ok! |
2266 | 2024-10-30T13:39:42.909Z | [ helios-setup] Oct 30 13:39:42.381 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2267 | 2024-10-30T13:39:42.909Z | [ helios-setup] Oct 30 13:39:42.381 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2268 | 2024-10-30T13:39:42.909Z | [ helios-setup] Oct 30 13:39:42.381 INFO ok! |
2269 | 2024-10-30T13:39:42.909Z | [ helios-setup] Oct 30 13:39:42.381 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2270 | 2024-10-30T13:39:42.909Z | [ helios-setup] Oct 30 13:39:42.381 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2271 | 2024-10-30T13:39:43.166Z | [ helios-setup] Oct 30 13:39:42.641 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2272 | 2024-10-30T13:39:44.401Z | [ helios-setup] Oct 30 13:39:43.875 INFO E| From https://github.com/oxidecomputer/progenitor |
2273 | 2024-10-30T13:39:44.401Z | [ helios-setup] Oct 30 13:39:43.875 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2274 | 2024-10-30T13:39:44.439Z | [ helios-setup] Oct 30 13:39:43.914 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2275 | 2024-10-30T13:39:44.439Z | [ helios-setup] Oct 30 13:39:43.914 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2276 | 2024-10-30T13:39:44.560Z | [ helios-setup] Oct 30 13:39:44.035 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2277 | 2024-10-30T13:39:45.123Z | [ helios-setup] Oct 30 13:39:44.597 INFO E| From https://github.com/jclulow/hiercmd |
2278 | 2024-10-30T13:39:45.123Z | [ helios-setup] Oct 30 13:39:44.597 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2279 | 2024-10-30T13:39:45.144Z | [ helios-setup] Oct 30 13:39:44.618 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2280 | 2024-10-30T13:39:45.294Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2281 | 2024-10-30T13:39:45.676Z | [ helios-setup] Oct 30 13:39:45.151 INFO E| From https://github.com/jclulow/network-interface |
2282 | 2024-10-30T13:39:45.677Z | [ helios-setup] Oct 30 13:39:45.151 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2283 | 2024-10-30T13:39:45.697Z | [ helios-setup] Oct 30 13:39:45.171 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2284 | 2024-10-30T13:39:46.217Z | [ helios-setup] Oct 30 13:39:45.691 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2285 | 2024-10-30T13:39:46.217Z | [ helios-setup] Oct 30 13:39:45.691 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2286 | 2024-10-30T13:39:46.265Z | [ helios-setup] Oct 30 13:39:45.737 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2287 | 2024-10-30T13:39:46.375Z | [ host-package] Compiling half v2.4.1 |
2288 | 2024-10-30T13:39:47.167Z | [ host-package] Compiling ciborium-io v0.2.2 |
2289 | 2024-10-30T13:39:47.167Z | [ helios-setup] Oct 30 13:39:46.641 INFO E| From https://github.com/oxidecomputer/facade |
2290 | 2024-10-30T13:39:47.167Z | [ helios-setup] Oct 30 13:39:46.641 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2291 | 2024-10-30T13:39:47.217Z | [ helios-setup] Oct 30 13:39:46.691 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2292 | 2024-10-30T13:39:47.361Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2293 | 2024-10-30T13:39:47.953Z | [ host-package] Compiling tungstenite v0.21.0 |
2294 | 2024-10-30T13:39:48.051Z | [ helios-setup] Oct 30 13:39:47.525 INFO E| From https://github.com/oxidecomputer/dropshot |
2295 | 2024-10-30T13:39:48.051Z | [ helios-setup] Oct 30 13:39:47.525 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2296 | 2024-10-30T13:39:48.091Z | [ helios-setup] Oct 30 13:39:47.565 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2297 | 2024-10-30T13:39:48.091Z | [ helios-setup] Oct 30 13:39:47.565 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2298 | 2024-10-30T13:39:48.094Z | [ helios-setup] Oct 30 13:39:47.565 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2299 | 2024-10-30T13:39:48.094Z | [ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2300 | 2024-10-30T13:39:48.094Z | [ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2301 | 2024-10-30T13:39:48.094Z | [ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2302 | 2024-10-30T13:39:48.094Z | [ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2303 | 2024-10-30T13:39:48.094Z | [ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2304 | 2024-10-30T13:39:48.160Z | [ helios-setup] Oct 30 13:39:47.635 INFO E| Updating crates.io index |
2305 | 2024-10-30T13:39:48.288Z | [ helios-setup] Oct 30 13:39:47.762 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2306 | 2024-10-30T13:39:49.341Z | [ helios-setup] Oct 30 13:39:48.815 INFO E| From https://github.com/oxidecomputer/typify |
2307 | 2024-10-30T13:39:49.341Z | [ helios-setup] Oct 30 13:39:48.815 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2308 | 2024-10-30T13:39:49.375Z | [ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2309 | 2024-10-30T13:39:49.377Z | [ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2310 | 2024-10-30T13:39:49.377Z | [ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2311 | 2024-10-30T13:39:49.377Z | [ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2312 | 2024-10-30T13:39:49.377Z | [ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2313 | 2024-10-30T13:39:49.378Z | [ helios-setup] Oct 30 13:39:48.850 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2314 | 2024-10-30T13:39:49.378Z | [ helios-setup] Oct 30 13:39:48.850 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2315 | 2024-10-30T13:39:49.876Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2316 | 2024-10-30T13:39:50.034Z | [ helios-setup] Oct 30 13:39:49.508 INFO E| Downloading crates ... |
2317 | 2024-10-30T13:39:50.155Z | [ host-package] Compiling ciborium v0.2.2 |
2318 | 2024-10-30T13:39:50.195Z | [ helios-setup] Oct 30 13:39:49.669 INFO E| Downloaded async-stream-impl v0.3.5 |
2319 | 2024-10-30T13:39:50.256Z | [ helios-setup] Oct 30 13:39:49.730 INFO E| Downloaded project-root v0.2.2 |
2320 | 2024-10-30T13:39:50.259Z | [ helios-setup] Oct 30 13:39:49.732 INFO E| Downloaded const-random-macro v0.1.15 |
2321 | 2024-10-30T13:39:50.262Z | [ helios-setup] Oct 30 13:39:49.734 INFO E| Downloaded concolor-override v1.0.0 |
2322 | 2024-10-30T13:39:50.262Z | [ helios-setup] Oct 30 13:39:49.736 INFO E| Downloaded lazy_static v1.4.0 |
2323 | 2024-10-30T13:39:50.265Z | [ helios-setup] Oct 30 13:39:49.739 INFO E| Downloaded base64 v0.21.0 |
2324 | 2024-10-30T13:39:50.272Z | [ helios-setup] Oct 30 13:39:49.746 INFO E| Downloaded is-terminal v0.4.7 |
2325 | 2024-10-30T13:39:50.275Z | [ helios-setup] Oct 30 13:39:49.749 INFO E| Downloaded iana-time-zone v0.1.56 |
2326 | 2024-10-30T13:39:50.280Z | [ helios-setup] Oct 30 13:39:49.754 INFO E| Downloaded pkg-config v0.3.26 |
2327 | 2024-10-30T13:39:50.282Z | [ helios-setup] Oct 30 13:39:49.757 INFO E| Downloaded http-body v0.4.5 |
2328 | 2024-10-30T13:39:50.286Z | [ helios-setup] Oct 30 13:39:49.761 INFO E| Downloaded serde_path_to_error v0.1.11 |
2329 | 2024-10-30T13:39:50.290Z | [ helios-setup] Oct 30 13:39:49.765 INFO E| Downloaded signal-hook-registry v1.4.0 |
2330 | 2024-10-30T13:39:50.293Z | [ helios-setup] Oct 30 13:39:49.767 INFO E| Downloaded proc-macro-crate v1.2.1 |
2331 | 2024-10-30T13:39:50.296Z | [ helios-setup] Oct 30 13:39:49.770 INFO E| Downloaded httparse v1.8.0 |
2332 | 2024-10-30T13:39:50.305Z | [ helios-setup] Oct 30 13:39:49.779 INFO E| Downloaded serde_derive v1.0.204 |
2333 | 2024-10-30T13:39:50.311Z | [ helios-setup] Oct 30 13:39:49.785 INFO E| Downloaded toolchain_find v0.2.0 |
2334 | 2024-10-30T13:39:50.314Z | [ helios-setup] Oct 30 13:39:49.789 INFO E| Downloaded futures-sink v0.3.28 |
2335 | 2024-10-30T13:39:50.317Z | [ helios-setup] Oct 30 13:39:49.790 INFO E| Downloaded tower-service v0.3.2 |
2336 | 2024-10-30T13:39:50.319Z | [ helios-setup] Oct 30 13:39:49.792 INFO E| Downloaded generic-array v0.14.6 |
2337 | 2024-10-30T13:39:50.322Z | [ helios-setup] Oct 30 13:39:49.797 INFO E| Downloaded try-lock v0.2.4 |
2338 | 2024-10-30T13:39:50.325Z | [ helios-setup] Oct 30 13:39:49.799 INFO E| Downloaded semver v0.11.0 |
2339 | 2024-10-30T13:39:50.327Z | [ helios-setup] Oct 30 13:39:49.802 INFO E| Downloaded rustls-pemfile v1.0.2 |
2340 | 2024-10-30T13:39:50.332Z | [ helios-setup] Oct 30 13:39:49.806 INFO E| Downloaded parking_lot_core v0.9.6 |
2341 | 2024-10-30T13:39:50.336Z | [ helios-setup] Oct 30 13:39:49.811 INFO E| Downloaded num-traits v0.2.15 |
2342 | 2024-10-30T13:39:50.342Z | [ helios-setup] Oct 30 13:39:49.817 INFO E| Downloaded time v0.1.45 |
2343 | 2024-10-30T13:39:50.351Z | [ helios-setup] Oct 30 13:39:49.820 INFO E| Downloaded slog-bunyan v2.4.0 |
2344 | 2024-10-30T13:39:50.351Z | [ helios-setup] Oct 30 13:39:49.824 INFO E| Downloaded num_cpus v1.15.0 |
2345 | 2024-10-30T13:39:50.355Z | [ helios-setup] Oct 30 13:39:49.829 INFO E| Downloaded memoffset v0.7.1 |
2346 | 2024-10-30T13:39:50.358Z | [ helios-setup] Oct 30 13:39:49.833 INFO E| Downloaded smartstring v1.0.1 |
2347 | 2024-10-30T13:39:50.363Z | [ helios-setup] Oct 30 13:39:49.838 INFO E| Downloaded aho-corasick v0.7.20 |
2348 | 2024-10-30T13:39:50.372Z | [ helios-setup] Oct 30 13:39:49.846 INFO E| Downloaded uuid v1.3.0 |
2349 | 2024-10-30T13:39:50.381Z | [ helios-setup] Oct 30 13:39:49.855 INFO E| Downloaded toml v0.7.3 |
2350 | 2024-10-30T13:39:50.388Z | [ helios-setup] Oct 30 13:39:49.862 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2351 | 2024-10-30T13:39:50.395Z | [ helios-setup] Oct 30 13:39:49.870 INFO E| Downloaded serde_yaml v0.9.21 |
2352 | 2024-10-30T13:39:50.404Z | [ helios-setup] Oct 30 13:39:49.878 INFO E| Downloaded rayon-core v1.10.2 |
2353 | 2024-10-30T13:39:50.413Z | [ helios-setup] Oct 30 13:39:49.887 INFO E| Downloaded slab v0.4.7 |
2354 | 2024-10-30T13:39:50.416Z | [ helios-setup] Oct 30 13:39:49.889 INFO E| Downloaded sct v0.7.0 |
2355 | 2024-10-30T13:39:50.422Z | [ helios-setup] Oct 30 13:39:49.896 INFO E| Downloaded strsim v0.10.0 |
2356 | 2024-10-30T13:39:50.424Z | [ helios-setup] Oct 30 13:39:49.898 INFO E| Downloaded block-buffer v0.10.3 |
2357 | 2024-10-30T13:39:50.427Z | [ helios-setup] Oct 30 13:39:49.901 INFO E| Downloaded tokio-util v0.7.7 |
2358 | 2024-10-30T13:39:50.439Z | [ helios-setup] Oct 30 13:39:49.914 INFO E| Downloaded want v0.3.0 |
2359 | 2024-10-30T13:39:50.442Z | [ helios-setup] Oct 30 13:39:49.916 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2360 | 2024-10-30T13:39:50.445Z | [ helios-setup] Oct 30 13:39:49.919 INFO E| Downloaded unicode-width v0.1.10 |
2361 | 2024-10-30T13:39:50.448Z | [ helios-setup] Oct 30 13:39:49.922 INFO E| Downloaded terminal_size v0.2.6 |
2362 | 2024-10-30T13:39:50.451Z | [ helios-setup] Oct 30 13:39:49.925 INFO E| Downloaded walkdir v2.3.3 |
2363 | 2024-10-30T13:39:50.455Z | [ helios-setup] Oct 30 13:39:49.929 INFO E| Downloaded thiserror v1.0.38 |
2364 | 2024-10-30T13:39:50.465Z | [ helios-setup] Oct 30 13:39:49.939 INFO E| Downloaded unicode-normalization v0.1.22 |
2365 | 2024-10-30T13:39:50.472Z | [ helios-setup] Oct 30 13:39:49.946 INFO E| Downloaded utf8parse v0.2.1 |
2366 | 2024-10-30T13:39:50.475Z | [ helios-setup] Oct 30 13:39:49.949 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2367 | 2024-10-30T13:39:50.482Z | [ helios-setup] Oct 30 13:39:49.954 INFO E| Downloaded tokio-rustls v0.24.0 |
2368 | 2024-10-30T13:39:50.485Z | [ helios-setup] Oct 30 13:39:49.958 INFO E| Downloaded tempfile v3.5.0 |
2369 | 2024-10-30T13:39:50.489Z | [ helios-setup] Oct 30 13:39:49.963 INFO E| Downloaded unicode-bidi v0.3.13 |
2370 | 2024-10-30T13:39:50.494Z | [ helios-setup] Oct 30 13:39:49.968 INFO E| Downloaded cc v1.0.78 |
2371 | 2024-10-30T13:39:50.500Z | [ helios-setup] Oct 30 13:39:49.974 INFO E| Downloaded rhai_codegen v1.5.0 |
2372 | 2024-10-30T13:39:50.519Z | [ helios-setup] Oct 30 13:39:49.993 INFO E| Downloaded url v2.3.1 |
2373 | 2024-10-30T13:39:50.524Z | [ helios-setup] Oct 30 13:39:49.998 INFO E| Downloaded unicode-linebreak v0.1.4 |
2374 | 2024-10-30T13:39:50.528Z | [ helios-setup] Oct 30 13:39:50.002 INFO E| Downloaded tungstenite v0.18.0 |
2375 | 2024-10-30T13:39:50.533Z | [ helios-setup] Oct 30 13:39:50.008 INFO E| Downloaded flate2 v1.0.25 |
2376 | 2024-10-30T13:39:50.544Z | [ helios-setup] Oct 30 13:39:50.018 INFO E| Downloaded rustls-webpki v0.100.1 |
2377 | 2024-10-30T13:39:50.558Z | [ helios-setup] Oct 30 13:39:50.032 INFO E| Downloaded chrono v0.4.24 |
2378 | 2024-10-30T13:39:50.593Z | [ helios-setup] Oct 30 13:39:50.067 INFO E| Downloaded h2 v0.3.16 |
2379 | 2024-10-30T13:39:50.594Z | [ helios-setup] Oct 30 13:39:50.067 INFO E| Downloaded tracing v0.1.37 |
2380 | 2024-10-30T13:39:50.598Z | [ helios-setup] Oct 30 13:39:50.067 INFO E| Downloaded toml_edit v0.19.8 |
2381 | 2024-10-30T13:39:50.626Z | [ helios-setup] Oct 30 13:39:50.100 INFO E| Downloaded rayon v1.6.1 |
2382 | 2024-10-30T13:39:50.637Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2383 | 2024-10-30T13:39:50.641Z | [ helios-setup] Oct 30 13:39:50.115 INFO E| Downloaded syn v2.0.72 |
2384 | 2024-10-30T13:39:50.657Z | [ helios-setup] Oct 30 13:39:50.131 INFO E| Downloaded serde_json v1.0.95 |
2385 | 2024-10-30T13:39:50.669Z | [ helios-setup] Oct 30 13:39:50.143 INFO E| Downloaded reqwest v0.11.16 |
2386 | 2024-10-30T13:39:50.683Z | [ helios-setup] Oct 30 13:39:50.157 INFO E| Downloaded rustix v0.37.3 |
2387 | 2024-10-30T13:39:50.719Z | [ helios-setup] Oct 30 13:39:50.193 INFO E| Downloaded git2 v0.16.1 |
2388 | 2024-10-30T13:39:50.733Z | [ helios-setup] Oct 30 13:39:50.208 INFO E| Downloaded syn v1.0.107 |
2389 | 2024-10-30T13:39:50.752Z | [ helios-setup] Oct 30 13:39:50.227 INFO E| Downloaded rustls v0.21.0 |
2390 | 2024-10-30T13:39:50.774Z | [ helios-setup] Oct 30 13:39:50.248 INFO E| Downloaded regex v1.7.3 |
2391 | 2024-10-30T13:39:50.789Z | [ helios-setup] Oct 30 13:39:50.263 INFO E| Downloaded hyper v0.14.25 |
2392 | 2024-10-30T13:39:50.803Z | [ helios-setup] Oct 30 13:39:50.277 INFO E| Downloaded futures-util v0.3.28 |
2393 | 2024-10-30T13:39:50.824Z | [ helios-setup] Oct 30 13:39:50.298 INFO E| Downloaded clap_builder v4.2.1 |
2394 | 2024-10-30T13:39:50.835Z | [ helios-setup] Oct 30 13:39:50.309 INFO E| Downloaded rhai v1.14.0 |
2395 | 2024-10-30T13:39:50.853Z | [ helios-setup] Oct 30 13:39:50.327 INFO E| Downloaded openapiv3 v1.0.2 |
2396 | 2024-10-30T13:39:50.877Z | [ helios-setup] Oct 30 13:39:50.351 INFO E| Downloaded http v0.2.9 |
2397 | 2024-10-30T13:39:50.884Z | [ helios-setup] Oct 30 13:39:50.358 INFO E| Downloaded regress v0.5.0 |
2398 | 2024-10-30T13:39:50.896Z | [ helios-setup] Oct 30 13:39:50.370 INFO E| Downloaded typenum v1.16.0 |
2399 | 2024-10-30T13:39:50.901Z | [ helios-setup] Oct 30 13:39:50.375 INFO E| Downloaded tracing-core v0.1.30 |
2400 | 2024-10-30T13:39:50.906Z | [ helios-setup] Oct 30 13:39:50.380 INFO E| Downloaded toml v0.5.11 |
2401 | 2024-10-30T13:39:50.910Z | [ helios-setup] Oct 30 13:39:50.385 INFO E| Downloaded tinyvec v1.6.0 |
2402 | 2024-10-30T13:39:50.916Z | [ helios-setup] Oct 30 13:39:50.390 INFO E| Downloaded serde v1.0.204 |
2403 | 2024-10-30T13:39:50.922Z | [ helios-setup] Oct 30 13:39:50.396 INFO E| Downloaded schemars v0.8.12 |
2404 | 2024-10-30T13:39:50.941Z | [ helios-setup] Oct 30 13:39:50.415 INFO E| Downloaded winnow v0.4.1 |
2405 | 2024-10-30T13:39:50.954Z | [ helios-setup] Oct 30 13:39:50.429 INFO E| Downloaded pest v2.5.7 |
2406 | 2024-10-30T13:39:50.963Z | [ helios-setup] Oct 30 13:39:50.437 INFO E| Downloaded bytes v1.4.0 |
2407 | 2024-10-30T13:39:50.970Z | [ helios-setup] Oct 30 13:39:50.444 INFO E| Downloaded ryu v1.0.13 |
2408 | 2024-10-30T13:39:50.975Z | [ helios-setup] Oct 30 13:39:50.449 INFO E| Downloaded mio v0.8.5 |
2409 | 2024-10-30T13:39:50.985Z | [ helios-setup] Oct 30 13:39:50.459 INFO E| Downloaded miniz_oxide v0.6.2 |
2410 | 2024-10-30T13:39:50.990Z | [ helios-setup] Oct 30 13:39:50.464 INFO E| Downloaded futures v0.3.28 |
2411 | 2024-10-30T13:39:50.997Z | [ helios-setup] Oct 30 13:39:50.472 INFO E| Downloaded tokio v1.27.0 |
2412 | 2024-10-30T13:39:51.046Z | [ helios-setup] Oct 30 13:39:50.520 INFO E| Downloaded clap v4.2.1 |
2413 | 2024-10-30T13:39:51.059Z | [ helios-setup] Oct 30 13:39:50.533 INFO E| Downloaded crossbeam-channel v0.5.6 |
2414 | 2024-10-30T13:39:51.066Z | [ helios-setup] Oct 30 13:39:50.540 INFO E| Downloaded proc-macro2 v1.0.86 |
2415 | 2024-10-30T13:39:51.070Z | [ helios-setup] Oct 30 13:39:50.544 INFO E| Downloaded parking_lot v0.12.1 |
2416 | 2024-10-30T13:39:51.074Z | [ helios-setup] Oct 30 13:39:50.548 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2417 | 2024-10-30T13:39:51.078Z | [ helios-setup] Oct 30 13:39:50.552 INFO E| Downloaded cargo-lock v8.0.3 |
2418 | 2024-10-30T13:39:51.082Z | [ helios-setup] Oct 30 13:39:50.557 INFO E| Downloaded smallvec v1.10.0 |
2419 | 2024-10-30T13:39:51.085Z | [ helios-setup] Oct 30 13:39:50.560 INFO E| Downloaded digest v0.10.6 |
2420 | 2024-10-30T13:39:51.088Z | [ helios-setup] Oct 30 13:39:50.563 INFO E| Downloaded libc v0.2.139 |
2421 | 2024-10-30T13:39:51.127Z | [ helios-setup] Oct 30 13:39:50.601 INFO E| Downloaded async-trait v0.1.68 |
2422 | 2024-10-30T13:39:51.133Z | [ helios-setup] Oct 30 13:39:50.607 INFO E| Downloaded once_cell v1.17.0 |
2423 | 2024-10-30T13:39:51.136Z | [ helios-setup] Oct 30 13:39:50.611 INFO E| Downloaded ahash v0.8.3 |
2424 | 2024-10-30T13:39:51.140Z | [ helios-setup] Oct 30 13:39:50.615 INFO E| Downloaded toml_datetime v0.6.1 |
2425 | 2024-10-30T13:39:51.143Z | [ helios-setup] Oct 30 13:39:50.617 INFO E| Downloaded thiserror-impl v1.0.38 |
2426 | 2024-10-30T13:39:51.146Z | [ helios-setup] Oct 30 13:39:50.619 INFO E| Downloaded smawk v0.3.1 |
2427 | 2024-10-30T13:39:51.148Z | [ helios-setup] Oct 30 13:39:50.621 INFO E| Downloaded serde_derive_internals v0.26.0 |
2428 | 2024-10-30T13:39:51.151Z | [ helios-setup] Oct 30 13:39:50.623 INFO E| Downloaded memchr v2.5.0 |
2429 | 2024-10-30T13:39:51.155Z | [ helios-setup] Oct 30 13:39:50.630 INFO E| Downloaded log v0.4.17 |
2430 | 2024-10-30T13:39:51.159Z | [ helios-setup] Oct 30 13:39:50.633 INFO E| Downloaded quote v1.0.36 |
2431 | 2024-10-30T13:39:51.163Z | [ helios-setup] Oct 30 13:39:50.637 INFO E| Downloaded ipnet v2.7.2 |
2432 | 2024-10-30T13:39:51.166Z | [ helios-setup] Oct 30 13:39:50.640 INFO E| Downloaded io-lifetimes v1.0.10 |
2433 | 2024-10-30T13:39:51.169Z | [ helios-setup] Oct 30 13:39:50.644 INFO E| Downloaded getrandom v0.2.8 |
2434 | 2024-10-30T13:39:51.174Z | [ helios-setup] Oct 30 13:39:50.648 INFO E| Downloaded futures-channel v0.3.28 |
2435 | 2024-10-30T13:39:51.177Z | [ helios-setup] Oct 30 13:39:50.651 INFO E| Downloaded clap_derive v4.2.0 |
2436 | 2024-10-30T13:39:51.180Z | [ helios-setup] Oct 30 13:39:50.654 INFO E| Downloaded ahash v0.7.6 |
2437 | 2024-10-30T13:39:51.184Z | [ helios-setup] Oct 30 13:39:50.658 INFO E| Downloaded slog-async v2.7.0 |
2438 | 2024-10-30T13:39:51.186Z | [ helios-setup] Oct 30 13:39:50.660 INFO E| Downloaded sha2 v0.10.6 |
2439 | 2024-10-30T13:39:51.189Z | [ helios-setup] Oct 30 13:39:50.664 INFO E| Downloaded sha1 v0.10.5 |
2440 | 2024-10-30T13:39:51.192Z | [ helios-setup] Oct 30 13:39:50.666 INFO E| Downloaded semver-parser v0.10.2 |
2441 | 2024-10-30T13:39:51.195Z | [ helios-setup] Oct 30 13:39:50.669 INFO E| Downloaded semver v1.0.17 |
2442 | 2024-10-30T13:39:51.199Z | [ helios-setup] Oct 30 13:39:50.673 INFO E| Downloaded schemars_derive v0.8.12 |
2443 | 2024-10-30T13:39:51.202Z | [ helios-setup] Oct 30 13:39:50.676 INFO E| Downloaded bincode v1.3.3 |
2444 | 2024-10-30T13:39:51.205Z | [ helios-setup] Oct 30 13:39:50.680 INFO E| Downloaded anstyle-parse v0.1.1 |
2445 | 2024-10-30T13:39:51.208Z | [ helios-setup] Oct 30 13:39:50.682 INFO E| Downloaded serde_tokenstream v0.2.0 |
2446 | 2024-10-30T13:39:51.213Z | [ helios-setup] Oct 30 13:39:50.688 INFO E| Downloaded serde_spanned v0.6.1 |
2447 | 2024-10-30T13:39:51.216Z | [ helios-setup] Oct 30 13:39:50.690 INFO E| Downloaded pin-project-lite v0.2.9 |
2448 | 2024-10-30T13:39:51.227Z | [ helios-setup] Oct 30 13:39:50.697 INFO E| Downloaded paste v1.0.12 |
2449 | 2024-10-30T13:39:51.239Z | [ helios-setup] Oct 30 13:39:50.702 INFO E| Downloaded lock_api v0.4.9 |
2450 | 2024-10-30T13:39:51.239Z | [ helios-setup] Oct 30 13:39:50.704 INFO E| Downloaded scopeguard v1.1.0 |
2451 | 2024-10-30T13:39:51.239Z | [ helios-setup] Oct 30 13:39:50.706 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2452 | 2024-10-30T13:39:51.242Z | [ helios-setup] Oct 30 13:39:50.715 INFO E| Downloaded ppv-lite86 v0.2.17 |
2453 | 2024-10-30T13:39:51.245Z | [ helios-setup] Oct 30 13:39:50.718 INFO E| Downloaded httpdate v1.0.2 |
2454 | 2024-10-30T13:39:51.248Z | [ helios-setup] Oct 30 13:39:50.720 INFO E| Downloaded percent-encoding v2.2.0 |
2455 | 2024-10-30T13:39:51.248Z | [ helios-setup] Oct 30 13:39:50.721 INFO E| Downloaded num_enum v0.5.7 |
2456 | 2024-10-30T13:39:51.252Z | [ helios-setup] Oct 30 13:39:50.727 INFO E| Downloaded jobserver v0.1.26 |
2457 | 2024-10-30T13:39:51.256Z | [ helios-setup] Oct 30 13:39:50.730 INFO E| Downloaded futures-macro v0.3.28 |
2458 | 2024-10-30T13:39:51.258Z | [ helios-setup] Oct 30 13:39:50.732 INFO E| Downloaded clap_lex v0.4.1 |
2459 | 2024-10-30T13:39:51.261Z | [ helios-setup] Oct 30 13:39:50.733 INFO E| Downloaded socket2 v0.4.9 |
2460 | 2024-10-30T13:39:51.263Z | [ helios-setup] Oct 30 13:39:50.736 INFO E| Downloaded num_enum_derive v0.5.7 |
2461 | 2024-10-30T13:39:51.266Z | [ helios-setup] Oct 30 13:39:50.738 INFO E| Downloaded num-integer v0.1.45 |
2462 | 2024-10-30T13:39:51.268Z | [ helios-setup] Oct 30 13:39:50.740 INFO E| Downloaded itoa v1.0.6 |
2463 | 2024-10-30T13:39:51.268Z | [ helios-setup] Oct 30 13:39:50.742 INFO E| Downloaded home v0.5.4 |
2464 | 2024-10-30T13:39:51.271Z | [ helios-setup] Oct 30 13:39:50.744 INFO E| Downloaded futures-io v0.3.28 |
2465 | 2024-10-30T13:39:51.271Z | [ helios-setup] Oct 30 13:39:50.745 INFO E| Downloaded futures-executor v0.3.28 |
2466 | 2024-10-30T13:39:51.273Z | [ helios-setup] Oct 30 13:39:50.747 INFO E| Downloaded errno v0.3.1 |
2467 | 2024-10-30T13:39:51.275Z | [ helios-setup] Oct 30 13:39:50.749 INFO E| Downloaded dyn-clone v1.0.11 |
2468 | 2024-10-30T13:39:51.278Z | [ helios-setup] Oct 30 13:39:50.752 INFO E| Downloaded crossbeam-deque v0.8.2 |
2469 | 2024-10-30T13:39:51.282Z | [ helios-setup] Oct 30 13:39:50.754 INFO E| Downloaded cpufeatures v0.2.5 |
2470 | 2024-10-30T13:39:51.282Z | [ helios-setup] Oct 30 13:39:50.756 INFO E| Downloaded encoding_rs v0.8.32 |
2471 | 2024-10-30T13:39:51.316Z | [ helios-setup] Oct 30 13:39:50.790 INFO E| Downloaded concolor-query v0.3.3 |
2472 | 2024-10-30T13:39:51.319Z | [ helios-setup] Oct 30 13:39:50.792 INFO E| Downloaded unicode-ident v1.0.8 |
2473 | 2024-10-30T13:39:51.321Z | [ helios-setup] Oct 30 13:39:50.796 INFO E| Downloaded ucd-trie v0.1.5 |
2474 | 2024-10-30T13:39:51.324Z | [ helios-setup] Oct 30 13:39:50.798 INFO E| Downloaded textwrap v0.16.0 |
2475 | 2024-10-30T13:39:51.327Z | [ helios-setup] Oct 30 13:39:50.802 INFO E| Downloaded byteorder v1.4.3 |
2476 | 2024-10-30T13:39:51.330Z | [ helios-setup] Oct 30 13:39:50.804 INFO E| Downloaded autocfg v1.1.0 |
2477 | 2024-10-30T13:39:51.333Z | [ helios-setup] Oct 30 13:39:50.807 INFO E| Downloaded async-stream v0.3.5 |
2478 | 2024-10-30T13:39:51.335Z | [ helios-setup] Oct 30 13:39:50.809 INFO E| Downloaded anstream v0.2.6 |
2479 | 2024-10-30T13:39:51.338Z | [ helios-setup] Oct 30 13:39:50.812 INFO E| Downloaded crossbeam-utils v0.8.14 |
2480 | 2024-10-30T13:39:51.342Z | [ helios-setup] Oct 30 13:39:50.816 INFO E| Downloaded anyhow v1.0.68 |
2481 | 2024-10-30T13:39:51.349Z | [ helios-setup] Oct 30 13:39:50.823 INFO E| Downloaded tokio-macros v2.0.0 |
2482 | 2024-10-30T13:39:51.352Z | [ helios-setup] Oct 30 13:39:50.825 INFO E| Downloaded const-random v0.1.15 |
2483 | 2024-10-30T13:39:51.354Z | [ helios-setup] Oct 30 13:39:50.827 INFO E| Downloaded either v1.8.0 |
2484 | 2024-10-30T13:39:51.356Z | [ helios-setup] Oct 30 13:39:50.830 INFO E| Downloaded camino v1.1.4 |
2485 | 2024-10-30T13:39:51.359Z | [ helios-setup] Oct 30 13:39:50.833 INFO E| Downloaded futures-task v0.3.28 |
2486 | 2024-10-30T13:39:51.361Z | [ helios-setup] Oct 30 13:39:50.835 INFO E| Downloaded fastrand v1.9.0 |
2487 | 2024-10-30T13:39:51.363Z | [ helios-setup] Oct 30 13:39:50.837 INFO E| Downloaded futures-core v0.3.28 |
2488 | 2024-10-30T13:39:51.366Z | [ helios-setup] Oct 30 13:39:50.840 INFO E| Downloaded built v0.6.0 |
2489 | 2024-10-30T13:39:51.368Z | [ helios-setup] Oct 30 13:39:50.842 INFO E| Downloaded form_urlencoded v1.1.0 |
2490 | 2024-10-30T13:39:51.371Z | [ helios-setup] Oct 30 13:39:50.843 INFO E| Downloaded anstyle v0.3.5 |
2491 | 2024-10-30T13:39:51.378Z | [ helios-setup] Oct 30 13:39:50.852 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2492 | 2024-10-30T13:39:51.518Z | [ helios-setup] Oct 30 13:39:50.992 INFO E| Downloaded libz-sys v1.1.8 |
2493 | 2024-10-30T13:39:51.948Z | [ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling proc-macro2 v1.0.86 |
2494 | 2024-10-30T13:39:51.949Z | [ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling libc v0.2.139 |
2495 | 2024-10-30T13:39:51.951Z | [ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling unicode-ident v1.0.8 |
2496 | 2024-10-30T13:39:51.951Z | [ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling autocfg v1.1.0 |
2497 | 2024-10-30T13:39:51.951Z | [ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling cfg-if v1.0.0 |
2498 | 2024-10-30T13:39:51.951Z | [ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling version_check v0.9.4 |
2499 | 2024-10-30T13:39:51.952Z | [ helios-setup] Oct 30 13:39:51.422 INFO E| Compiling serde v1.0.204 |
2500 | 2024-10-30T13:39:51.952Z | [ helios-setup] Oct 30 13:39:51.422 INFO E| Compiling syn v1.0.107 |
2501 | 2024-10-30T13:39:52.652Z | [ host-package] Compiling same-file v1.0.6 |
2502 | 2024-10-30T13:39:52.747Z | [ helios-setup] Oct 30 13:39:52.221 INFO E| Compiling memchr v2.5.0 |
2503 | 2024-10-30T13:39:52.940Z | [ host-package] Compiling fastrand v2.1.1 |
2504 | 2024-10-30T13:39:53.181Z | [ helios-setup] Oct 30 13:39:52.654 INFO E| Compiling once_cell v1.17.0 |
2505 | 2024-10-30T13:39:53.784Z | [ helios-setup] Oct 30 13:39:53.258 INFO E| Compiling thiserror v1.0.38 |
2506 | 2024-10-30T13:39:53.790Z | [ host-package] Compiling tempfile v3.13.0 |
2507 | 2024-10-30T13:39:53.874Z | [ helios-setup] Oct 30 13:39:53.347 INFO E| Compiling log v0.4.17 |
2508 | 2024-10-30T13:39:54.112Z | [ host-package] Compiling walkdir v2.5.0 |
2509 | 2024-10-30T13:39:54.239Z | [ helios-setup] Oct 30 13:39:53.712 INFO E| Compiling serde_json v1.0.95 |
2510 | 2024-10-30T13:39:54.700Z | [ helios-setup] Oct 30 13:39:54.173 INFO E| Compiling itoa v1.0.6 |
2511 | 2024-10-30T13:39:55.356Z | [ host-package] Compiling blake3 v1.5.4 |
2512 | 2024-10-30T13:39:55.524Z | [ helios-setup] Oct 30 13:39:54.998 INFO E| Compiling quote v1.0.36 |
2513 | 2024-10-30T13:39:55.734Z | [ helios-setup] Oct 30 13:39:55.208 INFO E| Compiling indexmap v1.9.3 |
2514 | 2024-10-30T13:39:55.743Z | [ helios-setup] Oct 30 13:39:55.208 INFO E| Compiling scopeguard v1.1.0 |
2515 | 2024-10-30T13:39:55.810Z | [ host-package] Compiling ring v0.16.20 |
2516 | 2024-10-30T13:39:56.019Z | [ helios-setup] Oct 30 13:39:55.492 INFO E| Compiling pin-project-lite v0.2.9 |
2517 | 2024-10-30T13:39:56.304Z | [ helios-setup] Oct 30 13:39:55.777 INFO E| Compiling num-integer v0.1.45 |
2518 | 2024-10-30T13:39:56.318Z | [ helios-setup] Oct 30 13:39:55.792 INFO E| Compiling bytes v1.4.0 |
2519 | 2024-10-30T13:39:56.423Z | [ helios-setup] Oct 30 13:39:55.897 INFO E| Compiling syn v2.0.72 |
2520 | 2024-10-30T13:39:56.865Z | [ helios-setup] Oct 30 13:39:56.339 INFO E| Compiling futures-core v0.3.28 |
2521 | 2024-10-30T13:39:57.107Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2522 | 2024-10-30T13:39:57.577Z | [ helios-setup] Oct 30 13:39:57.051 INFO E| Compiling getrandom v0.2.8 |
2523 | 2024-10-30T13:39:57.750Z | [ helios-setup] Oct 30 13:39:57.223 INFO E| Compiling jobserver v0.1.26 |
2524 | 2024-10-30T13:39:58.485Z | [ helios-setup] Oct 30 13:39:57.958 INFO E| Compiling cc v1.0.78 |
2525 | 2024-10-30T13:39:58.932Z | [ helios-setup] Oct 30 13:39:58.405 INFO E| Compiling ryu v1.0.13 |
2526 | 2024-10-30T13:39:59.321Z | [ helios-setup] Oct 30 13:39:58.794 INFO E| Compiling lock_api v0.4.9 |
2527 | 2024-10-30T13:39:59.685Z | [ helios-setup] Oct 30 13:39:59.159 INFO E| Compiling typenum v1.16.0 |
2528 | 2024-10-30T13:39:59.754Z | [ helios-setup] Oct 30 13:39:59.227 INFO E| Compiling bitflags v1.3.2 |
2529 | 2024-10-30T13:39:59.846Z | [ helios-setup] Oct 30 13:39:59.319 INFO E| Compiling parking_lot_core v0.9.6 |
2530 | 2024-10-30T13:40:00.356Z | [ helios-setup] Oct 30 13:39:59.830 INFO E| Compiling num_cpus v1.15.0 |
2531 | 2024-10-30T13:40:00.665Z | [ helios-setup] Oct 30 13:40:00.138 INFO E| Compiling generic-array v0.14.6 |
2532 | 2024-10-30T13:40:00.756Z | [ helios-setup] Oct 30 13:40:00.229 INFO E| Compiling slab v0.4.7 |
2533 | 2024-10-30T13:40:00.850Z | [ helios-setup] Oct 30 13:40:00.323 INFO E| Compiling futures-task v0.3.28 |
2534 | 2024-10-30T13:40:00.982Z | [ helios-setup] Oct 30 13:40:00.455 INFO E| Compiling futures-sink v0.3.28 |
2535 | 2024-10-30T13:40:01.769Z | [ helios-setup] Oct 30 13:40:01.242 INFO E| Compiling futures-channel v0.3.28 |
2536 | 2024-10-30T13:40:02.071Z | [ helios-setup] Oct 30 13:40:01.543 INFO E| Compiling tokio v1.27.0 |
2537 | 2024-10-30T13:40:02.301Z | [ helios-setup] Oct 30 13:40:01.774 INFO E| Compiling schemars v0.8.12 |
2538 | 2024-10-30T13:40:02.430Z | [ host-package] Compiling xattr v1.3.1 |
2539 | 2024-10-30T13:40:02.538Z | [ helios-setup] Oct 30 13:40:02.011 INFO E| Compiling futures-util v0.3.28 |
2540 | 2024-10-30T13:40:02.634Z | [ host-package] Compiling filetime v0.2.25 |
2541 | 2024-10-30T13:40:03.189Z | [ host-package] Compiling memmap2 v0.9.5 |
2542 | 2024-10-30T13:40:03.344Z | [ host-package] Compiling arrayref v0.3.9 |
2543 | 2024-10-30T13:40:03.387Z | [ helios-setup] Oct 30 13:40:02.860 INFO E| Compiling mio v0.8.5 |
2544 | 2024-10-30T13:40:03.566Z | [ helios-setup] Oct 30 13:40:03.039 INFO E| Compiling signal-hook-registry v1.4.0 |
2545 | 2024-10-30T13:40:03.675Z | [ host-package] Compiling spin v0.5.2 |
2546 | 2024-10-30T13:40:03.705Z | [ helios-setup] Oct 30 13:40:03.178 INFO E| Compiling socket2 v0.4.9 |
2547 | 2024-10-30T13:40:03.827Z | [ helios-setup] Oct 30 13:40:03.299 INFO E| Compiling ahash v0.7.6 |
2548 | 2024-10-30T13:40:03.947Z | [ helios-setup] Oct 30 13:40:03.420 INFO E| Compiling num-traits v0.2.15 |
2549 | 2024-10-30T13:40:04.263Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2550 | 2024-10-30T13:40:04.420Z | [ host-package] Compiling untrusted v0.7.1 |
2551 | 2024-10-30T13:40:04.575Z | [ host-package] Compiling keccak v0.1.5 |
2552 | 2024-10-30T13:40:04.700Z | [ helios-setup] Oct 30 13:40:04.172 INFO E| Compiling pin-utils v0.1.0 |
2553 | 2024-10-30T13:40:04.763Z | [ host-package] Compiling arrayvec v0.7.6 |
2554 | 2024-10-30T13:40:04.953Z | [ helios-setup] Oct 30 13:40:04.426 INFO E| Compiling futures-io v0.3.28 |
2555 | 2024-10-30T13:40:05.085Z | [ helios-setup] Oct 30 13:40:04.558 INFO E| Compiling crunchy v0.2.2 |
2556 | 2024-10-30T13:40:06.066Z | [ helios-setup] Oct 30 13:40:05.539 INFO E| Compiling io-lifetimes v1.0.10 |
2557 | 2024-10-30T13:40:06.903Z | [ host-package] Compiling sha3 v0.10.8 |
2558 | 2024-10-30T13:40:06.985Z | [ helios-setup] Oct 30 13:40:06.457 INFO E| Compiling ahash v0.8.3 |
2559 | 2024-10-30T13:40:07.082Z | [ helios-setup] Oct 30 13:40:06.554 INFO E| Compiling rustix v0.37.3 |
2560 | 2024-10-30T13:40:07.750Z | [ host-package] Compiling tar v0.4.42 |
2561 | 2024-10-30T13:40:07.753Z | [ helios-setup] Oct 30 13:40:07.223 INFO E| Compiling tiny-keccak v2.0.2 |
2562 | 2024-10-30T13:40:07.947Z | [ helios-setup] Oct 30 13:40:07.419 INFO E| Compiling hashbrown v0.12.3 |
2563 | 2024-10-30T13:40:08.253Z | [ helios-setup] Oct 30 13:40:07.725 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2564 | 2024-10-30T13:40:08.379Z | [ host-package] Compiling toolchain_find v0.4.0 |
2565 | 2024-10-30T13:40:08.537Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2566 | 2024-10-30T13:40:09.074Z | [ helios-setup] Oct 30 13:40:08.546 INFO E| Compiling serde_derive_internals v0.26.0 |
2567 | 2024-10-30T13:40:09.229Z | [ helios-setup] Oct 30 13:40:08.701 INFO E| Compiling block-buffer v0.10.3 |
2568 | 2024-10-30T13:40:09.491Z | [ helios-setup] Oct 30 13:40:08.963 INFO E| Compiling crypto-common v0.1.6 |
2569 | 2024-10-30T13:40:09.688Z | [ host-package] Compiling nibble_vec v0.1.0 |
2570 | 2024-10-30T13:40:10.079Z | [ helios-setup] Oct 30 13:40:09.551 INFO E| Compiling errno v0.3.1 |
2571 | 2024-10-30T13:40:10.141Z | [ host-package] Compiling glob v0.3.1 |
2572 | 2024-10-30T13:40:10.789Z | [ helios-setup] Oct 30 13:40:10.259 INFO E| Compiling slog v2.7.0 |
2573 | 2024-10-30T13:40:10.801Z | [ helios-setup] Oct 30 13:40:10.273 INFO E| Compiling crossbeam-utils v0.8.14 |
2574 | 2024-10-30T13:40:10.961Z | [ host-package] Compiling topological-sort v0.2.2 |
2575 | 2024-10-30T13:40:11.242Z | [ host-package] Compiling maplit v1.0.2 |
2576 | 2024-10-30T13:40:11.410Z | [ helios-setup] Oct 30 13:40:10.882 INFO E| Compiling fnv v1.0.7 |
2577 | 2024-10-30T13:40:11.614Z | [ host-package] Compiling crunchy v0.2.2 |
2578 | 2024-10-30T13:40:11.654Z | [ host-package] Compiling endian-type v0.1.2 |
2579 | 2024-10-30T13:40:11.698Z | [ helios-setup] Oct 30 13:40:11.170 INFO E| Compiling pkg-config v0.3.26 |
2580 | 2024-10-30T13:40:11.701Z | [ host-package] Compiling clang-sys v1.8.1 |
2581 | 2024-10-30T13:40:12.100Z | [ helios-setup] Oct 30 13:40:11.572 INFO E| Compiling http v0.2.9 |
2582 | 2024-10-30T13:40:12.341Z | [ host-package] Compiling radix_trie v0.2.1 |
2583 | 2024-10-30T13:40:12.889Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2584 | 2024-10-30T13:40:13.271Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2585 | 2024-10-30T13:40:13.540Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2586 | 2024-10-30T13:40:13.808Z | [ helios-setup] Oct 30 13:40:13.280 INFO E| Compiling digest v0.10.6 |
2587 | 2024-10-30T13:40:14.247Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2588 | 2024-10-30T13:40:14.375Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2589 | 2024-10-30T13:40:14.424Z | [ host-package] Compiling secrecy v0.8.0 |
2590 | 2024-10-30T13:40:14.490Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2591 | 2024-10-30T13:40:14.606Z | [ helios-setup] Oct 30 13:40:14.078 INFO E| Compiling aho-corasick v0.7.20 |
2592 | 2024-10-30T13:40:15.427Z | [ helios-setup] Oct 30 13:40:14.899 INFO E| Compiling httparse v1.8.0 |
2593 | 2024-10-30T13:40:15.572Z | [ helios-setup] Oct 30 13:40:15.044 INFO E| Compiling regex-syntax v0.6.29 |
2594 | 2024-10-30T13:40:15.607Z | [ host-package] Compiling arc-swap v1.7.1 |
2595 | 2024-10-30T13:40:15.695Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2596 | 2024-10-30T13:40:15.861Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2597 | 2024-10-30T13:40:16.702Z | [ host-package] Compiling diesel_derives v2.2.3 |
2598 | 2024-10-30T13:40:16.710Z | [ helios-setup] Oct 30 13:40:16.182 INFO E| Compiling heck v0.4.1 |
2599 | 2024-10-30T13:40:16.805Z | [ host-package] Compiling slog-scope v4.4.0 |
2600 | 2024-10-30T13:40:16.940Z | [ host-package] Compiling r2d2 v0.8.10 |
2601 | 2024-10-30T13:40:17.004Z | [ helios-setup] Oct 30 13:40:16.475 INFO E| Compiling anyhow v1.0.68 |
2602 | 2024-10-30T13:40:17.660Z | [ helios-setup] Oct 30 13:40:17.131 INFO E| Compiling cpufeatures v0.2.5 |
2603 | 2024-10-30T13:40:17.724Z | [ helios-setup] Oct 30 13:40:17.195 INFO E| Compiling thiserror-impl v1.0.38 |
2604 | 2024-10-30T13:40:17.790Z | [ helios-setup] Oct 30 13:40:17.261 INFO E| Compiling schemars_derive v0.8.12 |
2605 | 2024-10-30T13:40:18.057Z | [ helios-setup] Oct 30 13:40:17.529 INFO E| Compiling serde_derive v1.0.204 |
2606 | 2024-10-30T13:40:18.104Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2607 | 2024-10-30T13:40:18.196Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2608 | 2024-10-30T13:40:18.212Z | [ helios-setup] Oct 30 13:40:17.684 INFO E| Compiling tokio-macros v2.0.0 |
2609 | 2024-10-30T13:40:18.717Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2610 | 2024-10-30T13:40:18.863Z | [ helios-setup] Oct 30 13:40:18.334 INFO E| Compiling futures-macro v0.3.28 |
2611 | 2024-10-30T13:40:18.937Z | [ helios-setup] Oct 30 13:40:18.408 INFO E| Compiling percent-encoding v2.2.0 |
2612 | 2024-10-30T13:40:19.891Z | [ host-package] Compiling universal-hash v0.5.1 |
2613 | 2024-10-30T13:40:20.120Z | [ helios-setup] Oct 30 13:40:19.591 INFO E| Compiling unicode-width v0.1.10 |
2614 | 2024-10-30T13:40:20.570Z | [ helios-setup] Oct 30 13:40:20.041 INFO E| Compiling tinyvec_macros v0.1.1 |
2615 | 2024-10-30T13:40:20.654Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2616 | 2024-10-30T13:40:20.973Z | [ helios-setup] Oct 30 13:40:20.445 INFO E| Compiling tinyvec v1.6.0 |
2617 | 2024-10-30T13:40:21.143Z | [ helios-setup] Oct 30 13:40:20.614 INFO E| Compiling form_urlencoded v1.1.0 |
2618 | 2024-10-30T13:40:22.364Z | [ helios-setup] Oct 30 13:40:21.835 INFO E| Compiling regex v1.7.3 |
2619 | 2024-10-30T13:40:22.911Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2620 | 2024-10-30T13:40:23.468Z | [ helios-setup] Oct 30 13:40:22.938 INFO E| Compiling const-random-macro v0.1.15 |
2621 | 2024-10-30T13:40:23.865Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2622 | 2024-10-30T13:40:24.212Z | [ helios-setup] Oct 30 13:40:23.683 INFO E| Compiling hashbrown v0.13.2 |
2623 | 2024-10-30T13:40:24.659Z | [ helios-setup] Oct 30 13:40:24.130 INFO E| Compiling chrono v0.4.24 |
2624 | 2024-10-30T13:40:24.689Z | [ host-package] Compiling ena v0.14.3 |
2625 | 2024-10-30T13:40:25.466Z | [ helios-setup] Oct 30 13:40:24.937 INFO E| Compiling libz-sys v1.1.8 |
2626 | 2024-10-30T13:40:25.488Z | [ host-package] Compiling libloading v0.8.5 |
2627 | 2024-10-30T13:40:26.005Z | [ host-package] Compiling regex-syntax v0.6.29 |
2628 | 2024-10-30T13:40:26.431Z | [ host-package] Compiling diff v0.1.13 |
2629 | 2024-10-30T13:40:27.832Z | [ host-package] Compiling bindgen v0.69.5 |
2630 | 2024-10-30T13:40:28.366Z | [ helios-setup] Oct 30 13:40:27.836 INFO E| Compiling dyn-clone v1.0.11 |
2631 | 2024-10-30T13:40:28.571Z | [ helios-setup] Oct 30 13:40:28.041 INFO E| Compiling uuid v1.3.0 |
2632 | 2024-10-30T13:40:29.017Z | [ helios-setup] Oct 30 13:40:28.487 INFO E| Compiling regress v0.5.0 |
2633 | 2024-10-30T13:40:29.053Z | [ helios-setup] Oct 30 13:40:28.524 INFO E| Compiling const-random v0.1.15 |
2634 | 2024-10-30T13:40:29.082Z | [ host-package] Compiling opaque-debug v0.3.1 |
2635 | 2024-10-30T13:40:29.135Z | [ helios-setup] Oct 30 13:40:28.606 INFO E| Compiling unicode-normalization v0.1.22 |
2636 | 2024-10-30T13:40:29.422Z | [ host-package] Compiling poly1305 v0.8.0 |
2637 | 2024-10-30T13:40:30.355Z | [ helios-setup] Oct 30 13:40:29.825 INFO E| Compiling getopts v0.2.21 |
2638 | 2024-10-30T13:40:31.396Z | [ helios-setup] Oct 30 13:40:30.865 INFO E| Compiling tracing-core v0.1.30 |
2639 | 2024-10-30T13:40:31.869Z | [ helios-setup] Oct 30 13:40:31.339 INFO E| Compiling memoffset v0.7.1 |
2640 | 2024-10-30T13:40:32.813Z | [ helios-setup] Oct 30 13:40:32.283 INFO E| Compiling time-core v0.1.2 |
2641 | 2024-10-30T13:40:33.019Z | [ helios-setup] Oct 30 13:40:32.489 INFO E| Compiling ucd-trie v0.1.5 |
2642 | 2024-10-30T13:40:33.341Z | [ helios-setup] Oct 30 13:40:32.811 INFO E| Compiling num-conv v0.1.0 |
2643 | 2024-10-30T13:40:34.230Z | [ helios-setup] Oct 30 13:40:33.700 INFO E| Compiling unicode-bidi v0.3.13 |
2644 | 2024-10-30T13:40:35.727Z | [ helios-setup] Oct 30 13:40:35.196 INFO E| Compiling powerfmt v0.2.0 |
2645 | 2024-10-30T13:40:36.779Z | [ helios-setup] Oct 30 13:40:36.248 INFO E| Compiling deranged v0.3.11 |
2646 | 2024-10-30T13:40:36.832Z | [ host-package] Compiling lalrpop v0.19.12 |
2647 | 2024-10-30T13:40:37.193Z | [ helios-setup] Oct 30 13:40:36.663 INFO E| Compiling idna v0.3.0 |
2648 | 2024-10-30T13:40:37.823Z | [ host-package] Compiling diesel v2.2.4 |
2649 | 2024-10-30T13:40:38.785Z | [ helios-setup] Oct 30 13:40:38.255 INFO E| Compiling time-macros v0.2.18 |
2650 | 2024-10-30T13:40:40.085Z | [ helios-setup] Oct 30 13:40:39.554 INFO E| Compiling pest v2.5.7 |
2651 | 2024-10-30T13:40:41.262Z | [ helios-setup] Oct 30 13:40:40.731 INFO E| Compiling tracing v0.1.37 |
2652 | 2024-10-30T13:40:44.538Z | [ helios-setup] Oct 30 13:40:44.007 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2653 | 2024-10-30T13:40:44.593Z | [ helios-setup] Oct 30 13:40:44.062 INFO E| Compiling time v0.1.45 |
2654 | 2024-10-30T13:40:44.661Z | [ helios-setup] Oct 30 13:40:44.130 INFO E| Compiling crossbeam-epoch v0.9.13 |
2655 | 2024-10-30T13:40:45.558Z | [ helios-setup] Oct 30 13:40:45.027 INFO E| Compiling toml v0.5.11 |
2656 | 2024-10-30T13:40:45.846Z | [ helios-setup] Oct 30 13:40:45.314 INFO E| Compiling serde_tokenstream v0.2.0 |
2657 | 2024-10-30T13:40:45.933Z | [ helios-setup] Oct 30 13:40:45.402 INFO E| Compiling num_threads v0.1.6 |
2658 | 2024-10-30T13:40:46.374Z | [ helios-setup] Oct 30 13:40:45.839 INFO E| Compiling smallvec v1.10.0 |
2659 | 2024-10-30T13:40:48.491Z | [ helios-setup] Oct 30 13:40:47.960 INFO E| Compiling parking_lot v0.12.1 |
2660 | 2024-10-30T13:40:49.220Z | [ helios-setup] Oct 30 13:40:48.688 INFO E| Compiling semver v1.0.17 |
2661 | 2024-10-30T13:40:50.840Z | [ helios-setup] Oct 30 13:40:50.309 INFO E| Compiling iana-time-zone v0.1.56 |
2662 | 2024-10-30T13:40:51.795Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2663 | 2024-10-30T13:40:52.146Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2664 | 2024-10-30T13:40:52.383Z | [ helios-setup] Oct 30 13:40:51.852 INFO E| Compiling time v0.3.36 |
2665 | 2024-10-30T13:40:52.846Z | [ helios-setup] Oct 30 13:40:52.314 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2666 | 2024-10-30T13:40:54.423Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2667 | 2024-10-30T13:40:55.090Z | [ host-package] Compiling which v4.4.2 |
2668 | 2024-10-30T13:40:55.451Z | [ helios-setup] Oct 30 13:40:54.919 INFO E| Compiling semver-parser v0.10.2 |
2669 | 2024-10-30T13:40:56.380Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2670 | 2024-10-30T13:40:56.523Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2671 | 2024-10-30T13:40:57.100Z | [ host-package] Compiling chacha20 v0.9.1 |
2672 | 2024-10-30T13:40:57.136Z | [ host-package] Compiling cexpr v0.6.0 |
2673 | 2024-10-30T13:40:57.940Z | [ helios-setup] Oct 30 13:40:57.408 INFO E| Compiling url v2.3.1 |
2674 | 2024-10-30T13:40:58.217Z | [ host-package] Compiling aead v0.5.2 |
2675 | 2024-10-30T13:40:59.215Z | [ host-package] Compiling lazycell v1.3.0 |
2676 | 2024-10-30T13:40:59.682Z | [ host-package] Compiling ref-cast v1.0.23 |
2677 | 2024-10-30T13:41:00.308Z | [ host-package] Compiling rustc-hash v1.1.0 |
2678 | 2024-10-30T13:41:00.423Z | [ helios-setup] Oct 30 13:40:59.890 INFO E| Compiling crossbeam-channel v0.5.6 |
2679 | 2024-10-30T13:41:01.166Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2680 | 2024-10-30T13:41:01.753Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2681 | 2024-10-30T13:41:02.440Z | [ helios-setup] Oct 30 13:41:01.908 INFO E| Compiling dirs-sys-next v0.1.2 |
2682 | 2024-10-30T13:41:04.667Z | [ helios-setup] Oct 30 13:41:04.134 INFO E| Compiling crc32fast v1.3.2 |
2683 | 2024-10-30T13:41:04.829Z | [ helios-setup] Oct 30 13:41:04.296 INFO E| Compiling same-file v1.0.6 |
2684 | 2024-10-30T13:41:05.581Z | [ helios-setup] Oct 30 13:41:05.048 INFO E| Compiling try-lock v0.2.4 |
2685 | 2024-10-30T13:41:06.152Z | [ helios-setup] Oct 30 13:41:05.619 INFO E| Compiling want v0.3.0 |
2686 | 2024-10-30T13:41:06.180Z | [ helios-setup] Oct 30 13:41:05.647 INFO E| Compiling walkdir v2.3.3 |
2687 | 2024-10-30T13:41:06.877Z | [ host-package] Compiling vsss-rs v3.3.4 |
2688 | 2024-10-30T13:41:08.728Z | [ helios-setup] Oct 30 13:41:08.194 INFO E| Compiling tokio-util v0.7.7 |
2689 | 2024-10-30T13:41:08.862Z | [ helios-setup] Oct 30 13:41:08.329 INFO E| Compiling dirs-next v2.0.0 |
2690 | 2024-10-30T13:41:09.058Z | [ helios-setup] Oct 30 13:41:08.525 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2691 | 2024-10-30T13:41:10.174Z | [ helios-setup] Oct 30 13:41:09.641 INFO E| Compiling semver v0.11.0 |
2692 | 2024-10-30T13:41:11.007Z | [ helios-setup] Oct 30 13:41:10.473 INFO E| Compiling h2 v0.3.16 |
2693 | 2024-10-30T13:41:12.247Z | [ helios-setup] Oct 30 13:41:11.714 INFO E| Compiling proc-macro-crate v1.2.1 |
2694 | 2024-10-30T13:41:14.181Z | [ helios-setup] Oct 30 13:41:13.647 INFO E| Compiling futures-executor v0.3.28 |
2695 | 2024-10-30T13:41:16.130Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2696 | 2024-10-30T13:41:16.395Z | [ helios-setup] Oct 30 13:41:15.861 INFO E| Compiling http-body v0.4.5 |
2697 | 2024-10-30T13:41:16.619Z | [ helios-setup] Oct 30 13:41:16.084 INFO E| Compiling ring v0.16.20 |
2698 | 2024-10-30T13:41:17.044Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2699 | 2024-10-30T13:41:17.444Z | [ helios-setup] Oct 30 13:41:16.910 INFO E| Compiling rand_core v0.6.4 |
2700 | 2024-10-30T13:41:17.494Z | [ helios-setup] Oct 30 13:41:16.960 INFO E| Compiling thread_local v1.1.7 |
2701 | 2024-10-30T13:41:18.689Z | [ helios-setup] Oct 30 13:41:18.154 INFO E| Compiling rayon-core v1.10.2 |
2702 | 2024-10-30T13:41:19.166Z | [ helios-setup] Oct 30 13:41:18.632 INFO E| Compiling lazy_static v1.4.0 |
2703 | 2024-10-30T13:41:19.460Z | [ helios-setup] Oct 30 13:41:18.926 INFO E| Compiling home v0.5.4 |
2704 | 2024-10-30T13:41:19.707Z | [ helios-setup] Oct 30 13:41:19.172 INFO E| Compiling fastrand v1.9.0 |
2705 | 2024-10-30T13:41:20.039Z | [ helios-setup] Oct 30 13:41:19.505 INFO E| Compiling base64 v0.21.0 |
2706 | 2024-10-30T13:41:20.682Z | [ helios-setup] Oct 30 13:41:20.147 INFO E| Compiling tower-service v0.3.2 |
2707 | 2024-10-30T13:41:20.990Z | [ host-package] Compiling headers-core v0.3.0 |
2708 | 2024-10-30T13:41:21.278Z | [ helios-setup] Oct 30 13:41:20.743 INFO E| Compiling ppv-lite86 v0.2.17 |
2709 | 2024-10-30T13:41:21.471Z | [ host-package] Compiling fxhash v0.2.1 |
2710 | 2024-10-30T13:41:21.660Z | [ host-package] Compiling libxml v0.3.3 |
2711 | 2024-10-30T13:41:22.195Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2712 | 2024-10-30T13:41:22.525Z | [ helios-setup] Oct 30 13:41:21.991 INFO E| Compiling httpdate v1.0.2 |
2713 | 2024-10-30T13:41:22.970Z | [ host-package] Compiling headers v0.4.0 |
2714 | 2024-10-30T13:41:24.064Z | [ helios-setup] Oct 30 13:41:23.529 INFO E| Compiling utf8parse v0.2.1 |
2715 | 2024-10-30T13:41:24.246Z | [ helios-setup] Oct 30 13:41:23.711 INFO E| Compiling adler v1.0.2 |
2716 | 2024-10-30T13:41:24.634Z | [ helios-setup] Oct 30 13:41:24.099 INFO E| Compiling miniz_oxide v0.6.2 |
2717 | 2024-10-30T13:41:24.880Z | [ helios-setup] Oct 30 13:41:24.345 INFO E| Compiling anstyle-parse v0.1.1 |
2718 | 2024-10-30T13:41:25.066Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2719 | 2024-10-30T13:41:25.507Z | [ host-package] Compiling polar-core v0.27.3 |
2720 | 2024-10-30T13:41:25.752Z | [ helios-setup] Oct 30 13:41:25.217 INFO E| Compiling rand_chacha v0.3.1 |
2721 | 2024-10-30T13:41:27.522Z | [ host-package] Compiling samael v0.0.17 |
2722 | 2024-10-30T13:41:28.484Z | [ helios-setup] Oct 30 13:41:27.948 INFO E| Compiling hyper v0.14.25 |
2723 | 2024-10-30T13:41:29.228Z | [ helios-setup] Oct 30 13:41:28.693 INFO E| Compiling tempfile v3.5.0 |
2724 | 2024-10-30T13:41:29.577Z | [ helios-setup] Oct 30 13:41:29.041 INFO E| Compiling toolchain_find v0.2.0 |
2725 | 2024-10-30T13:41:29.741Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2726 | 2024-10-30T13:41:30.914Z | [ helios-setup] Oct 30 13:41:30.379 INFO E| Compiling futures v0.3.28 |
2727 | 2024-10-30T13:41:31.011Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2728 | 2024-10-30T13:41:31.886Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2729 | 2024-10-30T13:41:35.801Z | [ host-package] Compiling phf_generator v0.11.2 |
2730 | 2024-10-30T13:41:36.449Z | [ host-package] Compiling strum_macros v0.24.3 |
2731 | 2024-10-30T13:41:40.388Z | [ helios-setup] Oct 30 13:41:39.852 INFO E| Compiling num_enum_derive v0.5.7 |
2732 | 2024-10-30T13:41:41.441Z | [ host-package] Compiling kstat-rs v0.2.4 |
2733 | 2024-10-30T13:41:42.765Z | [ host-package] Compiling unicase v2.7.0 |
2734 | 2024-10-30T13:41:43.180Z | [ host-package] Compiling indoc v1.0.9 |
2735 | 2024-10-30T13:41:44.193Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2736 | 2024-10-30T13:41:44.411Z | [ helios-setup] Oct 30 13:41:43.874 INFO E| Compiling cargo-lock v8.0.3 |
2737 | 2024-10-30T13:41:45.071Z | [ host-package] Compiling phf_codegen v0.11.2 |
2738 | 2024-10-30T13:41:45.729Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2739 | 2024-10-30T13:41:46.717Z | [ helios-setup] Oct 30 13:41:46.180 INFO E| Compiling crossbeam-deque v0.8.2 |
2740 | 2024-10-30T13:41:47.484Z | [ helios-setup] Oct 30 13:41:46.947 INFO E| Compiling term v0.7.0 |
2741 | 2024-10-30T13:41:48.893Z | [ helios-setup] Oct 30 13:41:48.356 INFO E| Compiling serde_urlencoded v0.7.1 |
2742 | 2024-10-30T13:41:49.059Z | [ helios-setup] Oct 30 13:41:48.522 INFO E| Compiling sha1 v0.10.5 |
2743 | 2024-10-30T13:41:50.442Z | [ helios-setup] Oct 30 13:41:49.904 INFO E| Compiling sha2 v0.10.6 |
2744 | 2024-10-30T13:41:50.571Z | [ helios-setup] Oct 30 13:41:50.034 INFO E| Compiling is-terminal v0.4.7 |
2745 | 2024-10-30T13:41:50.732Z | [ helios-setup] Oct 30 13:41:50.194 INFO E| Compiling atty v0.2.14 |
2746 | 2024-10-30T13:41:52.073Z | [ helios-setup] Oct 30 13:41:51.535 INFO E| Compiling concolor-query v0.3.3 |
2747 | 2024-10-30T13:41:52.677Z | [ helios-setup] Oct 30 13:41:52.139 INFO E| Compiling concolor-override v1.0.0 |
2748 | 2024-10-30T13:41:53.479Z | [ helios-setup] Oct 30 13:41:52.941 INFO E| Compiling anstyle v0.3.5 |
2749 | 2024-10-30T13:41:54.263Z | [ helios-setup] Oct 30 13:41:53.725 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2750 | 2024-10-30T13:41:55.290Z | [ helios-setup] Oct 30 13:41:54.752 INFO E| Compiling anstream v0.2.6 |
2751 | 2024-10-30T13:41:58.347Z | [ helios-setup] Oct 30 13:41:57.809 INFO E| Compiling slog-term v2.9.0 |
2752 | 2024-10-30T13:41:58.532Z | [ host-package] Compiling derive_builder v0.20.2 |
2753 | 2024-10-30T13:41:58.764Z | [ helios-setup] Oct 30 13:41:58.225 INFO E| Compiling flate2 v1.0.25 |
2754 | 2024-10-30T13:41:59.362Z | [ helios-setup] Oct 30 13:41:58.824 INFO E| Compiling num_enum v0.5.7 |
2755 | 2024-10-30T13:41:59.796Z | [ helios-setup] Oct 30 13:41:59.257 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2756 | 2024-10-30T13:42:00.195Z | [ helios-setup] Oct 30 13:41:59.656 INFO E| Compiling rand v0.8.5 |
2757 | 2024-10-30T13:42:01.181Z | [ helios-setup] Oct 30 13:42:00.642 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2758 | 2024-10-30T13:42:01.262Z | [ helios-setup] Oct 30 13:42:00.724 INFO E| Compiling openapiv3 v1.0.2 |
2759 | 2024-10-30T13:42:03.028Z | [ helios-setup] Oct 30 13:42:02.489 INFO E| Compiling encoding_rs v0.8.32 |
2760 | 2024-10-30T13:42:03.996Z | [ helios-setup] Oct 30 13:42:03.457 INFO E| Compiling ipnet v2.7.2 |
2761 | 2024-10-30T13:42:04.235Z | [ helios-setup] Oct 30 13:42:03.696 INFO E| Compiling mime v0.3.17 |
2762 | 2024-10-30T13:42:04.245Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2763 | 2024-10-30T13:42:05.165Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2764 | 2024-10-30T13:42:06.238Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2765 | 2024-10-30T13:42:06.648Z | [ helios-setup] Oct 30 13:42:06.109 INFO E| Compiling clap_lex v0.4.1 |
2766 | 2024-10-30T13:42:08.453Z | [ helios-setup] Oct 30 13:42:07.914 INFO E| Compiling project-root v0.2.2 |
2767 | 2024-10-30T13:42:08.844Z | [ host-package] Compiling oso-derive v0.27.3 |
2768 | 2024-10-30T13:42:08.918Z | [ helios-setup] Oct 30 13:42:08.379 INFO E| Compiling utf-8 v0.7.6 |
2769 | 2024-10-30T13:42:09.764Z | [ helios-setup] Oct 30 13:42:09.225 INFO E| Compiling byteorder v1.4.3 |
2770 | 2024-10-30T13:42:09.844Z | [ helios-setup] Oct 30 13:42:09.305 INFO E| Compiling spin v0.5.2 |
2771 | 2024-10-30T13:42:09.856Z | [ helios-setup] Oct 30 13:42:09.316 INFO E| Compiling strsim v0.10.0 |
2772 | 2024-10-30T13:42:10.080Z | [ helios-setup] Oct 30 13:42:09.541 INFO E| Compiling unsafe-libyaml v0.2.8 |
2773 | 2024-10-30T13:42:10.420Z | [ helios-setup] Oct 30 13:42:09.881 INFO E| Compiling base64 v0.13.1 |
2774 | 2024-10-30T13:42:10.993Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2775 | 2024-10-30T13:42:11.334Z | [ helios-setup] Oct 30 13:42:10.795 INFO E| Compiling either v1.8.0 |
2776 | 2024-10-30T13:42:12.103Z | [ helios-setup] Oct 30 13:42:11.564 INFO E| Compiling untrusted v0.7.1 |
2777 | 2024-10-30T13:42:12.144Z | [ helios-setup] Oct 30 13:42:11.604 INFO E| Compiling rayon v1.6.1 |
2778 | 2024-10-30T13:42:12.674Z | [ helios-setup] Oct 30 13:42:12.134 INFO E| Compiling serde_yaml v0.9.21 |
2779 | 2024-10-30T13:42:13.285Z | [ helios-setup] Oct 30 13:42:12.745 INFO E| Compiling tungstenite v0.18.0 |
2780 | 2024-10-30T13:42:13.332Z | [ helios-setup] Oct 30 13:42:12.792 INFO E| Compiling clap_builder v4.2.1 |
2781 | 2024-10-30T13:42:14.247Z | [ helios-setup] Oct 30 13:42:13.707 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2782 | 2024-10-30T13:42:14.458Z | [ host-package] Compiling libz-sys v1.1.20 |
2783 | 2024-10-30T13:42:16.128Z | [ host-package] Compiling quick-xml v0.33.0 |
2784 | 2024-10-30T13:42:19.306Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2785 | 2024-10-30T13:42:20.046Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2786 | 2024-10-30T13:42:20.490Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2787 | 2024-10-30T13:42:20.517Z | [ helios-setup] Oct 30 13:42:19.977 INFO E| Compiling reqwest v0.11.16 |
2788 | 2024-10-30T13:42:21.885Z | [ host-package] Compiling nix v0.28.0 |
2789 | 2024-10-30T13:42:23.045Z | [ host-package] Compiling oso v0.27.3 |
2790 | 2024-10-30T13:42:23.506Z | [ helios-setup] Oct 30 13:42:22.965 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2791 | 2024-10-30T13:42:23.662Z | [ helios-setup] Oct 30 13:42:23.121 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2792 | 2024-10-30T13:42:23.806Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2793 | 2024-10-30T13:42:25.889Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2794 | 2024-10-30T13:42:25.942Z | [ helios-setup] Oct 30 13:42:25.401 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2795 | 2024-10-30T13:42:26.105Z | [ helios-setup] Oct 30 13:42:25.565 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2796 | 2024-10-30T13:42:26.266Z | [ helios-setup] Oct 30 13:42:25.725 INFO E| Compiling clap_derive v4.2.0 |
2797 | 2024-10-30T13:42:28.156Z | [ helios-setup] Oct 30 13:42:27.615 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2798 | 2024-10-30T13:42:28.940Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2799 | 2024-10-30T13:42:29.418Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2800 | 2024-10-30T13:42:34.879Z | [ helios-setup] Oct 30 13:42:34.338 INFO E| Compiling clap v4.2.1 |
2801 | 2024-10-30T13:42:35.049Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2802 | 2024-10-30T13:42:36.155Z | [ host-package] Compiling bb8 v0.8.5 |
2803 | 2024-10-30T13:42:37.747Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2804 | 2024-10-30T13:42:39.007Z | [ helios-setup] Oct 30 13:42:38.465 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2805 | 2024-10-30T13:42:39.009Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2806 | 2024-10-30T13:42:40.451Z | [ host-package] Compiling vte v0.11.1 |
2807 | 2024-10-30T13:42:41.510Z | [ host-package] Compiling const_format v0.2.33 |
2808 | 2024-10-30T13:42:43.769Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2809 | 2024-10-30T13:42:44.282Z | [ host-package] Compiling chrono-tz v0.10.0 |
2810 | 2024-10-30T13:42:47.533Z | [ host-package] Compiling fd-lock v4.0.2 |
2811 | 2024-10-30T13:42:47.740Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2812 | 2024-10-30T13:42:48.010Z | [ host-package] Compiling atty v0.2.14 |
2813 | 2024-10-30T13:42:48.555Z | [ host-package] Compiling bytecount v0.6.8 |
2814 | 2024-10-30T13:42:49.012Z | [ helios-setup] Oct 30 13:42:48.469 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2815 | 2024-10-30T13:42:49.376Z | [ host-package] Compiling salty v0.3.0 |
2816 | 2024-10-30T13:42:50.536Z | [ host-package] Compiling papergrid v0.11.0 |
2817 | 2024-10-30T13:42:52.682Z | [ helios-setup] Oct 30 13:42:52.138 INFO E| Compiling tokio-tungstenite v0.18.0 |
2818 | 2024-10-30T13:42:53.777Z | [ helios-setup] Oct 30 13:42:53.234 INFO E| Compiling smartstring v1.0.1 |
2819 | 2024-10-30T13:42:55.074Z | [ helios-setup] Oct 30 13:42:54.530 INFO E| Compiling rustls v0.21.0 |
2820 | 2024-10-30T13:42:57.262Z | [ helios-setup] Oct 30 13:42:56.718 INFO E| Compiling serde_spanned v0.6.1 |
2821 | 2024-10-30T13:42:57.780Z | [ helios-setup] Oct 30 13:42:57.236 INFO E| Compiling toml_datetime v0.6.1 |
2822 | 2024-10-30T13:42:59.204Z | [ host-package] Compiling parking_lot v0.11.2 |
2823 | 2024-10-30T13:42:59.220Z | [ helios-setup] Oct 30 13:42:58.676 INFO E| Compiling paste v1.0.12 |
2824 | 2024-10-30T13:43:00.453Z | [ helios-setup] Oct 30 13:42:59.909 INFO E| Compiling slog-async v2.7.0 |
2825 | 2024-10-30T13:43:01.719Z | [ helios-setup] Oct 30 13:43:01.175 INFO E| Compiling async-trait v0.1.68 |
2826 | 2024-10-30T13:43:03.307Z | [ helios-setup] Oct 30 13:43:02.762 INFO E| Compiling camino v1.1.4 |
2827 | 2024-10-30T13:43:04.587Z | [ helios-setup] Oct 30 13:43:04.043 INFO E| Compiling winnow v0.4.1 |
2828 | 2024-10-30T13:43:06.534Z | [ helios-setup] Oct 30 13:43:05.989 INFO E| Compiling match_cfg v0.1.0 |
2829 | 2024-10-30T13:43:06.735Z | [ helios-setup] Oct 30 13:43:06.190 INFO E| Compiling static_assertions v1.1.0 |
2830 | 2024-10-30T13:43:08.630Z | [ helios-setup] Oct 30 13:43:08.086 INFO E| Compiling hostname v0.3.1 |
2831 | 2024-10-30T13:43:09.480Z | [ helios-setup] Oct 30 13:43:08.935 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2832 | 2024-10-30T13:43:09.691Z | [ helios-setup] Oct 30 13:43:09.146 INFO E| Compiling slog-json v2.6.1 |
2833 | 2024-10-30T13:43:10.813Z | [ helios-setup] Oct 30 13:43:10.268 INFO E| Compiling unicode-linebreak v0.1.4 |
2834 | 2024-10-30T13:43:12.387Z | [ helios-setup] Oct 30 13:43:11.842 INFO E| Compiling toml_edit v0.19.8 |
2835 | 2024-10-30T13:43:15.271Z | [ helios-setup] Oct 30 13:43:14.725 INFO E| Compiling async-stream-impl v0.3.5 |
2836 | 2024-10-30T13:43:15.778Z | [ helios-setup] Oct 30 13:43:15.233 INFO E| Compiling rhai_codegen v1.5.0 |
2837 | 2024-10-30T13:43:16.290Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2838 | 2024-10-30T13:43:16.758Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2839 | 2024-10-30T13:43:17.785Z | [ host-package] Compiling tabled_derive v0.7.0 |
2840 | 2024-10-30T13:43:18.408Z | [ helios-setup] Oct 30 13:43:17.862 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2841 | 2024-10-30T13:43:19.231Z | [ helios-setup] Oct 30 13:43:18.685 INFO E| Compiling take_mut v0.2.2 |
2842 | 2024-10-30T13:43:19.680Z | [ helios-setup] Oct 30 13:43:19.134 INFO E| Compiling toml v0.7.3 |
2843 | 2024-10-30T13:43:20.596Z | [ helios-setup] Oct 30 13:43:20.050 INFO E| Compiling rhai v1.14.0 |
2844 | 2024-10-30T13:43:22.111Z | [ host-package] Compiling peg-macros v0.8.4 |
2845 | 2024-10-30T13:43:25.507Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2846 | 2024-10-30T13:43:27.796Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2847 | 2024-10-30T13:43:29.704Z | [ host-package] Compiling unicode_categories v0.1.1 |
2848 | 2024-10-30T13:43:30.553Z | [ host-package] Compiling sqlformat v0.2.6 |
2849 | 2024-10-30T13:43:30.556Z | [ helios-setup] Oct 30 13:43:30.009 INFO E| Compiling async-stream v0.3.5 |
2850 | 2024-10-30T13:43:30.696Z | [ host-package] Compiling rustyline v14.0.0 |
2851 | 2024-10-30T13:43:31.369Z | [ helios-setup] Oct 30 13:43:30.822 INFO E| Compiling slog-bunyan v2.4.0 |
2852 | 2024-10-30T13:43:35.186Z | [ helios-setup] Oct 30 13:43:34.638 INFO E| Compiling rustls-pemfile v1.0.2 |
2853 | 2024-10-30T13:43:36.359Z | [ helios-setup] Oct 30 13:43:35.812 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2854 | 2024-10-30T13:43:36.520Z | [ helios-setup] Oct 30 13:43:35.970 INFO E| Compiling serde_path_to_error v0.1.11 |
2855 | 2024-10-30T13:43:36.847Z | [ helios-setup] Oct 30 13:43:36.299 INFO E| Compiling bincode v1.3.3 |
2856 | 2024-10-30T13:43:38.762Z | [ helios-setup] Oct 30 13:43:38.214 INFO E| Compiling terminal_size v0.2.6 |
2857 | 2024-10-30T13:43:38.811Z | [ helios-setup] Oct 30 13:43:38.263 INFO E| Compiling smawk v0.3.1 |
2858 | 2024-10-30T13:43:39.381Z | [ helios-setup] Oct 30 13:43:38.833 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2859 | 2024-10-30T13:43:39.453Z | [ helios-setup] Oct 30 13:43:38.905 INFO E| Compiling textwrap v0.16.0 |
2860 | 2024-10-30T13:43:44.423Z | [ helios-setup] Oct 30 13:43:43.874 INFO E| Compiling sct v0.7.0 |
2861 | 2024-10-30T13:43:44.486Z | [ helios-setup] Oct 30 13:43:43.937 INFO E| Compiling rustls-webpki v0.100.1 |
2862 | 2024-10-30T13:43:52.600Z | [ host-package] Compiling reedline v0.35.0 |
2863 | 2024-10-30T13:43:55.393Z | [ host-package] Compiling peg v0.8.4 |
2864 | 2024-10-30T13:43:55.701Z | [ host-package] Compiling sqlparser v0.45.0 |
2865 | 2024-10-30T13:43:56.105Z | [ host-package] Compiling tabled v0.15.0 |
2866 | 2024-10-30T13:43:56.879Z | [ helios-setup] Oct 30 13:43:56.329 INFO E| Compiling tokio-rustls v0.24.0 |
2867 | 2024-10-30T13:43:57.202Z | [ helios-setup] Oct 30 13:43:56.652 INFO E| Compiling git2 v0.16.1 |
2868 | 2024-10-30T13:44:08.529Z | [ helios-setup] Oct 30 13:44:07.978 INFO E| Compiling built v0.6.0 |
2869 | 2024-10-30T13:44:10.054Z | [ helios-setup] Oct 30 13:44:09.502 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2870 | 2024-10-30T13:44:10.144Z | [ host-package] Compiling sled v0.34.7 |
2871 | 2024-10-30T13:44:10.980Z | [ host-package] Compiling mime_guess v2.0.5 |
2872 | 2024-10-30T13:44:11.960Z | [ helios-setup] Oct 30 13:44:11.409 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2873 | 2024-10-30T13:44:13.062Z | [ helios-setup] Oct 30 13:44:12.511 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2874 | 2024-10-30T13:44:17.805Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2875 | 2024-10-30T13:44:21.998Z | [ host-package] Compiling hickory-client v0.24.1 |
2876 | 2024-10-30T13:44:23.818Z | [ helios-setup] Oct 30 13:44:23.266 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2877 | 2024-10-30T13:44:24.185Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2878 | 2024-10-30T13:44:25.366Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2879 | 2024-10-30T13:44:28.497Z | [ helios-setup] Oct 30 13:44:27.944 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2880 | 2024-10-30T13:44:29.878Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2024-10-30T13:44:31.332Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2882 | 2024-10-30T13:44:35.182Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2883 | 2024-10-30T13:44:35.570Z | [ host-package] Compiling hickory-server v0.24.1 |
2884 | 2024-10-30T13:44:38.843Z | [ host-package] Compiling primeorder v0.13.6 |
2885 | 2024-10-30T13:44:40.330Z | [ host-package] Compiling vergen v8.3.2 |
2886 | 2024-10-30T13:44:41.300Z | [ host-package] Compiling bcs v0.1.6 |
2887 | 2024-10-30T13:44:42.968Z | [ host-package] Compiling env_filter v0.1.2 |
2888 | 2024-10-30T13:44:43.968Z | [ host-package] Compiling cargo-platform v0.1.8 |
2889 | 2024-10-30T13:44:44.820Z | [ host-package] Compiling nanorand v0.7.0 |
2890 | 2024-10-30T13:44:46.161Z | [ host-package] Compiling memoffset v0.9.1 |
2891 | 2024-10-30T13:44:46.879Z | [ host-package] Compiling flume v0.11.0 |
2892 | 2024-10-30T13:44:47.683Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2893 | 2024-10-30T13:44:47.879Z | [ host-package] Compiling env_logger v0.11.5 |
2894 | 2024-10-30T13:44:48.814Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2895 | 2024-10-30T13:44:51.036Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2896 | 2024-10-30T13:44:54.206Z | [ host-package] Compiling p384 v0.13.0 |
2897 | 2024-10-30T13:44:57.419Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2898 | 2024-10-30T13:45:06.774Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2899 | 2024-10-30T13:45:14.211Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2900 | 2024-10-30T13:45:14.447Z | [ host-package] Compiling git2 v0.19.0 |
2901 | 2024-10-30T13:45:15.801Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2902 | 2024-10-30T13:45:17.270Z | [ helios-setup] Oct 30 13:45:16.713 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2903 | 2024-10-30T13:45:23.413Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2904 | 2024-10-30T13:45:24.783Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2905 | 2024-10-30T13:45:26.697Z | [ host-package] Compiling rand_seeder v0.3.0 |
2906 | 2024-10-30T13:45:27.077Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2907 | 2024-10-30T13:45:27.183Z | [ host-package] Compiling lzma-sys v0.1.20 |
2908 | 2024-10-30T13:45:27.737Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2909 | 2024-10-30T13:45:28.097Z | [ host-package] Compiling rustls v0.21.12 |
2910 | 2024-10-30T13:45:28.295Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2911 | 2024-10-30T13:45:28.427Z | [ host-package] Compiling nix v0.29.0 |
2912 | 2024-10-30T13:45:28.867Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2913 | 2024-10-30T13:45:29.552Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2914 | 2024-10-30T13:45:31.349Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2915 | 2024-10-30T13:45:32.302Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2916 | 2024-10-30T13:45:33.491Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2917 | 2024-10-30T13:45:33.969Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2918 | 2024-10-30T13:45:37.453Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2919 | 2024-10-30T13:45:39.435Z | [ host-package] Compiling sct v0.7.1 |
2920 | 2024-10-30T13:45:40.247Z | [ host-package] Compiling heck v0.3.3 |
2921 | 2024-10-30T13:45:40.886Z | [ host-package] Compiling castaway v0.2.3 |
2922 | 2024-10-30T13:45:41.209Z | [ host-package] Compiling csv-core v0.1.11 |
2923 | 2024-10-30T13:45:42.585Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2924 | 2024-10-30T13:45:42.821Z | [ host-package] Compiling http-range v0.1.5 |
2925 | 2024-10-30T13:45:43.680Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2926 | 2024-10-30T13:45:44.827Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2927 | 2024-10-30T13:45:46.921Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2928 | 2024-10-30T13:45:48.676Z | [ host-package] Compiling csv v1.3.0 |
2929 | 2024-10-30T13:45:51.513Z | [ host-package] Compiling compact_str v0.8.0 |
2930 | 2024-10-30T13:45:52.215Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2931 | 2024-10-30T13:45:55.113Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2932 | 2024-10-30T13:45:55.269Z | [ host-package] Compiling nix v0.27.1 |
2933 | 2024-10-30T13:45:55.547Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2934 | 2024-10-30T13:45:59.423Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2935 | 2024-10-30T13:46:06.718Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2936 | 2024-10-30T13:46:16.919Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2937 | 2024-10-30T13:46:18.666Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2938 | 2024-10-30T13:46:18.895Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2939 | 2024-10-30T13:46:22.532Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2940 | 2024-10-30T13:46:23.375Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2941 | 2024-10-30T13:46:23.789Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2942 | 2024-10-30T13:46:24.253Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2943 | 2024-10-30T13:46:24.449Z | [ helios-setup] Oct 30 13:46:23.886 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s |
2944 | 2024-10-30T13:46:24.575Z | [ helios-setup] Oct 30 13:46:24.011 INFO building project "pilot" ok (401 seconds) |
2945 | 2024-10-30T13:46:24.575Z | [ helios-setup] Oct 30 13:46:24.011 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2946 | 2024-10-30T13:46:24.577Z | [ helios-setup] Oct 30 13:46:24.011 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2947 | 2024-10-30T13:46:24.585Z | [ helios-setup] Oct 30 13:46:24.022 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2948 | 2024-10-30T13:46:24.663Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2949 | 2024-10-30T13:46:24.842Z | [ helios-setup] Oct 30 13:46:24.278 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2950 | 2024-10-30T13:46:24.845Z | [ helios-setup] Oct 30 13:46:24.278 INFO E| info: downloading component 'cargo' |
2951 | 2024-10-30T13:46:25.323Z | [ host-package] Compiling hashlink v0.9.1 |
2952 | 2024-10-30T13:46:26.156Z | [ host-package] Compiling tungstenite v0.23.0 |
2953 | 2024-10-30T13:46:26.715Z | [ helios-setup] Oct 30 13:46:26.151 INFO E| info: downloading component 'clippy' |
2954 | 2024-10-30T13:46:26.985Z | [ helios-setup] Oct 30 13:46:26.421 INFO E| info: downloading component 'rust-docs' |
2955 | 2024-10-30T13:46:27.233Z | [ host-package] Compiling lru v0.12.5 |
2956 | 2024-10-30T13:46:27.507Z | [ host-package] Compiling instability v0.3.2 |
2957 | 2024-10-30T13:46:27.616Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2958 | 2024-10-30T13:46:27.943Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2959 | 2024-10-30T13:46:28.532Z | [ host-package] Compiling base64 v0.13.1 |
2960 | 2024-10-30T13:46:28.769Z | [ helios-setup] Oct 30 13:46:28.205 INFO E| info: downloading component 'rust-src' |
2961 | 2024-10-30T13:46:28.843Z | [ host-package] Compiling cassowary v0.3.0 |
2962 | 2024-10-30T13:46:29.330Z | [ host-package] Compiling ron v0.7.1 |
2963 | 2024-10-30T13:46:29.789Z | [ helios-setup] Oct 30 13:46:29.174 INFO E| info: downloading component 'rust-std' |
2964 | 2024-10-30T13:46:31.805Z | [ helios-setup] Oct 30 13:46:31.241 INFO E| info: downloading component 'rustc' |
2965 | 2024-10-30T13:46:31.979Z | [ host-package] Compiling ratatui v0.28.1 |
2966 | 2024-10-30T13:46:32.197Z | [ host-package] Compiling rusqlite v0.32.1 |
2967 | 2024-10-30T13:46:32.658Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
2968 | 2024-10-30T13:46:33.455Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2969 | 2024-10-30T13:46:34.193Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2970 | 2024-10-30T13:46:36.495Z | [ host-package] Compiling xz2 v0.1.7 |
2971 | 2024-10-30T13:46:37.175Z | [ host-package] Compiling tokio-rustls v0.24.1 |
2972 | 2024-10-30T13:46:38.160Z | [ helios-setup] Oct 30 13:46:37.595 INFO E| info: downloading component 'rustfmt' |
2973 | 2024-10-30T13:46:38.416Z | [ helios-setup] Oct 30 13:46:37.851 INFO E| info: installing component 'cargo' |
2974 | 2024-10-30T13:46:38.595Z | [ host-package] Compiling zone v0.1.8 |
2975 | 2024-10-30T13:46:39.682Z | [ helios-setup] Oct 30 13:46:39.117 INFO E| info: installing component 'clippy' |
2976 | 2024-10-30T13:46:40.125Z | [ helios-setup] Oct 30 13:46:39.559 INFO E| info: installing component 'rust-docs' |
2977 | 2024-10-30T13:46:45.339Z | [ helios-setup] Oct 30 13:46:44.773 INFO E| info: installing component 'rust-src' |
2978 | 2024-10-30T13:46:46.440Z | [ helios-setup] Oct 30 13:46:45.874 INFO E| info: installing component 'rust-std' |
2979 | 2024-10-30T13:46:49.424Z | [ helios-setup] Oct 30 13:46:48.858 INFO E| info: installing component 'rustc' |
2980 | 2024-10-30T13:46:53.313Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2981 | 2024-10-30T13:46:53.546Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2982 | 2024-10-30T13:46:55.720Z | [ helios-setup] Oct 30 13:46:55.154 INFO E| info: installing component 'rustfmt' |
2983 | 2024-10-30T13:46:56.146Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2984 | 2024-10-30T13:46:56.780Z | [ helios-setup] Oct 30 13:46:56.214 INFO E| Blocking waiting for file lock on package cache |
2985 | 2024-10-30T13:46:58.803Z | [ helios-setup] Oct 30 13:46:58.236 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2986 | 2024-10-30T13:46:59.353Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
2987 | 2024-10-30T13:46:59.750Z | [ helios-setup] Oct 30 13:46:59.183 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2988 | 2024-10-30T13:46:59.750Z | [ helios-setup] Oct 30 13:46:59.183 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
2989 | 2024-10-30T13:46:59.750Z | [ helios-setup] Oct 30 13:46:59.183 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2990 | 2024-10-30T13:46:59.780Z | [ helios-setup] Oct 30 13:46:59.213 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2991 | 2024-10-30T13:46:59.780Z | [ helios-setup] Oct 30 13:46:59.213 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2992 | 2024-10-30T13:46:59.783Z | [ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2993 | 2024-10-30T13:46:59.783Z | [ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2994 | 2024-10-30T13:46:59.783Z | [ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2995 | 2024-10-30T13:46:59.783Z | [ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2996 | 2024-10-30T13:46:59.783Z | [ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2997 | 2024-10-30T13:46:59.783Z | [ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2998 | 2024-10-30T13:46:59.783Z | [ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2999 | 2024-10-30T13:46:59.817Z | [ helios-setup] Oct 30 13:46:59.250 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3000 | 2024-10-30T13:47:00.168Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3001 | 2024-10-30T13:47:00.511Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3002 | 2024-10-30T13:47:00.770Z | [ helios-setup] Oct 30 13:47:00.203 INFO E| From https://github.com/oxidecomputer/amd-efs |
3003 | 2024-10-30T13:47:00.770Z | [ helios-setup] Oct 30 13:47:00.203 INFO E| * [new branch] empty -> origin/empty |
3004 | 2024-10-30T13:47:00.770Z | [ helios-setup] Oct 30 13:47:00.203 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3005 | 2024-10-30T13:47:00.773Z | [ helios-setup] Oct 30 13:47:00.203 INFO E| * [new branch] main -> origin/main |
3006 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.203 INFO E| * [new branch] review -> origin/review |
3007 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.203 INFO E| * [new ref] -> origin/HEAD |
3008 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3009 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3010 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3011 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3012 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3013 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3014 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3015 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3016 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3017 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3018 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3019 | 2024-10-30T13:47:00.774Z | [ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3020 | 2024-10-30T13:47:00.797Z | [ helios-setup] Oct 30 13:47:00.230 INFO E| Updating crates.io index |
3021 | 2024-10-30T13:47:01.263Z | [ helios-setup] Oct 30 13:47:00.696 INFO E| Downloading crates ... |
3022 | 2024-10-30T13:47:01.402Z | [ helios-setup] Oct 30 13:47:00.834 INFO E| Downloaded unic-char-property v0.9.0 |
3023 | 2024-10-30T13:47:01.404Z | [ helios-setup] Oct 30 13:47:00.837 INFO E| Downloaded strum_macros v0.23.1 |
3024 | 2024-10-30T13:47:01.407Z | [ helios-setup] Oct 30 13:47:00.840 INFO E| Downloaded proc-macro-crate v0.1.5 |
3025 | 2024-10-30T13:47:01.410Z | [ helios-setup] Oct 30 13:47:00.841 INFO E| Downloaded fletcher v0.1.0 |
3026 | 2024-10-30T13:47:01.412Z | [ helios-setup] Oct 30 13:47:00.843 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3027 | 2024-10-30T13:47:01.414Z | [ helios-setup] Oct 30 13:47:00.846 INFO E| Downloaded scroll v0.10.2 |
3028 | 2024-10-30T13:47:01.417Z | [ helios-setup] Oct 30 13:47:00.849 INFO E| Downloaded pest_derive v2.7.13 |
3029 | 2024-10-30T13:47:01.420Z | [ helios-setup] Oct 30 13:47:00.853 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3030 | 2024-10-30T13:47:01.422Z | [ helios-setup] Oct 30 13:47:00.856 INFO E| Downloaded unic-ucd-version v0.9.0 |
3031 | 2024-10-30T13:47:01.425Z | [ helios-setup] Oct 30 13:47:00.857 INFO E| Downloaded unic-char-range v0.9.0 |
3032 | 2024-10-30T13:47:01.428Z | [ helios-setup] Oct 30 13:47:00.859 INFO E| Downloaded scroll_derive v0.10.5 |
3033 | 2024-10-30T13:47:01.428Z | [ helios-setup] Oct 30 13:47:00.861 INFO E| Downloaded pest_meta v2.7.13 |
3034 | 2024-10-30T13:47:01.432Z | [ helios-setup] Oct 30 13:47:00.865 INFO E| Downloaded structopt v0.3.26 |
3035 | 2024-10-30T13:47:01.443Z | [ helios-setup] Oct 30 13:47:00.876 INFO E| Downloaded unic-common v0.9.0 |
3036 | 2024-10-30T13:47:01.446Z | [ helios-setup] Oct 30 13:47:00.878 INFO E| Downloaded strsim v0.8.0 |
3037 | 2024-10-30T13:47:01.449Z | [ helios-setup] Oct 30 13:47:00.880 INFO E| Downloaded rustc_version v0.2.3 |
3038 | 2024-10-30T13:47:01.449Z | [ helios-setup] Oct 30 13:47:00.881 INFO E| Downloaded pest_generator v2.7.13 |
3039 | 2024-10-30T13:47:01.451Z | [ helios-setup] Oct 30 13:47:00.883 INFO E| Downloaded vec_map v0.8.2 |
3040 | 2024-10-30T13:47:01.454Z | [ helios-setup] Oct 30 13:47:00.885 INFO E| Downloaded once_cell v1.20.1 |
3041 | 2024-10-30T13:47:01.457Z | [ helios-setup] Oct 30 13:47:00.888 INFO E| Downloaded textwrap v0.11.0 |
3042 | 2024-10-30T13:47:01.460Z | [ helios-setup] Oct 30 13:47:00.891 INFO E| Downloaded semver v0.9.0 |
3043 | 2024-10-30T13:47:01.462Z | [ helios-setup] Oct 30 13:47:00.893 INFO E| Downloaded strum v0.23.0 |
3044 | 2024-10-30T13:47:01.462Z | [ helios-setup] Oct 30 13:47:00.895 INFO E| Downloaded structopt-derive v0.4.18 |
3045 | 2024-10-30T13:47:01.465Z | [ helios-setup] Oct 30 13:47:00.896 INFO E| Downloaded pre-proc-macro v0.2.1 |
3046 | 2024-10-30T13:47:01.468Z | [ helios-setup] Oct 30 13:47:00.899 INFO E| Downloaded modular-bitfield v0.11.2 |
3047 | 2024-10-30T13:47:01.484Z | [ helios-setup] Oct 30 13:47:00.917 INFO E| Downloaded pest v2.7.13 |
3048 | 2024-10-30T13:47:01.492Z | [ helios-setup] Oct 30 13:47:00.925 INFO E| Downloaded goblin v0.4.3 |
3049 | 2024-10-30T13:47:01.505Z | [ helios-setup] Oct 30 13:47:00.938 INFO E| Downloaded clap v2.34.0 |
3050 | 2024-10-30T13:47:01.516Z | [ helios-setup] Oct 30 13:47:00.949 INFO E| Downloaded pre v0.2.1 |
3051 | 2024-10-30T13:47:01.519Z | [ helios-setup] Oct 30 13:47:00.950 INFO E| Downloaded memoffset v0.5.6 |
3052 | 2024-10-30T13:47:01.521Z | [ helios-setup] Oct 30 13:47:00.952 INFO E| Downloaded parse_int v0.6.0 |
3053 | 2024-10-30T13:47:01.521Z | [ helios-setup] Oct 30 13:47:00.953 INFO E| Downloaded four-cc v0.3.0 |
3054 | 2024-10-30T13:47:01.524Z | [ helios-setup] Oct 30 13:47:00.955 INFO E| Downloaded cfg-if v0.1.10 |
3055 | 2024-10-30T13:47:01.524Z | [ helios-setup] Oct 30 13:47:00.956 INFO E| Downloaded bytesize v1.3.0 |
3056 | 2024-10-30T13:47:01.526Z | [ helios-setup] Oct 30 13:47:00.958 INFO E| Downloaded semver-parser v0.7.0 |
3057 | 2024-10-30T13:47:01.526Z | [ helios-setup] Oct 30 13:47:00.959 INFO E| Downloaded ansi_term v0.12.1 |
3058 | 2024-10-30T13:47:01.627Z | [ helios-setup] Oct 30 13:47:01.059 INFO E| Compiling proc-macro2 v1.0.86 |
3059 | 2024-10-30T13:47:01.683Z | [ helios-setup] Oct 30 13:47:01.116 INFO E| Compiling unicode-ident v1.0.13 |
3060 | 2024-10-30T13:47:01.687Z | [ helios-setup] Oct 30 13:47:01.116 INFO E| Compiling syn v1.0.109 |
3061 | 2024-10-30T13:47:01.687Z | [ helios-setup] Oct 30 13:47:01.116 INFO E| Compiling version_check v0.9.5 |
3062 | 2024-10-30T13:47:01.687Z | [ helios-setup] Oct 30 13:47:01.117 INFO E| Compiling memchr v2.7.4 |
3063 | 2024-10-30T13:47:01.687Z | [ helios-setup] Oct 30 13:47:01.117 INFO E| Compiling thiserror v1.0.64 |
3064 | 2024-10-30T13:47:01.687Z | [ helios-setup] Oct 30 13:47:01.117 INFO E| Compiling semver-parser v0.7.0 |
3065 | 2024-10-30T13:47:01.687Z | [ helios-setup] Oct 30 13:47:01.117 INFO E| Compiling autocfg v1.4.0 |
3066 | 2024-10-30T13:47:02.160Z | [ helios-setup] Oct 30 13:47:01.593 INFO E| Compiling serde v1.0.210 |
3067 | 2024-10-30T13:47:02.965Z | [ helios-setup] Oct 30 13:47:02.398 INFO E| Compiling semver v0.9.0 |
3068 | 2024-10-30T13:47:03.027Z | [ helios-setup] Oct 30 13:47:02.459 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3069 | 2024-10-30T13:47:03.445Z | [ helios-setup] Oct 30 13:47:02.878 INFO E| Compiling rustc_version v0.2.3 |
3070 | 2024-10-30T13:47:03.602Z | [ helios-setup] Oct 30 13:47:03.034 INFO E| Compiling proc-macro-error v1.0.4 |
3071 | 2024-10-30T13:47:03.660Z | [ helios-setup] Oct 30 13:47:03.092 INFO E| Compiling serde_json v1.0.128 |
3072 | 2024-10-30T13:47:03.857Z | [ helios-setup] Oct 30 13:47:03.289 INFO E| Compiling num-traits v0.2.19 |
3073 | 2024-10-30T13:47:04.063Z | [ helios-setup] Oct 30 13:47:03.496 INFO E| Compiling ryu v1.0.18 |
3074 | 2024-10-30T13:47:04.302Z | [ helios-setup] Oct 30 13:47:03.734 INFO E| Compiling unicode-segmentation v1.12.0 |
3075 | 2024-10-30T13:47:04.385Z | [ helios-setup] Oct 30 13:47:03.817 INFO E| Compiling schemars v0.8.21 |
3076 | 2024-10-30T13:47:04.485Z | [ helios-setup] Oct 30 13:47:03.918 INFO E| Compiling itoa v1.0.11 |
3077 | 2024-10-30T13:47:04.841Z | [ helios-setup] Oct 30 13:47:04.274 INFO E| Compiling pre-proc-macro v0.2.1 |
3078 | 2024-10-30T13:47:04.965Z | [ helios-setup] Oct 30 13:47:04.396 INFO E| Compiling memoffset v0.5.6 |
3079 | 2024-10-30T13:47:05.043Z | [ helios-setup] Oct 30 13:47:04.475 INFO E| Compiling lazy_static v1.5.0 |
3080 | 2024-10-30T13:47:05.352Z | [ helios-setup] Oct 30 13:47:04.785 INFO E| Compiling quote v1.0.37 |
3081 | 2024-10-30T13:47:05.546Z | [ helios-setup] Oct 30 13:47:04.978 INFO E| Compiling heck v0.3.3 |
3082 | 2024-10-30T13:47:05.753Z | [ helios-setup] Oct 30 13:47:05.185 INFO E| Compiling libc v0.2.159 |
3083 | 2024-10-30T13:47:05.762Z | [ helios-setup] Oct 30 13:47:05.194 INFO E| Compiling dyn-clone v1.0.17 |
3084 | 2024-10-30T13:47:05.833Z | [ helios-setup] Oct 30 13:47:05.265 INFO E| Compiling paste v1.0.15 |
3085 | 2024-10-30T13:47:05.874Z | [ helios-setup] Oct 30 13:47:05.306 INFO E| Compiling rustversion v1.0.17 |
3086 | 2024-10-30T13:47:06.201Z | [ helios-setup] Oct 30 13:47:05.634 INFO E| Compiling syn v2.0.79 |
3087 | 2024-10-30T13:47:06.859Z | [ helios-setup] Oct 30 13:47:06.292 INFO E| Compiling ucd-trie v0.1.7 |
3088 | 2024-10-30T13:47:07.322Z | [ helios-setup] Oct 30 13:47:06.753 INFO E| Compiling pre v0.2.1 |
3089 | 2024-10-30T13:47:07.536Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3090 | 2024-10-30T13:47:07.629Z | [ helios-setup] Oct 30 13:47:07.061 INFO E| Compiling once_cell v1.20.1 |
3091 | 2024-10-30T13:47:08.026Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3092 | 2024-10-30T13:47:08.049Z | [ helios-setup] Oct 30 13:47:07.481 INFO E| Compiling static_assertions v1.1.0 |
3093 | 2024-10-30T13:47:08.151Z | [ helios-setup] Oct 30 13:47:07.583 INFO E| Compiling cfg-if v0.1.10 |
3094 | 2024-10-30T13:47:08.238Z | [ helios-setup] Oct 30 13:47:07.670 INFO E| Compiling byteorder v1.5.0 |
3095 | 2024-10-30T13:47:08.710Z | [ host-package] Compiling twox-hash v1.6.3 |
3096 | 2024-10-30T13:47:09.363Z | [ helios-setup] Oct 30 13:47:08.795 INFO E| Compiling unicode-width v0.1.14 |
3097 | 2024-10-30T13:47:10.365Z | [ helios-setup] Oct 30 13:47:09.796 INFO E| Compiling textwrap v0.11.0 |
3098 | 2024-10-30T13:47:10.763Z | [ helios-setup] Oct 30 13:47:10.195 INFO E| Compiling atty v0.2.14 |
3099 | 2024-10-30T13:47:10.923Z | [ host-package] Compiling yasna v0.5.2 |
3100 | 2024-10-30T13:47:10.967Z | [ helios-setup] Oct 30 13:47:10.399 INFO E| Compiling strum v0.23.0 |
3101 | 2024-10-30T13:47:11.065Z | [ host-package] Compiling is_ci v1.2.0 |
3102 | 2024-10-30T13:47:11.145Z | [ helios-setup] Oct 30 13:47:10.577 INFO E| Compiling strsim v0.8.0 |
3103 | 2024-10-30T13:47:11.152Z | [ helios-setup] Oct 30 13:47:10.584 INFO E| Compiling fletcher v0.1.0 |
3104 | 2024-10-30T13:47:11.472Z | [ helios-setup] Oct 30 13:47:10.904 INFO E| Compiling ansi_term v0.12.1 |
3105 | 2024-10-30T13:47:11.647Z | [ helios-setup] Oct 30 13:47:11.078 INFO E| Compiling bitflags v1.3.2 |
3106 | 2024-10-30T13:47:11.656Z | [ helios-setup] Oct 30 13:47:11.084 INFO E| Compiling unic-char-range v0.9.0 |
3107 | 2024-10-30T13:47:11.764Z | [ host-package] Compiling smawk v0.3.2 |
3108 | 2024-10-30T13:47:11.794Z | [ helios-setup] Oct 30 13:47:11.226 INFO E| Compiling parse_int v0.6.0 |
3109 | 2024-10-30T13:47:12.011Z | [ helios-setup] Oct 30 13:47:11.443 INFO E| Compiling unic-common v0.9.0 |
3110 | 2024-10-30T13:47:12.011Z | [ helios-setup] Oct 30 13:47:11.443 INFO E| Compiling vec_map v0.8.2 |
3111 | 2024-10-30T13:47:12.218Z | [ helios-setup] Oct 30 13:47:11.649 INFO E| Compiling unic-ucd-version v0.9.0 |
3112 | 2024-10-30T13:47:12.367Z | [ helios-setup] Oct 30 13:47:11.799 INFO E| Compiling unic-char-property v0.9.0 |
3113 | 2024-10-30T13:47:12.387Z | [ helios-setup] Oct 30 13:47:11.819 INFO E| Compiling log v0.4.22 |
3114 | 2024-10-30T13:47:12.453Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3115 | 2024-10-30T13:47:12.505Z | [ helios-setup] Oct 30 13:47:11.937 INFO E| Compiling plain v0.2.3 |
3116 | 2024-10-30T13:47:12.606Z | [ helios-setup] Oct 30 13:47:12.038 INFO E| Compiling clap v2.34.0 |
3117 | 2024-10-30T13:47:12.700Z | [ helios-setup] Oct 30 13:47:12.132 INFO E| Compiling unic-ucd-ident v0.9.0 |
3118 | 2024-10-30T13:47:12.746Z | [ helios-setup] Oct 30 13:47:12.177 INFO E| Compiling bytesize v1.3.0 |
3119 | 2024-10-30T13:47:13.069Z | [ host-package] Compiling supports-color v3.0.1 |
3120 | 2024-10-30T13:47:13.491Z | [ host-package] Compiling rcgen v0.12.1 |
3121 | 2024-10-30T13:47:13.869Z | [ host-package] Compiling textwrap v0.16.1 |
3122 | 2024-10-30T13:47:14.795Z | [ helios-setup] Oct 30 13:47:14.226 INFO E| Compiling serde_derive_internals v0.29.1 |
3123 | 2024-10-30T13:47:16.868Z | [ helios-setup] Oct 30 13:47:16.273 INFO E| Compiling toml v0.5.11 |
3124 | 2024-10-30T13:47:18.977Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3125 | 2024-10-30T13:47:19.650Z | [ helios-setup] Oct 30 13:47:19.081 INFO E| Compiling proc-macro-crate v0.1.5 |
3126 | 2024-10-30T13:47:21.244Z | [ helios-setup] Oct 30 13:47:20.675 INFO E| Compiling thiserror-impl v1.0.64 |
3127 | 2024-10-30T13:47:21.271Z | [ helios-setup] Oct 30 13:47:20.702 INFO E| Compiling serde_derive v1.0.210 |
3128 | 2024-10-30T13:47:21.308Z | [ helios-setup] Oct 30 13:47:20.738 INFO E| Compiling schemars_derive v0.8.21 |
3129 | 2024-10-30T13:47:21.851Z | [ helios-setup] Oct 30 13:47:21.282 INFO E| Compiling zerocopy-derive v0.6.6 |
3130 | 2024-10-30T13:47:22.691Z | [ helios-setup] Oct 30 13:47:22.121 INFO E| Compiling num-derive v0.4.2 |
3131 | 2024-10-30T13:47:25.530Z | [ helios-setup] Oct 30 13:47:24.960 INFO E| Compiling zerocopy v0.6.6 |
3132 | 2024-10-30T13:47:26.046Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3133 | 2024-10-30T13:47:27.374Z | [ helios-setup] Oct 30 13:47:26.804 INFO E| Compiling pest v2.7.13 |
3134 | 2024-10-30T13:47:28.473Z | [ helios-setup] Oct 30 13:47:27.904 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3135 | 2024-10-30T13:47:28.473Z | [ helios-setup] Oct 30 13:47:27.904 INFO E| Compiling strum_macros v0.23.1 |
3136 | 2024-10-30T13:47:30.331Z | [ helios-setup] Oct 30 13:47:29.758 INFO E| Compiling scroll_derive v0.10.5 |
3137 | 2024-10-30T13:47:30.834Z | [ helios-setup] Oct 30 13:47:30.264 INFO E| Compiling structopt-derive v0.4.18 |
3138 | 2024-10-30T13:47:31.337Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3139 | 2024-10-30T13:47:32.403Z | [ helios-setup] Oct 30 13:47:31.833 INFO E| Compiling pest_meta v2.7.13 |
3140 | 2024-10-30T13:47:33.725Z | [ helios-setup] Oct 30 13:47:33.155 INFO E| Compiling scroll v0.10.2 |
3141 | 2024-10-30T13:47:34.402Z | [ helios-setup] Oct 30 13:47:33.831 INFO E| Compiling modular-bitfield v0.11.2 |
3142 | 2024-10-30T13:47:34.672Z | [ helios-setup] Oct 30 13:47:34.094 INFO E| Compiling goblin v0.4.3 |
3143 | 2024-10-30T13:47:35.025Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3144 | 2024-10-30T13:47:35.161Z | [ helios-setup] Oct 30 13:47:34.591 INFO E| Compiling pest_generator v2.7.13 |
3145 | 2024-10-30T13:47:36.237Z | [ helios-setup] Oct 30 13:47:35.667 INFO E| Compiling structopt v0.3.26 |
3146 | 2024-10-30T13:47:36.707Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3147 | 2024-10-30T13:47:40.141Z | [ helios-setup] Oct 30 13:47:39.570 INFO E| Compiling pest_derive v2.7.13 |
3148 | 2024-10-30T13:47:43.195Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3149 | 2024-10-30T13:47:44.268Z | [ helios-setup] Oct 30 13:47:43.697 INFO E| Compiling json5 v0.4.1 |
3150 | 2024-10-30T13:47:48.012Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3151 | 2024-10-30T13:47:49.084Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3152 | 2024-10-30T13:47:50.601Z | [ helios-setup] Oct 30 13:47:50.029 INFO E| Compiling four-cc v0.3.0 |
3153 | 2024-10-30T13:47:50.601Z | [ helios-setup] Oct 30 13:47:50.029 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
3154 | 2024-10-30T13:47:50.768Z | [ helios-setup] Oct 30 13:47:50.196 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
3155 | 2024-10-30T13:48:01.562Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3156 | 2024-10-30T13:48:03.575Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3157 | 2024-10-30T13:48:09.877Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3158 | 2024-10-30T13:48:11.926Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3159 | 2024-10-30T13:48:12.463Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3160 | 2024-10-30T13:48:17.580Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3161 | 2024-10-30T13:48:19.590Z | [ host-package] Compiling fatfs v0.3.6 |
3162 | 2024-10-30T13:48:19.927Z | [ host-package] Compiling subprocess v0.2.9 |
3163 | 2024-10-30T13:48:22.843Z | [ host-package] Compiling rtoolbox v0.0.2 |
3164 | 2024-10-30T13:48:23.747Z | [ host-package] Compiling assert_matches v1.5.0 |
3165 | 2024-10-30T13:48:25.117Z | [ host-package] Compiling rpassword v7.3.1 |
3166 | 2024-10-30T13:48:25.690Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3167 | 2024-10-30T13:48:28.028Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3168 | 2024-10-30T13:48:34.226Z | [ helios-setup] Oct 30 13:48:33.650 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3169 | 2024-10-30T13:48:34.391Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3170 | 2024-10-30T13:48:40.208Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3171 | 2024-10-30T13:48:48.547Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3172 | 2024-10-30T13:48:49.141Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3173 | 2024-10-30T13:48:49.552Z | [ helios-setup] Oct 30 13:48:48.974 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3174 | 2024-10-30T13:49:02.392Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3175 | 2024-10-30T13:49:02.941Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3176 | 2024-10-30T13:49:03.285Z | [ host-package] Compiling uzers v0.12.1 |
3177 | 2024-10-30T13:49:06.703Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3178 | 2024-10-30T13:49:13.468Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3179 | 2024-10-30T13:49:15.940Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3180 | 2024-10-30T13:49:32.616Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3181 | 2024-10-30T13:49:39.822Z | [ helios-setup] Oct 30 13:49:39.239 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s |
3182 | 2024-10-30T13:49:39.859Z | [ helios-setup] Oct 30 13:49:39.277 INFO building project "amd-host-image-builder" ok (195 seconds) |
3183 | 2024-10-30T13:49:39.859Z | [ helios-setup] Oct 30 13:49:39.277 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3184 | 2024-10-30T13:49:39.862Z | [ helios-setup] Oct 30 13:49:39.277 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3185 | 2024-10-30T13:49:40.186Z | [ helios-setup] Oct 30 13:49:39.604 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3186 | 2024-10-30T13:49:40.733Z | [ helios-setup] Oct 30 13:49:40.150 INFO E| From https://github.com/jclulow/rust-jmclib |
3187 | 2024-10-30T13:49:40.733Z | [ helios-setup] Oct 30 13:49:40.150 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3188 | 2024-10-30T13:49:40.754Z | [ helios-setup] Oct 30 13:49:40.171 INFO E| Updating crates.io index |
3189 | 2024-10-30T13:49:40.964Z | [ helios-setup] Oct 30 13:49:40.382 INFO E| Downloading crates ... |
3190 | 2024-10-30T13:49:41.131Z | [ helios-setup] Oct 30 13:49:40.548 INFO E| Downloaded md-5 v0.9.1 |
3191 | 2024-10-30T13:49:41.134Z | [ helios-setup] Oct 30 13:49:40.551 INFO E| Downloaded getrandom v0.2.10 |
3192 | 2024-10-30T13:49:41.138Z | [ helios-setup] Oct 30 13:49:40.556 INFO E| Downloaded anyhow v1.0.72 |
3193 | 2024-10-30T13:49:41.144Z | [ helios-setup] Oct 30 13:49:40.562 INFO E| Downloaded digest v0.9.0 |
3194 | 2024-10-30T13:49:41.147Z | [ helios-setup] Oct 30 13:49:40.564 INFO E| Downloaded bitflags v2.3.3 |
3195 | 2024-10-30T13:49:41.151Z | [ helios-setup] Oct 30 13:49:40.569 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3196 | 2024-10-30T13:49:41.154Z | [ helios-setup] Oct 30 13:49:40.570 INFO E| Downloaded cpufeatures v0.2.9 |
3197 | 2024-10-30T13:49:41.156Z | [ helios-setup] Oct 30 13:49:40.572 INFO E| Downloaded sha-1 v0.9.8 |
3198 | 2024-10-30T13:49:41.159Z | [ helios-setup] Oct 30 13:49:40.575 INFO E| Downloaded fastrand v2.0.0 |
3199 | 2024-10-30T13:49:41.161Z | [ helios-setup] Oct 30 13:49:40.578 INFO E| Downloaded block-buffer v0.9.0 |
3200 | 2024-10-30T13:49:41.164Z | [ helios-setup] Oct 30 13:49:40.579 INFO E| Downloaded tempfile v3.7.0 |
3201 | 2024-10-30T13:49:41.166Z | [ helios-setup] Oct 30 13:49:40.583 INFO E| Downloaded quote v1.0.31 |
3202 | 2024-10-30T13:49:41.170Z | [ helios-setup] Oct 30 13:49:40.587 INFO E| Downloaded uuid v0.8.2 |
3203 | 2024-10-30T13:49:41.175Z | [ helios-setup] Oct 30 13:49:40.593 INFO E| Downloaded unicode-ident v1.0.11 |
3204 | 2024-10-30T13:49:41.180Z | [ helios-setup] Oct 30 13:49:40.597 INFO E| Downloaded proc-macro2 v1.0.66 |
3205 | 2024-10-30T13:49:41.184Z | [ helios-setup] Oct 30 13:49:40.601 INFO E| Downloaded serde v1.0.193 |
3206 | 2024-10-30T13:49:41.190Z | [ helios-setup] Oct 30 13:49:40.607 INFO E| Downloaded serde_derive v1.0.193 |
3207 | 2024-10-30T13:49:41.194Z | [ helios-setup] Oct 30 13:49:40.612 INFO E| Downloaded serde_json v1.0.103 |
3208 | 2024-10-30T13:49:41.207Z | [ helios-setup] Oct 30 13:49:40.624 INFO E| Downloaded once_cell v1.18.0 |
3209 | 2024-10-30T13:49:41.240Z | [ helios-setup] Oct 30 13:49:40.657 INFO E| Downloaded syn v2.0.32 |
3210 | 2024-10-30T13:49:41.258Z | [ helios-setup] Oct 30 13:49:40.675 INFO E| Downloaded rustix v0.38.4 |
3211 | 2024-10-30T13:49:41.371Z | [ helios-setup] Oct 30 13:49:40.789 INFO E| Downloaded libc v0.2.147 |
3212 | 2024-10-30T13:49:41.637Z | [ helios-setup] Oct 30 13:49:41.054 INFO E| Compiling libc v0.2.147 |
3213 | 2024-10-30T13:49:41.637Z | [ helios-setup] Oct 30 13:49:41.054 INFO E| Compiling proc-macro2 v1.0.66 |
3214 | 2024-10-30T13:49:41.640Z | [ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling cfg-if v1.0.0 |
3215 | 2024-10-30T13:49:41.640Z | [ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling unicode-ident v1.0.11 |
3216 | 2024-10-30T13:49:41.640Z | [ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling version_check v0.9.4 |
3217 | 2024-10-30T13:49:41.640Z | [ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling typenum v1.16.0 |
3218 | 2024-10-30T13:49:41.640Z | [ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling serde v1.0.193 |
3219 | 2024-10-30T13:49:41.641Z | [ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling itoa v1.0.9 |
3220 | 2024-10-30T13:49:42.069Z | [ helios-setup] Oct 30 13:49:41.486 INFO E| Compiling slog v2.7.0 |
3221 | 2024-10-30T13:49:42.224Z | [ helios-setup] Oct 30 13:49:41.641 INFO E| Compiling powerfmt v0.2.0 |
3222 | 2024-10-30T13:49:42.245Z | [ helios-setup] Oct 30 13:49:41.650 INFO E| Compiling num-conv v0.1.0 |
3223 | 2024-10-30T13:49:42.740Z | [ helios-setup] Oct 30 13:49:42.157 INFO E| Compiling time-core v0.1.2 |
3224 | 2024-10-30T13:49:42.930Z | [ helios-setup] Oct 30 13:49:42.348 INFO E| Compiling generic-array v0.14.7 |
3225 | 2024-10-30T13:49:43.127Z | [ helios-setup] Oct 30 13:49:42.544 INFO E| Compiling rustix v0.38.4 |
3226 | 2024-10-30T13:49:43.215Z | [ helios-setup] Oct 30 13:49:42.632 INFO E| Compiling deranged v0.3.11 |
3227 | 2024-10-30T13:49:43.399Z | [ helios-setup] Oct 30 13:49:42.816 INFO E| Compiling once_cell v1.18.0 |
3228 | 2024-10-30T13:49:43.596Z | [ helios-setup] Oct 30 13:49:43.013 INFO E| Compiling time-macros v0.2.18 |
3229 | 2024-10-30T13:49:43.838Z | [ helios-setup] Oct 30 13:49:43.255 INFO E| Compiling num_threads v0.1.6 |
3230 | 2024-10-30T13:49:44.305Z | [ helios-setup] Oct 30 13:49:43.721 INFO E| Compiling bitflags v2.3.3 |
3231 | 2024-10-30T13:49:44.436Z | [ helios-setup] Oct 30 13:49:43.853 INFO E| Compiling thread_local v1.1.7 |
3232 | 2024-10-30T13:49:45.084Z | [ helios-setup] Oct 30 13:49:44.501 INFO E| Compiling quote v1.0.31 |
3233 | 2024-10-30T13:49:45.679Z | [ helios-setup] Oct 30 13:49:45.096 INFO E| Compiling syn v2.0.32 |
3234 | 2024-10-30T13:49:45.924Z | [ helios-setup] Oct 30 13:49:45.341 INFO E| Compiling anyhow v1.0.72 |
3235 | 2024-10-30T13:49:46.281Z | [ helios-setup] Oct 30 13:49:45.698 INFO E| Compiling dirs-sys-next v0.1.2 |
3236 | 2024-10-30T13:49:46.786Z | [ host-package] Compiling multimap v0.10.0 |
3237 | 2024-10-30T13:49:46.878Z | [ helios-setup] Oct 30 13:49:46.294 INFO E| Compiling dirs-next v2.0.0 |
3238 | 2024-10-30T13:49:46.912Z | [ helios-setup] Oct 30 13:49:46.329 INFO E| Compiling errno v0.3.1 |
3239 | 2024-10-30T13:49:47.367Z | [ helios-setup] Oct 30 13:49:46.784 INFO E| Compiling term v0.7.0 |
3240 | 2024-10-30T13:49:47.416Z | [ helios-setup] Oct 30 13:49:46.833 INFO E| Compiling atty v0.2.14 |
3241 | 2024-10-30T13:49:47.675Z | [ helios-setup] Oct 30 13:49:47.092 INFO E| Compiling fastrand v2.0.0 |
3242 | 2024-10-30T13:49:47.675Z | [ helios-setup] Oct 30 13:49:47.092 INFO E| Compiling opaque-debug v0.3.0 |
3243 | 2024-10-30T13:49:47.847Z | [ helios-setup] Oct 30 13:49:47.264 INFO E| Compiling serde_json v1.0.103 |
3244 | 2024-10-30T13:49:48.364Z | [ helios-setup] Oct 30 13:49:47.781 INFO E| Compiling digest v0.9.0 |
3245 | 2024-10-30T13:49:48.699Z | [ helios-setup] Oct 30 13:49:48.106 INFO E| Compiling block-buffer v0.9.0 |
3246 | 2024-10-30T13:49:48.738Z | [ helios-setup] Oct 30 13:49:48.155 INFO E| Compiling getrandom v0.2.10 |
3247 | 2024-10-30T13:49:48.898Z | [ helios-setup] Oct 30 13:49:48.315 INFO E| Compiling unicode-width v0.1.10 |
3248 | 2024-10-30T13:49:49.103Z | [ helios-setup] Oct 30 13:49:48.519 INFO E| Compiling time v0.3.36 |
3249 | 2024-10-30T13:49:49.248Z | [ helios-setup] Oct 30 13:49:48.664 INFO E| Compiling cpufeatures v0.2.9 |
3250 | 2024-10-30T13:49:49.279Z | [ helios-setup] Oct 30 13:49:48.685 INFO E| Compiling ryu v1.0.15 |
3251 | 2024-10-30T13:49:49.424Z | [ helios-setup] Oct 30 13:49:48.841 INFO E| Compiling same-file v1.0.6 |
3252 | 2024-10-30T13:49:49.475Z | [ helios-setup] Oct 30 13:49:48.892 INFO E| Compiling sha-1 v0.9.8 |
3253 | 2024-10-30T13:49:49.736Z | [ helios-setup] Oct 30 13:49:49.153 INFO E| Compiling walkdir v2.3.3 |
3254 | 2024-10-30T13:49:49.995Z | [ helios-setup] Oct 30 13:49:49.411 INFO E| Compiling getopts v0.2.21 |
3255 | 2024-10-30T13:49:50.072Z | [ helios-setup] Oct 30 13:49:49.489 INFO E| Compiling md-5 v0.9.1 |
3256 | 2024-10-30T13:49:50.830Z | [ helios-setup] Oct 30 13:49:50.247 INFO E| Compiling tempfile v3.7.0 |
3257 | 2024-10-30T13:49:51.149Z | [ helios-setup] Oct 30 13:49:50.566 INFO E| Compiling libdevinfo-sys v1.0.0 |
3258 | 2024-10-30T13:49:51.421Z | [ helios-setup] Oct 30 13:49:50.827 INFO E| Compiling glob v0.3.1 |
3259 | 2024-10-30T13:49:53.121Z | [ helios-setup] Oct 30 13:49:52.537 INFO E| Compiling slog-term v2.9.0 |
3260 | 2024-10-30T13:49:55.285Z | [ helios-setup] Oct 30 13:49:54.702 INFO E| Compiling serde_derive v1.0.193 |
3261 | 2024-10-30T13:50:11.443Z | [ helios-setup] Oct 30 13:50:10.857 INFO E| Compiling toml v0.5.11 |
3262 | 2024-10-30T13:50:11.443Z | [ helios-setup] Oct 30 13:50:10.858 INFO E| Compiling uuid v0.8.2 |
3263 | 2024-10-30T13:50:13.779Z | [ helios-setup] Oct 30 13:50:13.193 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3264 | 2024-10-30T13:50:17.333Z | [ helios-setup] Oct 30 13:50:16.747 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3265 | 2024-10-30T13:50:31.757Z | [ helios-setup] Oct 30 13:50:31.170 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.77s |
3266 | 2024-10-30T13:50:31.792Z | [ helios-setup] Oct 30 13:50:31.204 INFO building project "image-builder" ok (51 seconds) |
3267 | 2024-10-30T13:50:31.795Z | [ helios-setup] Oct 30 13:50:31.205 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3268 | 2024-10-30T13:50:31.795Z | [ helios-setup] Oct 30 13:50:31.205 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3269 | 2024-10-30T13:50:32.116Z | [ helios-setup] Oct 30 13:50:31.529 INFO E| Downloading crates ... |
3270 | 2024-10-30T13:50:32.253Z | [ helios-setup] Oct 30 13:50:31.665 INFO E| Downloaded miniz_oxide v0.7.2 |
3271 | 2024-10-30T13:50:32.491Z | [ helios-setup] Oct 30 13:50:31.904 INFO E| Compiling adler v1.0.2 |
3272 | 2024-10-30T13:50:32.704Z | [ helios-setup] Oct 30 13:50:32.117 INFO E| Compiling miniz_oxide v0.7.2 |
3273 | 2024-10-30T13:50:35.797Z | [ helios-setup] Oct 30 13:50:35.209 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3274 | 2024-10-30T13:50:37.464Z | [ helios-setup] Oct 30 13:50:36.876 INFO E| Finished `release` profile [optimized] target(s) in 5.56s |
3275 | 2024-10-30T13:50:37.475Z | [ helios-setup] Oct 30 13:50:36.887 INFO building project "pinprick" ok (5 seconds) |
3276 | 2024-10-30T13:50:37.478Z | [ helios-setup] Oct 30 13:50:36.888 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3277 | 2024-10-30T13:50:37.478Z | [ helios-setup] Oct 30 13:50:36.888 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3278 | 2024-10-30T13:50:37.744Z | [ helios-setup] Oct 30 13:50:37.156 INFO E| Downloading crates ... |
3279 | 2024-10-30T13:50:37.801Z | [ helios-setup] Oct 30 13:50:37.213 INFO E| Downloaded digest v0.10.3 |
3280 | 2024-10-30T13:50:37.810Z | [ helios-setup] Oct 30 13:50:37.222 INFO E| Downloaded bytes v1.2.1 |
3281 | 2024-10-30T13:50:37.815Z | [ helios-setup] Oct 30 13:50:37.228 INFO E| Downloaded sha2 v0.10.5 |
3282 | 2024-10-30T13:50:37.818Z | [ helios-setup] Oct 30 13:50:37.231 INFO E| Downloaded typenum v1.15.0 |
3283 | 2024-10-30T13:50:37.822Z | [ helios-setup] Oct 30 13:50:37.234 INFO E| Downloaded anyhow v1.0.62 |
3284 | 2024-10-30T13:50:37.908Z | [ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling typenum v1.15.0 |
3285 | 2024-10-30T13:50:37.908Z | [ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling version_check v0.9.4 |
3286 | 2024-10-30T13:50:37.911Z | [ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling cfg-if v1.0.0 |
3287 | 2024-10-30T13:50:37.911Z | [ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling crc32fast v1.3.2 |
3288 | 2024-10-30T13:50:37.911Z | [ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling anyhow v1.0.62 |
3289 | 2024-10-30T13:50:37.911Z | [ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling adler v1.0.2 |
3290 | 2024-10-30T13:50:37.911Z | [ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling unicode-width v0.1.10 |
3291 | 2024-10-30T13:50:37.911Z | [ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling cpufeatures v0.2.5 |
3292 | 2024-10-30T13:50:38.759Z | [ helios-setup] Oct 30 13:50:38.171 INFO E| Compiling bitflags v1.3.2 |
3293 | 2024-10-30T13:50:38.870Z | [ helios-setup] Oct 30 13:50:38.281 INFO E| Compiling getopts v0.2.21 |
3294 | 2024-10-30T13:50:39.012Z | [ helios-setup] Oct 30 13:50:38.423 INFO E| Compiling miniz_oxide v0.6.2 |
3295 | 2024-10-30T13:50:39.018Z | [ helios-setup] Oct 30 13:50:38.427 INFO E| Compiling generic-array v0.14.6 |
3296 | 2024-10-30T13:50:39.054Z | [ helios-setup] Oct 30 13:50:38.466 INFO E| Compiling bytes v1.2.1 |
3297 | 2024-10-30T13:50:40.703Z | [ helios-setup] Oct 30 13:50:40.115 INFO E| Compiling flate2 v1.0.25 |
3298 | 2024-10-30T13:50:44.416Z | [ helios-setup] Oct 30 13:50:43.827 INFO E| Compiling crypto-common v0.1.6 |
3299 | 2024-10-30T13:50:44.416Z | [ helios-setup] Oct 30 13:50:43.827 INFO E| Compiling block-buffer v0.10.3 |
3300 | 2024-10-30T13:50:44.660Z | [ helios-setup] Oct 30 13:50:44.071 INFO E| Compiling digest v0.10.3 |
3301 | 2024-10-30T13:50:45.046Z | [ helios-setup] Oct 30 13:50:44.457 INFO E| Compiling sha2 v0.10.5 |
3302 | 2024-10-30T13:50:45.623Z | [ helios-setup] Oct 30 13:50:45.034 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3303 | 2024-10-30T13:50:51.628Z | [ helios-setup] Oct 30 13:50:51.039 INFO E| Finished `release` profile [optimized] target(s) in 14.04s |
3304 | 2024-10-30T13:50:51.645Z | [ helios-setup] Oct 30 13:50:51.055 INFO building project "bootserver" ok (14 seconds) |
3305 | 2024-10-30T13:50:51.648Z | [ helios-setup] rm -f helios-build |
3306 | 2024-10-30T13:50:51.651Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3307 | 2024-10-30T13:50:51.654Z | [ helios-setup] |
3308 | 2024-10-30T13:50:51.656Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3309 | 2024-10-30T13:50:51.657Z | [ helios-setup] |
3310 | 2024-10-30T13:50:51.671Z | [ helios-setup] |
3311 | 2024-10-30T13:50:51.671Z | [ helios-setup] real 12:18.177567874 |
3312 | 2024-10-30T13:50:51.671Z | [ helios-setup] user 28:46.219970597 |
3313 | 2024-10-30T13:50:51.672Z | [ helios-setup] sys 3:41.574911026 |
3314 | 2024-10-30T13:50:51.672Z | [ helios-setup] trap 1.699998449 |
3315 | 2024-10-30T13:50:51.672Z | [ helios-setup] tflt 7.642360253 |
3316 | 2024-10-30T13:50:51.672Z | [ helios-setup] dflt 36.488092146 |
3317 | 2024-10-30T13:50:51.672Z | [ helios-setup] kflt 0.089286485 |
3318 | 2024-10-30T13:50:51.672Z | [ helios-setup] lock 2:05:27.674446308 |
3319 | 2024-10-30T13:50:51.672Z | [ helios-setup] slp 3:45:19.182331621 |
3320 | 2024-10-30T13:50:51.672Z | [ helios-setup] lat 33:02.059123414 |
3321 | 2024-10-30T13:50:51.672Z | [ helios-setup] stop 4:28.302021596 |
3322 | 2024-10-30T13:50:51.672Z | Oct 30 13:50:51.069 INFO [helios-setup] process exited with exit status: 0 (738.183199752s) |
3323 | 2024-10-30T13:50:51.672Z | Oct 30 13:50:51.069 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3324 | 2024-10-30T13:50:51.688Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3325 | 2024-10-30T13:50:52.043Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3326 | 2024-10-30T13:50:52.043Z | [ phbl-toolchain] info: downloading component 'cargo' |
3327 | 2024-10-30T13:50:53.986Z | [ phbl-toolchain] info: downloading component 'clippy' |
3328 | 2024-10-30T13:50:54.710Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3329 | 2024-10-30T13:51:00.644Z | [ phbl-toolchain] info: downloading component 'miri' |
3330 | 2024-10-30T13:51:00.864Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3331 | 2024-10-30T13:51:02.367Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3332 | 2024-10-30T13:51:02.746Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3333 | 2024-10-30T13:51:05.067Z | [ phbl-toolchain] info: downloading component 'rustc' |
3334 | 2024-10-30T13:51:14.396Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3335 | 2024-10-30T13:51:14.746Z | [ phbl-toolchain] info: installing component 'cargo' |
3336 | 2024-10-30T13:51:16.166Z | [ phbl-toolchain] info: installing component 'clippy' |
3337 | 2024-10-30T13:51:16.776Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3338 | 2024-10-30T13:51:22.746Z | [ phbl-toolchain] info: installing component 'miri' |
3339 | 2024-10-30T13:51:23.128Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3340 | 2024-10-30T13:51:30.493Z | [ phbl-toolchain] info: installing component 'rust-src' |
3341 | 2024-10-30T13:51:31.263Z | [ phbl-toolchain] info: installing component 'rust-std' |
3342 | 2024-10-30T13:51:33.878Z | [ phbl-toolchain] info: installing component 'rustc' |
3343 | 2024-10-30T13:51:43.951Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3344 | 2024-10-30T13:51:44.748Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3345 | 2024-10-30T13:51:44.751Z | Oct 30 13:51:44.156 INFO [phbl-toolchain] process exited with exit status: 0 (53.086829584s) |
3346 | 2024-10-30T13:52:15.173Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3347 | 2024-10-30T13:52:34.952Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3348 | 2024-10-30T14:00:56.246Z | [ host-package] Finished `release` profile [optimized] target(s) in 21m 37s |
3349 | 2024-10-30T14:01:56.868Z | Oct 30 14:01:56.215 INFO [host-package] process exited with exit status: 0 (1358.272858487s) |
3350 | 2024-10-30T14:01:56.871Z | Oct 30 14:01:56.215 INFO [host-stamp] running task |
3351 | 2024-10-30T14:01:56.871Z | Oct 30 14:01:56.216 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3352 | 2024-10-30T14:01:56.871Z | Oct 30 14:01:56.216 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+git417a9860d36 |
3353 | 2024-10-30T14:01:56.888Z | Oct 30 14:01:56.235 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+git417a9860d36 |
3354 | 2024-10-30T14:01:56.895Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3355 | 2024-10-30T14:01:56.897Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3356 | 2024-10-30T14:01:56.897Z | Oct 30 14:01:56.245 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+git417a9860d36 |
3357 | 2024-10-30T14:01:56.906Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3358 | 2024-10-30T14:01:56.910Z | Oct 30 14:01:56.257 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+git417a9860d36 |
3359 | 2024-10-30T14:01:56.920Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3360 | 2024-10-30T14:01:56.923Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3361 | 2024-10-30T14:01:56.923Z | Oct 30 14:01:56.270 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+git417a9860d36 |
3362 | 2024-10-30T14:01:56.937Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3363 | 2024-10-30T14:01:56.941Z | Oct 30 14:01:56.285 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+git417a9860d36 |
3364 | 2024-10-30T14:01:56.950Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3365 | 2024-10-30T14:01:56.953Z | Oct 30 14:01:56.297 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+git417a9860d36 |
3366 | 2024-10-30T14:01:56.962Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3367 | 2024-10-30T14:01:56.965Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3368 | 2024-10-30T14:01:56.968Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3369 | 2024-10-30T14:01:56.969Z | Oct 30 14:01:56.314 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+git417a9860d36 |
3370 | 2024-10-30T14:01:56.983Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3371 | 2024-10-30T14:01:56.984Z | Oct 30 14:01:56.330 INFO [stamp-oxlog] process exited with exit status: 0 (95.031814ms) |
3372 | 2024-10-30T14:01:56.988Z | Oct 30 14:01:56.331 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (46.033401ms) |
3373 | 2024-10-30T14:01:56.988Z | Oct 30 14:01:56.331 INFO [stamp-overlay] process exited with exit status: 0 (60.503379ms) |
3374 | 2024-10-30T14:01:56.995Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3375 | 2024-10-30T14:01:57.032Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3376 | 2024-10-30T14:01:57.042Z | Oct 30 14:01:56.383 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (138.387751ms) |
3377 | 2024-10-30T14:01:57.172Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3378 | 2024-10-30T14:01:57.176Z | Oct 30 14:01:56.523 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (225.532483ms) |
3379 | 2024-10-30T14:01:57.264Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3380 | 2024-10-30T14:01:57.267Z | Oct 30 14:01:56.614 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (356.486105ms) |
3381 | 2024-10-30T14:01:58.048Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3382 | 2024-10-30T14:01:58.051Z | Oct 30 14:01:57.398 INFO [stamp-propolis-server] process exited with exit status: 0 (1.182485487s) |
3383 | 2024-10-30T14:01:58.270Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3384 | 2024-10-30T14:02:00.673Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3385 | 2024-10-30T14:02:07.283Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3386 | 2024-10-30T14:02:07.286Z | Oct 30 14:02:06.631 INFO [stamp-switch-asic] process exited with exit status: 0 (10.317053357s) |
3387 | 2024-10-30T14:02:07.286Z | Oct 30 14:02:06.632 INFO [host-stamp] task succeeded (10.416332285s) |
3388 | 2024-10-30T14:02:07.286Z | Oct 30 14:02:06.632 INFO [host-proto] running task |
3389 | 2024-10-30T14:02:07.701Z | Oct 30 14:02:07.046 INFO [host-proto] task succeeded (414.344878ms) |
3390 | 2024-10-30T14:02:07.701Z | Oct 30 14:02:07.046 INFO [host-profile] running task |
3391 | 2024-10-30T14:02:07.703Z | Oct 30 14:02:07.046 INFO [host-profile] task succeeded (301.067µs) |
3392 | 2024-10-30T14:02:07.704Z | Oct 30 14:02:07.047 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/.tmpkhtB9N/proto/host/root -N 'ci 417a986/${os_short_commit} 2024-10-30 13:38' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3393 | 2024-10-30T14:02:07.720Z | [ host-image] Oct 30 14:02:07.066 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3394 | 2024-10-30T14:02:07.722Z | [ host-image] Oct 30 14:02:07.066 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3395 | 2024-10-30T14:02:07.735Z | [ host-image] Oct 30 14:02:07.081 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpkhtB9N/proto/host/root" |
3396 | 2024-10-30T14:02:07.735Z | [ host-image] Oct 30 14:02:07.081 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3397 | 2024-10-30T14:02:07.738Z | [ host-image] Oct 30 14:02:07.081 INFO image builder template: ramdisk-01-os... |
3398 | 2024-10-30T14:02:07.738Z | [ host-image] Oct 30 14:02:07.081 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/.tmpkhtB9N/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 |
3399 | 2024-10-30T14:02:07.755Z | [ host-image] Oct 30 14:02:07.101 INFO O| Oct 30 14:02:07.101 INFO CREATE DATASET: rpool/images/build/host/output |
3400 | 2024-10-30T14:02:08.160Z | [ host-image] Oct 30 14:02:07.506 INFO O| Oct 30 14:02:07.506 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3401 | 2024-10-30T14:02:08.164Z | [ host-image] Oct 30 14:02:07.510 INFO O| Oct 30 14:02:07.510 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3402 | 2024-10-30T14:02:08.339Z | [ host-image] Oct 30 14:02:07.684 INFO O| Oct 30 14:02:07.684 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3403 | 2024-10-30T14:02:08.385Z | [ host-image] Oct 30 14:02:07.730 INFO O| Oct 30 14:02:07.730 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3404 | 2024-10-30T14:02:08.389Z | [ host-image] Oct 30 14:02:07.730 INFO O| Oct 30 14:02:07.730 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3405 | 2024-10-30T14:02:08.389Z | [ host-image] Oct 30 14:02:07.730 INFO O| Oct 30 14:02:07.730 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3406 | 2024-10-30T14:02:08.389Z | [ host-image] Oct 30 14:02:07.731 INFO O| Oct 30 14:02:07.730 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3407 | 2024-10-30T14:02:08.393Z | [ host-image] Oct 30 14:02:07.738 INFO O| Oct 30 14:02:07.738 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3408 | 2024-10-30T14:02:08.532Z | [ host-image] Oct 30 14:02:07.876 INFO O| Oct 30 14:02:07.876 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3409 | 2024-10-30T14:02:08.543Z | [ host-image] Oct 30 14:02:07.889 INFO O| Oct 30 14:02:07.889 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3410 | 2024-10-30T14:02:09.042Z | [ host-image] Oct 30 14:02:08.388 INFO O| Oct 30 14:02:08.388 INFO O| Caching catalogs ... Done |
3411 | 2024-10-30T14:02:09.171Z | [ host-image] Oct 30 14:02:08.516 INFO O| Oct 30 14:02:08.516 INFO STEP 0 (pkg_image_create) COMPLETE |
3412 | 2024-10-30T14:02:09.171Z | [ host-image] Oct 30 14:02:08.516 INFO O| Oct 30 14:02:08.516 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3413 | 2024-10-30T14:02:09.178Z | [ host-image] Oct 30 14:02:08.517 INFO O| Oct 30 14:02:08.516 INFO skip step because feature "repo_redist" is not enabled |
3414 | 2024-10-30T14:02:09.178Z | [ host-image] Oct 30 14:02:08.517 INFO O| Oct 30 14:02:08.516 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3415 | 2024-10-30T14:02:09.188Z | [ host-image] Oct 30 14:02:08.533 INFO O| Oct 30 14:02:08.533 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"] |
3416 | 2024-10-30T14:02:09.676Z | [ host-image] Oct 30 14:02:09.020 INFO O| Oct 30 14:02:09.020 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3417 | 2024-10-30T14:02:09.676Z | [ host-image] Oct 30 14:02:09.021 INFO O| Oct 30 14:02:09.020 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3418 | 2024-10-30T14:02:09.693Z | [ host-image] Oct 30 14:02:09.038 INFO O| Oct 30 14:02:09.038 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-30T14:02:10.253Z | [ host-image] Oct 30 14:02:09.598 INFO O| Oct 30 14:02:09.598 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3420 | 2024-10-30T14:02:10.253Z | [ host-image] Oct 30 14:02:09.599 INFO O| Oct 30 14:02:09.598 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3421 | 2024-10-30T14:02:10.256Z | [ host-image] Oct 30 14:02:09.599 INFO O| Oct 30 14:02:09.598 INFO skip step because feature "repo_redist" is not enabled |
3422 | 2024-10-30T14:02:10.256Z | [ host-image] Oct 30 14:02:09.599 INFO O| Oct 30 14:02:09.598 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3423 | 2024-10-30T14:02:10.742Z | [ host-image] Oct 30 14:02:10.086 INFO O| Oct 30 14:02:10.086 INFO variant opensolaris.zone is already global |
3424 | 2024-10-30T14:02:10.742Z | [ host-image] Oct 30 14:02:10.086 INFO O| Oct 30 14:02:10.086 INFO STEP 5 (pkg_change_variant) COMPLETE |
3425 | 2024-10-30T14:02:10.749Z | [ host-image] Oct 30 14:02:10.086 INFO O| Oct 30 14:02:10.086 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3426 | 2024-10-30T14:02:11.316Z | [ host-image] Oct 30 14:02:10.660 INFO O| Oct 30 14:02:10.660 INFO variant opensolaris.imagetype is full; changing to partial |
3427 | 2024-10-30T14:02:11.316Z | [ host-image] Oct 30 14:02:10.660 INFO O| Oct 30 14:02:10.660 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3428 | 2024-10-30T14:02:17.913Z | [ host-image] Oct 30 14:02:17.257 INFO O| Oct 30 14:02:17.257 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3429 | 2024-10-30T14:02:19.987Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.85s |
3430 | 2024-10-30T14:02:21.278Z | [ host-image] Oct 30 14:02:20.620 INFO O| Oct 30 14:02:20.620 INFO O| Startup: Caching catalogs ... Done |
3431 | 2024-10-30T14:02:21.348Z | [ host-image] Oct 30 14:02:20.690 INFO O| Oct 30 14:02:20.690 INFO O| Planning: Planning completed in 0.00 seconds |
3432 | 2024-10-30T14:02:21.356Z | [ host-image] Oct 30 14:02:20.691 INFO O| Oct 30 14:02:20.691 INFO O| Planning: Consolidating action changes ... Done |
3433 | 2024-10-30T14:02:21.356Z | [ host-image] Oct 30 14:02:20.691 INFO O| Oct 30 14:02:20.691 INFO O| Planning: Evaluating mediators ... Done |
3434 | 2024-10-30T14:02:21.356Z | [ host-image] Oct 30 14:02:20.691 INFO O| Oct 30 14:02:20.691 INFO O| Planning: Planning completed in 0.00 seconds |
3435 | 2024-10-30T14:02:21.356Z | [ host-image] Oct 30 14:02:20.691 INFO O| Oct 30 14:02:20.691 INFO O| Variants/Facets to change: 1 |
3436 | 2024-10-30T14:02:21.367Z | [ host-image] Oct 30 14:02:20.712 INFO O| Oct 30 14:02:20.712 INFO O| Done |
3437 | 2024-10-30T14:02:21.367Z | [ host-image] Oct 30 14:02:20.712 INFO O| Oct 30 14:02:20.712 INFO O| Done |
3438 | 2024-10-30T14:02:21.786Z | Oct 30 14:02:21.130 INFO [recovery-package] process exited with exit status: 0 (24.914296847s) |
3439 | 2024-10-30T14:02:21.786Z | Oct 30 14:02:21.130 INFO [recovery-stamp] running task |
3440 | 2024-10-30T14:02:21.791Z | Oct 30 14:02:21.130 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3441 | 2024-10-30T14:02:21.796Z | Oct 30 14:02:21.140 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+git417a9860d36 |
3442 | 2024-10-30T14:02:21.810Z | Oct 30 14:02:21.154 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git417a9860d36 |
3443 | 2024-10-30T14:02:21.823Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3444 | 2024-10-30T14:02:21.833Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3445 | 2024-10-30T14:02:21.876Z | [ host-image] Oct 30 14:02:21.220 INFO O| Oct 30 14:02:21.220 INFO O| Done |
3446 | 2024-10-30T14:02:21.908Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3447 | 2024-10-30T14:02:21.912Z | Oct 30 14:02:21.256 INFO [stamp-installinator] process exited with exit status: 0 (101.765637ms) |
3448 | 2024-10-30T14:02:21.928Z | [ host-image] Oct 30 14:02:21.271 INFO O| Oct 30 14:02:21.271 INFO O| Done |
3449 | 2024-10-30T14:02:21.932Z | [ host-image] Oct 30 14:02:21.273 INFO O| Oct 30 14:02:21.273 INFO O| Done |
3450 | 2024-10-30T14:02:21.932Z | [ host-image] Oct 30 14:02:21.273 INFO O| Oct 30 14:02:21.273 INFO O| Done |
3451 | 2024-10-30T14:02:21.932Z | [ host-image] Oct 30 14:02:21.274 INFO O| Oct 30 14:02:21.274 INFO O| Done |
3452 | 2024-10-30T14:02:21.956Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3453 | 2024-10-30T14:02:21.970Z | Oct 30 14:02:21.303 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (162.451742ms) |
3454 | 2024-10-30T14:02:21.971Z | Oct 30 14:02:21.303 INFO [recovery-stamp] task succeeded (172.76096ms) |
3455 | 2024-10-30T14:02:21.971Z | Oct 30 14:02:21.303 INFO [recovery-proto] running task |
3456 | 2024-10-30T14:02:21.971Z | Oct 30 14:02:21.303 INFO [tuf-stamp] running task |
3457 | 2024-10-30T14:02:21.971Z | Oct 30 14:02:21.304 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+git417a9860d36 |
3458 | 2024-10-30T14:02:21.976Z | Oct 30 14:02:21.320 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+git417a9860d36 |
3459 | 2024-10-30T14:02:21.997Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3460 | 2024-10-30T14:02:22.000Z | Oct 30 14:02:21.342 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+git417a9860d36 |
3461 | 2024-10-30T14:02:22.012Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3462 | 2024-10-30T14:02:22.018Z | Oct 30 14:02:21.362 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+git417a9860d36 |
3463 | 2024-10-30T14:02:22.042Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3464 | 2024-10-30T14:02:22.046Z | Oct 30 14:02:21.384 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+git417a9860d36 |
3465 | 2024-10-30T14:02:22.073Z | Oct 30 14:02:21.418 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+git417a9860d36 |
3466 | 2024-10-30T14:02:22.116Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3467 | 2024-10-30T14:02:22.138Z | Oct 30 14:02:21.475 INFO [recovery-proto] task succeeded (171.686081ms) |
3468 | 2024-10-30T14:02:22.147Z | Oct 30 14:02:21.475 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/.tmpkhtB9N/proto/recovery/root -N 'recovery 417a986/${os_short_commit} 2024-10-30 13:38' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3469 | 2024-10-30T14:02:22.181Z | Oct 30 14:02:21.524 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+git417a9860d36 |
3470 | 2024-10-30T14:02:22.231Z | [ recovery-image] Oct 30 14:02:21.526 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3471 | 2024-10-30T14:02:22.234Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3472 | 2024-10-30T14:02:22.234Z | [ recovery-image] Oct 30 14:02:21.526 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3473 | 2024-10-30T14:02:22.244Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3474 | 2024-10-30T14:02:22.247Z | Oct 30 14:02:21.587 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+git417a9860d36 |
3475 | 2024-10-30T14:02:22.451Z | [ recovery-image] Oct 30 14:02:21.546 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpkhtB9N/proto/recovery/root" |
3476 | 2024-10-30T14:02:22.472Z | [ recovery-image] Oct 30 14:02:21.547 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3477 | 2024-10-30T14:02:22.472Z | [ recovery-image] Oct 30 14:02:21.547 INFO image builder template: ramdisk-01-os... |
3478 | 2024-10-30T14:02:22.472Z | [ recovery-image] Oct 30 14:02:21.547 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/.tmpkhtB9N/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-30T14:02:22.487Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3480 | 2024-10-30T14:02:22.487Z | Oct 30 14:02:21.807 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+git417a9860d36 |
3481 | 2024-10-30T14:02:22.531Z | [ recovery-image] Oct 30 14:02:21.580 INFO O| Oct 30 14:02:21.579 INFO CREATE DATASET: rpool/images/build/recovery/output |
3482 | 2024-10-30T14:02:22.537Z | Oct 30 14:02:21.866 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+git417a9860d36 |
3483 | 2024-10-30T14:02:22.651Z | [ recovery-image] Oct 30 14:02:21.986 INFO O| Oct 30 14:02:21.986 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3484 | 2024-10-30T14:02:22.654Z | [ host-image] Oct 30 14:02:21.944 INFO O| Oct 30 14:02:21.944 INFO STEP 6 (pkg_change_variant) COMPLETE |
3485 | 2024-10-30T14:02:22.654Z | [ host-image] Oct 30 14:02:21.944 INFO O| Oct 30 14:02:21.944 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3486 | 2024-10-30T14:02:22.654Z | [ host-image] Oct 30 14:02:21.944 INFO O| Oct 30 14:02:21.944 INFO skip step because feature "debug_variant" is not enabled |
3487 | 2024-10-30T14:02:22.654Z | [ host-image] Oct 30 14:02:21.944 INFO O| Oct 30 14:02:21.944 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3488 | 2024-10-30T14:02:22.654Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3489 | 2024-10-30T14:02:22.654Z | Oct 30 14:02:21.994 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+git417a9860d36 |
3490 | 2024-10-30T14:02:22.771Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3491 | 2024-10-30T14:02:22.776Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3492 | 2024-10-30T14:02:22.779Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3493 | 2024-10-30T14:02:22.779Z | [ recovery-image] Oct 30 14:02:22.027 INFO O| Oct 30 14:02:21.995 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3494 | 2024-10-30T14:02:22.800Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3495 | 2024-10-30T14:02:22.805Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3496 | 2024-10-30T14:02:22.864Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3497 | 2024-10-30T14:02:22.869Z | Oct 30 14:02:22.214 INFO [stamp-ntp] process exited with exit status: 0 (690.082839ms) |
3498 | 2024-10-30T14:02:22.933Z | [ recovery-image] Oct 30 14:02:22.273 INFO O| Oct 30 14:02:22.272 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3499 | 2024-10-30T14:02:22.984Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3500 | 2024-10-30T14:02:22.992Z | [ recovery-image] Oct 30 14:02:22.333 INFO O| Oct 30 14:02:22.333 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3501 | 2024-10-30T14:02:22.997Z | [ recovery-image] Oct 30 14:02:22.333 INFO O| Oct 30 14:02:22.333 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3502 | 2024-10-30T14:02:22.997Z | [ recovery-image] Oct 30 14:02:22.333 INFO O| Oct 30 14:02:22.333 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3503 | 2024-10-30T14:02:22.997Z | [ recovery-image] Oct 30 14:02:22.333 INFO O| Oct 30 14:02:22.333 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3504 | 2024-10-30T14:02:23.000Z | [ recovery-image] Oct 30 14:02:22.344 INFO O| Oct 30 14:02:22.344 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3505 | 2024-10-30T14:02:23.020Z | Oct 30 14:02:22.363 INFO [stamp-probe] process exited with exit status: 0 (368.862504ms) |
3506 | 2024-10-30T14:02:23.269Z | [ recovery-image] Oct 30 14:02:22.612 INFO O| Oct 30 14:02:22.612 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3507 | 2024-10-30T14:02:23.354Z | [ recovery-image] Oct 30 14:02:22.698 INFO O| Oct 30 14:02:22.698 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3508 | 2024-10-30T14:02:23.376Z | [ host-image] Oct 30 14:02:22.719 INFO O| Oct 30 14:02:22.719 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3509 | 2024-10-30T14:02:23.510Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3510 | 2024-10-30T14:02:23.548Z | Oct 30 14:02:22.892 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.507932418s) |
3511 | 2024-10-30T14:02:23.558Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3512 | 2024-10-30T14:02:23.570Z | Oct 30 14:02:22.912 INFO [stamp-internal-dns] process exited with exit status: 0 (1.607430588s) |
3513 | 2024-10-30T14:02:23.772Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3514 | 2024-10-30T14:02:23.776Z | Oct 30 14:02:23.120 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.778279405s) |
3515 | 2024-10-30T14:02:24.008Z | [ recovery-image] Oct 30 14:02:23.350 INFO O| Oct 30 14:02:23.350 INFO O| Caching catalogs ... Done |
3516 | 2024-10-30T14:02:24.069Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3517 | 2024-10-30T14:02:24.124Z | [ recovery-image] Oct 30 14:02:23.468 INFO O| Oct 30 14:02:23.468 INFO STEP 0 (pkg_image_create) COMPLETE |
3518 | 2024-10-30T14:02:24.124Z | [ recovery-image] Oct 30 14:02:23.468 INFO O| Oct 30 14:02:23.468 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3519 | 2024-10-30T14:02:24.138Z | [ recovery-image] Oct 30 14:02:23.468 INFO O| Oct 30 14:02:23.468 INFO skip step because feature "repo_redist" is not enabled |
3520 | 2024-10-30T14:02:24.138Z | [ recovery-image] Oct 30 14:02:23.468 INFO O| Oct 30 14:02:23.468 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3521 | 2024-10-30T14:02:24.138Z | Oct 30 14:02:23.475 INFO [stamp-external-dns] process exited with exit status: 0 (1.888430747s) |
3522 | 2024-10-30T14:02:24.152Z | [ recovery-image] Oct 30 14:02:23.484 INFO O| Oct 30 14:02:23.483 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"] |
3523 | 2024-10-30T14:02:24.204Z | [ host-image] Oct 30 14:02:23.548 INFO O| Oct 30 14:02:23.548 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3524 | 2024-10-30T14:02:24.208Z | [ host-image] Oct 30 14:02:23.550 INFO O| Oct 30 14:02:23.550 INFO O| Planning: Planning completed in 0.00 seconds |
3525 | 2024-10-30T14:02:24.208Z | [ host-image] Oct 30 14:02:23.551 INFO O| Oct 30 14:02:23.551 INFO O| Planning: Consolidating action changes ... Done |
3526 | 2024-10-30T14:02:24.208Z | [ host-image] Oct 30 14:02:23.551 INFO O| Oct 30 14:02:23.551 INFO O| Planning: Evaluating mediators ... Done |
3527 | 2024-10-30T14:02:24.209Z | [ host-image] Oct 30 14:02:23.552 INFO O| Oct 30 14:02:23.552 INFO O| Planning: Planning completed in 0.00 seconds |
3528 | 2024-10-30T14:02:24.209Z | [ host-image] Oct 30 14:02:23.552 INFO O| Oct 30 14:02:23.552 INFO O| Variants/Facets to change: 1 |
3529 | 2024-10-30T14:02:24.237Z | [ host-image] Oct 30 14:02:23.579 INFO O| Oct 30 14:02:23.578 INFO O| Done |
3530 | 2024-10-30T14:02:24.237Z | [ host-image] Oct 30 14:02:23.579 INFO O| Oct 30 14:02:23.578 INFO O| Done |
3531 | 2024-10-30T14:02:24.609Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3532 | 2024-10-30T14:02:24.616Z | Oct 30 14:02:23.958 INFO [stamp-oximeter] process exited with exit status: 0 (2.091904576s) |
3533 | 2024-10-30T14:02:24.653Z | [ recovery-image] Oct 30 14:02:23.997 INFO O| Oct 30 14:02:23.997 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3534 | 2024-10-30T14:02:24.654Z | [ recovery-image] Oct 30 14:02:23.997 INFO O| Oct 30 14:02:23.997 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3535 | 2024-10-30T14:02:24.673Z | [ recovery-image] Oct 30 14:02:24.014 INFO O| Oct 30 14:02:24.014 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"] |
3536 | 2024-10-30T14:02:24.768Z | [ host-image] Oct 30 14:02:24.111 INFO O| Oct 30 14:02:24.110 INFO O| Done |
3537 | 2024-10-30T14:02:24.833Z | [ host-image] Oct 30 14:02:24.177 INFO O| Oct 30 14:02:24.177 INFO O| Done |
3538 | 2024-10-30T14:02:24.838Z | [ host-image] Oct 30 14:02:24.178 INFO O| Oct 30 14:02:24.178 INFO O| Done |
3539 | 2024-10-30T14:02:24.839Z | [ host-image] Oct 30 14:02:24.178 INFO O| Oct 30 14:02:24.178 INFO O| Done |
3540 | 2024-10-30T14:02:24.839Z | [ host-image] Oct 30 14:02:24.179 INFO O| Oct 30 14:02:24.179 INFO O| Done |
3541 | 2024-10-30T14:02:24.916Z | [ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.259 INFO STEP 8 (pkg_change_facet) COMPLETE |
3542 | 2024-10-30T14:02:24.916Z | [ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3543 | 2024-10-30T14:02:24.916Z | [ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO skip step because feature "recovery" is not enabled |
3544 | 2024-10-30T14:02:24.922Z | [ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3545 | 2024-10-30T14:02:24.922Z | [ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO skip step because feature "recovery" is not enabled |
3546 | 2024-10-30T14:02:24.922Z | [ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3547 | 2024-10-30T14:02:24.931Z | [ host-image] Oct 30 14:02:24.275 INFO O| Oct 30 14:02:24.274 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"] |
3548 | 2024-10-30T14:02:25.144Z | [ recovery-image] Oct 30 14:02:24.488 INFO O| Oct 30 14:02:24.488 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3549 | 2024-10-30T14:02:25.145Z | [ recovery-image] Oct 30 14:02:24.488 INFO O| Oct 30 14:02:24.488 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3550 | 2024-10-30T14:02:25.154Z | [ recovery-image] Oct 30 14:02:24.488 INFO O| Oct 30 14:02:24.488 INFO skip step because feature "repo_redist" is not enabled |
3551 | 2024-10-30T14:02:25.154Z | [ recovery-image] Oct 30 14:02:24.488 INFO O| Oct 30 14:02:24.488 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3552 | 2024-10-30T14:02:25.571Z | [ host-image] Oct 30 14:02:24.915 INFO O| Oct 30 14:02:24.915 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3553 | 2024-10-30T14:02:25.583Z | [ recovery-image] Oct 30 14:02:24.925 INFO O| Oct 30 14:02:24.925 INFO variant opensolaris.zone is already global |
3554 | 2024-10-30T14:02:25.583Z | [ recovery-image] Oct 30 14:02:24.925 INFO O| Oct 30 14:02:24.925 INFO STEP 5 (pkg_change_variant) COMPLETE |
3555 | 2024-10-30T14:02:25.587Z | [ recovery-image] Oct 30 14:02:24.925 INFO O| Oct 30 14:02:24.925 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-10-30T14:02:26.020Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3557 | 2024-10-30T14:02:26.025Z | Oct 30 14:02:25.368 INFO [stamp-nexus] process exited with exit status: 0 (3.949890513s) |
3558 | 2024-10-30T14:02:26.071Z | [ recovery-image] Oct 30 14:02:25.414 INFO O| Oct 30 14:02:25.414 INFO variant opensolaris.imagetype is full; changing to partial |
3559 | 2024-10-30T14:02:26.071Z | [ recovery-image] Oct 30 14:02:25.414 INFO O| Oct 30 14:02:25.414 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3560 | 2024-10-30T14:02:26.991Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3561 | 2024-10-30T14:02:26.999Z | [verify-libraries] Compiling polyval v0.6.2 |
3562 | 2024-10-30T14:02:27.161Z | [verify-libraries] Compiling ctr v0.9.2 |
3563 | 2024-10-30T14:02:27.187Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3564 | 2024-10-30T14:02:27.187Z | [verify-libraries] Compiling blowfish v0.9.1 |
3565 | 2024-10-30T14:02:27.187Z | [verify-libraries] Compiling password-hash v0.4.2 |
3566 | 2024-10-30T14:02:27.187Z | [verify-libraries] Compiling matches v0.1.10 |
3567 | 2024-10-30T14:02:27.187Z | [verify-libraries] Compiling p256 v0.13.2 |
3568 | 2024-10-30T14:02:27.739Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3569 | 2024-10-30T14:02:27.763Z | Oct 30 14:02:27.106 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.785480083s) |
3570 | 2024-10-30T14:02:27.828Z | [verify-libraries] Compiling ghash v0.5.1 |
3571 | 2024-10-30T14:02:27.832Z | [verify-libraries] Compiling idna v0.2.3 |
3572 | 2024-10-30T14:02:27.872Z | [verify-libraries] Compiling p521 v0.13.3 |
3573 | 2024-10-30T14:02:28.277Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3574 | 2024-10-30T14:02:28.501Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3575 | 2024-10-30T14:02:28.836Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3576 | 2024-10-30T14:02:28.908Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3577 | 2024-10-30T14:02:29.484Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3578 | 2024-10-30T14:02:29.653Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3579 | 2024-10-30T14:02:30.291Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3580 | 2024-10-30T14:02:30.889Z | [verify-libraries] Compiling md5 v0.7.0 |
3581 | 2024-10-30T14:02:31.099Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3582 | 2024-10-30T14:02:31.339Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3583 | 2024-10-30T14:02:31.773Z | [verify-libraries] Compiling des v0.8.1 |
3584 | 2024-10-30T14:02:32.586Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3585 | 2024-10-30T14:02:32.954Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3586 | 2024-10-30T14:02:33.035Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3587 | 2024-10-30T14:02:33.439Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3588 | 2024-10-30T14:02:33.507Z | Oct 30 14:02:32.849 INFO [stamp-clickhouse] process exited with exit status: 0 (11.486210471s) |
3589 | 2024-10-30T14:02:33.578Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3590 | 2024-10-30T14:02:33.621Z | Oct 30 14:02:32.964 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.156541354s) |
3591 | 2024-10-30T14:02:33.621Z | Oct 30 14:02:32.964 INFO [tuf-stamp] task succeeded (11.660558697s) |
3592 | 2024-10-30T14:02:34.168Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3593 | 2024-10-30T14:02:34.241Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3594 | 2024-10-30T14:02:35.119Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3595 | 2024-10-30T14:02:35.624Z | [verify-libraries] Compiling heck v0.4.1 |
3596 | 2024-10-30T14:02:36.715Z | [ recovery-image] Oct 30 14:02:36.058 INFO O| Oct 30 14:02:36.058 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3597 | 2024-10-30T14:02:37.187Z | [verify-libraries] Compiling russh v0.45.0 |
3598 | 2024-10-30T14:02:42.064Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3599 | 2024-10-30T14:02:42.433Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3600 | 2024-10-30T14:02:44.006Z | [ recovery-image] Oct 30 14:02:43.347 INFO O| Oct 30 14:02:43.347 INFO O| Startup: Caching catalogs ... Done |
3601 | 2024-10-30T14:02:44.133Z | [ recovery-image] Oct 30 14:02:43.475 INFO O| Oct 30 14:02:43.475 INFO O| Planning: Planning completed in 0.00 seconds |
3602 | 2024-10-30T14:02:44.136Z | [ recovery-image] Oct 30 14:02:43.476 INFO O| Oct 30 14:02:43.476 INFO O| Planning: Consolidating action changes ... Done |
3603 | 2024-10-30T14:02:44.136Z | [ recovery-image] Oct 30 14:02:43.476 INFO O| Oct 30 14:02:43.476 INFO O| Planning: Evaluating mediators ... Done |
3604 | 2024-10-30T14:02:44.136Z | [ recovery-image] Oct 30 14:02:43.477 INFO O| Oct 30 14:02:43.477 INFO O| Planning: Planning completed in 0.00 seconds |
3605 | 2024-10-30T14:02:44.136Z | [ recovery-image] Oct 30 14:02:43.478 INFO O| Oct 30 14:02:43.477 INFO O| Variants/Facets to change: 1 |
3606 | 2024-10-30T14:02:44.233Z | [ recovery-image] Oct 30 14:02:43.575 INFO O| Oct 30 14:02:43.575 INFO O| Done |
3607 | 2024-10-30T14:02:44.233Z | [ recovery-image] Oct 30 14:02:43.575 INFO O| Oct 30 14:02:43.575 INFO O| Done |
3608 | 2024-10-30T14:02:45.029Z | [ recovery-image] Oct 30 14:02:44.370 INFO O| Oct 30 14:02:44.370 INFO O| Done |
3609 | 2024-10-30T14:02:45.098Z | [ recovery-image] Oct 30 14:02:44.433 INFO O| Oct 30 14:02:44.433 INFO O| Done |
3610 | 2024-10-30T14:02:45.105Z | [ recovery-image] Oct 30 14:02:44.435 INFO O| Oct 30 14:02:44.435 INFO O| Done |
3611 | 2024-10-30T14:02:45.105Z | [ recovery-image] Oct 30 14:02:44.435 INFO O| Oct 30 14:02:44.435 INFO O| Done |
3612 | 2024-10-30T14:02:45.105Z | [ recovery-image] Oct 30 14:02:44.437 INFO O| Oct 30 14:02:44.437 INFO O| Done |
3613 | 2024-10-30T14:02:45.835Z | [ recovery-image] Oct 30 14:02:45.174 INFO O| Oct 30 14:02:45.174 INFO STEP 6 (pkg_change_variant) COMPLETE |
3614 | 2024-10-30T14:02:45.835Z | [ recovery-image] Oct 30 14:02:45.174 INFO O| Oct 30 14:02:45.174 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3615 | 2024-10-30T14:02:45.835Z | [ recovery-image] Oct 30 14:02:45.175 INFO O| Oct 30 14:02:45.174 INFO skip step because feature "debug_variant" is not enabled |
3616 | 2024-10-30T14:02:45.839Z | [ recovery-image] Oct 30 14:02:45.175 INFO O| Oct 30 14:02:45.174 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3617 | 2024-10-30T14:02:46.533Z | [ recovery-image] Oct 30 14:02:45.875 INFO O| Oct 30 14:02:45.875 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3618 | 2024-10-30T14:02:47.643Z | [ recovery-image] Oct 30 14:02:46.984 INFO O| Oct 30 14:02:46.984 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3619 | 2024-10-30T14:02:47.647Z | [ recovery-image] Oct 30 14:02:46.986 INFO O| Oct 30 14:02:46.986 INFO O| Planning: Planning completed in 0.00 seconds |
3620 | 2024-10-30T14:02:47.647Z | [ recovery-image] Oct 30 14:02:46.987 INFO O| Oct 30 14:02:46.987 INFO O| Planning: Consolidating action changes ... Done |
3621 | 2024-10-30T14:02:47.647Z | [ recovery-image] Oct 30 14:02:46.987 INFO O| Oct 30 14:02:46.987 INFO O| Planning: Evaluating mediators ... Done |
3622 | 2024-10-30T14:02:47.647Z | [ recovery-image] Oct 30 14:02:46.988 INFO O| Oct 30 14:02:46.987 INFO O| Planning: Planning completed in 0.00 seconds |
3623 | 2024-10-30T14:02:47.647Z | [ recovery-image] Oct 30 14:02:46.988 INFO O| Oct 30 14:02:46.988 INFO O| Variants/Facets to change: 1 |
3624 | 2024-10-30T14:02:47.749Z | [ recovery-image] Oct 30 14:02:47.090 INFO O| Oct 30 14:02:47.090 INFO O| Done |
3625 | 2024-10-30T14:02:47.749Z | [ recovery-image] Oct 30 14:02:47.091 INFO O| Oct 30 14:02:47.090 INFO O| Done |
3626 | 2024-10-30T14:02:48.454Z | [ recovery-image] Oct 30 14:02:47.795 INFO O| Oct 30 14:02:47.795 INFO O| Done |
3627 | 2024-10-30T14:02:48.542Z | [ recovery-image] Oct 30 14:02:47.884 INFO O| Oct 30 14:02:47.884 INFO O| Done |
3628 | 2024-10-30T14:02:48.548Z | [ recovery-image] Oct 30 14:02:47.885 INFO O| Oct 30 14:02:47.885 INFO O| Done |
3629 | 2024-10-30T14:02:48.548Z | [ recovery-image] Oct 30 14:02:47.885 INFO O| Oct 30 14:02:47.885 INFO O| Done |
3630 | 2024-10-30T14:02:48.548Z | [ recovery-image] Oct 30 14:02:47.887 INFO O| Oct 30 14:02:47.887 INFO O| Done |
3631 | 2024-10-30T14:02:48.655Z | [ recovery-image] Oct 30 14:02:47.997 INFO O| Oct 30 14:02:47.996 INFO STEP 8 (pkg_change_facet) COMPLETE |
3632 | 2024-10-30T14:02:48.655Z | [ recovery-image] Oct 30 14:02:47.997 INFO O| Oct 30 14:02:47.996 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3633 | 2024-10-30T14:02:49.331Z | [ recovery-image] Oct 30 14:02:48.671 INFO O| Oct 30 14:02:48.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3634 | 2024-10-30T14:02:50.393Z | [ recovery-image] Oct 30 14:02:49.735 INFO O| Oct 30 14:02:49.735 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3635 | 2024-10-30T14:02:50.398Z | [ recovery-image] Oct 30 14:02:49.737 INFO O| Oct 30 14:02:49.737 INFO O| Planning: Planning completed in 0.00 seconds |
3636 | 2024-10-30T14:02:50.398Z | [ recovery-image] Oct 30 14:02:49.738 INFO O| Oct 30 14:02:49.738 INFO O| Planning: Consolidating action changes ... Done |
3637 | 2024-10-30T14:02:50.398Z | [ recovery-image] Oct 30 14:02:49.738 INFO O| Oct 30 14:02:49.738 INFO O| Planning: Evaluating mediators ... Done |
3638 | 2024-10-30T14:02:50.398Z | [ recovery-image] Oct 30 14:02:49.738 INFO O| Oct 30 14:02:49.738 INFO O| Planning: Planning completed in 0.00 seconds |
3639 | 2024-10-30T14:02:50.398Z | [ recovery-image] Oct 30 14:02:49.739 INFO O| Oct 30 14:02:49.739 INFO O| Variants/Facets to change: 1 |
3640 | 2024-10-30T14:02:50.494Z | [ recovery-image] Oct 30 14:02:49.834 INFO O| Oct 30 14:02:49.834 INFO O| Done |
3641 | 2024-10-30T14:02:50.494Z | [ recovery-image] Oct 30 14:02:49.834 INFO O| Oct 30 14:02:49.834 INFO O| Done |
3642 | 2024-10-30T14:02:51.183Z | [ recovery-image] Oct 30 14:02:50.514 INFO O| Oct 30 14:02:50.514 INFO O| Done |
3643 | 2024-10-30T14:02:51.264Z | [ recovery-image] Oct 30 14:02:50.605 INFO O| Oct 30 14:02:50.605 INFO O| Done |
3644 | 2024-10-30T14:02:51.268Z | [ recovery-image] Oct 30 14:02:50.606 INFO O| Oct 30 14:02:50.606 INFO O| Done |
3645 | 2024-10-30T14:02:51.268Z | [ recovery-image] Oct 30 14:02:50.606 INFO O| Oct 30 14:02:50.606 INFO O| Done |
3646 | 2024-10-30T14:02:51.268Z | [ recovery-image] Oct 30 14:02:50.608 INFO O| Oct 30 14:02:50.608 INFO O| Done |
3647 | 2024-10-30T14:02:51.287Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3648 | 2024-10-30T14:02:51.366Z | [ recovery-image] Oct 30 14:02:50.707 INFO O| Oct 30 14:02:50.706 INFO STEP 9 (pkg_change_facet) COMPLETE |
3649 | 2024-10-30T14:02:51.366Z | [ recovery-image] Oct 30 14:02:50.707 INFO O| Oct 30 14:02:50.707 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3650 | 2024-10-30T14:02:52.029Z | [ recovery-image] Oct 30 14:02:51.370 INFO O| Oct 30 14:02:51.370 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3651 | 2024-10-30T14:02:52.245Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3652 | 2024-10-30T14:02:52.847Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3653 | 2024-10-30T14:02:52.875Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3654 | 2024-10-30T14:02:53.168Z | [ recovery-image] Oct 30 14:02:52.440 INFO O| Oct 30 14:02:52.440 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3655 | 2024-10-30T14:02:53.518Z | [ recovery-image] Oct 30 14:02:52.442 INFO O| Oct 30 14:02:52.442 INFO O| Planning: Planning completed in 0.00 seconds |
3656 | 2024-10-30T14:02:53.518Z | [ recovery-image] Oct 30 14:02:52.443 INFO O| Oct 30 14:02:52.443 INFO O| Planning: Consolidating action changes ... Done |
3657 | 2024-10-30T14:02:53.518Z | [ recovery-image] Oct 30 14:02:52.443 INFO O| Oct 30 14:02:52.443 INFO O| Planning: Evaluating mediators ... Done |
3658 | 2024-10-30T14:02:53.519Z | [ recovery-image] Oct 30 14:02:52.443 INFO O| Oct 30 14:02:52.443 INFO O| Planning: Planning completed in 0.00 seconds |
3659 | 2024-10-30T14:02:53.519Z | [ recovery-image] Oct 30 14:02:52.444 INFO O| Oct 30 14:02:52.444 INFO O| Variants/Facets to change: 1 |
3660 | 2024-10-30T14:02:53.519Z | [ recovery-image] Oct 30 14:02:52.547 INFO O| Oct 30 14:02:52.547 INFO O| Done |
3661 | 2024-10-30T14:02:53.519Z | [ recovery-image] Oct 30 14:02:52.547 INFO O| Oct 30 14:02:52.547 INFO O| Done |
3662 | 2024-10-30T14:02:53.519Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3663 | 2024-10-30T14:02:53.602Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3664 | 2024-10-30T14:02:53.857Z | [ recovery-image] Oct 30 14:02:53.198 INFO O| Oct 30 14:02:53.198 INFO O| Done |
3665 | 2024-10-30T14:02:53.924Z | [ recovery-image] Oct 30 14:02:53.265 INFO O| Oct 30 14:02:53.264 INFO O| Done |
3666 | 2024-10-30T14:02:53.933Z | [ recovery-image] Oct 30 14:02:53.266 INFO O| Oct 30 14:02:53.266 INFO O| Done |
3667 | 2024-10-30T14:02:53.934Z | [ recovery-image] Oct 30 14:02:53.266 INFO O| Oct 30 14:02:53.266 INFO O| Done |
3668 | 2024-10-30T14:02:53.934Z | [ recovery-image] Oct 30 14:02:53.268 INFO O| Oct 30 14:02:53.268 INFO O| Done |
3669 | 2024-10-30T14:02:53.975Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3670 | 2024-10-30T14:02:54.024Z | [ recovery-image] Oct 30 14:02:53.365 INFO O| Oct 30 14:02:53.365 INFO STEP 10 (pkg_change_facet) COMPLETE |
3671 | 2024-10-30T14:02:54.024Z | [ recovery-image] Oct 30 14:02:53.365 INFO O| Oct 30 14:02:53.365 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3672 | 2024-10-30T14:02:54.042Z | [ recovery-image] Oct 30 14:02:53.383 INFO O| Oct 30 14:02:53.383 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"] |
3673 | 2024-10-30T14:02:58.745Z | [ recovery-image] Oct 30 14:02:54.407 INFO O| Oct 30 14:02:54.407 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3674 | 2024-10-30T14:02:58.788Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3675 | 2024-10-30T14:03:00.899Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3676 | 2024-10-30T14:03:03.309Z | [verify-libraries] Compiling termios v0.3.3 |
3677 | 2024-10-30T14:03:03.837Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3678 | 2024-10-30T14:03:17.202Z | [ host-image] Oct 30 14:03:16.540 INFO O| Oct 30 14:03:16.540 INFO O| Planning: Solver setup ... Done |
3679 | 2024-10-30T14:03:46.374Z | [ recovery-image] Oct 30 14:03:45.710 INFO O| Oct 30 14:03:45.710 INFO O| Planning: Solver setup ... Done |
3680 | 2024-10-30T14:04:08.042Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3681 | 2024-10-30T14:04:12.764Z | [ host-image] Oct 30 14:04:12.098 INFO O| Oct 30 14:04:12.098 INFO O| Planning: Running solver ... Done |
3682 | 2024-10-30T14:04:13.196Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3683 | 2024-10-30T14:04:13.217Z | [ host-image] Oct 30 14:04:12.547 INFO O| Oct 30 14:04:12.546 INFO O| Planning: Finding local manifests ... Done |
3684 | 2024-10-30T14:04:13.236Z | [ host-image] Oct 30 14:04:12.565 INFO O| Oct 30 14:04:12.565 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3685 | 2024-10-30T14:04:13.958Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3686 | 2024-10-30T14:04:16.424Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3687 | 2024-10-30T14:04:18.059Z | [ host-image] Oct 30 14:04:17.392 INFO O| Oct 30 14:04:17.392 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3688 | 2024-10-30T14:04:19.459Z | [ host-image] Oct 30 14:04:18.792 INFO O| Oct 30 14:04:18.792 INFO O| Planning: Package planning ... Done |
3689 | 2024-10-30T14:04:20.913Z | [ host-image] Oct 30 14:04:20.245 INFO O| Oct 30 14:04:20.245 INFO O| Planning: Merging actions ... Done |
3690 | 2024-10-30T14:04:21.493Z | [ host-image] Oct 30 14:04:20.826 INFO O| Oct 30 14:04:20.826 INFO O| Planning: Checking for conflicting actions ... Done |
3691 | 2024-10-30T14:04:21.860Z | [ host-image] Oct 30 14:04:21.193 INFO O| Oct 30 14:04:21.193 INFO O| Planning: Consolidating action changes ... Done |
3692 | 2024-10-30T14:04:22.461Z | [ host-image] Oct 30 14:04:21.791 INFO O| Oct 30 14:04:21.791 INFO O| Planning: Evaluating mediators ... Done |
3693 | 2024-10-30T14:04:29.152Z | [ host-image] Oct 30 14:04:28.485 INFO O| Oct 30 14:04:28.485 INFO O| Planning: Planning completed in 123.57 seconds |
3694 | 2024-10-30T14:04:29.169Z | [ host-image] Oct 30 14:04:28.502 INFO O| Oct 30 14:04:28.502 INFO O| Packages to install: 124 |
3695 | 2024-10-30T14:04:29.172Z | [ host-image] Oct 30 14:04:28.502 INFO O| Oct 30 14:04:28.502 INFO O| Mediators to change: 4 |
3696 | 2024-10-30T14:04:29.172Z | [ host-image] Oct 30 14:04:28.502 INFO O| Oct 30 14:04:28.502 INFO O| Services to change: 6 |
3697 | 2024-10-30T14:04:29.300Z | [ host-image] Oct 30 14:04:28.632 INFO O| Oct 30 14:04:28.632 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete |
3698 | 2024-10-30T14:04:34.324Z | [ host-image] Oct 30 14:04:33.655 INFO O| Oct 30 14:04:33.655 INFO O| Download: 1228/22744 items 7.2/199.4MB 3% complete (1.4M/s) |
3699 | 2024-10-30T14:04:35.460Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3700 | 2024-10-30T14:04:39.332Z | [ host-image] Oct 30 14:04:38.663 INFO O| Oct 30 14:04:38.663 INFO O| Download: 1803/22744 items 16.2/199.4MB 8% complete (1.5M/s) |
3701 | 2024-10-30T14:04:41.169Z | [ recovery-image] Oct 30 14:04:40.500 INFO O| Oct 30 14:04:40.500 INFO O| Planning: Running solver ... Done |
3702 | 2024-10-30T14:04:41.684Z | [ recovery-image] Oct 30 14:04:41.015 INFO O| Oct 30 14:04:41.015 INFO O| Planning: Finding local manifests ... Done |
3703 | 2024-10-30T14:04:41.702Z | [ recovery-image] Oct 30 14:04:41.033 INFO O| Oct 30 14:04:41.033 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3704 | 2024-10-30T14:04:43.119Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3705 | 2024-10-30T14:04:44.523Z | [ host-image] Oct 30 14:04:43.854 INFO O| Oct 30 14:04:43.854 INFO O| Download: 2288/22744 items 26.4/199.4MB 13% complete (1.9M/s) |
3706 | 2024-10-30T14:04:46.967Z | [ recovery-image] Oct 30 14:04:46.297 INFO O| Oct 30 14:04:46.297 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3707 | 2024-10-30T14:04:48.029Z | [ recovery-image] Oct 30 14:04:47.359 INFO O| Oct 30 14:04:47.359 INFO O| Planning: Package planning ... Done |
3708 | 2024-10-30T14:04:48.878Z | [ recovery-image] Oct 30 14:04:48.208 INFO O| Oct 30 14:04:48.208 INFO O| Planning: Merging actions ... Done |
3709 | 2024-10-30T14:04:49.053Z | [ recovery-image] Oct 30 14:04:48.384 INFO O| Oct 30 14:04:48.383 INFO O| Planning: Checking for conflicting actions ... Done |
3710 | 2024-10-30T14:04:49.194Z | [ recovery-image] Oct 30 14:04:48.525 INFO O| Oct 30 14:04:48.525 INFO O| Planning: Consolidating action changes ... Done |
3711 | 2024-10-30T14:04:49.541Z | [ host-image] Oct 30 14:04:48.871 INFO O| Oct 30 14:04:48.871 INFO O| Download: 3359/22744 items 34.2/199.4MB 17% complete (1.8M/s) |
3712 | 2024-10-30T14:04:49.552Z | [ recovery-image] Oct 30 14:04:48.883 INFO O| Oct 30 14:04:48.883 INFO O| Planning: Evaluating mediators ... Done |
3713 | 2024-10-30T14:04:54.541Z | [ host-image] Oct 30 14:04:53.871 INFO O| Oct 30 14:04:53.871 INFO O| Download: 4514/22744 items 41.9/199.4MB 21% complete (1.5M/s) |
3714 | 2024-10-30T14:04:55.637Z | [ recovery-image] Oct 30 14:04:54.966 INFO O| Oct 30 14:04:54.966 INFO O| Planning: Planning completed in 120.56 seconds |
3715 | 2024-10-30T14:04:55.644Z | [ recovery-image] Oct 30 14:04:54.974 INFO O| Oct 30 14:04:54.974 INFO O| Packages to install: 124 |
3716 | 2024-10-30T14:04:55.644Z | [ recovery-image] Oct 30 14:04:54.974 INFO O| Oct 30 14:04:54.974 INFO O| Mediators to change: 4 |
3717 | 2024-10-30T14:04:55.647Z | [ recovery-image] Oct 30 14:04:54.974 INFO O| Oct 30 14:04:54.974 INFO O| Services to change: 5 |
3718 | 2024-10-30T14:04:55.726Z | [ recovery-image] Oct 30 14:04:55.056 INFO O| Oct 30 14:04:55.056 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete |
3719 | 2024-10-30T14:04:58.851Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3720 | 2024-10-30T14:04:59.561Z | [ host-image] Oct 30 14:04:58.890 INFO O| Oct 30 14:04:58.890 INFO O| Download: 4959/22744 items 45.8/199.4MB 22% complete (1.2M/s) |
3721 | 2024-10-30T14:05:04.031Z | [ recovery-image] Oct 30 14:05:03.360 INFO O| Oct 30 14:05:03.360 INFO O| Download: 1007/15846 items 7.9/176.2MB 4% complete (1.9M/s) |
3722 | 2024-10-30T14:05:04.562Z | [ host-image] Oct 30 14:05:03.890 INFO O| Oct 30 14:05:03.890 INFO O| Download: 6093/22744 items 46.5/199.4MB 23% complete (464k/s) |
3723 | 2024-10-30T14:05:09.032Z | [ recovery-image] Oct 30 14:05:08.360 INFO O| Oct 30 14:05:08.360 INFO O| Download: 1457/15846 items 21.5/176.2MB 12% complete (1.6M/s) |
3724 | 2024-10-30T14:05:09.685Z | [ host-image] Oct 30 14:05:09.013 INFO O| Oct 30 14:05:09.013 INFO O| Download: 6994/22744 items 50.4/199.4MB 25% complete (468k/s) |
3725 | 2024-10-30T14:05:14.092Z | [ recovery-image] Oct 30 14:05:13.420 INFO O| Oct 30 14:05:13.420 INFO O| Download: 1643/15846 items 25.5/176.2MB 14% complete (1.8M/s) |
3726 | 2024-10-30T14:05:14.752Z | [ host-image] Oct 30 14:05:14.080 INFO O| Oct 30 14:05:14.080 INFO O| Download: 8135/22744 items 60.8/199.4MB 30% complete (1.4M/s) |
3727 | 2024-10-30T14:05:14.938Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3728 | 2024-10-30T14:05:19.112Z | [ recovery-image] Oct 30 14:05:18.439 INFO O| Oct 30 14:05:18.439 INFO O| Download: 2678/15846 items 33.1/176.2MB 18% complete (1.2M/s) |
3729 | 2024-10-30T14:05:19.776Z | [ host-image] Oct 30 14:05:19.102 INFO O| Oct 30 14:05:19.101 INFO O| Download: 8611/22744 items 70.4/199.4MB 35% complete (1.9M/s) |
3730 | 2024-10-30T14:05:19.904Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3731 | 2024-10-30T14:05:21.191Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3732 | 2024-10-30T14:05:24.121Z | [ recovery-image] Oct 30 14:05:23.448 INFO O| Oct 30 14:05:23.448 INFO O| Download: 3545/15846 items 38.5/176.2MB 21% complete (1.3M/s) |
3733 | 2024-10-30T14:05:24.913Z | [ host-image] Oct 30 14:05:24.240 INFO O| Oct 30 14:05:24.240 INFO O| Download: 9385/22744 items 81.5/199.4MB 40% complete (2.0M/s) |
3734 | 2024-10-30T14:05:29.391Z | [ recovery-image] Oct 30 14:05:28.717 INFO O| Oct 30 14:05:28.717 INFO O| Download: 3756/15846 items 41.9/176.2MB 23% complete (1.1M/s) |
3735 | 2024-10-30T14:05:29.951Z | [ host-image] Oct 30 14:05:29.278 INFO O| Oct 30 14:05:29.278 INFO O| Download: 10412/22744 items 88.0/199.4MB 44% complete (1.8M/s) |
3736 | 2024-10-30T14:05:34.461Z | [ recovery-image] Oct 30 14:05:33.787 INFO O| Oct 30 14:05:33.787 INFO O| Download: 4674/15846 items 42.9/176.2MB 24% complete (441k/s) |
3737 | 2024-10-30T14:05:35.623Z | [ host-image] Oct 30 14:05:34.949 INFO O| Oct 30 14:05:34.946 INFO O| Download: 10839/22744 items 89.9/199.4MB 45% complete (956k/s) |
3738 | 2024-10-30T14:05:39.467Z | [ recovery-image] Oct 30 14:05:38.792 INFO O| Oct 30 14:05:38.792 INFO O| Download: 5675/15846 items 45.0/176.2MB 25% complete (280k/s) |
3739 | 2024-10-30T14:05:40.925Z | [ host-image] Oct 30 14:05:40.250 INFO O| Oct 30 14:05:40.250 INFO O| Download: 11232/22744 items 94.1/199.4MB 47% complete (626k/s) |
3740 | 2024-10-30T14:05:44.470Z | [ recovery-image] Oct 30 14:05:43.794 INFO O| Oct 30 14:05:43.794 INFO O| Download: 6107/15846 items 56.7/176.2MB 32% complete (1.3M/s) |
3741 | 2024-10-30T14:05:45.928Z | [ host-image] Oct 30 14:05:45.253 INFO O| Oct 30 14:05:45.252 INFO O| Download: 12050/22744 items 100.9/199.4MB 50% complete (1.1M/s) |
3742 | 2024-10-30T14:05:49.477Z | [ recovery-image] Oct 30 14:05:48.802 INFO O| Oct 30 14:05:48.802 INFO O| Download: 7095/15846 items 72.9/176.2MB 41% complete (2.8M/s) |
3743 | 2024-10-30T14:05:50.929Z | [ host-image] Oct 30 14:05:50.253 INFO O| Oct 30 14:05:50.253 INFO O| Download: 12376/22744 items 109.5/199.4MB 54% complete (1.6M/s) |
3744 | 2024-10-30T14:05:54.591Z | [ recovery-image] Oct 30 14:05:53.915 INFO O| Oct 30 14:05:53.915 INFO O| Download: 7639/15846 items 73.7/176.2MB 41% complete (1.8M/s) |
3745 | 2024-10-30T14:05:55.930Z | [ host-image] Oct 30 14:05:55.253 INFO O| Oct 30 14:05:55.253 INFO O| Download: 13715/22744 items 110.1/199.4MB 55% complete (965k/s) |
3746 | 2024-10-30T14:05:59.592Z | [ recovery-image] Oct 30 14:05:58.915 INFO O| Oct 30 14:05:58.915 INFO O| Download: 7996/15846 items 79.4/176.2MB 45% complete (647k/s) |
3747 | 2024-10-30T14:06:00.961Z | [ host-image] Oct 30 14:06:00.284 INFO O| Oct 30 14:06:00.284 INFO O| Download: 14424/22744 items 111.7/199.4MB 55% complete (212k/s) |
3748 | 2024-10-30T14:06:05.256Z | [ recovery-image] Oct 30 14:06:04.579 INFO O| Oct 30 14:06:04.579 INFO O| Download: 8817/15846 items 91.5/176.2MB 51% complete (1.8M/s) |
3749 | 2024-10-30T14:06:05.961Z | [ host-image] Oct 30 14:06:05.284 INFO O| Oct 30 14:06:05.284 INFO O| Download: 15414/22744 items 124.8/199.4MB 62% complete (1.4M/s) |
3750 | 2024-10-30T14:06:10.258Z | [ recovery-image] Oct 30 14:06:09.581 INFO O| Oct 30 14:06:09.581 INFO O| Download: 9304/15846 items 92.8/176.2MB 52% complete (1.3M/s) |
3751 | 2024-10-30T14:06:10.965Z | [ host-image] Oct 30 14:06:10.287 INFO O| Oct 30 14:06:10.287 INFO O| Download: 16036/22744 items 132.5/199.4MB 66% complete (2.1M/s) |
3752 | 2024-10-30T14:06:15.269Z | [ recovery-image] Oct 30 14:06:14.591 INFO O| Oct 30 14:06:14.591 INFO O| Download: 10031/15846 items 93.2/176.2MB 52% complete (168k/s) |
3753 | 2024-10-30T14:06:15.966Z | [ host-image] Oct 30 14:06:15.288 INFO O| Oct 30 14:06:15.288 INFO O| Download: 17067/22744 items 140.9/199.4MB 70% complete (1.7M/s) |
3754 | 2024-10-30T14:06:20.286Z | [ recovery-image] Oct 30 14:06:19.608 INFO O| Oct 30 14:06:19.608 INFO O| Download: 10910/15846 items 93.9/176.2MB 53% complete (106k/s) |
3755 | 2024-10-30T14:06:21.196Z | [ host-image] Oct 30 14:06:20.517 INFO O| Oct 30 14:06:20.517 INFO O| Download: 17887/22744 items 157.3/199.4MB 78% complete (2.4M/s) |
3756 | 2024-10-30T14:06:25.589Z | [ recovery-image] Oct 30 14:06:24.910 INFO O| Oct 30 14:06:24.910 INFO O| Download: 11408/15846 items 107.1/176.2MB 60% complete (1.4M/s) |
3757 | 2024-10-30T14:06:26.214Z | [ host-image] Oct 30 14:06:25.535 INFO O| Oct 30 14:06:25.535 INFO O| Download: 18946/22744 items 165.5/199.4MB 82% complete (2.3M/s) |
3758 | 2024-10-30T14:06:30.925Z | [ recovery-image] Oct 30 14:06:30.246 INFO O| Oct 30 14:06:30.245 INFO O| Download: 11949/15846 items 136.2/176.2MB 77% complete (4.1M/s) |
3759 | 2024-10-30T14:06:31.215Z | [ host-image] Oct 30 14:06:30.535 INFO O| Oct 30 14:06:30.535 INFO O| Download: 19959/22744 items 168.9/199.4MB 84% complete (1.2M/s) |
3760 | 2024-10-30T14:06:36.076Z | [ recovery-image] Oct 30 14:06:35.396 INFO O| Oct 30 14:06:35.396 INFO O| Download: 13017/15846 items 143.7/176.2MB 81% complete (3.7M/s) |
3761 | 2024-10-30T14:06:36.320Z | [ host-image] Oct 30 14:06:35.639 INFO O| Oct 30 14:06:35.639 INFO O| Download: 20773/22744 items 173.9/199.4MB 87% complete (825k/s) |
3762 | 2024-10-30T14:06:41.083Z | [ recovery-image] Oct 30 14:06:40.402 INFO O| Oct 30 14:06:40.402 INFO O| Download: 14632/15846 items 149.8/176.2MB 85% complete (1.2M/s) |
3763 | 2024-10-30T14:06:42.530Z | [ host-image] Oct 30 14:06:41.850 INFO O| Oct 30 14:06:41.850 INFO O| Download: 20961/22744 items 178.8/199.4MB 89% complete (1.1M/s) |
3764 | 2024-10-30T14:06:46.084Z | [ recovery-image] Oct 30 14:06:45.403 INFO O| Oct 30 14:06:45.403 INFO O| Download: 14770/15846 items 156.3/176.2MB 88% complete (1.3M/s) |
3765 | 2024-10-30T14:06:47.589Z | [ host-image] Oct 30 14:06:46.908 INFO O| Oct 30 14:06:46.908 INFO O| Download: 21880/22744 items 191.2/199.4MB 95% complete (1.5M/s) |
3766 | 2024-10-30T14:06:51.211Z | [ recovery-image] Oct 30 14:06:50.529 INFO O| Oct 30 14:06:50.529 INFO O| Download: 15510/15846 items 168.7/176.2MB 95% complete (1.9M/s) |
3767 | 2024-10-30T14:06:52.596Z | [ host-image] Oct 30 14:06:51.914 INFO O| Oct 30 14:06:51.914 INFO O| Download: 22365/22744 items 199.0/199.4MB 99% complete (2.0M/s) |
3768 | 2024-10-30T14:06:54.951Z | [ host-image] Oct 30 14:06:54.270 INFO O| Oct 30 14:06:54.270 INFO O| Download: Completed 199.42 MB in 145.64 seconds (1.4M/s) |
3769 | 2024-10-30T14:06:55.432Z | [ recovery-image] Oct 30 14:06:54.751 INFO O| Oct 30 14:06:54.751 INFO O| Download: Completed 176.18 MB in 119.69 seconds (1.5M/s) |
3770 | 2024-10-30T14:06:56.426Z | [ host-image] Oct 30 14:06:55.745 INFO O| Oct 30 14:06:55.744 INFO O| Actions: 1/49311 actions (Installing new actions) |
3771 | 2024-10-30T14:06:56.564Z | [ recovery-image] Oct 30 14:06:55.883 INFO O| Oct 30 14:06:55.882 INFO O| Actions: 1/25012 actions (Installing new actions) |
3772 | 2024-10-30T14:07:01.457Z | [ host-image] Oct 30 14:07:00.774 INFO O| Oct 30 14:07:00.774 INFO O| Actions: 8586/49311 actions (Installing new actions) |
3773 | 2024-10-30T14:07:01.565Z | [ recovery-image] Oct 30 14:07:00.883 INFO O| Oct 30 14:07:00.883 INFO O| Actions: 8393/25012 actions (Installing new actions) |
3774 | 2024-10-30T14:07:06.457Z | [ host-image] Oct 30 14:07:05.774 INFO O| Oct 30 14:07:05.774 INFO O| Actions: 14382/49311 actions (Installing new actions) |
3775 | 2024-10-30T14:07:06.566Z | [ recovery-image] Oct 30 14:07:05.883 INFO O| Oct 30 14:07:05.883 INFO O| Actions: 14118/25012 actions (Installing new actions) |
3776 | 2024-10-30T14:07:11.458Z | [ host-image] Oct 30 14:07:10.774 INFO O| Oct 30 14:07:10.774 INFO O| Actions: 19779/49311 actions (Installing new actions) |
3777 | 2024-10-30T14:07:11.567Z | [ recovery-image] Oct 30 14:07:10.884 INFO O| Oct 30 14:07:10.883 INFO O| Actions: 19381/25012 actions (Installing new actions) |
3778 | 2024-10-30T14:07:16.495Z | [ host-image] Oct 30 14:07:15.811 INFO O| Oct 30 14:07:15.811 INFO O| Actions: 36159/49311 actions (Installing new actions) |
3779 | 2024-10-30T14:07:16.577Z | [ recovery-image] Oct 30 14:07:15.893 INFO O| Oct 30 14:07:15.893 INFO O| Actions: 24559/25012 actions (Installing new actions) |
3780 | 2024-10-30T14:07:19.061Z | [ recovery-image] Oct 30 14:07:18.377 INFO O| Oct 30 14:07:18.377 INFO O| Actions: Completed 25012 actions in 22.49 seconds. |
3781 | 2024-10-30T14:07:20.120Z | [ recovery-image] Oct 30 14:07:19.436 INFO O| Oct 30 14:07:19.436 INFO O| Done |
3782 | 2024-10-30T14:07:20.120Z | [ recovery-image] Oct 30 14:07:19.436 INFO O| Oct 30 14:07:19.436 INFO O| Done |
3783 | 2024-10-30T14:07:21.370Z | [ recovery-image] Oct 30 14:07:20.685 INFO O| Oct 30 14:07:20.685 INFO O| Done |
3784 | 2024-10-30T14:07:21.510Z | [ host-image] Oct 30 14:07:20.826 INFO O| Oct 30 14:07:20.826 INFO O| Actions: 48882/49311 actions (Installing new actions) |
3785 | 2024-10-30T14:07:23.068Z | [ recovery-image] Oct 30 14:07:22.384 INFO O| Oct 30 14:07:22.384 INFO O| Done |
3786 | 2024-10-30T14:07:23.089Z | [ recovery-image] Oct 30 14:07:22.405 INFO O| Oct 30 14:07:22.405 INFO O| Done |
3787 | 2024-10-30T14:07:23.152Z | [ host-image] Oct 30 14:07:22.468 INFO O| Oct 30 14:07:22.468 INFO O| Actions: Completed 49311 actions in 26.72 seconds. |
3788 | 2024-10-30T14:07:23.909Z | [ host-image] Oct 30 14:07:23.225 INFO O| Oct 30 14:07:23.224 INFO O| Done |
3789 | 2024-10-30T14:07:23.909Z | [ host-image] Oct 30 14:07:23.225 INFO O| Oct 30 14:07:23.225 INFO O| Done |
3790 | 2024-10-30T14:07:25.453Z | [ host-image] Oct 30 14:07:24.768 INFO O| Oct 30 14:07:24.768 INFO O| Done |
3791 | 2024-10-30T14:07:28.144Z | [ host-image] Oct 30 14:07:27.459 INFO O| Oct 30 14:07:27.459 INFO O| Done |
3792 | 2024-10-30T14:07:28.187Z | [ host-image] Oct 30 14:07:27.502 INFO O| Oct 30 14:07:27.502 INFO O| Done |
3793 | 2024-10-30T14:07:28.225Z | [ recovery-image] Oct 30 14:07:27.539 INFO O| Oct 30 14:07:27.539 INFO O| Done |
3794 | 2024-10-30T14:07:28.960Z | [ recovery-image] Oct 30 14:07:28.275 INFO O| Oct 30 14:07:28.275 INFO O| Done |
3795 | 2024-10-30T14:07:29.380Z | [ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO STEP 11 (pkg_install) COMPLETE |
3796 | 2024-10-30T14:07:29.380Z | [ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3797 | 2024-10-30T14:07:29.382Z | [ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO skip step because feature "recovery" is enabled |
3798 | 2024-10-30T14:07:29.382Z | [ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3799 | 2024-10-30T14:07:29.382Z | [ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO skip step because feature "omicron1" is not enabled |
3800 | 2024-10-30T14:07:29.382Z | [ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3801 | 2024-10-30T14:07:29.398Z | [ recovery-image] Oct 30 14:07:28.713 INFO O| Oct 30 14:07:28.713 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3802 | 2024-10-30T14:07:30.544Z | [ recovery-image] Oct 30 14:07:29.857 INFO O| Oct 30 14:07:29.857 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3803 | 2024-10-30T14:07:33.932Z | [ recovery-image] Oct 30 14:07:33.246 INFO O| Oct 30 14:07:33.246 INFO O| Planning: Solver setup ... Done |
3804 | 2024-10-30T14:07:33.940Z | [ recovery-image] Oct 30 14:07:33.255 INFO O| Oct 30 14:07:33.255 INFO O| Planning: Running solver ... Done |
3805 | 2024-10-30T14:07:34.017Z | [ recovery-image] Oct 30 14:07:33.332 INFO O| Oct 30 14:07:33.332 INFO O| Planning: Finding local manifests ... Done |
3806 | 2024-10-30T14:07:34.020Z | [ recovery-image] Oct 30 14:07:33.333 INFO O| Oct 30 14:07:33.333 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3807 | 2024-10-30T14:07:34.347Z | [ recovery-image] Oct 30 14:07:33.623 INFO O| Oct 30 14:07:33.623 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3808 | 2024-10-30T14:07:34.363Z | [ recovery-image] Oct 30 14:07:33.678 INFO O| Oct 30 14:07:33.678 INFO O| Planning: Package planning ... Done |
3809 | 2024-10-30T14:07:34.366Z | [ recovery-image] Oct 30 14:07:33.679 INFO O| Oct 30 14:07:33.678 INFO O| Planning: Merging actions ... Done |
3810 | 2024-10-30T14:07:34.437Z | [ recovery-image] Oct 30 14:07:33.752 INFO O| Oct 30 14:07:33.752 INFO O| Planning: Checking for conflicting actions ... Done |
3811 | 2024-10-30T14:07:34.441Z | [ recovery-image] Oct 30 14:07:33.753 INFO O| Oct 30 14:07:33.752 INFO O| Planning: Consolidating action changes ... Done |
3812 | 2024-10-30T14:07:34.801Z | [ recovery-image] Oct 30 14:07:34.115 INFO O| Oct 30 14:07:34.115 INFO O| Planning: Evaluating mediators ... Done |
3813 | 2024-10-30T14:07:34.804Z | [ recovery-image] Oct 30 14:07:34.116 INFO O| Oct 30 14:07:34.116 INFO O| Planning: Planning completed in 4.26 seconds |
3814 | 2024-10-30T14:07:34.804Z | [ recovery-image] Oct 30 14:07:34.118 INFO O| Oct 30 14:07:34.118 INFO O| Packages to install: 1 |
3815 | 2024-10-30T14:07:34.821Z | [ recovery-image] Oct 30 14:07:34.136 INFO O| Oct 30 14:07:34.136 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3816 | 2024-10-30T14:07:35.469Z | [ host-image] Oct 30 14:07:34.784 INFO O| Oct 30 14:07:34.784 INFO O| Done |
3817 | 2024-10-30T14:07:36.382Z | [ recovery-image] Oct 30 14:07:35.696 INFO O| Oct 30 14:07:35.696 INFO O| Download: Completed 20.80 MB in 1.56 seconds (13.3M/s) |
3818 | 2024-10-30T14:07:36.436Z | [ host-image] Oct 30 14:07:35.750 INFO O| Oct 30 14:07:35.750 INFO O| Done |
3819 | 2024-10-30T14:07:36.486Z | [ recovery-image] Oct 30 14:07:35.800 INFO O| Oct 30 14:07:35.800 INFO O| Actions: 1/22 actions (Installing new actions) |
3820 | 2024-10-30T14:07:36.864Z | [ host-image] Oct 30 14:07:36.178 INFO O| Oct 30 14:07:36.178 INFO STEP 11 (pkg_install) COMPLETE |
3821 | 2024-10-30T14:07:36.864Z | [ host-image] Oct 30 14:07:36.178 INFO O| Oct 30 14:07:36.178 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3822 | 2024-10-30T14:07:36.881Z | [ host-image] Oct 30 14:07:36.195 INFO O| Oct 30 14:07:36.195 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3823 | 2024-10-30T14:07:37.380Z | [ recovery-image] Oct 30 14:07:36.694 INFO O| Oct 30 14:07:36.694 INFO O| Actions: Completed 22 actions in 0.89 seconds. |
3824 | 2024-10-30T14:07:37.865Z | [ recovery-image] Oct 30 14:07:37.179 INFO O| Oct 30 14:07:37.179 INFO O| Done |
3825 | 2024-10-30T14:07:37.865Z | [ recovery-image] Oct 30 14:07:37.179 INFO O| Oct 30 14:07:37.179 INFO O| Done |
3826 | 2024-10-30T14:07:38.091Z | [ host-image] Oct 30 14:07:37.405 INFO O| Oct 30 14:07:37.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3827 | 2024-10-30T14:07:39.078Z | [ recovery-image] Oct 30 14:07:38.392 INFO O| Oct 30 14:07:38.392 INFO O| Done |
3828 | 2024-10-30T14:07:40.900Z | [ recovery-image] Oct 30 14:07:40.214 INFO O| Oct 30 14:07:40.214 INFO O| Done |
3829 | 2024-10-30T14:07:40.952Z | [ recovery-image] Oct 30 14:07:40.266 INFO O| Oct 30 14:07:40.266 INFO O| Done |
3830 | 2024-10-30T14:07:40.954Z | [ recovery-image] Oct 30 14:07:40.266 INFO O| Oct 30 14:07:40.266 INFO O| Done |
3831 | 2024-10-30T14:07:41.030Z | [ recovery-image] Oct 30 14:07:40.312 INFO O| Oct 30 14:07:40.312 INFO O| Done |
3832 | 2024-10-30T14:07:41.253Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.566 INFO STEP 14 (pkg_install) COMPLETE |
3833 | 2024-10-30T14:07:41.253Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3834 | 2024-10-30T14:07:41.253Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO skip step because feature "mfg" is not enabled |
3835 | 2024-10-30T14:07:41.255Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3836 | 2024-10-30T14:07:41.255Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO skip step because feature "compliance" is not enabled |
3837 | 2024-10-30T14:07:41.255Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3838 | 2024-10-30T14:07:41.256Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO skip step because feature "stress" is not enabled |
3839 | 2024-10-30T14:07:41.256Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3840 | 2024-10-30T14:07:41.256Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO skip step because feature "nfs" is not enabled |
3841 | 2024-10-30T14:07:41.256Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3842 | 2024-10-30T14:07:41.256Z | [ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3843 | 2024-10-30T14:07:41.319Z | [ recovery-image] Oct 30 14:07:40.632 INFO O| Oct 30 14:07:40.632 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3844 | 2024-10-30T14:07:41.422Z | [ recovery-image] Oct 30 14:07:40.736 INFO O| Oct 30 14:07:40.736 INFO completed processing gimlet/ramdisk-01-os |
3845 | 2024-10-30T14:07:41.426Z | [ recovery-image] Oct 30 14:07:40.740 INFO image builder template: ramdisk-02-trim... |
3846 | 2024-10-30T14:07:41.428Z | [ recovery-image] Oct 30 14:07:40.740 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/.tmpkhtB9N/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 |
3847 | 2024-10-30T14:07:41.473Z | [ recovery-image] Oct 30 14:07:40.787 INFO O| Oct 30 14:07:40.787 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3848 | 2024-10-30T14:07:41.500Z | [ recovery-image] Oct 30 14:07:40.814 INFO O| Oct 30 14:07:40.814 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3849 | 2024-10-30T14:07:41.576Z | [ recovery-image] Oct 30 14:07:40.889 INFO O| Oct 30 14:07:40.889 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3850 | 2024-10-30T14:07:41.620Z | [ recovery-image] Oct 30 14:07:40.934 INFO O| Oct 30 14:07:40.934 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3851 | 2024-10-30T14:07:41.623Z | [ recovery-image] Oct 30 14:07:40.935 INFO O| Oct 30 14:07:40.934 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3852 | 2024-10-30T14:07:41.630Z | [ recovery-image] Oct 30 14:07:40.944 INFO O| Oct 30 14:07:40.944 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3853 | 2024-10-30T14:07:41.637Z | [ recovery-image] Oct 30 14:07:40.951 INFO O| Oct 30 14:07:40.951 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3854 | 2024-10-30T14:07:41.646Z | [ recovery-image] Oct 30 14:07:40.959 INFO O| Oct 30 14:07:40.959 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3855 | 2024-10-30T14:07:41.801Z | [ recovery-image] Oct 30 14:07:41.115 INFO O| Oct 30 14:07:41.115 INFO rolled back to input snapshot; work may begin |
3856 | 2024-10-30T14:07:41.801Z | [ recovery-image] Oct 30 14:07:41.115 INFO O| Oct 30 14:07:41.115 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3857 | 2024-10-30T14:07:41.810Z | [ recovery-image] Oct 30 14:07:41.123 INFO O| Oct 30 14:07:41.123 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3858 | 2024-10-30T14:07:41.837Z | [ recovery-image] Oct 30 14:07:41.151 INFO O| Oct 30 14:07:41.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3859 | 2024-10-30T14:07:41.951Z | [ recovery-image] Oct 30 14:07:41.265 INFO O| Oct 30 14:07:41.265 INFO STEP 0 (remove_files) COMPLETE |
3860 | 2024-10-30T14:07:41.951Z | [ recovery-image] Oct 30 14:07:41.265 INFO O| Oct 30 14:07:41.265 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3861 | 2024-10-30T14:07:41.972Z | [ recovery-image] Oct 30 14:07:41.285 INFO O| Oct 30 14:07:41.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3862 | 2024-10-30T14:07:41.974Z | [ recovery-image] Oct 30 14:07:41.288 INFO O| Oct 30 14:07:41.288 INFO STEP 1 (remove_files) COMPLETE |
3863 | 2024-10-30T14:07:41.977Z | [ recovery-image] Oct 30 14:07:41.289 INFO O| Oct 30 14:07:41.288 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3864 | 2024-10-30T14:07:41.993Z | [ recovery-image] Oct 30 14:07:41.307 INFO O| Oct 30 14:07:41.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3865 | 2024-10-30T14:07:42.026Z | [ recovery-image] Oct 30 14:07:41.340 INFO O| Oct 30 14:07:41.339 INFO STEP 2 (remove_files) COMPLETE |
3866 | 2024-10-30T14:07:42.026Z | [ recovery-image] Oct 30 14:07:41.340 INFO O| Oct 30 14:07:41.339 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3867 | 2024-10-30T14:07:42.084Z | [ recovery-image] Oct 30 14:07:41.397 INFO O| Oct 30 14:07:41.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3868 | 2024-10-30T14:07:42.087Z | [ recovery-image] Oct 30 14:07:41.401 INFO O| Oct 30 14:07:41.401 INFO STEP 3 (remove_files) COMPLETE |
3869 | 2024-10-30T14:07:42.091Z | [ recovery-image] Oct 30 14:07:41.401 INFO O| Oct 30 14:07:41.401 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3870 | 2024-10-30T14:07:42.106Z | [ recovery-image] Oct 30 14:07:41.420 INFO O| Oct 30 14:07:41.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3871 | 2024-10-30T14:07:42.113Z | [ recovery-image] Oct 30 14:07:41.427 INFO O| Oct 30 14:07:41.427 INFO STEP 4 (remove_files) COMPLETE |
3872 | 2024-10-30T14:07:42.116Z | [ recovery-image] Oct 30 14:07:41.427 INFO O| Oct 30 14:07:41.427 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3873 | 2024-10-30T14:07:42.133Z | [ recovery-image] Oct 30 14:07:41.446 INFO O| Oct 30 14:07:41.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3874 | 2024-10-30T14:07:42.138Z | [ recovery-image] Oct 30 14:07:41.447 INFO O| Oct 30 14:07:41.446 INFO STEP 5 (remove_files) COMPLETE |
3875 | 2024-10-30T14:07:42.138Z | [ recovery-image] Oct 30 14:07:41.447 INFO O| Oct 30 14:07:41.446 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3876 | 2024-10-30T14:07:42.150Z | [ recovery-image] Oct 30 14:07:41.464 INFO O| Oct 30 14:07:41.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3877 | 2024-10-30T14:07:42.172Z | [ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 6 (remove_files) COMPLETE |
3878 | 2024-10-30T14:07:42.172Z | [ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3879 | 2024-10-30T14:07:42.174Z | [ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO skip step because feature "recovery" is enabled |
3880 | 2024-10-30T14:07:42.174Z | [ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3881 | 2024-10-30T14:07:42.174Z | [ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO skip step because feature "recovery" is enabled |
3882 | 2024-10-30T14:07:42.174Z | [ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3883 | 2024-10-30T14:07:42.174Z | [ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO skip step because feature "recovery" is enabled |
3884 | 2024-10-30T14:07:42.174Z | [ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3885 | 2024-10-30T14:07:42.227Z | [ recovery-image] Oct 30 14:07:41.541 INFO O| Oct 30 14:07:41.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3886 | 2024-10-30T14:07:42.255Z | [ recovery-image] Oct 30 14:07:41.568 INFO O| Oct 30 14:07:41.568 INFO STEP 10 (remove_files) COMPLETE |
3887 | 2024-10-30T14:07:42.255Z | [ recovery-image] Oct 30 14:07:41.568 INFO O| Oct 30 14:07:41.568 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3888 | 2024-10-30T14:07:42.313Z | [ recovery-image] Oct 30 14:07:41.626 INFO O| Oct 30 14:07:41.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3889 | 2024-10-30T14:07:42.315Z | [ recovery-image] Oct 30 14:07:41.628 INFO O| Oct 30 14:07:41.628 INFO STEP 11 (remove_files) COMPLETE |
3890 | 2024-10-30T14:07:42.315Z | [ recovery-image] Oct 30 14:07:41.628 INFO O| Oct 30 14:07:41.628 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3891 | 2024-10-30T14:07:42.331Z | [ recovery-image] Oct 30 14:07:41.645 INFO O| Oct 30 14:07:41.645 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3892 | 2024-10-30T14:07:42.334Z | [ recovery-image] Oct 30 14:07:41.648 INFO O| Oct 30 14:07:41.648 INFO STEP 12 (remove_files) COMPLETE |
3893 | 2024-10-30T14:07:42.334Z | [ recovery-image] Oct 30 14:07:41.648 INFO O| Oct 30 14:07:41.648 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3894 | 2024-10-30T14:07:42.367Z | [ recovery-image] Oct 30 14:07:41.680 INFO O| Oct 30 14:07:41.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3895 | 2024-10-30T14:07:42.578Z | [ recovery-image] Oct 30 14:07:41.891 INFO O| Oct 30 14:07:41.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3896 | 2024-10-30T14:07:42.580Z | [ recovery-image] Oct 30 14:07:41.892 INFO O| Oct 30 14:07:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3897 | 2024-10-30T14:07:42.603Z | [ recovery-image] Oct 30 14:07:41.917 INFO O| Oct 30 14:07:41.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3898 | 2024-10-30T14:07:42.657Z | [ host-image] Oct 30 14:07:41.971 INFO O| Oct 30 14:07:41.971 INFO O| Planning: Solver setup ... Done |
3899 | 2024-10-30T14:07:42.660Z | [ recovery-image] Oct 30 14:07:41.972 INFO O| Oct 30 14:07:41.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3900 | 2024-10-30T14:07:42.664Z | [ host-image] Oct 30 14:07:41.978 INFO O| Oct 30 14:07:41.978 INFO O| Planning: Running solver ... Done |
3901 | 2024-10-30T14:07:42.741Z | [ host-image] Oct 30 14:07:42.055 INFO O| Oct 30 14:07:42.055 INFO O| Planning: Finding local manifests ... Done |
3902 | 2024-10-30T14:07:42.744Z | [ host-image] Oct 30 14:07:42.057 INFO O| Oct 30 14:07:42.057 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3903 | 2024-10-30T14:07:42.868Z | [ recovery-image] Oct 30 14:07:42.182 INFO O| Oct 30 14:07:42.182 INFO STEP 13 (remove_files) COMPLETE |
3904 | 2024-10-30T14:07:42.868Z | [ recovery-image] Oct 30 14:07:42.182 INFO O| Oct 30 14:07:42.182 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3905 | 2024-10-30T14:07:42.888Z | [ recovery-image] Oct 30 14:07:42.201 INFO O| Oct 30 14:07:42.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3906 | 2024-10-30T14:07:42.890Z | [ recovery-image] Oct 30 14:07:42.204 INFO O| Oct 30 14:07:42.204 INFO STEP 14 (remove_files) COMPLETE |
3907 | 2024-10-30T14:07:42.890Z | [ recovery-image] Oct 30 14:07:42.204 INFO O| Oct 30 14:07:42.204 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3908 | 2024-10-30T14:07:42.910Z | [ recovery-image] Oct 30 14:07:42.223 INFO O| Oct 30 14:07:42.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3909 | 2024-10-30T14:07:42.917Z | [ recovery-image] Oct 30 14:07:42.231 INFO O| Oct 30 14:07:42.231 INFO STEP 15 (remove_files) COMPLETE |
3910 | 2024-10-30T14:07:42.917Z | [ recovery-image] Oct 30 14:07:42.231 INFO O| Oct 30 14:07:42.231 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3911 | 2024-10-30T14:07:42.934Z | [ recovery-image] Oct 30 14:07:42.248 INFO O| Oct 30 14:07:42.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3912 | 2024-10-30T14:07:42.937Z | [ recovery-image] Oct 30 14:07:42.249 INFO O| Oct 30 14:07:42.249 INFO STEP 16 (remove_files) COMPLETE |
3913 | 2024-10-30T14:07:42.937Z | [ recovery-image] Oct 30 14:07:42.249 INFO O| Oct 30 14:07:42.249 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3914 | 2024-10-30T14:07:42.954Z | [ recovery-image] Oct 30 14:07:42.266 INFO O| Oct 30 14:07:42.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3915 | 2024-10-30T14:07:42.961Z | [ recovery-image] Oct 30 14:07:42.268 INFO O| Oct 30 14:07:42.268 INFO STEP 17 (remove_files) COMPLETE |
3916 | 2024-10-30T14:07:42.961Z | [ recovery-image] Oct 30 14:07:42.268 INFO O| Oct 30 14:07:42.268 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3917 | 2024-10-30T14:07:42.972Z | [ recovery-image] Oct 30 14:07:42.285 INFO O| Oct 30 14:07:42.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3918 | 2024-10-30T14:07:42.972Z | [ recovery-image] Oct 30 14:07:42.285 INFO O| Oct 30 14:07:42.285 INFO STEP 18 (remove_files) COMPLETE |
3919 | 2024-10-30T14:07:42.972Z | [ recovery-image] Oct 30 14:07:42.285 INFO O| Oct 30 14:07:42.285 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3920 | 2024-10-30T14:07:42.983Z | [ host-image] Oct 30 14:07:42.297 INFO O| Oct 30 14:07:42.297 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3921 | 2024-10-30T14:07:42.986Z | [ recovery-image] Oct 30 14:07:42.300 INFO O| Oct 30 14:07:42.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3922 | 2024-10-30T14:07:42.989Z | [ recovery-image] Oct 30 14:07:42.301 INFO O| Oct 30 14:07:42.300 INFO STEP 19 (remove_files) COMPLETE |
3923 | 2024-10-30T14:07:42.989Z | [ recovery-image] Oct 30 14:07:42.301 INFO O| Oct 30 14:07:42.301 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3924 | 2024-10-30T14:07:43.001Z | [ recovery-image] Oct 30 14:07:42.315 INFO O| Oct 30 14:07:42.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3925 | 2024-10-30T14:07:43.004Z | [ recovery-image] Oct 30 14:07:42.315 INFO O| Oct 30 14:07:42.315 INFO STEP 20 (remove_files) COMPLETE |
3926 | 2024-10-30T14:07:43.004Z | [ recovery-image] Oct 30 14:07:42.315 INFO O| Oct 30 14:07:42.315 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3927 | 2024-10-30T14:07:43.017Z | [ host-image] Oct 30 14:07:42.331 INFO O| Oct 30 14:07:42.331 INFO O| Planning: Package planning ... Done |
3928 | 2024-10-30T14:07:43.020Z | [ recovery-image] Oct 30 14:07:42.332 INFO O| Oct 30 14:07:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3929 | 2024-10-30T14:07:43.020Z | [ recovery-image] Oct 30 14:07:42.332 INFO O| Oct 30 14:07:42.332 INFO STEP 21 (remove_files) COMPLETE |
3930 | 2024-10-30T14:07:43.020Z | [ recovery-image] Oct 30 14:07:42.332 INFO O| Oct 30 14:07:42.332 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3931 | 2024-10-30T14:07:43.022Z | [ host-image] Oct 30 14:07:42.336 INFO O| Oct 30 14:07:42.336 INFO O| Planning: Merging actions ... Done |
3932 | 2024-10-30T14:07:43.037Z | [ recovery-image] Oct 30 14:07:42.351 INFO O| Oct 30 14:07:42.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3933 | 2024-10-30T14:07:43.039Z | [ recovery-image] Oct 30 14:07:42.351 INFO O| Oct 30 14:07:42.351 INFO STEP 22 (remove_files) COMPLETE |
3934 | 2024-10-30T14:07:43.039Z | [ recovery-image] Oct 30 14:07:42.351 INFO O| Oct 30 14:07:42.351 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3935 | 2024-10-30T14:07:43.057Z | [ recovery-image] Oct 30 14:07:42.371 INFO O| Oct 30 14:07:42.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3936 | 2024-10-30T14:07:43.060Z | [ recovery-image] Oct 30 14:07:42.371 INFO O| Oct 30 14:07:42.371 INFO STEP 23 (remove_files) COMPLETE |
3937 | 2024-10-30T14:07:43.060Z | [ recovery-image] Oct 30 14:07:42.371 INFO O| Oct 30 14:07:42.371 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3938 | 2024-10-30T14:07:43.077Z | [ recovery-image] Oct 30 14:07:42.391 INFO O| Oct 30 14:07:42.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3939 | 2024-10-30T14:07:43.081Z | [ recovery-image] Oct 30 14:07:42.391 INFO O| Oct 30 14:07:42.391 INFO STEP 24 (remove_files) COMPLETE |
3940 | 2024-10-30T14:07:43.081Z | [ recovery-image] Oct 30 14:07:42.391 INFO O| Oct 30 14:07:42.391 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3941 | 2024-10-30T14:07:43.099Z | [ recovery-image] Oct 30 14:07:42.412 INFO O| Oct 30 14:07:42.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3942 | 2024-10-30T14:07:43.101Z | [ recovery-image] Oct 30 14:07:42.412 INFO O| Oct 30 14:07:42.412 INFO STEP 25 (remove_files) COMPLETE |
3943 | 2024-10-30T14:07:43.101Z | [ recovery-image] Oct 30 14:07:42.412 INFO O| Oct 30 14:07:42.412 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3944 | 2024-10-30T14:07:43.118Z | [ recovery-image] Oct 30 14:07:42.432 INFO O| Oct 30 14:07:42.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3945 | 2024-10-30T14:07:43.120Z | [ recovery-image] Oct 30 14:07:42.432 INFO O| Oct 30 14:07:42.432 INFO STEP 26 (remove_files) COMPLETE |
3946 | 2024-10-30T14:07:43.120Z | [ recovery-image] Oct 30 14:07:42.432 INFO O| Oct 30 14:07:42.432 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3947 | 2024-10-30T14:07:43.138Z | [ recovery-image] Oct 30 14:07:42.452 INFO O| Oct 30 14:07:42.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3948 | 2024-10-30T14:07:43.142Z | [ recovery-image] Oct 30 14:07:42.452 INFO O| Oct 30 14:07:42.452 INFO STEP 27 (remove_files) COMPLETE |
3949 | 2024-10-30T14:07:43.142Z | [ recovery-image] Oct 30 14:07:42.452 INFO O| Oct 30 14:07:42.452 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3950 | 2024-10-30T14:07:43.158Z | [ recovery-image] Oct 30 14:07:42.472 INFO O| Oct 30 14:07:42.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3951 | 2024-10-30T14:07:43.161Z | [ recovery-image] Oct 30 14:07:42.472 INFO O| Oct 30 14:07:42.472 INFO STEP 28 (remove_files) COMPLETE |
3952 | 2024-10-30T14:07:43.161Z | [ recovery-image] Oct 30 14:07:42.472 INFO O| Oct 30 14:07:42.472 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3953 | 2024-10-30T14:07:43.177Z | [ recovery-image] Oct 30 14:07:42.491 INFO O| Oct 30 14:07:42.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3954 | 2024-10-30T14:07:43.180Z | [ recovery-image] Oct 30 14:07:42.491 INFO O| Oct 30 14:07:42.491 INFO STEP 29 (remove_files) COMPLETE |
3955 | 2024-10-30T14:07:43.180Z | [ recovery-image] Oct 30 14:07:42.491 INFO O| Oct 30 14:07:42.491 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3956 | 2024-10-30T14:07:43.195Z | [ host-image] Oct 30 14:07:42.508 INFO O| Oct 30 14:07:42.508 INFO O| Planning: Checking for conflicting actions ... Done |
3957 | 2024-10-30T14:07:43.197Z | [ recovery-image] Oct 30 14:07:42.511 INFO O| Oct 30 14:07:42.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3958 | 2024-10-30T14:07:43.197Z | [ host-image] Oct 30 14:07:42.511 INFO O| Oct 30 14:07:42.511 INFO O| Planning: Consolidating action changes ... Done |
3959 | 2024-10-30T14:07:43.197Z | [ recovery-image] Oct 30 14:07:42.511 INFO O| Oct 30 14:07:42.511 INFO STEP 30 (remove_files) COMPLETE |
3960 | 2024-10-30T14:07:43.197Z | [ recovery-image] Oct 30 14:07:42.511 INFO O| Oct 30 14:07:42.511 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3961 | 2024-10-30T14:07:43.217Z | [ recovery-image] Oct 30 14:07:42.530 INFO O| Oct 30 14:07:42.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3962 | 2024-10-30T14:07:43.219Z | [ recovery-image] Oct 30 14:07:42.531 INFO O| Oct 30 14:07:42.531 INFO STEP 31 (remove_files) COMPLETE |
3963 | 2024-10-30T14:07:43.219Z | [ recovery-image] Oct 30 14:07:42.531 INFO O| Oct 30 14:07:42.531 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3964 | 2024-10-30T14:07:43.236Z | [ recovery-image] Oct 30 14:07:42.550 INFO O| Oct 30 14:07:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3965 | 2024-10-30T14:07:43.238Z | [ recovery-image] Oct 30 14:07:42.550 INFO O| Oct 30 14:07:42.550 INFO STEP 32 (remove_files) COMPLETE |
3966 | 2024-10-30T14:07:43.238Z | [ recovery-image] Oct 30 14:07:42.550 INFO O| Oct 30 14:07:42.550 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3967 | 2024-10-30T14:07:43.253Z | [ recovery-image] Oct 30 14:07:42.567 INFO O| Oct 30 14:07:42.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3968 | 2024-10-30T14:07:43.253Z | [ recovery-image] Oct 30 14:07:42.567 INFO O| Oct 30 14:07:42.567 INFO STEP 33 (remove_files) COMPLETE |
3969 | 2024-10-30T14:07:43.255Z | [ recovery-image] Oct 30 14:07:42.567 INFO O| Oct 30 14:07:42.567 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3970 | 2024-10-30T14:07:43.270Z | [ recovery-image] Oct 30 14:07:42.584 INFO O| Oct 30 14:07:42.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3971 | 2024-10-30T14:07:43.270Z | [ recovery-image] Oct 30 14:07:42.584 INFO O| Oct 30 14:07:42.584 INFO STEP 34 (remove_files) COMPLETE |
3972 | 2024-10-30T14:07:43.270Z | [ recovery-image] Oct 30 14:07:42.584 INFO O| Oct 30 14:07:42.584 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3973 | 2024-10-30T14:07:43.286Z | [ recovery-image] Oct 30 14:07:42.600 INFO O| Oct 30 14:07:42.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3974 | 2024-10-30T14:07:43.287Z | [ recovery-image] Oct 30 14:07:42.600 INFO O| Oct 30 14:07:42.600 INFO STEP 35 (remove_files) COMPLETE |
3975 | 2024-10-30T14:07:43.287Z | [ recovery-image] Oct 30 14:07:42.600 INFO O| Oct 30 14:07:42.600 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3976 | 2024-10-30T14:07:43.302Z | [ recovery-image] Oct 30 14:07:42.616 INFO O| Oct 30 14:07:42.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3977 | 2024-10-30T14:07:43.303Z | [ recovery-image] Oct 30 14:07:42.616 INFO O| Oct 30 14:07:42.616 INFO STEP 36 (remove_files) COMPLETE |
3978 | 2024-10-30T14:07:43.305Z | [ recovery-image] Oct 30 14:07:42.616 INFO O| Oct 30 14:07:42.616 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3979 | 2024-10-30T14:07:43.318Z | [ recovery-image] Oct 30 14:07:42.632 INFO O| Oct 30 14:07:42.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3980 | 2024-10-30T14:07:43.318Z | [ recovery-image] Oct 30 14:07:42.632 INFO O| Oct 30 14:07:42.632 INFO STEP 37 (remove_files) COMPLETE |
3981 | 2024-10-30T14:07:43.320Z | [ recovery-image] Oct 30 14:07:42.632 INFO O| Oct 30 14:07:42.632 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3982 | 2024-10-30T14:07:43.334Z | [ recovery-image] Oct 30 14:07:42.648 INFO O| Oct 30 14:07:42.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3983 | 2024-10-30T14:07:43.334Z | [ recovery-image] Oct 30 14:07:42.648 INFO O| Oct 30 14:07:42.648 INFO STEP 38 (remove_files) COMPLETE |
3984 | 2024-10-30T14:07:43.337Z | [ recovery-image] Oct 30 14:07:42.648 INFO O| Oct 30 14:07:42.648 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3985 | 2024-10-30T14:07:43.351Z | [ recovery-image] Oct 30 14:07:42.665 INFO O| Oct 30 14:07:42.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3986 | 2024-10-30T14:07:43.351Z | [ recovery-image] Oct 30 14:07:42.665 INFO O| Oct 30 14:07:42.665 INFO STEP 39 (remove_files) COMPLETE |
3987 | 2024-10-30T14:07:43.354Z | [ recovery-image] Oct 30 14:07:42.665 INFO O| Oct 30 14:07:42.665 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3988 | 2024-10-30T14:07:43.368Z | [ recovery-image] Oct 30 14:07:42.681 INFO O| Oct 30 14:07:42.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3989 | 2024-10-30T14:07:43.368Z | [ recovery-image] Oct 30 14:07:42.681 INFO O| Oct 30 14:07:42.681 INFO STEP 40 (remove_files) COMPLETE |
3990 | 2024-10-30T14:07:43.368Z | [ recovery-image] Oct 30 14:07:42.681 INFO O| Oct 30 14:07:42.681 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3991 | 2024-10-30T14:07:43.383Z | [ recovery-image] Oct 30 14:07:42.697 INFO O| Oct 30 14:07:42.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3992 | 2024-10-30T14:07:43.383Z | [ recovery-image] Oct 30 14:07:42.697 INFO O| Oct 30 14:07:42.697 INFO STEP 41 (remove_files) COMPLETE |
3993 | 2024-10-30T14:07:43.383Z | [ recovery-image] Oct 30 14:07:42.697 INFO O| Oct 30 14:07:42.697 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3994 | 2024-10-30T14:07:43.399Z | [ recovery-image] Oct 30 14:07:42.713 INFO O| Oct 30 14:07:42.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3995 | 2024-10-30T14:07:43.402Z | [ recovery-image] Oct 30 14:07:42.713 INFO O| Oct 30 14:07:42.713 INFO STEP 42 (remove_files) COMPLETE |
3996 | 2024-10-30T14:07:43.402Z | [ recovery-image] Oct 30 14:07:42.713 INFO O| Oct 30 14:07:42.713 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3997 | 2024-10-30T14:07:43.411Z | [ recovery-image] Oct 30 14:07:42.725 INFO O| Oct 30 14:07:42.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3998 | 2024-10-30T14:07:43.411Z | [ recovery-image] Oct 30 14:07:42.725 INFO O| Oct 30 14:07:42.725 INFO STEP 43 (remove_files) COMPLETE |
3999 | 2024-10-30T14:07:43.415Z | [ recovery-image] Oct 30 14:07:42.725 INFO O| Oct 30 14:07:42.725 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4000 | 2024-10-30T14:07:43.428Z | [ recovery-image] Oct 30 14:07:42.741 INFO O| Oct 30 14:07:42.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4001 | 2024-10-30T14:07:43.428Z | [ recovery-image] Oct 30 14:07:42.741 INFO O| Oct 30 14:07:42.741 INFO STEP 44 (remove_files) COMPLETE |
4002 | 2024-10-30T14:07:43.428Z | [ recovery-image] Oct 30 14:07:42.741 INFO O| Oct 30 14:07:42.741 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4003 | 2024-10-30T14:07:43.445Z | [ recovery-image] Oct 30 14:07:42.758 INFO O| Oct 30 14:07:42.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4004 | 2024-10-30T14:07:43.445Z | [ recovery-image] Oct 30 14:07:42.758 INFO O| Oct 30 14:07:42.758 INFO STEP 45 (remove_files) COMPLETE |
4005 | 2024-10-30T14:07:43.445Z | [ recovery-image] Oct 30 14:07:42.758 INFO O| Oct 30 14:07:42.758 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4006 | 2024-10-30T14:07:43.461Z | [ recovery-image] Oct 30 14:07:42.774 INFO O| Oct 30 14:07:42.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4007 | 2024-10-30T14:07:43.461Z | [ recovery-image] Oct 30 14:07:42.774 INFO O| Oct 30 14:07:42.774 INFO STEP 46 (remove_files) COMPLETE |
4008 | 2024-10-30T14:07:43.463Z | [ recovery-image] Oct 30 14:07:42.774 INFO O| Oct 30 14:07:42.774 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4009 | 2024-10-30T14:07:43.477Z | [ recovery-image] Oct 30 14:07:42.791 INFO O| Oct 30 14:07:42.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4010 | 2024-10-30T14:07:43.477Z | [ recovery-image] Oct 30 14:07:42.791 INFO O| Oct 30 14:07:42.791 INFO STEP 47 (remove_files) COMPLETE |
4011 | 2024-10-30T14:07:43.480Z | [ recovery-image] Oct 30 14:07:42.791 INFO O| Oct 30 14:07:42.791 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4012 | 2024-10-30T14:07:43.494Z | [ recovery-image] Oct 30 14:07:42.808 INFO O| Oct 30 14:07:42.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4013 | 2024-10-30T14:07:43.494Z | [ recovery-image] Oct 30 14:07:42.808 INFO O| Oct 30 14:07:42.808 INFO STEP 48 (remove_files) COMPLETE |
4014 | 2024-10-30T14:07:43.497Z | [ recovery-image] Oct 30 14:07:42.808 INFO O| Oct 30 14:07:42.808 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4015 | 2024-10-30T14:07:43.511Z | [ recovery-image] Oct 30 14:07:42.824 INFO O| Oct 30 14:07:42.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4016 | 2024-10-30T14:07:43.511Z | [ recovery-image] Oct 30 14:07:42.825 INFO O| Oct 30 14:07:42.825 INFO STEP 49 (remove_files) COMPLETE |
4017 | 2024-10-30T14:07:43.511Z | [ recovery-image] Oct 30 14:07:42.825 INFO O| Oct 30 14:07:42.825 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4018 | 2024-10-30T14:07:43.527Z | [ recovery-image] Oct 30 14:07:42.841 INFO O| Oct 30 14:07:42.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4019 | 2024-10-30T14:07:43.527Z | [ recovery-image] Oct 30 14:07:42.841 INFO O| Oct 30 14:07:42.841 INFO STEP 50 (remove_files) COMPLETE |
4020 | 2024-10-30T14:07:43.527Z | [ recovery-image] Oct 30 14:07:42.841 INFO O| Oct 30 14:07:42.841 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4021 | 2024-10-30T14:07:43.536Z | [ host-image] Oct 30 14:07:42.849 INFO O| Oct 30 14:07:42.849 INFO O| Planning: Evaluating mediators ... Done |
4022 | 2024-10-30T14:07:43.538Z | [ host-image] Oct 30 14:07:42.851 INFO O| Oct 30 14:07:42.851 INFO O| Planning: Planning completed in 5.45 seconds |
4023 | 2024-10-30T14:07:43.541Z | [ host-image] Oct 30 14:07:42.854 INFO O| Oct 30 14:07:42.854 INFO O| Packages to install: 4 |
4024 | 2024-10-30T14:07:43.541Z | [ host-image] Oct 30 14:07:42.854 INFO O| Oct 30 14:07:42.854 INFO O| Services to change: 2 |
4025 | 2024-10-30T14:07:43.544Z | [ recovery-image] Oct 30 14:07:42.858 INFO O| Oct 30 14:07:42.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4026 | 2024-10-30T14:07:43.546Z | [ recovery-image] Oct 30 14:07:42.858 INFO O| Oct 30 14:07:42.858 INFO STEP 51 (remove_files) COMPLETE |
4027 | 2024-10-30T14:07:43.546Z | [ recovery-image] Oct 30 14:07:42.858 INFO O| Oct 30 14:07:42.858 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4028 | 2024-10-30T14:07:43.560Z | [ host-image] Oct 30 14:07:42.873 INFO O| Oct 30 14:07:42.873 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
4029 | 2024-10-30T14:07:43.563Z | [ recovery-image] Oct 30 14:07:42.876 INFO O| Oct 30 14:07:42.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4030 | 2024-10-30T14:07:43.563Z | [ recovery-image] Oct 30 14:07:42.876 INFO O| Oct 30 14:07:42.876 INFO STEP 52 (remove_files) COMPLETE |
4031 | 2024-10-30T14:07:43.563Z | [ recovery-image] Oct 30 14:07:42.876 INFO O| Oct 30 14:07:42.876 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4032 | 2024-10-30T14:07:43.579Z | [ recovery-image] Oct 30 14:07:42.893 INFO O| Oct 30 14:07:42.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4033 | 2024-10-30T14:07:43.582Z | [ recovery-image] Oct 30 14:07:42.893 INFO O| Oct 30 14:07:42.893 INFO STEP 53 (remove_files) COMPLETE |
4034 | 2024-10-30T14:07:43.582Z | [ recovery-image] Oct 30 14:07:42.893 INFO O| Oct 30 14:07:42.893 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4035 | 2024-10-30T14:07:43.595Z | [ recovery-image] Oct 30 14:07:42.909 INFO O| Oct 30 14:07:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4036 | 2024-10-30T14:07:43.595Z | [ recovery-image] Oct 30 14:07:42.909 INFO O| Oct 30 14:07:42.909 INFO STEP 54 (remove_files) COMPLETE |
4037 | 2024-10-30T14:07:43.598Z | [ recovery-image] Oct 30 14:07:42.909 INFO O| Oct 30 14:07:42.909 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4038 | 2024-10-30T14:07:43.612Z | [ recovery-image] Oct 30 14:07:42.926 INFO O| Oct 30 14:07:42.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4039 | 2024-10-30T14:07:43.613Z | [ recovery-image] Oct 30 14:07:42.926 INFO O| Oct 30 14:07:42.926 INFO STEP 55 (remove_files) COMPLETE |
4040 | 2024-10-30T14:07:43.613Z | [ recovery-image] Oct 30 14:07:42.926 INFO O| Oct 30 14:07:42.926 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4041 | 2024-10-30T14:07:43.630Z | [ recovery-image] Oct 30 14:07:42.944 INFO O| Oct 30 14:07:42.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4042 | 2024-10-30T14:07:43.631Z | [ recovery-image] Oct 30 14:07:42.944 INFO O| Oct 30 14:07:42.944 INFO STEP 56 (remove_files) COMPLETE |
4043 | 2024-10-30T14:07:43.633Z | [ recovery-image] Oct 30 14:07:42.944 INFO O| Oct 30 14:07:42.944 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4044 | 2024-10-30T14:07:43.648Z | [ recovery-image] Oct 30 14:07:42.962 INFO O| Oct 30 14:07:42.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4045 | 2024-10-30T14:07:43.648Z | [ recovery-image] Oct 30 14:07:42.962 INFO O| Oct 30 14:07:42.962 INFO STEP 57 (remove_files) COMPLETE |
4046 | 2024-10-30T14:07:43.651Z | [ recovery-image] Oct 30 14:07:42.962 INFO O| Oct 30 14:07:42.962 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4047 | 2024-10-30T14:07:43.662Z | [ recovery-image] Oct 30 14:07:42.975 INFO O| Oct 30 14:07:42.975 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4048 | 2024-10-30T14:07:43.662Z | [ recovery-image] Oct 30 14:07:42.975 INFO O| Oct 30 14:07:42.975 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4049 | 2024-10-30T14:07:43.662Z | [ recovery-image] Oct 30 14:07:42.975 INFO O| Oct 30 14:07:42.975 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4050 | 2024-10-30T14:07:43.662Z | [ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4051 | 2024-10-30T14:07:43.662Z | [ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4052 | 2024-10-30T14:07:43.664Z | [ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4053 | 2024-10-30T14:07:43.664Z | [ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO ok! |
4054 | 2024-10-30T14:07:43.664Z | [ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO STEP 58 (ensure_file) COMPLETE |
4055 | 2024-10-30T14:07:43.664Z | [ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4056 | 2024-10-30T14:07:43.680Z | [ recovery-image] Oct 30 14:07:42.993 INFO O| Oct 30 14:07:42.993 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4057 | 2024-10-30T14:07:43.683Z | [ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4058 | 2024-10-30T14:07:43.683Z | [ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4059 | 2024-10-30T14:07:43.683Z | [ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4060 | 2024-10-30T14:07:43.683Z | [ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4061 | 2024-10-30T14:07:43.683Z | [ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4062 | 2024-10-30T14:07:43.683Z | [ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO ok! |
4063 | 2024-10-30T14:07:43.683Z | [ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO STEP 59 (ensure_file) COMPLETE |
4064 | 2024-10-30T14:07:43.683Z | [ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4065 | 2024-10-30T14:07:43.695Z | [ recovery-image] Oct 30 14:07:43.008 INFO O| Oct 30 14:07:43.008 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4066 | 2024-10-30T14:07:43.695Z | [ recovery-image] Oct 30 14:07:43.008 INFO O| Oct 30 14:07:43.008 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4067 | 2024-10-30T14:07:43.698Z | [ recovery-image] Oct 30 14:07:43.009 INFO O| Oct 30 14:07:43.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4068 | 2024-10-30T14:07:43.698Z | [ recovery-image] Oct 30 14:07:43.009 INFO O| Oct 30 14:07:43.009 INFO ok! |
4069 | 2024-10-30T14:07:43.698Z | [ recovery-image] Oct 30 14:07:43.009 INFO O| Oct 30 14:07:43.009 INFO STEP 60 (ensure_file) COMPLETE |
4070 | 2024-10-30T14:07:43.698Z | [ recovery-image] Oct 30 14:07:43.009 INFO O| Oct 30 14:07:43.009 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4071 | 2024-10-30T14:07:43.712Z | [ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4072 | 2024-10-30T14:07:43.712Z | [ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4073 | 2024-10-30T14:07:43.715Z | [ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4074 | 2024-10-30T14:07:43.715Z | [ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO ok! |
4075 | 2024-10-30T14:07:43.715Z | [ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO STEP 61 (ensure_file) COMPLETE |
4076 | 2024-10-30T14:07:43.715Z | [ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4077 | 2024-10-30T14:07:43.731Z | [ recovery-image] Oct 30 14:07:43.045 INFO O| Oct 30 14:07:43.045 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4078 | 2024-10-30T14:07:43.731Z | [ recovery-image] Oct 30 14:07:43.045 INFO O| Oct 30 14:07:43.045 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4079 | 2024-10-30T14:07:43.734Z | [ recovery-image] Oct 30 14:07:43.045 INFO O| Oct 30 14:07:43.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4080 | 2024-10-30T14:07:43.734Z | [ recovery-image] Oct 30 14:07:43.045 INFO O| Oct 30 14:07:43.045 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4081 | 2024-10-30T14:07:43.734Z | [ recovery-image] Oct 30 14:07:43.046 INFO O| Oct 30 14:07:43.045 INFO ok! |
4082 | 2024-10-30T14:07:43.734Z | [ recovery-image] Oct 30 14:07:43.046 INFO O| Oct 30 14:07:43.046 INFO STEP 62 (ensure_file) COMPLETE |
4083 | 2024-10-30T14:07:43.734Z | [ recovery-image] Oct 30 14:07:43.046 INFO O| Oct 30 14:07:43.046 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-10-30T14:07:43.750Z | [ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4085 | 2024-10-30T14:07:43.750Z | [ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4086 | 2024-10-30T14:07:43.752Z | [ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4087 | 2024-10-30T14:07:43.753Z | [ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4088 | 2024-10-30T14:07:43.753Z | [ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO ok! |
4089 | 2024-10-30T14:07:43.753Z | [ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO STEP 63 (ensure_file) COMPLETE |
4090 | 2024-10-30T14:07:43.753Z | [ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-10-30T14:07:43.768Z | [ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4092 | 2024-10-30T14:07:43.768Z | [ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4093 | 2024-10-30T14:07:43.773Z | [ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4094 | 2024-10-30T14:07:43.773Z | [ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO ok! |
4095 | 2024-10-30T14:07:43.773Z | [ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO STEP 64 (assemble_files) COMPLETE |
4096 | 2024-10-30T14:07:43.773Z | [ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-10-30T14:07:43.787Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4098 | 2024-10-30T14:07:43.787Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4099 | 2024-10-30T14:07:43.791Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4100 | 2024-10-30T14:07:43.791Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4101 | 2024-10-30T14:07:43.791Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO ok! |
4102 | 2024-10-30T14:07:43.791Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 65 (ensure_file) COMPLETE |
4103 | 2024-10-30T14:07:43.791Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4104 | 2024-10-30T14:07:43.791Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO skip step because feature "omicron1" is not enabled |
4105 | 2024-10-30T14:07:43.792Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4106 | 2024-10-30T14:07:43.792Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO skip step because feature "omicron1" is not enabled |
4107 | 2024-10-30T14:07:43.792Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-10-30T14:07:43.792Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO skip step because feature "omicron1" is not enabled |
4109 | 2024-10-30T14:07:43.792Z | [ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4110 | 2024-10-30T14:07:43.811Z | [ recovery-image] Oct 30 14:07:43.125 INFO O| Oct 30 14:07:43.125 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4111 | 2024-10-30T14:07:43.811Z | [ recovery-image] Oct 30 14:07:43.125 INFO O| Oct 30 14:07:43.125 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4112 | 2024-10-30T14:07:44.297Z | [ host-image] Oct 30 14:07:43.610 INFO O| Oct 30 14:07:43.610 INFO O| Download: Completed 1.39 MB in 0.74 seconds (1.9M/s) |
4113 | 2024-10-30T14:07:44.329Z | [ host-image] Oct 30 14:07:43.642 INFO O| Oct 30 14:07:43.642 INFO O| Actions: 1/238 actions (Installing new actions) |
4114 | 2024-10-30T14:07:44.446Z | [ host-image] Oct 30 14:07:43.760 INFO O| Oct 30 14:07:43.760 INFO O| Actions: Completed 238 actions in 0.12 seconds. |
4115 | 2024-10-30T14:07:44.887Z | [ host-image] Oct 30 14:07:44.200 INFO O| Oct 30 14:07:44.200 INFO O| Done |
4116 | 2024-10-30T14:07:44.887Z | [ host-image] Oct 30 14:07:44.200 INFO O| Oct 30 14:07:44.200 INFO O| Done |
4117 | 2024-10-30T14:07:45.832Z | [ host-image] Oct 30 14:07:45.145 INFO O| Oct 30 14:07:45.145 INFO O| Done |
4118 | 2024-10-30T14:07:45.846Z | [ recovery-image] Oct 30 14:07:45.159 INFO O| Oct 30 14:07:45.159 INFO STEP 69 (pack_tar) COMPLETE |
4119 | 2024-10-30T14:07:45.846Z | [ recovery-image] Oct 30 14:07:45.159 INFO O| Oct 30 14:07:45.159 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4120 | 2024-10-30T14:07:45.846Z | [ recovery-image] Oct 30 14:07:45.159 INFO O| Oct 30 14:07:45.159 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4121 | 2024-10-30T14:07:45.975Z | [ recovery-image] Oct 30 14:07:45.289 INFO O| Oct 30 14:07:45.288 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4122 | 2024-10-30T14:07:46.070Z | [ recovery-image] Oct 30 14:07:45.383 INFO O| Oct 30 14:07:45.383 INFO completed processing gimlet/ramdisk-02-trim |
4123 | 2024-10-30T14:07:46.074Z | [ recovery-image] Oct 30 14:07:45.386 INFO image builder template: ramdisk-03-recovery-trim... |
4124 | 2024-10-30T14:07:46.074Z | [ recovery-image] Oct 30 14:07:45.386 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/.tmpkhtB9N/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 |
4125 | 2024-10-30T14:07:46.288Z | [ recovery-image] Oct 30 14:07:45.601 INFO O| Oct 30 14:07:45.601 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4126 | 2024-10-30T14:07:46.316Z | [ recovery-image] Oct 30 14:07:45.629 INFO O| Oct 30 14:07:45.629 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4127 | 2024-10-30T14:07:46.426Z | [ recovery-image] Oct 30 14:07:45.740 INFO O| Oct 30 14:07:45.740 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4128 | 2024-10-30T14:07:46.505Z | [ recovery-image] Oct 30 14:07:45.818 INFO O| Oct 30 14:07:45.818 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4129 | 2024-10-30T14:07:46.507Z | [ recovery-image] Oct 30 14:07:45.818 INFO O| Oct 30 14:07:45.818 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4130 | 2024-10-30T14:07:46.521Z | [ recovery-image] Oct 30 14:07:45.834 INFO O| Oct 30 14:07:45.834 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4131 | 2024-10-30T14:07:46.528Z | [ recovery-image] Oct 30 14:07:45.841 INFO O| Oct 30 14:07:45.841 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4132 | 2024-10-30T14:07:46.552Z | [ recovery-image] Oct 30 14:07:45.864 INFO O| Oct 30 14:07:45.864 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4133 | 2024-10-30T14:07:46.844Z | [ recovery-image] Oct 30 14:07:46.157 INFO O| Oct 30 14:07:46.157 INFO rolled back to input snapshot; work may begin |
4134 | 2024-10-30T14:07:46.844Z | [ recovery-image] Oct 30 14:07:46.157 INFO O| Oct 30 14:07:46.157 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4135 | 2024-10-30T14:07:46.854Z | [ recovery-image] Oct 30 14:07:46.167 INFO O| Oct 30 14:07:46.167 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-10-30T14:07:46.872Z | [ recovery-image] Oct 30 14:07:46.185 INFO O| Oct 30 14:07:46.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4137 | 2024-10-30T14:07:46.878Z | [ recovery-image] Oct 30 14:07:46.191 INFO O| Oct 30 14:07:46.191 INFO STEP 0 (remove_files) COMPLETE |
4138 | 2024-10-30T14:07:46.881Z | [ recovery-image] Oct 30 14:07:46.191 INFO O| Oct 30 14:07:46.191 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-10-30T14:07:46.903Z | [ recovery-image] Oct 30 14:07:46.215 INFO O| Oct 30 14:07:46.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4140 | 2024-10-30T14:07:47.404Z | [ recovery-image] Oct 30 14:07:46.717 INFO O| Oct 30 14:07:46.717 INFO STEP 1 (remove_files) COMPLETE |
4141 | 2024-10-30T14:07:47.404Z | [ recovery-image] Oct 30 14:07:46.717 INFO O| Oct 30 14:07:46.717 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-10-30T14:07:47.452Z | [ recovery-image] Oct 30 14:07:46.765 INFO O| Oct 30 14:07:46.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4143 | 2024-10-30T14:07:47.497Z | [ recovery-image] Oct 30 14:07:46.811 INFO O| Oct 30 14:07:46.810 INFO STEP 2 (remove_files) COMPLETE |
4144 | 2024-10-30T14:07:47.497Z | [ recovery-image] Oct 30 14:07:46.811 INFO O| Oct 30 14:07:46.811 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-10-30T14:07:47.548Z | [ recovery-image] Oct 30 14:07:46.862 INFO O| Oct 30 14:07:46.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4146 | 2024-10-30T14:07:47.681Z | [ recovery-image] Oct 30 14:07:46.993 INFO O| Oct 30 14:07:46.993 INFO STEP 3 (remove_files) COMPLETE |
4147 | 2024-10-30T14:07:47.681Z | [ recovery-image] Oct 30 14:07:46.993 INFO O| Oct 30 14:07:46.993 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-10-30T14:07:47.719Z | [ recovery-image] Oct 30 14:07:47.032 INFO O| Oct 30 14:07:47.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4149 | 2024-10-30T14:07:47.826Z | [ recovery-image] Oct 30 14:07:47.140 INFO O| Oct 30 14:07:47.140 INFO STEP 4 (remove_files) COMPLETE |
4150 | 2024-10-30T14:07:47.827Z | [ recovery-image] Oct 30 14:07:47.140 INFO O| Oct 30 14:07:47.140 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-10-30T14:07:47.856Z | [ recovery-image] Oct 30 14:07:47.168 INFO O| Oct 30 14:07:47.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4152 | 2024-10-30T14:07:47.861Z | [ recovery-image] Oct 30 14:07:47.174 INFO O| Oct 30 14:07:47.174 INFO STEP 5 (remove_files) COMPLETE |
4153 | 2024-10-30T14:07:47.861Z | [ recovery-image] Oct 30 14:07:47.174 INFO O| Oct 30 14:07:47.174 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-10-30T14:07:47.894Z | [ recovery-image] Oct 30 14:07:47.208 INFO O| Oct 30 14:07:47.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4155 | 2024-10-30T14:07:47.935Z | [ recovery-image] Oct 30 14:07:47.249 INFO O| Oct 30 14:07:47.249 INFO STEP 6 (remove_files) COMPLETE |
4156 | 2024-10-30T14:07:47.935Z | [ recovery-image] Oct 30 14:07:47.249 INFO O| Oct 30 14:07:47.249 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-10-30T14:07:47.998Z | [ recovery-image] Oct 30 14:07:47.310 INFO O| Oct 30 14:07:47.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4158 | 2024-10-30T14:07:48.022Z | [ recovery-image] Oct 30 14:07:47.335 INFO O| Oct 30 14:07:47.335 INFO STEP 7 (remove_files) COMPLETE |
4159 | 2024-10-30T14:07:48.022Z | [ recovery-image] Oct 30 14:07:47.335 INFO O| Oct 30 14:07:47.335 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-10-30T14:07:48.044Z | [ recovery-image] Oct 30 14:07:47.357 INFO O| Oct 30 14:07:47.357 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4161 | 2024-10-30T14:07:48.133Z | [ recovery-image] Oct 30 14:07:47.446 INFO O| Oct 30 14:07:47.446 INFO STEP 8 (remove_files) COMPLETE |
4162 | 2024-10-30T14:07:48.133Z | [ recovery-image] Oct 30 14:07:47.446 INFO O| Oct 30 14:07:47.446 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-10-30T14:07:48.155Z | [ recovery-image] Oct 30 14:07:47.468 INFO O| Oct 30 14:07:47.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4164 | 2024-10-30T14:07:48.158Z | [ recovery-image] Oct 30 14:07:47.468 INFO O| Oct 30 14:07:47.468 INFO STEP 9 (remove_files) COMPLETE |
4165 | 2024-10-30T14:07:48.158Z | [ recovery-image] Oct 30 14:07:47.468 INFO O| Oct 30 14:07:47.468 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-10-30T14:07:48.178Z | [ recovery-image] Oct 30 14:07:47.492 INFO O| Oct 30 14:07:47.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4167 | 2024-10-30T14:07:48.181Z | [ recovery-image] Oct 30 14:07:47.493 INFO O| Oct 30 14:07:47.492 INFO STEP 10 (remove_files) COMPLETE |
4168 | 2024-10-30T14:07:48.181Z | [ recovery-image] Oct 30 14:07:47.493 INFO O| Oct 30 14:07:47.493 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-10-30T14:07:48.198Z | [ recovery-image] Oct 30 14:07:47.511 INFO O| Oct 30 14:07:47.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4170 | 2024-10-30T14:07:48.531Z | [ host-image] Oct 30 14:07:47.844 INFO O| Oct 30 14:07:47.844 INFO O| Done |
4171 | 2024-10-30T14:07:48.627Z | [ host-image] Oct 30 14:07:47.939 INFO O| Oct 30 14:07:47.939 INFO O| Done |
4172 | 2024-10-30T14:07:48.629Z | [ host-image] Oct 30 14:07:47.940 INFO O| Oct 30 14:07:47.940 INFO O| Done |
4173 | 2024-10-30T14:07:48.654Z | [ host-image] Oct 30 14:07:47.967 INFO O| Oct 30 14:07:47.967 INFO O| Done |
4174 | 2024-10-30T14:07:48.827Z | [ host-image] Oct 30 14:07:48.140 INFO O| Oct 30 14:07:48.140 INFO STEP 12 (pkg_install) COMPLETE |
4175 | 2024-10-30T14:07:48.827Z | [ host-image] Oct 30 14:07:48.140 INFO O| Oct 30 14:07:48.140 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4176 | 2024-10-30T14:07:48.847Z | [ host-image] Oct 30 14:07:48.159 INFO O| Oct 30 14:07:48.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"] |
4177 | 2024-10-30T14:07:48.861Z | [ recovery-image] Oct 30 14:07:48.173 INFO O| Oct 30 14:07:48.173 INFO STEP 11 (remove_files) COMPLETE |
4178 | 2024-10-30T14:07:48.861Z | [ recovery-image] Oct 30 14:07:48.173 INFO O| Oct 30 14:07:48.173 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-10-30T14:07:48.905Z | [ recovery-image] Oct 30 14:07:48.218 INFO O| Oct 30 14:07:48.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4180 | 2024-10-30T14:07:48.945Z | [ recovery-image] Oct 30 14:07:48.258 INFO O| Oct 30 14:07:48.258 INFO STEP 12 (remove_files) COMPLETE |
4181 | 2024-10-30T14:07:48.945Z | [ recovery-image] Oct 30 14:07:48.258 INFO O| Oct 30 14:07:48.258 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-10-30T14:07:48.994Z | [ recovery-image] Oct 30 14:07:48.307 INFO O| Oct 30 14:07:48.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4183 | 2024-10-30T14:07:48.997Z | [ recovery-image] Oct 30 14:07:48.311 INFO O| Oct 30 14:07:48.311 INFO STEP 13 (remove_files) COMPLETE |
4184 | 2024-10-30T14:07:48.999Z | [ recovery-image] Oct 30 14:07:48.311 INFO O| Oct 30 14:07:48.311 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-10-30T14:07:49.033Z | [ recovery-image] Oct 30 14:07:48.346 INFO O| Oct 30 14:07:48.346 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4186 | 2024-10-30T14:07:49.058Z | [ recovery-image] Oct 30 14:07:48.371 INFO O| Oct 30 14:07:48.371 INFO STEP 14 (remove_files) COMPLETE |
4187 | 2024-10-30T14:07:49.058Z | [ recovery-image] Oct 30 14:07:48.371 INFO O| Oct 30 14:07:48.371 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-10-30T14:07:49.086Z | [ recovery-image] Oct 30 14:07:48.399 INFO O| Oct 30 14:07:48.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4189 | 2024-10-30T14:07:49.109Z | [ recovery-image] Oct 30 14:07:48.421 INFO O| Oct 30 14:07:48.421 INFO STEP 15 (remove_files) COMPLETE |
4190 | 2024-10-30T14:07:49.109Z | [ recovery-image] Oct 30 14:07:48.421 INFO O| Oct 30 14:07:48.421 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-10-30T14:07:49.142Z | [ recovery-image] Oct 30 14:07:48.453 INFO O| Oct 30 14:07:48.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4192 | 2024-10-30T14:07:49.208Z | [ recovery-image] Oct 30 14:07:48.520 INFO O| Oct 30 14:07:48.520 INFO STEP 16 (remove_files) COMPLETE |
4193 | 2024-10-30T14:07:49.208Z | [ recovery-image] Oct 30 14:07:48.520 INFO O| Oct 30 14:07:48.520 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-10-30T14:07:49.227Z | [ recovery-image] Oct 30 14:07:48.540 INFO O| Oct 30 14:07:48.540 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4195 | 2024-10-30T14:07:49.227Z | [ recovery-image] Oct 30 14:07:48.540 INFO O| Oct 30 14:07:48.540 INFO STEP 17 (remove_files) COMPLETE |
4196 | 2024-10-30T14:07:49.227Z | [ recovery-image] Oct 30 14:07:48.540 INFO O| Oct 30 14:07:48.540 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-10-30T14:07:49.261Z | [ recovery-image] Oct 30 14:07:48.574 INFO O| Oct 30 14:07:48.574 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4198 | 2024-10-30T14:07:49.263Z | [ recovery-image] Oct 30 14:07:48.574 INFO O| Oct 30 14:07:48.574 INFO STEP 18 (remove_files) COMPLETE |
4199 | 2024-10-30T14:07:49.263Z | [ recovery-image] Oct 30 14:07:48.574 INFO O| Oct 30 14:07:48.574 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-10-30T14:07:49.324Z | [ recovery-image] Oct 30 14:07:48.637 INFO O| Oct 30 14:07:48.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4201 | 2024-10-30T14:07:49.829Z | [ recovery-image] Oct 30 14:07:49.141 INFO O| Oct 30 14:07:49.141 INFO STEP 19 (remove_files) COMPLETE |
4202 | 2024-10-30T14:07:49.829Z | [ recovery-image] Oct 30 14:07:49.141 INFO O| Oct 30 14:07:49.141 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-10-30T14:07:49.869Z | [ recovery-image] Oct 30 14:07:49.182 INFO O| Oct 30 14:07:49.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4204 | 2024-10-30T14:07:49.872Z | [ recovery-image] Oct 30 14:07:49.183 INFO O| Oct 30 14:07:49.183 INFO STEP 20 (remove_files) COMPLETE |
4205 | 2024-10-30T14:07:49.872Z | [ recovery-image] Oct 30 14:07:49.183 INFO O| Oct 30 14:07:49.183 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-10-30T14:07:49.909Z | [ recovery-image] Oct 30 14:07:49.222 INFO O| Oct 30 14:07:49.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4207 | 2024-10-30T14:07:49.912Z | [ recovery-image] Oct 30 14:07:49.222 INFO O| Oct 30 14:07:49.222 INFO STEP 21 (remove_files) COMPLETE |
4208 | 2024-10-30T14:07:49.913Z | [ recovery-image] Oct 30 14:07:49.222 INFO O| Oct 30 14:07:49.222 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-10-30T14:07:49.917Z | [ host-image] Oct 30 14:07:49.230 INFO O| Oct 30 14:07:49.230 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4210 | 2024-10-30T14:07:49.927Z | [ recovery-image] Oct 30 14:07:49.241 INFO O| Oct 30 14:07:49.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4211 | 2024-10-30T14:07:49.929Z | [ recovery-image] Oct 30 14:07:49.241 INFO O| Oct 30 14:07:49.241 INFO STEP 22 (remove_files) COMPLETE |
4212 | 2024-10-30T14:07:49.929Z | [ recovery-image] Oct 30 14:07:49.241 INFO O| Oct 30 14:07:49.241 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4213 | 2024-10-30T14:07:49.946Z | [ recovery-image] Oct 30 14:07:49.259 INFO O| Oct 30 14:07:49.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4214 | 2024-10-30T14:07:49.946Z | [ recovery-image] Oct 30 14:07:49.259 INFO O| Oct 30 14:07:49.259 INFO STEP 23 (remove_files) COMPLETE |
4215 | 2024-10-30T14:07:49.946Z | [ recovery-image] Oct 30 14:07:49.259 INFO O| Oct 30 14:07:49.259 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4216 | 2024-10-30T14:07:50.013Z | [ recovery-image] Oct 30 14:07:49.326 INFO O| Oct 30 14:07:49.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4217 | 2024-10-30T14:07:50.033Z | [ recovery-image] Oct 30 14:07:49.346 INFO O| Oct 30 14:07:49.346 INFO STEP 24 (remove_files) COMPLETE |
4218 | 2024-10-30T14:07:50.033Z | [ recovery-image] Oct 30 14:07:49.346 INFO O| Oct 30 14:07:49.346 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4219 | 2024-10-30T14:07:50.105Z | [ recovery-image] Oct 30 14:07:49.418 INFO O| Oct 30 14:07:49.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4220 | 2024-10-30T14:07:50.105Z | [ recovery-image] Oct 30 14:07:49.418 INFO O| Oct 30 14:07:49.418 INFO STEP 25 (remove_files) COMPLETE |
4221 | 2024-10-30T14:07:50.109Z | [ recovery-image] Oct 30 14:07:49.418 INFO O| Oct 30 14:07:49.418 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4222 | 2024-10-30T14:07:50.124Z | [ recovery-image] Oct 30 14:07:49.437 INFO O| Oct 30 14:07:49.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4223 | 2024-10-30T14:07:50.124Z | [ recovery-image] Oct 30 14:07:49.437 INFO O| Oct 30 14:07:49.437 INFO STEP 26 (remove_files) COMPLETE |
4224 | 2024-10-30T14:07:50.127Z | [ recovery-image] Oct 30 14:07:49.437 INFO O| Oct 30 14:07:49.437 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-10-30T14:07:50.141Z | [ recovery-image] Oct 30 14:07:49.454 INFO O| Oct 30 14:07:49.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4226 | 2024-10-30T14:07:50.141Z | [ recovery-image] Oct 30 14:07:49.454 INFO O| Oct 30 14:07:49.454 INFO STEP 27 (remove_files) COMPLETE |
4227 | 2024-10-30T14:07:50.144Z | [ recovery-image] Oct 30 14:07:49.454 INFO O| Oct 30 14:07:49.454 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4228 | 2024-10-30T14:07:50.158Z | [ recovery-image] Oct 30 14:07:49.472 INFO O| Oct 30 14:07:49.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4229 | 2024-10-30T14:07:50.161Z | [ recovery-image] Oct 30 14:07:49.475 INFO O| Oct 30 14:07:49.475 INFO STEP 28 (remove_files) COMPLETE |
4230 | 2024-10-30T14:07:50.163Z | [ recovery-image] Oct 30 14:07:49.475 INFO O| Oct 30 14:07:49.475 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4231 | 2024-10-30T14:07:50.190Z | [ recovery-image] Oct 30 14:07:49.503 INFO O| Oct 30 14:07:49.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4232 | 2024-10-30T14:07:50.190Z | [ recovery-image] Oct 30 14:07:49.503 INFO O| Oct 30 14:07:49.503 INFO STEP 29 (remove_files) COMPLETE |
4233 | 2024-10-30T14:07:50.190Z | [ recovery-image] Oct 30 14:07:49.503 INFO O| Oct 30 14:07:49.503 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-10-30T14:07:50.210Z | [ recovery-image] Oct 30 14:07:49.523 INFO O| Oct 30 14:07:49.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4235 | 2024-10-30T14:07:50.210Z | [ recovery-image] Oct 30 14:07:49.523 INFO O| Oct 30 14:07:49.523 INFO STEP 30 (remove_files) COMPLETE |
4236 | 2024-10-30T14:07:50.210Z | [ recovery-image] Oct 30 14:07:49.523 INFO O| Oct 30 14:07:49.523 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-10-30T14:07:50.229Z | [ recovery-image] Oct 30 14:07:49.542 INFO O| Oct 30 14:07:49.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4238 | 2024-10-30T14:07:50.229Z | [ recovery-image] Oct 30 14:07:49.542 INFO O| Oct 30 14:07:49.542 INFO STEP 31 (remove_files) COMPLETE |
4239 | 2024-10-30T14:07:50.231Z | [ recovery-image] Oct 30 14:07:49.542 INFO O| Oct 30 14:07:49.542 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-10-30T14:07:50.249Z | [ recovery-image] Oct 30 14:07:49.562 INFO O| Oct 30 14:07:49.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4241 | 2024-10-30T14:07:50.261Z | [ recovery-image] Oct 30 14:07:49.574 INFO O| Oct 30 14:07:49.574 INFO STEP 32 (remove_files) COMPLETE |
4242 | 2024-10-30T14:07:50.261Z | [ recovery-image] Oct 30 14:07:49.574 INFO O| Oct 30 14:07:49.574 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-10-30T14:07:50.295Z | [ recovery-image] Oct 30 14:07:49.608 INFO O| Oct 30 14:07:49.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4244 | 2024-10-30T14:07:50.301Z | [ recovery-image] Oct 30 14:07:49.615 INFO O| Oct 30 14:07:49.615 INFO STEP 33 (remove_files) COMPLETE |
4245 | 2024-10-30T14:07:50.302Z | [ recovery-image] Oct 30 14:07:49.615 INFO O| Oct 30 14:07:49.615 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-10-30T14:07:50.346Z | [ recovery-image] Oct 30 14:07:49.659 INFO O| Oct 30 14:07:49.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4247 | 2024-10-30T14:07:50.346Z | [ recovery-image] Oct 30 14:07:49.659 INFO O| Oct 30 14:07:49.659 INFO STEP 34 (remove_files) COMPLETE |
4248 | 2024-10-30T14:07:50.349Z | [ recovery-image] Oct 30 14:07:49.659 INFO O| Oct 30 14:07:49.659 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-10-30T14:07:50.381Z | [ recovery-image] Oct 30 14:07:49.694 INFO O| Oct 30 14:07:49.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4250 | 2024-10-30T14:07:50.401Z | [ recovery-image] Oct 30 14:07:49.714 INFO O| Oct 30 14:07:49.714 INFO STEP 35 (remove_files) COMPLETE |
4251 | 2024-10-30T14:07:50.401Z | [ recovery-image] Oct 30 14:07:49.714 INFO O| Oct 30 14:07:49.714 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-10-30T14:07:50.495Z | [ recovery-image] Oct 30 14:07:49.808 INFO O| Oct 30 14:07:49.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4253 | 2024-10-30T14:07:50.502Z | [ recovery-image] Oct 30 14:07:49.816 INFO O| Oct 30 14:07:49.816 INFO STEP 36 (remove_files) COMPLETE |
4254 | 2024-10-30T14:07:50.503Z | [ recovery-image] Oct 30 14:07:49.816 INFO O| Oct 30 14:07:49.816 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-10-30T14:07:50.562Z | [ recovery-image] Oct 30 14:07:49.875 INFO O| Oct 30 14:07:49.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4256 | 2024-10-30T14:07:50.565Z | [ recovery-image] Oct 30 14:07:49.876 INFO O| Oct 30 14:07:49.876 INFO STEP 37 (remove_files) COMPLETE |
4257 | 2024-10-30T14:07:50.565Z | [ recovery-image] Oct 30 14:07:49.876 INFO O| Oct 30 14:07:49.876 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-10-30T14:07:50.583Z | [ recovery-image] Oct 30 14:07:49.896 INFO O| Oct 30 14:07:49.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4259 | 2024-10-30T14:07:50.604Z | [ recovery-image] Oct 30 14:07:49.917 INFO O| Oct 30 14:07:49.917 INFO STEP 38 (remove_files) COMPLETE |
4260 | 2024-10-30T14:07:50.606Z | [ recovery-image] Oct 30 14:07:49.917 INFO O| Oct 30 14:07:49.917 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-10-30T14:07:50.630Z | [ recovery-image] Oct 30 14:07:49.943 INFO O| Oct 30 14:07:49.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4262 | 2024-10-30T14:07:50.632Z | [ recovery-image] Oct 30 14:07:49.943 INFO O| Oct 30 14:07:49.943 INFO STEP 39 (remove_files) COMPLETE |
4263 | 2024-10-30T14:07:50.632Z | [ recovery-image] Oct 30 14:07:49.943 INFO O| Oct 30 14:07:49.943 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-10-30T14:07:50.656Z | [ recovery-image] Oct 30 14:07:49.968 INFO O| Oct 30 14:07:49.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4265 | 2024-10-30T14:07:50.660Z | [ recovery-image] Oct 30 14:07:49.968 INFO O| Oct 30 14:07:49.968 INFO STEP 40 (remove_files) COMPLETE |
4266 | 2024-10-30T14:07:50.660Z | [ recovery-image] Oct 30 14:07:49.968 INFO O| Oct 30 14:07:49.968 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-10-30T14:07:50.676Z | [ recovery-image] Oct 30 14:07:49.989 INFO O| Oct 30 14:07:49.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4268 | 2024-10-30T14:07:50.678Z | [ recovery-image] Oct 30 14:07:49.989 INFO O| Oct 30 14:07:49.989 INFO STEP 41 (remove_files) COMPLETE |
4269 | 2024-10-30T14:07:50.678Z | [ recovery-image] Oct 30 14:07:49.989 INFO O| Oct 30 14:07:49.989 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-10-30T14:07:50.694Z | [ recovery-image] Oct 30 14:07:50.007 INFO O| Oct 30 14:07:50.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4271 | 2024-10-30T14:07:50.697Z | [ recovery-image] Oct 30 14:07:50.007 INFO O| Oct 30 14:07:50.007 INFO STEP 42 (remove_files) COMPLETE |
4272 | 2024-10-30T14:07:50.697Z | [ recovery-image] Oct 30 14:07:50.008 INFO O| Oct 30 14:07:50.007 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-10-30T14:07:50.723Z | [ recovery-image] Oct 30 14:07:50.036 INFO O| Oct 30 14:07:50.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4274 | 2024-10-30T14:07:50.723Z | [ recovery-image] Oct 30 14:07:50.036 INFO O| Oct 30 14:07:50.036 INFO STEP 43 (remove_files) COMPLETE |
4275 | 2024-10-30T14:07:50.725Z | [ recovery-image] Oct 30 14:07:50.037 INFO O| Oct 30 14:07:50.036 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-10-30T14:07:50.744Z | [ recovery-image] Oct 30 14:07:50.057 INFO O| Oct 30 14:07:50.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4277 | 2024-10-30T14:07:50.744Z | [ recovery-image] Oct 30 14:07:50.057 INFO O| Oct 30 14:07:50.057 INFO STEP 44 (remove_files) COMPLETE |
4278 | 2024-10-30T14:07:50.744Z | [ recovery-image] Oct 30 14:07:50.057 INFO O| Oct 30 14:07:50.057 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-10-30T14:07:50.781Z | [ recovery-image] Oct 30 14:07:50.094 INFO O| Oct 30 14:07:50.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4280 | 2024-10-30T14:07:50.781Z | [ recovery-image] Oct 30 14:07:50.094 INFO O| Oct 30 14:07:50.094 INFO STEP 45 (remove_files) COMPLETE |
4281 | 2024-10-30T14:07:50.784Z | [ recovery-image] Oct 30 14:07:50.094 INFO O| Oct 30 14:07:50.094 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-10-30T14:07:50.813Z | [ recovery-image] Oct 30 14:07:50.126 INFO O| Oct 30 14:07:50.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4283 | 2024-10-30T14:07:50.813Z | [ recovery-image] Oct 30 14:07:50.126 INFO O| Oct 30 14:07:50.126 INFO STEP 46 (remove_files) COMPLETE |
4284 | 2024-10-30T14:07:50.813Z | [ recovery-image] Oct 30 14:07:50.126 INFO O| Oct 30 14:07:50.126 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-10-30T14:07:50.848Z | [ recovery-image] Oct 30 14:07:50.160 INFO O| Oct 30 14:07:50.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4286 | 2024-10-30T14:07:50.851Z | [ recovery-image] Oct 30 14:07:50.161 INFO O| Oct 30 14:07:50.161 INFO STEP 47 (remove_files) COMPLETE |
4287 | 2024-10-30T14:07:50.851Z | [ recovery-image] Oct 30 14:07:50.161 INFO O| Oct 30 14:07:50.161 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-10-30T14:07:50.881Z | [ recovery-image] Oct 30 14:07:50.194 INFO O| Oct 30 14:07:50.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4289 | 2024-10-30T14:07:50.881Z | [ recovery-image] Oct 30 14:07:50.194 INFO O| Oct 30 14:07:50.194 INFO STEP 48 (remove_files) COMPLETE |
4290 | 2024-10-30T14:07:50.884Z | [ recovery-image] Oct 30 14:07:50.194 INFO O| Oct 30 14:07:50.194 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-10-30T14:07:50.915Z | [ recovery-image] Oct 30 14:07:50.227 INFO O| Oct 30 14:07:50.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4292 | 2024-10-30T14:07:50.915Z | [ recovery-image] Oct 30 14:07:50.227 INFO O| Oct 30 14:07:50.227 INFO STEP 49 (remove_files) COMPLETE |
4293 | 2024-10-30T14:07:50.915Z | [ recovery-image] Oct 30 14:07:50.227 INFO O| Oct 30 14:07:50.227 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4294 | 2024-10-30T14:07:50.935Z | [ recovery-image] Oct 30 14:07:50.247 INFO O| Oct 30 14:07:50.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4295 | 2024-10-30T14:07:50.935Z | [ recovery-image] Oct 30 14:07:50.247 INFO O| Oct 30 14:07:50.247 INFO STEP 50 (remove_files) COMPLETE |
4296 | 2024-10-30T14:07:50.935Z | [ recovery-image] Oct 30 14:07:50.247 INFO O| Oct 30 14:07:50.247 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-10-30T14:07:50.970Z | [ recovery-image] Oct 30 14:07:50.283 INFO O| Oct 30 14:07:50.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4298 | 2024-10-30T14:07:50.970Z | [ recovery-image] Oct 30 14:07:50.283 INFO O| Oct 30 14:07:50.283 INFO STEP 51 (remove_files) COMPLETE |
4299 | 2024-10-30T14:07:50.970Z | [ recovery-image] Oct 30 14:07:50.283 INFO O| Oct 30 14:07:50.283 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-10-30T14:07:50.988Z | [ recovery-image] Oct 30 14:07:50.301 INFO O| Oct 30 14:07:50.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4301 | 2024-10-30T14:07:50.991Z | [ recovery-image] Oct 30 14:07:50.303 INFO O| Oct 30 14:07:50.303 INFO STEP 52 (remove_files) COMPLETE |
4302 | 2024-10-30T14:07:50.991Z | [ recovery-image] Oct 30 14:07:50.303 INFO O| Oct 30 14:07:50.303 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-10-30T14:07:51.008Z | [ recovery-image] Oct 30 14:07:50.321 INFO O| Oct 30 14:07:50.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4304 | 2024-10-30T14:07:51.015Z | [ recovery-image] Oct 30 14:07:50.328 INFO O| Oct 30 14:07:50.328 INFO STEP 53 (remove_files) COMPLETE |
4305 | 2024-10-30T14:07:51.015Z | [ recovery-image] Oct 30 14:07:50.328 INFO O| Oct 30 14:07:50.328 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-10-30T14:07:51.062Z | [ recovery-image] Oct 30 14:07:50.375 INFO O| Oct 30 14:07:50.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4307 | 2024-10-30T14:07:51.065Z | [ recovery-image] Oct 30 14:07:50.375 INFO O| Oct 30 14:07:50.375 INFO STEP 54 (remove_files) COMPLETE |
4308 | 2024-10-30T14:07:51.065Z | [ recovery-image] Oct 30 14:07:50.375 INFO O| Oct 30 14:07:50.375 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-10-30T14:07:51.084Z | [ recovery-image] Oct 30 14:07:50.397 INFO O| Oct 30 14:07:50.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4310 | 2024-10-30T14:07:51.087Z | [ recovery-image] Oct 30 14:07:50.397 INFO O| Oct 30 14:07:50.397 INFO STEP 55 (remove_files) COMPLETE |
4311 | 2024-10-30T14:07:51.087Z | [ recovery-image] Oct 30 14:07:50.397 INFO O| Oct 30 14:07:50.397 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-10-30T14:07:51.104Z | [ recovery-image] Oct 30 14:07:50.417 INFO O| Oct 30 14:07:50.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4313 | 2024-10-30T14:07:51.107Z | [ recovery-image] Oct 30 14:07:50.417 INFO O| Oct 30 14:07:50.417 INFO STEP 56 (remove_files) COMPLETE |
4314 | 2024-10-30T14:07:51.107Z | [ recovery-image] Oct 30 14:07:50.417 INFO O| Oct 30 14:07:50.417 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-10-30T14:07:51.123Z | [ recovery-image] Oct 30 14:07:50.436 INFO O| Oct 30 14:07:50.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4316 | 2024-10-30T14:07:51.126Z | [ recovery-image] Oct 30 14:07:50.436 INFO O| Oct 30 14:07:50.436 INFO STEP 57 (remove_files) COMPLETE |
4317 | 2024-10-30T14:07:51.126Z | [ recovery-image] Oct 30 14:07:50.436 INFO O| Oct 30 14:07:50.436 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-10-30T14:07:51.154Z | [ recovery-image] Oct 30 14:07:50.467 INFO O| Oct 30 14:07:50.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4319 | 2024-10-30T14:07:51.158Z | [ recovery-image] Oct 30 14:07:50.467 INFO O| Oct 30 14:07:50.467 INFO STEP 58 (remove_files) COMPLETE |
4320 | 2024-10-30T14:07:51.158Z | [ recovery-image] Oct 30 14:07:50.468 INFO O| Oct 30 14:07:50.468 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-10-30T14:07:51.176Z | [ recovery-image] Oct 30 14:07:50.489 INFO O| Oct 30 14:07:50.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4322 | 2024-10-30T14:07:51.179Z | [ recovery-image] Oct 30 14:07:50.489 INFO O| Oct 30 14:07:50.489 INFO STEP 59 (remove_files) COMPLETE |
4323 | 2024-10-30T14:07:51.179Z | [ recovery-image] Oct 30 14:07:50.489 INFO O| Oct 30 14:07:50.489 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-10-30T14:07:51.195Z | [ recovery-image] Oct 30 14:07:50.508 INFO O| Oct 30 14:07:50.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4325 | 2024-10-30T14:07:51.200Z | [ recovery-image] Oct 30 14:07:50.508 INFO O| Oct 30 14:07:50.508 INFO STEP 60 (remove_files) COMPLETE |
4326 | 2024-10-30T14:07:51.200Z | [ recovery-image] Oct 30 14:07:50.508 INFO O| Oct 30 14:07:50.508 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-10-30T14:07:51.233Z | [ recovery-image] Oct 30 14:07:50.546 INFO O| Oct 30 14:07:50.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4328 | 2024-10-30T14:07:51.236Z | [ recovery-image] Oct 30 14:07:50.546 INFO O| Oct 30 14:07:50.546 INFO STEP 61 (remove_files) COMPLETE |
4329 | 2024-10-30T14:07:51.236Z | [ recovery-image] Oct 30 14:07:50.546 INFO O| Oct 30 14:07:50.546 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-10-30T14:07:51.254Z | [ recovery-image] Oct 30 14:07:50.567 INFO O| Oct 30 14:07:50.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4331 | 2024-10-30T14:07:51.258Z | [ recovery-image] Oct 30 14:07:50.568 INFO O| Oct 30 14:07:50.568 INFO STEP 62 (remove_files) COMPLETE |
4332 | 2024-10-30T14:07:51.258Z | [ recovery-image] Oct 30 14:07:50.568 INFO O| Oct 30 14:07:50.568 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-10-30T14:07:51.273Z | [ recovery-image] Oct 30 14:07:50.586 INFO O| Oct 30 14:07:50.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4334 | 2024-10-30T14:07:51.297Z | [ recovery-image] Oct 30 14:07:50.610 INFO O| Oct 30 14:07:50.610 INFO STEP 63 (remove_files) COMPLETE |
4335 | 2024-10-30T14:07:51.297Z | [ recovery-image] Oct 30 14:07:50.610 INFO O| Oct 30 14:07:50.610 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-10-30T14:07:51.330Z | [ recovery-image] Oct 30 14:07:50.642 INFO O| Oct 30 14:07:50.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4337 | 2024-10-30T14:07:51.330Z | [ recovery-image] Oct 30 14:07:50.642 INFO O| Oct 30 14:07:50.642 INFO STEP 64 (remove_files) COMPLETE |
4338 | 2024-10-30T14:07:51.330Z | [ recovery-image] Oct 30 14:07:50.642 INFO O| Oct 30 14:07:50.642 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-10-30T14:07:51.352Z | [ recovery-image] Oct 30 14:07:50.665 INFO O| Oct 30 14:07:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4340 | 2024-10-30T14:07:51.352Z | [ recovery-image] Oct 30 14:07:50.665 INFO O| Oct 30 14:07:50.665 INFO STEP 65 (remove_files) COMPLETE |
4341 | 2024-10-30T14:07:51.352Z | [ recovery-image] Oct 30 14:07:50.665 INFO O| Oct 30 14:07:50.665 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-10-30T14:07:51.390Z | [ recovery-image] Oct 30 14:07:50.703 INFO O| Oct 30 14:07:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4343 | 2024-10-30T14:07:51.390Z | [ recovery-image] Oct 30 14:07:50.703 INFO O| Oct 30 14:07:50.703 INFO STEP 66 (remove_files) COMPLETE |
4344 | 2024-10-30T14:07:51.390Z | [ recovery-image] Oct 30 14:07:50.703 INFO O| Oct 30 14:07:50.703 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-10-30T14:07:51.411Z | [ recovery-image] Oct 30 14:07:50.724 INFO O| Oct 30 14:07:50.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4346 | 2024-10-30T14:07:51.411Z | [ recovery-image] Oct 30 14:07:50.724 INFO O| Oct 30 14:07:50.724 INFO STEP 67 (remove_files) COMPLETE |
4347 | 2024-10-30T14:07:51.414Z | [ recovery-image] Oct 30 14:07:50.724 INFO O| Oct 30 14:07:50.724 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-10-30T14:07:51.447Z | [ recovery-image] Oct 30 14:07:50.760 INFO O| Oct 30 14:07:50.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4349 | 2024-10-30T14:07:51.447Z | [ recovery-image] Oct 30 14:07:50.760 INFO O| Oct 30 14:07:50.760 INFO STEP 68 (remove_files) COMPLETE |
4350 | 2024-10-30T14:07:51.449Z | [ recovery-image] Oct 30 14:07:50.760 INFO O| Oct 30 14:07:50.760 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-10-30T14:07:51.469Z | [ recovery-image] Oct 30 14:07:50.782 INFO O| Oct 30 14:07:50.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4352 | 2024-10-30T14:07:51.469Z | [ recovery-image] Oct 30 14:07:50.782 INFO O| Oct 30 14:07:50.782 INFO STEP 69 (remove_files) COMPLETE |
4353 | 2024-10-30T14:07:51.469Z | [ recovery-image] Oct 30 14:07:50.782 INFO O| Oct 30 14:07:50.782 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-10-30T14:07:51.498Z | [ recovery-image] Oct 30 14:07:50.811 INFO O| Oct 30 14:07:50.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4355 | 2024-10-30T14:07:51.501Z | [ recovery-image] Oct 30 14:07:50.811 INFO O| Oct 30 14:07:50.811 INFO STEP 70 (remove_files) COMPLETE |
4356 | 2024-10-30T14:07:51.501Z | [ recovery-image] Oct 30 14:07:50.812 INFO O| Oct 30 14:07:50.811 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-10-30T14:07:51.517Z | [ recovery-image] Oct 30 14:07:50.830 INFO O| Oct 30 14:07:50.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4358 | 2024-10-30T14:07:51.520Z | [ recovery-image] Oct 30 14:07:50.830 INFO O| Oct 30 14:07:50.830 INFO STEP 71 (remove_files) COMPLETE |
4359 | 2024-10-30T14:07:51.520Z | [ recovery-image] Oct 30 14:07:50.830 INFO O| Oct 30 14:07:50.830 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-10-30T14:07:51.535Z | [ recovery-image] Oct 30 14:07:50.848 INFO O| Oct 30 14:07:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4361 | 2024-10-30T14:07:51.537Z | [ recovery-image] Oct 30 14:07:50.849 INFO O| Oct 30 14:07:50.848 INFO STEP 72 (remove_files) COMPLETE |
4362 | 2024-10-30T14:07:51.538Z | [ recovery-image] Oct 30 14:07:50.849 INFO O| Oct 30 14:07:50.849 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-10-30T14:07:51.576Z | [ recovery-image] Oct 30 14:07:50.889 INFO O| Oct 30 14:07:50.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4364 | 2024-10-30T14:07:51.576Z | [ recovery-image] Oct 30 14:07:50.889 INFO O| Oct 30 14:07:50.889 INFO STEP 73 (remove_files) COMPLETE |
4365 | 2024-10-30T14:07:51.576Z | [ recovery-image] Oct 30 14:07:50.889 INFO O| Oct 30 14:07:50.889 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-10-30T14:07:51.594Z | [ recovery-image] Oct 30 14:07:50.907 INFO O| Oct 30 14:07:50.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4367 | 2024-10-30T14:07:51.594Z | [ recovery-image] Oct 30 14:07:50.907 INFO O| Oct 30 14:07:50.907 INFO STEP 74 (remove_files) COMPLETE |
4368 | 2024-10-30T14:07:51.594Z | [ recovery-image] Oct 30 14:07:50.908 INFO O| Oct 30 14:07:50.907 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-10-30T14:07:51.613Z | [ recovery-image] Oct 30 14:07:50.926 INFO O| Oct 30 14:07:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4370 | 2024-10-30T14:07:51.613Z | [ recovery-image] Oct 30 14:07:50.926 INFO O| Oct 30 14:07:50.926 INFO STEP 75 (remove_files) COMPLETE |
4371 | 2024-10-30T14:07:51.615Z | [ recovery-image] Oct 30 14:07:50.926 INFO O| Oct 30 14:07:50.926 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-10-30T14:07:51.648Z | [ recovery-image] Oct 30 14:07:50.961 INFO O| Oct 30 14:07:50.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4373 | 2024-10-30T14:07:51.674Z | [ recovery-image] Oct 30 14:07:50.986 INFO O| Oct 30 14:07:50.986 INFO STEP 76 (remove_files) COMPLETE |
4374 | 2024-10-30T14:07:51.674Z | [ recovery-image] Oct 30 14:07:50.986 INFO O| Oct 30 14:07:50.986 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-10-30T14:07:51.731Z | [ recovery-image] Oct 30 14:07:51.043 INFO O| Oct 30 14:07:51.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4376 | 2024-10-30T14:07:51.731Z | [ recovery-image] Oct 30 14:07:51.043 INFO O| Oct 30 14:07:51.043 INFO STEP 77 (remove_files) COMPLETE |
4377 | 2024-10-30T14:07:51.731Z | [ recovery-image] Oct 30 14:07:51.043 INFO O| Oct 30 14:07:51.043 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-10-30T14:07:51.748Z | [ recovery-image] Oct 30 14:07:51.061 INFO O| Oct 30 14:07:51.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4379 | 2024-10-30T14:07:51.748Z | [ recovery-image] Oct 30 14:07:51.061 INFO O| Oct 30 14:07:51.061 INFO STEP 78 (remove_files) COMPLETE |
4380 | 2024-10-30T14:07:51.748Z | [ recovery-image] Oct 30 14:07:51.061 INFO O| Oct 30 14:07:51.061 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-10-30T14:07:51.767Z | [ recovery-image] Oct 30 14:07:51.080 INFO O| Oct 30 14:07:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4382 | 2024-10-30T14:07:51.767Z | [ recovery-image] Oct 30 14:07:51.080 INFO O| Oct 30 14:07:51.080 INFO STEP 79 (remove_files) COMPLETE |
4383 | 2024-10-30T14:07:51.770Z | [ recovery-image] Oct 30 14:07:51.080 INFO O| Oct 30 14:07:51.080 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-10-30T14:07:51.784Z | [ recovery-image] Oct 30 14:07:51.097 INFO O| Oct 30 14:07:51.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4385 | 2024-10-30T14:07:51.784Z | [ recovery-image] Oct 30 14:07:51.097 INFO O| Oct 30 14:07:51.097 INFO STEP 80 (remove_files) COMPLETE |
4386 | 2024-10-30T14:07:51.784Z | [ recovery-image] Oct 30 14:07:51.097 INFO O| Oct 30 14:07:51.097 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-10-30T14:07:51.836Z | [ recovery-image] Oct 30 14:07:51.149 INFO O| Oct 30 14:07:51.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4388 | 2024-10-30T14:07:51.836Z | [ recovery-image] Oct 30 14:07:51.149 INFO O| Oct 30 14:07:51.149 INFO STEP 81 (remove_files) COMPLETE |
4389 | 2024-10-30T14:07:51.836Z | [ recovery-image] Oct 30 14:07:51.149 INFO O| Oct 30 14:07:51.149 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-10-30T14:07:51.855Z | [ recovery-image] Oct 30 14:07:51.168 INFO O| Oct 30 14:07:51.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4391 | 2024-10-30T14:07:51.856Z | [ recovery-image] Oct 30 14:07:51.169 INFO O| Oct 30 14:07:51.168 INFO STEP 82 (remove_files) COMPLETE |
4392 | 2024-10-30T14:07:51.858Z | [ recovery-image] Oct 30 14:07:51.169 INFO O| Oct 30 14:07:51.169 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-10-30T14:07:51.912Z | [ recovery-image] Oct 30 14:07:51.225 INFO O| Oct 30 14:07:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4394 | 2024-10-30T14:07:51.912Z | [ recovery-image] Oct 30 14:07:51.225 INFO O| Oct 30 14:07:51.225 INFO STEP 83 (remove_files) COMPLETE |
4395 | 2024-10-30T14:07:51.914Z | [ recovery-image] Oct 30 14:07:51.225 INFO O| Oct 30 14:07:51.225 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-10-30T14:07:51.933Z | [ recovery-image] Oct 30 14:07:51.245 INFO O| Oct 30 14:07:51.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4397 | 2024-10-30T14:07:51.933Z | [ recovery-image] Oct 30 14:07:51.245 INFO O| Oct 30 14:07:51.245 INFO STEP 84 (remove_files) COMPLETE |
4398 | 2024-10-30T14:07:51.935Z | [ recovery-image] Oct 30 14:07:51.245 INFO O| Oct 30 14:07:51.245 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-10-30T14:07:51.949Z | [ recovery-image] Oct 30 14:07:51.262 INFO O| Oct 30 14:07:51.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4400 | 2024-10-30T14:07:51.949Z | [ recovery-image] Oct 30 14:07:51.262 INFO O| Oct 30 14:07:51.262 INFO STEP 85 (remove_files) COMPLETE |
4401 | 2024-10-30T14:07:51.949Z | [ recovery-image] Oct 30 14:07:51.262 INFO O| Oct 30 14:07:51.262 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-10-30T14:07:51.971Z | [ recovery-image] Oct 30 14:07:51.284 INFO O| Oct 30 14:07:51.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4403 | 2024-10-30T14:07:51.971Z | [ recovery-image] Oct 30 14:07:51.284 INFO O| Oct 30 14:07:51.284 INFO STEP 86 (remove_files) COMPLETE |
4404 | 2024-10-30T14:07:51.971Z | [ recovery-image] Oct 30 14:07:51.284 INFO O| Oct 30 14:07:51.284 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-10-30T14:07:51.991Z | [ recovery-image] Oct 30 14:07:51.304 INFO O| Oct 30 14:07:51.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4406 | 2024-10-30T14:07:51.991Z | [ recovery-image] Oct 30 14:07:51.304 INFO O| Oct 30 14:07:51.304 INFO STEP 87 (remove_files) COMPLETE |
4407 | 2024-10-30T14:07:51.994Z | [ recovery-image] Oct 30 14:07:51.304 INFO O| Oct 30 14:07:51.304 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-10-30T14:07:52.024Z | [ recovery-image] Oct 30 14:07:51.337 INFO O| Oct 30 14:07:51.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4409 | 2024-10-30T14:07:52.024Z | [ recovery-image] Oct 30 14:07:51.337 INFO O| Oct 30 14:07:51.337 INFO STEP 88 (remove_files) COMPLETE |
4410 | 2024-10-30T14:07:52.024Z | [ recovery-image] Oct 30 14:07:51.337 INFO O| Oct 30 14:07:51.337 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-10-30T14:07:52.043Z | [ recovery-image] Oct 30 14:07:51.356 INFO O| Oct 30 14:07:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4412 | 2024-10-30T14:07:52.043Z | [ recovery-image] Oct 30 14:07:51.356 INFO O| Oct 30 14:07:51.356 INFO STEP 89 (remove_files) COMPLETE |
4413 | 2024-10-30T14:07:52.043Z | [ recovery-image] Oct 30 14:07:51.356 INFO O| Oct 30 14:07:51.356 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-10-30T14:07:52.060Z | [ recovery-image] Oct 30 14:07:51.372 INFO O| Oct 30 14:07:51.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4415 | 2024-10-30T14:07:52.060Z | [ recovery-image] Oct 30 14:07:51.373 INFO O| Oct 30 14:07:51.373 INFO STEP 90 (remove_files) COMPLETE |
4416 | 2024-10-30T14:07:52.060Z | [ recovery-image] Oct 30 14:07:51.373 INFO O| Oct 30 14:07:51.373 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-10-30T14:07:52.077Z | [ recovery-image] Oct 30 14:07:51.390 INFO O| Oct 30 14:07:51.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4418 | 2024-10-30T14:07:52.077Z | [ recovery-image] Oct 30 14:07:51.390 INFO O| Oct 30 14:07:51.390 INFO STEP 91 (remove_files) COMPLETE |
4419 | 2024-10-30T14:07:52.079Z | [ recovery-image] Oct 30 14:07:51.390 INFO O| Oct 30 14:07:51.390 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-10-30T14:07:52.094Z | [ recovery-image] Oct 30 14:07:51.407 INFO O| Oct 30 14:07:51.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4421 | 2024-10-30T14:07:52.097Z | [ recovery-image] Oct 30 14:07:51.407 INFO O| Oct 30 14:07:51.407 INFO STEP 92 (remove_files) COMPLETE |
4422 | 2024-10-30T14:07:52.097Z | [ recovery-image] Oct 30 14:07:51.407 INFO O| Oct 30 14:07:51.407 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-10-30T14:07:52.111Z | [ recovery-image] Oct 30 14:07:51.424 INFO O| Oct 30 14:07:51.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4424 | 2024-10-30T14:07:52.111Z | [ recovery-image] Oct 30 14:07:51.424 INFO O| Oct 30 14:07:51.424 INFO STEP 93 (remove_files) COMPLETE |
4425 | 2024-10-30T14:07:52.111Z | [ recovery-image] Oct 30 14:07:51.424 INFO O| Oct 30 14:07:51.424 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-10-30T14:07:52.150Z | [ recovery-image] Oct 30 14:07:51.462 INFO O| Oct 30 14:07:51.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4427 | 2024-10-30T14:07:52.150Z | [ recovery-image] Oct 30 14:07:51.462 INFO O| Oct 30 14:07:51.462 INFO STEP 94 (remove_files) COMPLETE |
4428 | 2024-10-30T14:07:52.152Z | [ recovery-image] Oct 30 14:07:51.462 INFO O| Oct 30 14:07:51.462 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-10-30T14:07:52.173Z | [ recovery-image] Oct 30 14:07:51.486 INFO O| Oct 30 14:07:51.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4430 | 2024-10-30T14:07:52.176Z | [ recovery-image] Oct 30 14:07:51.486 INFO O| Oct 30 14:07:51.486 INFO STEP 95 (remove_files) COMPLETE |
4431 | 2024-10-30T14:07:52.176Z | [ recovery-image] Oct 30 14:07:51.487 INFO O| Oct 30 14:07:51.487 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-10-30T14:07:52.195Z | [ recovery-image] Oct 30 14:07:51.508 INFO O| Oct 30 14:07:51.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4433 | 2024-10-30T14:07:52.197Z | [ recovery-image] Oct 30 14:07:51.508 INFO O| Oct 30 14:07:51.508 INFO STEP 96 (remove_files) COMPLETE |
4434 | 2024-10-30T14:07:52.198Z | [ recovery-image] Oct 30 14:07:51.508 INFO O| Oct 30 14:07:51.508 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-10-30T14:07:52.215Z | [ recovery-image] Oct 30 14:07:51.528 INFO O| Oct 30 14:07:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4436 | 2024-10-30T14:07:52.218Z | [ recovery-image] Oct 30 14:07:51.528 INFO O| Oct 30 14:07:51.528 INFO STEP 97 (remove_files) COMPLETE |
4437 | 2024-10-30T14:07:52.218Z | [ recovery-image] Oct 30 14:07:51.528 INFO O| Oct 30 14:07:51.528 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-10-30T14:07:52.255Z | [ recovery-image] Oct 30 14:07:51.568 INFO O| Oct 30 14:07:51.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4439 | 2024-10-30T14:07:52.258Z | [ recovery-image] Oct 30 14:07:51.568 INFO O| Oct 30 14:07:51.568 INFO STEP 98 (remove_files) COMPLETE |
4440 | 2024-10-30T14:07:52.258Z | [ recovery-image] Oct 30 14:07:51.568 INFO O| Oct 30 14:07:51.568 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-10-30T14:07:52.275Z | [ recovery-image] Oct 30 14:07:51.588 INFO O| Oct 30 14:07:51.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4442 | 2024-10-30T14:07:52.277Z | [ recovery-image] Oct 30 14:07:51.588 INFO O| Oct 30 14:07:51.588 INFO STEP 99 (remove_files) COMPLETE |
4443 | 2024-10-30T14:07:52.277Z | [ recovery-image] Oct 30 14:07:51.588 INFO O| Oct 30 14:07:51.588 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-10-30T14:07:52.312Z | [ recovery-image] Oct 30 14:07:51.625 INFO O| Oct 30 14:07:51.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4445 | 2024-10-30T14:07:52.336Z | [ recovery-image] Oct 30 14:07:51.648 INFO O| Oct 30 14:07:51.648 INFO STEP 100 (remove_files) COMPLETE |
4446 | 2024-10-30T14:07:52.336Z | [ recovery-image] Oct 30 14:07:51.648 INFO O| Oct 30 14:07:51.648 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-10-30T14:07:52.371Z | [ recovery-image] Oct 30 14:07:51.683 INFO O| Oct 30 14:07:51.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4448 | 2024-10-30T14:07:52.371Z | [ recovery-image] Oct 30 14:07:51.684 INFO O| Oct 30 14:07:51.683 INFO STEP 101 (remove_files) COMPLETE |
4449 | 2024-10-30T14:07:52.373Z | [ recovery-image] Oct 30 14:07:51.684 INFO O| Oct 30 14:07:51.683 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-10-30T14:07:52.437Z | [ recovery-image] Oct 30 14:07:51.749 INFO O| Oct 30 14:07:51.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4451 | 2024-10-30T14:07:52.437Z | [ recovery-image] Oct 30 14:07:51.749 INFO O| Oct 30 14:07:51.749 INFO STEP 102 (remove_files) COMPLETE |
4452 | 2024-10-30T14:07:52.437Z | [ recovery-image] Oct 30 14:07:51.749 INFO O| Oct 30 14:07:51.749 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-10-30T14:07:52.455Z | [ recovery-image] Oct 30 14:07:51.768 INFO O| Oct 30 14:07:51.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4454 | 2024-10-30T14:07:52.480Z | [ recovery-image] Oct 30 14:07:51.792 INFO O| Oct 30 14:07:51.792 INFO STEP 103 (remove_files) COMPLETE |
4455 | 2024-10-30T14:07:52.480Z | [ recovery-image] Oct 30 14:07:51.792 INFO O| Oct 30 14:07:51.792 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-10-30T14:07:52.516Z | [ recovery-image] Oct 30 14:07:51.829 INFO O| Oct 30 14:07:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4457 | 2024-10-30T14:07:52.518Z | [ recovery-image] Oct 30 14:07:51.829 INFO O| Oct 30 14:07:51.829 INFO STEP 104 (remove_files) COMPLETE |
4458 | 2024-10-30T14:07:52.518Z | [ recovery-image] Oct 30 14:07:51.829 INFO O| Oct 30 14:07:51.829 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-10-30T14:07:52.552Z | [ recovery-image] Oct 30 14:07:51.865 INFO O| Oct 30 14:07:51.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4460 | 2024-10-30T14:07:52.555Z | [ recovery-image] Oct 30 14:07:51.865 INFO O| Oct 30 14:07:51.865 INFO STEP 105 (remove_files) COMPLETE |
4461 | 2024-10-30T14:07:52.555Z | [ recovery-image] Oct 30 14:07:51.865 INFO O| Oct 30 14:07:51.865 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-10-30T14:07:52.586Z | [ recovery-image] Oct 30 14:07:51.898 INFO O| Oct 30 14:07:51.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4463 | 2024-10-30T14:07:52.586Z | [ recovery-image] Oct 30 14:07:51.898 INFO O| Oct 30 14:07:51.898 INFO STEP 106 (remove_files) COMPLETE |
4464 | 2024-10-30T14:07:52.586Z | [ recovery-image] Oct 30 14:07:51.898 INFO O| Oct 30 14:07:51.898 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-10-30T14:07:52.603Z | [ recovery-image] Oct 30 14:07:51.916 INFO O| Oct 30 14:07:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4466 | 2024-10-30T14:07:52.603Z | [ recovery-image] Oct 30 14:07:51.916 INFO O| Oct 30 14:07:51.916 INFO STEP 107 (remove_files) COMPLETE |
4467 | 2024-10-30T14:07:52.606Z | [ recovery-image] Oct 30 14:07:51.916 INFO O| Oct 30 14:07:51.916 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-10-30T14:07:52.631Z | [ recovery-image] Oct 30 14:07:51.943 INFO O| Oct 30 14:07:51.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4469 | 2024-10-30T14:07:52.631Z | [ recovery-image] Oct 30 14:07:51.943 INFO O| Oct 30 14:07:51.943 INFO STEP 108 (remove_files) COMPLETE |
4470 | 2024-10-30T14:07:52.631Z | [ recovery-image] Oct 30 14:07:51.943 INFO O| Oct 30 14:07:51.943 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-10-30T14:07:52.649Z | [ recovery-image] Oct 30 14:07:51.961 INFO O| Oct 30 14:07:51.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4472 | 2024-10-30T14:07:52.649Z | [ recovery-image] Oct 30 14:07:51.961 INFO O| Oct 30 14:07:51.961 INFO STEP 109 (remove_files) COMPLETE |
4473 | 2024-10-30T14:07:52.651Z | [ recovery-image] Oct 30 14:07:51.961 INFO O| Oct 30 14:07:51.961 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-10-30T14:07:52.666Z | [ recovery-image] Oct 30 14:07:51.979 INFO O| Oct 30 14:07:51.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4475 | 2024-10-30T14:07:52.666Z | [ recovery-image] Oct 30 14:07:51.979 INFO O| Oct 30 14:07:51.979 INFO STEP 110 (remove_files) COMPLETE |
4476 | 2024-10-30T14:07:52.666Z | [ recovery-image] Oct 30 14:07:51.979 INFO O| Oct 30 14:07:51.979 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-10-30T14:07:52.684Z | [ recovery-image] Oct 30 14:07:51.996 INFO O| Oct 30 14:07:51.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4478 | 2024-10-30T14:07:52.686Z | [ recovery-image] Oct 30 14:07:51.996 INFO O| Oct 30 14:07:51.996 INFO STEP 111 (remove_files) COMPLETE |
4479 | 2024-10-30T14:07:52.686Z | [ recovery-image] Oct 30 14:07:51.996 INFO O| Oct 30 14:07:51.996 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-10-30T14:07:52.706Z | [ recovery-image] Oct 30 14:07:52.018 INFO O| Oct 30 14:07:52.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4481 | 2024-10-30T14:07:52.715Z | [ recovery-image] Oct 30 14:07:52.028 INFO O| Oct 30 14:07:52.028 INFO STEP 112 (remove_files) COMPLETE |
4482 | 2024-10-30T14:07:52.715Z | [ recovery-image] Oct 30 14:07:52.028 INFO O| Oct 30 14:07:52.028 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-10-30T14:07:52.747Z | [ recovery-image] Oct 30 14:07:52.060 INFO O| Oct 30 14:07:52.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4484 | 2024-10-30T14:07:52.747Z | [ recovery-image] Oct 30 14:07:52.060 INFO O| Oct 30 14:07:52.060 INFO STEP 113 (remove_files) COMPLETE |
4485 | 2024-10-30T14:07:52.747Z | [ recovery-image] Oct 30 14:07:52.060 INFO O| Oct 30 14:07:52.060 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-10-30T14:07:52.787Z | [ recovery-image] Oct 30 14:07:52.100 INFO O| Oct 30 14:07:52.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4487 | 2024-10-30T14:07:52.787Z | [ recovery-image] Oct 30 14:07:52.100 INFO O| Oct 30 14:07:52.100 INFO STEP 114 (remove_files) COMPLETE |
4488 | 2024-10-30T14:07:52.787Z | [ recovery-image] Oct 30 14:07:52.100 INFO O| Oct 30 14:07:52.100 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-10-30T14:07:52.816Z | [ recovery-image] Oct 30 14:07:52.128 INFO O| Oct 30 14:07:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4490 | 2024-10-30T14:07:52.816Z | [ recovery-image] Oct 30 14:07:52.129 INFO O| Oct 30 14:07:52.128 INFO STEP 115 (remove_files) COMPLETE |
4491 | 2024-10-30T14:07:52.818Z | [ recovery-image] Oct 30 14:07:52.129 INFO O| Oct 30 14:07:52.129 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-10-30T14:07:52.834Z | [ recovery-image] Oct 30 14:07:52.146 INFO O| Oct 30 14:07:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4493 | 2024-10-30T14:07:52.834Z | [ recovery-image] Oct 30 14:07:52.147 INFO O| Oct 30 14:07:52.146 INFO STEP 116 (remove_files) COMPLETE |
4494 | 2024-10-30T14:07:52.836Z | [ recovery-image] Oct 30 14:07:52.147 INFO O| Oct 30 14:07:52.147 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-10-30T14:07:52.886Z | [ recovery-image] Oct 30 14:07:52.199 INFO O| Oct 30 14:07:52.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4496 | 2024-10-30T14:07:52.888Z | [ recovery-image] Oct 30 14:07:52.199 INFO O| Oct 30 14:07:52.199 INFO STEP 117 (remove_files) COMPLETE |
4497 | 2024-10-30T14:07:52.888Z | [ recovery-image] Oct 30 14:07:52.199 INFO O| Oct 30 14:07:52.199 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-10-30T14:07:52.937Z | [ recovery-image] Oct 30 14:07:52.250 INFO O| Oct 30 14:07:52.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4499 | 2024-10-30T14:07:52.940Z | [ recovery-image] Oct 30 14:07:52.250 INFO O| Oct 30 14:07:52.250 INFO STEP 118 (remove_files) COMPLETE |
4500 | 2024-10-30T14:07:52.940Z | [ recovery-image] Oct 30 14:07:52.250 INFO O| Oct 30 14:07:52.250 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-10-30T14:07:52.955Z | [ recovery-image] Oct 30 14:07:52.268 INFO O| Oct 30 14:07:52.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4502 | 2024-10-30T14:07:52.955Z | [ recovery-image] Oct 30 14:07:52.268 INFO O| Oct 30 14:07:52.268 INFO STEP 119 (remove_files) COMPLETE |
4503 | 2024-10-30T14:07:52.955Z | [ recovery-image] Oct 30 14:07:52.268 INFO O| Oct 30 14:07:52.268 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-10-30T14:07:52.973Z | [ recovery-image] Oct 30 14:07:52.286 INFO O| Oct 30 14:07:52.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4505 | 2024-10-30T14:07:52.976Z | [ recovery-image] Oct 30 14:07:52.286 INFO O| Oct 30 14:07:52.286 INFO STEP 120 (remove_files) COMPLETE |
4506 | 2024-10-30T14:07:52.976Z | [ recovery-image] Oct 30 14:07:52.286 INFO O| Oct 30 14:07:52.286 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-10-30T14:07:53.003Z | [ recovery-image] Oct 30 14:07:52.315 INFO O| Oct 30 14:07:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4508 | 2024-10-30T14:07:53.003Z | [ recovery-image] Oct 30 14:07:52.315 INFO O| Oct 30 14:07:52.315 INFO STEP 121 (remove_files) COMPLETE |
4509 | 2024-10-30T14:07:53.003Z | [ recovery-image] Oct 30 14:07:52.315 INFO O| Oct 30 14:07:52.315 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-10-30T14:07:53.022Z | [ recovery-image] Oct 30 14:07:52.334 INFO O| Oct 30 14:07:52.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4511 | 2024-10-30T14:07:53.022Z | [ recovery-image] Oct 30 14:07:52.335 INFO O| Oct 30 14:07:52.335 INFO STEP 122 (remove_files) COMPLETE |
4512 | 2024-10-30T14:07:53.022Z | [ recovery-image] Oct 30 14:07:52.335 INFO O| Oct 30 14:07:52.335 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-10-30T14:07:53.097Z | [ recovery-image] Oct 30 14:07:52.410 INFO O| Oct 30 14:07:52.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4514 | 2024-10-30T14:07:53.100Z | [ recovery-image] Oct 30 14:07:52.410 INFO O| Oct 30 14:07:52.410 INFO STEP 123 (remove_files) COMPLETE |
4515 | 2024-10-30T14:07:53.100Z | [ recovery-image] Oct 30 14:07:52.410 INFO O| Oct 30 14:07:52.410 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-10-30T14:07:53.136Z | [ recovery-image] Oct 30 14:07:52.448 INFO O| Oct 30 14:07:52.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4517 | 2024-10-30T14:07:53.136Z | [ recovery-image] Oct 30 14:07:52.448 INFO O| Oct 30 14:07:52.448 INFO STEP 124 (remove_files) COMPLETE |
4518 | 2024-10-30T14:07:53.140Z | [ recovery-image] Oct 30 14:07:52.448 INFO O| Oct 30 14:07:52.448 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-10-30T14:07:53.155Z | [ recovery-image] Oct 30 14:07:52.468 INFO O| Oct 30 14:07:52.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4520 | 2024-10-30T14:07:53.155Z | [ recovery-image] Oct 30 14:07:52.468 INFO O| Oct 30 14:07:52.468 INFO STEP 125 (remove_files) COMPLETE |
4521 | 2024-10-30T14:07:53.158Z | [ recovery-image] Oct 30 14:07:52.468 INFO O| Oct 30 14:07:52.468 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-10-30T14:07:53.174Z | [ recovery-image] Oct 30 14:07:52.486 INFO O| Oct 30 14:07:52.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4523 | 2024-10-30T14:07:53.174Z | [ recovery-image] Oct 30 14:07:52.486 INFO O| Oct 30 14:07:52.486 INFO STEP 126 (remove_files) COMPLETE |
4524 | 2024-10-30T14:07:53.174Z | [ recovery-image] Oct 30 14:07:52.486 INFO O| Oct 30 14:07:52.486 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-10-30T14:07:53.191Z | [ recovery-image] Oct 30 14:07:52.503 INFO O| Oct 30 14:07:52.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4526 | 2024-10-30T14:07:53.191Z | [ recovery-image] Oct 30 14:07:52.503 INFO O| Oct 30 14:07:52.503 INFO STEP 127 (remove_files) COMPLETE |
4527 | 2024-10-30T14:07:53.191Z | [ recovery-image] Oct 30 14:07:52.503 INFO O| Oct 30 14:07:52.503 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-10-30T14:07:53.206Z | [ recovery-image] Oct 30 14:07:52.518 INFO O| Oct 30 14:07:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4529 | 2024-10-30T14:07:53.206Z | [ recovery-image] Oct 30 14:07:52.518 INFO O| Oct 30 14:07:52.518 INFO STEP 128 (remove_files) COMPLETE |
4530 | 2024-10-30T14:07:53.206Z | [ recovery-image] Oct 30 14:07:52.519 INFO O| Oct 30 14:07:52.518 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-10-30T14:07:53.264Z | [ recovery-image] Oct 30 14:07:52.576 INFO O| Oct 30 14:07:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4532 | 2024-10-30T14:07:53.264Z | [ recovery-image] Oct 30 14:07:52.576 INFO O| Oct 30 14:07:52.576 INFO STEP 129 (remove_files) COMPLETE |
4533 | 2024-10-30T14:07:53.264Z | [ recovery-image] Oct 30 14:07:52.576 INFO O| Oct 30 14:07:52.576 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-10-30T14:07:53.305Z | [ recovery-image] Oct 30 14:07:52.618 INFO O| Oct 30 14:07:52.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4535 | 2024-10-30T14:07:53.308Z | [ recovery-image] Oct 30 14:07:52.618 INFO O| Oct 30 14:07:52.618 INFO STEP 130 (remove_files) COMPLETE |
4536 | 2024-10-30T14:07:53.308Z | [ recovery-image] Oct 30 14:07:52.618 INFO O| Oct 30 14:07:52.618 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-10-30T14:07:53.326Z | [ recovery-image] Oct 30 14:07:52.638 INFO O| Oct 30 14:07:52.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4538 | 2024-10-30T14:07:53.326Z | [ recovery-image] Oct 30 14:07:52.638 INFO O| Oct 30 14:07:52.638 INFO STEP 131 (remove_files) COMPLETE |
4539 | 2024-10-30T14:07:53.326Z | [ recovery-image] Oct 30 14:07:52.638 INFO O| Oct 30 14:07:52.638 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-10-30T14:07:53.344Z | [ recovery-image] Oct 30 14:07:52.656 INFO O| Oct 30 14:07:52.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4541 | 2024-10-30T14:07:53.344Z | [ recovery-image] Oct 30 14:07:52.656 INFO O| Oct 30 14:07:52.656 INFO STEP 132 (remove_files) COMPLETE |
4542 | 2024-10-30T14:07:53.344Z | [ recovery-image] Oct 30 14:07:52.656 INFO O| Oct 30 14:07:52.656 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-10-30T14:07:53.376Z | [ recovery-image] Oct 30 14:07:52.688 INFO O| Oct 30 14:07:52.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4544 | 2024-10-30T14:07:53.376Z | [ recovery-image] Oct 30 14:07:52.688 INFO O| Oct 30 14:07:52.688 INFO STEP 133 (remove_files) COMPLETE |
4545 | 2024-10-30T14:07:53.376Z | [ recovery-image] Oct 30 14:07:52.688 INFO O| Oct 30 14:07:52.688 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-10-30T14:07:53.396Z | [ recovery-image] Oct 30 14:07:52.708 INFO O| Oct 30 14:07:52.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4547 | 2024-10-30T14:07:53.396Z | [ recovery-image] Oct 30 14:07:52.708 INFO O| Oct 30 14:07:52.708 INFO STEP 134 (remove_files) COMPLETE |
4548 | 2024-10-30T14:07:53.398Z | [ recovery-image] Oct 30 14:07:52.708 INFO O| Oct 30 14:07:52.708 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-10-30T14:07:53.414Z | [ recovery-image] Oct 30 14:07:52.727 INFO O| Oct 30 14:07:52.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4550 | 2024-10-30T14:07:53.435Z | [ recovery-image] Oct 30 14:07:52.748 INFO O| Oct 30 14:07:52.748 INFO STEP 135 (remove_files) COMPLETE |
4551 | 2024-10-30T14:07:53.435Z | [ recovery-image] Oct 30 14:07:52.748 INFO O| Oct 30 14:07:52.748 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-10-30T14:07:53.463Z | [ recovery-image] Oct 30 14:07:52.775 INFO O| Oct 30 14:07:52.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4553 | 2024-10-30T14:07:53.466Z | [ recovery-image] Oct 30 14:07:52.775 INFO O| Oct 30 14:07:52.775 INFO STEP 136 (remove_files) COMPLETE |
4554 | 2024-10-30T14:07:53.466Z | [ recovery-image] Oct 30 14:07:52.775 INFO O| Oct 30 14:07:52.775 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-10-30T14:07:53.480Z | [ recovery-image] Oct 30 14:07:52.793 INFO O| Oct 30 14:07:52.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4556 | 2024-10-30T14:07:53.483Z | [ recovery-image] Oct 30 14:07:52.793 INFO O| Oct 30 14:07:52.793 INFO STEP 137 (remove_files) COMPLETE |
4557 | 2024-10-30T14:07:53.483Z | [ recovery-image] Oct 30 14:07:52.793 INFO O| Oct 30 14:07:52.793 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-10-30T14:07:53.497Z | [ recovery-image] Oct 30 14:07:52.809 INFO O| Oct 30 14:07:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4559 | 2024-10-30T14:07:53.500Z | [ recovery-image] Oct 30 14:07:52.810 INFO O| Oct 30 14:07:52.810 INFO STEP 138 (remove_files) COMPLETE |
4560 | 2024-10-30T14:07:53.500Z | [ recovery-image] Oct 30 14:07:52.810 INFO O| Oct 30 14:07:52.810 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-10-30T14:07:53.514Z | [ recovery-image] Oct 30 14:07:52.827 INFO O| Oct 30 14:07:52.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4562 | 2024-10-30T14:07:53.517Z | [ recovery-image] Oct 30 14:07:52.827 INFO O| Oct 30 14:07:52.827 INFO STEP 139 (remove_files) COMPLETE |
4563 | 2024-10-30T14:07:53.517Z | [ recovery-image] Oct 30 14:07:52.827 INFO O| Oct 30 14:07:52.827 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-10-30T14:07:53.532Z | [ recovery-image] Oct 30 14:07:52.845 INFO O| Oct 30 14:07:52.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4565 | 2024-10-30T14:07:53.532Z | [ recovery-image] Oct 30 14:07:52.845 INFO O| Oct 30 14:07:52.845 INFO STEP 140 (remove_files) COMPLETE |
4566 | 2024-10-30T14:07:53.532Z | [ recovery-image] Oct 30 14:07:52.845 INFO O| Oct 30 14:07:52.845 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-10-30T14:07:53.570Z | [ recovery-image] Oct 30 14:07:52.881 INFO O| Oct 30 14:07:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4568 | 2024-10-30T14:07:53.570Z | [ recovery-image] Oct 30 14:07:52.881 INFO O| Oct 30 14:07:52.881 INFO STEP 141 (remove_files) COMPLETE |
4569 | 2024-10-30T14:07:53.570Z | [ recovery-image] Oct 30 14:07:52.882 INFO O| Oct 30 14:07:52.881 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-10-30T14:07:53.605Z | [ recovery-image] Oct 30 14:07:52.917 INFO O| Oct 30 14:07:52.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4571 | 2024-10-30T14:07:53.615Z | [ recovery-image] Oct 30 14:07:52.919 INFO O| Oct 30 14:07:52.919 INFO STEP 142 (remove_files) COMPLETE |
4572 | 2024-10-30T14:07:53.615Z | [ recovery-image] Oct 30 14:07:52.919 INFO O| Oct 30 14:07:52.919 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-10-30T14:07:53.689Z | [ recovery-image] Oct 30 14:07:53.002 INFO O| Oct 30 14:07:53.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4574 | 2024-10-30T14:07:53.693Z | [ recovery-image] Oct 30 14:07:53.002 INFO O| Oct 30 14:07:53.002 INFO STEP 143 (remove_files) COMPLETE |
4575 | 2024-10-30T14:07:53.693Z | [ recovery-image] Oct 30 14:07:53.002 INFO O| Oct 30 14:07:53.002 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-10-30T14:07:53.709Z | [ host-image] Oct 30 14:07:53.021 INFO O| Oct 30 14:07:53.021 INFO O| Planning: Solver setup ... Done |
4577 | 2024-10-30T14:07:53.716Z | [ host-image] Oct 30 14:07:53.028 INFO O| Oct 30 14:07:53.028 INFO O| Planning: Running solver ... Done |
4578 | 2024-10-30T14:07:53.723Z | [ recovery-image] Oct 30 14:07:53.036 INFO O| Oct 30 14:07:53.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4579 | 2024-10-30T14:07:53.724Z | [ recovery-image] Oct 30 14:07:53.036 INFO O| Oct 30 14:07:53.036 INFO STEP 144 (remove_files) COMPLETE |
4580 | 2024-10-30T14:07:53.727Z | [ recovery-image] Oct 30 14:07:53.036 INFO O| Oct 30 14:07:53.036 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-10-30T14:07:53.745Z | [ recovery-image] Oct 30 14:07:53.058 INFO O| Oct 30 14:07:53.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4582 | 2024-10-30T14:07:53.773Z | [ recovery-image] Oct 30 14:07:53.085 INFO O| Oct 30 14:07:53.085 INFO STEP 145 (remove_files) COMPLETE |
4583 | 2024-10-30T14:07:53.773Z | [ recovery-image] Oct 30 14:07:53.085 INFO O| Oct 30 14:07:53.085 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-10-30T14:07:53.806Z | [ recovery-image] Oct 30 14:07:53.118 INFO O| Oct 30 14:07:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4585 | 2024-10-30T14:07:53.809Z | [ recovery-image] Oct 30 14:07:53.118 INFO O| Oct 30 14:07:53.118 INFO STEP 146 (remove_files) COMPLETE |
4586 | 2024-10-30T14:07:53.809Z | [ recovery-image] Oct 30 14:07:53.118 INFO O| Oct 30 14:07:53.118 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-10-30T14:07:53.811Z | [ host-image] Oct 30 14:07:53.122 INFO O| Oct 30 14:07:53.122 INFO O| Planning: Finding local manifests ... Done |
4588 | 2024-10-30T14:07:53.814Z | [ host-image] Oct 30 14:07:53.124 INFO O| Oct 30 14:07:53.124 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4589 | 2024-10-30T14:07:53.834Z | [ recovery-image] Oct 30 14:07:53.146 INFO O| Oct 30 14:07:53.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4590 | 2024-10-30T14:07:53.835Z | [ recovery-image] Oct 30 14:07:53.146 INFO O| Oct 30 14:07:53.146 INFO STEP 147 (remove_files) COMPLETE |
4591 | 2024-10-30T14:07:53.835Z | [ recovery-image] Oct 30 14:07:53.146 INFO O| Oct 30 14:07:53.146 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-10-30T14:07:53.854Z | [ recovery-image] Oct 30 14:07:53.167 INFO O| Oct 30 14:07:53.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4593 | 2024-10-30T14:07:53.857Z | [ recovery-image] Oct 30 14:07:53.167 INFO O| Oct 30 14:07:53.167 INFO STEP 148 (remove_files) COMPLETE |
4594 | 2024-10-30T14:07:53.857Z | [ recovery-image] Oct 30 14:07:53.167 INFO O| Oct 30 14:07:53.167 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-10-30T14:07:53.934Z | [ recovery-image] Oct 30 14:07:53.247 INFO O| Oct 30 14:07:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4596 | 2024-10-30T14:07:53.934Z | [ recovery-image] Oct 30 14:07:53.247 INFO O| Oct 30 14:07:53.247 INFO STEP 149 (remove_files) COMPLETE |
4597 | 2024-10-30T14:07:53.937Z | [ recovery-image] Oct 30 14:07:53.247 INFO O| Oct 30 14:07:53.247 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-10-30T14:07:53.971Z | [ recovery-image] Oct 30 14:07:53.283 INFO O| Oct 30 14:07:53.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4599 | 2024-10-30T14:07:53.971Z | [ recovery-image] Oct 30 14:07:53.283 INFO O| Oct 30 14:07:53.283 INFO STEP 150 (remove_files) COMPLETE |
4600 | 2024-10-30T14:07:53.974Z | [ recovery-image] Oct 30 14:07:53.284 INFO O| Oct 30 14:07:53.283 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-10-30T14:07:54.015Z | [ recovery-image] Oct 30 14:07:53.327 INFO O| Oct 30 14:07:53.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4602 | 2024-10-30T14:07:54.015Z | [ recovery-image] Oct 30 14:07:53.327 INFO O| Oct 30 14:07:53.327 INFO STEP 151 (remove_files) COMPLETE |
4603 | 2024-10-30T14:07:54.015Z | [ recovery-image] Oct 30 14:07:53.327 INFO O| Oct 30 14:07:53.327 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-10-30T14:07:54.033Z | [ recovery-image] Oct 30 14:07:53.346 INFO O| Oct 30 14:07:53.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4605 | 2024-10-30T14:07:54.033Z | [ recovery-image] Oct 30 14:07:53.346 INFO O| Oct 30 14:07:53.346 INFO STEP 152 (remove_files) COMPLETE |
4606 | 2024-10-30T14:07:54.033Z | [ recovery-image] Oct 30 14:07:53.346 INFO O| Oct 30 14:07:53.346 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-10-30T14:07:54.058Z | [ recovery-image] Oct 30 14:07:53.371 INFO O| Oct 30 14:07:53.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4608 | 2024-10-30T14:07:54.059Z | [ recovery-image] Oct 30 14:07:53.371 INFO O| Oct 30 14:07:53.371 INFO STEP 153 (remove_files) COMPLETE |
4609 | 2024-10-30T14:07:54.059Z | [ recovery-image] Oct 30 14:07:53.371 INFO O| Oct 30 14:07:53.371 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-10-30T14:07:54.173Z | [ recovery-image] Oct 30 14:07:53.485 INFO O| Oct 30 14:07:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4611 | 2024-10-30T14:07:54.173Z | [ recovery-image] Oct 30 14:07:53.486 INFO O| Oct 30 14:07:53.486 INFO STEP 154 (remove_files) COMPLETE |
4612 | 2024-10-30T14:07:54.173Z | [ recovery-image] Oct 30 14:07:53.486 INFO O| Oct 30 14:07:53.486 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-10-30T14:07:54.175Z | [ host-image] Oct 30 14:07:53.487 INFO O| Oct 30 14:07:53.487 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4614 | 2024-10-30T14:07:54.232Z | [ host-image] Oct 30 14:07:53.544 INFO O| Oct 30 14:07:53.544 INFO O| Planning: Package planning ... Done |
4615 | 2024-10-30T14:07:54.251Z | [ recovery-image] Oct 30 14:07:53.563 INFO O| Oct 30 14:07:53.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4616 | 2024-10-30T14:07:54.251Z | [ recovery-image] Oct 30 14:07:53.563 INFO O| Oct 30 14:07:53.563 INFO STEP 155 (remove_files) COMPLETE |
4617 | 2024-10-30T14:07:54.251Z | [ recovery-image] Oct 30 14:07:53.563 INFO O| Oct 30 14:07:53.563 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-10-30T14:07:54.267Z | [ recovery-image] Oct 30 14:07:53.579 INFO O| Oct 30 14:07:53.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4619 | 2024-10-30T14:07:54.267Z | [ recovery-image] Oct 30 14:07:53.579 INFO O| Oct 30 14:07:53.579 INFO STEP 156 (remove_files) COMPLETE |
4620 | 2024-10-30T14:07:54.267Z | [ recovery-image] Oct 30 14:07:53.579 INFO O| Oct 30 14:07:53.579 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-10-30T14:07:54.295Z | [ host-image] Oct 30 14:07:53.608 INFO O| Oct 30 14:07:53.608 INFO O| Planning: Merging actions ... Done |
4622 | 2024-10-30T14:07:54.429Z | [ recovery-image] Oct 30 14:07:53.741 INFO O| Oct 30 14:07:53.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4623 | 2024-10-30T14:07:54.434Z | [ recovery-image] Oct 30 14:07:53.741 INFO O| Oct 30 14:07:53.741 INFO STEP 157 (remove_files) COMPLETE |
4624 | 2024-10-30T14:07:54.434Z | [ recovery-image] Oct 30 14:07:53.742 INFO O| Oct 30 14:07:53.742 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-10-30T14:07:54.467Z | [ host-image] Oct 30 14:07:53.780 INFO O| Oct 30 14:07:53.780 INFO O| Planning: Checking for conflicting actions ... Done |
4626 | 2024-10-30T14:07:54.474Z | [ host-image] Oct 30 14:07:53.787 INFO O| Oct 30 14:07:53.787 INFO O| Planning: Consolidating action changes ... Done |
4627 | 2024-10-30T14:07:54.509Z | [ recovery-image] Oct 30 14:07:53.821 INFO O| Oct 30 14:07:53.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4628 | 2024-10-30T14:07:54.509Z | [ recovery-image] Oct 30 14:07:53.821 INFO O| Oct 30 14:07:53.821 INFO STEP 158 (remove_files) COMPLETE |
4629 | 2024-10-30T14:07:54.509Z | [ recovery-image] Oct 30 14:07:53.821 INFO O| Oct 30 14:07:53.821 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-10-30T14:07:54.529Z | [ recovery-image] Oct 30 14:07:53.842 INFO O| Oct 30 14:07:53.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4631 | 2024-10-30T14:07:54.529Z | [ recovery-image] Oct 30 14:07:53.842 INFO O| Oct 30 14:07:53.842 INFO STEP 159 (remove_files) COMPLETE |
4632 | 2024-10-30T14:07:54.531Z | [ recovery-image] Oct 30 14:07:53.842 INFO O| Oct 30 14:07:53.842 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-10-30T14:07:54.549Z | [ recovery-image] Oct 30 14:07:53.861 INFO O| Oct 30 14:07:53.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4634 | 2024-10-30T14:07:54.549Z | [ recovery-image] Oct 30 14:07:53.861 INFO O| Oct 30 14:07:53.861 INFO STEP 160 (remove_files) COMPLETE |
4635 | 2024-10-30T14:07:54.549Z | [ recovery-image] Oct 30 14:07:53.861 INFO O| Oct 30 14:07:53.861 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-10-30T14:07:54.587Z | [ recovery-image] Oct 30 14:07:53.900 INFO O| Oct 30 14:07:53.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4637 | 2024-10-30T14:07:54.587Z | [ recovery-image] Oct 30 14:07:53.900 INFO O| Oct 30 14:07:53.900 INFO STEP 161 (remove_files) COMPLETE |
4638 | 2024-10-30T14:07:54.587Z | [ recovery-image] Oct 30 14:07:53.900 INFO O| Oct 30 14:07:53.900 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-10-30T14:07:54.609Z | [ recovery-image] Oct 30 14:07:53.922 INFO O| Oct 30 14:07:53.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4640 | 2024-10-30T14:07:54.609Z | [ recovery-image] Oct 30 14:07:53.922 INFO O| Oct 30 14:07:53.922 INFO STEP 162 (remove_files) COMPLETE |
4641 | 2024-10-30T14:07:54.611Z | [ recovery-image] Oct 30 14:07:53.922 INFO O| Oct 30 14:07:53.922 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-10-30T14:07:54.630Z | [ recovery-image] Oct 30 14:07:53.943 INFO O| Oct 30 14:07:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4643 | 2024-10-30T14:07:54.630Z | [ recovery-image] Oct 30 14:07:53.943 INFO O| Oct 30 14:07:53.943 INFO STEP 163 (remove_files) COMPLETE |
4644 | 2024-10-30T14:07:54.633Z | [ recovery-image] Oct 30 14:07:53.943 INFO O| Oct 30 14:07:53.943 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-10-30T14:07:54.668Z | [ recovery-image] Oct 30 14:07:53.981 INFO O| Oct 30 14:07:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4646 | 2024-10-30T14:07:54.668Z | [ recovery-image] Oct 30 14:07:53.981 INFO O| Oct 30 14:07:53.981 INFO STEP 164 (remove_files) COMPLETE |
4647 | 2024-10-30T14:07:54.668Z | [ recovery-image] Oct 30 14:07:53.981 INFO O| Oct 30 14:07:53.981 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-10-30T14:07:54.721Z | [ recovery-image] Oct 30 14:07:54.033 INFO O| Oct 30 14:07:54.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4649 | 2024-10-30T14:07:54.721Z | [ recovery-image] Oct 30 14:07:54.033 INFO O| Oct 30 14:07:54.033 INFO STEP 165 (remove_files) COMPLETE |
4650 | 2024-10-30T14:07:54.721Z | [ recovery-image] Oct 30 14:07:54.033 INFO O| Oct 30 14:07:54.033 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-10-30T14:07:54.742Z | [ recovery-image] Oct 30 14:07:54.055 INFO O| Oct 30 14:07:54.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4652 | 2024-10-30T14:07:54.764Z | [ recovery-image] Oct 30 14:07:54.076 INFO O| Oct 30 14:07:54.076 INFO STEP 166 (remove_files) COMPLETE |
4653 | 2024-10-30T14:07:54.764Z | [ recovery-image] Oct 30 14:07:54.076 INFO O| Oct 30 14:07:54.076 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-10-30T14:07:54.796Z | [ recovery-image] Oct 30 14:07:54.108 INFO O| Oct 30 14:07:54.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4655 | 2024-10-30T14:07:54.796Z | [ recovery-image] Oct 30 14:07:54.108 INFO O| Oct 30 14:07:54.108 INFO STEP 167 (remove_files) COMPLETE |
4656 | 2024-10-30T14:07:54.796Z | [ host-image] Oct 30 14:07:54.108 INFO O| Oct 30 14:07:54.108 INFO O| Planning: Evaluating mediators ... Done |
4657 | 2024-10-30T14:07:54.796Z | [ recovery-image] Oct 30 14:07:54.108 INFO O| Oct 30 14:07:54.108 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-10-30T14:07:54.802Z | [ host-image] Oct 30 14:07:54.115 INFO O| Oct 30 14:07:54.114 INFO O| Planning: Planning completed in 4.88 seconds |
4659 | 2024-10-30T14:07:54.805Z | [ host-image] Oct 30 14:07:54.117 INFO O| Oct 30 14:07:54.117 INFO O| Packages to install: 6 |
4660 | 2024-10-30T14:07:54.805Z | [ host-image] Oct 30 14:07:54.117 INFO O| Oct 30 14:07:54.117 INFO O| Mediators to change: 1 |
4661 | 2024-10-30T14:07:54.805Z | [ host-image] Oct 30 14:07:54.117 INFO O| Oct 30 14:07:54.117 INFO O| Services to change: 1 |
4662 | 2024-10-30T14:07:54.825Z | [ recovery-image] Oct 30 14:07:54.138 INFO O| Oct 30 14:07:54.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4663 | 2024-10-30T14:07:54.826Z | [ recovery-image] Oct 30 14:07:54.138 INFO O| Oct 30 14:07:54.138 INFO STEP 168 (remove_files) COMPLETE |
4664 | 2024-10-30T14:07:54.826Z | [ recovery-image] Oct 30 14:07:54.138 INFO O| Oct 30 14:07:54.138 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-10-30T14:07:54.828Z | [ host-image] Oct 30 14:07:54.140 INFO O| Oct 30 14:07:54.140 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4666 | 2024-10-30T14:07:54.871Z | [ recovery-image] Oct 30 14:07:54.184 INFO O| Oct 30 14:07:54.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4667 | 2024-10-30T14:07:54.871Z | [ recovery-image] Oct 30 14:07:54.184 INFO O| Oct 30 14:07:54.184 INFO STEP 169 (remove_files) COMPLETE |
4668 | 2024-10-30T14:07:54.871Z | [ recovery-image] Oct 30 14:07:54.184 INFO O| Oct 30 14:07:54.184 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-10-30T14:07:54.939Z | [ recovery-image] Oct 30 14:07:54.252 INFO O| Oct 30 14:07:54.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4670 | 2024-10-30T14:07:54.940Z | [ recovery-image] Oct 30 14:07:54.252 INFO O| Oct 30 14:07:54.252 INFO STEP 170 (remove_files) COMPLETE |
4671 | 2024-10-30T14:07:54.940Z | [ recovery-image] Oct 30 14:07:54.252 INFO O| Oct 30 14:07:54.252 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-10-30T14:07:55.018Z | [ recovery-image] Oct 30 14:07:54.331 INFO O| Oct 30 14:07:54.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4673 | 2024-10-30T14:07:55.018Z | [ recovery-image] Oct 30 14:07:54.331 INFO O| Oct 30 14:07:54.331 INFO STEP 171 (remove_files) COMPLETE |
4674 | 2024-10-30T14:07:55.021Z | [ recovery-image] Oct 30 14:07:54.331 INFO O| Oct 30 14:07:54.331 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-10-30T14:07:55.039Z | [ recovery-image] Oct 30 14:07:54.352 INFO O| Oct 30 14:07:54.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4676 | 2024-10-30T14:07:55.042Z | [ recovery-image] Oct 30 14:07:54.352 INFO O| Oct 30 14:07:54.352 INFO STEP 172 (remove_files) COMPLETE |
4677 | 2024-10-30T14:07:55.042Z | [ recovery-image] Oct 30 14:07:54.352 INFO O| Oct 30 14:07:54.352 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-10-30T14:07:55.064Z | [ recovery-image] Oct 30 14:07:54.376 INFO O| Oct 30 14:07:54.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4679 | 2024-10-30T14:07:55.066Z | [ recovery-image] Oct 30 14:07:54.378 INFO O| Oct 30 14:07:54.378 INFO STEP 173 (remove_files) COMPLETE |
4680 | 2024-10-30T14:07:55.066Z | [ recovery-image] Oct 30 14:07:54.378 INFO O| Oct 30 14:07:54.378 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-10-30T14:07:55.090Z | [ recovery-image] Oct 30 14:07:54.403 INFO O| Oct 30 14:07:54.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4682 | 2024-10-30T14:07:55.093Z | [ recovery-image] Oct 30 14:07:54.403 INFO O| Oct 30 14:07:54.403 INFO STEP 174 (remove_files) COMPLETE |
4683 | 2024-10-30T14:07:55.093Z | [ recovery-image] Oct 30 14:07:54.403 INFO O| Oct 30 14:07:54.403 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-10-30T14:07:55.112Z | [ recovery-image] Oct 30 14:07:54.425 INFO O| Oct 30 14:07:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4685 | 2024-10-30T14:07:55.115Z | [ recovery-image] Oct 30 14:07:54.425 INFO O| Oct 30 14:07:54.425 INFO STEP 175 (remove_files) COMPLETE |
4686 | 2024-10-30T14:07:55.115Z | [ recovery-image] Oct 30 14:07:54.425 INFO O| Oct 30 14:07:54.425 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-10-30T14:07:55.133Z | [ recovery-image] Oct 30 14:07:54.445 INFO O| Oct 30 14:07:54.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4688 | 2024-10-30T14:07:55.136Z | [ recovery-image] Oct 30 14:07:54.446 INFO O| Oct 30 14:07:54.446 INFO STEP 176 (remove_files) COMPLETE |
4689 | 2024-10-30T14:07:55.136Z | [ recovery-image] Oct 30 14:07:54.446 INFO O| Oct 30 14:07:54.446 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-10-30T14:07:55.155Z | [ recovery-image] Oct 30 14:07:54.465 INFO O| Oct 30 14:07:54.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4691 | 2024-10-30T14:07:55.157Z | [ recovery-image] Oct 30 14:07:54.466 INFO O| Oct 30 14:07:54.465 INFO STEP 177 (remove_files) COMPLETE |
4692 | 2024-10-30T14:07:55.157Z | [ recovery-image] Oct 30 14:07:54.466 INFO O| Oct 30 14:07:54.466 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-10-30T14:07:55.172Z | [ recovery-image] Oct 30 14:07:54.485 INFO O| Oct 30 14:07:54.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4694 | 2024-10-30T14:07:55.174Z | [ recovery-image] Oct 30 14:07:54.485 INFO O| Oct 30 14:07:54.485 INFO STEP 178 (remove_files) COMPLETE |
4695 | 2024-10-30T14:07:55.175Z | [ recovery-image] Oct 30 14:07:54.485 INFO O| Oct 30 14:07:54.485 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-10-30T14:07:55.190Z | [ recovery-image] Oct 30 14:07:54.503 INFO O| Oct 30 14:07:54.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4697 | 2024-10-30T14:07:55.192Z | [ recovery-image] Oct 30 14:07:54.503 INFO O| Oct 30 14:07:54.503 INFO STEP 179 (remove_files) COMPLETE |
4698 | 2024-10-30T14:07:55.192Z | [ recovery-image] Oct 30 14:07:54.503 INFO O| Oct 30 14:07:54.503 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-10-30T14:07:55.207Z | [ recovery-image] Oct 30 14:07:54.520 INFO O| Oct 30 14:07:54.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4700 | 2024-10-30T14:07:55.209Z | [ recovery-image] Oct 30 14:07:54.520 INFO O| Oct 30 14:07:54.520 INFO STEP 180 (remove_files) COMPLETE |
4701 | 2024-10-30T14:07:55.209Z | [ recovery-image] Oct 30 14:07:54.520 INFO O| Oct 30 14:07:54.520 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-10-30T14:07:55.225Z | [ recovery-image] Oct 30 14:07:54.537 INFO O| Oct 30 14:07:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4703 | 2024-10-30T14:07:55.227Z | [ recovery-image] Oct 30 14:07:54.537 INFO O| Oct 30 14:07:54.537 INFO STEP 181 (remove_files) COMPLETE |
4704 | 2024-10-30T14:07:55.227Z | [ recovery-image] Oct 30 14:07:54.538 INFO O| Oct 30 14:07:54.537 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-10-30T14:07:55.243Z | [ recovery-image] Oct 30 14:07:54.554 INFO O| Oct 30 14:07:54.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4706 | 2024-10-30T14:07:55.245Z | [ recovery-image] Oct 30 14:07:54.555 INFO O| Oct 30 14:07:54.554 INFO STEP 182 (remove_files) COMPLETE |
4707 | 2024-10-30T14:07:55.245Z | [ recovery-image] Oct 30 14:07:54.555 INFO O| Oct 30 14:07:54.555 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-10-30T14:07:55.271Z | [ recovery-image] Oct 30 14:07:54.583 INFO O| Oct 30 14:07:54.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4709 | 2024-10-30T14:07:55.271Z | [ recovery-image] Oct 30 14:07:54.583 INFO O| Oct 30 14:07:54.583 INFO STEP 183 (remove_files) COMPLETE |
4710 | 2024-10-30T14:07:55.272Z | [ recovery-image] Oct 30 14:07:54.583 INFO O| Oct 30 14:07:54.583 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-10-30T14:07:55.372Z | [ recovery-image] Oct 30 14:07:54.684 INFO O| Oct 30 14:07:54.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4712 | 2024-10-30T14:07:55.372Z | [ recovery-image] Oct 30 14:07:54.684 INFO O| Oct 30 14:07:54.684 INFO STEP 184 (remove_files) COMPLETE |
4713 | 2024-10-30T14:07:55.372Z | [ recovery-image] Oct 30 14:07:54.684 INFO O| Oct 30 14:07:54.684 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-10-30T14:07:55.393Z | [ recovery-image] Oct 30 14:07:54.706 INFO O| Oct 30 14:07:54.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4715 | 2024-10-30T14:07:55.396Z | [ recovery-image] Oct 30 14:07:54.706 INFO O| Oct 30 14:07:54.706 INFO STEP 185 (remove_files) COMPLETE |
4716 | 2024-10-30T14:07:55.396Z | [ recovery-image] Oct 30 14:07:54.706 INFO O| Oct 30 14:07:54.706 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-10-30T14:07:55.414Z | [ recovery-image] Oct 30 14:07:54.726 INFO O| Oct 30 14:07:54.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4718 | 2024-10-30T14:07:55.414Z | [ recovery-image] Oct 30 14:07:54.726 INFO O| Oct 30 14:07:54.726 INFO STEP 186 (remove_files) COMPLETE |
4719 | 2024-10-30T14:07:55.414Z | [ recovery-image] Oct 30 14:07:54.726 INFO O| Oct 30 14:07:54.726 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-10-30T14:07:55.432Z | [ recovery-image] Oct 30 14:07:54.744 INFO O| Oct 30 14:07:54.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4721 | 2024-10-30T14:07:55.432Z | [ recovery-image] Oct 30 14:07:54.744 INFO O| Oct 30 14:07:54.744 INFO STEP 187 (remove_files) COMPLETE |
4722 | 2024-10-30T14:07:55.432Z | [ recovery-image] Oct 30 14:07:54.745 INFO O| Oct 30 14:07:54.744 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-10-30T14:07:55.451Z | [ recovery-image] Oct 30 14:07:54.763 INFO O| Oct 30 14:07:54.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4724 | 2024-10-30T14:07:55.457Z | [ recovery-image] Oct 30 14:07:54.769 INFO O| Oct 30 14:07:54.769 INFO STEP 188 (remove_files) COMPLETE |
4725 | 2024-10-30T14:07:55.457Z | [ recovery-image] Oct 30 14:07:54.769 INFO O| Oct 30 14:07:54.769 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-10-30T14:07:55.480Z | [ recovery-image] Oct 30 14:07:54.793 INFO O| Oct 30 14:07:54.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4727 | 2024-10-30T14:07:55.480Z | [ recovery-image] Oct 30 14:07:54.793 INFO O| Oct 30 14:07:54.793 INFO STEP 189 (remove_files) COMPLETE |
4728 | 2024-10-30T14:07:55.483Z | [ recovery-image] Oct 30 14:07:54.793 INFO O| Oct 30 14:07:54.793 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-10-30T14:07:55.500Z | [ recovery-image] Oct 30 14:07:54.812 INFO O| Oct 30 14:07:54.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4730 | 2024-10-30T14:07:55.502Z | [ recovery-image] Oct 30 14:07:54.812 INFO O| Oct 30 14:07:54.812 INFO STEP 190 (remove_files) COMPLETE |
4731 | 2024-10-30T14:07:55.502Z | [ recovery-image] Oct 30 14:07:54.812 INFO O| Oct 30 14:07:54.812 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-10-30T14:07:55.519Z | [ recovery-image] Oct 30 14:07:54.832 INFO O| Oct 30 14:07:54.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4733 | 2024-10-30T14:07:55.519Z | [ recovery-image] Oct 30 14:07:54.832 INFO O| Oct 30 14:07:54.832 INFO STEP 191 (remove_files) COMPLETE |
4734 | 2024-10-30T14:07:55.522Z | [ recovery-image] Oct 30 14:07:54.832 INFO O| Oct 30 14:07:54.832 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-10-30T14:07:55.539Z | [ recovery-image] Oct 30 14:07:54.851 INFO O| Oct 30 14:07:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4736 | 2024-10-30T14:07:55.539Z | [ recovery-image] Oct 30 14:07:54.851 INFO O| Oct 30 14:07:54.851 INFO STEP 192 (remove_files) COMPLETE |
4737 | 2024-10-30T14:07:55.539Z | [ recovery-image] Oct 30 14:07:54.851 INFO O| Oct 30 14:07:54.851 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-10-30T14:07:55.557Z | [ recovery-image] Oct 30 14:07:54.870 INFO O| Oct 30 14:07:54.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4739 | 2024-10-30T14:07:55.557Z | [ recovery-image] Oct 30 14:07:54.870 INFO O| Oct 30 14:07:54.870 INFO STEP 193 (remove_files) COMPLETE |
4740 | 2024-10-30T14:07:55.559Z | [ recovery-image] Oct 30 14:07:54.870 INFO O| Oct 30 14:07:54.870 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-10-30T14:07:55.576Z | [ recovery-image] Oct 30 14:07:54.888 INFO O| Oct 30 14:07:54.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4742 | 2024-10-30T14:07:55.576Z | [ recovery-image] Oct 30 14:07:54.888 INFO O| Oct 30 14:07:54.888 INFO STEP 194 (remove_files) COMPLETE |
4743 | 2024-10-30T14:07:55.576Z | [ recovery-image] Oct 30 14:07:54.889 INFO O| Oct 30 14:07:54.888 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-10-30T14:07:55.595Z | [ recovery-image] Oct 30 14:07:54.907 INFO O| Oct 30 14:07:54.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4745 | 2024-10-30T14:07:55.595Z | [ recovery-image] Oct 30 14:07:54.907 INFO O| Oct 30 14:07:54.907 INFO STEP 195 (remove_files) COMPLETE |
4746 | 2024-10-30T14:07:55.595Z | [ recovery-image] Oct 30 14:07:54.907 INFO O| Oct 30 14:07:54.907 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-10-30T14:07:55.614Z | [ recovery-image] Oct 30 14:07:54.926 INFO O| Oct 30 14:07:54.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4748 | 2024-10-30T14:07:55.614Z | [ recovery-image] Oct 30 14:07:54.926 INFO O| Oct 30 14:07:54.926 INFO STEP 196 (remove_files) COMPLETE |
4749 | 2024-10-30T14:07:55.614Z | [ recovery-image] Oct 30 14:07:54.926 INFO O| Oct 30 14:07:54.926 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-10-30T14:07:55.655Z | [ recovery-image] Oct 30 14:07:54.966 INFO O| Oct 30 14:07:54.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4751 | 2024-10-30T14:07:55.655Z | [ recovery-image] Oct 30 14:07:54.966 INFO O| Oct 30 14:07:54.966 INFO STEP 197 (remove_files) COMPLETE |
4752 | 2024-10-30T14:07:55.655Z | [ recovery-image] Oct 30 14:07:54.966 INFO O| Oct 30 14:07:54.966 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-10-30T14:07:55.690Z | [ recovery-image] Oct 30 14:07:55.002 INFO O| Oct 30 14:07:55.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4754 | 2024-10-30T14:07:55.690Z | [ recovery-image] Oct 30 14:07:55.002 INFO O| Oct 30 14:07:55.002 INFO STEP 198 (remove_files) COMPLETE |
4755 | 2024-10-30T14:07:55.690Z | [ recovery-image] Oct 30 14:07:55.002 INFO O| Oct 30 14:07:55.002 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-10-30T14:07:55.783Z | [ recovery-image] Oct 30 14:07:55.095 INFO O| Oct 30 14:07:55.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4757 | 2024-10-30T14:07:55.783Z | [ recovery-image] Oct 30 14:07:55.095 INFO O| Oct 30 14:07:55.095 INFO STEP 199 (remove_files) COMPLETE |
4758 | 2024-10-30T14:07:55.783Z | [ recovery-image] Oct 30 14:07:55.095 INFO O| Oct 30 14:07:55.095 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-10-30T14:07:55.817Z | [ recovery-image] Oct 30 14:07:55.129 INFO O| Oct 30 14:07:55.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4760 | 2024-10-30T14:07:55.817Z | [ recovery-image] Oct 30 14:07:55.129 INFO O| Oct 30 14:07:55.129 INFO STEP 200 (remove_files) COMPLETE |
4761 | 2024-10-30T14:07:55.820Z | [ recovery-image] Oct 30 14:07:55.130 INFO O| Oct 30 14:07:55.129 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-10-30T14:07:55.837Z | [ recovery-image] Oct 30 14:07:55.149 INFO O| Oct 30 14:07:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4763 | 2024-10-30T14:07:55.837Z | [ recovery-image] Oct 30 14:07:55.150 INFO O| Oct 30 14:07:55.149 INFO STEP 201 (remove_files) COMPLETE |
4764 | 2024-10-30T14:07:55.837Z | [ recovery-image] Oct 30 14:07:55.150 INFO O| Oct 30 14:07:55.150 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-10-30T14:07:55.887Z | [ recovery-image] Oct 30 14:07:55.199 INFO O| Oct 30 14:07:55.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4766 | 2024-10-30T14:07:55.907Z | [ recovery-image] Oct 30 14:07:55.220 INFO O| Oct 30 14:07:55.220 INFO STEP 202 (remove_files) COMPLETE |
4767 | 2024-10-30T14:07:55.907Z | [ recovery-image] Oct 30 14:07:55.220 INFO O| Oct 30 14:07:55.220 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-10-30T14:07:55.965Z | [ recovery-image] Oct 30 14:07:55.278 INFO O| Oct 30 14:07:55.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4769 | 2024-10-30T14:07:55.965Z | [ recovery-image] Oct 30 14:07:55.278 INFO O| Oct 30 14:07:55.278 INFO STEP 203 (remove_files) COMPLETE |
4770 | 2024-10-30T14:07:55.965Z | [ recovery-image] Oct 30 14:07:55.278 INFO O| Oct 30 14:07:55.278 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-10-30T14:07:55.985Z | [ recovery-image] Oct 30 14:07:55.297 INFO O| Oct 30 14:07:55.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4772 | 2024-10-30T14:07:55.985Z | [ recovery-image] Oct 30 14:07:55.297 INFO O| Oct 30 14:07:55.297 INFO STEP 204 (remove_files) COMPLETE |
4773 | 2024-10-30T14:07:55.985Z | [ recovery-image] Oct 30 14:07:55.297 INFO O| Oct 30 14:07:55.297 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-10-30T14:07:56.004Z | [ recovery-image] Oct 30 14:07:55.316 INFO O| Oct 30 14:07:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4775 | 2024-10-30T14:07:56.006Z | [ recovery-image] Oct 30 14:07:55.316 INFO O| Oct 30 14:07:55.316 INFO STEP 205 (remove_files) COMPLETE |
4776 | 2024-10-30T14:07:56.006Z | [ recovery-image] Oct 30 14:07:55.316 INFO O| Oct 30 14:07:55.316 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-10-30T14:07:56.021Z | [ recovery-image] Oct 30 14:07:55.333 INFO O| Oct 30 14:07:55.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4778 | 2024-10-30T14:07:56.021Z | [ recovery-image] Oct 30 14:07:55.333 INFO O| Oct 30 14:07:55.333 INFO STEP 206 (remove_files) COMPLETE |
4779 | 2024-10-30T14:07:56.021Z | [ recovery-image] Oct 30 14:07:55.333 INFO O| Oct 30 14:07:55.333 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-10-30T14:07:56.039Z | [ recovery-image] Oct 30 14:07:55.351 INFO O| Oct 30 14:07:55.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4781 | 2024-10-30T14:07:56.039Z | [ recovery-image] Oct 30 14:07:55.351 INFO O| Oct 30 14:07:55.351 INFO STEP 207 (remove_files) COMPLETE |
4782 | 2024-10-30T14:07:56.041Z | [ recovery-image] Oct 30 14:07:55.351 INFO O| Oct 30 14:07:55.351 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-10-30T14:07:56.056Z | [ recovery-image] Oct 30 14:07:55.368 INFO O| Oct 30 14:07:55.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4784 | 2024-10-30T14:07:56.059Z | [ recovery-image] Oct 30 14:07:55.369 INFO O| Oct 30 14:07:55.368 INFO STEP 208 (remove_files) COMPLETE |
4785 | 2024-10-30T14:07:56.059Z | [ recovery-image] Oct 30 14:07:55.369 INFO O| Oct 30 14:07:55.369 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-10-30T14:07:56.090Z | [ recovery-image] Oct 30 14:07:55.402 INFO O| Oct 30 14:07:55.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4787 | 2024-10-30T14:07:56.118Z | [ recovery-image] Oct 30 14:07:55.430 INFO O| Oct 30 14:07:55.430 INFO STEP 209 (remove_files) COMPLETE |
4788 | 2024-10-30T14:07:56.118Z | [ recovery-image] Oct 30 14:07:55.430 INFO O| Oct 30 14:07:55.430 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-10-30T14:07:56.161Z | [ recovery-image] Oct 30 14:07:55.474 INFO O| Oct 30 14:07:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4790 | 2024-10-30T14:07:56.161Z | [ recovery-image] Oct 30 14:07:55.474 INFO O| Oct 30 14:07:55.474 INFO STEP 210 (remove_files) COMPLETE |
4791 | 2024-10-30T14:07:56.161Z | [ recovery-image] Oct 30 14:07:55.474 INFO O| Oct 30 14:07:55.474 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-10-30T14:07:56.179Z | [ recovery-image] Oct 30 14:07:55.492 INFO O| Oct 30 14:07:55.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4793 | 2024-10-30T14:07:56.180Z | [ recovery-image] Oct 30 14:07:55.492 INFO O| Oct 30 14:07:55.492 INFO STEP 211 (remove_files) COMPLETE |
4794 | 2024-10-30T14:07:56.182Z | [ recovery-image] Oct 30 14:07:55.492 INFO O| Oct 30 14:07:55.492 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-10-30T14:07:56.197Z | [ recovery-image] Oct 30 14:07:55.510 INFO O| Oct 30 14:07:55.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4796 | 2024-10-30T14:07:56.198Z | [ recovery-image] Oct 30 14:07:55.510 INFO O| Oct 30 14:07:55.510 INFO STEP 212 (remove_files) COMPLETE |
4797 | 2024-10-30T14:07:56.200Z | [ recovery-image] Oct 30 14:07:55.510 INFO O| Oct 30 14:07:55.510 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-10-30T14:07:56.217Z | [ recovery-image] Oct 30 14:07:55.529 INFO O| Oct 30 14:07:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4799 | 2024-10-30T14:07:56.217Z | [ recovery-image] Oct 30 14:07:55.529 INFO O| Oct 30 14:07:55.529 INFO STEP 213 (remove_files) COMPLETE |
4800 | 2024-10-30T14:07:56.218Z | [ recovery-image] Oct 30 14:07:55.529 INFO O| Oct 30 14:07:55.529 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-10-30T14:07:56.235Z | [ recovery-image] Oct 30 14:07:55.547 INFO O| Oct 30 14:07:55.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4802 | 2024-10-30T14:07:56.235Z | [ recovery-image] Oct 30 14:07:55.547 INFO O| Oct 30 14:07:55.547 INFO STEP 214 (remove_files) COMPLETE |
4803 | 2024-10-30T14:07:56.235Z | [ recovery-image] Oct 30 14:07:55.547 INFO O| Oct 30 14:07:55.547 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-10-30T14:07:56.278Z | [ recovery-image] Oct 30 14:07:55.591 INFO O| Oct 30 14:07:55.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4805 | 2024-10-30T14:07:56.281Z | [ recovery-image] Oct 30 14:07:55.591 INFO O| Oct 30 14:07:55.591 INFO STEP 215 (remove_files) COMPLETE |
4806 | 2024-10-30T14:07:56.281Z | [ recovery-image] Oct 30 14:07:55.591 INFO O| Oct 30 14:07:55.591 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-10-30T14:07:56.300Z | [ recovery-image] Oct 30 14:07:55.613 INFO O| Oct 30 14:07:55.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4808 | 2024-10-30T14:07:56.303Z | [ recovery-image] Oct 30 14:07:55.613 INFO O| Oct 30 14:07:55.613 INFO STEP 216 (remove_files) COMPLETE |
4809 | 2024-10-30T14:07:56.303Z | [ recovery-image] Oct 30 14:07:55.613 INFO O| Oct 30 14:07:55.613 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-10-30T14:07:56.320Z | [ recovery-image] Oct 30 14:07:55.633 INFO O| Oct 30 14:07:55.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4811 | 2024-10-30T14:07:56.320Z | [ recovery-image] Oct 30 14:07:55.633 INFO O| Oct 30 14:07:55.633 INFO STEP 217 (remove_files) COMPLETE |
4812 | 2024-10-30T14:07:56.320Z | [ recovery-image] Oct 30 14:07:55.633 INFO O| Oct 30 14:07:55.633 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-10-30T14:07:56.338Z | [ recovery-image] Oct 30 14:07:55.651 INFO O| Oct 30 14:07:55.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4814 | 2024-10-30T14:07:56.339Z | [ recovery-image] Oct 30 14:07:55.651 INFO O| Oct 30 14:07:55.651 INFO STEP 218 (remove_files) COMPLETE |
4815 | 2024-10-30T14:07:56.339Z | [ recovery-image] Oct 30 14:07:55.651 INFO O| Oct 30 14:07:55.651 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-10-30T14:07:56.356Z | [ recovery-image] Oct 30 14:07:55.668 INFO O| Oct 30 14:07:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4817 | 2024-10-30T14:07:56.356Z | [ recovery-image] Oct 30 14:07:55.668 INFO O| Oct 30 14:07:55.668 INFO STEP 219 (remove_files) COMPLETE |
4818 | 2024-10-30T14:07:56.356Z | [ recovery-image] Oct 30 14:07:55.668 INFO O| Oct 30 14:07:55.668 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-10-30T14:07:56.373Z | [ recovery-image] Oct 30 14:07:55.685 INFO O| Oct 30 14:07:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4820 | 2024-10-30T14:07:56.373Z | [ recovery-image] Oct 30 14:07:55.685 INFO O| Oct 30 14:07:55.685 INFO STEP 220 (remove_files) COMPLETE |
4821 | 2024-10-30T14:07:56.373Z | [ recovery-image] Oct 30 14:07:55.685 INFO O| Oct 30 14:07:55.685 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-10-30T14:07:56.389Z | [ recovery-image] Oct 30 14:07:55.701 INFO O| Oct 30 14:07:55.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4823 | 2024-10-30T14:07:56.389Z | [ recovery-image] Oct 30 14:07:55.701 INFO O| Oct 30 14:07:55.701 INFO STEP 221 (remove_files) COMPLETE |
4824 | 2024-10-30T14:07:56.389Z | [ recovery-image] Oct 30 14:07:55.701 INFO O| Oct 30 14:07:55.701 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-10-30T14:07:56.405Z | [ recovery-image] Oct 30 14:07:55.717 INFO O| Oct 30 14:07:55.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4826 | 2024-10-30T14:07:56.405Z | [ recovery-image] Oct 30 14:07:55.718 INFO O| Oct 30 14:07:55.718 INFO STEP 222 (remove_files) COMPLETE |
4827 | 2024-10-30T14:07:56.408Z | [ recovery-image] Oct 30 14:07:55.718 INFO O| Oct 30 14:07:55.718 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-10-30T14:07:56.434Z | [ recovery-image] Oct 30 14:07:55.746 INFO O| Oct 30 14:07:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4829 | 2024-10-30T14:07:56.434Z | [ recovery-image] Oct 30 14:07:55.746 INFO O| Oct 30 14:07:55.746 INFO STEP 223 (remove_files) COMPLETE |
4830 | 2024-10-30T14:07:56.434Z | [ recovery-image] Oct 30 14:07:55.746 INFO O| Oct 30 14:07:55.746 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-10-30T14:07:56.455Z | [ recovery-image] Oct 30 14:07:55.768 INFO O| Oct 30 14:07:55.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4832 | 2024-10-30T14:07:56.455Z | [ recovery-image] Oct 30 14:07:55.768 INFO O| Oct 30 14:07:55.768 INFO STEP 224 (remove_files) COMPLETE |
4833 | 2024-10-30T14:07:56.455Z | [ recovery-image] Oct 30 14:07:55.768 INFO O| Oct 30 14:07:55.768 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-10-30T14:07:56.473Z | [ recovery-image] Oct 30 14:07:55.785 INFO O| Oct 30 14:07:55.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4835 | 2024-10-30T14:07:56.475Z | [ recovery-image] Oct 30 14:07:55.785 INFO O| Oct 30 14:07:55.785 INFO STEP 225 (remove_files) COMPLETE |
4836 | 2024-10-30T14:07:56.475Z | [ recovery-image] Oct 30 14:07:55.785 INFO O| Oct 30 14:07:55.785 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-10-30T14:07:56.488Z | [ recovery-image] Oct 30 14:07:55.801 INFO O| Oct 30 14:07:55.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4838 | 2024-10-30T14:07:56.488Z | [ recovery-image] Oct 30 14:07:55.801 INFO O| Oct 30 14:07:55.801 INFO STEP 226 (remove_files) COMPLETE |
4839 | 2024-10-30T14:07:56.488Z | [ recovery-image] Oct 30 14:07:55.801 INFO O| Oct 30 14:07:55.801 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-10-30T14:07:56.506Z | [ recovery-image] Oct 30 14:07:55.819 INFO O| Oct 30 14:07:55.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4841 | 2024-10-30T14:07:56.506Z | [ recovery-image] Oct 30 14:07:55.819 INFO O| Oct 30 14:07:55.819 INFO STEP 227 (remove_files) COMPLETE |
4842 | 2024-10-30T14:07:56.509Z | [ recovery-image] Oct 30 14:07:55.819 INFO O| Oct 30 14:07:55.819 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-10-30T14:07:56.524Z | [ recovery-image] Oct 30 14:07:55.837 INFO O| Oct 30 14:07:55.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4844 | 2024-10-30T14:07:56.524Z | [ recovery-image] Oct 30 14:07:55.837 INFO O| Oct 30 14:07:55.837 INFO STEP 228 (remove_files) COMPLETE |
4845 | 2024-10-30T14:07:56.524Z | [ recovery-image] Oct 30 14:07:55.837 INFO O| Oct 30 14:07:55.837 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-10-30T14:07:56.541Z | [ recovery-image] Oct 30 14:07:55.854 INFO O| Oct 30 14:07:55.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4847 | 2024-10-30T14:07:56.541Z | [ recovery-image] Oct 30 14:07:55.854 INFO O| Oct 30 14:07:55.854 INFO STEP 229 (remove_files) COMPLETE |
4848 | 2024-10-30T14:07:56.541Z | [ recovery-image] Oct 30 14:07:55.854 INFO O| Oct 30 14:07:55.854 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-10-30T14:07:56.558Z | [ recovery-image] Oct 30 14:07:55.871 INFO O| Oct 30 14:07:55.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4850 | 2024-10-30T14:07:56.558Z | [ recovery-image] Oct 30 14:07:55.871 INFO O| Oct 30 14:07:55.871 INFO STEP 230 (remove_files) COMPLETE |
4851 | 2024-10-30T14:07:56.558Z | [ recovery-image] Oct 30 14:07:55.871 INFO O| Oct 30 14:07:55.871 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-10-30T14:07:56.575Z | [ recovery-image] Oct 30 14:07:55.887 INFO O| Oct 30 14:07:55.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4853 | 2024-10-30T14:07:56.575Z | [ recovery-image] Oct 30 14:07:55.887 INFO O| Oct 30 14:07:55.887 INFO STEP 231 (remove_files) COMPLETE |
4854 | 2024-10-30T14:07:56.577Z | [ recovery-image] Oct 30 14:07:55.887 INFO O| Oct 30 14:07:55.887 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-10-30T14:07:56.593Z | [ recovery-image] Oct 30 14:07:55.905 INFO O| Oct 30 14:07:55.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4856 | 2024-10-30T14:07:56.595Z | [ recovery-image] Oct 30 14:07:55.905 INFO O| Oct 30 14:07:55.905 INFO STEP 232 (remove_files) COMPLETE |
4857 | 2024-10-30T14:07:56.595Z | [ recovery-image] Oct 30 14:07:55.905 INFO O| Oct 30 14:07:55.905 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-10-30T14:07:56.611Z | [ recovery-image] Oct 30 14:07:55.923 INFO O| Oct 30 14:07:55.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4859 | 2024-10-30T14:07:56.611Z | [ recovery-image] Oct 30 14:07:55.923 INFO O| Oct 30 14:07:55.923 INFO STEP 233 (remove_files) COMPLETE |
4860 | 2024-10-30T14:07:56.613Z | [ recovery-image] Oct 30 14:07:55.923 INFO O| Oct 30 14:07:55.923 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-10-30T14:07:56.694Z | [ recovery-image] Oct 30 14:07:56.006 INFO O| Oct 30 14:07:56.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4862 | 2024-10-30T14:07:56.694Z | [ recovery-image] Oct 30 14:07:56.006 INFO O| Oct 30 14:07:56.006 INFO STEP 234 (remove_files) COMPLETE |
4863 | 2024-10-30T14:07:56.694Z | [ recovery-image] Oct 30 14:07:56.006 INFO O| Oct 30 14:07:56.006 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-10-30T14:07:56.736Z | [ recovery-image] Oct 30 14:07:56.048 INFO O| Oct 30 14:07:56.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4865 | 2024-10-30T14:07:56.736Z | [ recovery-image] Oct 30 14:07:56.048 INFO O| Oct 30 14:07:56.048 INFO STEP 235 (remove_files) COMPLETE |
4866 | 2024-10-30T14:07:56.736Z | [ recovery-image] Oct 30 14:07:56.048 INFO O| Oct 30 14:07:56.048 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-10-30T14:07:56.775Z | [ recovery-image] Oct 30 14:07:56.088 INFO O| Oct 30 14:07:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4868 | 2024-10-30T14:07:56.775Z | [ recovery-image] Oct 30 14:07:56.088 INFO O| Oct 30 14:07:56.088 INFO STEP 236 (remove_files) COMPLETE |
4869 | 2024-10-30T14:07:56.775Z | [ recovery-image] Oct 30 14:07:56.088 INFO O| Oct 30 14:07:56.088 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-10-30T14:07:56.815Z | [ recovery-image] Oct 30 14:07:56.127 INFO O| Oct 30 14:07:56.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4871 | 2024-10-30T14:07:56.818Z | [ recovery-image] Oct 30 14:07:56.127 INFO O| Oct 30 14:07:56.127 INFO STEP 237 (remove_files) COMPLETE |
4872 | 2024-10-30T14:07:56.818Z | [ recovery-image] Oct 30 14:07:56.127 INFO O| Oct 30 14:07:56.127 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-10-30T14:07:56.855Z | [ recovery-image] Oct 30 14:07:56.167 INFO O| Oct 30 14:07:56.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4874 | 2024-10-30T14:07:56.855Z | [ recovery-image] Oct 30 14:07:56.167 INFO O| Oct 30 14:07:56.167 INFO STEP 238 (remove_files) COMPLETE |
4875 | 2024-10-30T14:07:56.855Z | [ recovery-image] Oct 30 14:07:56.167 INFO O| Oct 30 14:07:56.167 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-10-30T14:07:56.889Z | [ recovery-image] Oct 30 14:07:56.201 INFO O| Oct 30 14:07:56.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4877 | 2024-10-30T14:07:56.889Z | [ recovery-image] Oct 30 14:07:56.201 INFO O| Oct 30 14:07:56.201 INFO STEP 239 (remove_files) COMPLETE |
4878 | 2024-10-30T14:07:56.889Z | [ recovery-image] Oct 30 14:07:56.201 INFO O| Oct 30 14:07:56.201 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-10-30T14:07:56.911Z | [ recovery-image] Oct 30 14:07:56.223 INFO O| Oct 30 14:07:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4880 | 2024-10-30T14:07:56.911Z | [ recovery-image] Oct 30 14:07:56.224 INFO O| Oct 30 14:07:56.223 INFO STEP 240 (remove_files) COMPLETE |
4881 | 2024-10-30T14:07:56.914Z | [ recovery-image] Oct 30 14:07:56.224 INFO O| Oct 30 14:07:56.224 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-10-30T14:07:56.944Z | [ recovery-image] Oct 30 14:07:56.256 INFO O| Oct 30 14:07:56.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4883 | 2024-10-30T14:07:56.944Z | [ recovery-image] Oct 30 14:07:56.257 INFO O| Oct 30 14:07:56.256 INFO STEP 241 (remove_files) COMPLETE |
4884 | 2024-10-30T14:07:56.944Z | [ recovery-image] Oct 30 14:07:56.257 INFO O| Oct 30 14:07:56.257 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-10-30T14:07:56.965Z | [ recovery-image] Oct 30 14:07:56.277 INFO O| Oct 30 14:07:56.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4886 | 2024-10-30T14:07:56.965Z | [ recovery-image] Oct 30 14:07:56.278 INFO O| Oct 30 14:07:56.278 INFO STEP 242 (remove_files) COMPLETE |
4887 | 2024-10-30T14:07:56.965Z | [ recovery-image] Oct 30 14:07:56.278 INFO O| Oct 30 14:07:56.278 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-10-30T14:07:56.986Z | [ recovery-image] Oct 30 14:07:56.298 INFO O| Oct 30 14:07:56.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4889 | 2024-10-30T14:07:56.986Z | [ recovery-image] Oct 30 14:07:56.298 INFO O| Oct 30 14:07:56.298 INFO STEP 243 (remove_files) COMPLETE |
4890 | 2024-10-30T14:07:56.988Z | [ recovery-image] Oct 30 14:07:56.298 INFO O| Oct 30 14:07:56.298 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-10-30T14:07:57.007Z | [ recovery-image] Oct 30 14:07:56.320 INFO O| Oct 30 14:07:56.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4892 | 2024-10-30T14:07:57.007Z | [ recovery-image] Oct 30 14:07:56.320 INFO O| Oct 30 14:07:56.320 INFO STEP 244 (remove_files) COMPLETE |
4893 | 2024-10-30T14:07:57.007Z | [ recovery-image] Oct 30 14:07:56.320 INFO O| Oct 30 14:07:56.320 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-10-30T14:07:57.027Z | [ recovery-image] Oct 30 14:07:56.339 INFO O| Oct 30 14:07:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4895 | 2024-10-30T14:07:57.027Z | [ recovery-image] Oct 30 14:07:56.339 INFO O| Oct 30 14:07:56.339 INFO STEP 245 (remove_files) COMPLETE |
4896 | 2024-10-30T14:07:57.029Z | [ recovery-image] Oct 30 14:07:56.339 INFO O| Oct 30 14:07:56.339 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-10-30T14:07:57.045Z | [ recovery-image] Oct 30 14:07:56.358 INFO O| Oct 30 14:07:56.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4898 | 2024-10-30T14:07:57.045Z | [ recovery-image] Oct 30 14:07:56.358 INFO O| Oct 30 14:07:56.358 INFO STEP 246 (remove_files) COMPLETE |
4899 | 2024-10-30T14:07:57.045Z | [ recovery-image] Oct 30 14:07:56.358 INFO O| Oct 30 14:07:56.358 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-10-30T14:07:57.082Z | [ recovery-image] Oct 30 14:07:56.395 INFO O| Oct 30 14:07:56.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4901 | 2024-10-30T14:07:57.083Z | [ recovery-image] Oct 30 14:07:56.395 INFO O| Oct 30 14:07:56.395 INFO STEP 247 (remove_files) COMPLETE |
4902 | 2024-10-30T14:07:57.083Z | [ recovery-image] Oct 30 14:07:56.395 INFO O| Oct 30 14:07:56.395 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-10-30T14:07:57.104Z | [ recovery-image] Oct 30 14:07:56.417 INFO O| Oct 30 14:07:56.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4904 | 2024-10-30T14:07:57.104Z | [ recovery-image] Oct 30 14:07:56.417 INFO O| Oct 30 14:07:56.417 INFO STEP 248 (remove_files) COMPLETE |
4905 | 2024-10-30T14:07:57.107Z | [ recovery-image] Oct 30 14:07:56.417 INFO O| Oct 30 14:07:56.417 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-10-30T14:07:57.124Z | [ recovery-image] Oct 30 14:07:56.436 INFO O| Oct 30 14:07:56.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4907 | 2024-10-30T14:07:57.124Z | [ recovery-image] Oct 30 14:07:56.437 INFO O| Oct 30 14:07:56.436 INFO STEP 249 (remove_files) COMPLETE |
4908 | 2024-10-30T14:07:57.124Z | [ recovery-image] Oct 30 14:07:56.437 INFO O| Oct 30 14:07:56.436 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-10-30T14:07:57.143Z | [ recovery-image] Oct 30 14:07:56.456 INFO O| Oct 30 14:07:56.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4910 | 2024-10-30T14:07:57.143Z | [ recovery-image] Oct 30 14:07:56.456 INFO O| Oct 30 14:07:56.456 INFO STEP 250 (remove_files) COMPLETE |
4911 | 2024-10-30T14:07:57.146Z | [ recovery-image] Oct 30 14:07:56.456 INFO O| Oct 30 14:07:56.456 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-10-30T14:07:57.163Z | [ recovery-image] Oct 30 14:07:56.475 INFO O| Oct 30 14:07:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4913 | 2024-10-30T14:07:57.163Z | [ recovery-image] Oct 30 14:07:56.476 INFO O| Oct 30 14:07:56.475 INFO STEP 251 (remove_files) COMPLETE |
4914 | 2024-10-30T14:07:57.163Z | [ recovery-image] Oct 30 14:07:56.476 INFO O| Oct 30 14:07:56.476 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-10-30T14:07:57.182Z | [ recovery-image] Oct 30 14:07:56.494 INFO O| Oct 30 14:07:56.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4916 | 2024-10-30T14:07:57.182Z | [ recovery-image] Oct 30 14:07:56.494 INFO O| Oct 30 14:07:56.494 INFO STEP 252 (remove_files) COMPLETE |
4917 | 2024-10-30T14:07:57.182Z | [ recovery-image] Oct 30 14:07:56.494 INFO O| Oct 30 14:07:56.494 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-10-30T14:07:57.200Z | [ recovery-image] Oct 30 14:07:56.512 INFO O| Oct 30 14:07:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4919 | 2024-10-30T14:07:57.200Z | [ recovery-image] Oct 30 14:07:56.513 INFO O| Oct 30 14:07:56.512 INFO STEP 253 (remove_files) COMPLETE |
4920 | 2024-10-30T14:07:57.202Z | [ recovery-image] Oct 30 14:07:56.513 INFO O| Oct 30 14:07:56.513 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-10-30T14:07:57.220Z | [ recovery-image] Oct 30 14:07:56.532 INFO O| Oct 30 14:07:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4922 | 2024-10-30T14:07:57.220Z | [ recovery-image] Oct 30 14:07:56.532 INFO O| Oct 30 14:07:56.532 INFO STEP 254 (remove_files) COMPLETE |
4923 | 2024-10-30T14:07:57.222Z | [ recovery-image] Oct 30 14:07:56.532 INFO O| Oct 30 14:07:56.532 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-10-30T14:07:57.239Z | [ recovery-image] Oct 30 14:07:56.551 INFO O| Oct 30 14:07:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4925 | 2024-10-30T14:07:57.239Z | [ recovery-image] Oct 30 14:07:56.551 INFO O| Oct 30 14:07:56.551 INFO STEP 255 (remove_files) COMPLETE |
4926 | 2024-10-30T14:07:57.239Z | [ recovery-image] Oct 30 14:07:56.551 INFO O| Oct 30 14:07:56.551 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-10-30T14:07:57.258Z | [ recovery-image] Oct 30 14:07:56.570 INFO O| Oct 30 14:07:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4928 | 2024-10-30T14:07:57.258Z | [ recovery-image] Oct 30 14:07:56.570 INFO O| Oct 30 14:07:56.570 INFO STEP 256 (remove_files) COMPLETE |
4929 | 2024-10-30T14:07:57.260Z | [ recovery-image] Oct 30 14:07:56.570 INFO O| Oct 30 14:07:56.570 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-10-30T14:07:57.278Z | [ recovery-image] Oct 30 14:07:56.590 INFO O| Oct 30 14:07:56.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4931 | 2024-10-30T14:07:57.278Z | [ recovery-image] Oct 30 14:07:56.590 INFO O| Oct 30 14:07:56.590 INFO STEP 257 (remove_files) COMPLETE |
4932 | 2024-10-30T14:07:57.278Z | [ recovery-image] Oct 30 14:07:56.590 INFO O| Oct 30 14:07:56.590 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-10-30T14:07:57.296Z | [ recovery-image] Oct 30 14:07:56.609 INFO O| Oct 30 14:07:56.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4934 | 2024-10-30T14:07:57.296Z | [ recovery-image] Oct 30 14:07:56.609 INFO O| Oct 30 14:07:56.609 INFO STEP 258 (remove_files) COMPLETE |
4935 | 2024-10-30T14:07:57.296Z | [ recovery-image] Oct 30 14:07:56.609 INFO O| Oct 30 14:07:56.609 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-10-30T14:07:57.315Z | [ recovery-image] Oct 30 14:07:56.627 INFO O| Oct 30 14:07:56.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4937 | 2024-10-30T14:07:57.315Z | [ recovery-image] Oct 30 14:07:56.627 INFO O| Oct 30 14:07:56.627 INFO STEP 259 (remove_files) COMPLETE |
4938 | 2024-10-30T14:07:57.315Z | [ recovery-image] Oct 30 14:07:56.627 INFO O| Oct 30 14:07:56.627 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-10-30T14:07:57.334Z | [ recovery-image] Oct 30 14:07:56.647 INFO O| Oct 30 14:07:56.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4940 | 2024-10-30T14:07:57.334Z | [ recovery-image] Oct 30 14:07:56.647 INFO O| Oct 30 14:07:56.647 INFO STEP 260 (remove_files) COMPLETE |
4941 | 2024-10-30T14:07:57.334Z | [ recovery-image] Oct 30 14:07:56.647 INFO O| Oct 30 14:07:56.647 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-10-30T14:07:57.353Z | [ recovery-image] Oct 30 14:07:56.666 INFO O| Oct 30 14:07:56.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4943 | 2024-10-30T14:07:57.353Z | [ recovery-image] Oct 30 14:07:56.666 INFO O| Oct 30 14:07:56.666 INFO STEP 261 (remove_files) COMPLETE |
4944 | 2024-10-30T14:07:57.354Z | [ recovery-image] Oct 30 14:07:56.666 INFO O| Oct 30 14:07:56.666 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-10-30T14:07:57.373Z | [ recovery-image] Oct 30 14:07:56.685 INFO O| Oct 30 14:07:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4946 | 2024-10-30T14:07:57.373Z | [ recovery-image] Oct 30 14:07:56.685 INFO O| Oct 30 14:07:56.685 INFO STEP 262 (remove_files) COMPLETE |
4947 | 2024-10-30T14:07:57.375Z | [ recovery-image] Oct 30 14:07:56.685 INFO O| Oct 30 14:07:56.685 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-10-30T14:07:57.392Z | [ recovery-image] Oct 30 14:07:56.704 INFO O| Oct 30 14:07:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4949 | 2024-10-30T14:07:57.392Z | [ recovery-image] Oct 30 14:07:56.704 INFO O| Oct 30 14:07:56.704 INFO STEP 263 (remove_files) COMPLETE |
4950 | 2024-10-30T14:07:57.394Z | [ recovery-image] Oct 30 14:07:56.704 INFO O| Oct 30 14:07:56.704 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-10-30T14:07:57.410Z | [ recovery-image] Oct 30 14:07:56.723 INFO O| Oct 30 14:07:56.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4952 | 2024-10-30T14:07:57.412Z | [ recovery-image] Oct 30 14:07:56.723 INFO O| Oct 30 14:07:56.723 INFO STEP 264 (remove_files) COMPLETE |
4953 | 2024-10-30T14:07:57.412Z | [ recovery-image] Oct 30 14:07:56.723 INFO O| Oct 30 14:07:56.723 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-10-30T14:07:57.429Z | [ recovery-image] Oct 30 14:07:56.741 INFO O| Oct 30 14:07:56.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4955 | 2024-10-30T14:07:57.429Z | [ recovery-image] Oct 30 14:07:56.741 INFO O| Oct 30 14:07:56.741 INFO STEP 265 (remove_files) COMPLETE |
4956 | 2024-10-30T14:07:57.429Z | [ recovery-image] Oct 30 14:07:56.741 INFO O| Oct 30 14:07:56.741 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-10-30T14:07:57.449Z | [ recovery-image] Oct 30 14:07:56.761 INFO O| Oct 30 14:07:56.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4958 | 2024-10-30T14:07:57.449Z | [ recovery-image] Oct 30 14:07:56.761 INFO O| Oct 30 14:07:56.761 INFO STEP 266 (remove_files) COMPLETE |
4959 | 2024-10-30T14:07:57.449Z | [ recovery-image] Oct 30 14:07:56.761 INFO O| Oct 30 14:07:56.761 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-10-30T14:07:57.467Z | [ recovery-image] Oct 30 14:07:56.780 INFO O| Oct 30 14:07:56.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4961 | 2024-10-30T14:07:57.467Z | [ recovery-image] Oct 30 14:07:56.780 INFO O| Oct 30 14:07:56.780 INFO STEP 267 (remove_files) COMPLETE |
4962 | 2024-10-30T14:07:57.467Z | [ recovery-image] Oct 30 14:07:56.780 INFO O| Oct 30 14:07:56.780 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-10-30T14:07:57.486Z | [ recovery-image] Oct 30 14:07:56.798 INFO O| Oct 30 14:07:56.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4964 | 2024-10-30T14:07:57.486Z | [ recovery-image] Oct 30 14:07:56.798 INFO O| Oct 30 14:07:56.798 INFO STEP 268 (remove_files) COMPLETE |
4965 | 2024-10-30T14:07:57.486Z | [ recovery-image] Oct 30 14:07:56.798 INFO O| Oct 30 14:07:56.798 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-10-30T14:07:57.505Z | [ recovery-image] Oct 30 14:07:56.818 INFO O| Oct 30 14:07:56.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4967 | 2024-10-30T14:07:57.505Z | [ recovery-image] Oct 30 14:07:56.818 INFO O| Oct 30 14:07:56.818 INFO STEP 269 (remove_files) COMPLETE |
4968 | 2024-10-30T14:07:57.508Z | [ recovery-image] Oct 30 14:07:56.818 INFO O| Oct 30 14:07:56.818 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-10-30T14:07:57.527Z | [ recovery-image] Oct 30 14:07:56.837 INFO O| Oct 30 14:07:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4970 | 2024-10-30T14:07:57.527Z | [ recovery-image] Oct 30 14:07:56.837 INFO O| Oct 30 14:07:56.837 INFO STEP 270 (remove_files) COMPLETE |
4971 | 2024-10-30T14:07:57.527Z | [ recovery-image] Oct 30 14:07:56.837 INFO O| Oct 30 14:07:56.837 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-10-30T14:07:57.544Z | [ recovery-image] Oct 30 14:07:56.856 INFO O| Oct 30 14:07:56.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4973 | 2024-10-30T14:07:57.544Z | [ recovery-image] Oct 30 14:07:56.856 INFO O| Oct 30 14:07:56.856 INFO STEP 271 (remove_files) COMPLETE |
4974 | 2024-10-30T14:07:57.544Z | [ recovery-image] Oct 30 14:07:56.856 INFO O| Oct 30 14:07:56.856 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-10-30T14:07:57.564Z | [ recovery-image] Oct 30 14:07:56.875 INFO O| Oct 30 14:07:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4976 | 2024-10-30T14:07:57.564Z | [ recovery-image] Oct 30 14:07:56.876 INFO O| Oct 30 14:07:56.876 INFO STEP 272 (remove_files) COMPLETE |
4977 | 2024-10-30T14:07:57.564Z | [ recovery-image] Oct 30 14:07:56.876 INFO O| Oct 30 14:07:56.876 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-10-30T14:07:57.584Z | [ recovery-image] Oct 30 14:07:56.896 INFO O| Oct 30 14:07:56.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4979 | 2024-10-30T14:07:57.584Z | [ recovery-image] Oct 30 14:07:56.896 INFO O| Oct 30 14:07:56.896 INFO STEP 273 (remove_files) COMPLETE |
4980 | 2024-10-30T14:07:57.587Z | [ recovery-image] Oct 30 14:07:56.896 INFO O| Oct 30 14:07:56.896 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-10-30T14:07:57.603Z | [ recovery-image] Oct 30 14:07:56.916 INFO O| Oct 30 14:07:56.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4982 | 2024-10-30T14:07:57.604Z | [ recovery-image] Oct 30 14:07:56.916 INFO O| Oct 30 14:07:56.916 INFO STEP 274 (remove_files) COMPLETE |
4983 | 2024-10-30T14:07:57.606Z | [ recovery-image] Oct 30 14:07:56.916 INFO O| Oct 30 14:07:56.916 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-10-30T14:07:57.623Z | [ recovery-image] Oct 30 14:07:56.935 INFO O| Oct 30 14:07:56.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4985 | 2024-10-30T14:07:57.623Z | [ recovery-image] Oct 30 14:07:56.935 INFO O| Oct 30 14:07:56.935 INFO STEP 275 (remove_files) COMPLETE |
4986 | 2024-10-30T14:07:57.623Z | [ recovery-image] Oct 30 14:07:56.935 INFO O| Oct 30 14:07:56.935 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-10-30T14:07:57.642Z | [ recovery-image] Oct 30 14:07:56.954 INFO O| Oct 30 14:07:56.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4988 | 2024-10-30T14:07:57.642Z | [ recovery-image] Oct 30 14:07:56.955 INFO O| Oct 30 14:07:56.955 INFO STEP 276 (remove_files) COMPLETE |
4989 | 2024-10-30T14:07:57.646Z | [ recovery-image] Oct 30 14:07:56.955 INFO O| Oct 30 14:07:56.955 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-10-30T14:07:57.661Z | [ recovery-image] Oct 30 14:07:56.973 INFO O| Oct 30 14:07:56.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4991 | 2024-10-30T14:07:57.661Z | [ recovery-image] Oct 30 14:07:56.973 INFO O| Oct 30 14:07:56.973 INFO STEP 277 (remove_files) COMPLETE |
4992 | 2024-10-30T14:07:57.661Z | [ recovery-image] Oct 30 14:07:56.973 INFO O| Oct 30 14:07:56.973 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-10-30T14:07:57.680Z | [ recovery-image] Oct 30 14:07:56.992 INFO O| Oct 30 14:07:56.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4994 | 2024-10-30T14:07:57.680Z | [ recovery-image] Oct 30 14:07:56.992 INFO O| Oct 30 14:07:56.992 INFO STEP 278 (remove_files) COMPLETE |
4995 | 2024-10-30T14:07:57.682Z | [ recovery-image] Oct 30 14:07:56.992 INFO O| Oct 30 14:07:56.992 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-10-30T14:07:57.701Z | [ recovery-image] Oct 30 14:07:57.013 INFO O| Oct 30 14:07:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4997 | 2024-10-30T14:07:57.701Z | [ recovery-image] Oct 30 14:07:57.013 INFO O| Oct 30 14:07:57.013 INFO STEP 279 (remove_files) COMPLETE |
4998 | 2024-10-30T14:07:57.703Z | [ recovery-image] Oct 30 14:07:57.013 INFO O| Oct 30 14:07:57.013 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-10-30T14:07:57.720Z | [ recovery-image] Oct 30 14:07:57.032 INFO O| Oct 30 14:07:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5000 | 2024-10-30T14:07:57.720Z | [ recovery-image] Oct 30 14:07:57.032 INFO O| Oct 30 14:07:57.032 INFO STEP 280 (remove_files) COMPLETE |
5001 | 2024-10-30T14:07:57.720Z | [ recovery-image] Oct 30 14:07:57.032 INFO O| Oct 30 14:07:57.032 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-10-30T14:07:57.739Z | [ recovery-image] Oct 30 14:07:57.051 INFO O| Oct 30 14:07:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5003 | 2024-10-30T14:07:57.739Z | [ recovery-image] Oct 30 14:07:57.051 INFO O| Oct 30 14:07:57.051 INFO STEP 281 (remove_files) COMPLETE |
5004 | 2024-10-30T14:07:57.739Z | [ recovery-image] Oct 30 14:07:57.051 INFO O| Oct 30 14:07:57.051 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-10-30T14:07:57.757Z | [ recovery-image] Oct 30 14:07:57.069 INFO O| Oct 30 14:07:57.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5006 | 2024-10-30T14:07:57.757Z | [ recovery-image] Oct 30 14:07:57.069 INFO O| Oct 30 14:07:57.069 INFO STEP 282 (remove_files) COMPLETE |
5007 | 2024-10-30T14:07:57.757Z | [ recovery-image] Oct 30 14:07:57.069 INFO O| Oct 30 14:07:57.069 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-10-30T14:07:57.809Z | [ recovery-image] Oct 30 14:07:57.121 INFO O| Oct 30 14:07:57.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5009 | 2024-10-30T14:07:57.809Z | [ recovery-image] Oct 30 14:07:57.121 INFO O| Oct 30 14:07:57.121 INFO STEP 283 (remove_files) COMPLETE |
5010 | 2024-10-30T14:07:57.809Z | [ recovery-image] Oct 30 14:07:57.121 INFO O| Oct 30 14:07:57.121 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-10-30T14:07:57.830Z | [ recovery-image] Oct 30 14:07:57.142 INFO O| Oct 30 14:07:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5012 | 2024-10-30T14:07:57.832Z | [ recovery-image] Oct 30 14:07:57.142 INFO O| Oct 30 14:07:57.142 INFO STEP 284 (remove_files) COMPLETE |
5013 | 2024-10-30T14:07:57.832Z | [ recovery-image] Oct 30 14:07:57.142 INFO O| Oct 30 14:07:57.142 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-10-30T14:07:57.883Z | [ recovery-image] Oct 30 14:07:57.195 INFO O| Oct 30 14:07:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5015 | 2024-10-30T14:07:57.885Z | [ recovery-image] Oct 30 14:07:57.195 INFO O| Oct 30 14:07:57.195 INFO STEP 285 (remove_files) COMPLETE |
5016 | 2024-10-30T14:07:57.885Z | [ recovery-image] Oct 30 14:07:57.195 INFO O| Oct 30 14:07:57.195 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-10-30T14:07:57.904Z | [ recovery-image] Oct 30 14:07:57.216 INFO O| Oct 30 14:07:57.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5018 | 2024-10-30T14:07:57.904Z | [ recovery-image] Oct 30 14:07:57.216 INFO O| Oct 30 14:07:57.216 INFO STEP 286 (remove_files) COMPLETE |
5019 | 2024-10-30T14:07:57.904Z | [ recovery-image] Oct 30 14:07:57.217 INFO O| Oct 30 14:07:57.216 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-10-30T14:07:57.923Z | [ recovery-image] Oct 30 14:07:57.236 INFO O| Oct 30 14:07:57.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5021 | 2024-10-30T14:07:57.923Z | [ recovery-image] Oct 30 14:07:57.236 INFO O| Oct 30 14:07:57.236 INFO STEP 287 (remove_files) COMPLETE |
5022 | 2024-10-30T14:07:57.923Z | [ recovery-image] Oct 30 14:07:57.236 INFO O| Oct 30 14:07:57.236 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-10-30T14:07:57.941Z | [ recovery-image] Oct 30 14:07:57.254 INFO O| Oct 30 14:07:57.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5024 | 2024-10-30T14:07:57.941Z | [ recovery-image] Oct 30 14:07:57.254 INFO O| Oct 30 14:07:57.254 INFO STEP 288 (remove_files) COMPLETE |
5025 | 2024-10-30T14:07:57.944Z | [ recovery-image] Oct 30 14:07:57.254 INFO O| Oct 30 14:07:57.254 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-10-30T14:07:57.970Z | [ recovery-image] Oct 30 14:07:57.282 INFO O| Oct 30 14:07:57.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5027 | 2024-10-30T14:07:57.972Z | [ recovery-image] Oct 30 14:07:57.282 INFO O| Oct 30 14:07:57.282 INFO STEP 289 (remove_files) COMPLETE |
5028 | 2024-10-30T14:07:57.973Z | [ recovery-image] Oct 30 14:07:57.283 INFO O| Oct 30 14:07:57.283 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-10-30T14:07:57.991Z | [ recovery-image] Oct 30 14:07:57.304 INFO O| Oct 30 14:07:57.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5030 | 2024-10-30T14:07:57.994Z | [ recovery-image] Oct 30 14:07:57.304 INFO O| Oct 30 14:07:57.304 INFO STEP 290 (remove_files) COMPLETE |
5031 | 2024-10-30T14:07:57.994Z | [ recovery-image] Oct 30 14:07:57.304 INFO O| Oct 30 14:07:57.304 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-10-30T14:07:58.011Z | [ recovery-image] Oct 30 14:07:57.323 INFO O| Oct 30 14:07:57.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5033 | 2024-10-30T14:07:58.011Z | [ recovery-image] Oct 30 14:07:57.323 INFO O| Oct 30 14:07:57.323 INFO STEP 291 (remove_files) COMPLETE |
5034 | 2024-10-30T14:07:58.011Z | [ recovery-image] Oct 30 14:07:57.323 INFO O| Oct 30 14:07:57.323 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-10-30T14:07:58.031Z | [ recovery-image] Oct 30 14:07:57.343 INFO O| Oct 30 14:07:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5036 | 2024-10-30T14:07:58.031Z | [ recovery-image] Oct 30 14:07:57.344 INFO O| Oct 30 14:07:57.343 INFO STEP 292 (remove_files) COMPLETE |
5037 | 2024-10-30T14:07:58.032Z | [ recovery-image] Oct 30 14:07:57.344 INFO O| Oct 30 14:07:57.344 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-10-30T14:07:58.051Z | [ recovery-image] Oct 30 14:07:57.363 INFO O| Oct 30 14:07:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5039 | 2024-10-30T14:07:58.051Z | [ recovery-image] Oct 30 14:07:57.363 INFO O| Oct 30 14:07:57.363 INFO STEP 293 (remove_files) COMPLETE |
5040 | 2024-10-30T14:07:58.053Z | [ recovery-image] Oct 30 14:07:57.363 INFO O| Oct 30 14:07:57.363 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-10-30T14:07:58.071Z | [ recovery-image] Oct 30 14:07:57.383 INFO O| Oct 30 14:07:57.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5042 | 2024-10-30T14:07:58.071Z | [ recovery-image] Oct 30 14:07:57.383 INFO O| Oct 30 14:07:57.383 INFO STEP 294 (remove_files) COMPLETE |
5043 | 2024-10-30T14:07:58.076Z | [ recovery-image] Oct 30 14:07:57.383 INFO O| Oct 30 14:07:57.383 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-10-30T14:07:58.091Z | [ recovery-image] Oct 30 14:07:57.402 INFO O| Oct 30 14:07:57.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5045 | 2024-10-30T14:07:58.091Z | [ recovery-image] Oct 30 14:07:57.402 INFO O| Oct 30 14:07:57.402 INFO STEP 295 (remove_files) COMPLETE |
5046 | 2024-10-30T14:07:58.091Z | [ recovery-image] Oct 30 14:07:57.403 INFO O| Oct 30 14:07:57.402 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-10-30T14:07:58.107Z | [ recovery-image] Oct 30 14:07:57.420 INFO O| Oct 30 14:07:57.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5048 | 2024-10-30T14:07:58.107Z | [ recovery-image] Oct 30 14:07:57.420 INFO O| Oct 30 14:07:57.420 INFO STEP 296 (remove_files) COMPLETE |
5049 | 2024-10-30T14:07:58.110Z | [ recovery-image] Oct 30 14:07:57.420 INFO O| Oct 30 14:07:57.420 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-10-30T14:07:58.124Z | [ recovery-image] Oct 30 14:07:57.437 INFO O| Oct 30 14:07:57.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5051 | 2024-10-30T14:07:58.124Z | [ recovery-image] Oct 30 14:07:57.437 INFO O| Oct 30 14:07:57.437 INFO STEP 297 (remove_files) COMPLETE |
5052 | 2024-10-30T14:07:58.127Z | [ recovery-image] Oct 30 14:07:57.437 INFO O| Oct 30 14:07:57.437 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-10-30T14:07:58.141Z | [ recovery-image] Oct 30 14:07:57.453 INFO O| Oct 30 14:07:57.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5054 | 2024-10-30T14:07:58.141Z | [ recovery-image] Oct 30 14:07:57.453 INFO O| Oct 30 14:07:57.453 INFO STEP 298 (remove_files) COMPLETE |
5055 | 2024-10-30T14:07:58.141Z | [ recovery-image] Oct 30 14:07:57.453 INFO O| Oct 30 14:07:57.453 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-10-30T14:07:58.158Z | [ recovery-image] Oct 30 14:07:57.470 INFO O| Oct 30 14:07:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5057 | 2024-10-30T14:07:58.158Z | [ recovery-image] Oct 30 14:07:57.471 INFO O| Oct 30 14:07:57.471 INFO STEP 299 (remove_files) COMPLETE |
5058 | 2024-10-30T14:07:58.158Z | [ recovery-image] Oct 30 14:07:57.471 INFO O| Oct 30 14:07:57.471 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-10-30T14:07:58.177Z | [ recovery-image] Oct 30 14:07:57.489 INFO O| Oct 30 14:07:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5060 | 2024-10-30T14:07:58.177Z | [ recovery-image] Oct 30 14:07:57.489 INFO O| Oct 30 14:07:57.489 INFO STEP 300 (remove_files) COMPLETE |
5061 | 2024-10-30T14:07:58.177Z | [ recovery-image] Oct 30 14:07:57.489 INFO O| Oct 30 14:07:57.489 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-10-30T14:07:58.195Z | [ recovery-image] Oct 30 14:07:57.507 INFO O| Oct 30 14:07:57.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5063 | 2024-10-30T14:07:58.195Z | [ recovery-image] Oct 30 14:07:57.507 INFO O| Oct 30 14:07:57.507 INFO STEP 301 (remove_files) COMPLETE |
5064 | 2024-10-30T14:07:58.195Z | [ recovery-image] Oct 30 14:07:57.507 INFO O| Oct 30 14:07:57.507 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-10-30T14:07:58.212Z | [ recovery-image] Oct 30 14:07:57.525 INFO O| Oct 30 14:07:57.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5066 | 2024-10-30T14:07:58.212Z | [ recovery-image] Oct 30 14:07:57.525 INFO O| Oct 30 14:07:57.525 INFO STEP 302 (remove_files) COMPLETE |
5067 | 2024-10-30T14:07:58.212Z | [ recovery-image] Oct 30 14:07:57.525 INFO O| Oct 30 14:07:57.525 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-10-30T14:07:58.232Z | [ recovery-image] Oct 30 14:07:57.543 INFO O| Oct 30 14:07:57.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5069 | 2024-10-30T14:07:58.232Z | [ recovery-image] Oct 30 14:07:57.543 INFO O| Oct 30 14:07:57.543 INFO STEP 303 (remove_files) COMPLETE |
5070 | 2024-10-30T14:07:58.232Z | [ recovery-image] Oct 30 14:07:57.544 INFO O| Oct 30 14:07:57.543 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-10-30T14:07:58.249Z | [ recovery-image] Oct 30 14:07:57.561 INFO O| Oct 30 14:07:57.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5072 | 2024-10-30T14:07:58.252Z | [ recovery-image] Oct 30 14:07:57.562 INFO O| Oct 30 14:07:57.562 INFO STEP 304 (remove_files) COMPLETE |
5073 | 2024-10-30T14:07:58.252Z | [ recovery-image] Oct 30 14:07:57.562 INFO O| Oct 30 14:07:57.562 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-10-30T14:07:58.268Z | [ recovery-image] Oct 30 14:07:57.580 INFO O| Oct 30 14:07:57.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5075 | 2024-10-30T14:07:58.271Z | [ recovery-image] Oct 30 14:07:57.581 INFO O| Oct 30 14:07:57.580 INFO STEP 305 (remove_files) COMPLETE |
5076 | 2024-10-30T14:07:58.271Z | [ recovery-image] Oct 30 14:07:57.581 INFO O| Oct 30 14:07:57.581 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-10-30T14:07:58.289Z | [ recovery-image] Oct 30 14:07:57.601 INFO O| Oct 30 14:07:57.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5078 | 2024-10-30T14:07:58.291Z | [ recovery-image] Oct 30 14:07:57.601 INFO O| Oct 30 14:07:57.601 INFO STEP 306 (remove_files) COMPLETE |
5079 | 2024-10-30T14:07:58.292Z | [ recovery-image] Oct 30 14:07:57.602 INFO O| Oct 30 14:07:57.602 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-10-30T14:07:58.309Z | [ recovery-image] Oct 30 14:07:57.621 INFO O| Oct 30 14:07:57.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5081 | 2024-10-30T14:07:58.311Z | [ recovery-image] Oct 30 14:07:57.621 INFO O| Oct 30 14:07:57.621 INFO STEP 307 (remove_files) COMPLETE |
5082 | 2024-10-30T14:07:58.311Z | [ recovery-image] Oct 30 14:07:57.621 INFO O| Oct 30 14:07:57.621 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-10-30T14:07:58.327Z | [ recovery-image] Oct 30 14:07:57.639 INFO O| Oct 30 14:07:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5084 | 2024-10-30T14:07:58.329Z | [ recovery-image] Oct 30 14:07:57.639 INFO O| Oct 30 14:07:57.639 INFO STEP 308 (remove_files) COMPLETE |
5085 | 2024-10-30T14:07:58.329Z | [ recovery-image] Oct 30 14:07:57.640 INFO O| Oct 30 14:07:57.639 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-10-30T14:07:58.344Z | [ recovery-image] Oct 30 14:07:57.657 INFO O| Oct 30 14:07:57.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5087 | 2024-10-30T14:07:58.347Z | [ recovery-image] Oct 30 14:07:57.657 INFO O| Oct 30 14:07:57.657 INFO STEP 309 (remove_files) COMPLETE |
5088 | 2024-10-30T14:07:58.347Z | [ recovery-image] Oct 30 14:07:57.657 INFO O| Oct 30 14:07:57.657 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-10-30T14:07:58.363Z | [ recovery-image] Oct 30 14:07:57.675 INFO O| Oct 30 14:07:57.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5090 | 2024-10-30T14:07:58.365Z | [ recovery-image] Oct 30 14:07:57.676 INFO O| Oct 30 14:07:57.675 INFO STEP 310 (remove_files) COMPLETE |
5091 | 2024-10-30T14:07:58.365Z | [ recovery-image] Oct 30 14:07:57.676 INFO O| Oct 30 14:07:57.676 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-10-30T14:07:58.382Z | [ recovery-image] Oct 30 14:07:57.694 INFO O| Oct 30 14:07:57.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5093 | 2024-10-30T14:07:58.384Z | [ recovery-image] Oct 30 14:07:57.694 INFO O| Oct 30 14:07:57.694 INFO STEP 311 (remove_files) COMPLETE |
5094 | 2024-10-30T14:07:58.384Z | [ recovery-image] Oct 30 14:07:57.694 INFO O| Oct 30 14:07:57.694 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-10-30T14:07:58.401Z | [ recovery-image] Oct 30 14:07:57.713 INFO O| Oct 30 14:07:57.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5096 | 2024-10-30T14:07:58.404Z | [ recovery-image] Oct 30 14:07:57.714 INFO O| Oct 30 14:07:57.713 INFO STEP 312 (remove_files) COMPLETE |
5097 | 2024-10-30T14:07:58.404Z | [ recovery-image] Oct 30 14:07:57.714 INFO O| Oct 30 14:07:57.714 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-10-30T14:07:58.419Z | [ recovery-image] Oct 30 14:07:57.732 INFO O| Oct 30 14:07:57.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5099 | 2024-10-30T14:07:58.422Z | [ recovery-image] Oct 30 14:07:57.732 INFO O| Oct 30 14:07:57.732 INFO STEP 313 (remove_files) COMPLETE |
5100 | 2024-10-30T14:07:58.422Z | [ recovery-image] Oct 30 14:07:57.732 INFO O| Oct 30 14:07:57.732 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-10-30T14:07:58.438Z | [ recovery-image] Oct 30 14:07:57.751 INFO O| Oct 30 14:07:57.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5102 | 2024-10-30T14:07:58.441Z | [ recovery-image] Oct 30 14:07:57.751 INFO O| Oct 30 14:07:57.751 INFO STEP 314 (remove_files) COMPLETE |
5103 | 2024-10-30T14:07:58.441Z | [ recovery-image] Oct 30 14:07:57.751 INFO O| Oct 30 14:07:57.751 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-10-30T14:07:58.459Z | [ recovery-image] Oct 30 14:07:57.771 INFO O| Oct 30 14:07:57.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5105 | 2024-10-30T14:07:58.461Z | [ recovery-image] Oct 30 14:07:57.772 INFO O| Oct 30 14:07:57.771 INFO STEP 315 (remove_files) COMPLETE |
5106 | 2024-10-30T14:07:58.462Z | [ recovery-image] Oct 30 14:07:57.772 INFO O| Oct 30 14:07:57.772 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-10-30T14:07:58.479Z | [ recovery-image] Oct 30 14:07:57.791 INFO O| Oct 30 14:07:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5108 | 2024-10-30T14:07:58.482Z | [ recovery-image] Oct 30 14:07:57.792 INFO O| Oct 30 14:07:57.791 INFO STEP 316 (remove_files) COMPLETE |
5109 | 2024-10-30T14:07:58.482Z | [ recovery-image] Oct 30 14:07:57.792 INFO O| Oct 30 14:07:57.792 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-10-30T14:07:58.499Z | [ recovery-image] Oct 30 14:07:57.811 INFO O| Oct 30 14:07:57.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5111 | 2024-10-30T14:07:58.499Z | [ recovery-image] Oct 30 14:07:57.812 INFO O| Oct 30 14:07:57.811 INFO STEP 317 (remove_files) COMPLETE |
5112 | 2024-10-30T14:07:58.502Z | [ recovery-image] Oct 30 14:07:57.812 INFO O| Oct 30 14:07:57.812 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-10-30T14:07:58.518Z | [ recovery-image] Oct 30 14:07:57.830 INFO O| Oct 30 14:07:57.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5114 | 2024-10-30T14:07:58.523Z | [ recovery-image] Oct 30 14:07:57.830 INFO O| Oct 30 14:07:57.830 INFO STEP 318 (remove_files) COMPLETE |
5115 | 2024-10-30T14:07:58.523Z | [ recovery-image] Oct 30 14:07:57.830 INFO O| Oct 30 14:07:57.830 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-10-30T14:07:58.536Z | [ recovery-image] Oct 30 14:07:57.848 INFO O| Oct 30 14:07:57.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5117 | 2024-10-30T14:07:58.539Z | [ recovery-image] Oct 30 14:07:57.848 INFO O| Oct 30 14:07:57.848 INFO STEP 319 (remove_files) COMPLETE |
5118 | 2024-10-30T14:07:58.539Z | [ recovery-image] Oct 30 14:07:57.848 INFO O| Oct 30 14:07:57.848 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-10-30T14:07:58.554Z | [ recovery-image] Oct 30 14:07:57.866 INFO O| Oct 30 14:07:57.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5120 | 2024-10-30T14:07:58.557Z | [ recovery-image] Oct 30 14:07:57.866 INFO O| Oct 30 14:07:57.866 INFO STEP 320 (remove_files) COMPLETE |
5121 | 2024-10-30T14:07:58.557Z | [ recovery-image] Oct 30 14:07:57.866 INFO O| Oct 30 14:07:57.866 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-10-30T14:07:58.572Z | [ recovery-image] Oct 30 14:07:57.884 INFO O| Oct 30 14:07:57.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5123 | 2024-10-30T14:07:58.572Z | [ recovery-image] Oct 30 14:07:57.884 INFO O| Oct 30 14:07:57.884 INFO STEP 321 (remove_files) COMPLETE |
5124 | 2024-10-30T14:07:58.575Z | [ recovery-image] Oct 30 14:07:57.884 INFO O| Oct 30 14:07:57.884 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-10-30T14:07:58.590Z | [ recovery-image] Oct 30 14:07:57.902 INFO O| Oct 30 14:07:57.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5126 | 2024-10-30T14:07:58.590Z | [ recovery-image] Oct 30 14:07:57.902 INFO O| Oct 30 14:07:57.902 INFO STEP 322 (remove_files) COMPLETE |
5127 | 2024-10-30T14:07:58.593Z | [ recovery-image] Oct 30 14:07:57.902 INFO O| Oct 30 14:07:57.902 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-10-30T14:07:58.611Z | [ recovery-image] Oct 30 14:07:57.922 INFO O| Oct 30 14:07:57.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5129 | 2024-10-30T14:07:58.611Z | [ recovery-image] Oct 30 14:07:57.922 INFO O| Oct 30 14:07:57.922 INFO STEP 323 (remove_files) COMPLETE |
5130 | 2024-10-30T14:07:58.611Z | [ recovery-image] Oct 30 14:07:57.922 INFO O| Oct 30 14:07:57.922 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-10-30T14:07:58.653Z | [ recovery-image] Oct 30 14:07:57.966 INFO O| Oct 30 14:07:57.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5132 | 2024-10-30T14:07:58.654Z | [ recovery-image] Oct 30 14:07:57.966 INFO O| Oct 30 14:07:57.966 INFO STEP 324 (remove_files) COMPLETE |
5133 | 2024-10-30T14:07:58.656Z | [ recovery-image] Oct 30 14:07:57.966 INFO O| Oct 30 14:07:57.966 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-10-30T14:07:58.673Z | [ recovery-image] Oct 30 14:07:57.985 INFO O| Oct 30 14:07:57.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5135 | 2024-10-30T14:07:58.673Z | [ recovery-image] Oct 30 14:07:57.985 INFO O| Oct 30 14:07:57.985 INFO STEP 325 (remove_files) COMPLETE |
5136 | 2024-10-30T14:07:58.673Z | [ recovery-image] Oct 30 14:07:57.985 INFO O| Oct 30 14:07:57.985 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-10-30T14:07:58.701Z | [ recovery-image] Oct 30 14:07:58.013 INFO O| Oct 30 14:07:58.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5138 | 2024-10-30T14:07:58.701Z | [ recovery-image] Oct 30 14:07:58.013 INFO O| Oct 30 14:07:58.013 INFO STEP 326 (remove_files) COMPLETE |
5139 | 2024-10-30T14:07:58.701Z | [ recovery-image] Oct 30 14:07:58.013 INFO O| Oct 30 14:07:58.013 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-10-30T14:07:58.720Z | [ recovery-image] Oct 30 14:07:58.032 INFO O| Oct 30 14:07:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5141 | 2024-10-30T14:07:58.720Z | [ recovery-image] Oct 30 14:07:58.032 INFO O| Oct 30 14:07:58.032 INFO STEP 327 (remove_files) COMPLETE |
5142 | 2024-10-30T14:07:58.723Z | [ recovery-image] Oct 30 14:07:58.032 INFO O| Oct 30 14:07:58.032 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-10-30T14:07:58.739Z | [ recovery-image] Oct 30 14:07:58.051 INFO O| Oct 30 14:07:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5144 | 2024-10-30T14:07:58.739Z | [ recovery-image] Oct 30 14:07:58.051 INFO O| Oct 30 14:07:58.051 INFO STEP 328 (remove_files) COMPLETE |
5145 | 2024-10-30T14:07:58.739Z | [ recovery-image] Oct 30 14:07:58.051 INFO O| Oct 30 14:07:58.051 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-10-30T14:07:58.758Z | [ recovery-image] Oct 30 14:07:58.070 INFO O| Oct 30 14:07:58.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5147 | 2024-10-30T14:07:58.758Z | [ recovery-image] Oct 30 14:07:58.070 INFO O| Oct 30 14:07:58.070 INFO STEP 329 (remove_files) COMPLETE |
5148 | 2024-10-30T14:07:58.758Z | [ recovery-image] Oct 30 14:07:58.070 INFO O| Oct 30 14:07:58.070 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-10-30T14:07:58.775Z | [ recovery-image] Oct 30 14:07:58.087 INFO O| Oct 30 14:07:58.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5150 | 2024-10-30T14:07:58.775Z | [ recovery-image] Oct 30 14:07:58.087 INFO O| Oct 30 14:07:58.087 INFO STEP 330 (remove_files) COMPLETE |
5151 | 2024-10-30T14:07:58.775Z | [ recovery-image] Oct 30 14:07:58.087 INFO O| Oct 30 14:07:58.087 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-10-30T14:07:58.792Z | [ recovery-image] Oct 30 14:07:58.104 INFO O| Oct 30 14:07:58.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5153 | 2024-10-30T14:07:58.792Z | [ recovery-image] Oct 30 14:07:58.104 INFO O| Oct 30 14:07:58.104 INFO STEP 331 (remove_files) COMPLETE |
5154 | 2024-10-30T14:07:58.792Z | [ recovery-image] Oct 30 14:07:58.104 INFO O| Oct 30 14:07:58.104 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-10-30T14:07:58.859Z | [ recovery-image] Oct 30 14:07:58.172 INFO O| Oct 30 14:07:58.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5156 | 2024-10-30T14:07:58.859Z | [ recovery-image] Oct 30 14:07:58.172 INFO O| Oct 30 14:07:58.172 INFO STEP 332 (remove_files) COMPLETE |
5157 | 2024-10-30T14:07:58.860Z | [ recovery-image] Oct 30 14:07:58.172 INFO O| Oct 30 14:07:58.172 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-10-30T14:07:58.878Z | [ recovery-image] Oct 30 14:07:58.190 INFO O| Oct 30 14:07:58.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5159 | 2024-10-30T14:07:58.878Z | [ recovery-image] Oct 30 14:07:58.190 INFO O| Oct 30 14:07:58.190 INFO STEP 333 (remove_files) COMPLETE |
5160 | 2024-10-30T14:07:58.878Z | [ recovery-image] Oct 30 14:07:58.190 INFO O| Oct 30 14:07:58.190 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-10-30T14:07:58.912Z | [ recovery-image] Oct 30 14:07:58.224 INFO O| Oct 30 14:07:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5162 | 2024-10-30T14:07:58.912Z | [ recovery-image] Oct 30 14:07:58.224 INFO O| Oct 30 14:07:58.224 INFO STEP 334 (remove_files) COMPLETE |
5163 | 2024-10-30T14:07:58.912Z | [ recovery-image] Oct 30 14:07:58.224 INFO O| Oct 30 14:07:58.224 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-10-30T14:07:58.970Z | [ recovery-image] Oct 30 14:07:58.282 INFO O| Oct 30 14:07:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5165 | 2024-10-30T14:07:58.970Z | [ recovery-image] Oct 30 14:07:58.282 INFO O| Oct 30 14:07:58.282 INFO STEP 335 (remove_files) COMPLETE |
5166 | 2024-10-30T14:07:58.972Z | [ recovery-image] Oct 30 14:07:58.282 INFO O| Oct 30 14:07:58.282 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-10-30T14:07:58.991Z | [ recovery-image] Oct 30 14:07:58.303 INFO O| Oct 30 14:07:58.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5168 | 2024-10-30T14:07:58.991Z | [ recovery-image] Oct 30 14:07:58.303 INFO O| Oct 30 14:07:58.303 INFO STEP 336 (remove_files) COMPLETE |
5169 | 2024-10-30T14:07:58.991Z | [ recovery-image] Oct 30 14:07:58.303 INFO O| Oct 30 14:07:58.303 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-10-30T14:07:59.017Z | [ recovery-image] Oct 30 14:07:58.329 INFO O| Oct 30 14:07:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5171 | 2024-10-30T14:07:59.017Z | [ recovery-image] Oct 30 14:07:58.329 INFO O| Oct 30 14:07:58.329 INFO STEP 337 (remove_files) COMPLETE |
5172 | 2024-10-30T14:07:59.017Z | [ recovery-image] Oct 30 14:07:58.329 INFO O| Oct 30 14:07:58.329 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-10-30T14:07:59.041Z | [ recovery-image] Oct 30 14:07:58.353 INFO O| Oct 30 14:07:58.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5174 | 2024-10-30T14:07:59.041Z | [ recovery-image] Oct 30 14:07:58.354 INFO O| Oct 30 14:07:58.354 INFO STEP 338 (remove_files) COMPLETE |
5175 | 2024-10-30T14:07:59.044Z | [ recovery-image] Oct 30 14:07:58.354 INFO O| Oct 30 14:07:58.354 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-10-30T14:07:59.062Z | [ recovery-image] Oct 30 14:07:58.374 INFO O| Oct 30 14:07:58.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5177 | 2024-10-30T14:07:59.062Z | [ recovery-image] Oct 30 14:07:58.374 INFO O| Oct 30 14:07:58.374 INFO STEP 339 (remove_files) COMPLETE |
5178 | 2024-10-30T14:07:59.064Z | [ recovery-image] Oct 30 14:07:58.374 INFO O| Oct 30 14:07:58.374 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-10-30T14:07:59.082Z | [ recovery-image] Oct 30 14:07:58.394 INFO O| Oct 30 14:07:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5180 | 2024-10-30T14:07:59.082Z | [ recovery-image] Oct 30 14:07:58.394 INFO O| Oct 30 14:07:58.394 INFO STEP 340 (remove_files) COMPLETE |
5181 | 2024-10-30T14:07:59.085Z | [ recovery-image] Oct 30 14:07:58.394 INFO O| Oct 30 14:07:58.394 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-10-30T14:07:59.109Z | [ recovery-image] Oct 30 14:07:58.421 INFO O| Oct 30 14:07:58.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5183 | 2024-10-30T14:07:59.109Z | [ recovery-image] Oct 30 14:07:58.421 INFO O| Oct 30 14:07:58.421 INFO STEP 341 (remove_files) COMPLETE |
5184 | 2024-10-30T14:07:59.112Z | [ recovery-image] Oct 30 14:07:58.421 INFO O| Oct 30 14:07:58.421 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-10-30T14:07:59.127Z | [ recovery-image] Oct 30 14:07:58.440 INFO O| Oct 30 14:07:58.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5186 | 2024-10-30T14:07:59.128Z | [ recovery-image] Oct 30 14:07:58.440 INFO O| Oct 30 14:07:58.440 INFO STEP 342 (remove_files) COMPLETE |
5187 | 2024-10-30T14:07:59.128Z | [ recovery-image] Oct 30 14:07:58.440 INFO O| Oct 30 14:07:58.440 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-10-30T14:07:59.145Z | [ recovery-image] Oct 30 14:07:58.457 INFO O| Oct 30 14:07:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5189 | 2024-10-30T14:07:59.145Z | [ recovery-image] Oct 30 14:07:58.457 INFO O| Oct 30 14:07:58.457 INFO STEP 343 (remove_files) COMPLETE |
5190 | 2024-10-30T14:07:59.145Z | [ recovery-image] Oct 30 14:07:58.457 INFO O| Oct 30 14:07:58.457 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-10-30T14:07:59.163Z | [ recovery-image] Oct 30 14:07:58.475 INFO O| Oct 30 14:07:58.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5192 | 2024-10-30T14:07:59.163Z | [ recovery-image] Oct 30 14:07:58.475 INFO O| Oct 30 14:07:58.475 INFO STEP 344 (remove_files) COMPLETE |
5193 | 2024-10-30T14:07:59.163Z | [ recovery-image] Oct 30 14:07:58.475 INFO O| Oct 30 14:07:58.475 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-10-30T14:07:59.195Z | [ recovery-image] Oct 30 14:07:58.507 INFO O| Oct 30 14:07:58.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5195 | 2024-10-30T14:07:59.195Z | [ recovery-image] Oct 30 14:07:58.507 INFO O| Oct 30 14:07:58.507 INFO STEP 345 (remove_files) COMPLETE |
5196 | 2024-10-30T14:07:59.197Z | [ recovery-image] Oct 30 14:07:58.507 INFO O| Oct 30 14:07:58.507 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-10-30T14:07:59.287Z | [ recovery-image] Oct 30 14:07:58.599 INFO O| Oct 30 14:07:58.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5198 | 2024-10-30T14:07:59.289Z | [ recovery-image] Oct 30 14:07:58.599 INFO O| Oct 30 14:07:58.599 INFO STEP 346 (remove_files) COMPLETE |
5199 | 2024-10-30T14:07:59.290Z | [ recovery-image] Oct 30 14:07:58.599 INFO O| Oct 30 14:07:58.599 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-10-30T14:07:59.306Z | [ recovery-image] Oct 30 14:07:58.619 INFO O| Oct 30 14:07:58.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5201 | 2024-10-30T14:07:59.309Z | [ recovery-image] Oct 30 14:07:58.619 INFO O| Oct 30 14:07:58.619 INFO STEP 347 (remove_files) COMPLETE |
5202 | 2024-10-30T14:07:59.309Z | [ recovery-image] Oct 30 14:07:58.619 INFO O| Oct 30 14:07:58.619 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-10-30T14:07:59.324Z | [ recovery-image] Oct 30 14:07:58.636 INFO O| Oct 30 14:07:58.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5204 | 2024-10-30T14:07:59.325Z | [ recovery-image] Oct 30 14:07:58.636 INFO O| Oct 30 14:07:58.636 INFO STEP 348 (remove_files) COMPLETE |
5205 | 2024-10-30T14:07:59.325Z | [ recovery-image] Oct 30 14:07:58.636 INFO O| Oct 30 14:07:58.636 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-10-30T14:07:59.343Z | [ recovery-image] Oct 30 14:07:58.655 INFO O| Oct 30 14:07:58.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5207 | 2024-10-30T14:07:59.343Z | [ recovery-image] Oct 30 14:07:58.656 INFO O| Oct 30 14:07:58.656 INFO STEP 349 (remove_files) COMPLETE |
5208 | 2024-10-30T14:07:59.346Z | [ recovery-image] Oct 30 14:07:58.656 INFO O| Oct 30 14:07:58.656 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-10-30T14:07:59.364Z | [ recovery-image] Oct 30 14:07:58.676 INFO O| Oct 30 14:07:58.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5210 | 2024-10-30T14:07:59.364Z | [ recovery-image] Oct 30 14:07:58.677 INFO O| Oct 30 14:07:58.677 INFO STEP 350 (remove_files) COMPLETE |
5211 | 2024-10-30T14:07:59.367Z | [ recovery-image] Oct 30 14:07:58.677 INFO O| Oct 30 14:07:58.677 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-10-30T14:07:59.384Z | [ recovery-image] Oct 30 14:07:58.696 INFO O| Oct 30 14:07:58.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5213 | 2024-10-30T14:07:59.384Z | [ recovery-image] Oct 30 14:07:58.696 INFO O| Oct 30 14:07:58.696 INFO STEP 351 (remove_files) COMPLETE |
5214 | 2024-10-30T14:07:59.386Z | [ recovery-image] Oct 30 14:07:58.696 INFO O| Oct 30 14:07:58.696 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-10-30T14:07:59.403Z | [ recovery-image] Oct 30 14:07:58.715 INFO O| Oct 30 14:07:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5216 | 2024-10-30T14:07:59.403Z | [ recovery-image] Oct 30 14:07:58.715 INFO O| Oct 30 14:07:58.715 INFO STEP 352 (remove_files) COMPLETE |
5217 | 2024-10-30T14:07:59.406Z | [ recovery-image] Oct 30 14:07:58.715 INFO O| Oct 30 14:07:58.715 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-10-30T14:07:59.421Z | [ recovery-image] Oct 30 14:07:58.734 INFO O| Oct 30 14:07:58.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5219 | 2024-10-30T14:07:59.421Z | [ recovery-image] Oct 30 14:07:58.734 INFO O| Oct 30 14:07:58.734 INFO STEP 353 (remove_files) COMPLETE |
5220 | 2024-10-30T14:07:59.424Z | [ recovery-image] Oct 30 14:07:58.734 INFO O| Oct 30 14:07:58.734 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-10-30T14:07:59.440Z | [ recovery-image] Oct 30 14:07:58.752 INFO O| Oct 30 14:07:58.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5222 | 2024-10-30T14:07:59.440Z | [ recovery-image] Oct 30 14:07:58.752 INFO O| Oct 30 14:07:58.752 INFO STEP 354 (remove_files) COMPLETE |
5223 | 2024-10-30T14:07:59.440Z | [ recovery-image] Oct 30 14:07:58.752 INFO O| Oct 30 14:07:58.752 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-10-30T14:07:59.460Z | [ recovery-image] Oct 30 14:07:58.773 INFO O| Oct 30 14:07:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5225 | 2024-10-30T14:07:59.460Z | [ recovery-image] Oct 30 14:07:58.773 INFO O| Oct 30 14:07:58.773 INFO STEP 355 (remove_files) COMPLETE |
5226 | 2024-10-30T14:07:59.464Z | [ recovery-image] Oct 30 14:07:58.773 INFO O| Oct 30 14:07:58.773 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-10-30T14:07:59.502Z | [ recovery-image] Oct 30 14:07:58.813 INFO O| Oct 30 14:07:58.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5228 | 2024-10-30T14:07:59.502Z | [ recovery-image] Oct 30 14:07:58.813 INFO O| Oct 30 14:07:58.813 INFO STEP 356 (remove_files) COMPLETE |
5229 | 2024-10-30T14:07:59.502Z | [ recovery-image] Oct 30 14:07:58.813 INFO O| Oct 30 14:07:58.813 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-10-30T14:07:59.555Z | [ recovery-image] Oct 30 14:07:58.867 INFO O| Oct 30 14:07:58.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5231 | 2024-10-30T14:07:59.555Z | [ recovery-image] Oct 30 14:07:58.867 INFO O| Oct 30 14:07:58.867 INFO STEP 357 (remove_files) COMPLETE |
5232 | 2024-10-30T14:07:59.555Z | [ recovery-image] Oct 30 14:07:58.867 INFO O| Oct 30 14:07:58.867 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-10-30T14:07:59.588Z | [ recovery-image] Oct 30 14:07:58.900 INFO O| Oct 30 14:07:58.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5234 | 2024-10-30T14:07:59.588Z | [ recovery-image] Oct 30 14:07:58.900 INFO O| Oct 30 14:07:58.900 INFO STEP 358 (remove_files) COMPLETE |
5235 | 2024-10-30T14:07:59.590Z | [ recovery-image] Oct 30 14:07:58.900 INFO O| Oct 30 14:07:58.900 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-10-30T14:07:59.609Z | [ recovery-image] Oct 30 14:07:58.921 INFO O| Oct 30 14:07:58.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5237 | 2024-10-30T14:07:59.609Z | [ recovery-image] Oct 30 14:07:58.921 INFO O| Oct 30 14:07:58.921 INFO STEP 359 (remove_files) COMPLETE |
5238 | 2024-10-30T14:07:59.611Z | [ recovery-image] Oct 30 14:07:58.921 INFO O| Oct 30 14:07:58.921 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-10-30T14:07:59.629Z | [ recovery-image] Oct 30 14:07:58.941 INFO O| Oct 30 14:07:58.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5240 | 2024-10-30T14:07:59.629Z | [ recovery-image] Oct 30 14:07:58.942 INFO O| Oct 30 14:07:58.942 INFO STEP 360 (remove_files) COMPLETE |
5241 | 2024-10-30T14:07:59.629Z | [ recovery-image] Oct 30 14:07:58.942 INFO O| Oct 30 14:07:58.942 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-10-30T14:07:59.650Z | [ recovery-image] Oct 30 14:07:58.961 INFO O| Oct 30 14:07:58.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5243 | 2024-10-30T14:07:59.650Z | [ recovery-image] Oct 30 14:07:58.961 INFO O| Oct 30 14:07:58.961 INFO STEP 361 (remove_files) COMPLETE |
5244 | 2024-10-30T14:07:59.650Z | [ recovery-image] Oct 30 14:07:58.961 INFO O| Oct 30 14:07:58.961 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-10-30T14:07:59.667Z | [ recovery-image] Oct 30 14:07:58.979 INFO O| Oct 30 14:07:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5246 | 2024-10-30T14:07:59.667Z | [ recovery-image] Oct 30 14:07:58.980 INFO O| Oct 30 14:07:58.979 INFO STEP 362 (remove_files) COMPLETE |
5247 | 2024-10-30T14:07:59.667Z | [ recovery-image] Oct 30 14:07:58.980 INFO O| Oct 30 14:07:58.980 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-10-30T14:07:59.685Z | [ recovery-image] Oct 30 14:07:58.997 INFO O| Oct 30 14:07:58.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5249 | 2024-10-30T14:07:59.685Z | [ recovery-image] Oct 30 14:07:58.998 INFO O| Oct 30 14:07:58.998 INFO STEP 363 (remove_files) COMPLETE |
5250 | 2024-10-30T14:07:59.685Z | [ recovery-image] Oct 30 14:07:58.998 INFO O| Oct 30 14:07:58.998 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-10-30T14:07:59.705Z | [ recovery-image] Oct 30 14:07:59.017 INFO O| Oct 30 14:07:59.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5252 | 2024-10-30T14:07:59.705Z | [ recovery-image] Oct 30 14:07:59.017 INFO O| Oct 30 14:07:59.017 INFO STEP 364 (remove_files) COMPLETE |
5253 | 2024-10-30T14:07:59.705Z | [ recovery-image] Oct 30 14:07:59.017 INFO O| Oct 30 14:07:59.017 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-10-30T14:07:59.723Z | [ recovery-image] Oct 30 14:07:59.035 INFO O| Oct 30 14:07:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5255 | 2024-10-30T14:07:59.723Z | [ recovery-image] Oct 30 14:07:59.035 INFO O| Oct 30 14:07:59.035 INFO STEP 365 (remove_files) COMPLETE |
5256 | 2024-10-30T14:07:59.724Z | [ recovery-image] Oct 30 14:07:59.035 INFO O| Oct 30 14:07:59.035 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-10-30T14:07:59.742Z | [ recovery-image] Oct 30 14:07:59.054 INFO O| Oct 30 14:07:59.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5258 | 2024-10-30T14:07:59.742Z | [ recovery-image] Oct 30 14:07:59.054 INFO O| Oct 30 14:07:59.054 INFO STEP 366 (remove_files) COMPLETE |
5259 | 2024-10-30T14:07:59.742Z | [ recovery-image] Oct 30 14:07:59.054 INFO O| Oct 30 14:07:59.054 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-10-30T14:07:59.772Z | [ recovery-image] Oct 30 14:07:59.084 INFO O| Oct 30 14:07:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5261 | 2024-10-30T14:07:59.772Z | [ recovery-image] Oct 30 14:07:59.084 INFO O| Oct 30 14:07:59.084 INFO STEP 367 (remove_files) COMPLETE |
5262 | 2024-10-30T14:07:59.772Z | [ recovery-image] Oct 30 14:07:59.084 INFO O| Oct 30 14:07:59.084 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-10-30T14:07:59.813Z | [ recovery-image] Oct 30 14:07:59.125 INFO O| Oct 30 14:07:59.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5264 | 2024-10-30T14:07:59.813Z | [ recovery-image] Oct 30 14:07:59.125 INFO O| Oct 30 14:07:59.125 INFO STEP 368 (remove_files) COMPLETE |
5265 | 2024-10-30T14:07:59.813Z | [ recovery-image] Oct 30 14:07:59.125 INFO O| Oct 30 14:07:59.125 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-10-30T14:07:59.831Z | [ recovery-image] Oct 30 14:07:59.143 INFO O| Oct 30 14:07:59.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5267 | 2024-10-30T14:07:59.835Z | [ recovery-image] Oct 30 14:07:59.143 INFO O| Oct 30 14:07:59.143 INFO STEP 369 (remove_files) COMPLETE |
5268 | 2024-10-30T14:07:59.835Z | [ recovery-image] Oct 30 14:07:59.143 INFO O| Oct 30 14:07:59.143 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-10-30T14:07:59.864Z | [ recovery-image] Oct 30 14:07:59.175 INFO O| Oct 30 14:07:59.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5270 | 2024-10-30T14:07:59.864Z | [ recovery-image] Oct 30 14:07:59.175 INFO O| Oct 30 14:07:59.175 INFO STEP 370 (remove_files) COMPLETE |
5271 | 2024-10-30T14:07:59.864Z | [ recovery-image] Oct 30 14:07:59.175 INFO O| Oct 30 14:07:59.175 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-10-30T14:07:59.884Z | [ host-image] Oct 30 14:07:59.197 INFO O| Oct 30 14:07:59.197 INFO O| Download: 1113/1140 items 6.1/8.4MB 71% complete (1.1M/s) |
5273 | 2024-10-30T14:07:59.921Z | [ recovery-image] Oct 30 14:07:59.233 INFO O| Oct 30 14:07:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5274 | 2024-10-30T14:07:59.921Z | [ recovery-image] Oct 30 14:07:59.233 INFO O| Oct 30 14:07:59.233 INFO STEP 371 (remove_files) COMPLETE |
5275 | 2024-10-30T14:07:59.924Z | [ recovery-image] Oct 30 14:07:59.233 INFO O| Oct 30 14:07:59.233 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-10-30T14:07:59.941Z | [ recovery-image] Oct 30 14:07:59.252 INFO O| Oct 30 14:07:59.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5277 | 2024-10-30T14:07:59.941Z | [ recovery-image] Oct 30 14:07:59.252 INFO O| Oct 30 14:07:59.252 INFO STEP 372 (remove_files) COMPLETE |
5278 | 2024-10-30T14:07:59.941Z | [ recovery-image] Oct 30 14:07:59.253 INFO O| Oct 30 14:07:59.252 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-10-30T14:07:59.958Z | [ recovery-image] Oct 30 14:07:59.269 INFO O| Oct 30 14:07:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5280 | 2024-10-30T14:07:59.958Z | [ recovery-image] Oct 30 14:07:59.269 INFO O| Oct 30 14:07:59.269 INFO STEP 373 (remove_files) COMPLETE |
5281 | 2024-10-30T14:07:59.958Z | [ recovery-image] Oct 30 14:07:59.269 INFO O| Oct 30 14:07:59.269 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-10-30T14:07:59.982Z | [ recovery-image] Oct 30 14:07:59.294 INFO O| Oct 30 14:07:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5283 | 2024-10-30T14:07:59.985Z | [ recovery-image] Oct 30 14:07:59.294 INFO O| Oct 30 14:07:59.294 INFO STEP 374 (remove_files) COMPLETE |
5284 | 2024-10-30T14:07:59.985Z | [ recovery-image] Oct 30 14:07:59.294 INFO O| Oct 30 14:07:59.294 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-10-30T14:08:00.001Z | [ recovery-image] Oct 30 14:07:59.312 INFO O| Oct 30 14:07:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5286 | 2024-10-30T14:08:00.006Z | [ recovery-image] Oct 30 14:07:59.313 INFO O| Oct 30 14:07:59.313 INFO STEP 375 (remove_files) COMPLETE |
5287 | 2024-10-30T14:08:00.006Z | [ recovery-image] Oct 30 14:07:59.313 INFO O| Oct 30 14:07:59.313 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-10-30T14:08:00.018Z | [ recovery-image] Oct 30 14:07:59.330 INFO O| Oct 30 14:07:59.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5289 | 2024-10-30T14:08:00.021Z | [ recovery-image] Oct 30 14:07:59.330 INFO O| Oct 30 14:07:59.330 INFO STEP 376 (remove_files) COMPLETE |
5290 | 2024-10-30T14:08:00.021Z | [ recovery-image] Oct 30 14:07:59.330 INFO O| Oct 30 14:07:59.330 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-10-30T14:08:00.037Z | [ recovery-image] Oct 30 14:07:59.349 INFO O| Oct 30 14:07:59.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5292 | 2024-10-30T14:08:00.039Z | [ recovery-image] Oct 30 14:07:59.349 INFO O| Oct 30 14:07:59.349 INFO STEP 377 (remove_files) COMPLETE |
5293 | 2024-10-30T14:08:00.039Z | [ recovery-image] Oct 30 14:07:59.349 INFO O| Oct 30 14:07:59.349 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-10-30T14:08:00.054Z | [ recovery-image] Oct 30 14:07:59.366 INFO O| Oct 30 14:07:59.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5295 | 2024-10-30T14:08:00.054Z | [ recovery-image] Oct 30 14:07:59.367 INFO O| Oct 30 14:07:59.367 INFO STEP 378 (remove_files) COMPLETE |
5296 | 2024-10-30T14:08:00.057Z | [ recovery-image] Oct 30 14:07:59.367 INFO O| Oct 30 14:07:59.367 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-10-30T14:08:00.072Z | [ recovery-image] Oct 30 14:07:59.384 INFO O| Oct 30 14:07:59.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5298 | 2024-10-30T14:08:00.074Z | [ recovery-image] Oct 30 14:07:59.384 INFO O| Oct 30 14:07:59.384 INFO STEP 379 (remove_files) COMPLETE |
5299 | 2024-10-30T14:08:00.075Z | [ recovery-image] Oct 30 14:07:59.384 INFO O| Oct 30 14:07:59.384 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-10-30T14:08:00.090Z | [ recovery-image] Oct 30 14:07:59.402 INFO O| Oct 30 14:07:59.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5301 | 2024-10-30T14:08:00.092Z | [ recovery-image] Oct 30 14:07:59.402 INFO O| Oct 30 14:07:59.402 INFO STEP 380 (remove_files) COMPLETE |
5302 | 2024-10-30T14:08:00.092Z | [ recovery-image] Oct 30 14:07:59.402 INFO O| Oct 30 14:07:59.402 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-10-30T14:08:00.132Z | [ recovery-image] Oct 30 14:07:59.444 INFO O| Oct 30 14:07:59.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5304 | 2024-10-30T14:08:00.134Z | [ recovery-image] Oct 30 14:07:59.444 INFO O| Oct 30 14:07:59.444 INFO STEP 381 (remove_files) COMPLETE |
5305 | 2024-10-30T14:08:00.134Z | [ recovery-image] Oct 30 14:07:59.444 INFO O| Oct 30 14:07:59.444 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-10-30T14:08:00.153Z | [ recovery-image] Oct 30 14:07:59.465 INFO O| Oct 30 14:07:59.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5307 | 2024-10-30T14:08:00.156Z | [ recovery-image] Oct 30 14:07:59.465 INFO O| Oct 30 14:07:59.465 INFO STEP 382 (remove_files) COMPLETE |
5308 | 2024-10-30T14:08:00.156Z | [ recovery-image] Oct 30 14:07:59.465 INFO O| Oct 30 14:07:59.465 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-10-30T14:08:00.172Z | [ recovery-image] Oct 30 14:07:59.484 INFO O| Oct 30 14:07:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5310 | 2024-10-30T14:08:00.174Z | [ recovery-image] Oct 30 14:07:59.484 INFO O| Oct 30 14:07:59.484 INFO STEP 383 (remove_files) COMPLETE |
5311 | 2024-10-30T14:08:00.174Z | [ recovery-image] Oct 30 14:07:59.484 INFO O| Oct 30 14:07:59.484 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-10-30T14:08:00.191Z | [ recovery-image] Oct 30 14:07:59.503 INFO O| Oct 30 14:07:59.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5313 | 2024-10-30T14:08:00.194Z | [ recovery-image] Oct 30 14:07:59.504 INFO O| Oct 30 14:07:59.504 INFO STEP 384 (remove_files) COMPLETE |
5314 | 2024-10-30T14:08:00.194Z | [ recovery-image] Oct 30 14:07:59.504 INFO O| Oct 30 14:07:59.504 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-10-30T14:08:00.225Z | [ recovery-image] Oct 30 14:07:59.537 INFO O| Oct 30 14:07:59.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5316 | 2024-10-30T14:08:00.225Z | [ recovery-image] Oct 30 14:07:59.537 INFO O| Oct 30 14:07:59.537 INFO STEP 385 (remove_files) COMPLETE |
5317 | 2024-10-30T14:08:00.225Z | [ recovery-image] Oct 30 14:07:59.537 INFO O| Oct 30 14:07:59.537 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-10-30T14:08:00.245Z | [ recovery-image] Oct 30 14:07:59.557 INFO O| Oct 30 14:07:59.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5319 | 2024-10-30T14:08:00.245Z | [ recovery-image] Oct 30 14:07:59.557 INFO O| Oct 30 14:07:59.557 INFO STEP 386 (remove_files) COMPLETE |
5320 | 2024-10-30T14:08:00.245Z | [ recovery-image] Oct 30 14:07:59.557 INFO O| Oct 30 14:07:59.557 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-10-30T14:08:00.304Z | [ recovery-image] Oct 30 14:07:59.616 INFO O| Oct 30 14:07:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5322 | 2024-10-30T14:08:00.304Z | [ recovery-image] Oct 30 14:07:59.616 INFO O| Oct 30 14:07:59.616 INFO STEP 387 (remove_files) COMPLETE |
5323 | 2024-10-30T14:08:00.304Z | [ recovery-image] Oct 30 14:07:59.616 INFO O| Oct 30 14:07:59.616 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-10-30T14:08:00.325Z | [ recovery-image] Oct 30 14:07:59.637 INFO O| Oct 30 14:07:59.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5325 | 2024-10-30T14:08:00.325Z | [ recovery-image] Oct 30 14:07:59.637 INFO O| Oct 30 14:07:59.637 INFO STEP 388 (remove_files) COMPLETE |
5326 | 2024-10-30T14:08:00.325Z | [ recovery-image] Oct 30 14:07:59.637 INFO O| Oct 30 14:07:59.637 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-10-30T14:08:00.344Z | [ recovery-image] Oct 30 14:07:59.656 INFO O| Oct 30 14:07:59.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5328 | 2024-10-30T14:08:00.346Z | [ recovery-image] Oct 30 14:07:59.656 INFO O| Oct 30 14:07:59.656 INFO STEP 389 (remove_files) COMPLETE |
5329 | 2024-10-30T14:08:00.346Z | [ recovery-image] Oct 30 14:07:59.656 INFO O| Oct 30 14:07:59.656 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-10-30T14:08:00.363Z | [ recovery-image] Oct 30 14:07:59.675 INFO O| Oct 30 14:07:59.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5331 | 2024-10-30T14:08:00.366Z | [ recovery-image] Oct 30 14:07:59.675 INFO O| Oct 30 14:07:59.675 INFO STEP 390 (remove_files) COMPLETE |
5332 | 2024-10-30T14:08:00.366Z | [ recovery-image] Oct 30 14:07:59.675 INFO O| Oct 30 14:07:59.675 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-10-30T14:08:00.383Z | [ recovery-image] Oct 30 14:07:59.695 INFO O| Oct 30 14:07:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5334 | 2024-10-30T14:08:00.386Z | [ recovery-image] Oct 30 14:07:59.695 INFO O| Oct 30 14:07:59.695 INFO STEP 391 (remove_files) COMPLETE |
5335 | 2024-10-30T14:08:00.386Z | [ recovery-image] Oct 30 14:07:59.695 INFO O| Oct 30 14:07:59.695 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-10-30T14:08:00.402Z | [ recovery-image] Oct 30 14:07:59.714 INFO O| Oct 30 14:07:59.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5337 | 2024-10-30T14:08:00.405Z | [ recovery-image] Oct 30 14:07:59.715 INFO O| Oct 30 14:07:59.714 INFO STEP 392 (remove_files) COMPLETE |
5338 | 2024-10-30T14:08:00.405Z | [ recovery-image] Oct 30 14:07:59.715 INFO O| Oct 30 14:07:59.715 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-10-30T14:08:00.415Z | [ host-image] Oct 30 14:07:59.727 INFO O| Oct 30 14:07:59.727 INFO O| Download: Completed 8.42 MB in 5.59 seconds (1.5M/s) |
5340 | 2024-10-30T14:08:00.444Z | [ recovery-image] Oct 30 14:07:59.755 INFO O| Oct 30 14:07:59.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5341 | 2024-10-30T14:08:00.444Z | [ recovery-image] Oct 30 14:07:59.755 INFO O| Oct 30 14:07:59.755 INFO STEP 393 (remove_files) COMPLETE |
5342 | 2024-10-30T14:08:00.444Z | [ recovery-image] Oct 30 14:07:59.755 INFO O| Oct 30 14:07:59.755 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-10-30T14:08:00.499Z | [ recovery-image] Oct 30 14:07:59.810 INFO O| Oct 30 14:07:59.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5344 | 2024-10-30T14:08:00.499Z | [ recovery-image] Oct 30 14:07:59.810 INFO O| Oct 30 14:07:59.810 INFO STEP 394 (remove_files) COMPLETE |
5345 | 2024-10-30T14:08:00.503Z | [ recovery-image] Oct 30 14:07:59.810 INFO O| Oct 30 14:07:59.810 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-10-30T14:08:00.526Z | [ recovery-image] Oct 30 14:07:59.838 INFO O| Oct 30 14:07:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5347 | 2024-10-30T14:08:00.526Z | [ recovery-image] Oct 30 14:07:59.838 INFO O| Oct 30 14:07:59.838 INFO STEP 395 (remove_files) COMPLETE |
5348 | 2024-10-30T14:08:00.526Z | [ recovery-image] Oct 30 14:07:59.838 INFO O| Oct 30 14:07:59.838 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-10-30T14:08:00.546Z | [ recovery-image] Oct 30 14:07:59.858 INFO O| Oct 30 14:07:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5350 | 2024-10-30T14:08:00.546Z | [ recovery-image] Oct 30 14:07:59.858 INFO O| Oct 30 14:07:59.858 INFO STEP 396 (remove_files) COMPLETE |
5351 | 2024-10-30T14:08:00.546Z | [ recovery-image] Oct 30 14:07:59.858 INFO O| Oct 30 14:07:59.858 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-10-30T14:08:00.554Z | [ host-image] Oct 30 14:07:59.866 INFO O| Oct 30 14:07:59.866 INFO O| Actions: 1/1361 actions (Installing new actions) |
5353 | 2024-10-30T14:08:00.565Z | [ recovery-image] Oct 30 14:07:59.877 INFO O| Oct 30 14:07:59.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5354 | 2024-10-30T14:08:00.565Z | [ recovery-image] Oct 30 14:07:59.877 INFO O| Oct 30 14:07:59.877 INFO STEP 397 (remove_files) COMPLETE |
5355 | 2024-10-30T14:08:00.565Z | [ recovery-image] Oct 30 14:07:59.877 INFO O| Oct 30 14:07:59.877 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-10-30T14:08:00.607Z | [ recovery-image] Oct 30 14:07:59.919 INFO O| Oct 30 14:07:59.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5357 | 2024-10-30T14:08:00.607Z | [ recovery-image] Oct 30 14:07:59.919 INFO O| Oct 30 14:07:59.919 INFO STEP 398 (remove_files) COMPLETE |
5358 | 2024-10-30T14:08:00.607Z | [ recovery-image] Oct 30 14:07:59.919 INFO O| Oct 30 14:07:59.919 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-10-30T14:08:00.627Z | [ recovery-image] Oct 30 14:07:59.938 INFO O| Oct 30 14:07:59.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5360 | 2024-10-30T14:08:00.627Z | [ recovery-image] Oct 30 14:07:59.938 INFO O| Oct 30 14:07:59.938 INFO STEP 399 (remove_files) COMPLETE |
5361 | 2024-10-30T14:08:00.627Z | [ recovery-image] Oct 30 14:07:59.938 INFO O| Oct 30 14:07:59.938 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-10-30T14:08:00.648Z | [ recovery-image] Oct 30 14:07:59.960 INFO O| Oct 30 14:07:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5363 | 2024-10-30T14:08:00.648Z | [ recovery-image] Oct 30 14:07:59.960 INFO O| Oct 30 14:07:59.960 INFO STEP 400 (remove_files) COMPLETE |
5364 | 2024-10-30T14:08:00.650Z | [ recovery-image] Oct 30 14:07:59.960 INFO O| Oct 30 14:07:59.960 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-10-30T14:08:00.711Z | [ recovery-image] Oct 30 14:08:00.023 INFO O| Oct 30 14:08:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5366 | 2024-10-30T14:08:00.711Z | [ recovery-image] Oct 30 14:08:00.023 INFO O| Oct 30 14:08:00.023 INFO STEP 401 (remove_files) COMPLETE |
5367 | 2024-10-30T14:08:00.713Z | [ recovery-image] Oct 30 14:08:00.023 INFO O| Oct 30 14:08:00.023 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-10-30T14:08:00.729Z | [ recovery-image] Oct 30 14:08:00.041 INFO O| Oct 30 14:08:00.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5369 | 2024-10-30T14:08:00.729Z | [ recovery-image] Oct 30 14:08:00.041 INFO O| Oct 30 14:08:00.041 INFO STEP 402 (remove_files) COMPLETE |
5370 | 2024-10-30T14:08:00.729Z | [ recovery-image] Oct 30 14:08:00.041 INFO O| Oct 30 14:08:00.041 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-10-30T14:08:00.803Z | [ recovery-image] Oct 30 14:08:00.115 INFO O| Oct 30 14:08:00.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5372 | 2024-10-30T14:08:00.803Z | [ recovery-image] Oct 30 14:08:00.115 INFO O| Oct 30 14:08:00.115 INFO STEP 403 (remove_files) COMPLETE |
5373 | 2024-10-30T14:08:00.803Z | [ recovery-image] Oct 30 14:08:00.115 INFO O| Oct 30 14:08:00.115 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-10-30T14:08:00.834Z | [ recovery-image] Oct 30 14:08:00.146 INFO O| Oct 30 14:08:00.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5375 | 2024-10-30T14:08:00.834Z | [ recovery-image] Oct 30 14:08:00.146 INFO O| Oct 30 14:08:00.146 INFO STEP 404 (remove_files) COMPLETE |
5376 | 2024-10-30T14:08:00.837Z | [ recovery-image] Oct 30 14:08:00.146 INFO O| Oct 30 14:08:00.146 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-10-30T14:08:00.861Z | [ recovery-image] Oct 30 14:08:00.173 INFO O| Oct 30 14:08:00.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5378 | 2024-10-30T14:08:00.861Z | [ recovery-image] Oct 30 14:08:00.173 INFO O| Oct 30 14:08:00.173 INFO STEP 405 (remove_files) COMPLETE |
5379 | 2024-10-30T14:08:00.861Z | [ recovery-image] Oct 30 14:08:00.173 INFO O| Oct 30 14:08:00.173 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-10-30T14:08:00.919Z | [ recovery-image] Oct 30 14:08:00.231 INFO O| Oct 30 14:08:00.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5381 | 2024-10-30T14:08:00.922Z | [ recovery-image] Oct 30 14:08:00.231 INFO O| Oct 30 14:08:00.231 INFO STEP 406 (remove_files) COMPLETE |
5382 | 2024-10-30T14:08:00.922Z | [ recovery-image] Oct 30 14:08:00.232 INFO O| Oct 30 14:08:00.231 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-10-30T14:08:00.964Z | [ recovery-image] Oct 30 14:08:00.276 INFO O| Oct 30 14:08:00.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5384 | 2024-10-30T14:08:00.967Z | [ recovery-image] Oct 30 14:08:00.277 INFO O| Oct 30 14:08:00.276 INFO STEP 407 (remove_files) COMPLETE |
5385 | 2024-10-30T14:08:00.967Z | [ recovery-image] Oct 30 14:08:00.277 INFO O| Oct 30 14:08:00.277 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-10-30T14:08:00.985Z | [ recovery-image] Oct 30 14:08:00.297 INFO O| Oct 30 14:08:00.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5387 | 2024-10-30T14:08:00.985Z | [ recovery-image] Oct 30 14:08:00.297 INFO O| Oct 30 14:08:00.297 INFO STEP 408 (remove_files) COMPLETE |
5388 | 2024-10-30T14:08:00.988Z | [ recovery-image] Oct 30 14:08:00.297 INFO O| Oct 30 14:08:00.297 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-10-30T14:08:01.004Z | [ recovery-image] Oct 30 14:08:00.316 INFO O| Oct 30 14:08:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5390 | 2024-10-30T14:08:01.004Z | [ recovery-image] Oct 30 14:08:00.316 INFO O| Oct 30 14:08:00.316 INFO STEP 409 (remove_files) COMPLETE |
5391 | 2024-10-30T14:08:01.006Z | [ recovery-image] Oct 30 14:08:00.316 INFO O| Oct 30 14:08:00.316 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-10-30T14:08:01.050Z | [ recovery-image] Oct 30 14:08:00.362 INFO O| Oct 30 14:08:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5393 | 2024-10-30T14:08:01.052Z | [ recovery-image] Oct 30 14:08:00.362 INFO O| Oct 30 14:08:00.362 INFO STEP 410 (remove_files) COMPLETE |
5394 | 2024-10-30T14:08:01.052Z | [ recovery-image] Oct 30 14:08:00.362 INFO O| Oct 30 14:08:00.362 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-10-30T14:08:01.071Z | [ recovery-image] Oct 30 14:08:00.383 INFO O| Oct 30 14:08:00.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5396 | 2024-10-30T14:08:01.073Z | [ recovery-image] Oct 30 14:08:00.383 INFO O| Oct 30 14:08:00.383 INFO STEP 411 (remove_files) COMPLETE |
5397 | 2024-10-30T14:08:01.073Z | [ recovery-image] Oct 30 14:08:00.383 INFO O| Oct 30 14:08:00.383 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-10-30T14:08:01.145Z | [ recovery-image] Oct 30 14:08:00.457 INFO O| Oct 30 14:08:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5399 | 2024-10-30T14:08:01.145Z | [ recovery-image] Oct 30 14:08:00.457 INFO O| Oct 30 14:08:00.457 INFO STEP 412 (remove_files) COMPLETE |
5400 | 2024-10-30T14:08:01.148Z | [ recovery-image] Oct 30 14:08:00.457 INFO O| Oct 30 14:08:00.457 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-10-30T14:08:01.164Z | [ recovery-image] Oct 30 14:08:00.475 INFO O| Oct 30 14:08:00.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5402 | 2024-10-30T14:08:01.164Z | [ recovery-image] Oct 30 14:08:00.476 INFO O| Oct 30 14:08:00.476 INFO STEP 413 (remove_files) COMPLETE |
5403 | 2024-10-30T14:08:01.166Z | [ recovery-image] Oct 30 14:08:00.476 INFO O| Oct 30 14:08:00.476 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-10-30T14:08:01.208Z | [ recovery-image] Oct 30 14:08:00.520 INFO O| Oct 30 14:08:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5405 | 2024-10-30T14:08:01.210Z | [ recovery-image] Oct 30 14:08:00.520 INFO O| Oct 30 14:08:00.520 INFO STEP 414 (remove_files) COMPLETE |
5406 | 2024-10-30T14:08:01.210Z | [ recovery-image] Oct 30 14:08:00.520 INFO O| Oct 30 14:08:00.520 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-10-30T14:08:01.273Z | [ recovery-image] Oct 30 14:08:00.585 INFO O| Oct 30 14:08:00.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5408 | 2024-10-30T14:08:01.276Z | [ recovery-image] Oct 30 14:08:00.586 INFO O| Oct 30 14:08:00.585 INFO STEP 415 (remove_files) COMPLETE |
5409 | 2024-10-30T14:08:01.276Z | [ recovery-image] Oct 30 14:08:00.586 INFO O| Oct 30 14:08:00.586 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-10-30T14:08:01.321Z | [ recovery-image] Oct 30 14:08:00.633 INFO O| Oct 30 14:08:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5411 | 2024-10-30T14:08:01.343Z | [ host-image] Oct 30 14:08:00.655 INFO O| Oct 30 14:08:00.655 INFO O| Actions: Completed 1361 actions in 0.79 seconds. |
5412 | 2024-10-30T14:08:01.350Z | [ recovery-image] Oct 30 14:08:00.662 INFO O| Oct 30 14:08:00.662 INFO STEP 416 (remove_files) COMPLETE |
5413 | 2024-10-30T14:08:01.352Z | [ recovery-image] Oct 30 14:08:00.662 INFO O| Oct 30 14:08:00.662 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-10-30T14:08:01.414Z | [ recovery-image] Oct 30 14:08:00.726 INFO O| Oct 30 14:08:00.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5415 | 2024-10-30T14:08:01.414Z | [ recovery-image] Oct 30 14:08:00.726 INFO O| Oct 30 14:08:00.726 INFO STEP 417 (remove_files) COMPLETE |
5416 | 2024-10-30T14:08:01.414Z | [ recovery-image] Oct 30 14:08:00.726 INFO O| Oct 30 14:08:00.726 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-10-30T14:08:01.435Z | [ recovery-image] Oct 30 14:08:00.747 INFO O| Oct 30 14:08:00.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5418 | 2024-10-30T14:08:01.435Z | [ recovery-image] Oct 30 14:08:00.747 INFO O| Oct 30 14:08:00.747 INFO STEP 418 (remove_files) COMPLETE |
5419 | 2024-10-30T14:08:01.438Z | [ recovery-image] Oct 30 14:08:00.747 INFO O| Oct 30 14:08:00.747 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-10-30T14:08:01.454Z | [ recovery-image] Oct 30 14:08:00.766 INFO O| Oct 30 14:08:00.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5421 | 2024-10-30T14:08:01.454Z | [ recovery-image] Oct 30 14:08:00.766 INFO O| Oct 30 14:08:00.766 INFO STEP 419 (remove_files) COMPLETE |
5422 | 2024-10-30T14:08:01.457Z | [ recovery-image] Oct 30 14:08:00.766 INFO O| Oct 30 14:08:00.766 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-10-30T14:08:01.485Z | [ recovery-image] Oct 30 14:08:00.796 INFO O| Oct 30 14:08:00.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5424 | 2024-10-30T14:08:01.485Z | [ recovery-image] Oct 30 14:08:00.796 INFO O| Oct 30 14:08:00.796 INFO STEP 420 (remove_files) COMPLETE |
5425 | 2024-10-30T14:08:01.485Z | [ recovery-image] Oct 30 14:08:00.796 INFO O| Oct 30 14:08:00.796 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-10-30T14:08:01.507Z | [ recovery-image] Oct 30 14:08:00.819 INFO O| Oct 30 14:08:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5427 | 2024-10-30T14:08:01.507Z | [ recovery-image] Oct 30 14:08:00.819 INFO O| Oct 30 14:08:00.819 INFO STEP 421 (remove_files) COMPLETE |
5428 | 2024-10-30T14:08:01.507Z | [ recovery-image] Oct 30 14:08:00.819 INFO O| Oct 30 14:08:00.819 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-10-30T14:08:01.546Z | [ recovery-image] Oct 30 14:08:00.858 INFO O| Oct 30 14:08:00.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5430 | 2024-10-30T14:08:01.546Z | [ recovery-image] Oct 30 14:08:00.858 INFO O| Oct 30 14:08:00.858 INFO STEP 422 (remove_files) COMPLETE |
5431 | 2024-10-30T14:08:01.548Z | [ recovery-image] Oct 30 14:08:00.858 INFO O| Oct 30 14:08:00.858 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-10-30T14:08:01.566Z | [ recovery-image] Oct 30 14:08:00.878 INFO O| Oct 30 14:08:00.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5433 | 2024-10-30T14:08:01.566Z | [ recovery-image] Oct 30 14:08:00.878 INFO O| Oct 30 14:08:00.878 INFO STEP 423 (remove_files) COMPLETE |
5434 | 2024-10-30T14:08:01.566Z | [ recovery-image] Oct 30 14:08:00.878 INFO O| Oct 30 14:08:00.878 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-10-30T14:08:01.601Z | [ recovery-image] Oct 30 14:08:00.913 INFO O| Oct 30 14:08:00.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5436 | 2024-10-30T14:08:01.601Z | [ recovery-image] Oct 30 14:08:00.913 INFO O| Oct 30 14:08:00.913 INFO STEP 424 (remove_files) COMPLETE |
5437 | 2024-10-30T14:08:01.601Z | [ recovery-image] Oct 30 14:08:00.913 INFO O| Oct 30 14:08:00.913 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-10-30T14:08:01.622Z | [ recovery-image] Oct 30 14:08:00.933 INFO O| Oct 30 14:08:00.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5439 | 2024-10-30T14:08:01.622Z | [ recovery-image] Oct 30 14:08:00.933 INFO O| Oct 30 14:08:00.933 INFO STEP 425 (remove_files) COMPLETE |
5440 | 2024-10-30T14:08:01.622Z | [ recovery-image] Oct 30 14:08:00.933 INFO O| Oct 30 14:08:00.933 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-10-30T14:08:01.675Z | [ recovery-image] Oct 30 14:08:00.987 INFO O| Oct 30 14:08:00.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5442 | 2024-10-30T14:08:01.675Z | [ recovery-image] Oct 30 14:08:00.987 INFO O| Oct 30 14:08:00.987 INFO STEP 426 (remove_files) COMPLETE |
5443 | 2024-10-30T14:08:01.678Z | [ recovery-image] Oct 30 14:08:00.987 INFO O| Oct 30 14:08:00.987 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-10-30T14:08:01.730Z | [ recovery-image] Oct 30 14:08:01.042 INFO O| Oct 30 14:08:01.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5445 | 2024-10-30T14:08:01.730Z | [ recovery-image] Oct 30 14:08:01.042 INFO O| Oct 30 14:08:01.042 INFO STEP 427 (remove_files) COMPLETE |
5446 | 2024-10-30T14:08:01.730Z | [ recovery-image] Oct 30 14:08:01.042 INFO O| Oct 30 14:08:01.042 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-10-30T14:08:01.790Z | [ recovery-image] Oct 30 14:08:01.102 INFO O| Oct 30 14:08:01.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5448 | 2024-10-30T14:08:01.790Z | [ recovery-image] Oct 30 14:08:01.102 INFO O| Oct 30 14:08:01.102 INFO STEP 428 (remove_files) COMPLETE |
5449 | 2024-10-30T14:08:01.790Z | [ recovery-image] Oct 30 14:08:01.102 INFO O| Oct 30 14:08:01.102 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-10-30T14:08:01.857Z | [ recovery-image] Oct 30 14:08:01.168 INFO O| Oct 30 14:08:01.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5451 | 2024-10-30T14:08:01.857Z | [ recovery-image] Oct 30 14:08:01.169 INFO O| Oct 30 14:08:01.169 INFO STEP 429 (remove_files) COMPLETE |
5452 | 2024-10-30T14:08:01.857Z | [ recovery-image] Oct 30 14:08:01.169 INFO O| Oct 30 14:08:01.169 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-10-30T14:08:01.875Z | [ recovery-image] Oct 30 14:08:01.187 INFO O| Oct 30 14:08:01.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5454 | 2024-10-30T14:08:01.875Z | [ recovery-image] Oct 30 14:08:01.187 INFO O| Oct 30 14:08:01.187 INFO STEP 430 (remove_files) COMPLETE |
5455 | 2024-10-30T14:08:01.875Z | [ recovery-image] Oct 30 14:08:01.187 INFO O| Oct 30 14:08:01.187 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-10-30T14:08:01.898Z | [ recovery-image] Oct 30 14:08:01.210 INFO O| Oct 30 14:08:01.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5457 | 2024-10-30T14:08:01.898Z | [ recovery-image] Oct 30 14:08:01.210 INFO O| Oct 30 14:08:01.210 INFO STEP 431 (remove_files) COMPLETE |
5458 | 2024-10-30T14:08:01.900Z | [ recovery-image] Oct 30 14:08:01.210 INFO O| Oct 30 14:08:01.210 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-10-30T14:08:01.916Z | [ recovery-image] Oct 30 14:08:01.228 INFO O| Oct 30 14:08:01.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5460 | 2024-10-30T14:08:01.919Z | [ recovery-image] Oct 30 14:08:01.228 INFO O| Oct 30 14:08:01.228 INFO STEP 432 (remove_files) COMPLETE |
5461 | 2024-10-30T14:08:01.919Z | [ recovery-image] Oct 30 14:08:01.228 INFO O| Oct 30 14:08:01.228 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-10-30T14:08:01.922Z | [ host-image] Oct 30 14:08:01.233 INFO O| Oct 30 14:08:01.233 INFO O| Done |
5463 | 2024-10-30T14:08:01.922Z | [ host-image] Oct 30 14:08:01.233 INFO O| Oct 30 14:08:01.233 INFO O| Done |
5464 | 2024-10-30T14:08:01.936Z | [ recovery-image] Oct 30 14:08:01.248 INFO O| Oct 30 14:08:01.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5465 | 2024-10-30T14:08:01.936Z | [ recovery-image] Oct 30 14:08:01.248 INFO O| Oct 30 14:08:01.248 INFO STEP 433 (remove_files) COMPLETE |
5466 | 2024-10-30T14:08:01.936Z | [ recovery-image] Oct 30 14:08:01.248 INFO O| Oct 30 14:08:01.248 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-10-30T14:08:01.957Z | [ recovery-image] Oct 30 14:08:01.269 INFO O| Oct 30 14:08:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5468 | 2024-10-30T14:08:01.957Z | [ recovery-image] Oct 30 14:08:01.269 INFO O| Oct 30 14:08:01.269 INFO STEP 434 (remove_files) COMPLETE |
5469 | 2024-10-30T14:08:01.957Z | [ recovery-image] Oct 30 14:08:01.269 INFO O| Oct 30 14:08:01.269 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-10-30T14:08:01.975Z | [ recovery-image] Oct 30 14:08:01.287 INFO O| Oct 30 14:08:01.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5471 | 2024-10-30T14:08:01.977Z | [ recovery-image] Oct 30 14:08:01.287 INFO O| Oct 30 14:08:01.287 INFO STEP 435 (remove_files) COMPLETE |
5472 | 2024-10-30T14:08:01.977Z | [ recovery-image] Oct 30 14:08:01.287 INFO O| Oct 30 14:08:01.287 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-10-30T14:08:01.992Z | [ recovery-image] Oct 30 14:08:01.304 INFO O| Oct 30 14:08:01.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5474 | 2024-10-30T14:08:01.992Z | [ recovery-image] Oct 30 14:08:01.304 INFO O| Oct 30 14:08:01.304 INFO STEP 436 (remove_files) COMPLETE |
5475 | 2024-10-30T14:08:01.995Z | [ recovery-image] Oct 30 14:08:01.305 INFO O| Oct 30 14:08:01.304 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-10-30T14:08:02.015Z | [ recovery-image] Oct 30 14:08:01.326 INFO O| Oct 30 14:08:01.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5477 | 2024-10-30T14:08:02.017Z | [ recovery-image] Oct 30 14:08:01.326 INFO O| Oct 30 14:08:01.326 INFO STEP 437 (remove_files) COMPLETE |
5478 | 2024-10-30T14:08:02.017Z | [ recovery-image] Oct 30 14:08:01.327 INFO O| Oct 30 14:08:01.327 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-10-30T14:08:02.032Z | [ recovery-image] Oct 30 14:08:01.344 INFO O| Oct 30 14:08:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5480 | 2024-10-30T14:08:02.032Z | [ recovery-image] Oct 30 14:08:01.344 INFO O| Oct 30 14:08:01.344 INFO STEP 438 (remove_files) COMPLETE |
5481 | 2024-10-30T14:08:02.035Z | [ recovery-image] Oct 30 14:08:01.344 INFO O| Oct 30 14:08:01.344 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-10-30T14:08:02.049Z | [ recovery-image] Oct 30 14:08:01.361 INFO O| Oct 30 14:08:01.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5483 | 2024-10-30T14:08:02.049Z | [ recovery-image] Oct 30 14:08:01.361 INFO O| Oct 30 14:08:01.361 INFO STEP 439 (remove_files) COMPLETE |
5484 | 2024-10-30T14:08:02.049Z | [ recovery-image] Oct 30 14:08:01.361 INFO O| Oct 30 14:08:01.361 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-10-30T14:08:02.068Z | [ recovery-image] Oct 30 14:08:01.380 INFO O| Oct 30 14:08:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5486 | 2024-10-30T14:08:02.068Z | [ recovery-image] Oct 30 14:08:01.380 INFO O| Oct 30 14:08:01.380 INFO STEP 440 (remove_files) COMPLETE |
5487 | 2024-10-30T14:08:02.070Z | [ recovery-image] Oct 30 14:08:01.380 INFO O| Oct 30 14:08:01.380 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-10-30T14:08:02.102Z | [ recovery-image] Oct 30 14:08:01.413 INFO O| Oct 30 14:08:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5489 | 2024-10-30T14:08:02.102Z | [ recovery-image] Oct 30 14:08:01.413 INFO O| Oct 30 14:08:01.413 INFO STEP 441 (remove_files) COMPLETE |
5490 | 2024-10-30T14:08:02.102Z | [ recovery-image] Oct 30 14:08:01.414 INFO O| Oct 30 14:08:01.413 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-10-30T14:08:02.122Z | [ recovery-image] Oct 30 14:08:01.434 INFO O| Oct 30 14:08:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5492 | 2024-10-30T14:08:02.125Z | [ recovery-image] Oct 30 14:08:01.435 INFO O| Oct 30 14:08:01.435 INFO STEP 442 (remove_files) COMPLETE |
5493 | 2024-10-30T14:08:02.125Z | [ recovery-image] Oct 30 14:08:01.435 INFO O| Oct 30 14:08:01.435 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-10-30T14:08:02.163Z | [ recovery-image] Oct 30 14:08:01.458 INFO O| Oct 30 14:08:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5495 | 2024-10-30T14:08:02.163Z | [ recovery-image] Oct 30 14:08:01.458 INFO O| Oct 30 14:08:01.458 INFO STEP 443 (remove_files) COMPLETE |
5496 | 2024-10-30T14:08:02.166Z | [ recovery-image] Oct 30 14:08:01.458 INFO O| Oct 30 14:08:01.458 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-10-30T14:08:02.166Z | [ recovery-image] Oct 30 14:08:01.478 INFO O| Oct 30 14:08:01.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5498 | 2024-10-30T14:08:02.166Z | [ recovery-image] Oct 30 14:08:01.478 INFO O| Oct 30 14:08:01.478 INFO STEP 444 (remove_files) COMPLETE |
5499 | 2024-10-30T14:08:02.168Z | [ recovery-image] Oct 30 14:08:01.478 INFO O| Oct 30 14:08:01.478 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-10-30T14:08:02.187Z | [ recovery-image] Oct 30 14:08:01.499 INFO O| Oct 30 14:08:01.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5501 | 2024-10-30T14:08:02.187Z | [ recovery-image] Oct 30 14:08:01.499 INFO O| Oct 30 14:08:01.499 INFO STEP 445 (remove_files) COMPLETE |
5502 | 2024-10-30T14:08:02.190Z | [ recovery-image] Oct 30 14:08:01.499 INFO O| Oct 30 14:08:01.499 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-10-30T14:08:02.206Z | [ recovery-image] Oct 30 14:08:01.518 INFO O| Oct 30 14:08:01.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5504 | 2024-10-30T14:08:02.206Z | [ recovery-image] Oct 30 14:08:01.518 INFO O| Oct 30 14:08:01.518 INFO STEP 446 (remove_files) COMPLETE |
5505 | 2024-10-30T14:08:02.209Z | [ recovery-image] Oct 30 14:08:01.518 INFO O| Oct 30 14:08:01.518 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-10-30T14:08:02.226Z | [ recovery-image] Oct 30 14:08:01.538 INFO O| Oct 30 14:08:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5507 | 2024-10-30T14:08:02.226Z | [ recovery-image] Oct 30 14:08:01.538 INFO O| Oct 30 14:08:01.538 INFO STEP 447 (remove_files) COMPLETE |
5508 | 2024-10-30T14:08:02.226Z | [ recovery-image] Oct 30 14:08:01.538 INFO O| Oct 30 14:08:01.538 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-10-30T14:08:02.246Z | [ recovery-image] Oct 30 14:08:01.558 INFO O| Oct 30 14:08:01.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5510 | 2024-10-30T14:08:02.246Z | [ recovery-image] Oct 30 14:08:01.558 INFO O| Oct 30 14:08:01.558 INFO STEP 448 (remove_files) COMPLETE |
5511 | 2024-10-30T14:08:02.246Z | [ recovery-image] Oct 30 14:08:01.558 INFO O| Oct 30 14:08:01.558 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-10-30T14:08:02.268Z | [ recovery-image] Oct 30 14:08:01.580 INFO O| Oct 30 14:08:01.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5513 | 2024-10-30T14:08:02.268Z | [ recovery-image] Oct 30 14:08:01.580 INFO O| Oct 30 14:08:01.580 INFO STEP 449 (remove_files) COMPLETE |
5514 | 2024-10-30T14:08:02.270Z | [ recovery-image] Oct 30 14:08:01.580 INFO O| Oct 30 14:08:01.580 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-10-30T14:08:02.289Z | [ recovery-image] Oct 30 14:08:01.600 INFO O| Oct 30 14:08:01.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5516 | 2024-10-30T14:08:02.291Z | [ recovery-image] Oct 30 14:08:01.601 INFO O| Oct 30 14:08:01.600 INFO STEP 450 (remove_files) COMPLETE |
5517 | 2024-10-30T14:08:02.291Z | [ recovery-image] Oct 30 14:08:01.601 INFO O| Oct 30 14:08:01.600 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-10-30T14:08:02.316Z | [ recovery-image] Oct 30 14:08:01.627 INFO O| Oct 30 14:08:01.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5519 | 2024-10-30T14:08:02.316Z | [ recovery-image] Oct 30 14:08:01.627 INFO O| Oct 30 14:08:01.627 INFO STEP 451 (remove_files) COMPLETE |
5520 | 2024-10-30T14:08:02.316Z | [ recovery-image] Oct 30 14:08:01.627 INFO O| Oct 30 14:08:01.627 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-10-30T14:08:02.341Z | [ recovery-image] Oct 30 14:08:01.653 INFO O| Oct 30 14:08:01.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5522 | 2024-10-30T14:08:02.341Z | [ recovery-image] Oct 30 14:08:01.653 INFO O| Oct 30 14:08:01.653 INFO STEP 452 (remove_files) COMPLETE |
5523 | 2024-10-30T14:08:02.341Z | [ recovery-image] Oct 30 14:08:01.653 INFO O| Oct 30 14:08:01.653 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-10-30T14:08:02.361Z | [ recovery-image] Oct 30 14:08:01.673 INFO O| Oct 30 14:08:01.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5525 | 2024-10-30T14:08:02.361Z | [ recovery-image] Oct 30 14:08:01.673 INFO O| Oct 30 14:08:01.673 INFO STEP 453 (remove_files) COMPLETE |
5526 | 2024-10-30T14:08:02.364Z | [ recovery-image] Oct 30 14:08:01.673 INFO O| Oct 30 14:08:01.673 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-10-30T14:08:02.378Z | [ recovery-image] Oct 30 14:08:01.690 INFO O| Oct 30 14:08:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5528 | 2024-10-30T14:08:02.378Z | [ recovery-image] Oct 30 14:08:01.690 INFO O| Oct 30 14:08:01.690 INFO STEP 454 (remove_files) COMPLETE |
5529 | 2024-10-30T14:08:02.378Z | [ recovery-image] Oct 30 14:08:01.690 INFO O| Oct 30 14:08:01.690 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-10-30T14:08:02.399Z | [ recovery-image] Oct 30 14:08:01.711 INFO O| Oct 30 14:08:01.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5531 | 2024-10-30T14:08:02.399Z | [ recovery-image] Oct 30 14:08:01.711 INFO O| Oct 30 14:08:01.711 INFO STEP 455 (remove_files) COMPLETE |
5532 | 2024-10-30T14:08:02.399Z | [ recovery-image] Oct 30 14:08:01.711 INFO O| Oct 30 14:08:01.711 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-10-30T14:08:02.422Z | [ recovery-image] Oct 30 14:08:01.733 INFO O| Oct 30 14:08:01.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5534 | 2024-10-30T14:08:02.422Z | [ recovery-image] Oct 30 14:08:01.734 INFO O| Oct 30 14:08:01.733 INFO STEP 456 (remove_files) COMPLETE |
5535 | 2024-10-30T14:08:02.422Z | [ recovery-image] Oct 30 14:08:01.734 INFO O| Oct 30 14:08:01.734 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-10-30T14:08:02.440Z | [ recovery-image] Oct 30 14:08:01.752 INFO O| Oct 30 14:08:01.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5537 | 2024-10-30T14:08:02.440Z | [ recovery-image] Oct 30 14:08:01.752 INFO O| Oct 30 14:08:01.752 INFO STEP 457 (remove_files) COMPLETE |
5538 | 2024-10-30T14:08:02.440Z | [ recovery-image] Oct 30 14:08:01.752 INFO O| Oct 30 14:08:01.752 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-10-30T14:08:02.463Z | [ recovery-image] Oct 30 14:08:01.775 INFO O| Oct 30 14:08:01.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5540 | 2024-10-30T14:08:02.466Z | [ recovery-image] Oct 30 14:08:01.775 INFO O| Oct 30 14:08:01.775 INFO STEP 458 (remove_files) COMPLETE |
5541 | 2024-10-30T14:08:02.466Z | [ recovery-image] Oct 30 14:08:01.775 INFO O| Oct 30 14:08:01.775 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-10-30T14:08:02.482Z | [ recovery-image] Oct 30 14:08:01.794 INFO O| Oct 30 14:08:01.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5543 | 2024-10-30T14:08:02.482Z | [ recovery-image] Oct 30 14:08:01.794 INFO O| Oct 30 14:08:01.794 INFO STEP 459 (remove_files) COMPLETE |
5544 | 2024-10-30T14:08:02.485Z | [ recovery-image] Oct 30 14:08:01.794 INFO O| Oct 30 14:08:01.794 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-10-30T14:08:02.500Z | [ recovery-image] Oct 30 14:08:01.812 INFO O| Oct 30 14:08:01.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5546 | 2024-10-30T14:08:02.500Z | [ recovery-image] Oct 30 14:08:01.812 INFO O| Oct 30 14:08:01.812 INFO STEP 460 (remove_files) COMPLETE |
5547 | 2024-10-30T14:08:02.500Z | [ recovery-image] Oct 30 14:08:01.812 INFO O| Oct 30 14:08:01.812 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-10-30T14:08:02.519Z | [ recovery-image] Oct 30 14:08:01.831 INFO O| Oct 30 14:08:01.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5549 | 2024-10-30T14:08:02.519Z | [ recovery-image] Oct 30 14:08:01.831 INFO O| Oct 30 14:08:01.831 INFO STEP 461 (remove_files) COMPLETE |
5550 | 2024-10-30T14:08:02.522Z | [ recovery-image] Oct 30 14:08:01.831 INFO O| Oct 30 14:08:01.831 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-10-30T14:08:02.539Z | [ recovery-image] Oct 30 14:08:01.851 INFO O| Oct 30 14:08:01.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5552 | 2024-10-30T14:08:02.539Z | [ recovery-image] Oct 30 14:08:01.851 INFO O| Oct 30 14:08:01.851 INFO STEP 462 (remove_files) COMPLETE |
5553 | 2024-10-30T14:08:02.539Z | [ recovery-image] Oct 30 14:08:01.851 INFO O| Oct 30 14:08:01.851 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-10-30T14:08:02.558Z | [ recovery-image] Oct 30 14:08:01.870 INFO O| Oct 30 14:08:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5555 | 2024-10-30T14:08:02.558Z | [ recovery-image] Oct 30 14:08:01.870 INFO O| Oct 30 14:08:01.870 INFO STEP 463 (remove_files) COMPLETE |
5556 | 2024-10-30T14:08:02.558Z | [ recovery-image] Oct 30 14:08:01.870 INFO O| Oct 30 14:08:01.870 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-10-30T14:08:02.609Z | [ recovery-image] Oct 30 14:08:01.921 INFO O| Oct 30 14:08:01.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5558 | 2024-10-30T14:08:02.609Z | [ recovery-image] Oct 30 14:08:01.921 INFO O| Oct 30 14:08:01.921 INFO STEP 464 (remove_files) COMPLETE |
5559 | 2024-10-30T14:08:02.609Z | [ recovery-image] Oct 30 14:08:01.921 INFO O| Oct 30 14:08:01.921 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-10-30T14:08:02.634Z | [ recovery-image] Oct 30 14:08:01.946 INFO O| Oct 30 14:08:01.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5561 | 2024-10-30T14:08:02.637Z | [ recovery-image] Oct 30 14:08:01.946 INFO O| Oct 30 14:08:01.946 INFO STEP 465 (remove_files) COMPLETE |
5562 | 2024-10-30T14:08:02.637Z | [ recovery-image] Oct 30 14:08:01.946 INFO O| Oct 30 14:08:01.946 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-10-30T14:08:02.654Z | [ recovery-image] Oct 30 14:08:01.966 INFO O| Oct 30 14:08:01.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5564 | 2024-10-30T14:08:02.656Z | [ recovery-image] Oct 30 14:08:01.966 INFO O| Oct 30 14:08:01.966 INFO STEP 466 (remove_files) COMPLETE |
5565 | 2024-10-30T14:08:02.656Z | [ recovery-image] Oct 30 14:08:01.966 INFO O| Oct 30 14:08:01.966 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-10-30T14:08:02.691Z | [ recovery-image] Oct 30 14:08:02.003 INFO O| Oct 30 14:08:02.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5567 | 2024-10-30T14:08:02.691Z | [ recovery-image] Oct 30 14:08:02.003 INFO O| Oct 30 14:08:02.003 INFO STEP 467 (remove_files) COMPLETE |
5568 | 2024-10-30T14:08:02.694Z | [ recovery-image] Oct 30 14:08:02.003 INFO O| Oct 30 14:08:02.003 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-10-30T14:08:02.722Z | [ recovery-image] Oct 30 14:08:02.034 INFO O| Oct 30 14:08:02.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5570 | 2024-10-30T14:08:02.722Z | [ recovery-image] Oct 30 14:08:02.034 INFO O| Oct 30 14:08:02.034 INFO STEP 468 (remove_files) COMPLETE |
5571 | 2024-10-30T14:08:02.722Z | [ recovery-image] Oct 30 14:08:02.034 INFO O| Oct 30 14:08:02.034 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-10-30T14:08:02.756Z | [ recovery-image] Oct 30 14:08:02.068 INFO O| Oct 30 14:08:02.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5573 | 2024-10-30T14:08:02.756Z | [ recovery-image] Oct 30 14:08:02.068 INFO O| Oct 30 14:08:02.068 INFO STEP 469 (remove_files) COMPLETE |
5574 | 2024-10-30T14:08:02.756Z | [ recovery-image] Oct 30 14:08:02.068 INFO O| Oct 30 14:08:02.068 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-10-30T14:08:02.775Z | [ recovery-image] Oct 30 14:08:02.087 INFO O| Oct 30 14:08:02.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5576 | 2024-10-30T14:08:02.775Z | [ recovery-image] Oct 30 14:08:02.087 INFO O| Oct 30 14:08:02.087 INFO STEP 470 (remove_files) COMPLETE |
5577 | 2024-10-30T14:08:02.778Z | [ recovery-image] Oct 30 14:08:02.087 INFO O| Oct 30 14:08:02.087 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-10-30T14:08:02.799Z | [ recovery-image] Oct 30 14:08:02.107 INFO O| Oct 30 14:08:02.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5579 | 2024-10-30T14:08:02.799Z | [ recovery-image] Oct 30 14:08:02.107 INFO O| Oct 30 14:08:02.107 INFO STEP 471 (remove_files) COMPLETE |
5580 | 2024-10-30T14:08:02.799Z | [ recovery-image] Oct 30 14:08:02.107 INFO O| Oct 30 14:08:02.107 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-10-30T14:08:02.821Z | [ recovery-image] Oct 30 14:08:02.133 INFO O| Oct 30 14:08:02.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5582 | 2024-10-30T14:08:02.821Z | [ recovery-image] Oct 30 14:08:02.133 INFO O| Oct 30 14:08:02.133 INFO STEP 472 (remove_files) COMPLETE |
5583 | 2024-10-30T14:08:02.821Z | [ recovery-image] Oct 30 14:08:02.133 INFO O| Oct 30 14:08:02.133 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-10-30T14:08:02.862Z | [ recovery-image] Oct 30 14:08:02.174 INFO O| Oct 30 14:08:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5585 | 2024-10-30T14:08:02.862Z | [ recovery-image] Oct 30 14:08:02.174 INFO O| Oct 30 14:08:02.174 INFO STEP 473 (remove_files) COMPLETE |
5586 | 2024-10-30T14:08:02.862Z | [ recovery-image] Oct 30 14:08:02.174 INFO O| Oct 30 14:08:02.174 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-10-30T14:08:02.878Z | [ host-image] Oct 30 14:08:02.190 INFO O| Oct 30 14:08:02.190 INFO O| Done |
5588 | 2024-10-30T14:08:02.914Z | [ recovery-image] Oct 30 14:08:02.225 INFO O| Oct 30 14:08:02.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5589 | 2024-10-30T14:08:02.914Z | [ recovery-image] Oct 30 14:08:02.225 INFO O| Oct 30 14:08:02.225 INFO STEP 474 (remove_files) COMPLETE |
5590 | 2024-10-30T14:08:02.914Z | [ recovery-image] Oct 30 14:08:02.225 INFO O| Oct 30 14:08:02.225 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-10-30T14:08:02.935Z | [ recovery-image] Oct 30 14:08:02.247 INFO O| Oct 30 14:08:02.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5592 | 2024-10-30T14:08:02.935Z | [ recovery-image] Oct 30 14:08:02.247 INFO O| Oct 30 14:08:02.247 INFO STEP 475 (remove_files) COMPLETE |
5593 | 2024-10-30T14:08:02.935Z | [ recovery-image] Oct 30 14:08:02.247 INFO O| Oct 30 14:08:02.247 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-10-30T14:08:02.969Z | [ recovery-image] Oct 30 14:08:02.279 INFO O| Oct 30 14:08:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5595 | 2024-10-30T14:08:02.969Z | [ recovery-image] Oct 30 14:08:02.279 INFO O| Oct 30 14:08:02.279 INFO STEP 476 (remove_files) COMPLETE |
5596 | 2024-10-30T14:08:02.969Z | [ recovery-image] Oct 30 14:08:02.279 INFO O| Oct 30 14:08:02.279 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-10-30T14:08:03.008Z | [ recovery-image] Oct 30 14:08:02.320 INFO O| Oct 30 14:08:02.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5598 | 2024-10-30T14:08:03.008Z | [ recovery-image] Oct 30 14:08:02.320 INFO O| Oct 30 14:08:02.320 INFO STEP 477 (remove_files) COMPLETE |
5599 | 2024-10-30T14:08:03.008Z | [ recovery-image] Oct 30 14:08:02.320 INFO O| Oct 30 14:08:02.320 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-10-30T14:08:03.031Z | [ recovery-image] Oct 30 14:08:02.342 INFO O| Oct 30 14:08:02.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5601 | 2024-10-30T14:08:03.031Z | [ recovery-image] Oct 30 14:08:02.342 INFO O| Oct 30 14:08:02.342 INFO STEP 478 (remove_files) COMPLETE |
5602 | 2024-10-30T14:08:03.031Z | [ recovery-image] Oct 30 14:08:02.342 INFO O| Oct 30 14:08:02.342 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-10-30T14:08:03.051Z | [ recovery-image] Oct 30 14:08:02.363 INFO O| Oct 30 14:08:02.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5604 | 2024-10-30T14:08:03.051Z | [ recovery-image] Oct 30 14:08:02.363 INFO O| Oct 30 14:08:02.363 INFO STEP 479 (remove_files) COMPLETE |
5605 | 2024-10-30T14:08:03.054Z | [ recovery-image] Oct 30 14:08:02.363 INFO O| Oct 30 14:08:02.363 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-10-30T14:08:03.070Z | [ recovery-image] Oct 30 14:08:02.382 INFO O| Oct 30 14:08:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5607 | 2024-10-30T14:08:03.070Z | [ recovery-image] Oct 30 14:08:02.382 INFO O| Oct 30 14:08:02.382 INFO STEP 480 (remove_files) COMPLETE |
5608 | 2024-10-30T14:08:03.070Z | [ recovery-image] Oct 30 14:08:02.382 INFO O| Oct 30 14:08:02.382 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-10-30T14:08:03.090Z | [ recovery-image] Oct 30 14:08:02.402 INFO O| Oct 30 14:08:02.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5610 | 2024-10-30T14:08:03.091Z | [ recovery-image] Oct 30 14:08:02.402 INFO O| Oct 30 14:08:02.402 INFO STEP 481 (remove_files) COMPLETE |
5611 | 2024-10-30T14:08:03.091Z | [ recovery-image] Oct 30 14:08:02.402 INFO O| Oct 30 14:08:02.402 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-10-30T14:08:03.119Z | [ recovery-image] Oct 30 14:08:02.430 INFO O| Oct 30 14:08:02.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5613 | 2024-10-30T14:08:03.119Z | [ recovery-image] Oct 30 14:08:02.430 INFO O| Oct 30 14:08:02.430 INFO STEP 482 (remove_files) COMPLETE |
5614 | 2024-10-30T14:08:03.119Z | [ recovery-image] Oct 30 14:08:02.430 INFO O| Oct 30 14:08:02.430 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-10-30T14:08:03.154Z | [ recovery-image] Oct 30 14:08:02.465 INFO O| Oct 30 14:08:02.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5616 | 2024-10-30T14:08:03.154Z | [ recovery-image] Oct 30 14:08:02.466 INFO O| Oct 30 14:08:02.466 INFO STEP 483 (remove_files) COMPLETE |
5617 | 2024-10-30T14:08:03.157Z | [ recovery-image] Oct 30 14:08:02.466 INFO O| Oct 30 14:08:02.466 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-10-30T14:08:03.172Z | [ recovery-image] Oct 30 14:08:02.484 INFO O| Oct 30 14:08:02.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5619 | 2024-10-30T14:08:03.172Z | [ recovery-image] Oct 30 14:08:02.484 INFO O| Oct 30 14:08:02.484 INFO STEP 484 (remove_files) COMPLETE |
5620 | 2024-10-30T14:08:03.172Z | [ recovery-image] Oct 30 14:08:02.484 INFO O| Oct 30 14:08:02.484 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-10-30T14:08:03.213Z | [ recovery-image] Oct 30 14:08:02.524 INFO O| Oct 30 14:08:02.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5622 | 2024-10-30T14:08:03.213Z | [ recovery-image] Oct 30 14:08:02.525 INFO O| Oct 30 14:08:02.524 INFO STEP 485 (remove_files) COMPLETE |
5623 | 2024-10-30T14:08:03.213Z | [ recovery-image] Oct 30 14:08:02.525 INFO O| Oct 30 14:08:02.525 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-10-30T14:08:03.232Z | [ recovery-image] Oct 30 14:08:02.544 INFO O| Oct 30 14:08:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5625 | 2024-10-30T14:08:03.232Z | [ recovery-image] Oct 30 14:08:02.544 INFO O| Oct 30 14:08:02.544 INFO STEP 486 (remove_files) COMPLETE |
5626 | 2024-10-30T14:08:03.232Z | [ recovery-image] Oct 30 14:08:02.544 INFO O| Oct 30 14:08:02.544 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-10-30T14:08:03.251Z | [ recovery-image] Oct 30 14:08:02.563 INFO O| Oct 30 14:08:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5628 | 2024-10-30T14:08:03.251Z | [ recovery-image] Oct 30 14:08:02.563 INFO O| Oct 30 14:08:02.563 INFO STEP 487 (remove_files) COMPLETE |
5629 | 2024-10-30T14:08:03.254Z | [ recovery-image] Oct 30 14:08:02.563 INFO O| Oct 30 14:08:02.563 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-10-30T14:08:03.270Z | [ recovery-image] Oct 30 14:08:02.582 INFO O| Oct 30 14:08:02.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5631 | 2024-10-30T14:08:03.272Z | [ recovery-image] Oct 30 14:08:02.582 INFO O| Oct 30 14:08:02.582 INFO STEP 488 (remove_files) COMPLETE |
5632 | 2024-10-30T14:08:03.272Z | [ recovery-image] Oct 30 14:08:02.582 INFO O| Oct 30 14:08:02.582 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-10-30T14:08:03.289Z | [ recovery-image] Oct 30 14:08:02.600 INFO O| Oct 30 14:08:02.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5634 | 2024-10-30T14:08:03.289Z | [ recovery-image] Oct 30 14:08:02.601 INFO O| Oct 30 14:08:02.601 INFO STEP 489 (remove_files) COMPLETE |
5635 | 2024-10-30T14:08:03.291Z | [ recovery-image] Oct 30 14:08:02.601 INFO O| Oct 30 14:08:02.601 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-10-30T14:08:03.306Z | [ recovery-image] Oct 30 14:08:02.618 INFO O| Oct 30 14:08:02.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5637 | 2024-10-30T14:08:03.306Z | [ recovery-image] Oct 30 14:08:02.618 INFO O| Oct 30 14:08:02.618 INFO STEP 490 (remove_files) COMPLETE |
5638 | 2024-10-30T14:08:03.306Z | [ recovery-image] Oct 30 14:08:02.618 INFO O| Oct 30 14:08:02.618 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-10-30T14:08:03.331Z | [ recovery-image] Oct 30 14:08:02.643 INFO O| Oct 30 14:08:02.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5640 | 2024-10-30T14:08:03.334Z | [ recovery-image] Oct 30 14:08:02.644 INFO O| Oct 30 14:08:02.643 INFO STEP 491 (remove_files) COMPLETE |
5641 | 2024-10-30T14:08:03.334Z | [ recovery-image] Oct 30 14:08:02.644 INFO O| Oct 30 14:08:02.644 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-10-30T14:08:03.354Z | [ recovery-image] Oct 30 14:08:02.666 INFO O| Oct 30 14:08:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5643 | 2024-10-30T14:08:03.356Z | [ recovery-image] Oct 30 14:08:02.666 INFO O| Oct 30 14:08:02.666 INFO STEP 492 (remove_files) COMPLETE |
5644 | 2024-10-30T14:08:03.356Z | [ recovery-image] Oct 30 14:08:02.666 INFO O| Oct 30 14:08:02.666 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-10-30T14:08:03.391Z | [ recovery-image] Oct 30 14:08:02.703 INFO O| Oct 30 14:08:02.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5646 | 2024-10-30T14:08:03.394Z | [ recovery-image] Oct 30 14:08:02.703 INFO O| Oct 30 14:08:02.703 INFO STEP 493 (remove_files) COMPLETE |
5647 | 2024-10-30T14:08:03.394Z | [ recovery-image] Oct 30 14:08:02.703 INFO O| Oct 30 14:08:02.703 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-10-30T14:08:03.410Z | [ recovery-image] Oct 30 14:08:02.721 INFO O| Oct 30 14:08:02.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5649 | 2024-10-30T14:08:03.429Z | [ recovery-image] Oct 30 14:08:02.741 INFO O| Oct 30 14:08:02.741 INFO STEP 494 (remove_files) COMPLETE |
5650 | 2024-10-30T14:08:03.429Z | [ recovery-image] Oct 30 14:08:02.741 INFO O| Oct 30 14:08:02.741 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-10-30T14:08:03.449Z | [ recovery-image] Oct 30 14:08:02.761 INFO O| Oct 30 14:08:02.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5652 | 2024-10-30T14:08:03.452Z | [ recovery-image] Oct 30 14:08:02.762 INFO O| Oct 30 14:08:02.762 INFO STEP 495 (remove_files) COMPLETE |
5653 | 2024-10-30T14:08:03.452Z | [ recovery-image] Oct 30 14:08:02.762 INFO O| Oct 30 14:08:02.762 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-10-30T14:08:03.510Z | [ recovery-image] Oct 30 14:08:02.822 INFO O| Oct 30 14:08:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5655 | 2024-10-30T14:08:03.512Z | [ recovery-image] Oct 30 14:08:02.822 INFO O| Oct 30 14:08:02.822 INFO STEP 496 (remove_files) COMPLETE |
5656 | 2024-10-30T14:08:03.512Z | [ recovery-image] Oct 30 14:08:02.822 INFO O| Oct 30 14:08:02.822 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-10-30T14:08:03.536Z | [ recovery-image] Oct 30 14:08:02.848 INFO O| Oct 30 14:08:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5658 | 2024-10-30T14:08:03.536Z | [ recovery-image] Oct 30 14:08:02.848 INFO O| Oct 30 14:08:02.848 INFO STEP 497 (remove_files) COMPLETE |
5659 | 2024-10-30T14:08:03.539Z | [ recovery-image] Oct 30 14:08:02.848 INFO O| Oct 30 14:08:02.848 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-10-30T14:08:03.554Z | [ recovery-image] Oct 30 14:08:02.866 INFO O| Oct 30 14:08:02.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5661 | 2024-10-30T14:08:03.557Z | [ recovery-image] Oct 30 14:08:02.866 INFO O| Oct 30 14:08:02.866 INFO STEP 498 (remove_files) COMPLETE |
5662 | 2024-10-30T14:08:03.557Z | [ recovery-image] Oct 30 14:08:02.866 INFO O| Oct 30 14:08:02.866 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-10-30T14:08:03.575Z | [ recovery-image] Oct 30 14:08:02.886 INFO O| Oct 30 14:08:02.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5664 | 2024-10-30T14:08:03.575Z | [ recovery-image] Oct 30 14:08:02.886 INFO O| Oct 30 14:08:02.886 INFO STEP 499 (remove_files) COMPLETE |
5665 | 2024-10-30T14:08:03.575Z | [ recovery-image] Oct 30 14:08:02.886 INFO O| Oct 30 14:08:02.886 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-10-30T14:08:03.623Z | [ recovery-image] Oct 30 14:08:02.935 INFO O| Oct 30 14:08:02.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5667 | 2024-10-30T14:08:03.624Z | [ recovery-image] Oct 30 14:08:02.935 INFO O| Oct 30 14:08:02.935 INFO STEP 500 (remove_files) COMPLETE |
5668 | 2024-10-30T14:08:03.624Z | [ recovery-image] Oct 30 14:08:02.935 INFO O| Oct 30 14:08:02.935 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-10-30T14:08:03.667Z | [ recovery-image] Oct 30 14:08:02.979 INFO O| Oct 30 14:08:02.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5670 | 2024-10-30T14:08:03.667Z | [ recovery-image] Oct 30 14:08:02.979 INFO O| Oct 30 14:08:02.979 INFO STEP 501 (remove_files) COMPLETE |
5671 | 2024-10-30T14:08:03.670Z | [ recovery-image] Oct 30 14:08:02.979 INFO O| Oct 30 14:08:02.979 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-10-30T14:08:03.728Z | [ recovery-image] Oct 30 14:08:03.040 INFO O| Oct 30 14:08:03.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5673 | 2024-10-30T14:08:03.728Z | [ recovery-image] Oct 30 14:08:03.040 INFO O| Oct 30 14:08:03.040 INFO STEP 502 (remove_files) COMPLETE |
5674 | 2024-10-30T14:08:03.728Z | [ recovery-image] Oct 30 14:08:03.040 INFO O| Oct 30 14:08:03.040 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-10-30T14:08:03.747Z | [ recovery-image] Oct 30 14:08:03.059 INFO O| Oct 30 14:08:03.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5676 | 2024-10-30T14:08:03.750Z | [ recovery-image] Oct 30 14:08:03.059 INFO O| Oct 30 14:08:03.059 INFO STEP 503 (remove_files) COMPLETE |
5677 | 2024-10-30T14:08:03.750Z | [ recovery-image] Oct 30 14:08:03.059 INFO O| Oct 30 14:08:03.059 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-10-30T14:08:03.767Z | [ recovery-image] Oct 30 14:08:03.078 INFO O| Oct 30 14:08:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5679 | 2024-10-30T14:08:03.769Z | [ recovery-image] Oct 30 14:08:03.078 INFO O| Oct 30 14:08:03.078 INFO STEP 504 (remove_files) COMPLETE |
5680 | 2024-10-30T14:08:03.769Z | [ recovery-image] Oct 30 14:08:03.079 INFO O| Oct 30 14:08:03.078 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-10-30T14:08:03.785Z | [ recovery-image] Oct 30 14:08:03.096 INFO O| Oct 30 14:08:03.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5682 | 2024-10-30T14:08:03.785Z | [ recovery-image] Oct 30 14:08:03.096 INFO O| Oct 30 14:08:03.096 INFO STEP 505 (remove_files) COMPLETE |
5683 | 2024-10-30T14:08:03.787Z | [ recovery-image] Oct 30 14:08:03.097 INFO O| Oct 30 14:08:03.096 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-10-30T14:08:03.803Z | [ recovery-image] Oct 30 14:08:03.115 INFO O| Oct 30 14:08:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5685 | 2024-10-30T14:08:03.806Z | [ recovery-image] Oct 30 14:08:03.115 INFO O| Oct 30 14:08:03.115 INFO STEP 506 (remove_files) COMPLETE |
5686 | 2024-10-30T14:08:03.806Z | [ recovery-image] Oct 30 14:08:03.115 INFO O| Oct 30 14:08:03.115 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-10-30T14:08:03.837Z | [ recovery-image] Oct 30 14:08:03.149 INFO O| Oct 30 14:08:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5688 | 2024-10-30T14:08:03.837Z | [ recovery-image] Oct 30 14:08:03.149 INFO O| Oct 30 14:08:03.149 INFO STEP 507 (remove_files) COMPLETE |
5689 | 2024-10-30T14:08:03.837Z | [ recovery-image] Oct 30 14:08:03.149 INFO O| Oct 30 14:08:03.149 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-10-30T14:08:03.878Z | [ recovery-image] Oct 30 14:08:03.189 INFO O| Oct 30 14:08:03.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5691 | 2024-10-30T14:08:03.878Z | [ recovery-image] Oct 30 14:08:03.189 INFO O| Oct 30 14:08:03.189 INFO STEP 508 (remove_files) COMPLETE |
5692 | 2024-10-30T14:08:03.878Z | [ recovery-image] Oct 30 14:08:03.189 INFO O| Oct 30 14:08:03.189 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-10-30T14:08:03.931Z | [ recovery-image] Oct 30 14:08:03.242 INFO O| Oct 30 14:08:03.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5694 | 2024-10-30T14:08:03.931Z | [ recovery-image] Oct 30 14:08:03.242 INFO O| Oct 30 14:08:03.242 INFO STEP 509 (remove_files) COMPLETE |
5695 | 2024-10-30T14:08:03.931Z | [ recovery-image] Oct 30 14:08:03.242 INFO O| Oct 30 14:08:03.242 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-10-30T14:08:03.967Z | [ recovery-image] Oct 30 14:08:03.278 INFO O| Oct 30 14:08:03.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5697 | 2024-10-30T14:08:03.967Z | [ recovery-image] Oct 30 14:08:03.278 INFO O| Oct 30 14:08:03.278 INFO STEP 510 (remove_files) COMPLETE |
5698 | 2024-10-30T14:08:03.967Z | [ recovery-image] Oct 30 14:08:03.278 INFO O| Oct 30 14:08:03.278 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-10-30T14:08:03.996Z | [ recovery-image] Oct 30 14:08:03.307 INFO O| Oct 30 14:08:03.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5700 | 2024-10-30T14:08:03.996Z | [ recovery-image] Oct 30 14:08:03.307 INFO O| Oct 30 14:08:03.307 INFO STEP 511 (remove_files) COMPLETE |
5701 | 2024-10-30T14:08:03.996Z | [ recovery-image] Oct 30 14:08:03.307 INFO O| Oct 30 14:08:03.307 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-10-30T14:08:04.032Z | [ recovery-image] Oct 30 14:08:03.343 INFO O| Oct 30 14:08:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5703 | 2024-10-30T14:08:04.057Z | [ recovery-image] Oct 30 14:08:03.369 INFO O| Oct 30 14:08:03.369 INFO STEP 512 (remove_files) COMPLETE |
5704 | 2024-10-30T14:08:04.057Z | [ recovery-image] Oct 30 14:08:03.369 INFO O| Oct 30 14:08:03.369 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-10-30T14:08:04.118Z | [ recovery-image] Oct 30 14:08:03.429 INFO O| Oct 30 14:08:03.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5706 | 2024-10-30T14:08:04.118Z | [ recovery-image] Oct 30 14:08:03.429 INFO O| Oct 30 14:08:03.429 INFO STEP 513 (remove_files) COMPLETE |
5707 | 2024-10-30T14:08:04.118Z | [ recovery-image] Oct 30 14:08:03.429 INFO O| Oct 30 14:08:03.429 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-10-30T14:08:04.135Z | [ recovery-image] Oct 30 14:08:03.447 INFO O| Oct 30 14:08:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5709 | 2024-10-30T14:08:04.136Z | [ recovery-image] Oct 30 14:08:03.447 INFO O| Oct 30 14:08:03.447 INFO STEP 514 (remove_files) COMPLETE |
5710 | 2024-10-30T14:08:04.138Z | [ recovery-image] Oct 30 14:08:03.447 INFO O| Oct 30 14:08:03.447 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-10-30T14:08:04.163Z | [ recovery-image] Oct 30 14:08:03.475 INFO O| Oct 30 14:08:03.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5712 | 2024-10-30T14:08:04.166Z | [ recovery-image] Oct 30 14:08:03.475 INFO O| Oct 30 14:08:03.475 INFO STEP 515 (remove_files) COMPLETE |
5713 | 2024-10-30T14:08:04.166Z | [ recovery-image] Oct 30 14:08:03.476 INFO O| Oct 30 14:08:03.476 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-10-30T14:08:04.185Z | [ recovery-image] Oct 30 14:08:03.497 INFO O| Oct 30 14:08:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5715 | 2024-10-30T14:08:04.203Z | [ recovery-image] Oct 30 14:08:03.515 INFO O| Oct 30 14:08:03.515 INFO STEP 516 (remove_files) COMPLETE |
5716 | 2024-10-30T14:08:04.203Z | [ recovery-image] Oct 30 14:08:03.515 INFO O| Oct 30 14:08:03.515 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-10-30T14:08:04.227Z | [ recovery-image] Oct 30 14:08:03.538 INFO O| Oct 30 14:08:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5718 | 2024-10-30T14:08:04.229Z | [ recovery-image] Oct 30 14:08:03.539 INFO O| Oct 30 14:08:03.539 INFO STEP 517 (remove_files) COMPLETE |
5719 | 2024-10-30T14:08:04.229Z | [ recovery-image] Oct 30 14:08:03.539 INFO O| Oct 30 14:08:03.539 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-10-30T14:08:04.283Z | [ recovery-image] Oct 30 14:08:03.595 INFO O| Oct 30 14:08:03.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5721 | 2024-10-30T14:08:04.287Z | [ recovery-image] Oct 30 14:08:03.595 INFO O| Oct 30 14:08:03.595 INFO STEP 518 (remove_files) COMPLETE |
5722 | 2024-10-30T14:08:04.287Z | [ recovery-image] Oct 30 14:08:03.595 INFO O| Oct 30 14:08:03.595 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-10-30T14:08:04.306Z | [ recovery-image] Oct 30 14:08:03.617 INFO O| Oct 30 14:08:03.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5724 | 2024-10-30T14:08:04.308Z | [ recovery-image] Oct 30 14:08:03.617 INFO O| Oct 30 14:08:03.617 INFO STEP 519 (remove_files) COMPLETE |
5725 | 2024-10-30T14:08:04.309Z | [ recovery-image] Oct 30 14:08:03.617 INFO O| Oct 30 14:08:03.617 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-10-30T14:08:04.349Z | [ recovery-image] Oct 30 14:08:03.661 INFO O| Oct 30 14:08:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5727 | 2024-10-30T14:08:04.352Z | [ recovery-image] Oct 30 14:08:03.661 INFO O| Oct 30 14:08:03.661 INFO STEP 520 (remove_files) COMPLETE |
5728 | 2024-10-30T14:08:04.352Z | [ recovery-image] Oct 30 14:08:03.661 INFO O| Oct 30 14:08:03.661 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-10-30T14:08:04.371Z | [ recovery-image] Oct 30 14:08:03.683 INFO O| Oct 30 14:08:03.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5730 | 2024-10-30T14:08:04.374Z | [ recovery-image] Oct 30 14:08:03.683 INFO O| Oct 30 14:08:03.683 INFO STEP 521 (remove_files) COMPLETE |
5731 | 2024-10-30T14:08:04.374Z | [ recovery-image] Oct 30 14:08:03.683 INFO O| Oct 30 14:08:03.683 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-10-30T14:08:04.392Z | [ recovery-image] Oct 30 14:08:03.703 INFO O| Oct 30 14:08:03.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5733 | 2024-10-30T14:08:04.394Z | [ recovery-image] Oct 30 14:08:03.703 INFO O| Oct 30 14:08:03.703 INFO STEP 522 (remove_files) COMPLETE |
5734 | 2024-10-30T14:08:04.394Z | [ recovery-image] Oct 30 14:08:03.704 INFO O| Oct 30 14:08:03.703 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-10-30T14:08:04.410Z | [ recovery-image] Oct 30 14:08:03.722 INFO O| Oct 30 14:08:03.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5736 | 2024-10-30T14:08:04.411Z | [ recovery-image] Oct 30 14:08:03.722 INFO O| Oct 30 14:08:03.722 INFO STEP 523 (remove_files) COMPLETE |
5737 | 2024-10-30T14:08:04.411Z | [ recovery-image] Oct 30 14:08:03.722 INFO O| Oct 30 14:08:03.722 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-10-30T14:08:04.452Z | [ recovery-image] Oct 30 14:08:03.761 INFO O| Oct 30 14:08:03.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5739 | 2024-10-30T14:08:04.452Z | [ recovery-image] Oct 30 14:08:03.761 INFO O| Oct 30 14:08:03.761 INFO STEP 524 (remove_files) COMPLETE |
5740 | 2024-10-30T14:08:04.456Z | [ recovery-image] Oct 30 14:08:03.761 INFO O| Oct 30 14:08:03.761 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-10-30T14:08:04.484Z | [ recovery-image] Oct 30 14:08:03.796 INFO O| Oct 30 14:08:03.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5742 | 2024-10-30T14:08:04.484Z | [ recovery-image] Oct 30 14:08:03.796 INFO O| Oct 30 14:08:03.796 INFO STEP 525 (remove_files) COMPLETE |
5743 | 2024-10-30T14:08:04.484Z | [ recovery-image] Oct 30 14:08:03.796 INFO O| Oct 30 14:08:03.796 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-10-30T14:08:04.504Z | [ recovery-image] Oct 30 14:08:03.816 INFO O| Oct 30 14:08:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5745 | 2024-10-30T14:08:04.504Z | [ recovery-image] Oct 30 14:08:03.816 INFO O| Oct 30 14:08:03.816 INFO STEP 526 (remove_files) COMPLETE |
5746 | 2024-10-30T14:08:04.504Z | [ recovery-image] Oct 30 14:08:03.816 INFO O| Oct 30 14:08:03.816 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-10-30T14:08:04.523Z | [ recovery-image] Oct 30 14:08:03.835 INFO O| Oct 30 14:08:03.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5748 | 2024-10-30T14:08:04.523Z | [ recovery-image] Oct 30 14:08:03.835 INFO O| Oct 30 14:08:03.835 INFO STEP 527 (remove_files) COMPLETE |
5749 | 2024-10-30T14:08:04.526Z | [ recovery-image] Oct 30 14:08:03.835 INFO O| Oct 30 14:08:03.835 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-10-30T14:08:04.557Z | [ recovery-image] Oct 30 14:08:03.869 INFO O| Oct 30 14:08:03.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5751 | 2024-10-30T14:08:04.557Z | [ recovery-image] Oct 30 14:08:03.869 INFO O| Oct 30 14:08:03.869 INFO STEP 528 (remove_files) COMPLETE |
5752 | 2024-10-30T14:08:04.560Z | [ recovery-image] Oct 30 14:08:03.869 INFO O| Oct 30 14:08:03.869 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-10-30T14:08:04.578Z | [ recovery-image] Oct 30 14:08:03.890 INFO O| Oct 30 14:08:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5754 | 2024-10-30T14:08:04.578Z | [ recovery-image] Oct 30 14:08:03.890 INFO O| Oct 30 14:08:03.890 INFO STEP 529 (remove_files) COMPLETE |
5755 | 2024-10-30T14:08:04.578Z | [ recovery-image] Oct 30 14:08:03.890 INFO O| Oct 30 14:08:03.890 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-10-30T14:08:04.603Z | [ recovery-image] Oct 30 14:08:03.914 INFO O| Oct 30 14:08:03.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5757 | 2024-10-30T14:08:04.603Z | [ recovery-image] Oct 30 14:08:03.914 INFO O| Oct 30 14:08:03.914 INFO STEP 530 (remove_files) COMPLETE |
5758 | 2024-10-30T14:08:04.605Z | [ recovery-image] Oct 30 14:08:03.914 INFO O| Oct 30 14:08:03.914 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-10-30T14:08:04.633Z | [ recovery-image] Oct 30 14:08:03.944 INFO O| Oct 30 14:08:03.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5760 | 2024-10-30T14:08:04.633Z | [ recovery-image] Oct 30 14:08:03.944 INFO O| Oct 30 14:08:03.944 INFO STEP 531 (remove_files) COMPLETE |
5761 | 2024-10-30T14:08:04.633Z | [ recovery-image] Oct 30 14:08:03.944 INFO O| Oct 30 14:08:03.944 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-10-30T14:08:04.688Z | [ recovery-image] Oct 30 14:08:03.999 INFO O| Oct 30 14:08:03.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5763 | 2024-10-30T14:08:04.690Z | [ recovery-image] Oct 30 14:08:03.999 INFO O| Oct 30 14:08:03.999 INFO STEP 532 (remove_files) COMPLETE |
5764 | 2024-10-30T14:08:04.690Z | [ recovery-image] Oct 30 14:08:03.999 INFO O| Oct 30 14:08:03.999 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-10-30T14:08:04.710Z | [ recovery-image] Oct 30 14:08:04.021 INFO O| Oct 30 14:08:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5766 | 2024-10-30T14:08:04.710Z | [ recovery-image] Oct 30 14:08:04.021 INFO O| Oct 30 14:08:04.021 INFO STEP 533 (remove_files) COMPLETE |
5767 | 2024-10-30T14:08:04.710Z | [ recovery-image] Oct 30 14:08:04.021 INFO O| Oct 30 14:08:04.021 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-10-30T14:08:04.745Z | [ recovery-image] Oct 30 14:08:04.057 INFO O| Oct 30 14:08:04.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5769 | 2024-10-30T14:08:04.750Z | [ recovery-image] Oct 30 14:08:04.061 INFO O| Oct 30 14:08:04.061 INFO STEP 534 (remove_files) COMPLETE |
5770 | 2024-10-30T14:08:04.750Z | [ recovery-image] Oct 30 14:08:04.061 INFO O| Oct 30 14:08:04.061 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-10-30T14:08:04.787Z | [ recovery-image] Oct 30 14:08:04.099 INFO O| Oct 30 14:08:04.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5772 | 2024-10-30T14:08:04.790Z | [ recovery-image] Oct 30 14:08:04.099 INFO O| Oct 30 14:08:04.099 INFO STEP 535 (remove_files) COMPLETE |
5773 | 2024-10-30T14:08:04.790Z | [ recovery-image] Oct 30 14:08:04.099 INFO O| Oct 30 14:08:04.099 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-10-30T14:08:04.807Z | [ recovery-image] Oct 30 14:08:04.119 INFO O| Oct 30 14:08:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5775 | 2024-10-30T14:08:04.807Z | [ recovery-image] Oct 30 14:08:04.119 INFO O| Oct 30 14:08:04.119 INFO STEP 536 (remove_files) COMPLETE |
5776 | 2024-10-30T14:08:04.807Z | [ recovery-image] Oct 30 14:08:04.119 INFO O| Oct 30 14:08:04.119 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-10-30T14:08:04.832Z | [ recovery-image] Oct 30 14:08:04.143 INFO O| Oct 30 14:08:04.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5778 | 2024-10-30T14:08:04.834Z | [ recovery-image] Oct 30 14:08:04.144 INFO O| Oct 30 14:08:04.144 INFO STEP 537 (remove_files) COMPLETE |
5779 | 2024-10-30T14:08:04.834Z | [ recovery-image] Oct 30 14:08:04.144 INFO O| Oct 30 14:08:04.144 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-10-30T14:08:05.227Z | [ recovery-image] Oct 30 14:08:04.539 INFO O| Oct 30 14:08:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5781 | 2024-10-30T14:08:05.230Z | [ recovery-image] Oct 30 14:08:04.539 INFO O| Oct 30 14:08:04.539 INFO STEP 538 (remove_files) COMPLETE |
5782 | 2024-10-30T14:08:05.230Z | [ recovery-image] Oct 30 14:08:04.539 INFO O| Oct 30 14:08:04.539 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-10-30T14:08:05.307Z | [ recovery-image] Oct 30 14:08:04.618 INFO O| Oct 30 14:08:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5784 | 2024-10-30T14:08:05.307Z | [ recovery-image] Oct 30 14:08:04.618 INFO O| Oct 30 14:08:04.618 INFO STEP 539 (remove_files) COMPLETE |
5785 | 2024-10-30T14:08:05.309Z | [ recovery-image] Oct 30 14:08:04.619 INFO O| Oct 30 14:08:04.618 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-10-30T14:08:05.326Z | [ recovery-image] Oct 30 14:08:04.637 INFO O| Oct 30 14:08:04.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5787 | 2024-10-30T14:08:05.328Z | [ recovery-image] Oct 30 14:08:04.638 INFO O| Oct 30 14:08:04.637 INFO STEP 540 (remove_files) COMPLETE |
5788 | 2024-10-30T14:08:05.328Z | [ recovery-image] Oct 30 14:08:04.638 INFO O| Oct 30 14:08:04.638 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-10-30T14:08:05.344Z | [ recovery-image] Oct 30 14:08:04.656 INFO O| Oct 30 14:08:04.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5790 | 2024-10-30T14:08:05.344Z | [ recovery-image] Oct 30 14:08:04.656 INFO O| Oct 30 14:08:04.656 INFO STEP 541 (remove_files) COMPLETE |
5791 | 2024-10-30T14:08:05.347Z | [ recovery-image] Oct 30 14:08:04.657 INFO O| Oct 30 14:08:04.656 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-10-30T14:08:05.363Z | [ recovery-image] Oct 30 14:08:04.674 INFO O| Oct 30 14:08:04.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5793 | 2024-10-30T14:08:05.365Z | [ recovery-image] Oct 30 14:08:04.675 INFO O| Oct 30 14:08:04.675 INFO STEP 542 (remove_files) COMPLETE |
5794 | 2024-10-30T14:08:05.365Z | [ recovery-image] Oct 30 14:08:04.675 INFO O| Oct 30 14:08:04.675 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-10-30T14:08:05.382Z | [ recovery-image] Oct 30 14:08:04.694 INFO O| Oct 30 14:08:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5796 | 2024-10-30T14:08:05.382Z | [ recovery-image] Oct 30 14:08:04.694 INFO O| Oct 30 14:08:04.694 INFO STEP 543 (remove_files) COMPLETE |
5797 | 2024-10-30T14:08:05.386Z | [ recovery-image] Oct 30 14:08:04.694 INFO O| Oct 30 14:08:04.694 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-10-30T14:08:05.401Z | [ recovery-image] Oct 30 14:08:04.712 INFO O| Oct 30 14:08:04.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5799 | 2024-10-30T14:08:05.403Z | [ recovery-image] Oct 30 14:08:04.713 INFO O| Oct 30 14:08:04.712 INFO STEP 544 (remove_files) COMPLETE |
5800 | 2024-10-30T14:08:05.403Z | [ recovery-image] Oct 30 14:08:04.713 INFO O| Oct 30 14:08:04.712 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-10-30T14:08:05.437Z | [ recovery-image] Oct 30 14:08:04.749 INFO O| Oct 30 14:08:04.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5802 | 2024-10-30T14:08:05.438Z | [ recovery-image] Oct 30 14:08:04.749 INFO O| Oct 30 14:08:04.749 INFO STEP 545 (remove_files) COMPLETE |
5803 | 2024-10-30T14:08:05.438Z | [ recovery-image] Oct 30 14:08:04.749 INFO O| Oct 30 14:08:04.749 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-10-30T14:08:05.493Z | [ recovery-image] Oct 30 14:08:04.805 INFO O| Oct 30 14:08:04.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5805 | 2024-10-30T14:08:05.493Z | [ recovery-image] Oct 30 14:08:04.805 INFO O| Oct 30 14:08:04.805 INFO STEP 546 (remove_files) COMPLETE |
5806 | 2024-10-30T14:08:05.496Z | [ recovery-image] Oct 30 14:08:04.805 INFO O| Oct 30 14:08:04.805 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-10-30T14:08:05.514Z | [ recovery-image] Oct 30 14:08:04.825 INFO O| Oct 30 14:08:04.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5808 | 2024-10-30T14:08:05.514Z | [ recovery-image] Oct 30 14:08:04.825 INFO O| Oct 30 14:08:04.825 INFO STEP 547 (remove_files) COMPLETE |
5809 | 2024-10-30T14:08:05.517Z | [ recovery-image] Oct 30 14:08:04.825 INFO O| Oct 30 14:08:04.825 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-10-30T14:08:05.547Z | [ recovery-image] Oct 30 14:08:04.858 INFO O| Oct 30 14:08:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5811 | 2024-10-30T14:08:05.547Z | [ recovery-image] Oct 30 14:08:04.858 INFO O| Oct 30 14:08:04.858 INFO STEP 548 (remove_files) COMPLETE |
5812 | 2024-10-30T14:08:05.547Z | [ recovery-image] Oct 30 14:08:04.858 INFO O| Oct 30 14:08:04.858 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-10-30T14:08:05.618Z | [ recovery-image] Oct 30 14:08:04.929 INFO O| Oct 30 14:08:04.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5814 | 2024-10-30T14:08:05.618Z | [ recovery-image] Oct 30 14:08:04.929 INFO O| Oct 30 14:08:04.929 INFO STEP 549 (remove_files) COMPLETE |
5815 | 2024-10-30T14:08:05.620Z | [ recovery-image] Oct 30 14:08:04.929 INFO O| Oct 30 14:08:04.929 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-10-30T14:08:05.636Z | [ recovery-image] Oct 30 14:08:04.948 INFO O| Oct 30 14:08:04.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5817 | 2024-10-30T14:08:05.636Z | [ recovery-image] Oct 30 14:08:04.948 INFO O| Oct 30 14:08:04.948 INFO STEP 550 (remove_files) COMPLETE |
5818 | 2024-10-30T14:08:05.636Z | [ recovery-image] Oct 30 14:08:04.948 INFO O| Oct 30 14:08:04.948 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-10-30T14:08:05.691Z | [ recovery-image] Oct 30 14:08:05.003 INFO O| Oct 30 14:08:05.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5820 | 2024-10-30T14:08:05.691Z | [ recovery-image] Oct 30 14:08:05.003 INFO O| Oct 30 14:08:05.003 INFO STEP 551 (remove_files) COMPLETE |
5821 | 2024-10-30T14:08:05.694Z | [ recovery-image] Oct 30 14:08:05.003 INFO O| Oct 30 14:08:05.003 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-10-30T14:08:05.722Z | [ host-image] Oct 30 14:08:05.034 INFO O| Oct 30 14:08:05.034 INFO O| Done |
5823 | 2024-10-30T14:08:05.725Z | [ recovery-image] Oct 30 14:08:05.036 INFO O| Oct 30 14:08:05.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5824 | 2024-10-30T14:08:05.725Z | [ recovery-image] Oct 30 14:08:05.036 INFO O| Oct 30 14:08:05.036 INFO STEP 552 (remove_files) COMPLETE |
5825 | 2024-10-30T14:08:05.725Z | [ recovery-image] Oct 30 14:08:05.036 INFO O| Oct 30 14:08:05.036 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-10-30T14:08:05.750Z | [ recovery-image] Oct 30 14:08:05.061 INFO O| Oct 30 14:08:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5827 | 2024-10-30T14:08:05.750Z | [ recovery-image] Oct 30 14:08:05.061 INFO O| Oct 30 14:08:05.061 INFO STEP 553 (remove_files) COMPLETE |
5828 | 2024-10-30T14:08:05.750Z | [ recovery-image] Oct 30 14:08:05.061 INFO O| Oct 30 14:08:05.061 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-10-30T14:08:05.768Z | [ recovery-image] Oct 30 14:08:05.080 INFO O| Oct 30 14:08:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5830 | 2024-10-30T14:08:05.773Z | [ host-image] Oct 30 14:08:05.085 INFO O| Oct 30 14:08:05.085 INFO O| Done |
5831 | 2024-10-30T14:08:05.776Z | [ host-image] Oct 30 14:08:05.085 INFO O| Oct 30 14:08:05.085 INFO O| Done |
5832 | 2024-10-30T14:08:05.794Z | [ recovery-image] Oct 30 14:08:05.105 INFO O| Oct 30 14:08:05.105 INFO STEP 554 (remove_files) COMPLETE |
5833 | 2024-10-30T14:08:05.794Z | [ recovery-image] Oct 30 14:08:05.105 INFO O| Oct 30 14:08:05.105 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-10-30T14:08:05.820Z | [ recovery-image] Oct 30 14:08:05.131 INFO O| Oct 30 14:08:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5835 | 2024-10-30T14:08:05.822Z | [ recovery-image] Oct 30 14:08:05.132 INFO O| Oct 30 14:08:05.132 INFO STEP 555 (remove_files) COMPLETE |
5836 | 2024-10-30T14:08:05.822Z | [ recovery-image] Oct 30 14:08:05.132 INFO O| Oct 30 14:08:05.132 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-10-30T14:08:05.861Z | [ recovery-image] Oct 30 14:08:05.172 INFO O| Oct 30 14:08:05.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5838 | 2024-10-30T14:08:05.863Z | [ recovery-image] Oct 30 14:08:05.172 INFO O| Oct 30 14:08:05.172 INFO STEP 556 (remove_files) COMPLETE |
5839 | 2024-10-30T14:08:05.863Z | [ recovery-image] Oct 30 14:08:05.172 INFO O| Oct 30 14:08:05.172 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-10-30T14:08:05.870Z | [ host-image] Oct 30 14:08:05.182 INFO O| Oct 30 14:08:05.182 INFO O| Done |
5841 | 2024-10-30T14:08:05.906Z | [ recovery-image] Oct 30 14:08:05.217 INFO O| Oct 30 14:08:05.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5842 | 2024-10-30T14:08:05.906Z | [ recovery-image] Oct 30 14:08:05.217 INFO O| Oct 30 14:08:05.217 INFO STEP 557 (remove_files) COMPLETE |
5843 | 2024-10-30T14:08:05.909Z | [ recovery-image] Oct 30 14:08:05.217 INFO O| Oct 30 14:08:05.217 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-10-30T14:08:05.945Z | [ recovery-image] Oct 30 14:08:05.256 INFO O| Oct 30 14:08:05.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5845 | 2024-10-30T14:08:05.945Z | [ recovery-image] Oct 30 14:08:05.256 INFO O| Oct 30 14:08:05.256 INFO STEP 558 (remove_files) COMPLETE |
5846 | 2024-10-30T14:08:05.945Z | [ recovery-image] Oct 30 14:08:05.256 INFO O| Oct 30 14:08:05.256 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-10-30T14:08:05.981Z | [ recovery-image] Oct 30 14:08:05.293 INFO O| Oct 30 14:08:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5848 | 2024-10-30T14:08:05.984Z | [ recovery-image] Oct 30 14:08:05.293 INFO O| Oct 30 14:08:05.293 INFO STEP 559 (remove_files) COMPLETE |
5849 | 2024-10-30T14:08:05.984Z | [ recovery-image] Oct 30 14:08:05.293 INFO O| Oct 30 14:08:05.293 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-10-30T14:08:06.002Z | [ recovery-image] Oct 30 14:08:05.314 INFO O| Oct 30 14:08:05.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5851 | 2024-10-30T14:08:06.005Z | [ recovery-image] Oct 30 14:08:05.314 INFO O| Oct 30 14:08:05.314 INFO STEP 560 (remove_files) COMPLETE |
5852 | 2024-10-30T14:08:06.005Z | [ recovery-image] Oct 30 14:08:05.314 INFO O| Oct 30 14:08:05.314 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-10-30T14:08:06.033Z | [ host-image] Oct 30 14:08:05.344 INFO O| Oct 30 14:08:05.344 INFO STEP 13 (pkg_install) COMPLETE |
5854 | 2024-10-30T14:08:06.033Z | [ host-image] Oct 30 14:08:05.344 INFO O| Oct 30 14:08:05.344 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5855 | 2024-10-30T14:08:06.035Z | [ recovery-image] Oct 30 14:08:05.346 INFO O| Oct 30 14:08:05.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5856 | 2024-10-30T14:08:06.035Z | [ recovery-image] Oct 30 14:08:05.346 INFO O| Oct 30 14:08:05.346 INFO STEP 561 (remove_files) COMPLETE |
5857 | 2024-10-30T14:08:06.035Z | [ recovery-image] Oct 30 14:08:05.347 INFO O| Oct 30 14:08:05.346 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-10-30T14:08:06.049Z | [ host-image] Oct 30 14:08:05.360 INFO O| Oct 30 14:08:05.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
5859 | 2024-10-30T14:08:06.053Z | [ recovery-image] Oct 30 14:08:05.365 INFO O| Oct 30 14:08:05.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5860 | 2024-10-30T14:08:06.056Z | [ recovery-image] Oct 30 14:08:05.365 INFO O| Oct 30 14:08:05.365 INFO STEP 562 (remove_files) COMPLETE |
5861 | 2024-10-30T14:08:06.056Z | [ recovery-image] Oct 30 14:08:05.365 INFO O| Oct 30 14:08:05.365 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-10-30T14:08:06.073Z | [ recovery-image] Oct 30 14:08:05.384 INFO O| Oct 30 14:08:05.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5863 | 2024-10-30T14:08:06.076Z | [ recovery-image] Oct 30 14:08:05.384 INFO O| Oct 30 14:08:05.384 INFO STEP 563 (remove_files) COMPLETE |
5864 | 2024-10-30T14:08:06.076Z | [ recovery-image] Oct 30 14:08:05.384 INFO O| Oct 30 14:08:05.384 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-10-30T14:08:06.092Z | [ recovery-image] Oct 30 14:08:05.404 INFO O| Oct 30 14:08:05.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5866 | 2024-10-30T14:08:06.092Z | [ recovery-image] Oct 30 14:08:05.404 INFO O| Oct 30 14:08:05.404 INFO STEP 564 (remove_files) COMPLETE |
5867 | 2024-10-30T14:08:06.092Z | [ recovery-image] Oct 30 14:08:05.404 INFO O| Oct 30 14:08:05.404 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-10-30T14:08:06.112Z | [ recovery-image] Oct 30 14:08:05.423 INFO O| Oct 30 14:08:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5869 | 2024-10-30T14:08:06.112Z | [ recovery-image] Oct 30 14:08:05.424 INFO O| Oct 30 14:08:05.423 INFO STEP 565 (remove_files) COMPLETE |
5870 | 2024-10-30T14:08:06.114Z | [ recovery-image] Oct 30 14:08:05.424 INFO O| Oct 30 14:08:05.423 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-10-30T14:08:06.132Z | [ recovery-image] Oct 30 14:08:05.444 INFO O| Oct 30 14:08:05.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5872 | 2024-10-30T14:08:06.132Z | [ recovery-image] Oct 30 14:08:05.444 INFO O| Oct 30 14:08:05.444 INFO STEP 566 (remove_files) COMPLETE |
5873 | 2024-10-30T14:08:06.132Z | [ recovery-image] Oct 30 14:08:05.444 INFO O| Oct 30 14:08:05.444 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-10-30T14:08:06.152Z | [ recovery-image] Oct 30 14:08:05.464 INFO O| Oct 30 14:08:05.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5875 | 2024-10-30T14:08:06.155Z | [ recovery-image] Oct 30 14:08:05.464 INFO O| Oct 30 14:08:05.464 INFO STEP 567 (remove_files) COMPLETE |
5876 | 2024-10-30T14:08:06.155Z | [ recovery-image] Oct 30 14:08:05.464 INFO O| Oct 30 14:08:05.464 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-10-30T14:08:06.172Z | [ recovery-image] Oct 30 14:08:05.484 INFO O| Oct 30 14:08:05.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5878 | 2024-10-30T14:08:06.172Z | [ recovery-image] Oct 30 14:08:05.484 INFO O| Oct 30 14:08:05.484 INFO STEP 568 (remove_files) COMPLETE |
5879 | 2024-10-30T14:08:06.175Z | [ recovery-image] Oct 30 14:08:05.484 INFO O| Oct 30 14:08:05.484 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-10-30T14:08:06.193Z | [ recovery-image] Oct 30 14:08:05.505 INFO O| Oct 30 14:08:05.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5881 | 2024-10-30T14:08:06.193Z | [ recovery-image] Oct 30 14:08:05.505 INFO O| Oct 30 14:08:05.505 INFO STEP 569 (remove_files) COMPLETE |
5882 | 2024-10-30T14:08:06.193Z | [ recovery-image] Oct 30 14:08:05.505 INFO O| Oct 30 14:08:05.505 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-10-30T14:08:06.230Z | [ recovery-image] Oct 30 14:08:05.541 INFO O| Oct 30 14:08:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5884 | 2024-10-30T14:08:06.231Z | [ recovery-image] Oct 30 14:08:05.541 INFO O| Oct 30 14:08:05.541 INFO STEP 570 (remove_files) COMPLETE |
5885 | 2024-10-30T14:08:06.231Z | [ recovery-image] Oct 30 14:08:05.542 INFO O| Oct 30 14:08:05.541 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-10-30T14:08:06.251Z | [ recovery-image] Oct 30 14:08:05.562 INFO O| Oct 30 14:08:05.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5887 | 2024-10-30T14:08:06.251Z | [ recovery-image] Oct 30 14:08:05.562 INFO O| Oct 30 14:08:05.562 INFO STEP 571 (remove_files) COMPLETE |
5888 | 2024-10-30T14:08:06.252Z | [ recovery-image] Oct 30 14:08:05.562 INFO O| Oct 30 14:08:05.562 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-10-30T14:08:06.284Z | [ recovery-image] Oct 30 14:08:05.596 INFO O| Oct 30 14:08:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5890 | 2024-10-30T14:08:06.284Z | [ recovery-image] Oct 30 14:08:05.596 INFO O| Oct 30 14:08:05.596 INFO STEP 572 (remove_files) COMPLETE |
5891 | 2024-10-30T14:08:06.284Z | [ recovery-image] Oct 30 14:08:05.596 INFO O| Oct 30 14:08:05.596 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-10-30T14:08:06.309Z | [ recovery-image] Oct 30 14:08:05.620 INFO O| Oct 30 14:08:05.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5893 | 2024-10-30T14:08:06.311Z | [ recovery-image] Oct 30 14:08:05.620 INFO O| Oct 30 14:08:05.620 INFO STEP 573 (remove_files) COMPLETE |
5894 | 2024-10-30T14:08:06.311Z | [ recovery-image] Oct 30 14:08:05.621 INFO O| Oct 30 14:08:05.620 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-10-30T14:08:06.327Z | [ recovery-image] Oct 30 14:08:05.639 INFO O| Oct 30 14:08:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5896 | 2024-10-30T14:08:06.330Z | [ recovery-image] Oct 30 14:08:05.639 INFO O| Oct 30 14:08:05.639 INFO STEP 574 (remove_files) COMPLETE |
5897 | 2024-10-30T14:08:06.330Z | [ recovery-image] Oct 30 14:08:05.639 INFO O| Oct 30 14:08:05.639 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-10-30T14:08:06.344Z | [ recovery-image] Oct 30 14:08:05.656 INFO O| Oct 30 14:08:05.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5899 | 2024-10-30T14:08:06.344Z | [ recovery-image] Oct 30 14:08:05.656 INFO O| Oct 30 14:08:05.656 INFO STEP 575 (remove_files) COMPLETE |
5900 | 2024-10-30T14:08:06.344Z | [ recovery-image] Oct 30 14:08:05.656 INFO O| Oct 30 14:08:05.656 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-10-30T14:08:06.361Z | [ recovery-image] Oct 30 14:08:05.673 INFO O| Oct 30 14:08:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5902 | 2024-10-30T14:08:06.361Z | [ recovery-image] Oct 30 14:08:05.673 INFO O| Oct 30 14:08:05.673 INFO STEP 576 (remove_files) COMPLETE |
5903 | 2024-10-30T14:08:06.361Z | [ recovery-image] Oct 30 14:08:05.673 INFO O| Oct 30 14:08:05.673 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-10-30T14:08:06.379Z | [ recovery-image] Oct 30 14:08:05.690 INFO O| Oct 30 14:08:05.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5905 | 2024-10-30T14:08:06.379Z | [ recovery-image] Oct 30 14:08:05.690 INFO O| Oct 30 14:08:05.690 INFO STEP 577 (remove_files) COMPLETE |
5906 | 2024-10-30T14:08:06.381Z | [ recovery-image] Oct 30 14:08:05.690 INFO O| Oct 30 14:08:05.690 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-10-30T14:08:06.398Z | [ recovery-image] Oct 30 14:08:05.710 INFO O| Oct 30 14:08:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5908 | 2024-10-30T14:08:06.398Z | [ recovery-image] Oct 30 14:08:05.710 INFO O| Oct 30 14:08:05.710 INFO STEP 578 (remove_files) COMPLETE |
5909 | 2024-10-30T14:08:06.401Z | [ recovery-image] Oct 30 14:08:05.710 INFO O| Oct 30 14:08:05.710 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-10-30T14:08:06.434Z | [ recovery-image] Oct 30 14:08:05.745 INFO O| Oct 30 14:08:05.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5911 | 2024-10-30T14:08:06.437Z | [ recovery-image] Oct 30 14:08:05.745 INFO O| Oct 30 14:08:05.745 INFO STEP 579 (remove_files) COMPLETE |
5912 | 2024-10-30T14:08:06.437Z | [ recovery-image] Oct 30 14:08:05.746 INFO O| Oct 30 14:08:05.745 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-10-30T14:08:06.455Z | [ recovery-image] Oct 30 14:08:05.766 INFO O| Oct 30 14:08:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5914 | 2024-10-30T14:08:06.457Z | [ recovery-image] Oct 30 14:08:05.767 INFO O| Oct 30 14:08:05.767 INFO STEP 580 (remove_files) COMPLETE |
5915 | 2024-10-30T14:08:06.457Z | [ recovery-image] Oct 30 14:08:05.767 INFO O| Oct 30 14:08:05.767 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-10-30T14:08:06.487Z | [ recovery-image] Oct 30 14:08:05.798 INFO O| Oct 30 14:08:05.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5917 | 2024-10-30T14:08:06.489Z | [ recovery-image] Oct 30 14:08:05.798 INFO O| Oct 30 14:08:05.798 INFO STEP 581 (remove_files) COMPLETE |
5918 | 2024-10-30T14:08:06.489Z | [ recovery-image] Oct 30 14:08:05.798 INFO O| Oct 30 14:08:05.798 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-10-30T14:08:06.506Z | [ recovery-image] Oct 30 14:08:05.817 INFO O| Oct 30 14:08:05.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5920 | 2024-10-30T14:08:06.506Z | [ recovery-image] Oct 30 14:08:05.818 INFO O| Oct 30 14:08:05.818 INFO STEP 582 (remove_files) COMPLETE |
5921 | 2024-10-30T14:08:06.506Z | [ recovery-image] Oct 30 14:08:05.818 INFO O| Oct 30 14:08:05.818 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-10-30T14:08:06.524Z | [ recovery-image] Oct 30 14:08:05.835 INFO O| Oct 30 14:08:05.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5923 | 2024-10-30T14:08:06.524Z | [ recovery-image] Oct 30 14:08:05.835 INFO O| Oct 30 14:08:05.835 INFO STEP 583 (remove_files) COMPLETE |
5924 | 2024-10-30T14:08:06.526Z | [ recovery-image] Oct 30 14:08:05.835 INFO O| Oct 30 14:08:05.835 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-10-30T14:08:06.540Z | [ recovery-image] Oct 30 14:08:05.852 INFO O| Oct 30 14:08:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5926 | 2024-10-30T14:08:06.540Z | [ recovery-image] Oct 30 14:08:05.852 INFO O| Oct 30 14:08:05.852 INFO STEP 584 (remove_files) COMPLETE |
5927 | 2024-10-30T14:08:06.544Z | [ recovery-image] Oct 30 14:08:05.852 INFO O| Oct 30 14:08:05.852 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-10-30T14:08:06.557Z | [ recovery-image] Oct 30 14:08:05.869 INFO O| Oct 30 14:08:05.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5929 | 2024-10-30T14:08:06.557Z | [ recovery-image] Oct 30 14:08:05.869 INFO O| Oct 30 14:08:05.869 INFO STEP 585 (remove_files) COMPLETE |
5930 | 2024-10-30T14:08:06.560Z | [ recovery-image] Oct 30 14:08:05.869 INFO O| Oct 30 14:08:05.869 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-10-30T14:08:06.588Z | [ recovery-image] Oct 30 14:08:05.899 INFO O| Oct 30 14:08:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5932 | 2024-10-30T14:08:06.590Z | [ recovery-image] Oct 30 14:08:05.899 INFO O| Oct 30 14:08:05.899 INFO STEP 586 (remove_files) COMPLETE |
5933 | 2024-10-30T14:08:06.590Z | [ recovery-image] Oct 30 14:08:05.899 INFO O| Oct 30 14:08:05.899 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-10-30T14:08:06.626Z | [ recovery-image] Oct 30 14:08:05.937 INFO O| Oct 30 14:08:05.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5935 | 2024-10-30T14:08:06.626Z | [ recovery-image] Oct 30 14:08:05.937 INFO O| Oct 30 14:08:05.937 INFO STEP 587 (remove_files) COMPLETE |
5936 | 2024-10-30T14:08:06.626Z | [ recovery-image] Oct 30 14:08:05.937 INFO O| Oct 30 14:08:05.937 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-10-30T14:08:06.703Z | [ recovery-image] Oct 30 14:08:06.014 INFO O| Oct 30 14:08:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5938 | 2024-10-30T14:08:06.703Z | [ recovery-image] Oct 30 14:08:06.015 INFO O| Oct 30 14:08:06.015 INFO STEP 588 (remove_files) COMPLETE |
5939 | 2024-10-30T14:08:06.703Z | [ recovery-image] Oct 30 14:08:06.015 INFO O| Oct 30 14:08:06.015 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-10-30T14:08:06.721Z | [ recovery-image] Oct 30 14:08:06.033 INFO O| Oct 30 14:08:06.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5941 | 2024-10-30T14:08:06.721Z | [ recovery-image] Oct 30 14:08:06.033 INFO O| Oct 30 14:08:06.033 INFO STEP 589 (remove_files) COMPLETE |
5942 | 2024-10-30T14:08:06.724Z | [ recovery-image] Oct 30 14:08:06.033 INFO O| Oct 30 14:08:06.033 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-10-30T14:08:06.785Z | [ recovery-image] Oct 30 14:08:06.096 INFO O| Oct 30 14:08:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5944 | 2024-10-30T14:08:06.785Z | [ recovery-image] Oct 30 14:08:06.096 INFO O| Oct 30 14:08:06.096 INFO STEP 590 (remove_files) COMPLETE |
5945 | 2024-10-30T14:08:06.789Z | [ recovery-image] Oct 30 14:08:06.097 INFO O| Oct 30 14:08:06.096 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-10-30T14:08:06.829Z | [ recovery-image] Oct 30 14:08:06.141 INFO O| Oct 30 14:08:06.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5947 | 2024-10-30T14:08:06.832Z | [ recovery-image] Oct 30 14:08:06.141 INFO O| Oct 30 14:08:06.141 INFO STEP 591 (remove_files) COMPLETE |
5948 | 2024-10-30T14:08:06.832Z | [ recovery-image] Oct 30 14:08:06.141 INFO O| Oct 30 14:08:06.141 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-10-30T14:08:06.855Z | [ recovery-image] Oct 30 14:08:06.166 INFO O| Oct 30 14:08:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5950 | 2024-10-30T14:08:06.855Z | [ recovery-image] Oct 30 14:08:06.166 INFO O| Oct 30 14:08:06.166 INFO STEP 592 (remove_files) COMPLETE |
5951 | 2024-10-30T14:08:06.855Z | [ recovery-image] Oct 30 14:08:06.166 INFO O| Oct 30 14:08:06.166 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-10-30T14:08:06.909Z | [ recovery-image] Oct 30 14:08:06.221 INFO O| Oct 30 14:08:06.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5953 | 2024-10-30T14:08:06.910Z | [ recovery-image] Oct 30 14:08:06.221 INFO O| Oct 30 14:08:06.221 INFO STEP 593 (remove_files) COMPLETE |
5954 | 2024-10-30T14:08:06.912Z | [ recovery-image] Oct 30 14:08:06.221 INFO O| Oct 30 14:08:06.221 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-10-30T14:08:06.931Z | [ recovery-image] Oct 30 14:08:06.242 INFO O| Oct 30 14:08:06.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5956 | 2024-10-30T14:08:06.931Z | [ recovery-image] Oct 30 14:08:06.242 INFO O| Oct 30 14:08:06.242 INFO STEP 594 (remove_files) COMPLETE |
5957 | 2024-10-30T14:08:06.931Z | [ recovery-image] Oct 30 14:08:06.242 INFO O| Oct 30 14:08:06.242 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-10-30T14:08:06.950Z | [ recovery-image] Oct 30 14:08:06.261 INFO O| Oct 30 14:08:06.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5959 | 2024-10-30T14:08:06.950Z | [ recovery-image] Oct 30 14:08:06.261 INFO O| Oct 30 14:08:06.261 INFO STEP 595 (remove_files) COMPLETE |
5960 | 2024-10-30T14:08:06.950Z | [ recovery-image] Oct 30 14:08:06.261 INFO O| Oct 30 14:08:06.261 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-10-30T14:08:06.989Z | [ recovery-image] Oct 30 14:08:06.300 INFO O| Oct 30 14:08:06.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5962 | 2024-10-30T14:08:06.989Z | [ recovery-image] Oct 30 14:08:06.300 INFO O| Oct 30 14:08:06.300 INFO STEP 596 (remove_files) COMPLETE |
5963 | 2024-10-30T14:08:06.991Z | [ recovery-image] Oct 30 14:08:06.300 INFO O| Oct 30 14:08:06.300 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-10-30T14:08:07.008Z | [ recovery-image] Oct 30 14:08:06.319 INFO O| Oct 30 14:08:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5965 | 2024-10-30T14:08:07.010Z | [ recovery-image] Oct 30 14:08:06.319 INFO O| Oct 30 14:08:06.319 INFO STEP 597 (remove_files) COMPLETE |
5966 | 2024-10-30T14:08:07.010Z | [ recovery-image] Oct 30 14:08:06.320 INFO O| Oct 30 14:08:06.320 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-10-30T14:08:07.043Z | [ recovery-image] Oct 30 14:08:06.355 INFO O| Oct 30 14:08:06.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5968 | 2024-10-30T14:08:07.045Z | [ recovery-image] Oct 30 14:08:06.355 INFO O| Oct 30 14:08:06.355 INFO STEP 598 (remove_files) COMPLETE |
5969 | 2024-10-30T14:08:07.046Z | [ recovery-image] Oct 30 14:08:06.355 INFO O| Oct 30 14:08:06.355 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-10-30T14:08:07.070Z | [ recovery-image] Oct 30 14:08:06.381 INFO O| Oct 30 14:08:06.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5971 | 2024-10-30T14:08:07.070Z | [ recovery-image] Oct 30 14:08:06.381 INFO O| Oct 30 14:08:06.381 INFO STEP 599 (remove_files) COMPLETE |
5972 | 2024-10-30T14:08:07.070Z | [ recovery-image] Oct 30 14:08:06.381 INFO O| Oct 30 14:08:06.381 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-10-30T14:08:07.105Z | [ recovery-image] Oct 30 14:08:06.416 INFO O| Oct 30 14:08:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5974 | 2024-10-30T14:08:07.105Z | [ recovery-image] Oct 30 14:08:06.416 INFO O| Oct 30 14:08:06.416 INFO STEP 600 (remove_files) COMPLETE |
5975 | 2024-10-30T14:08:07.105Z | [ recovery-image] Oct 30 14:08:06.416 INFO O| Oct 30 14:08:06.416 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-10-30T14:08:07.159Z | [ host-image] Oct 30 14:08:06.471 INFO O| Oct 30 14:08:06.471 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5977 | 2024-10-30T14:08:07.176Z | [ recovery-image] Oct 30 14:08:06.487 INFO O| Oct 30 14:08:06.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5978 | 2024-10-30T14:08:07.176Z | [ recovery-image] Oct 30 14:08:06.487 INFO O| Oct 30 14:08:06.487 INFO STEP 601 (remove_files) COMPLETE |
5979 | 2024-10-30T14:08:07.176Z | [ recovery-image] Oct 30 14:08:06.487 INFO O| Oct 30 14:08:06.487 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-10-30T14:08:07.197Z | [ recovery-image] Oct 30 14:08:06.508 INFO O| Oct 30 14:08:06.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5981 | 2024-10-30T14:08:07.221Z | [ recovery-image] Oct 30 14:08:06.532 INFO O| Oct 30 14:08:06.532 INFO STEP 602 (remove_files) COMPLETE |
5982 | 2024-10-30T14:08:07.221Z | [ recovery-image] Oct 30 14:08:06.532 INFO O| Oct 30 14:08:06.532 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-10-30T14:08:07.291Z | [ recovery-image] Oct 30 14:08:06.602 INFO O| Oct 30 14:08:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5984 | 2024-10-30T14:08:07.294Z | [ recovery-image] Oct 30 14:08:06.602 INFO O| Oct 30 14:08:06.602 INFO STEP 603 (remove_files) COMPLETE |
5985 | 2024-10-30T14:08:07.294Z | [ recovery-image] Oct 30 14:08:06.602 INFO O| Oct 30 14:08:06.602 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-10-30T14:08:07.314Z | [ recovery-image] Oct 30 14:08:06.625 INFO O| Oct 30 14:08:06.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5987 | 2024-10-30T14:08:07.314Z | [ recovery-image] Oct 30 14:08:06.626 INFO O| Oct 30 14:08:06.625 INFO STEP 604 (remove_files) COMPLETE |
5988 | 2024-10-30T14:08:07.314Z | [ recovery-image] Oct 30 14:08:06.626 INFO O| Oct 30 14:08:06.626 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-10-30T14:08:07.337Z | [ recovery-image] Oct 30 14:08:06.648 INFO O| Oct 30 14:08:06.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5990 | 2024-10-30T14:08:07.339Z | [ recovery-image] Oct 30 14:08:06.648 INFO O| Oct 30 14:08:06.648 INFO STEP 605 (remove_files) COMPLETE |
5991 | 2024-10-30T14:08:07.339Z | [ recovery-image] Oct 30 14:08:06.648 INFO O| Oct 30 14:08:06.648 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-10-30T14:08:07.357Z | [ recovery-image] Oct 30 14:08:06.669 INFO O| Oct 30 14:08:06.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5993 | 2024-10-30T14:08:07.357Z | [ recovery-image] Oct 30 14:08:06.669 INFO O| Oct 30 14:08:06.669 INFO STEP 606 (remove_files) COMPLETE |
5994 | 2024-10-30T14:08:07.357Z | [ recovery-image] Oct 30 14:08:06.669 INFO O| Oct 30 14:08:06.669 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-10-30T14:08:07.380Z | [ recovery-image] Oct 30 14:08:06.691 INFO O| Oct 30 14:08:06.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5996 | 2024-10-30T14:08:07.380Z | [ recovery-image] Oct 30 14:08:06.691 INFO O| Oct 30 14:08:06.691 INFO STEP 607 (remove_files) COMPLETE |
5997 | 2024-10-30T14:08:07.380Z | [ recovery-image] Oct 30 14:08:06.691 INFO O| Oct 30 14:08:06.691 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-10-30T14:08:07.425Z | [ recovery-image] Oct 30 14:08:06.737 INFO O| Oct 30 14:08:06.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5999 | 2024-10-30T14:08:07.425Z | [ recovery-image] Oct 30 14:08:06.737 INFO O| Oct 30 14:08:06.737 INFO STEP 608 (remove_files) COMPLETE |
6000 | 2024-10-30T14:08:07.425Z | [ recovery-image] Oct 30 14:08:06.737 INFO O| Oct 30 14:08:06.737 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-10-30T14:08:07.444Z | [ recovery-image] Oct 30 14:08:06.755 INFO O| Oct 30 14:08:06.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6002 | 2024-10-30T14:08:07.447Z | [ recovery-image] Oct 30 14:08:06.755 INFO O| Oct 30 14:08:06.755 INFO STEP 609 (remove_files) COMPLETE |
6003 | 2024-10-30T14:08:07.447Z | [ recovery-image] Oct 30 14:08:06.756 INFO O| Oct 30 14:08:06.755 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-10-30T14:08:07.480Z | [ recovery-image] Oct 30 14:08:06.791 INFO O| Oct 30 14:08:06.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6005 | 2024-10-30T14:08:07.480Z | [ recovery-image] Oct 30 14:08:06.791 INFO O| Oct 30 14:08:06.791 INFO STEP 610 (remove_files) COMPLETE |
6006 | 2024-10-30T14:08:07.480Z | [ recovery-image] Oct 30 14:08:06.791 INFO O| Oct 30 14:08:06.791 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-10-30T14:08:07.541Z | [ recovery-image] Oct 30 14:08:06.852 INFO O| Oct 30 14:08:06.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6008 | 2024-10-30T14:08:07.541Z | [ recovery-image] Oct 30 14:08:06.852 INFO O| Oct 30 14:08:06.852 INFO STEP 611 (remove_files) COMPLETE |
6009 | 2024-10-30T14:08:07.543Z | [ recovery-image] Oct 30 14:08:06.852 INFO O| Oct 30 14:08:06.852 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-10-30T14:08:07.571Z | [ recovery-image] Oct 30 14:08:06.883 INFO O| Oct 30 14:08:06.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6011 | 2024-10-30T14:08:07.571Z | [ recovery-image] Oct 30 14:08:06.883 INFO O| Oct 30 14:08:06.883 INFO STEP 612 (remove_files) COMPLETE |
6012 | 2024-10-30T14:08:07.571Z | [ recovery-image] Oct 30 14:08:06.883 INFO O| Oct 30 14:08:06.883 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-10-30T14:08:07.607Z | [ recovery-image] Oct 30 14:08:06.919 INFO O| Oct 30 14:08:06.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6014 | 2024-10-30T14:08:07.608Z | [ recovery-image] Oct 30 14:08:06.919 INFO O| Oct 30 14:08:06.919 INFO STEP 613 (remove_files) COMPLETE |
6015 | 2024-10-30T14:08:07.608Z | [ recovery-image] Oct 30 14:08:06.919 INFO O| Oct 30 14:08:06.919 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-10-30T14:08:07.632Z | [ recovery-image] Oct 30 14:08:06.943 INFO O| Oct 30 14:08:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6017 | 2024-10-30T14:08:07.634Z | [ recovery-image] Oct 30 14:08:06.943 INFO O| Oct 30 14:08:06.943 INFO STEP 614 (remove_files) COMPLETE |
6018 | 2024-10-30T14:08:07.634Z | [ recovery-image] Oct 30 14:08:06.943 INFO O| Oct 30 14:08:06.943 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-10-30T14:08:07.652Z | [ recovery-image] Oct 30 14:08:06.963 INFO O| Oct 30 14:08:06.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6020 | 2024-10-30T14:08:07.652Z | [ recovery-image] Oct 30 14:08:06.964 INFO O| Oct 30 14:08:06.963 INFO STEP 615 (remove_files) COMPLETE |
6021 | 2024-10-30T14:08:07.652Z | [ recovery-image] Oct 30 14:08:06.964 INFO O| Oct 30 14:08:06.964 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-10-30T14:08:07.709Z | [ recovery-image] Oct 30 14:08:07.020 INFO O| Oct 30 14:08:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6023 | 2024-10-30T14:08:07.709Z | [ recovery-image] Oct 30 14:08:07.021 INFO O| Oct 30 14:08:07.020 INFO STEP 616 (remove_files) COMPLETE |
6024 | 2024-10-30T14:08:07.712Z | [ recovery-image] Oct 30 14:08:07.021 INFO O| Oct 30 14:08:07.021 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-10-30T14:08:07.734Z | [ recovery-image] Oct 30 14:08:07.045 INFO O| Oct 30 14:08:07.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6026 | 2024-10-30T14:08:07.739Z | [ recovery-image] Oct 30 14:08:07.045 INFO O| Oct 30 14:08:07.045 INFO STEP 617 (remove_files) COMPLETE |
6027 | 2024-10-30T14:08:07.739Z | [ recovery-image] Oct 30 14:08:07.046 INFO O| Oct 30 14:08:07.046 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-10-30T14:08:07.756Z | [ recovery-image] Oct 30 14:08:07.067 INFO O| Oct 30 14:08:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6029 | 2024-10-30T14:08:07.759Z | [ recovery-image] Oct 30 14:08:07.067 INFO O| Oct 30 14:08:07.067 INFO STEP 618 (remove_files) COMPLETE |
6030 | 2024-10-30T14:08:07.759Z | [ recovery-image] Oct 30 14:08:07.068 INFO O| Oct 30 14:08:07.068 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-10-30T14:08:07.775Z | [ recovery-image] Oct 30 14:08:07.087 INFO O| Oct 30 14:08:07.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6032 | 2024-10-30T14:08:07.778Z | [ recovery-image] Oct 30 14:08:07.087 INFO O| Oct 30 14:08:07.087 INFO STEP 619 (remove_files) COMPLETE |
6033 | 2024-10-30T14:08:07.778Z | [ recovery-image] Oct 30 14:08:07.087 INFO O| Oct 30 14:08:07.087 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-10-30T14:08:07.802Z | [ recovery-image] Oct 30 14:08:07.113 INFO O| Oct 30 14:08:07.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6035 | 2024-10-30T14:08:07.802Z | [ recovery-image] Oct 30 14:08:07.113 INFO O| Oct 30 14:08:07.113 INFO STEP 620 (remove_files) COMPLETE |
6036 | 2024-10-30T14:08:07.802Z | [ recovery-image] Oct 30 14:08:07.113 INFO O| Oct 30 14:08:07.113 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-10-30T14:08:07.830Z | [ recovery-image] Oct 30 14:08:07.142 INFO O| Oct 30 14:08:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6038 | 2024-10-30T14:08:07.830Z | [ recovery-image] Oct 30 14:08:07.142 INFO O| Oct 30 14:08:07.142 INFO STEP 621 (remove_files) COMPLETE |
6039 | 2024-10-30T14:08:07.830Z | [ recovery-image] Oct 30 14:08:07.142 INFO O| Oct 30 14:08:07.142 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-10-30T14:08:07.856Z | [ recovery-image] Oct 30 14:08:07.167 INFO O| Oct 30 14:08:07.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6041 | 2024-10-30T14:08:07.856Z | [ recovery-image] Oct 30 14:08:07.167 INFO O| Oct 30 14:08:07.167 INFO STEP 622 (remove_files) COMPLETE |
6042 | 2024-10-30T14:08:07.856Z | [ recovery-image] Oct 30 14:08:07.167 INFO O| Oct 30 14:08:07.167 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-10-30T14:08:07.892Z | [ recovery-image] Oct 30 14:08:07.203 INFO O| Oct 30 14:08:07.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6044 | 2024-10-30T14:08:07.892Z | [ recovery-image] Oct 30 14:08:07.203 INFO O| Oct 30 14:08:07.203 INFO STEP 623 (remove_files) COMPLETE |
6045 | 2024-10-30T14:08:07.892Z | [ recovery-image] Oct 30 14:08:07.203 INFO O| Oct 30 14:08:07.203 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-10-30T14:08:07.913Z | [ recovery-image] Oct 30 14:08:07.224 INFO O| Oct 30 14:08:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6047 | 2024-10-30T14:08:07.913Z | [ recovery-image] Oct 30 14:08:07.224 INFO O| Oct 30 14:08:07.224 INFO STEP 624 (remove_files) COMPLETE |
6048 | 2024-10-30T14:08:07.916Z | [ recovery-image] Oct 30 14:08:07.224 INFO O| Oct 30 14:08:07.224 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-10-30T14:08:07.932Z | [ recovery-image] Oct 30 14:08:07.243 INFO O| Oct 30 14:08:07.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6050 | 2024-10-30T14:08:07.932Z | [ recovery-image] Oct 30 14:08:07.243 INFO O| Oct 30 14:08:07.243 INFO STEP 625 (remove_files) COMPLETE |
6051 | 2024-10-30T14:08:07.932Z | [ recovery-image] Oct 30 14:08:07.243 INFO O| Oct 30 14:08:07.243 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-10-30T14:08:07.967Z | [ recovery-image] Oct 30 14:08:07.278 INFO O| Oct 30 14:08:07.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6053 | 2024-10-30T14:08:07.967Z | [ recovery-image] Oct 30 14:08:07.278 INFO O| Oct 30 14:08:07.278 INFO STEP 626 (remove_files) COMPLETE |
6054 | 2024-10-30T14:08:07.967Z | [ recovery-image] Oct 30 14:08:07.278 INFO O| Oct 30 14:08:07.278 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-10-30T14:08:07.990Z | [ recovery-image] Oct 30 14:08:07.302 INFO O| Oct 30 14:08:07.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6056 | 2024-10-30T14:08:07.990Z | [ recovery-image] Oct 30 14:08:07.302 INFO O| Oct 30 14:08:07.302 INFO STEP 627 (remove_files) COMPLETE |
6057 | 2024-10-30T14:08:07.990Z | [ recovery-image] Oct 30 14:08:07.302 INFO O| Oct 30 14:08:07.302 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-10-30T14:08:08.012Z | [ recovery-image] Oct 30 14:08:07.323 INFO O| Oct 30 14:08:07.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6059 | 2024-10-30T14:08:08.012Z | [ recovery-image] Oct 30 14:08:07.323 INFO O| Oct 30 14:08:07.323 INFO STEP 628 (remove_files) COMPLETE |
6060 | 2024-10-30T14:08:08.012Z | [ recovery-image] Oct 30 14:08:07.323 INFO O| Oct 30 14:08:07.323 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-10-30T14:08:08.072Z | [ recovery-image] Oct 30 14:08:07.383 INFO O| Oct 30 14:08:07.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6062 | 2024-10-30T14:08:08.072Z | [ recovery-image] Oct 30 14:08:07.383 INFO O| Oct 30 14:08:07.383 INFO STEP 629 (remove_files) COMPLETE |
6063 | 2024-10-30T14:08:08.072Z | [ recovery-image] Oct 30 14:08:07.383 INFO O| Oct 30 14:08:07.383 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-10-30T14:08:08.096Z | [ recovery-image] Oct 30 14:08:07.407 INFO O| Oct 30 14:08:07.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6065 | 2024-10-30T14:08:08.096Z | [ recovery-image] Oct 30 14:08:07.407 INFO O| Oct 30 14:08:07.407 INFO STEP 630 (remove_files) COMPLETE |
6066 | 2024-10-30T14:08:08.098Z | [ recovery-image] Oct 30 14:08:07.407 INFO O| Oct 30 14:08:07.407 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-10-30T14:08:08.118Z | [ recovery-image] Oct 30 14:08:07.429 INFO O| Oct 30 14:08:07.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6068 | 2024-10-30T14:08:08.118Z | [ recovery-image] Oct 30 14:08:07.430 INFO O| Oct 30 14:08:07.429 INFO STEP 631 (remove_files) COMPLETE |
6069 | 2024-10-30T14:08:08.118Z | [ recovery-image] Oct 30 14:08:07.430 INFO O| Oct 30 14:08:07.430 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-10-30T14:08:08.149Z | [ recovery-image] Oct 30 14:08:07.460 INFO O| Oct 30 14:08:07.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6071 | 2024-10-30T14:08:08.149Z | [ recovery-image] Oct 30 14:08:07.461 INFO O| Oct 30 14:08:07.460 INFO STEP 632 (remove_files) COMPLETE |
6072 | 2024-10-30T14:08:08.149Z | [ recovery-image] Oct 30 14:08:07.461 INFO O| Oct 30 14:08:07.461 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-10-30T14:08:08.174Z | [ recovery-image] Oct 30 14:08:07.485 INFO O| Oct 30 14:08:07.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6074 | 2024-10-30T14:08:08.175Z | [ recovery-image] Oct 30 14:08:07.485 INFO O| Oct 30 14:08:07.485 INFO STEP 633 (remove_files) COMPLETE |
6075 | 2024-10-30T14:08:08.175Z | [ recovery-image] Oct 30 14:08:07.485 INFO O| Oct 30 14:08:07.485 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-10-30T14:08:08.362Z | [ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6077 | 2024-10-30T14:08:08.362Z | [ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.544 INFO STEP 634 (remove_files) COMPLETE |
6078 | 2024-10-30T14:08:08.362Z | [ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.544 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-10-30T14:08:08.364Z | [ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6080 | 2024-10-30T14:08:08.364Z | [ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.565 INFO STEP 635 (remove_files) COMPLETE |
6081 | 2024-10-30T14:08:08.364Z | [ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.565 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-10-30T14:08:08.414Z | [ recovery-image] Oct 30 14:08:07.695 INFO O| Oct 30 14:08:07.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6083 | 2024-10-30T14:08:08.414Z | [ recovery-image] Oct 30 14:08:07.695 INFO O| Oct 30 14:08:07.695 INFO STEP 636 (remove_files) COMPLETE |
6084 | 2024-10-30T14:08:08.417Z | [ recovery-image] Oct 30 14:08:07.696 INFO O| Oct 30 14:08:07.696 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-10-30T14:08:08.417Z | [ recovery-image] Oct 30 14:08:07.715 INFO O| Oct 30 14:08:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6086 | 2024-10-30T14:08:08.417Z | [ recovery-image] Oct 30 14:08:07.715 INFO O| Oct 30 14:08:07.715 INFO STEP 637 (remove_files) COMPLETE |
6087 | 2024-10-30T14:08:08.417Z | [ recovery-image] Oct 30 14:08:07.715 INFO O| Oct 30 14:08:07.715 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-10-30T14:08:08.422Z | [ recovery-image] Oct 30 14:08:07.733 INFO O| Oct 30 14:08:07.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6089 | 2024-10-30T14:08:08.424Z | [ recovery-image] Oct 30 14:08:07.733 INFO O| Oct 30 14:08:07.733 INFO STEP 638 (remove_files) COMPLETE |
6090 | 2024-10-30T14:08:08.424Z | [ recovery-image] Oct 30 14:08:07.734 INFO O| Oct 30 14:08:07.734 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-10-30T14:08:08.440Z | [ recovery-image] Oct 30 14:08:07.752 INFO O| Oct 30 14:08:07.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6092 | 2024-10-30T14:08:08.443Z | [ recovery-image] Oct 30 14:08:07.752 INFO O| Oct 30 14:08:07.752 INFO STEP 639 (remove_files) COMPLETE |
6093 | 2024-10-30T14:08:08.443Z | [ recovery-image] Oct 30 14:08:07.752 INFO O| Oct 30 14:08:07.752 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-10-30T14:08:08.470Z | [ recovery-image] Oct 30 14:08:07.781 INFO O| Oct 30 14:08:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6095 | 2024-10-30T14:08:08.470Z | [ recovery-image] Oct 30 14:08:07.781 INFO O| Oct 30 14:08:07.781 INFO STEP 640 (remove_files) COMPLETE |
6096 | 2024-10-30T14:08:08.470Z | [ recovery-image] Oct 30 14:08:07.781 INFO O| Oct 30 14:08:07.781 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-10-30T14:08:08.490Z | [ recovery-image] Oct 30 14:08:07.801 INFO O| Oct 30 14:08:07.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6098 | 2024-10-30T14:08:08.490Z | [ recovery-image] Oct 30 14:08:07.801 INFO O| Oct 30 14:08:07.801 INFO STEP 641 (remove_files) COMPLETE |
6099 | 2024-10-30T14:08:08.490Z | [ recovery-image] Oct 30 14:08:07.801 INFO O| Oct 30 14:08:07.801 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-10-30T14:08:08.512Z | [ recovery-image] Oct 30 14:08:07.823 INFO O| Oct 30 14:08:07.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6101 | 2024-10-30T14:08:08.514Z | [ recovery-image] Oct 30 14:08:07.824 INFO O| Oct 30 14:08:07.823 INFO STEP 642 (remove_files) COMPLETE |
6102 | 2024-10-30T14:08:08.514Z | [ recovery-image] Oct 30 14:08:07.824 INFO O| Oct 30 14:08:07.824 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-10-30T14:08:08.568Z | [ recovery-image] Oct 30 14:08:07.877 INFO O| Oct 30 14:08:07.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6104 | 2024-10-30T14:08:08.568Z | [ recovery-image] Oct 30 14:08:07.877 INFO O| Oct 30 14:08:07.877 INFO STEP 643 (remove_files) COMPLETE |
6105 | 2024-10-30T14:08:08.568Z | [ recovery-image] Oct 30 14:08:07.877 INFO O| Oct 30 14:08:07.877 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-10-30T14:08:08.587Z | [ recovery-image] Oct 30 14:08:07.898 INFO O| Oct 30 14:08:07.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6107 | 2024-10-30T14:08:08.587Z | [ recovery-image] Oct 30 14:08:07.898 INFO O| Oct 30 14:08:07.898 INFO STEP 644 (remove_files) COMPLETE |
6108 | 2024-10-30T14:08:08.588Z | [ recovery-image] Oct 30 14:08:07.898 INFO O| Oct 30 14:08:07.898 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-10-30T14:08:08.611Z | [ recovery-image] Oct 30 14:08:07.922 INFO O| Oct 30 14:08:07.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6110 | 2024-10-30T14:08:08.611Z | [ recovery-image] Oct 30 14:08:07.922 INFO O| Oct 30 14:08:07.922 INFO STEP 645 (remove_files) COMPLETE |
6111 | 2024-10-30T14:08:08.611Z | [ recovery-image] Oct 30 14:08:07.922 INFO O| Oct 30 14:08:07.922 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-10-30T14:08:08.630Z | [ recovery-image] Oct 30 14:08:07.940 INFO O| Oct 30 14:08:07.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6113 | 2024-10-30T14:08:08.630Z | [ recovery-image] Oct 30 14:08:07.940 INFO O| Oct 30 14:08:07.940 INFO STEP 646 (remove_files) COMPLETE |
6114 | 2024-10-30T14:08:08.630Z | [ recovery-image] Oct 30 14:08:07.940 INFO O| Oct 30 14:08:07.940 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-10-30T14:08:08.665Z | [ recovery-image] Oct 30 14:08:07.959 INFO O| Oct 30 14:08:07.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6116 | 2024-10-30T14:08:08.665Z | [ recovery-image] Oct 30 14:08:07.959 INFO O| Oct 30 14:08:07.959 INFO STEP 647 (remove_files) COMPLETE |
6117 | 2024-10-30T14:08:08.665Z | [ recovery-image] Oct 30 14:08:07.959 INFO O| Oct 30 14:08:07.959 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-10-30T14:08:08.667Z | [ recovery-image] Oct 30 14:08:07.977 INFO O| Oct 30 14:08:07.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6119 | 2024-10-30T14:08:08.667Z | [ recovery-image] Oct 30 14:08:07.977 INFO O| Oct 30 14:08:07.977 INFO STEP 648 (remove_files) COMPLETE |
6120 | 2024-10-30T14:08:08.668Z | [ recovery-image] Oct 30 14:08:07.977 INFO O| Oct 30 14:08:07.977 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-10-30T14:08:08.683Z | [ recovery-image] Oct 30 14:08:07.994 INFO O| Oct 30 14:08:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6122 | 2024-10-30T14:08:08.718Z | [ recovery-image] Oct 30 14:08:08.029 INFO O| Oct 30 14:08:08.029 INFO STEP 649 (remove_files) COMPLETE |
6123 | 2024-10-30T14:08:08.718Z | [ recovery-image] Oct 30 14:08:08.029 INFO O| Oct 30 14:08:08.029 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-10-30T14:08:08.750Z | [ recovery-image] Oct 30 14:08:08.061 INFO O| Oct 30 14:08:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6125 | 2024-10-30T14:08:08.750Z | [ recovery-image] Oct 30 14:08:08.061 INFO O| Oct 30 14:08:08.061 INFO STEP 650 (remove_files) COMPLETE |
6126 | 2024-10-30T14:08:08.750Z | [ recovery-image] Oct 30 14:08:08.061 INFO O| Oct 30 14:08:08.061 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-10-30T14:08:08.768Z | [ recovery-image] Oct 30 14:08:08.079 INFO O| Oct 30 14:08:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6128 | 2024-10-30T14:08:08.768Z | [ recovery-image] Oct 30 14:08:08.079 INFO O| Oct 30 14:08:08.079 INFO STEP 651 (remove_files) COMPLETE |
6129 | 2024-10-30T14:08:08.768Z | [ recovery-image] Oct 30 14:08:08.079 INFO O| Oct 30 14:08:08.079 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-10-30T14:08:08.786Z | [ recovery-image] Oct 30 14:08:08.097 INFO O| Oct 30 14:08:08.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6131 | 2024-10-30T14:08:08.798Z | [ recovery-image] Oct 30 14:08:08.110 INFO O| Oct 30 14:08:08.110 INFO STEP 652 (remove_files) COMPLETE |
6132 | 2024-10-30T14:08:08.799Z | [ recovery-image] Oct 30 14:08:08.110 INFO O| Oct 30 14:08:08.110 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-10-30T14:08:08.817Z | [ recovery-image] Oct 30 14:08:08.128 INFO O| Oct 30 14:08:08.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6134 | 2024-10-30T14:08:08.817Z | [ recovery-image] Oct 30 14:08:08.129 INFO O| Oct 30 14:08:08.129 INFO STEP 653 (remove_files) COMPLETE |
6135 | 2024-10-30T14:08:08.817Z | [ recovery-image] Oct 30 14:08:08.129 INFO O| Oct 30 14:08:08.129 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-10-30T14:08:08.840Z | [ recovery-image] Oct 30 14:08:08.152 INFO O| Oct 30 14:08:08.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6137 | 2024-10-30T14:08:08.843Z | [ recovery-image] Oct 30 14:08:08.152 INFO O| Oct 30 14:08:08.152 INFO STEP 654 (remove_files) COMPLETE |
6138 | 2024-10-30T14:08:08.843Z | [ recovery-image] Oct 30 14:08:08.152 INFO O| Oct 30 14:08:08.152 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-10-30T14:08:08.861Z | [ recovery-image] Oct 30 14:08:08.173 INFO O| Oct 30 14:08:08.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6140 | 2024-10-30T14:08:08.864Z | [ recovery-image] Oct 30 14:08:08.173 INFO O| Oct 30 14:08:08.173 INFO STEP 655 (remove_files) COMPLETE |
6141 | 2024-10-30T14:08:08.864Z | [ recovery-image] Oct 30 14:08:08.173 INFO O| Oct 30 14:08:08.173 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-10-30T14:08:08.919Z | [ recovery-image] Oct 30 14:08:08.230 INFO O| Oct 30 14:08:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6143 | 2024-10-30T14:08:08.921Z | [ recovery-image] Oct 30 14:08:08.230 INFO O| Oct 30 14:08:08.230 INFO STEP 656 (remove_files) COMPLETE |
6144 | 2024-10-30T14:08:08.921Z | [ recovery-image] Oct 30 14:08:08.230 INFO O| Oct 30 14:08:08.230 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-10-30T14:08:08.948Z | [ recovery-image] Oct 30 14:08:08.258 INFO O| Oct 30 14:08:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6146 | 2024-10-30T14:08:08.948Z | [ recovery-image] Oct 30 14:08:08.259 INFO O| Oct 30 14:08:08.259 INFO STEP 657 (remove_files) COMPLETE |
6147 | 2024-10-30T14:08:08.948Z | [ recovery-image] Oct 30 14:08:08.259 INFO O| Oct 30 14:08:08.259 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-10-30T14:08:09.005Z | [ recovery-image] Oct 30 14:08:08.316 INFO O| Oct 30 14:08:08.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6149 | 2024-10-30T14:08:09.005Z | [ recovery-image] Oct 30 14:08:08.316 INFO O| Oct 30 14:08:08.316 INFO STEP 658 (remove_files) COMPLETE |
6150 | 2024-10-30T14:08:09.005Z | [ recovery-image] Oct 30 14:08:08.316 INFO O| Oct 30 14:08:08.316 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-10-30T14:08:09.022Z | [ recovery-image] Oct 30 14:08:08.334 INFO O| Oct 30 14:08:08.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6152 | 2024-10-30T14:08:09.022Z | [ recovery-image] Oct 30 14:08:08.334 INFO O| Oct 30 14:08:08.334 INFO STEP 659 (remove_files) COMPLETE |
6153 | 2024-10-30T14:08:09.025Z | [ recovery-image] Oct 30 14:08:08.334 INFO O| Oct 30 14:08:08.334 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-10-30T14:08:09.048Z | [ recovery-image] Oct 30 14:08:08.352 INFO O| Oct 30 14:08:08.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6155 | 2024-10-30T14:08:09.048Z | [ recovery-image] Oct 30 14:08:08.352 INFO O| Oct 30 14:08:08.352 INFO STEP 660 (remove_files) COMPLETE |
6156 | 2024-10-30T14:08:09.054Z | [ recovery-image] Oct 30 14:08:08.352 INFO O| Oct 30 14:08:08.352 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-10-30T14:08:09.073Z | [ recovery-image] Oct 30 14:08:08.384 INFO O| Oct 30 14:08:08.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6158 | 2024-10-30T14:08:09.076Z | [ recovery-image] Oct 30 14:08:08.384 INFO O| Oct 30 14:08:08.384 INFO STEP 661 (remove_files) COMPLETE |
6159 | 2024-10-30T14:08:09.076Z | [ recovery-image] Oct 30 14:08:08.384 INFO O| Oct 30 14:08:08.384 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-10-30T14:08:09.129Z | [ recovery-image] Oct 30 14:08:08.440 INFO O| Oct 30 14:08:08.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6161 | 2024-10-30T14:08:09.129Z | [ recovery-image] Oct 30 14:08:08.440 INFO O| Oct 30 14:08:08.440 INFO STEP 662 (remove_files) COMPLETE |
6162 | 2024-10-30T14:08:09.129Z | [ recovery-image] Oct 30 14:08:08.440 INFO O| Oct 30 14:08:08.440 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-10-30T14:08:09.189Z | [ recovery-image] Oct 30 14:08:08.500 INFO O| Oct 30 14:08:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6164 | 2024-10-30T14:08:09.191Z | [ recovery-image] Oct 30 14:08:08.500 INFO O| Oct 30 14:08:08.500 INFO STEP 663 (remove_files) COMPLETE |
6165 | 2024-10-30T14:08:09.191Z | [ recovery-image] Oct 30 14:08:08.500 INFO O| Oct 30 14:08:08.500 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-10-30T14:08:09.212Z | [ recovery-image] Oct 30 14:08:08.523 INFO O| Oct 30 14:08:08.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6167 | 2024-10-30T14:08:09.212Z | [ recovery-image] Oct 30 14:08:08.523 INFO O| Oct 30 14:08:08.523 INFO STEP 664 (remove_files) COMPLETE |
6168 | 2024-10-30T14:08:09.214Z | [ recovery-image] Oct 30 14:08:08.523 INFO O| Oct 30 14:08:08.523 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-10-30T14:08:09.233Z | [ recovery-image] Oct 30 14:08:08.544 INFO O| Oct 30 14:08:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6170 | 2024-10-30T14:08:09.233Z | [ recovery-image] Oct 30 14:08:08.544 INFO O| Oct 30 14:08:08.544 INFO STEP 665 (remove_files) COMPLETE |
6171 | 2024-10-30T14:08:09.236Z | [ recovery-image] Oct 30 14:08:08.544 INFO O| Oct 30 14:08:08.544 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-10-30T14:08:09.254Z | [ recovery-image] Oct 30 14:08:08.566 INFO O| Oct 30 14:08:08.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6173 | 2024-10-30T14:08:09.254Z | [ recovery-image] Oct 30 14:08:08.566 INFO O| Oct 30 14:08:08.566 INFO STEP 666 (remove_files) COMPLETE |
6174 | 2024-10-30T14:08:09.257Z | [ recovery-image] Oct 30 14:08:08.566 INFO O| Oct 30 14:08:08.566 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-10-30T14:08:09.278Z | [ recovery-image] Oct 30 14:08:08.589 INFO O| Oct 30 14:08:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6176 | 2024-10-30T14:08:09.278Z | [ recovery-image] Oct 30 14:08:08.589 INFO O| Oct 30 14:08:08.589 INFO STEP 667 (remove_files) COMPLETE |
6177 | 2024-10-30T14:08:09.281Z | [ recovery-image] Oct 30 14:08:08.589 INFO O| Oct 30 14:08:08.589 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-10-30T14:08:09.299Z | [ recovery-image] Oct 30 14:08:08.610 INFO O| Oct 30 14:08:08.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6179 | 2024-10-30T14:08:09.299Z | [ recovery-image] Oct 30 14:08:08.610 INFO O| Oct 30 14:08:08.610 INFO STEP 668 (remove_files) COMPLETE |
6180 | 2024-10-30T14:08:09.299Z | [ recovery-image] Oct 30 14:08:08.610 INFO O| Oct 30 14:08:08.610 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-10-30T14:08:09.318Z | [ recovery-image] Oct 30 14:08:08.629 INFO O| Oct 30 14:08:08.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6182 | 2024-10-30T14:08:09.318Z | [ recovery-image] Oct 30 14:08:08.629 INFO O| Oct 30 14:08:08.629 INFO STEP 669 (remove_files) COMPLETE |
6183 | 2024-10-30T14:08:09.318Z | [ recovery-image] Oct 30 14:08:08.629 INFO O| Oct 30 14:08:08.629 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-10-30T14:08:09.336Z | [ recovery-image] Oct 30 14:08:08.647 INFO O| Oct 30 14:08:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6185 | 2024-10-30T14:08:09.336Z | [ recovery-image] Oct 30 14:08:08.647 INFO O| Oct 30 14:08:08.647 INFO STEP 670 (remove_files) COMPLETE |
6186 | 2024-10-30T14:08:09.338Z | [ recovery-image] Oct 30 14:08:08.647 INFO O| Oct 30 14:08:08.647 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-10-30T14:08:09.353Z | [ recovery-image] Oct 30 14:08:08.665 INFO O| Oct 30 14:08:08.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6188 | 2024-10-30T14:08:09.353Z | [ recovery-image] Oct 30 14:08:08.665 INFO O| Oct 30 14:08:08.665 INFO STEP 671 (remove_files) COMPLETE |
6189 | 2024-10-30T14:08:09.356Z | [ recovery-image] Oct 30 14:08:08.665 INFO O| Oct 30 14:08:08.665 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-10-30T14:08:09.370Z | [ recovery-image] Oct 30 14:08:08.681 INFO O| Oct 30 14:08:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6191 | 2024-10-30T14:08:09.373Z | [ recovery-image] Oct 30 14:08:08.682 INFO O| Oct 30 14:08:08.682 INFO STEP 672 (remove_files) COMPLETE |
6192 | 2024-10-30T14:08:09.373Z | [ recovery-image] Oct 30 14:08:08.682 INFO O| Oct 30 14:08:08.682 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-10-30T14:08:09.388Z | [ recovery-image] Oct 30 14:08:08.699 INFO O| Oct 30 14:08:08.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6194 | 2024-10-30T14:08:09.388Z | [ recovery-image] Oct 30 14:08:08.699 INFO O| Oct 30 14:08:08.699 INFO STEP 673 (remove_files) COMPLETE |
6195 | 2024-10-30T14:08:09.388Z | [ recovery-image] Oct 30 14:08:08.699 INFO O| Oct 30 14:08:08.699 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-10-30T14:08:09.407Z | [ recovery-image] Oct 30 14:08:08.717 INFO O| Oct 30 14:08:08.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6197 | 2024-10-30T14:08:09.407Z | [ recovery-image] Oct 30 14:08:08.717 INFO O| Oct 30 14:08:08.717 INFO STEP 674 (remove_files) COMPLETE |
6198 | 2024-10-30T14:08:09.407Z | [ recovery-image] Oct 30 14:08:08.717 INFO O| Oct 30 14:08:08.717 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-10-30T14:08:09.442Z | [ recovery-image] Oct 30 14:08:08.753 INFO O| Oct 30 14:08:08.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6200 | 2024-10-30T14:08:09.442Z | [ recovery-image] Oct 30 14:08:08.753 INFO O| Oct 30 14:08:08.753 INFO STEP 675 (remove_files) COMPLETE |
6201 | 2024-10-30T14:08:09.443Z | [ recovery-image] Oct 30 14:08:08.753 INFO O| Oct 30 14:08:08.753 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-10-30T14:08:09.501Z | [ recovery-image] Oct 30 14:08:08.812 INFO O| Oct 30 14:08:08.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6203 | 2024-10-30T14:08:09.501Z | [ recovery-image] Oct 30 14:08:08.812 INFO O| Oct 30 14:08:08.812 INFO STEP 676 (remove_files) COMPLETE |
6204 | 2024-10-30T14:08:09.503Z | [ recovery-image] Oct 30 14:08:08.812 INFO O| Oct 30 14:08:08.812 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-10-30T14:08:09.556Z | [ recovery-image] Oct 30 14:08:08.867 INFO O| Oct 30 14:08:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6206 | 2024-10-30T14:08:09.556Z | [ recovery-image] Oct 30 14:08:08.867 INFO O| Oct 30 14:08:08.867 INFO STEP 677 (remove_files) COMPLETE |
6207 | 2024-10-30T14:08:09.559Z | [ recovery-image] Oct 30 14:08:08.867 INFO O| Oct 30 14:08:08.867 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-10-30T14:08:09.575Z | [ recovery-image] Oct 30 14:08:08.886 INFO O| Oct 30 14:08:08.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6209 | 2024-10-30T14:08:09.575Z | [ recovery-image] Oct 30 14:08:08.886 INFO O| Oct 30 14:08:08.886 INFO STEP 678 (remove_files) COMPLETE |
6210 | 2024-10-30T14:08:09.575Z | [ recovery-image] Oct 30 14:08:08.886 INFO O| Oct 30 14:08:08.886 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-10-30T14:08:09.591Z | [ recovery-image] Oct 30 14:08:08.902 INFO O| Oct 30 14:08:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6212 | 2024-10-30T14:08:09.591Z | [ recovery-image] Oct 30 14:08:08.902 INFO O| Oct 30 14:08:08.902 INFO STEP 679 (remove_files) COMPLETE |
6213 | 2024-10-30T14:08:09.594Z | [ recovery-image] Oct 30 14:08:08.902 INFO O| Oct 30 14:08:08.902 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-10-30T14:08:09.607Z | [ recovery-image] Oct 30 14:08:08.918 INFO O| Oct 30 14:08:08.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6215 | 2024-10-30T14:08:09.607Z | [ recovery-image] Oct 30 14:08:08.918 INFO O| Oct 30 14:08:08.918 INFO STEP 680 (remove_files) COMPLETE |
6216 | 2024-10-30T14:08:09.607Z | [ recovery-image] Oct 30 14:08:08.918 INFO O| Oct 30 14:08:08.918 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-10-30T14:08:09.642Z | [ recovery-image] Oct 30 14:08:08.953 INFO O| Oct 30 14:08:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6218 | 2024-10-30T14:08:09.642Z | [ recovery-image] Oct 30 14:08:08.953 INFO O| Oct 30 14:08:08.953 INFO STEP 681 (remove_files) COMPLETE |
6219 | 2024-10-30T14:08:09.642Z | [ recovery-image] Oct 30 14:08:08.953 INFO O| Oct 30 14:08:08.953 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-10-30T14:08:09.662Z | [ recovery-image] Oct 30 14:08:08.973 INFO O| Oct 30 14:08:08.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6221 | 2024-10-30T14:08:09.662Z | [ recovery-image] Oct 30 14:08:08.973 INFO O| Oct 30 14:08:08.973 INFO STEP 682 (remove_files) COMPLETE |
6222 | 2024-10-30T14:08:09.662Z | [ recovery-image] Oct 30 14:08:08.973 INFO O| Oct 30 14:08:08.973 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-10-30T14:08:09.695Z | [ recovery-image] Oct 30 14:08:09.006 INFO O| Oct 30 14:08:09.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6224 | 2024-10-30T14:08:09.695Z | [ recovery-image] Oct 30 14:08:09.006 INFO O| Oct 30 14:08:09.006 INFO STEP 683 (remove_files) COMPLETE |
6225 | 2024-10-30T14:08:09.695Z | [ recovery-image] Oct 30 14:08:09.006 INFO O| Oct 30 14:08:09.006 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-10-30T14:08:09.726Z | [ recovery-image] Oct 30 14:08:09.037 INFO O| Oct 30 14:08:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6227 | 2024-10-30T14:08:09.726Z | [ recovery-image] Oct 30 14:08:09.037 INFO O| Oct 30 14:08:09.037 INFO STEP 684 (remove_files) COMPLETE |
6228 | 2024-10-30T14:08:09.726Z | [ recovery-image] Oct 30 14:08:09.037 INFO O| Oct 30 14:08:09.037 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-10-30T14:08:09.743Z | [ recovery-image] Oct 30 14:08:09.055 INFO O| Oct 30 14:08:09.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6230 | 2024-10-30T14:08:09.743Z | [ recovery-image] Oct 30 14:08:09.055 INFO O| Oct 30 14:08:09.055 INFO STEP 685 (remove_files) COMPLETE |
6231 | 2024-10-30T14:08:09.743Z | [ recovery-image] Oct 30 14:08:09.055 INFO O| Oct 30 14:08:09.055 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-10-30T14:08:09.761Z | [ recovery-image] Oct 30 14:08:09.072 INFO O| Oct 30 14:08:09.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6233 | 2024-10-30T14:08:09.761Z | [ recovery-image] Oct 30 14:08:09.072 INFO O| Oct 30 14:08:09.072 INFO STEP 686 (remove_files) COMPLETE |
6234 | 2024-10-30T14:08:09.761Z | [ recovery-image] Oct 30 14:08:09.072 INFO O| Oct 30 14:08:09.072 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-10-30T14:08:09.780Z | [ recovery-image] Oct 30 14:08:09.091 INFO O| Oct 30 14:08:09.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6236 | 2024-10-30T14:08:09.780Z | [ recovery-image] Oct 30 14:08:09.091 INFO O| Oct 30 14:08:09.091 INFO STEP 687 (remove_files) COMPLETE |
6237 | 2024-10-30T14:08:09.783Z | [ recovery-image] Oct 30 14:08:09.092 INFO O| Oct 30 14:08:09.091 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-10-30T14:08:09.818Z | [ recovery-image] Oct 30 14:08:09.129 INFO O| Oct 30 14:08:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6239 | 2024-10-30T14:08:09.818Z | [ recovery-image] Oct 30 14:08:09.129 INFO O| Oct 30 14:08:09.129 INFO STEP 688 (remove_files) COMPLETE |
6240 | 2024-10-30T14:08:09.818Z | [ recovery-image] Oct 30 14:08:09.129 INFO O| Oct 30 14:08:09.129 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-10-30T14:08:09.834Z | [ recovery-image] Oct 30 14:08:09.145 INFO O| Oct 30 14:08:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6242 | 2024-10-30T14:08:09.834Z | [ recovery-image] Oct 30 14:08:09.146 INFO O| Oct 30 14:08:09.146 INFO STEP 689 (remove_files) COMPLETE |
6243 | 2024-10-30T14:08:09.834Z | [ recovery-image] Oct 30 14:08:09.146 INFO O| Oct 30 14:08:09.146 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-10-30T14:08:09.860Z | [ recovery-image] Oct 30 14:08:09.171 INFO O| Oct 30 14:08:09.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6245 | 2024-10-30T14:08:09.860Z | [ recovery-image] Oct 30 14:08:09.171 INFO O| Oct 30 14:08:09.171 INFO STEP 690 (remove_files) COMPLETE |
6246 | 2024-10-30T14:08:09.861Z | [ recovery-image] Oct 30 14:08:09.171 INFO O| Oct 30 14:08:09.171 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-10-30T14:08:09.879Z | [ recovery-image] Oct 30 14:08:09.190 INFO O| Oct 30 14:08:09.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6248 | 2024-10-30T14:08:09.879Z | [ recovery-image] Oct 30 14:08:09.190 INFO O| Oct 30 14:08:09.190 INFO STEP 691 (remove_files) COMPLETE |
6249 | 2024-10-30T14:08:09.879Z | [ recovery-image] Oct 30 14:08:09.190 INFO O| Oct 30 14:08:09.190 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-10-30T14:08:09.896Z | [ recovery-image] Oct 30 14:08:09.208 INFO O| Oct 30 14:08:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6251 | 2024-10-30T14:08:09.897Z | [ recovery-image] Oct 30 14:08:09.208 INFO O| Oct 30 14:08:09.208 INFO STEP 692 (remove_files) COMPLETE |
6252 | 2024-10-30T14:08:09.899Z | [ recovery-image] Oct 30 14:08:09.208 INFO O| Oct 30 14:08:09.208 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-10-30T14:08:09.915Z | [ recovery-image] Oct 30 14:08:09.226 INFO O| Oct 30 14:08:09.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6254 | 2024-10-30T14:08:09.915Z | [ recovery-image] Oct 30 14:08:09.226 INFO O| Oct 30 14:08:09.226 INFO STEP 693 (remove_files) COMPLETE |
6255 | 2024-10-30T14:08:09.915Z | [ recovery-image] Oct 30 14:08:09.226 INFO O| Oct 30 14:08:09.226 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-10-30T14:08:09.955Z | [ recovery-image] Oct 30 14:08:09.266 INFO O| Oct 30 14:08:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6257 | 2024-10-30T14:08:09.955Z | [ recovery-image] Oct 30 14:08:09.266 INFO O| Oct 30 14:08:09.266 INFO STEP 694 (remove_files) COMPLETE |
6258 | 2024-10-30T14:08:09.955Z | [ recovery-image] Oct 30 14:08:09.266 INFO O| Oct 30 14:08:09.266 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-10-30T14:08:09.977Z | [ recovery-image] Oct 30 14:08:09.288 INFO O| Oct 30 14:08:09.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6260 | 2024-10-30T14:08:09.977Z | [ recovery-image] Oct 30 14:08:09.288 INFO O| Oct 30 14:08:09.288 INFO STEP 695 (remove_files) COMPLETE |
6261 | 2024-10-30T14:08:09.977Z | [ recovery-image] Oct 30 14:08:09.288 INFO O| Oct 30 14:08:09.288 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-10-30T14:08:10.019Z | [ recovery-image] Oct 30 14:08:09.330 INFO O| Oct 30 14:08:09.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6263 | 2024-10-30T14:08:10.019Z | [ recovery-image] Oct 30 14:08:09.330 INFO O| Oct 30 14:08:09.330 INFO STEP 696 (remove_files) COMPLETE |
6264 | 2024-10-30T14:08:10.019Z | [ recovery-image] Oct 30 14:08:09.331 INFO O| Oct 30 14:08:09.330 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-10-30T14:08:10.072Z | [ recovery-image] Oct 30 14:08:09.383 INFO O| Oct 30 14:08:09.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6266 | 2024-10-30T14:08:10.072Z | [ recovery-image] Oct 30 14:08:09.383 INFO O| Oct 30 14:08:09.383 INFO STEP 697 (remove_files) COMPLETE |
6267 | 2024-10-30T14:08:10.074Z | [ recovery-image] Oct 30 14:08:09.383 INFO O| Oct 30 14:08:09.383 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-10-30T14:08:10.090Z | [ recovery-image] Oct 30 14:08:09.401 INFO O| Oct 30 14:08:09.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6269 | 2024-10-30T14:08:10.090Z | [ recovery-image] Oct 30 14:08:09.401 INFO O| Oct 30 14:08:09.401 INFO STEP 698 (remove_files) COMPLETE |
6270 | 2024-10-30T14:08:10.093Z | [ recovery-image] Oct 30 14:08:09.401 INFO O| Oct 30 14:08:09.401 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-10-30T14:08:10.127Z | [ recovery-image] Oct 30 14:08:09.438 INFO O| Oct 30 14:08:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6272 | 2024-10-30T14:08:10.127Z | [ recovery-image] Oct 30 14:08:09.438 INFO O| Oct 30 14:08:09.438 INFO STEP 699 (remove_files) COMPLETE |
6273 | 2024-10-30T14:08:10.127Z | [ recovery-image] Oct 30 14:08:09.438 INFO O| Oct 30 14:08:09.438 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-10-30T14:08:10.163Z | [ recovery-image] Oct 30 14:08:09.474 INFO O| Oct 30 14:08:09.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6275 | 2024-10-30T14:08:10.165Z | [ recovery-image] Oct 30 14:08:09.474 INFO O| Oct 30 14:08:09.474 INFO STEP 700 (remove_files) COMPLETE |
6276 | 2024-10-30T14:08:10.165Z | [ recovery-image] Oct 30 14:08:09.474 INFO O| Oct 30 14:08:09.474 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-10-30T14:08:10.182Z | [ recovery-image] Oct 30 14:08:09.492 INFO O| Oct 30 14:08:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6278 | 2024-10-30T14:08:10.184Z | [ recovery-image] Oct 30 14:08:09.492 INFO O| Oct 30 14:08:09.492 INFO STEP 701 (remove_files) COMPLETE |
6279 | 2024-10-30T14:08:10.184Z | [ recovery-image] Oct 30 14:08:09.492 INFO O| Oct 30 14:08:09.492 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-10-30T14:08:10.213Z | [ recovery-image] Oct 30 14:08:09.524 INFO O| Oct 30 14:08:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6281 | 2024-10-30T14:08:10.216Z | [ recovery-image] Oct 30 14:08:09.524 INFO O| Oct 30 14:08:09.524 INFO STEP 702 (remove_files) COMPLETE |
6282 | 2024-10-30T14:08:10.216Z | [ recovery-image] Oct 30 14:08:09.524 INFO O| Oct 30 14:08:09.524 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-10-30T14:08:10.233Z | [ recovery-image] Oct 30 14:08:09.544 INFO O| Oct 30 14:08:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6284 | 2024-10-30T14:08:10.236Z | [ recovery-image] Oct 30 14:08:09.545 INFO O| Oct 30 14:08:09.545 INFO STEP 703 (remove_files) COMPLETE |
6285 | 2024-10-30T14:08:10.236Z | [ recovery-image] Oct 30 14:08:09.545 INFO O| Oct 30 14:08:09.545 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-10-30T14:08:10.259Z | [ recovery-image] Oct 30 14:08:09.570 INFO O| Oct 30 14:08:09.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6287 | 2024-10-30T14:08:10.262Z | [ recovery-image] Oct 30 14:08:09.571 INFO O| Oct 30 14:08:09.571 INFO STEP 704 (remove_files) COMPLETE |
6288 | 2024-10-30T14:08:10.262Z | [ recovery-image] Oct 30 14:08:09.571 INFO O| Oct 30 14:08:09.571 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-10-30T14:08:10.293Z | [ recovery-image] Oct 30 14:08:09.604 INFO O| Oct 30 14:08:09.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6290 | 2024-10-30T14:08:10.293Z | [ recovery-image] Oct 30 14:08:09.604 INFO O| Oct 30 14:08:09.604 INFO STEP 705 (remove_files) COMPLETE |
6291 | 2024-10-30T14:08:10.296Z | [ recovery-image] Oct 30 14:08:09.604 INFO O| Oct 30 14:08:09.604 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-10-30T14:08:10.313Z | [ recovery-image] Oct 30 14:08:09.623 INFO O| Oct 30 14:08:09.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6293 | 2024-10-30T14:08:10.313Z | [ recovery-image] Oct 30 14:08:09.623 INFO O| Oct 30 14:08:09.623 INFO STEP 706 (remove_files) COMPLETE |
6294 | 2024-10-30T14:08:10.313Z | [ recovery-image] Oct 30 14:08:09.623 INFO O| Oct 30 14:08:09.623 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-10-30T14:08:10.346Z | [ recovery-image] Oct 30 14:08:09.658 INFO O| Oct 30 14:08:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6296 | 2024-10-30T14:08:10.347Z | [ recovery-image] Oct 30 14:08:09.658 INFO O| Oct 30 14:08:09.658 INFO STEP 707 (remove_files) COMPLETE |
6297 | 2024-10-30T14:08:10.351Z | [ recovery-image] Oct 30 14:08:09.658 INFO O| Oct 30 14:08:09.658 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-10-30T14:08:10.364Z | [ recovery-image] Oct 30 14:08:09.674 INFO O| Oct 30 14:08:09.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6299 | 2024-10-30T14:08:10.369Z | [ recovery-image] Oct 30 14:08:09.675 INFO O| Oct 30 14:08:09.675 INFO STEP 708 (remove_files) COMPLETE |
6300 | 2024-10-30T14:08:10.369Z | [ recovery-image] Oct 30 14:08:09.675 INFO O| Oct 30 14:08:09.675 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-10-30T14:08:10.380Z | [ recovery-image] Oct 30 14:08:09.691 INFO O| Oct 30 14:08:09.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6302 | 2024-10-30T14:08:10.380Z | [ recovery-image] Oct 30 14:08:09.691 INFO O| Oct 30 14:08:09.691 INFO STEP 709 (remove_files) COMPLETE |
6303 | 2024-10-30T14:08:10.380Z | [ recovery-image] Oct 30 14:08:09.691 INFO O| Oct 30 14:08:09.691 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-10-30T14:08:10.397Z | [ recovery-image] Oct 30 14:08:09.708 INFO O| Oct 30 14:08:09.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6305 | 2024-10-30T14:08:10.397Z | [ recovery-image] Oct 30 14:08:09.708 INFO O| Oct 30 14:08:09.708 INFO STEP 710 (remove_files) COMPLETE |
6306 | 2024-10-30T14:08:10.397Z | [ recovery-image] Oct 30 14:08:09.708 INFO O| Oct 30 14:08:09.708 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-10-30T14:08:10.413Z | [ recovery-image] Oct 30 14:08:09.725 INFO O| Oct 30 14:08:09.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6308 | 2024-10-30T14:08:10.414Z | [ recovery-image] Oct 30 14:08:09.725 INFO O| Oct 30 14:08:09.725 INFO STEP 711 (remove_files) COMPLETE |
6309 | 2024-10-30T14:08:10.414Z | [ recovery-image] Oct 30 14:08:09.725 INFO O| Oct 30 14:08:09.725 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-10-30T14:08:10.431Z | [ recovery-image] Oct 30 14:08:09.742 INFO O| Oct 30 14:08:09.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6311 | 2024-10-30T14:08:10.431Z | [ recovery-image] Oct 30 14:08:09.742 INFO O| Oct 30 14:08:09.742 INFO STEP 712 (remove_files) COMPLETE |
6312 | 2024-10-30T14:08:10.431Z | [ recovery-image] Oct 30 14:08:09.742 INFO O| Oct 30 14:08:09.742 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-10-30T14:08:10.448Z | [ recovery-image] Oct 30 14:08:09.759 INFO O| Oct 30 14:08:09.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6314 | 2024-10-30T14:08:10.448Z | [ recovery-image] Oct 30 14:08:09.759 INFO O| Oct 30 14:08:09.759 INFO STEP 713 (remove_files) COMPLETE |
6315 | 2024-10-30T14:08:10.450Z | [ recovery-image] Oct 30 14:08:09.759 INFO O| Oct 30 14:08:09.759 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-10-30T14:08:10.466Z | [ recovery-image] Oct 30 14:08:09.777 INFO O| Oct 30 14:08:09.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6317 | 2024-10-30T14:08:10.466Z | [ recovery-image] Oct 30 14:08:09.777 INFO O| Oct 30 14:08:09.777 INFO STEP 714 (remove_files) COMPLETE |
6318 | 2024-10-30T14:08:10.466Z | [ recovery-image] Oct 30 14:08:09.777 INFO O| Oct 30 14:08:09.777 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-10-30T14:08:10.484Z | [ recovery-image] Oct 30 14:08:09.795 INFO O| Oct 30 14:08:09.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6320 | 2024-10-30T14:08:10.484Z | [ recovery-image] Oct 30 14:08:09.795 INFO O| Oct 30 14:08:09.795 INFO STEP 715 (remove_files) COMPLETE |
6321 | 2024-10-30T14:08:10.487Z | [ recovery-image] Oct 30 14:08:09.795 INFO O| Oct 30 14:08:09.795 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-10-30T14:08:10.502Z | [ recovery-image] Oct 30 14:08:09.813 INFO O| Oct 30 14:08:09.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6323 | 2024-10-30T14:08:10.503Z | [ recovery-image] Oct 30 14:08:09.813 INFO O| Oct 30 14:08:09.813 INFO STEP 716 (remove_files) COMPLETE |
6324 | 2024-10-30T14:08:10.503Z | [ recovery-image] Oct 30 14:08:09.813 INFO O| Oct 30 14:08:09.813 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-10-30T14:08:10.535Z | [ recovery-image] Oct 30 14:08:09.846 INFO O| Oct 30 14:08:09.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6326 | 2024-10-30T14:08:10.535Z | [ recovery-image] Oct 30 14:08:09.846 INFO O| Oct 30 14:08:09.846 INFO STEP 717 (remove_files) COMPLETE |
6327 | 2024-10-30T14:08:10.535Z | [ recovery-image] Oct 30 14:08:09.846 INFO O| Oct 30 14:08:09.846 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-10-30T14:08:10.584Z | [ recovery-image] Oct 30 14:08:09.895 INFO O| Oct 30 14:08:09.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6329 | 2024-10-30T14:08:10.584Z | [ recovery-image] Oct 30 14:08:09.895 INFO O| Oct 30 14:08:09.895 INFO STEP 718 (remove_files) COMPLETE |
6330 | 2024-10-30T14:08:10.587Z | [ recovery-image] Oct 30 14:08:09.895 INFO O| Oct 30 14:08:09.895 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-10-30T14:08:10.619Z | [ recovery-image] Oct 30 14:08:09.930 INFO O| Oct 30 14:08:09.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6332 | 2024-10-30T14:08:10.621Z | [ recovery-image] Oct 30 14:08:09.930 INFO O| Oct 30 14:08:09.930 INFO STEP 719 (remove_files) COMPLETE |
6333 | 2024-10-30T14:08:10.621Z | [ recovery-image] Oct 30 14:08:09.930 INFO O| Oct 30 14:08:09.930 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-10-30T14:08:10.638Z | [ recovery-image] Oct 30 14:08:09.949 INFO O| Oct 30 14:08:09.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6335 | 2024-10-30T14:08:10.638Z | [ recovery-image] Oct 30 14:08:09.949 INFO O| Oct 30 14:08:09.949 INFO STEP 720 (remove_files) COMPLETE |
6336 | 2024-10-30T14:08:10.638Z | [ recovery-image] Oct 30 14:08:09.949 INFO O| Oct 30 14:08:09.949 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-10-30T14:08:10.656Z | [ recovery-image] Oct 30 14:08:09.967 INFO O| Oct 30 14:08:09.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6338 | 2024-10-30T14:08:10.656Z | [ recovery-image] Oct 30 14:08:09.967 INFO O| Oct 30 14:08:09.967 INFO STEP 721 (remove_files) COMPLETE |
6339 | 2024-10-30T14:08:10.658Z | [ recovery-image] Oct 30 14:08:09.967 INFO O| Oct 30 14:08:09.967 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-10-30T14:08:10.675Z | [ recovery-image] Oct 30 14:08:09.986 INFO O| Oct 30 14:08:09.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6341 | 2024-10-30T14:08:10.675Z | [ recovery-image] Oct 30 14:08:09.987 INFO O| Oct 30 14:08:09.986 INFO STEP 722 (remove_files) COMPLETE |
6342 | 2024-10-30T14:08:10.675Z | [ recovery-image] Oct 30 14:08:09.987 INFO O| Oct 30 14:08:09.987 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-10-30T14:08:10.697Z | [ recovery-image] Oct 30 14:08:10.008 INFO O| Oct 30 14:08:10.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6344 | 2024-10-30T14:08:10.697Z | [ recovery-image] Oct 30 14:08:10.008 INFO O| Oct 30 14:08:10.008 INFO STEP 723 (remove_files) COMPLETE |
6345 | 2024-10-30T14:08:10.699Z | [ recovery-image] Oct 30 14:08:10.008 INFO O| Oct 30 14:08:10.008 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-10-30T14:08:10.705Z | [ host-image] Oct 30 14:08:10.016 INFO O| Oct 30 14:08:10.016 INFO O| Planning: Solver setup ... Done |
6347 | 2024-10-30T14:08:10.711Z | [ host-image] Oct 30 14:08:10.022 INFO O| Oct 30 14:08:10.022 INFO O| Planning: Running solver ... Done |
6348 | 2024-10-30T14:08:10.741Z | [ recovery-image] Oct 30 14:08:10.052 INFO O| Oct 30 14:08:10.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6349 | 2024-10-30T14:08:10.741Z | [ recovery-image] Oct 30 14:08:10.053 INFO O| Oct 30 14:08:10.052 INFO STEP 724 (remove_files) COMPLETE |
6350 | 2024-10-30T14:08:10.741Z | [ recovery-image] Oct 30 14:08:10.053 INFO O| Oct 30 14:08:10.053 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-10-30T14:08:10.764Z | [ recovery-image] Oct 30 14:08:10.074 INFO O| Oct 30 14:08:10.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6352 | 2024-10-30T14:08:10.764Z | [ recovery-image] Oct 30 14:08:10.074 INFO O| Oct 30 14:08:10.074 INFO STEP 725 (remove_files) COMPLETE |
6353 | 2024-10-30T14:08:10.764Z | [ recovery-image] Oct 30 14:08:10.074 INFO O| Oct 30 14:08:10.074 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-10-30T14:08:10.785Z | [ recovery-image] Oct 30 14:08:10.095 INFO O| Oct 30 14:08:10.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6355 | 2024-10-30T14:08:10.785Z | [ recovery-image] Oct 30 14:08:10.095 INFO O| Oct 30 14:08:10.095 INFO STEP 726 (remove_files) COMPLETE |
6356 | 2024-10-30T14:08:10.785Z | [ recovery-image] Oct 30 14:08:10.095 INFO O| Oct 30 14:08:10.095 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-10-30T14:08:10.788Z | [ host-image] Oct 30 14:08:10.097 INFO O| Oct 30 14:08:10.097 INFO O| Planning: Finding local manifests ... Done |
6358 | 2024-10-30T14:08:10.788Z | [ host-image] Oct 30 14:08:10.098 INFO O| Oct 30 14:08:10.098 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6359 | 2024-10-30T14:08:10.840Z | [ recovery-image] Oct 30 14:08:10.151 INFO O| Oct 30 14:08:10.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6360 | 2024-10-30T14:08:10.843Z | [ recovery-image] Oct 30 14:08:10.152 INFO O| Oct 30 14:08:10.152 INFO STEP 727 (remove_files) COMPLETE |
6361 | 2024-10-30T14:08:10.843Z | [ recovery-image] Oct 30 14:08:10.152 INFO O| Oct 30 14:08:10.152 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-10-30T14:08:10.911Z | [ recovery-image] Oct 30 14:08:10.222 INFO O| Oct 30 14:08:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6363 | 2024-10-30T14:08:10.913Z | [ recovery-image] Oct 30 14:08:10.222 INFO O| Oct 30 14:08:10.222 INFO STEP 728 (remove_files) COMPLETE |
6364 | 2024-10-30T14:08:10.913Z | [ recovery-image] Oct 30 14:08:10.222 INFO O| Oct 30 14:08:10.222 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-10-30T14:08:10.928Z | [ host-image] Oct 30 14:08:10.239 INFO O| Oct 30 14:08:10.239 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6366 | 2024-10-30T14:08:10.931Z | [ recovery-image] Oct 30 14:08:10.241 INFO O| Oct 30 14:08:10.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6367 | 2024-10-30T14:08:10.931Z | [ recovery-image] Oct 30 14:08:10.241 INFO O| Oct 30 14:08:10.241 INFO STEP 729 (remove_files) COMPLETE |
6368 | 2024-10-30T14:08:10.931Z | [ recovery-image] Oct 30 14:08:10.241 INFO O| Oct 30 14:08:10.241 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-10-30T14:08:10.948Z | [ recovery-image] Oct 30 14:08:10.259 INFO O| Oct 30 14:08:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6370 | 2024-10-30T14:08:10.957Z | [ host-image] Oct 30 14:08:10.268 INFO O| Oct 30 14:08:10.268 INFO O| Planning: Package planning ... Done |
6371 | 2024-10-30T14:08:10.959Z | [ host-image] Oct 30 14:08:10.269 INFO O| Oct 30 14:08:10.268 INFO O| Planning: Merging actions ... Done |
6372 | 2024-10-30T14:08:10.969Z | [ recovery-image] Oct 30 14:08:10.281 INFO O| Oct 30 14:08:10.260 INFO STEP 730 (remove_files) COMPLETE |
6373 | 2024-10-30T14:08:10.972Z | [ recovery-image] Oct 30 14:08:10.281 INFO O| Oct 30 14:08:10.281 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-10-30T14:08:10.989Z | [ recovery-image] Oct 30 14:08:10.300 INFO O| Oct 30 14:08:10.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6375 | 2024-10-30T14:08:10.992Z | [ recovery-image] Oct 30 14:08:10.300 INFO O| Oct 30 14:08:10.300 INFO STEP 731 (remove_files) COMPLETE |
6376 | 2024-10-30T14:08:10.992Z | [ recovery-image] Oct 30 14:08:10.300 INFO O| Oct 30 14:08:10.300 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-10-30T14:08:11.006Z | [ recovery-image] Oct 30 14:08:10.317 INFO O| Oct 30 14:08:10.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6378 | 2024-10-30T14:08:11.008Z | [ recovery-image] Oct 30 14:08:10.317 INFO O| Oct 30 14:08:10.317 INFO STEP 732 (remove_files) COMPLETE |
6379 | 2024-10-30T14:08:11.008Z | [ recovery-image] Oct 30 14:08:10.317 INFO O| Oct 30 14:08:10.317 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-10-30T14:08:11.023Z | [ recovery-image] Oct 30 14:08:10.334 INFO O| Oct 30 14:08:10.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6381 | 2024-10-30T14:08:11.025Z | [ recovery-image] Oct 30 14:08:10.334 INFO O| Oct 30 14:08:10.334 INFO STEP 733 (remove_files) COMPLETE |
6382 | 2024-10-30T14:08:11.025Z | [ recovery-image] Oct 30 14:08:10.334 INFO O| Oct 30 14:08:10.334 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-10-30T14:08:11.080Z | [ host-image] Oct 30 14:08:10.391 INFO O| Oct 30 14:08:10.391 INFO O| Planning: Checking for conflicting actions ... Done |
6384 | 2024-10-30T14:08:11.082Z | [ recovery-image] Oct 30 14:08:10.391 INFO O| Oct 30 14:08:10.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6385 | 2024-10-30T14:08:11.082Z | [ recovery-image] Oct 30 14:08:10.391 INFO O| Oct 30 14:08:10.391 INFO STEP 734 (remove_files) COMPLETE |
6386 | 2024-10-30T14:08:11.082Z | [ recovery-image] Oct 30 14:08:10.391 INFO O| Oct 30 14:08:10.391 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-10-30T14:08:11.082Z | [ host-image] Oct 30 14:08:10.392 INFO O| Oct 30 14:08:10.392 INFO O| Planning: Consolidating action changes ... Done |
6388 | 2024-10-30T14:08:11.104Z | [ recovery-image] Oct 30 14:08:10.415 INFO O| Oct 30 14:08:10.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6389 | 2024-10-30T14:08:11.107Z | [ recovery-image] Oct 30 14:08:10.415 INFO O| Oct 30 14:08:10.415 INFO STEP 735 (remove_files) COMPLETE |
6390 | 2024-10-30T14:08:11.107Z | [ recovery-image] Oct 30 14:08:10.415 INFO O| Oct 30 14:08:10.415 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-10-30T14:08:11.139Z | [ recovery-image] Oct 30 14:08:10.450 INFO O| Oct 30 14:08:10.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6392 | 2024-10-30T14:08:11.139Z | [ recovery-image] Oct 30 14:08:10.450 INFO O| Oct 30 14:08:10.450 INFO STEP 736 (remove_files) COMPLETE |
6393 | 2024-10-30T14:08:11.142Z | [ recovery-image] Oct 30 14:08:10.450 INFO O| Oct 30 14:08:10.450 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-10-30T14:08:11.158Z | [ recovery-image] Oct 30 14:08:10.469 INFO O| Oct 30 14:08:10.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6395 | 2024-10-30T14:08:11.158Z | [ recovery-image] Oct 30 14:08:10.469 INFO O| Oct 30 14:08:10.469 INFO STEP 737 (remove_files) COMPLETE |
6396 | 2024-10-30T14:08:11.158Z | [ recovery-image] Oct 30 14:08:10.469 INFO O| Oct 30 14:08:10.469 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-10-30T14:08:11.190Z | [ recovery-image] Oct 30 14:08:10.501 INFO O| Oct 30 14:08:10.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6398 | 2024-10-30T14:08:11.193Z | [ recovery-image] Oct 30 14:08:10.501 INFO O| Oct 30 14:08:10.501 INFO STEP 738 (remove_files) COMPLETE |
6399 | 2024-10-30T14:08:11.193Z | [ recovery-image] Oct 30 14:08:10.501 INFO O| Oct 30 14:08:10.501 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-10-30T14:08:11.247Z | [ recovery-image] Oct 30 14:08:10.558 INFO O| Oct 30 14:08:10.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6401 | 2024-10-30T14:08:11.247Z | [ recovery-image] Oct 30 14:08:10.558 INFO O| Oct 30 14:08:10.558 INFO STEP 739 (remove_files) COMPLETE |
6402 | 2024-10-30T14:08:11.247Z | [ recovery-image] Oct 30 14:08:10.558 INFO O| Oct 30 14:08:10.558 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-10-30T14:08:11.266Z | [ recovery-image] Oct 30 14:08:10.577 INFO O| Oct 30 14:08:10.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6404 | 2024-10-30T14:08:11.269Z | [ recovery-image] Oct 30 14:08:10.578 INFO O| Oct 30 14:08:10.578 INFO STEP 740 (remove_files) COMPLETE |
6405 | 2024-10-30T14:08:11.269Z | [ recovery-image] Oct 30 14:08:10.578 INFO O| Oct 30 14:08:10.578 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-10-30T14:08:11.305Z | [ recovery-image] Oct 30 14:08:10.615 INFO O| Oct 30 14:08:10.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6407 | 2024-10-30T14:08:11.305Z | [ recovery-image] Oct 30 14:08:10.615 INFO O| Oct 30 14:08:10.615 INFO STEP 741 (remove_files) COMPLETE |
6408 | 2024-10-30T14:08:11.305Z | [ recovery-image] Oct 30 14:08:10.615 INFO O| Oct 30 14:08:10.615 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-10-30T14:08:11.336Z | [ recovery-image] Oct 30 14:08:10.647 INFO O| Oct 30 14:08:10.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6410 | 2024-10-30T14:08:11.336Z | [ recovery-image] Oct 30 14:08:10.647 INFO O| Oct 30 14:08:10.647 INFO STEP 742 (remove_files) COMPLETE |
6411 | 2024-10-30T14:08:11.336Z | [ recovery-image] Oct 30 14:08:10.647 INFO O| Oct 30 14:08:10.647 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-10-30T14:08:11.364Z | [ recovery-image] Oct 30 14:08:10.675 INFO O| Oct 30 14:08:10.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6413 | 2024-10-30T14:08:11.367Z | [ recovery-image] Oct 30 14:08:10.675 INFO O| Oct 30 14:08:10.675 INFO STEP 743 (remove_files) COMPLETE |
6414 | 2024-10-30T14:08:11.367Z | [ recovery-image] Oct 30 14:08:10.676 INFO O| Oct 30 14:08:10.675 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-10-30T14:08:11.383Z | [ recovery-image] Oct 30 14:08:10.694 INFO O| Oct 30 14:08:10.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6416 | 2024-10-30T14:08:11.386Z | [ recovery-image] Oct 30 14:08:10.694 INFO O| Oct 30 14:08:10.694 INFO STEP 744 (remove_files) COMPLETE |
6417 | 2024-10-30T14:08:11.386Z | [ recovery-image] Oct 30 14:08:10.694 INFO O| Oct 30 14:08:10.694 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-10-30T14:08:11.400Z | [ recovery-image] Oct 30 14:08:10.711 INFO O| Oct 30 14:08:10.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6419 | 2024-10-30T14:08:11.402Z | [ recovery-image] Oct 30 14:08:10.711 INFO O| Oct 30 14:08:10.711 INFO STEP 745 (remove_files) COMPLETE |
6420 | 2024-10-30T14:08:11.402Z | [ recovery-image] Oct 30 14:08:10.711 INFO O| Oct 30 14:08:10.711 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-10-30T14:08:11.430Z | [ recovery-image] Oct 30 14:08:10.740 INFO O| Oct 30 14:08:10.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6422 | 2024-10-30T14:08:11.430Z | [ recovery-image] Oct 30 14:08:10.740 INFO O| Oct 30 14:08:10.740 INFO STEP 746 (remove_files) COMPLETE |
6423 | 2024-10-30T14:08:11.430Z | [ recovery-image] Oct 30 14:08:10.740 INFO O| Oct 30 14:08:10.740 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-10-30T14:08:11.479Z | [ recovery-image] Oct 30 14:08:10.790 INFO O| Oct 30 14:08:10.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6425 | 2024-10-30T14:08:11.481Z | [ recovery-image] Oct 30 14:08:10.790 INFO O| Oct 30 14:08:10.790 INFO STEP 747 (remove_files) COMPLETE |
6426 | 2024-10-30T14:08:11.482Z | [ recovery-image] Oct 30 14:08:10.790 INFO O| Oct 30 14:08:10.790 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-10-30T14:08:11.484Z | [ host-image] Oct 30 14:08:10.793 INFO O| Oct 30 14:08:10.793 INFO O| Planning: Evaluating mediators ... Done |
6428 | 2024-10-30T14:08:11.484Z | [ host-image] Oct 30 14:08:10.793 INFO O| Oct 30 14:08:10.793 INFO O| Planning: Planning completed in 4.32 seconds |
6429 | 2024-10-30T14:08:11.486Z | [ host-image] Oct 30 14:08:10.796 INFO O| Oct 30 14:08:10.796 INFO O| Packages to install: 1 |
6430 | 2024-10-30T14:08:11.499Z | [ recovery-image] Oct 30 14:08:10.810 INFO O| Oct 30 14:08:10.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6431 | 2024-10-30T14:08:11.502Z | [ recovery-image] Oct 30 14:08:10.810 INFO O| Oct 30 14:08:10.810 INFO STEP 748 (remove_files) COMPLETE |
6432 | 2024-10-30T14:08:11.502Z | [ recovery-image] Oct 30 14:08:10.811 INFO O| Oct 30 14:08:10.811 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-10-30T14:08:11.504Z | [ host-image] Oct 30 14:08:10.815 INFO O| Oct 30 14:08:10.815 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
6434 | 2024-10-30T14:08:11.518Z | [ recovery-image] Oct 30 14:08:10.829 INFO O| Oct 30 14:08:10.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6435 | 2024-10-30T14:08:11.520Z | [ recovery-image] Oct 30 14:08:10.829 INFO O| Oct 30 14:08:10.829 INFO STEP 749 (remove_files) COMPLETE |
6436 | 2024-10-30T14:08:11.520Z | [ recovery-image] Oct 30 14:08:10.829 INFO O| Oct 30 14:08:10.829 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-10-30T14:08:11.535Z | [ recovery-image] Oct 30 14:08:10.847 INFO O| Oct 30 14:08:10.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6438 | 2024-10-30T14:08:11.538Z | [ recovery-image] Oct 30 14:08:10.847 INFO O| Oct 30 14:08:10.847 INFO STEP 750 (remove_files) COMPLETE |
6439 | 2024-10-30T14:08:11.538Z | [ recovery-image] Oct 30 14:08:10.847 INFO O| Oct 30 14:08:10.847 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-10-30T14:08:11.553Z | [ recovery-image] Oct 30 14:08:10.864 INFO O| Oct 30 14:08:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6441 | 2024-10-30T14:08:11.555Z | [ recovery-image] Oct 30 14:08:10.864 INFO O| Oct 30 14:08:10.864 INFO STEP 751 (remove_files) COMPLETE |
6442 | 2024-10-30T14:08:11.556Z | [ recovery-image] Oct 30 14:08:10.865 INFO O| Oct 30 14:08:10.864 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-10-30T14:08:11.571Z | [ recovery-image] Oct 30 14:08:10.882 INFO O| Oct 30 14:08:10.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6444 | 2024-10-30T14:08:11.573Z | [ recovery-image] Oct 30 14:08:10.882 INFO O| Oct 30 14:08:10.882 INFO STEP 752 (remove_files) COMPLETE |
6445 | 2024-10-30T14:08:11.573Z | [ recovery-image] Oct 30 14:08:10.882 INFO O| Oct 30 14:08:10.882 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-10-30T14:08:11.589Z | [ recovery-image] Oct 30 14:08:10.900 INFO O| Oct 30 14:08:10.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6447 | 2024-10-30T14:08:11.591Z | [ recovery-image] Oct 30 14:08:10.900 INFO O| Oct 30 14:08:10.900 INFO STEP 753 (remove_files) COMPLETE |
6448 | 2024-10-30T14:08:11.591Z | [ recovery-image] Oct 30 14:08:10.900 INFO O| Oct 30 14:08:10.900 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-10-30T14:08:11.626Z | [ recovery-image] Oct 30 14:08:10.937 INFO O| Oct 30 14:08:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6450 | 2024-10-30T14:08:11.629Z | [ recovery-image] Oct 30 14:08:10.938 INFO O| Oct 30 14:08:10.937 INFO STEP 754 (remove_files) COMPLETE |
6451 | 2024-10-30T14:08:11.629Z | [ recovery-image] Oct 30 14:08:10.938 INFO O| Oct 30 14:08:10.938 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-10-30T14:08:11.647Z | [ recovery-image] Oct 30 14:08:10.958 INFO O| Oct 30 14:08:10.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6453 | 2024-10-30T14:08:11.650Z | [ recovery-image] Oct 30 14:08:10.958 INFO O| Oct 30 14:08:10.958 INFO STEP 755 (remove_files) COMPLETE |
6454 | 2024-10-30T14:08:11.650Z | [ recovery-image] Oct 30 14:08:10.958 INFO O| Oct 30 14:08:10.958 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-10-30T14:08:11.667Z | [ recovery-image] Oct 30 14:08:10.977 INFO O| Oct 30 14:08:10.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6456 | 2024-10-30T14:08:11.670Z | [ recovery-image] Oct 30 14:08:10.977 INFO O| Oct 30 14:08:10.977 INFO STEP 756 (remove_files) COMPLETE |
6457 | 2024-10-30T14:08:11.670Z | [ recovery-image] Oct 30 14:08:10.977 INFO O| Oct 30 14:08:10.977 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-10-30T14:08:11.685Z | [ recovery-image] Oct 30 14:08:10.995 INFO O| Oct 30 14:08:10.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6459 | 2024-10-30T14:08:11.688Z | [ recovery-image] Oct 30 14:08:10.995 INFO O| Oct 30 14:08:10.995 INFO STEP 757 (remove_files) COMPLETE |
6460 | 2024-10-30T14:08:11.688Z | [ recovery-image] Oct 30 14:08:10.996 INFO O| Oct 30 14:08:10.995 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-10-30T14:08:11.706Z | [ recovery-image] Oct 30 14:08:11.017 INFO O| Oct 30 14:08:11.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6462 | 2024-10-30T14:08:11.709Z | [ recovery-image] Oct 30 14:08:11.018 INFO O| Oct 30 14:08:11.018 INFO STEP 758 (remove_files) COMPLETE |
6463 | 2024-10-30T14:08:11.709Z | [ recovery-image] Oct 30 14:08:11.018 INFO O| Oct 30 14:08:11.018 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-10-30T14:08:11.725Z | [ recovery-image] Oct 30 14:08:11.036 INFO O| Oct 30 14:08:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6465 | 2024-10-30T14:08:11.728Z | [ recovery-image] Oct 30 14:08:11.037 INFO O| Oct 30 14:08:11.037 INFO STEP 759 (remove_files) COMPLETE |
6466 | 2024-10-30T14:08:11.728Z | [ recovery-image] Oct 30 14:08:11.037 INFO O| Oct 30 14:08:11.037 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-10-30T14:08:11.744Z | [ recovery-image] Oct 30 14:08:11.055 INFO O| Oct 30 14:08:11.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6468 | 2024-10-30T14:08:11.746Z | [ recovery-image] Oct 30 14:08:11.055 INFO O| Oct 30 14:08:11.055 INFO STEP 760 (remove_files) COMPLETE |
6469 | 2024-10-30T14:08:11.746Z | [ recovery-image] Oct 30 14:08:11.055 INFO O| Oct 30 14:08:11.055 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-10-30T14:08:11.762Z | [ recovery-image] Oct 30 14:08:11.073 INFO O| Oct 30 14:08:11.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6471 | 2024-10-30T14:08:11.765Z | [ recovery-image] Oct 30 14:08:11.074 INFO O| Oct 30 14:08:11.074 INFO STEP 761 (remove_files) COMPLETE |
6472 | 2024-10-30T14:08:11.765Z | [ recovery-image] Oct 30 14:08:11.074 INFO O| Oct 30 14:08:11.074 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-10-30T14:08:11.781Z | [ recovery-image] Oct 30 14:08:11.092 INFO O| Oct 30 14:08:11.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6474 | 2024-10-30T14:08:11.784Z | [ recovery-image] Oct 30 14:08:11.092 INFO O| Oct 30 14:08:11.092 INFO STEP 762 (remove_files) COMPLETE |
6475 | 2024-10-30T14:08:11.784Z | [ recovery-image] Oct 30 14:08:11.092 INFO O| Oct 30 14:08:11.092 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-10-30T14:08:11.845Z | [ recovery-image] Oct 30 14:08:11.156 INFO O| Oct 30 14:08:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6477 | 2024-10-30T14:08:11.848Z | [ recovery-image] Oct 30 14:08:11.156 INFO O| Oct 30 14:08:11.156 INFO STEP 763 (remove_files) COMPLETE |
6478 | 2024-10-30T14:08:11.848Z | [ recovery-image] Oct 30 14:08:11.156 INFO O| Oct 30 14:08:11.156 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-10-30T14:08:11.872Z | [ recovery-image] Oct 30 14:08:11.183 INFO O| Oct 30 14:08:11.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6480 | 2024-10-30T14:08:11.872Z | [ recovery-image] Oct 30 14:08:11.183 INFO O| Oct 30 14:08:11.183 INFO STEP 764 (remove_files) COMPLETE |
6481 | 2024-10-30T14:08:11.875Z | [ recovery-image] Oct 30 14:08:11.183 INFO O| Oct 30 14:08:11.183 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-10-30T14:08:11.894Z | [ recovery-image] Oct 30 14:08:11.205 INFO O| Oct 30 14:08:11.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6483 | 2024-10-30T14:08:11.897Z | [ recovery-image] Oct 30 14:08:11.205 INFO O| Oct 30 14:08:11.205 INFO STEP 765 (remove_files) COMPLETE |
6484 | 2024-10-30T14:08:11.897Z | [ recovery-image] Oct 30 14:08:11.206 INFO O| Oct 30 14:08:11.205 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-10-30T14:08:11.923Z | [ recovery-image] Oct 30 14:08:11.234 INFO O| Oct 30 14:08:11.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6486 | 2024-10-30T14:08:11.925Z | [ recovery-image] Oct 30 14:08:11.234 INFO O| Oct 30 14:08:11.234 INFO STEP 766 (remove_files) COMPLETE |
6487 | 2024-10-30T14:08:11.925Z | [ recovery-image] Oct 30 14:08:11.234 INFO O| Oct 30 14:08:11.234 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-10-30T14:08:11.950Z | [ recovery-image] Oct 30 14:08:11.261 INFO O| Oct 30 14:08:11.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6489 | 2024-10-30T14:08:11.953Z | [ recovery-image] Oct 30 14:08:11.261 INFO O| Oct 30 14:08:11.261 INFO STEP 767 (remove_files) COMPLETE |
6490 | 2024-10-30T14:08:11.953Z | [ recovery-image] Oct 30 14:08:11.262 INFO O| Oct 30 14:08:11.261 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-10-30T14:08:11.990Z | [ recovery-image] Oct 30 14:08:11.301 INFO O| Oct 30 14:08:11.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6492 | 2024-10-30T14:08:11.993Z | [ recovery-image] Oct 30 14:08:11.301 INFO O| Oct 30 14:08:11.301 INFO STEP 768 (remove_files) COMPLETE |
6493 | 2024-10-30T14:08:11.993Z | [ recovery-image] Oct 30 14:08:11.301 INFO O| Oct 30 14:08:11.301 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-10-30T14:08:12.011Z | [ recovery-image] Oct 30 14:08:11.322 INFO O| Oct 30 14:08:11.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6495 | 2024-10-30T14:08:12.014Z | [ recovery-image] Oct 30 14:08:11.322 INFO O| Oct 30 14:08:11.322 INFO STEP 769 (remove_files) COMPLETE |
6496 | 2024-10-30T14:08:12.014Z | [ recovery-image] Oct 30 14:08:11.322 INFO O| Oct 30 14:08:11.322 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-10-30T14:08:12.029Z | [ recovery-image] Oct 30 14:08:11.340 INFO O| Oct 30 14:08:11.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6498 | 2024-10-30T14:08:12.032Z | [ recovery-image] Oct 30 14:08:11.340 INFO O| Oct 30 14:08:11.340 INFO STEP 770 (remove_files) COMPLETE |
6499 | 2024-10-30T14:08:12.032Z | [ recovery-image] Oct 30 14:08:11.340 INFO O| Oct 30 14:08:11.340 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-10-30T14:08:12.047Z | [ recovery-image] Oct 30 14:08:11.358 INFO O| Oct 30 14:08:11.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6501 | 2024-10-30T14:08:12.050Z | [ recovery-image] Oct 30 14:08:11.359 INFO O| Oct 30 14:08:11.358 INFO STEP 771 (remove_files) COMPLETE |
6502 | 2024-10-30T14:08:12.050Z | [ recovery-image] Oct 30 14:08:11.359 INFO O| Oct 30 14:08:11.359 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-10-30T14:08:12.065Z | [ recovery-image] Oct 30 14:08:11.376 INFO O| Oct 30 14:08:11.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6504 | 2024-10-30T14:08:12.068Z | [ recovery-image] Oct 30 14:08:11.376 INFO O| Oct 30 14:08:11.376 INFO STEP 772 (remove_files) COMPLETE |
6505 | 2024-10-30T14:08:12.068Z | [ recovery-image] Oct 30 14:08:11.376 INFO O| Oct 30 14:08:11.376 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-10-30T14:08:12.083Z | [ recovery-image] Oct 30 14:08:11.394 INFO O| Oct 30 14:08:11.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6507 | 2024-10-30T14:08:12.086Z | [ recovery-image] Oct 30 14:08:11.395 INFO O| Oct 30 14:08:11.395 INFO STEP 773 (remove_files) COMPLETE |
6508 | 2024-10-30T14:08:12.086Z | [ recovery-image] Oct 30 14:08:11.395 INFO O| Oct 30 14:08:11.395 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-10-30T14:08:12.115Z | [ recovery-image] Oct 30 14:08:11.426 INFO O| Oct 30 14:08:11.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6510 | 2024-10-30T14:08:12.118Z | [ recovery-image] Oct 30 14:08:11.427 INFO O| Oct 30 14:08:11.426 INFO STEP 774 (remove_files) COMPLETE |
6511 | 2024-10-30T14:08:12.118Z | [ recovery-image] Oct 30 14:08:11.427 INFO O| Oct 30 14:08:11.427 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-10-30T14:08:12.136Z | [ recovery-image] Oct 30 14:08:11.447 INFO O| Oct 30 14:08:11.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6513 | 2024-10-30T14:08:12.139Z | [ recovery-image] Oct 30 14:08:11.448 INFO O| Oct 30 14:08:11.448 INFO STEP 775 (remove_files) COMPLETE |
6514 | 2024-10-30T14:08:12.139Z | [ recovery-image] Oct 30 14:08:11.448 INFO O| Oct 30 14:08:11.448 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-10-30T14:08:12.155Z | [ recovery-image] Oct 30 14:08:11.466 INFO O| Oct 30 14:08:11.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6516 | 2024-10-30T14:08:12.158Z | [ recovery-image] Oct 30 14:08:11.467 INFO O| Oct 30 14:08:11.467 INFO STEP 776 (remove_files) COMPLETE |
6517 | 2024-10-30T14:08:12.158Z | [ recovery-image] Oct 30 14:08:11.467 INFO O| Oct 30 14:08:11.467 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-10-30T14:08:12.176Z | [ recovery-image] Oct 30 14:08:11.485 INFO O| Oct 30 14:08:11.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6519 | 2024-10-30T14:08:12.180Z | [ recovery-image] Oct 30 14:08:11.486 INFO O| Oct 30 14:08:11.486 INFO STEP 777 (remove_files) COMPLETE |
6520 | 2024-10-30T14:08:12.180Z | [ recovery-image] Oct 30 14:08:11.486 INFO O| Oct 30 14:08:11.486 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-10-30T14:08:12.206Z | [ recovery-image] Oct 30 14:08:11.517 INFO O| Oct 30 14:08:11.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6522 | 2024-10-30T14:08:12.206Z | [ recovery-image] Oct 30 14:08:11.517 INFO O| Oct 30 14:08:11.517 INFO STEP 778 (remove_files) COMPLETE |
6523 | 2024-10-30T14:08:12.206Z | [ recovery-image] Oct 30 14:08:11.517 INFO O| Oct 30 14:08:11.517 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-10-30T14:08:12.227Z | [ recovery-image] Oct 30 14:08:11.538 INFO O| Oct 30 14:08:11.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6525 | 2024-10-30T14:08:12.227Z | [ recovery-image] Oct 30 14:08:11.538 INFO O| Oct 30 14:08:11.538 INFO STEP 779 (remove_files) COMPLETE |
6526 | 2024-10-30T14:08:12.230Z | [ recovery-image] Oct 30 14:08:11.538 INFO O| Oct 30 14:08:11.538 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-10-30T14:08:12.246Z | [ recovery-image] Oct 30 14:08:11.557 INFO O| Oct 30 14:08:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6528 | 2024-10-30T14:08:12.246Z | [ recovery-image] Oct 30 14:08:11.557 INFO O| Oct 30 14:08:11.557 INFO STEP 780 (remove_files) COMPLETE |
6529 | 2024-10-30T14:08:12.246Z | [ recovery-image] Oct 30 14:08:11.557 INFO O| Oct 30 14:08:11.557 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-10-30T14:08:12.265Z | [ recovery-image] Oct 30 14:08:11.576 INFO O| Oct 30 14:08:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6531 | 2024-10-30T14:08:12.265Z | [ recovery-image] Oct 30 14:08:11.576 INFO O| Oct 30 14:08:11.576 INFO STEP 781 (remove_files) COMPLETE |
6532 | 2024-10-30T14:08:12.267Z | [ recovery-image] Oct 30 14:08:11.576 INFO O| Oct 30 14:08:11.576 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-10-30T14:08:12.283Z | [ recovery-image] Oct 30 14:08:11.594 INFO O| Oct 30 14:08:11.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6534 | 2024-10-30T14:08:12.283Z | [ recovery-image] Oct 30 14:08:11.594 INFO O| Oct 30 14:08:11.594 INFO STEP 782 (remove_files) COMPLETE |
6535 | 2024-10-30T14:08:12.283Z | [ recovery-image] Oct 30 14:08:11.594 INFO O| Oct 30 14:08:11.594 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-10-30T14:08:12.301Z | [ recovery-image] Oct 30 14:08:11.612 INFO O| Oct 30 14:08:11.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6537 | 2024-10-30T14:08:12.301Z | [ recovery-image] Oct 30 14:08:11.612 INFO O| Oct 30 14:08:11.612 INFO STEP 783 (remove_files) COMPLETE |
6538 | 2024-10-30T14:08:12.301Z | [ recovery-image] Oct 30 14:08:11.612 INFO O| Oct 30 14:08:11.612 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-10-30T14:08:12.319Z | [ recovery-image] Oct 30 14:08:11.630 INFO O| Oct 30 14:08:11.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6540 | 2024-10-30T14:08:12.319Z | [ recovery-image] Oct 30 14:08:11.630 INFO O| Oct 30 14:08:11.630 INFO STEP 784 (remove_files) COMPLETE |
6541 | 2024-10-30T14:08:12.319Z | [ recovery-image] Oct 30 14:08:11.630 INFO O| Oct 30 14:08:11.630 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-10-30T14:08:12.337Z | [ recovery-image] Oct 30 14:08:11.648 INFO O| Oct 30 14:08:11.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6543 | 2024-10-30T14:08:12.337Z | [ recovery-image] Oct 30 14:08:11.648 INFO O| Oct 30 14:08:11.648 INFO STEP 785 (remove_files) COMPLETE |
6544 | 2024-10-30T14:08:12.337Z | [ recovery-image] Oct 30 14:08:11.648 INFO O| Oct 30 14:08:11.648 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-10-30T14:08:12.373Z | [ recovery-image] Oct 30 14:08:11.683 INFO O| Oct 30 14:08:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6546 | 2024-10-30T14:08:12.375Z | [ recovery-image] Oct 30 14:08:11.684 INFO O| Oct 30 14:08:11.684 INFO STEP 786 (remove_files) COMPLETE |
6547 | 2024-10-30T14:08:12.375Z | [ recovery-image] Oct 30 14:08:11.684 INFO O| Oct 30 14:08:11.684 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-10-30T14:08:12.395Z | [ recovery-image] Oct 30 14:08:11.706 INFO O| Oct 30 14:08:11.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6549 | 2024-10-30T14:08:12.395Z | [ recovery-image] Oct 30 14:08:11.706 INFO O| Oct 30 14:08:11.706 INFO STEP 787 (remove_files) COMPLETE |
6550 | 2024-10-30T14:08:12.398Z | [ recovery-image] Oct 30 14:08:11.706 INFO O| Oct 30 14:08:11.706 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-10-30T14:08:12.417Z | [ recovery-image] Oct 30 14:08:11.728 INFO O| Oct 30 14:08:11.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6552 | 2024-10-30T14:08:12.417Z | [ recovery-image] Oct 30 14:08:11.728 INFO O| Oct 30 14:08:11.728 INFO STEP 788 (remove_files) COMPLETE |
6553 | 2024-10-30T14:08:12.417Z | [ recovery-image] Oct 30 14:08:11.728 INFO O| Oct 30 14:08:11.728 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-10-30T14:08:12.436Z | [ recovery-image] Oct 30 14:08:11.747 INFO O| Oct 30 14:08:11.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6555 | 2024-10-30T14:08:12.436Z | [ recovery-image] Oct 30 14:08:11.747 INFO O| Oct 30 14:08:11.747 INFO STEP 789 (remove_files) COMPLETE |
6556 | 2024-10-30T14:08:12.439Z | [ recovery-image] Oct 30 14:08:11.747 INFO O| Oct 30 14:08:11.747 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-10-30T14:08:12.455Z | [ recovery-image] Oct 30 14:08:11.766 INFO O| Oct 30 14:08:11.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6558 | 2024-10-30T14:08:12.455Z | [ recovery-image] Oct 30 14:08:11.766 INFO O| Oct 30 14:08:11.766 INFO STEP 790 (remove_files) COMPLETE |
6559 | 2024-10-30T14:08:12.455Z | [ recovery-image] Oct 30 14:08:11.766 INFO O| Oct 30 14:08:11.766 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-10-30T14:08:12.474Z | [ recovery-image] Oct 30 14:08:11.785 INFO O| Oct 30 14:08:11.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6561 | 2024-10-30T14:08:12.474Z | [ recovery-image] Oct 30 14:08:11.785 INFO O| Oct 30 14:08:11.785 INFO STEP 791 (remove_files) COMPLETE |
6562 | 2024-10-30T14:08:12.474Z | [ recovery-image] Oct 30 14:08:11.785 INFO O| Oct 30 14:08:11.785 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-10-30T14:08:12.518Z | [ recovery-image] Oct 30 14:08:11.829 INFO O| Oct 30 14:08:11.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6564 | 2024-10-30T14:08:12.521Z | [ recovery-image] Oct 30 14:08:11.829 INFO O| Oct 30 14:08:11.829 INFO STEP 792 (remove_files) COMPLETE |
6565 | 2024-10-30T14:08:12.521Z | [ recovery-image] Oct 30 14:08:11.829 INFO O| Oct 30 14:08:11.829 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-10-30T14:08:12.539Z | [ recovery-image] Oct 30 14:08:11.850 INFO O| Oct 30 14:08:11.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6567 | 2024-10-30T14:08:12.539Z | [ recovery-image] Oct 30 14:08:11.850 INFO O| Oct 30 14:08:11.850 INFO STEP 793 (remove_files) COMPLETE |
6568 | 2024-10-30T14:08:12.539Z | [ recovery-image] Oct 30 14:08:11.850 INFO O| Oct 30 14:08:11.850 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-10-30T14:08:12.563Z | [ recovery-image] Oct 30 14:08:11.874 INFO O| Oct 30 14:08:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6570 | 2024-10-30T14:08:12.563Z | [ recovery-image] Oct 30 14:08:11.874 INFO O| Oct 30 14:08:11.874 INFO STEP 794 (remove_files) COMPLETE |
6571 | 2024-10-30T14:08:12.563Z | [ recovery-image] Oct 30 14:08:11.874 INFO O| Oct 30 14:08:11.874 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-10-30T14:08:12.583Z | [ recovery-image] Oct 30 14:08:11.894 INFO O| Oct 30 14:08:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6573 | 2024-10-30T14:08:12.586Z | [ recovery-image] Oct 30 14:08:11.894 INFO O| Oct 30 14:08:11.894 INFO STEP 795 (remove_files) COMPLETE |
6574 | 2024-10-30T14:08:12.586Z | [ recovery-image] Oct 30 14:08:11.894 INFO O| Oct 30 14:08:11.894 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-10-30T14:08:12.604Z | [ recovery-image] Oct 30 14:08:11.915 INFO O| Oct 30 14:08:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6576 | 2024-10-30T14:08:12.606Z | [ recovery-image] Oct 30 14:08:11.915 INFO O| Oct 30 14:08:11.915 INFO STEP 796 (remove_files) COMPLETE |
6577 | 2024-10-30T14:08:12.606Z | [ recovery-image] Oct 30 14:08:11.915 INFO O| Oct 30 14:08:11.915 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-10-30T14:08:12.624Z | [ recovery-image] Oct 30 14:08:11.935 INFO O| Oct 30 14:08:11.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6579 | 2024-10-30T14:08:12.624Z | [ recovery-image] Oct 30 14:08:11.935 INFO O| Oct 30 14:08:11.935 INFO STEP 797 (remove_files) COMPLETE |
6580 | 2024-10-30T14:08:12.627Z | [ recovery-image] Oct 30 14:08:11.935 INFO O| Oct 30 14:08:11.935 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-10-30T14:08:12.643Z | [ recovery-image] Oct 30 14:08:11.954 INFO O| Oct 30 14:08:11.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6582 | 2024-10-30T14:08:12.643Z | [ recovery-image] Oct 30 14:08:11.954 INFO O| Oct 30 14:08:11.954 INFO STEP 798 (remove_files) COMPLETE |
6583 | 2024-10-30T14:08:12.645Z | [ recovery-image] Oct 30 14:08:11.954 INFO O| Oct 30 14:08:11.954 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-10-30T14:08:12.685Z | [ recovery-image] Oct 30 14:08:11.995 INFO O| Oct 30 14:08:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6585 | 2024-10-30T14:08:12.685Z | [ recovery-image] Oct 30 14:08:11.995 INFO O| Oct 30 14:08:11.995 INFO STEP 799 (remove_files) COMPLETE |
6586 | 2024-10-30T14:08:12.685Z | [ recovery-image] Oct 30 14:08:11.995 INFO O| Oct 30 14:08:11.995 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-10-30T14:08:12.713Z | [ recovery-image] Oct 30 14:08:12.024 INFO O| Oct 30 14:08:12.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6588 | 2024-10-30T14:08:12.713Z | [ recovery-image] Oct 30 14:08:12.024 INFO O| Oct 30 14:08:12.024 INFO STEP 800 (remove_files) COMPLETE |
6589 | 2024-10-30T14:08:12.715Z | [ recovery-image] Oct 30 14:08:12.024 INFO O| Oct 30 14:08:12.024 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-10-30T14:08:12.763Z | [ recovery-image] Oct 30 14:08:12.074 INFO O| Oct 30 14:08:12.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6591 | 2024-10-30T14:08:12.763Z | [ recovery-image] Oct 30 14:08:12.074 INFO O| Oct 30 14:08:12.074 INFO STEP 801 (remove_files) COMPLETE |
6592 | 2024-10-30T14:08:12.763Z | [ recovery-image] Oct 30 14:08:12.074 INFO O| Oct 30 14:08:12.074 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-10-30T14:08:12.784Z | [ recovery-image] Oct 30 14:08:12.095 INFO O| Oct 30 14:08:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6594 | 2024-10-30T14:08:12.787Z | [ recovery-image] Oct 30 14:08:12.095 INFO O| Oct 30 14:08:12.095 INFO STEP 802 (remove_files) COMPLETE |
6595 | 2024-10-30T14:08:12.787Z | [ recovery-image] Oct 30 14:08:12.095 INFO O| Oct 30 14:08:12.095 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-10-30T14:08:12.814Z | [ recovery-image] Oct 30 14:08:12.124 INFO O| Oct 30 14:08:12.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6597 | 2024-10-30T14:08:12.814Z | [ recovery-image] Oct 30 14:08:12.125 INFO O| Oct 30 14:08:12.125 INFO STEP 803 (remove_files) COMPLETE |
6598 | 2024-10-30T14:08:12.814Z | [ recovery-image] Oct 30 14:08:12.125 INFO O| Oct 30 14:08:12.125 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-10-30T14:08:12.834Z | [ recovery-image] Oct 30 14:08:12.145 INFO O| Oct 30 14:08:12.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6600 | 2024-10-30T14:08:12.834Z | [ recovery-image] Oct 30 14:08:12.145 INFO O| Oct 30 14:08:12.145 INFO STEP 804 (remove_files) COMPLETE |
6601 | 2024-10-30T14:08:12.834Z | [ recovery-image] Oct 30 14:08:12.145 INFO O| Oct 30 14:08:12.145 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-10-30T14:08:12.854Z | [ recovery-image] Oct 30 14:08:12.165 INFO O| Oct 30 14:08:12.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6603 | 2024-10-30T14:08:12.854Z | [ recovery-image] Oct 30 14:08:12.165 INFO O| Oct 30 14:08:12.165 INFO STEP 805 (remove_files) COMPLETE |
6604 | 2024-10-30T14:08:12.854Z | [ recovery-image] Oct 30 14:08:12.165 INFO O| Oct 30 14:08:12.165 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-10-30T14:08:12.873Z | [ recovery-image] Oct 30 14:08:12.184 INFO O| Oct 30 14:08:12.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6606 | 2024-10-30T14:08:12.873Z | [ recovery-image] Oct 30 14:08:12.184 INFO O| Oct 30 14:08:12.184 INFO STEP 806 (remove_files) COMPLETE |
6607 | 2024-10-30T14:08:12.873Z | [ recovery-image] Oct 30 14:08:12.184 INFO O| Oct 30 14:08:12.184 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-10-30T14:08:12.890Z | [ recovery-image] Oct 30 14:08:12.201 INFO O| Oct 30 14:08:12.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6609 | 2024-10-30T14:08:12.904Z | [ host-image] Oct 30 14:08:12.215 INFO O| Oct 30 14:08:12.214 INFO O| Download: Completed 20.80 MB in 1.40 seconds (14.9M/s) |
6610 | 2024-10-30T14:08:12.914Z | [ recovery-image] Oct 30 14:08:12.224 INFO O| Oct 30 14:08:12.224 INFO STEP 807 (remove_files) COMPLETE |
6611 | 2024-10-30T14:08:12.914Z | [ recovery-image] Oct 30 14:08:12.224 INFO O| Oct 30 14:08:12.224 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-10-30T14:08:12.994Z | [ recovery-image] Oct 30 14:08:12.305 INFO O| Oct 30 14:08:12.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6613 | 2024-10-30T14:08:12.998Z | [ recovery-image] Oct 30 14:08:12.306 INFO O| Oct 30 14:08:12.306 INFO STEP 808 (remove_files) COMPLETE |
6614 | 2024-10-30T14:08:12.998Z | [ recovery-image] Oct 30 14:08:12.306 INFO O| Oct 30 14:08:12.306 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-10-30T14:08:13.007Z | [ host-image] Oct 30 14:08:12.318 INFO O| Oct 30 14:08:12.318 INFO O| Actions: 1/22 actions (Installing new actions) |
6616 | 2024-10-30T14:08:13.035Z | [ recovery-image] Oct 30 14:08:12.346 INFO O| Oct 30 14:08:12.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6617 | 2024-10-30T14:08:13.038Z | [ recovery-image] Oct 30 14:08:12.346 INFO O| Oct 30 14:08:12.346 INFO STEP 809 (remove_files) COMPLETE |
6618 | 2024-10-30T14:08:13.038Z | [ recovery-image] Oct 30 14:08:12.346 INFO O| Oct 30 14:08:12.346 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-10-30T14:08:13.055Z | [ recovery-image] Oct 30 14:08:12.366 INFO O| Oct 30 14:08:12.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6620 | 2024-10-30T14:08:13.055Z | [ recovery-image] Oct 30 14:08:12.366 INFO O| Oct 30 14:08:12.366 INFO STEP 810 (remove_files) COMPLETE |
6621 | 2024-10-30T14:08:13.056Z | [ recovery-image] Oct 30 14:08:12.366 INFO O| Oct 30 14:08:12.366 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-10-30T14:08:13.074Z | [ recovery-image] Oct 30 14:08:12.385 INFO O| Oct 30 14:08:12.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6623 | 2024-10-30T14:08:13.074Z | [ recovery-image] Oct 30 14:08:12.385 INFO O| Oct 30 14:08:12.385 INFO STEP 811 (remove_files) COMPLETE |
6624 | 2024-10-30T14:08:13.077Z | [ recovery-image] Oct 30 14:08:12.385 INFO O| Oct 30 14:08:12.385 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-10-30T14:08:13.093Z | [ recovery-image] Oct 30 14:08:12.404 INFO O| Oct 30 14:08:12.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6626 | 2024-10-30T14:08:13.093Z | [ recovery-image] Oct 30 14:08:12.404 INFO O| Oct 30 14:08:12.404 INFO STEP 812 (remove_files) COMPLETE |
6627 | 2024-10-30T14:08:13.093Z | [ recovery-image] Oct 30 14:08:12.404 INFO O| Oct 30 14:08:12.404 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-10-30T14:08:13.111Z | [ recovery-image] Oct 30 14:08:12.422 INFO O| Oct 30 14:08:12.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6629 | 2024-10-30T14:08:13.111Z | [ recovery-image] Oct 30 14:08:12.422 INFO O| Oct 30 14:08:12.422 INFO STEP 813 (remove_files) COMPLETE |
6630 | 2024-10-30T14:08:13.111Z | [ recovery-image] Oct 30 14:08:12.422 INFO O| Oct 30 14:08:12.422 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-10-30T14:08:13.129Z | [ recovery-image] Oct 30 14:08:12.440 INFO O| Oct 30 14:08:12.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6632 | 2024-10-30T14:08:13.129Z | [ recovery-image] Oct 30 14:08:12.440 INFO O| Oct 30 14:08:12.440 INFO STEP 814 (remove_files) COMPLETE |
6633 | 2024-10-30T14:08:13.129Z | [ recovery-image] Oct 30 14:08:12.440 INFO O| Oct 30 14:08:12.440 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-10-30T14:08:13.148Z | [ recovery-image] Oct 30 14:08:12.459 INFO O| Oct 30 14:08:12.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6635 | 2024-10-30T14:08:13.148Z | [ recovery-image] Oct 30 14:08:12.459 INFO O| Oct 30 14:08:12.459 INFO STEP 815 (remove_files) COMPLETE |
6636 | 2024-10-30T14:08:13.151Z | [ recovery-image] Oct 30 14:08:12.460 INFO O| Oct 30 14:08:12.459 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-10-30T14:08:13.168Z | [ recovery-image] Oct 30 14:08:12.478 INFO O| Oct 30 14:08:12.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6638 | 2024-10-30T14:08:13.168Z | [ recovery-image] Oct 30 14:08:12.478 INFO O| Oct 30 14:08:12.478 INFO STEP 816 (remove_files) COMPLETE |
6639 | 2024-10-30T14:08:13.173Z | [ recovery-image] Oct 30 14:08:12.478 INFO O| Oct 30 14:08:12.478 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-10-30T14:08:13.187Z | [ recovery-image] Oct 30 14:08:12.497 INFO O| Oct 30 14:08:12.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6641 | 2024-10-30T14:08:13.187Z | [ recovery-image] Oct 30 14:08:12.498 INFO O| Oct 30 14:08:12.498 INFO STEP 817 (remove_files) COMPLETE |
6642 | 2024-10-30T14:08:13.190Z | [ recovery-image] Oct 30 14:08:12.498 INFO O| Oct 30 14:08:12.498 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-10-30T14:08:13.206Z | [ recovery-image] Oct 30 14:08:12.516 INFO O| Oct 30 14:08:12.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6644 | 2024-10-30T14:08:13.206Z | [ recovery-image] Oct 30 14:08:12.516 INFO O| Oct 30 14:08:12.516 INFO STEP 818 (remove_files) COMPLETE |
6645 | 2024-10-30T14:08:13.206Z | [ recovery-image] Oct 30 14:08:12.516 INFO O| Oct 30 14:08:12.516 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-10-30T14:08:13.223Z | [ recovery-image] Oct 30 14:08:12.534 INFO O| Oct 30 14:08:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6647 | 2024-10-30T14:08:13.223Z | [ recovery-image] Oct 30 14:08:12.534 INFO O| Oct 30 14:08:12.534 INFO STEP 819 (remove_files) COMPLETE |
6648 | 2024-10-30T14:08:13.226Z | [ recovery-image] Oct 30 14:08:12.534 INFO O| Oct 30 14:08:12.534 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-10-30T14:08:13.242Z | [ recovery-image] Oct 30 14:08:12.552 INFO O| Oct 30 14:08:12.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6650 | 2024-10-30T14:08:13.242Z | [ recovery-image] Oct 30 14:08:12.552 INFO O| Oct 30 14:08:12.552 INFO STEP 820 (remove_files) COMPLETE |
6651 | 2024-10-30T14:08:13.242Z | [ recovery-image] Oct 30 14:08:12.553 INFO O| Oct 30 14:08:12.552 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-10-30T14:08:13.260Z | [ recovery-image] Oct 30 14:08:12.570 INFO O| Oct 30 14:08:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6653 | 2024-10-30T14:08:13.260Z | [ recovery-image] Oct 30 14:08:12.570 INFO O| Oct 30 14:08:12.570 INFO STEP 821 (remove_files) COMPLETE |
6654 | 2024-10-30T14:08:13.260Z | [ recovery-image] Oct 30 14:08:12.570 INFO O| Oct 30 14:08:12.570 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-10-30T14:08:13.277Z | [ recovery-image] Oct 30 14:08:12.588 INFO O| Oct 30 14:08:12.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6656 | 2024-10-30T14:08:13.277Z | [ recovery-image] Oct 30 14:08:12.588 INFO O| Oct 30 14:08:12.588 INFO STEP 822 (remove_files) COMPLETE |
6657 | 2024-10-30T14:08:13.280Z | [ recovery-image] Oct 30 14:08:12.588 INFO O| Oct 30 14:08:12.588 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-10-30T14:08:13.295Z | [ recovery-image] Oct 30 14:08:12.606 INFO O| Oct 30 14:08:12.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6659 | 2024-10-30T14:08:13.295Z | [ recovery-image] Oct 30 14:08:12.606 INFO O| Oct 30 14:08:12.606 INFO STEP 823 (remove_files) COMPLETE |
6660 | 2024-10-30T14:08:13.296Z | [ recovery-image] Oct 30 14:08:12.606 INFO O| Oct 30 14:08:12.606 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-10-30T14:08:13.313Z | [ recovery-image] Oct 30 14:08:12.623 INFO O| Oct 30 14:08:12.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6662 | 2024-10-30T14:08:13.313Z | [ recovery-image] Oct 30 14:08:12.623 INFO O| Oct 30 14:08:12.623 INFO STEP 824 (remove_files) COMPLETE |
6663 | 2024-10-30T14:08:13.313Z | [ recovery-image] Oct 30 14:08:12.623 INFO O| Oct 30 14:08:12.623 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-10-30T14:08:13.331Z | [ recovery-image] Oct 30 14:08:12.641 INFO O| Oct 30 14:08:12.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6665 | 2024-10-30T14:08:13.331Z | [ recovery-image] Oct 30 14:08:12.641 INFO O| Oct 30 14:08:12.641 INFO STEP 825 (remove_files) COMPLETE |
6666 | 2024-10-30T14:08:13.331Z | [ recovery-image] Oct 30 14:08:12.641 INFO O| Oct 30 14:08:12.641 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-10-30T14:08:13.349Z | [ recovery-image] Oct 30 14:08:12.660 INFO O| Oct 30 14:08:12.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6668 | 2024-10-30T14:08:13.349Z | [ recovery-image] Oct 30 14:08:12.660 INFO O| Oct 30 14:08:12.660 INFO STEP 826 (remove_files) COMPLETE |
6669 | 2024-10-30T14:08:13.350Z | [ recovery-image] Oct 30 14:08:12.660 INFO O| Oct 30 14:08:12.660 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-10-30T14:08:13.367Z | [ recovery-image] Oct 30 14:08:12.677 INFO O| Oct 30 14:08:12.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6671 | 2024-10-30T14:08:13.367Z | [ recovery-image] Oct 30 14:08:12.677 INFO O| Oct 30 14:08:12.677 INFO STEP 827 (remove_files) COMPLETE |
6672 | 2024-10-30T14:08:13.367Z | [ recovery-image] Oct 30 14:08:12.677 INFO O| Oct 30 14:08:12.677 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-10-30T14:08:13.384Z | [ recovery-image] Oct 30 14:08:12.695 INFO O| Oct 30 14:08:12.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6674 | 2024-10-30T14:08:13.384Z | [ recovery-image] Oct 30 14:08:12.696 INFO O| Oct 30 14:08:12.696 INFO STEP 828 (remove_files) COMPLETE |
6675 | 2024-10-30T14:08:13.387Z | [ recovery-image] Oct 30 14:08:12.696 INFO O| Oct 30 14:08:12.696 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-10-30T14:08:13.403Z | [ recovery-image] Oct 30 14:08:12.713 INFO O| Oct 30 14:08:12.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6677 | 2024-10-30T14:08:13.403Z | [ recovery-image] Oct 30 14:08:12.714 INFO O| Oct 30 14:08:12.713 INFO STEP 829 (remove_files) COMPLETE |
6678 | 2024-10-30T14:08:13.403Z | [ recovery-image] Oct 30 14:08:12.714 INFO O| Oct 30 14:08:12.714 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-10-30T14:08:13.421Z | [ recovery-image] Oct 30 14:08:12.732 INFO O| Oct 30 14:08:12.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6680 | 2024-10-30T14:08:13.421Z | [ recovery-image] Oct 30 14:08:12.732 INFO O| Oct 30 14:08:12.732 INFO STEP 830 (remove_files) COMPLETE |
6681 | 2024-10-30T14:08:13.421Z | [ recovery-image] Oct 30 14:08:12.732 INFO O| Oct 30 14:08:12.732 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-10-30T14:08:13.441Z | [ recovery-image] Oct 30 14:08:12.751 INFO O| Oct 30 14:08:12.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6683 | 2024-10-30T14:08:13.441Z | [ recovery-image] Oct 30 14:08:12.751 INFO O| Oct 30 14:08:12.751 INFO STEP 831 (remove_files) COMPLETE |
6684 | 2024-10-30T14:08:13.441Z | [ recovery-image] Oct 30 14:08:12.752 INFO O| Oct 30 14:08:12.751 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-10-30T14:08:13.459Z | [ recovery-image] Oct 30 14:08:12.770 INFO O| Oct 30 14:08:12.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6686 | 2024-10-30T14:08:13.459Z | [ recovery-image] Oct 30 14:08:12.770 INFO O| Oct 30 14:08:12.770 INFO STEP 832 (remove_files) COMPLETE |
6687 | 2024-10-30T14:08:13.462Z | [ recovery-image] Oct 30 14:08:12.770 INFO O| Oct 30 14:08:12.770 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-10-30T14:08:13.479Z | [ recovery-image] Oct 30 14:08:12.789 INFO O| Oct 30 14:08:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6689 | 2024-10-30T14:08:13.479Z | [ recovery-image] Oct 30 14:08:12.790 INFO O| Oct 30 14:08:12.789 INFO STEP 833 (remove_files) COMPLETE |
6690 | 2024-10-30T14:08:13.479Z | [ recovery-image] Oct 30 14:08:12.790 INFO O| Oct 30 14:08:12.789 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-10-30T14:08:13.498Z | [ recovery-image] Oct 30 14:08:12.808 INFO O| Oct 30 14:08:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6692 | 2024-10-30T14:08:13.498Z | [ recovery-image] Oct 30 14:08:12.808 INFO O| Oct 30 14:08:12.808 INFO STEP 834 (remove_files) COMPLETE |
6693 | 2024-10-30T14:08:13.498Z | [ recovery-image] Oct 30 14:08:12.808 INFO O| Oct 30 14:08:12.808 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-10-30T14:08:13.516Z | [ recovery-image] Oct 30 14:08:12.826 INFO O| Oct 30 14:08:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6695 | 2024-10-30T14:08:13.516Z | [ recovery-image] Oct 30 14:08:12.826 INFO O| Oct 30 14:08:12.826 INFO STEP 835 (remove_files) COMPLETE |
6696 | 2024-10-30T14:08:13.516Z | [ recovery-image] Oct 30 14:08:12.826 INFO O| Oct 30 14:08:12.826 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-10-30T14:08:13.535Z | [ recovery-image] Oct 30 14:08:12.845 INFO O| Oct 30 14:08:12.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6698 | 2024-10-30T14:08:13.535Z | [ recovery-image] Oct 30 14:08:12.845 INFO O| Oct 30 14:08:12.845 INFO STEP 836 (remove_files) COMPLETE |
6699 | 2024-10-30T14:08:13.535Z | [ recovery-image] Oct 30 14:08:12.845 INFO O| Oct 30 14:08:12.845 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-10-30T14:08:13.554Z | [ recovery-image] Oct 30 14:08:12.864 INFO O| Oct 30 14:08:12.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6701 | 2024-10-30T14:08:13.554Z | [ recovery-image] Oct 30 14:08:12.864 INFO O| Oct 30 14:08:12.864 INFO STEP 837 (remove_files) COMPLETE |
6702 | 2024-10-30T14:08:13.554Z | [ recovery-image] Oct 30 14:08:12.864 INFO O| Oct 30 14:08:12.864 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-10-30T14:08:13.573Z | [ recovery-image] Oct 30 14:08:12.883 INFO O| Oct 30 14:08:12.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6704 | 2024-10-30T14:08:13.574Z | [ recovery-image] Oct 30 14:08:12.883 INFO O| Oct 30 14:08:12.883 INFO STEP 838 (remove_files) COMPLETE |
6705 | 2024-10-30T14:08:13.574Z | [ recovery-image] Oct 30 14:08:12.883 INFO O| Oct 30 14:08:12.883 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-10-30T14:08:13.592Z | [ recovery-image] Oct 30 14:08:12.902 INFO O| Oct 30 14:08:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6707 | 2024-10-30T14:08:13.592Z | [ recovery-image] Oct 30 14:08:12.902 INFO O| Oct 30 14:08:12.902 INFO STEP 839 (remove_files) COMPLETE |
6708 | 2024-10-30T14:08:13.592Z | [ recovery-image] Oct 30 14:08:12.902 INFO O| Oct 30 14:08:12.902 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-10-30T14:08:13.611Z | [ recovery-image] Oct 30 14:08:12.921 INFO O| Oct 30 14:08:12.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6710 | 2024-10-30T14:08:13.611Z | [ recovery-image] Oct 30 14:08:12.921 INFO O| Oct 30 14:08:12.921 INFO STEP 840 (remove_files) COMPLETE |
6711 | 2024-10-30T14:08:13.613Z | [ recovery-image] Oct 30 14:08:12.921 INFO O| Oct 30 14:08:12.921 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-10-30T14:08:13.627Z | [ recovery-image] Oct 30 14:08:12.938 INFO O| Oct 30 14:08:12.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6713 | 2024-10-30T14:08:13.627Z | [ recovery-image] Oct 30 14:08:12.938 INFO O| Oct 30 14:08:12.938 INFO STEP 841 (remove_files) COMPLETE |
6714 | 2024-10-30T14:08:13.627Z | [ recovery-image] Oct 30 14:08:12.938 INFO O| Oct 30 14:08:12.938 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-10-30T14:08:13.646Z | [ recovery-image] Oct 30 14:08:12.955 INFO O| Oct 30 14:08:12.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6716 | 2024-10-30T14:08:13.646Z | [ recovery-image] Oct 30 14:08:12.955 INFO O| Oct 30 14:08:12.955 INFO STEP 842 (remove_files) COMPLETE |
6717 | 2024-10-30T14:08:13.649Z | [ recovery-image] Oct 30 14:08:12.956 INFO O| Oct 30 14:08:12.955 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-10-30T14:08:13.668Z | [ recovery-image] Oct 30 14:08:12.979 INFO O| Oct 30 14:08:12.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6719 | 2024-10-30T14:08:13.668Z | [ recovery-image] Oct 30 14:08:12.979 INFO O| Oct 30 14:08:12.979 INFO STEP 843 (remove_files) COMPLETE |
6720 | 2024-10-30T14:08:13.671Z | [ recovery-image] Oct 30 14:08:12.979 INFO O| Oct 30 14:08:12.979 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-10-30T14:08:13.694Z | [ recovery-image] Oct 30 14:08:13.004 INFO O| Oct 30 14:08:13.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6722 | 2024-10-30T14:08:13.697Z | [ recovery-image] Oct 30 14:08:13.005 INFO O| Oct 30 14:08:13.005 INFO STEP 844 (remove_files) COMPLETE |
6723 | 2024-10-30T14:08:13.697Z | [ recovery-image] Oct 30 14:08:13.005 INFO O| Oct 30 14:08:13.005 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-10-30T14:08:13.729Z | [ recovery-image] Oct 30 14:08:13.039 INFO O| Oct 30 14:08:13.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6725 | 2024-10-30T14:08:13.729Z | [ recovery-image] Oct 30 14:08:13.039 INFO O| Oct 30 14:08:13.039 INFO STEP 845 (remove_files) COMPLETE |
6726 | 2024-10-30T14:08:13.731Z | [ recovery-image] Oct 30 14:08:13.039 INFO O| Oct 30 14:08:13.039 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-10-30T14:08:13.734Z | [ host-image] Oct 30 14:08:13.045 INFO O| Oct 30 14:08:13.045 INFO O| Actions: Completed 22 actions in 0.73 seconds. |
6728 | 2024-10-30T14:08:13.748Z | [ recovery-image] Oct 30 14:08:13.059 INFO O| Oct 30 14:08:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6729 | 2024-10-30T14:08:13.748Z | [ recovery-image] Oct 30 14:08:13.059 INFO O| Oct 30 14:08:13.059 INFO STEP 846 (remove_files) COMPLETE |
6730 | 2024-10-30T14:08:13.748Z | [ recovery-image] Oct 30 14:08:13.059 INFO O| Oct 30 14:08:13.059 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-10-30T14:08:13.768Z | [ recovery-image] Oct 30 14:08:13.078 INFO O| Oct 30 14:08:13.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6732 | 2024-10-30T14:08:13.768Z | [ recovery-image] Oct 30 14:08:13.079 INFO O| Oct 30 14:08:13.079 INFO STEP 847 (remove_files) COMPLETE |
6733 | 2024-10-30T14:08:13.770Z | [ recovery-image] Oct 30 14:08:13.079 INFO O| Oct 30 14:08:13.079 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-10-30T14:08:13.787Z | [ recovery-image] Oct 30 14:08:13.097 INFO O| Oct 30 14:08:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6735 | 2024-10-30T14:08:13.787Z | [ recovery-image] Oct 30 14:08:13.098 INFO O| Oct 30 14:08:13.098 INFO STEP 848 (remove_files) COMPLETE |
6736 | 2024-10-30T14:08:13.789Z | [ recovery-image] Oct 30 14:08:13.098 INFO O| Oct 30 14:08:13.098 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-10-30T14:08:13.805Z | [ recovery-image] Oct 30 14:08:13.116 INFO O| Oct 30 14:08:13.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6738 | 2024-10-30T14:08:13.806Z | [ recovery-image] Oct 30 14:08:13.116 INFO O| Oct 30 14:08:13.116 INFO STEP 849 (remove_files) COMPLETE |
6739 | 2024-10-30T14:08:13.808Z | [ recovery-image] Oct 30 14:08:13.116 INFO O| Oct 30 14:08:13.116 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-10-30T14:08:13.824Z | [ recovery-image] Oct 30 14:08:13.134 INFO O| Oct 30 14:08:13.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6741 | 2024-10-30T14:08:13.827Z | [ recovery-image] Oct 30 14:08:13.134 INFO O| Oct 30 14:08:13.134 INFO STEP 850 (remove_files) COMPLETE |
6742 | 2024-10-30T14:08:13.827Z | [ recovery-image] Oct 30 14:08:13.134 INFO O| Oct 30 14:08:13.134 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-10-30T14:08:13.842Z | [ recovery-image] Oct 30 14:08:13.152 INFO O| Oct 30 14:08:13.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6744 | 2024-10-30T14:08:13.844Z | [ recovery-image] Oct 30 14:08:13.153 INFO O| Oct 30 14:08:13.153 INFO STEP 851 (remove_files) COMPLETE |
6745 | 2024-10-30T14:08:13.844Z | [ recovery-image] Oct 30 14:08:13.153 INFO O| Oct 30 14:08:13.153 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-10-30T14:08:13.860Z | [ recovery-image] Oct 30 14:08:13.171 INFO O| Oct 30 14:08:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6747 | 2024-10-30T14:08:13.863Z | [ recovery-image] Oct 30 14:08:13.171 INFO O| Oct 30 14:08:13.171 INFO STEP 852 (remove_files) COMPLETE |
6748 | 2024-10-30T14:08:13.863Z | [ recovery-image] Oct 30 14:08:13.171 INFO O| Oct 30 14:08:13.171 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-10-30T14:08:13.878Z | [ recovery-image] Oct 30 14:08:13.189 INFO O| Oct 30 14:08:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6750 | 2024-10-30T14:08:13.880Z | [ recovery-image] Oct 30 14:08:13.189 INFO O| Oct 30 14:08:13.189 INFO STEP 853 (remove_files) COMPLETE |
6751 | 2024-10-30T14:08:13.880Z | [ recovery-image] Oct 30 14:08:13.189 INFO O| Oct 30 14:08:13.189 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-10-30T14:08:13.896Z | [ recovery-image] Oct 30 14:08:13.207 INFO O| Oct 30 14:08:13.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6753 | 2024-10-30T14:08:13.899Z | [ recovery-image] Oct 30 14:08:13.207 INFO O| Oct 30 14:08:13.207 INFO STEP 854 (remove_files) COMPLETE |
6754 | 2024-10-30T14:08:13.899Z | [ recovery-image] Oct 30 14:08:13.207 INFO O| Oct 30 14:08:13.207 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-10-30T14:08:13.914Z | [ recovery-image] Oct 30 14:08:13.225 INFO O| Oct 30 14:08:13.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6756 | 2024-10-30T14:08:13.917Z | [ recovery-image] Oct 30 14:08:13.225 INFO O| Oct 30 14:08:13.225 INFO STEP 855 (remove_files) COMPLETE |
6757 | 2024-10-30T14:08:13.917Z | [ recovery-image] Oct 30 14:08:13.226 INFO O| Oct 30 14:08:13.225 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2024-10-30T14:08:13.934Z | [ recovery-image] Oct 30 14:08:13.244 INFO O| Oct 30 14:08:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6759 | 2024-10-30T14:08:13.937Z | [ recovery-image] Oct 30 14:08:13.244 INFO O| Oct 30 14:08:13.244 INFO STEP 856 (remove_files) COMPLETE |
6760 | 2024-10-30T14:08:13.937Z | [ recovery-image] Oct 30 14:08:13.244 INFO O| Oct 30 14:08:13.244 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2024-10-30T14:08:13.955Z | [ recovery-image] Oct 30 14:08:13.266 INFO O| Oct 30 14:08:13.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6762 | 2024-10-30T14:08:13.964Z | [ recovery-image] Oct 30 14:08:13.267 INFO O| Oct 30 14:08:13.266 INFO STEP 857 (remove_files) COMPLETE |
6763 | 2024-10-30T14:08:13.964Z | [ recovery-image] Oct 30 14:08:13.267 INFO O| Oct 30 14:08:13.267 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2024-10-30T14:08:13.978Z | [ recovery-image] Oct 30 14:08:13.288 INFO O| Oct 30 14:08:13.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6765 | 2024-10-30T14:08:13.982Z | [ recovery-image] Oct 30 14:08:13.289 INFO O| Oct 30 14:08:13.289 INFO STEP 858 (remove_files) COMPLETE |
6766 | 2024-10-30T14:08:13.982Z | [ recovery-image] Oct 30 14:08:13.289 INFO O| Oct 30 14:08:13.289 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2024-10-30T14:08:14.000Z | [ recovery-image] Oct 30 14:08:13.310 INFO O| Oct 30 14:08:13.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6768 | 2024-10-30T14:08:14.003Z | [ recovery-image] Oct 30 14:08:13.310 INFO O| Oct 30 14:08:13.310 INFO STEP 859 (remove_files) COMPLETE |
6769 | 2024-10-30T14:08:14.003Z | [ recovery-image] Oct 30 14:08:13.311 INFO O| Oct 30 14:08:13.310 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6770 | 2024-10-30T14:08:14.021Z | [ recovery-image] Oct 30 14:08:13.332 INFO O| Oct 30 14:08:13.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6771 | 2024-10-30T14:08:14.024Z | [ recovery-image] Oct 30 14:08:13.332 INFO O| Oct 30 14:08:13.332 INFO STEP 860 (remove_files) COMPLETE |
6772 | 2024-10-30T14:08:14.024Z | [ recovery-image] Oct 30 14:08:13.332 INFO O| Oct 30 14:08:13.332 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2024-10-30T14:08:14.045Z | [ recovery-image] Oct 30 14:08:13.355 INFO O| Oct 30 14:08:13.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6774 | 2024-10-30T14:08:14.047Z | [ recovery-image] Oct 30 14:08:13.356 INFO O| Oct 30 14:08:13.356 INFO STEP 861 (remove_files) COMPLETE |
6775 | 2024-10-30T14:08:14.047Z | [ recovery-image] Oct 30 14:08:13.356 INFO O| Oct 30 14:08:13.356 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6776 | 2024-10-30T14:08:14.065Z | [ recovery-image] Oct 30 14:08:13.376 INFO O| Oct 30 14:08:13.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6777 | 2024-10-30T14:08:14.068Z | [ recovery-image] Oct 30 14:08:13.376 INFO O| Oct 30 14:08:13.376 INFO STEP 862 (remove_files) COMPLETE |
6778 | 2024-10-30T14:08:14.068Z | [ recovery-image] Oct 30 14:08:13.376 INFO O| Oct 30 14:08:13.376 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2024-10-30T14:08:14.085Z | [ recovery-image] Oct 30 14:08:13.396 INFO O| Oct 30 14:08:13.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6780 | 2024-10-30T14:08:14.088Z | [ recovery-image] Oct 30 14:08:13.396 INFO O| Oct 30 14:08:13.396 INFO STEP 863 (remove_files) COMPLETE |
6781 | 2024-10-30T14:08:14.088Z | [ recovery-image] Oct 30 14:08:13.397 INFO O| Oct 30 14:08:13.396 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6782 | 2024-10-30T14:08:14.105Z | [ recovery-image] Oct 30 14:08:13.416 INFO O| Oct 30 14:08:13.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6783 | 2024-10-30T14:08:14.108Z | [ recovery-image] Oct 30 14:08:13.416 INFO O| Oct 30 14:08:13.416 INFO STEP 864 (remove_files) COMPLETE |
6784 | 2024-10-30T14:08:14.108Z | [ recovery-image] Oct 30 14:08:13.416 INFO O| Oct 30 14:08:13.416 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2024-10-30T14:08:14.125Z | [ recovery-image] Oct 30 14:08:13.435 INFO O| Oct 30 14:08:13.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6786 | 2024-10-30T14:08:14.125Z | [ recovery-image] Oct 30 14:08:13.435 INFO O| Oct 30 14:08:13.435 INFO STEP 865 (remove_files) COMPLETE |
6787 | 2024-10-30T14:08:14.127Z | [ recovery-image] Oct 30 14:08:13.436 INFO O| Oct 30 14:08:13.435 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6788 | 2024-10-30T14:08:14.143Z | [ recovery-image] Oct 30 14:08:13.454 INFO O| Oct 30 14:08:13.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6789 | 2024-10-30T14:08:14.143Z | [ recovery-image] Oct 30 14:08:13.454 INFO O| Oct 30 14:08:13.454 INFO STEP 866 (remove_files) COMPLETE |
6790 | 2024-10-30T14:08:14.143Z | [ recovery-image] Oct 30 14:08:13.454 INFO O| Oct 30 14:08:13.454 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6791 | 2024-10-30T14:08:14.162Z | [ recovery-image] Oct 30 14:08:13.472 INFO O| Oct 30 14:08:13.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6792 | 2024-10-30T14:08:14.162Z | [ recovery-image] Oct 30 14:08:13.472 INFO O| Oct 30 14:08:13.472 INFO STEP 867 (remove_files) COMPLETE |
6793 | 2024-10-30T14:08:14.164Z | [ recovery-image] Oct 30 14:08:13.472 INFO O| Oct 30 14:08:13.472 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6794 | 2024-10-30T14:08:14.181Z | [ recovery-image] Oct 30 14:08:13.491 INFO O| Oct 30 14:08:13.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6795 | 2024-10-30T14:08:14.181Z | [ recovery-image] Oct 30 14:08:13.491 INFO O| Oct 30 14:08:13.491 INFO STEP 868 (remove_files) COMPLETE |
6796 | 2024-10-30T14:08:14.181Z | [ recovery-image] Oct 30 14:08:13.491 INFO O| Oct 30 14:08:13.491 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6797 | 2024-10-30T14:08:14.199Z | [ recovery-image] Oct 30 14:08:13.509 INFO O| Oct 30 14:08:13.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6798 | 2024-10-30T14:08:14.199Z | [ recovery-image] Oct 30 14:08:13.509 INFO O| Oct 30 14:08:13.509 INFO STEP 869 (remove_files) COMPLETE |
6799 | 2024-10-30T14:08:14.199Z | [ recovery-image] Oct 30 14:08:13.509 INFO O| Oct 30 14:08:13.509 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2024-10-30T14:08:14.201Z | [ host-image] Oct 30 14:08:13.511 INFO O| Oct 30 14:08:13.511 INFO O| Done |
6801 | 2024-10-30T14:08:14.202Z | [ host-image] Oct 30 14:08:13.511 INFO O| Oct 30 14:08:13.511 INFO O| Done |
6802 | 2024-10-30T14:08:14.222Z | [ recovery-image] Oct 30 14:08:13.532 INFO O| Oct 30 14:08:13.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6803 | 2024-10-30T14:08:14.222Z | [ recovery-image] Oct 30 14:08:13.532 INFO O| Oct 30 14:08:13.527 INFO STEP 870 (remove_files) COMPLETE |
6804 | 2024-10-30T14:08:14.222Z | [ recovery-image] Oct 30 14:08:13.533 INFO O| Oct 30 14:08:13.527 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-10-30T14:08:14.234Z | [ recovery-image] Oct 30 14:08:13.545 INFO O| Oct 30 14:08:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6806 | 2024-10-30T14:08:14.234Z | [ recovery-image] Oct 30 14:08:13.545 INFO O| Oct 30 14:08:13.545 INFO STEP 871 (remove_files) COMPLETE |
6807 | 2024-10-30T14:08:14.234Z | [ recovery-image] Oct 30 14:08:13.545 INFO O| Oct 30 14:08:13.545 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-10-30T14:08:14.252Z | [ recovery-image] Oct 30 14:08:13.563 INFO O| Oct 30 14:08:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6809 | 2024-10-30T14:08:14.254Z | [ recovery-image] Oct 30 14:08:13.563 INFO O| Oct 30 14:08:13.563 INFO STEP 872 (remove_files) COMPLETE |
6810 | 2024-10-30T14:08:14.254Z | [ recovery-image] Oct 30 14:08:13.563 INFO O| Oct 30 14:08:13.563 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-10-30T14:08:14.269Z | [ recovery-image] Oct 30 14:08:13.579 INFO O| Oct 30 14:08:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6812 | 2024-10-30T14:08:14.269Z | [ recovery-image] Oct 30 14:08:13.580 INFO O| Oct 30 14:08:13.579 INFO STEP 873 (remove_files) COMPLETE |
6813 | 2024-10-30T14:08:14.271Z | [ recovery-image] Oct 30 14:08:13.580 INFO O| Oct 30 14:08:13.580 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-10-30T14:08:14.283Z | [ recovery-image] Oct 30 14:08:13.594 INFO O| Oct 30 14:08:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6815 | 2024-10-30T14:08:14.283Z | [ recovery-image] Oct 30 14:08:13.594 INFO O| Oct 30 14:08:13.594 INFO STEP 874 (remove_files) COMPLETE |
6816 | 2024-10-30T14:08:14.283Z | [ recovery-image] Oct 30 14:08:13.594 INFO O| Oct 30 14:08:13.594 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-10-30T14:08:14.299Z | [ recovery-image] Oct 30 14:08:13.609 INFO O| Oct 30 14:08:13.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6818 | 2024-10-30T14:08:14.299Z | [ recovery-image] Oct 30 14:08:13.609 INFO O| Oct 30 14:08:13.609 INFO STEP 875 (remove_files) COMPLETE |
6819 | 2024-10-30T14:08:14.299Z | [ recovery-image] Oct 30 14:08:13.609 INFO O| Oct 30 14:08:13.609 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-10-30T14:08:14.315Z | [ recovery-image] Oct 30 14:08:13.626 INFO O| Oct 30 14:08:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6821 | 2024-10-30T14:08:14.315Z | [ recovery-image] Oct 30 14:08:13.626 INFO O| Oct 30 14:08:13.626 INFO STEP 876 (remove_files) COMPLETE |
6822 | 2024-10-30T14:08:14.315Z | [ recovery-image] Oct 30 14:08:13.626 INFO O| Oct 30 14:08:13.626 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-10-30T14:08:14.331Z | [ recovery-image] Oct 30 14:08:13.642 INFO O| Oct 30 14:08:13.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6824 | 2024-10-30T14:08:14.332Z | [ recovery-image] Oct 30 14:08:13.642 INFO O| Oct 30 14:08:13.642 INFO STEP 877 (remove_files) COMPLETE |
6825 | 2024-10-30T14:08:14.334Z | [ recovery-image] Oct 30 14:08:13.642 INFO O| Oct 30 14:08:13.642 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-10-30T14:08:14.349Z | [ recovery-image] Oct 30 14:08:13.659 INFO O| Oct 30 14:08:13.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6827 | 2024-10-30T14:08:14.349Z | [ recovery-image] Oct 30 14:08:13.660 INFO O| Oct 30 14:08:13.659 INFO STEP 878 (remove_files) COMPLETE |
6828 | 2024-10-30T14:08:14.349Z | [ recovery-image] Oct 30 14:08:13.660 INFO O| Oct 30 14:08:13.659 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-10-30T14:08:14.366Z | [ recovery-image] Oct 30 14:08:13.677 INFO O| Oct 30 14:08:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6830 | 2024-10-30T14:08:14.366Z | [ recovery-image] Oct 30 14:08:13.677 INFO O| Oct 30 14:08:13.677 INFO STEP 879 (remove_files) COMPLETE |
6831 | 2024-10-30T14:08:14.369Z | [ recovery-image] Oct 30 14:08:13.677 INFO O| Oct 30 14:08:13.677 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-10-30T14:08:14.383Z | [ recovery-image] Oct 30 14:08:13.694 INFO O| Oct 30 14:08:13.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6833 | 2024-10-30T14:08:14.383Z | [ recovery-image] Oct 30 14:08:13.694 INFO O| Oct 30 14:08:13.694 INFO STEP 880 (remove_files) COMPLETE |
6834 | 2024-10-30T14:08:14.383Z | [ recovery-image] Oct 30 14:08:13.694 INFO O| Oct 30 14:08:13.694 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-10-30T14:08:14.399Z | [ recovery-image] Oct 30 14:08:13.710 INFO O| Oct 30 14:08:13.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6836 | 2024-10-30T14:08:14.399Z | [ recovery-image] Oct 30 14:08:13.710 INFO O| Oct 30 14:08:13.710 INFO STEP 881 (remove_files) COMPLETE |
6837 | 2024-10-30T14:08:14.399Z | [ recovery-image] Oct 30 14:08:13.710 INFO O| Oct 30 14:08:13.710 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-10-30T14:08:14.418Z | [ recovery-image] Oct 30 14:08:13.728 INFO O| Oct 30 14:08:13.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6839 | 2024-10-30T14:08:14.418Z | [ recovery-image] Oct 30 14:08:13.728 INFO O| Oct 30 14:08:13.728 INFO STEP 882 (remove_files) COMPLETE |
6840 | 2024-10-30T14:08:14.418Z | [ recovery-image] Oct 30 14:08:13.729 INFO O| Oct 30 14:08:13.728 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-10-30T14:08:14.435Z | [ recovery-image] Oct 30 14:08:13.746 INFO O| Oct 30 14:08:13.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6842 | 2024-10-30T14:08:14.438Z | [ recovery-image] Oct 30 14:08:13.746 INFO O| Oct 30 14:08:13.746 INFO STEP 883 (remove_files) COMPLETE |
6843 | 2024-10-30T14:08:14.438Z | [ recovery-image] Oct 30 14:08:13.746 INFO O| Oct 30 14:08:13.746 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-10-30T14:08:14.453Z | [ recovery-image] Oct 30 14:08:13.763 INFO O| Oct 30 14:08:13.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6845 | 2024-10-30T14:08:14.453Z | [ recovery-image] Oct 30 14:08:13.764 INFO O| Oct 30 14:08:13.763 INFO STEP 884 (remove_files) COMPLETE |
6846 | 2024-10-30T14:08:14.455Z | [ recovery-image] Oct 30 14:08:13.764 INFO O| Oct 30 14:08:13.763 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-10-30T14:08:14.469Z | [ recovery-image] Oct 30 14:08:13.780 INFO O| Oct 30 14:08:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6848 | 2024-10-30T14:08:14.469Z | [ recovery-image] Oct 30 14:08:13.780 INFO O| Oct 30 14:08:13.780 INFO STEP 885 (remove_files) COMPLETE |
6849 | 2024-10-30T14:08:14.469Z | [ recovery-image] Oct 30 14:08:13.780 INFO O| Oct 30 14:08:13.780 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-10-30T14:08:14.487Z | [ recovery-image] Oct 30 14:08:13.797 INFO O| Oct 30 14:08:13.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6851 | 2024-10-30T14:08:14.487Z | [ recovery-image] Oct 30 14:08:13.798 INFO O| Oct 30 14:08:13.797 INFO STEP 886 (remove_files) COMPLETE |
6852 | 2024-10-30T14:08:14.487Z | [ recovery-image] Oct 30 14:08:13.798 INFO O| Oct 30 14:08:13.798 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-10-30T14:08:14.505Z | [ recovery-image] Oct 30 14:08:13.815 INFO O| Oct 30 14:08:13.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6854 | 2024-10-30T14:08:14.505Z | [ recovery-image] Oct 30 14:08:13.815 INFO O| Oct 30 14:08:13.815 INFO STEP 887 (remove_files) COMPLETE |
6855 | 2024-10-30T14:08:14.505Z | [ recovery-image] Oct 30 14:08:13.815 INFO O| Oct 30 14:08:13.815 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-10-30T14:08:14.521Z | [ recovery-image] Oct 30 14:08:13.832 INFO O| Oct 30 14:08:13.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6857 | 2024-10-30T14:08:14.521Z | [ recovery-image] Oct 30 14:08:13.832 INFO O| Oct 30 14:08:13.832 INFO STEP 888 (remove_files) COMPLETE |
6858 | 2024-10-30T14:08:14.521Z | [ recovery-image] Oct 30 14:08:13.832 INFO O| Oct 30 14:08:13.832 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-10-30T14:08:14.538Z | [ recovery-image] Oct 30 14:08:13.849 INFO O| Oct 30 14:08:13.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6860 | 2024-10-30T14:08:14.540Z | [ recovery-image] Oct 30 14:08:13.849 INFO O| Oct 30 14:08:13.849 INFO STEP 889 (remove_files) COMPLETE |
6861 | 2024-10-30T14:08:14.540Z | [ recovery-image] Oct 30 14:08:13.849 INFO O| Oct 30 14:08:13.849 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-10-30T14:08:14.556Z | [ recovery-image] Oct 30 14:08:13.866 INFO O| Oct 30 14:08:13.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6863 | 2024-10-30T14:08:14.556Z | [ recovery-image] Oct 30 14:08:13.867 INFO O| Oct 30 14:08:13.866 INFO STEP 890 (remove_files) COMPLETE |
6864 | 2024-10-30T14:08:14.556Z | [ recovery-image] Oct 30 14:08:13.867 INFO O| Oct 30 14:08:13.866 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-10-30T14:08:14.572Z | [ recovery-image] Oct 30 14:08:13.883 INFO O| Oct 30 14:08:13.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6866 | 2024-10-30T14:08:14.572Z | [ recovery-image] Oct 30 14:08:13.883 INFO O| Oct 30 14:08:13.883 INFO STEP 891 (remove_files) COMPLETE |
6867 | 2024-10-30T14:08:14.575Z | [ recovery-image] Oct 30 14:08:13.883 INFO O| Oct 30 14:08:13.883 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-10-30T14:08:14.589Z | [ recovery-image] Oct 30 14:08:13.899 INFO O| Oct 30 14:08:13.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6869 | 2024-10-30T14:08:14.589Z | [ recovery-image] Oct 30 14:08:13.900 INFO O| Oct 30 14:08:13.900 INFO STEP 892 (remove_files) COMPLETE |
6870 | 2024-10-30T14:08:14.598Z | [ recovery-image] Oct 30 14:08:13.900 INFO O| Oct 30 14:08:13.900 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-10-30T14:08:14.606Z | [ recovery-image] Oct 30 14:08:13.917 INFO O| Oct 30 14:08:13.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6872 | 2024-10-30T14:08:14.606Z | [ recovery-image] Oct 30 14:08:13.917 INFO O| Oct 30 14:08:13.917 INFO STEP 893 (remove_files) COMPLETE |
6873 | 2024-10-30T14:08:14.606Z | [ recovery-image] Oct 30 14:08:13.917 INFO O| Oct 30 14:08:13.917 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-10-30T14:08:14.623Z | [ recovery-image] Oct 30 14:08:13.934 INFO O| Oct 30 14:08:13.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6875 | 2024-10-30T14:08:14.623Z | [ recovery-image] Oct 30 14:08:13.934 INFO O| Oct 30 14:08:13.934 INFO STEP 894 (remove_files) COMPLETE |
6876 | 2024-10-30T14:08:14.626Z | [ recovery-image] Oct 30 14:08:13.934 INFO O| Oct 30 14:08:13.934 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-10-30T14:08:14.641Z | [ recovery-image] Oct 30 14:08:13.951 INFO O| Oct 30 14:08:13.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6878 | 2024-10-30T14:08:14.641Z | [ recovery-image] Oct 30 14:08:13.952 INFO O| Oct 30 14:08:13.951 INFO STEP 895 (remove_files) COMPLETE |
6879 | 2024-10-30T14:08:14.641Z | [ recovery-image] Oct 30 14:08:13.952 INFO O| Oct 30 14:08:13.952 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-10-30T14:08:14.659Z | [ recovery-image] Oct 30 14:08:13.970 INFO O| Oct 30 14:08:13.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6881 | 2024-10-30T14:08:14.659Z | [ recovery-image] Oct 30 14:08:13.970 INFO O| Oct 30 14:08:13.970 INFO STEP 896 (remove_files) COMPLETE |
6882 | 2024-10-30T14:08:14.659Z | [ recovery-image] Oct 30 14:08:13.970 INFO O| Oct 30 14:08:13.970 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-10-30T14:08:14.677Z | [ recovery-image] Oct 30 14:08:13.987 INFO O| Oct 30 14:08:13.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6884 | 2024-10-30T14:08:14.677Z | [ recovery-image] Oct 30 14:08:13.988 INFO O| Oct 30 14:08:13.987 INFO STEP 897 (remove_files) COMPLETE |
6885 | 2024-10-30T14:08:14.677Z | [ recovery-image] Oct 30 14:08:13.988 INFO O| Oct 30 14:08:13.988 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-10-30T14:08:14.694Z | [ recovery-image] Oct 30 14:08:14.005 INFO O| Oct 30 14:08:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6887 | 2024-10-30T14:08:14.694Z | [ recovery-image] Oct 30 14:08:14.005 INFO O| Oct 30 14:08:14.005 INFO STEP 898 (remove_files) COMPLETE |
6888 | 2024-10-30T14:08:14.694Z | [ recovery-image] Oct 30 14:08:14.005 INFO O| Oct 30 14:08:14.005 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-10-30T14:08:14.710Z | [ recovery-image] Oct 30 14:08:14.021 INFO O| Oct 30 14:08:14.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6890 | 2024-10-30T14:08:14.713Z | [ recovery-image] Oct 30 14:08:14.022 INFO O| Oct 30 14:08:14.022 INFO STEP 899 (remove_files) COMPLETE |
6891 | 2024-10-30T14:08:14.713Z | [ recovery-image] Oct 30 14:08:14.022 INFO O| Oct 30 14:08:14.022 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-10-30T14:08:14.727Z | [ recovery-image] Oct 30 14:08:14.038 INFO O| Oct 30 14:08:14.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6893 | 2024-10-30T14:08:14.727Z | [ recovery-image] Oct 30 14:08:14.038 INFO O| Oct 30 14:08:14.038 INFO STEP 900 (remove_files) COMPLETE |
6894 | 2024-10-30T14:08:14.727Z | [ recovery-image] Oct 30 14:08:14.038 INFO O| Oct 30 14:08:14.038 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-10-30T14:08:14.743Z | [ recovery-image] Oct 30 14:08:14.054 INFO O| Oct 30 14:08:14.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6896 | 2024-10-30T14:08:14.743Z | [ recovery-image] Oct 30 14:08:14.054 INFO O| Oct 30 14:08:14.054 INFO STEP 901 (remove_files) COMPLETE |
6897 | 2024-10-30T14:08:14.746Z | [ recovery-image] Oct 30 14:08:14.054 INFO O| Oct 30 14:08:14.054 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-10-30T14:08:14.759Z | [ recovery-image] Oct 30 14:08:14.070 INFO O| Oct 30 14:08:14.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6899 | 2024-10-30T14:08:14.759Z | [ recovery-image] Oct 30 14:08:14.070 INFO O| Oct 30 14:08:14.070 INFO STEP 902 (remove_files) COMPLETE |
6900 | 2024-10-30T14:08:14.761Z | [ recovery-image] Oct 30 14:08:14.070 INFO O| Oct 30 14:08:14.070 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-10-30T14:08:14.776Z | [ recovery-image] Oct 30 14:08:14.086 INFO O| Oct 30 14:08:14.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6902 | 2024-10-30T14:08:14.776Z | [ recovery-image] Oct 30 14:08:14.086 INFO O| Oct 30 14:08:14.086 INFO STEP 903 (remove_files) COMPLETE |
6903 | 2024-10-30T14:08:14.776Z | [ recovery-image] Oct 30 14:08:14.087 INFO O| Oct 30 14:08:14.086 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-10-30T14:08:14.793Z | [ recovery-image] Oct 30 14:08:14.104 INFO O| Oct 30 14:08:14.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6905 | 2024-10-30T14:08:14.793Z | [ recovery-image] Oct 30 14:08:14.104 INFO O| Oct 30 14:08:14.104 INFO STEP 904 (remove_files) COMPLETE |
6906 | 2024-10-30T14:08:14.795Z | [ recovery-image] Oct 30 14:08:14.104 INFO O| Oct 30 14:08:14.104 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-10-30T14:08:14.808Z | [ recovery-image] Oct 30 14:08:14.119 INFO O| Oct 30 14:08:14.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6908 | 2024-10-30T14:08:14.811Z | [ recovery-image] Oct 30 14:08:14.120 INFO O| Oct 30 14:08:14.119 INFO STEP 905 (remove_files) COMPLETE |
6909 | 2024-10-30T14:08:14.811Z | [ recovery-image] Oct 30 14:08:14.120 INFO O| Oct 30 14:08:14.119 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-10-30T14:08:14.823Z | [ recovery-image] Oct 30 14:08:14.134 INFO O| Oct 30 14:08:14.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6911 | 2024-10-30T14:08:14.823Z | [ recovery-image] Oct 30 14:08:14.134 INFO O| Oct 30 14:08:14.134 INFO STEP 906 (remove_files) COMPLETE |
6912 | 2024-10-30T14:08:14.826Z | [ recovery-image] Oct 30 14:08:14.134 INFO O| Oct 30 14:08:14.134 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-10-30T14:08:14.837Z | [ recovery-image] Oct 30 14:08:14.148 INFO O| Oct 30 14:08:14.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6914 | 2024-10-30T14:08:14.840Z | [ recovery-image] Oct 30 14:08:14.149 INFO O| Oct 30 14:08:14.148 INFO STEP 907 (remove_files) COMPLETE |
6915 | 2024-10-30T14:08:14.840Z | [ recovery-image] Oct 30 14:08:14.149 INFO O| Oct 30 14:08:14.149 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-10-30T14:08:14.852Z | [ recovery-image] Oct 30 14:08:14.163 INFO O| Oct 30 14:08:14.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6917 | 2024-10-30T14:08:14.855Z | [ recovery-image] Oct 30 14:08:14.163 INFO O| Oct 30 14:08:14.163 INFO STEP 908 (remove_files) COMPLETE |
6918 | 2024-10-30T14:08:14.855Z | [ recovery-image] Oct 30 14:08:14.164 INFO O| Oct 30 14:08:14.163 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-10-30T14:08:14.864Z | [ recovery-image] Oct 30 14:08:14.175 INFO O| Oct 30 14:08:14.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6920 | 2024-10-30T14:08:14.867Z | [ recovery-image] Oct 30 14:08:14.175 INFO O| Oct 30 14:08:14.175 INFO STEP 909 (remove_files) COMPLETE |
6921 | 2024-10-30T14:08:14.867Z | [ recovery-image] Oct 30 14:08:14.176 INFO O| Oct 30 14:08:14.176 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-10-30T14:08:14.881Z | [ recovery-image] Oct 30 14:08:14.192 INFO O| Oct 30 14:08:14.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6923 | 2024-10-30T14:08:14.883Z | [ recovery-image] Oct 30 14:08:14.192 INFO O| Oct 30 14:08:14.192 INFO STEP 910 (remove_files) COMPLETE |
6924 | 2024-10-30T14:08:14.884Z | [ recovery-image] Oct 30 14:08:14.192 INFO O| Oct 30 14:08:14.192 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-10-30T14:08:14.893Z | [ recovery-image] Oct 30 14:08:14.204 INFO O| Oct 30 14:08:14.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6926 | 2024-10-30T14:08:14.895Z | [ recovery-image] Oct 30 14:08:14.204 INFO O| Oct 30 14:08:14.204 INFO STEP 911 (remove_files) COMPLETE |
6927 | 2024-10-30T14:08:14.895Z | [ recovery-image] Oct 30 14:08:14.204 INFO O| Oct 30 14:08:14.204 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-10-30T14:08:14.904Z | [ recovery-image] Oct 30 14:08:14.215 INFO O| Oct 30 14:08:14.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6929 | 2024-10-30T14:08:14.904Z | [ recovery-image] Oct 30 14:08:14.215 INFO O| Oct 30 14:08:14.215 INFO STEP 912 (remove_files) COMPLETE |
6930 | 2024-10-30T14:08:14.907Z | [ recovery-image] Oct 30 14:08:14.216 INFO O| Oct 30 14:08:14.215 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-10-30T14:08:14.921Z | [ recovery-image] Oct 30 14:08:14.232 INFO O| Oct 30 14:08:14.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6932 | 2024-10-30T14:08:14.924Z | [ recovery-image] Oct 30 14:08:14.232 INFO O| Oct 30 14:08:14.232 INFO STEP 913 (remove_files) COMPLETE |
6933 | 2024-10-30T14:08:14.924Z | [ recovery-image] Oct 30 14:08:14.232 INFO O| Oct 30 14:08:14.232 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-10-30T14:08:14.935Z | [ recovery-image] Oct 30 14:08:14.246 INFO O| Oct 30 14:08:14.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6935 | 2024-10-30T14:08:14.938Z | [ recovery-image] Oct 30 14:08:14.246 INFO O| Oct 30 14:08:14.246 INFO STEP 914 (remove_files) COMPLETE |
6936 | 2024-10-30T14:08:14.938Z | [ recovery-image] Oct 30 14:08:14.246 INFO O| Oct 30 14:08:14.246 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-10-30T14:08:14.946Z | [ recovery-image] Oct 30 14:08:14.257 INFO O| Oct 30 14:08:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6938 | 2024-10-30T14:08:14.946Z | [ recovery-image] Oct 30 14:08:14.257 INFO O| Oct 30 14:08:14.257 INFO STEP 915 (remove_files) COMPLETE |
6939 | 2024-10-30T14:08:14.949Z | [ recovery-image] Oct 30 14:08:14.257 INFO O| Oct 30 14:08:14.257 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-10-30T14:08:14.961Z | [ recovery-image] Oct 30 14:08:14.272 INFO O| Oct 30 14:08:14.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6941 | 2024-10-30T14:08:14.963Z | [ recovery-image] Oct 30 14:08:14.272 INFO O| Oct 30 14:08:14.272 INFO STEP 916 (remove_files) COMPLETE |
6942 | 2024-10-30T14:08:14.964Z | [ recovery-image] Oct 30 14:08:14.272 INFO O| Oct 30 14:08:14.272 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-10-30T14:08:14.978Z | [ recovery-image] Oct 30 14:08:14.289 INFO O| Oct 30 14:08:14.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6944 | 2024-10-30T14:08:14.980Z | [ recovery-image] Oct 30 14:08:14.289 INFO O| Oct 30 14:08:14.289 INFO STEP 917 (remove_files) COMPLETE |
6945 | 2024-10-30T14:08:14.980Z | [ recovery-image] Oct 30 14:08:14.289 INFO O| Oct 30 14:08:14.289 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-10-30T14:08:14.994Z | [ recovery-image] Oct 30 14:08:14.305 INFO O| Oct 30 14:08:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6947 | 2024-10-30T14:08:14.994Z | [ recovery-image] Oct 30 14:08:14.305 INFO O| Oct 30 14:08:14.305 INFO STEP 918 (remove_files) COMPLETE |
6948 | 2024-10-30T14:08:14.994Z | [ recovery-image] Oct 30 14:08:14.305 INFO O| Oct 30 14:08:14.305 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-10-30T14:08:15.012Z | [ recovery-image] Oct 30 14:08:14.322 INFO O| Oct 30 14:08:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6950 | 2024-10-30T14:08:15.012Z | [ recovery-image] Oct 30 14:08:14.322 INFO O| Oct 30 14:08:14.322 INFO STEP 919 (remove_files) COMPLETE |
6951 | 2024-10-30T14:08:15.012Z | [ recovery-image] Oct 30 14:08:14.322 INFO O| Oct 30 14:08:14.322 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-10-30T14:08:15.028Z | [ recovery-image] Oct 30 14:08:14.338 INFO O| Oct 30 14:08:14.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6953 | 2024-10-30T14:08:15.028Z | [ recovery-image] Oct 30 14:08:14.338 INFO O| Oct 30 14:08:14.338 INFO STEP 920 (remove_files) COMPLETE |
6954 | 2024-10-30T14:08:15.028Z | [ recovery-image] Oct 30 14:08:14.338 INFO O| Oct 30 14:08:14.338 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-10-30T14:08:15.043Z | [ recovery-image] Oct 30 14:08:14.354 INFO O| Oct 30 14:08:14.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6956 | 2024-10-30T14:08:15.043Z | [ recovery-image] Oct 30 14:08:14.354 INFO O| Oct 30 14:08:14.354 INFO STEP 921 (remove_files) COMPLETE |
6957 | 2024-10-30T14:08:15.044Z | [ recovery-image] Oct 30 14:08:14.354 INFO O| Oct 30 14:08:14.354 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-10-30T14:08:15.060Z | [ recovery-image] Oct 30 14:08:14.371 INFO O| Oct 30 14:08:14.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6959 | 2024-10-30T14:08:15.061Z | [ recovery-image] Oct 30 14:08:14.371 INFO O| Oct 30 14:08:14.371 INFO STEP 922 (remove_files) COMPLETE |
6960 | 2024-10-30T14:08:15.061Z | [ recovery-image] Oct 30 14:08:14.371 INFO O| Oct 30 14:08:14.371 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-10-30T14:08:15.074Z | [ recovery-image] Oct 30 14:08:14.384 INFO O| Oct 30 14:08:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6962 | 2024-10-30T14:08:15.074Z | [ recovery-image] Oct 30 14:08:14.385 INFO O| Oct 30 14:08:14.384 INFO STEP 923 (remove_files) COMPLETE |
6963 | 2024-10-30T14:08:15.076Z | [ recovery-image] Oct 30 14:08:14.385 INFO O| Oct 30 14:08:14.384 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-10-30T14:08:15.079Z | [ host-image] Oct 30 14:08:14.389 INFO O| Oct 30 14:08:14.389 INFO O| Done |
6965 | 2024-10-30T14:08:15.090Z | [ recovery-image] Oct 30 14:08:14.401 INFO O| Oct 30 14:08:14.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6966 | 2024-10-30T14:08:15.090Z | [ recovery-image] Oct 30 14:08:14.401 INFO O| Oct 30 14:08:14.401 INFO STEP 924 (remove_files) COMPLETE |
6967 | 2024-10-30T14:08:15.090Z | [ recovery-image] Oct 30 14:08:14.401 INFO O| Oct 30 14:08:14.401 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-10-30T14:08:15.104Z | [ recovery-image] Oct 30 14:08:14.415 INFO O| Oct 30 14:08:14.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6969 | 2024-10-30T14:08:15.104Z | [ recovery-image] Oct 30 14:08:14.415 INFO O| Oct 30 14:08:14.415 INFO STEP 925 (remove_files) COMPLETE |
6970 | 2024-10-30T14:08:15.107Z | [ recovery-image] Oct 30 14:08:14.415 INFO O| Oct 30 14:08:14.415 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-10-30T14:08:15.120Z | [ recovery-image] Oct 30 14:08:14.431 INFO O| Oct 30 14:08:14.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6972 | 2024-10-30T14:08:15.120Z | [ recovery-image] Oct 30 14:08:14.431 INFO O| Oct 30 14:08:14.431 INFO STEP 926 (remove_files) COMPLETE |
6973 | 2024-10-30T14:08:15.123Z | [ recovery-image] Oct 30 14:08:14.431 INFO O| Oct 30 14:08:14.431 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-10-30T14:08:15.136Z | [ recovery-image] Oct 30 14:08:14.446 INFO O| Oct 30 14:08:14.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6975 | 2024-10-30T14:08:15.138Z | [ recovery-image] Oct 30 14:08:14.447 INFO O| Oct 30 14:08:14.446 INFO STEP 927 (remove_files) COMPLETE |
6976 | 2024-10-30T14:08:15.138Z | [ recovery-image] Oct 30 14:08:14.447 INFO O| Oct 30 14:08:14.447 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-10-30T14:08:15.152Z | [ recovery-image] Oct 30 14:08:14.463 INFO O| Oct 30 14:08:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6978 | 2024-10-30T14:08:15.152Z | [ recovery-image] Oct 30 14:08:14.463 INFO O| Oct 30 14:08:14.463 INFO STEP 928 (remove_files) COMPLETE |
6979 | 2024-10-30T14:08:15.154Z | [ recovery-image] Oct 30 14:08:14.463 INFO O| Oct 30 14:08:14.463 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-10-30T14:08:15.168Z | [ recovery-image] Oct 30 14:08:14.478 INFO O| Oct 30 14:08:14.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6981 | 2024-10-30T14:08:15.170Z | [ recovery-image] Oct 30 14:08:14.479 INFO O| Oct 30 14:08:14.479 INFO STEP 929 (remove_files) COMPLETE |
6982 | 2024-10-30T14:08:15.170Z | [ recovery-image] Oct 30 14:08:14.479 INFO O| Oct 30 14:08:14.479 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-10-30T14:08:15.185Z | [ recovery-image] Oct 30 14:08:14.495 INFO O| Oct 30 14:08:14.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6984 | 2024-10-30T14:08:15.185Z | [ recovery-image] Oct 30 14:08:14.495 INFO O| Oct 30 14:08:14.495 INFO STEP 930 (remove_files) COMPLETE |
6985 | 2024-10-30T14:08:15.185Z | [ recovery-image] Oct 30 14:08:14.495 INFO O| Oct 30 14:08:14.495 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-10-30T14:08:15.200Z | [ recovery-image] Oct 30 14:08:14.511 INFO O| Oct 30 14:08:14.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6987 | 2024-10-30T14:08:15.200Z | [ recovery-image] Oct 30 14:08:14.511 INFO O| Oct 30 14:08:14.511 INFO STEP 931 (remove_files) COMPLETE |
6988 | 2024-10-30T14:08:15.203Z | [ recovery-image] Oct 30 14:08:14.511 INFO O| Oct 30 14:08:14.511 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-10-30T14:08:15.212Z | [ recovery-image] Oct 30 14:08:14.523 INFO O| Oct 30 14:08:14.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6990 | 2024-10-30T14:08:15.215Z | [ recovery-image] Oct 30 14:08:14.523 INFO O| Oct 30 14:08:14.523 INFO STEP 932 (remove_files) COMPLETE |
6991 | 2024-10-30T14:08:15.215Z | [ recovery-image] Oct 30 14:08:14.523 INFO O| Oct 30 14:08:14.523 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-10-30T14:08:15.229Z | [ recovery-image] Oct 30 14:08:14.540 INFO O| Oct 30 14:08:14.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6993 | 2024-10-30T14:08:15.229Z | [ recovery-image] Oct 30 14:08:14.540 INFO O| Oct 30 14:08:14.540 INFO STEP 933 (remove_files) COMPLETE |
6994 | 2024-10-30T14:08:15.232Z | [ recovery-image] Oct 30 14:08:14.540 INFO O| Oct 30 14:08:14.540 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-10-30T14:08:15.248Z | [ recovery-image] Oct 30 14:08:14.559 INFO O| Oct 30 14:08:14.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6996 | 2024-10-30T14:08:15.248Z | [ recovery-image] Oct 30 14:08:14.559 INFO O| Oct 30 14:08:14.559 INFO STEP 934 (remove_files) COMPLETE |
6997 | 2024-10-30T14:08:15.251Z | [ recovery-image] Oct 30 14:08:14.559 INFO O| Oct 30 14:08:14.559 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-10-30T14:08:15.267Z | [ recovery-image] Oct 30 14:08:14.577 INFO O| Oct 30 14:08:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6999 | 2024-10-30T14:08:15.267Z | [ recovery-image] Oct 30 14:08:14.578 INFO O| Oct 30 14:08:14.578 INFO STEP 935 (remove_files) COMPLETE |
7000 | 2024-10-30T14:08:15.269Z | [ recovery-image] Oct 30 14:08:14.578 INFO O| Oct 30 14:08:14.578 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-10-30T14:08:15.283Z | [ recovery-image] Oct 30 14:08:14.594 INFO O| Oct 30 14:08:14.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7002 | 2024-10-30T14:08:15.283Z | [ recovery-image] Oct 30 14:08:14.594 INFO O| Oct 30 14:08:14.594 INFO STEP 936 (remove_files) COMPLETE |
7003 | 2024-10-30T14:08:15.285Z | [ recovery-image] Oct 30 14:08:14.594 INFO O| Oct 30 14:08:14.594 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-10-30T14:08:15.295Z | [ recovery-image] Oct 30 14:08:14.606 INFO O| Oct 30 14:08:14.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7005 | 2024-10-30T14:08:15.295Z | [ recovery-image] Oct 30 14:08:14.606 INFO O| Oct 30 14:08:14.606 INFO STEP 937 (remove_files) COMPLETE |
7006 | 2024-10-30T14:08:15.297Z | [ recovery-image] Oct 30 14:08:14.606 INFO O| Oct 30 14:08:14.606 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-10-30T14:08:15.309Z | [ recovery-image] Oct 30 14:08:14.620 INFO O| Oct 30 14:08:14.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7008 | 2024-10-30T14:08:15.309Z | [ recovery-image] Oct 30 14:08:14.620 INFO O| Oct 30 14:08:14.620 INFO STEP 938 (remove_files) COMPLETE |
7009 | 2024-10-30T14:08:15.312Z | [ recovery-image] Oct 30 14:08:14.620 INFO O| Oct 30 14:08:14.620 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-10-30T14:08:15.320Z | [ recovery-image] Oct 30 14:08:14.631 INFO O| Oct 30 14:08:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7011 | 2024-10-30T14:08:15.320Z | [ recovery-image] Oct 30 14:08:14.631 INFO O| Oct 30 14:08:14.631 INFO STEP 939 (remove_files) COMPLETE |
7012 | 2024-10-30T14:08:15.320Z | [ recovery-image] Oct 30 14:08:14.631 INFO O| Oct 30 14:08:14.631 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-10-30T14:08:15.331Z | [ recovery-image] Oct 30 14:08:14.642 INFO O| Oct 30 14:08:14.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7014 | 2024-10-30T14:08:15.334Z | [ recovery-image] Oct 30 14:08:14.642 INFO O| Oct 30 14:08:14.642 INFO STEP 940 (remove_files) COMPLETE |
7015 | 2024-10-30T14:08:15.334Z | [ recovery-image] Oct 30 14:08:14.642 INFO O| Oct 30 14:08:14.642 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-10-30T14:08:15.346Z | [ recovery-image] Oct 30 14:08:14.657 INFO O| Oct 30 14:08:14.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7017 | 2024-10-30T14:08:15.348Z | [ recovery-image] Oct 30 14:08:14.657 INFO O| Oct 30 14:08:14.657 INFO STEP 941 (remove_files) COMPLETE |
7018 | 2024-10-30T14:08:15.349Z | [ recovery-image] Oct 30 14:08:14.657 INFO O| Oct 30 14:08:14.657 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-10-30T14:08:15.362Z | [ recovery-image] Oct 30 14:08:14.673 INFO O| Oct 30 14:08:14.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7020 | 2024-10-30T14:08:15.362Z | [ recovery-image] Oct 30 14:08:14.673 INFO O| Oct 30 14:08:14.673 INFO STEP 942 (remove_files) COMPLETE |
7021 | 2024-10-30T14:08:15.362Z | [ recovery-image] Oct 30 14:08:14.673 INFO O| Oct 30 14:08:14.673 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-10-30T14:08:15.374Z | [ recovery-image] Oct 30 14:08:14.685 INFO O| Oct 30 14:08:14.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7023 | 2024-10-30T14:08:15.374Z | [ recovery-image] Oct 30 14:08:14.685 INFO O| Oct 30 14:08:14.685 INFO STEP 943 (remove_files) COMPLETE |
7024 | 2024-10-30T14:08:15.374Z | [ recovery-image] Oct 30 14:08:14.685 INFO O| Oct 30 14:08:14.685 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-10-30T14:08:15.386Z | [ recovery-image] Oct 30 14:08:14.697 INFO O| Oct 30 14:08:14.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7026 | 2024-10-30T14:08:15.386Z | [ recovery-image] Oct 30 14:08:14.697 INFO O| Oct 30 14:08:14.697 INFO STEP 944 (remove_files) COMPLETE |
7027 | 2024-10-30T14:08:15.389Z | [ recovery-image] Oct 30 14:08:14.697 INFO O| Oct 30 14:08:14.697 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-10-30T14:08:15.399Z | [ recovery-image] Oct 30 14:08:14.710 INFO O| Oct 30 14:08:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7029 | 2024-10-30T14:08:15.399Z | [ recovery-image] Oct 30 14:08:14.710 INFO O| Oct 30 14:08:14.710 INFO STEP 945 (remove_files) COMPLETE |
7030 | 2024-10-30T14:08:15.402Z | [ recovery-image] Oct 30 14:08:14.710 INFO O| Oct 30 14:08:14.710 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-10-30T14:08:15.414Z | [ recovery-image] Oct 30 14:08:14.725 INFO O| Oct 30 14:08:14.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7032 | 2024-10-30T14:08:15.414Z | [ recovery-image] Oct 30 14:08:14.725 INFO O| Oct 30 14:08:14.725 INFO STEP 946 (remove_files) COMPLETE |
7033 | 2024-10-30T14:08:15.416Z | [ recovery-image] Oct 30 14:08:14.725 INFO O| Oct 30 14:08:14.725 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-10-30T14:08:15.425Z | [ recovery-image] Oct 30 14:08:14.736 INFO O| Oct 30 14:08:14.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7035 | 2024-10-30T14:08:15.426Z | [ recovery-image] Oct 30 14:08:14.736 INFO O| Oct 30 14:08:14.736 INFO STEP 947 (remove_files) COMPLETE |
7036 | 2024-10-30T14:08:15.426Z | [ recovery-image] Oct 30 14:08:14.736 INFO O| Oct 30 14:08:14.736 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-10-30T14:08:15.437Z | [ recovery-image] Oct 30 14:08:14.748 INFO O| Oct 30 14:08:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7038 | 2024-10-30T14:08:15.439Z | [ recovery-image] Oct 30 14:08:14.748 INFO O| Oct 30 14:08:14.748 INFO STEP 948 (remove_files) COMPLETE |
7039 | 2024-10-30T14:08:15.439Z | [ recovery-image] Oct 30 14:08:14.748 INFO O| Oct 30 14:08:14.748 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-10-30T14:08:15.453Z | [ recovery-image] Oct 30 14:08:14.764 INFO O| Oct 30 14:08:14.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7041 | 2024-10-30T14:08:15.453Z | [ recovery-image] Oct 30 14:08:14.764 INFO O| Oct 30 14:08:14.764 INFO STEP 949 (remove_files) COMPLETE |
7042 | 2024-10-30T14:08:15.453Z | [ recovery-image] Oct 30 14:08:14.764 INFO O| Oct 30 14:08:14.764 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-10-30T14:08:15.469Z | [ recovery-image] Oct 30 14:08:14.780 INFO O| Oct 30 14:08:14.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7044 | 2024-10-30T14:08:15.472Z | [ recovery-image] Oct 30 14:08:14.780 INFO O| Oct 30 14:08:14.780 INFO STEP 950 (remove_files) COMPLETE |
7045 | 2024-10-30T14:08:15.472Z | [ recovery-image] Oct 30 14:08:14.780 INFO O| Oct 30 14:08:14.780 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-10-30T14:08:15.480Z | [ recovery-image] Oct 30 14:08:14.791 INFO O| Oct 30 14:08:14.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7047 | 2024-10-30T14:08:15.480Z | [ recovery-image] Oct 30 14:08:14.791 INFO O| Oct 30 14:08:14.791 INFO STEP 951 (remove_files) COMPLETE |
7048 | 2024-10-30T14:08:15.480Z | [ recovery-image] Oct 30 14:08:14.791 INFO O| Oct 30 14:08:14.791 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-10-30T14:08:15.493Z | [ recovery-image] Oct 30 14:08:14.802 INFO O| Oct 30 14:08:14.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7050 | 2024-10-30T14:08:15.493Z | [ recovery-image] Oct 30 14:08:14.802 INFO O| Oct 30 14:08:14.802 INFO STEP 952 (remove_files) COMPLETE |
7051 | 2024-10-30T14:08:15.496Z | [ recovery-image] Oct 30 14:08:14.803 INFO O| Oct 30 14:08:14.802 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-10-30T14:08:15.504Z | [ recovery-image] Oct 30 14:08:14.813 INFO O| Oct 30 14:08:14.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7053 | 2024-10-30T14:08:15.509Z | [ recovery-image] Oct 30 14:08:14.814 INFO O| Oct 30 14:08:14.813 INFO STEP 953 (remove_files) COMPLETE |
7054 | 2024-10-30T14:08:15.509Z | [ recovery-image] Oct 30 14:08:14.814 INFO O| Oct 30 14:08:14.813 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-10-30T14:08:15.518Z | [ recovery-image] Oct 30 14:08:14.828 INFO O| Oct 30 14:08:14.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7056 | 2024-10-30T14:08:15.520Z | [ recovery-image] Oct 30 14:08:14.829 INFO O| Oct 30 14:08:14.829 INFO STEP 954 (remove_files) COMPLETE |
7057 | 2024-10-30T14:08:15.520Z | [ recovery-image] Oct 30 14:08:14.829 INFO O| Oct 30 14:08:14.829 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-10-30T14:08:15.532Z | [ recovery-image] Oct 30 14:08:14.843 INFO O| Oct 30 14:08:14.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7059 | 2024-10-30T14:08:15.532Z | [ recovery-image] Oct 30 14:08:14.843 INFO O| Oct 30 14:08:14.843 INFO STEP 955 (remove_files) COMPLETE |
7060 | 2024-10-30T14:08:15.535Z | [ recovery-image] Oct 30 14:08:14.843 INFO O| Oct 30 14:08:14.843 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-10-30T14:08:15.548Z | [ recovery-image] Oct 30 14:08:14.859 INFO O| Oct 30 14:08:14.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7062 | 2024-10-30T14:08:15.551Z | [ recovery-image] Oct 30 14:08:14.859 INFO O| Oct 30 14:08:14.859 INFO STEP 956 (remove_files) COMPLETE |
7063 | 2024-10-30T14:08:15.551Z | [ recovery-image] Oct 30 14:08:14.859 INFO O| Oct 30 14:08:14.859 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-10-30T14:08:15.564Z | [ recovery-image] Oct 30 14:08:14.874 INFO O| Oct 30 14:08:14.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7065 | 2024-10-30T14:08:15.564Z | [ recovery-image] Oct 30 14:08:14.874 INFO O| Oct 30 14:08:14.874 INFO STEP 957 (remove_files) COMPLETE |
7066 | 2024-10-30T14:08:15.566Z | [ recovery-image] Oct 30 14:08:14.874 INFO O| Oct 30 14:08:14.874 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-10-30T14:08:15.579Z | [ recovery-image] Oct 30 14:08:14.890 INFO O| Oct 30 14:08:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7068 | 2024-10-30T14:08:15.579Z | [ recovery-image] Oct 30 14:08:14.890 INFO O| Oct 30 14:08:14.890 INFO STEP 958 (remove_files) COMPLETE |
7069 | 2024-10-30T14:08:15.581Z | [ recovery-image] Oct 30 14:08:14.890 INFO O| Oct 30 14:08:14.890 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-10-30T14:08:15.593Z | [ recovery-image] Oct 30 14:08:14.904 INFO O| Oct 30 14:08:14.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7071 | 2024-10-30T14:08:15.596Z | [ recovery-image] Oct 30 14:08:14.904 INFO O| Oct 30 14:08:14.904 INFO STEP 959 (remove_files) COMPLETE |
7072 | 2024-10-30T14:08:15.596Z | [ recovery-image] Oct 30 14:08:14.904 INFO O| Oct 30 14:08:14.904 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-10-30T14:08:15.611Z | [ recovery-image] Oct 30 14:08:14.921 INFO O| Oct 30 14:08:14.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7074 | 2024-10-30T14:08:15.611Z | [ recovery-image] Oct 30 14:08:14.922 INFO O| Oct 30 14:08:14.921 INFO STEP 960 (remove_files) COMPLETE |
7075 | 2024-10-30T14:08:15.611Z | [ recovery-image] Oct 30 14:08:14.922 INFO O| Oct 30 14:08:14.922 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-10-30T14:08:15.630Z | [ recovery-image] Oct 30 14:08:14.940 INFO O| Oct 30 14:08:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7077 | 2024-10-30T14:08:15.630Z | [ recovery-image] Oct 30 14:08:14.940 INFO O| Oct 30 14:08:14.940 INFO STEP 961 (remove_files) COMPLETE |
7078 | 2024-10-30T14:08:15.632Z | [ recovery-image] Oct 30 14:08:14.941 INFO O| Oct 30 14:08:14.940 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-10-30T14:08:15.647Z | [ recovery-image] Oct 30 14:08:14.957 INFO O| Oct 30 14:08:14.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7080 | 2024-10-30T14:08:15.647Z | [ recovery-image] Oct 30 14:08:14.957 INFO O| Oct 30 14:08:14.957 INFO STEP 962 (remove_files) COMPLETE |
7081 | 2024-10-30T14:08:15.647Z | [ recovery-image] Oct 30 14:08:14.957 INFO O| Oct 30 14:08:14.957 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-10-30T14:08:15.662Z | [ recovery-image] Oct 30 14:08:14.973 INFO O| Oct 30 14:08:14.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7083 | 2024-10-30T14:08:15.662Z | [ recovery-image] Oct 30 14:08:14.973 INFO O| Oct 30 14:08:14.973 INFO STEP 963 (remove_files) COMPLETE |
7084 | 2024-10-30T14:08:15.664Z | [ recovery-image] Oct 30 14:08:14.973 INFO O| Oct 30 14:08:14.973 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-10-30T14:08:15.672Z | [ recovery-image] Oct 30 14:08:14.983 INFO O| Oct 30 14:08:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7086 | 2024-10-30T14:08:15.672Z | [ recovery-image] Oct 30 14:08:14.983 INFO O| Oct 30 14:08:14.983 INFO STEP 964 (remove_files) COMPLETE |
7087 | 2024-10-30T14:08:15.675Z | [ recovery-image] Oct 30 14:08:14.984 INFO O| Oct 30 14:08:14.983 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-10-30T14:08:15.686Z | [ recovery-image] Oct 30 14:08:14.996 INFO O| Oct 30 14:08:14.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7089 | 2024-10-30T14:08:15.686Z | [ recovery-image] Oct 30 14:08:14.997 INFO O| Oct 30 14:08:14.997 INFO STEP 965 (remove_files) COMPLETE |
7090 | 2024-10-30T14:08:15.686Z | [ recovery-image] Oct 30 14:08:14.997 INFO O| Oct 30 14:08:14.997 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-10-30T14:08:15.697Z | [ recovery-image] Oct 30 14:08:15.008 INFO O| Oct 30 14:08:15.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7092 | 2024-10-30T14:08:15.697Z | [ recovery-image] Oct 30 14:08:15.008 INFO O| Oct 30 14:08:15.008 INFO STEP 966 (remove_files) COMPLETE |
7093 | 2024-10-30T14:08:15.699Z | [ recovery-image] Oct 30 14:08:15.008 INFO O| Oct 30 14:08:15.008 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-10-30T14:08:15.708Z | [ recovery-image] Oct 30 14:08:15.019 INFO O| Oct 30 14:08:15.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7095 | 2024-10-30T14:08:15.708Z | [ recovery-image] Oct 30 14:08:15.019 INFO O| Oct 30 14:08:15.019 INFO STEP 967 (remove_files) COMPLETE |
7096 | 2024-10-30T14:08:15.708Z | [ recovery-image] Oct 30 14:08:15.019 INFO O| Oct 30 14:08:15.019 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-10-30T14:08:15.719Z | [ recovery-image] Oct 30 14:08:15.030 INFO O| Oct 30 14:08:15.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7098 | 2024-10-30T14:08:15.722Z | [ recovery-image] Oct 30 14:08:15.030 INFO O| Oct 30 14:08:15.030 INFO STEP 968 (remove_files) COMPLETE |
7099 | 2024-10-30T14:08:15.722Z | [ recovery-image] Oct 30 14:08:15.030 INFO O| Oct 30 14:08:15.030 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-10-30T14:08:15.730Z | [ recovery-image] Oct 30 14:08:15.041 INFO O| Oct 30 14:08:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7101 | 2024-10-30T14:08:15.732Z | [ recovery-image] Oct 30 14:08:15.041 INFO O| Oct 30 14:08:15.041 INFO STEP 969 (remove_files) COMPLETE |
7102 | 2024-10-30T14:08:15.732Z | [ recovery-image] Oct 30 14:08:15.041 INFO O| Oct 30 14:08:15.041 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-10-30T14:08:15.740Z | [ recovery-image] Oct 30 14:08:15.051 INFO O| Oct 30 14:08:15.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7104 | 2024-10-30T14:08:15.743Z | [ recovery-image] Oct 30 14:08:15.052 INFO O| Oct 30 14:08:15.052 INFO STEP 970 (remove_files) COMPLETE |
7105 | 2024-10-30T14:08:15.743Z | [ recovery-image] Oct 30 14:08:15.052 INFO O| Oct 30 14:08:15.052 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-10-30T14:08:15.752Z | [ recovery-image] Oct 30 14:08:15.063 INFO O| Oct 30 14:08:15.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7107 | 2024-10-30T14:08:15.754Z | [ recovery-image] Oct 30 14:08:15.063 INFO O| Oct 30 14:08:15.063 INFO STEP 971 (remove_files) COMPLETE |
7108 | 2024-10-30T14:08:15.754Z | [ recovery-image] Oct 30 14:08:15.063 INFO O| Oct 30 14:08:15.063 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-10-30T14:08:15.766Z | [ recovery-image] Oct 30 14:08:15.076 INFO O| Oct 30 14:08:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7110 | 2024-10-30T14:08:15.766Z | [ recovery-image] Oct 30 14:08:15.076 INFO O| Oct 30 14:08:15.076 INFO STEP 972 (remove_files) COMPLETE |
7111 | 2024-10-30T14:08:15.768Z | [ recovery-image] Oct 30 14:08:15.076 INFO O| Oct 30 14:08:15.076 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-10-30T14:08:15.778Z | [ recovery-image] Oct 30 14:08:15.089 INFO O| Oct 30 14:08:15.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7113 | 2024-10-30T14:08:15.780Z | [ recovery-image] Oct 30 14:08:15.089 INFO O| Oct 30 14:08:15.089 INFO STEP 973 (remove_files) COMPLETE |
7114 | 2024-10-30T14:08:15.780Z | [ recovery-image] Oct 30 14:08:15.089 INFO O| Oct 30 14:08:15.089 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-10-30T14:08:15.789Z | [ recovery-image] Oct 30 14:08:15.100 INFO O| Oct 30 14:08:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7116 | 2024-10-30T14:08:15.792Z | [ recovery-image] Oct 30 14:08:15.100 INFO O| Oct 30 14:08:15.100 INFO STEP 974 (remove_files) COMPLETE |
7117 | 2024-10-30T14:08:15.792Z | [ recovery-image] Oct 30 14:08:15.100 INFO O| Oct 30 14:08:15.100 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-10-30T14:08:15.804Z | [ recovery-image] Oct 30 14:08:15.115 INFO O| Oct 30 14:08:15.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7119 | 2024-10-30T14:08:15.804Z | [ recovery-image] Oct 30 14:08:15.115 INFO O| Oct 30 14:08:15.115 INFO STEP 975 (remove_files) COMPLETE |
7120 | 2024-10-30T14:08:15.806Z | [ recovery-image] Oct 30 14:08:15.115 INFO O| Oct 30 14:08:15.115 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-10-30T14:08:15.816Z | [ recovery-image] Oct 30 14:08:15.127 INFO O| Oct 30 14:08:15.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7122 | 2024-10-30T14:08:15.816Z | [ recovery-image] Oct 30 14:08:15.127 INFO O| Oct 30 14:08:15.127 INFO STEP 976 (remove_files) COMPLETE |
7123 | 2024-10-30T14:08:15.819Z | [ recovery-image] Oct 30 14:08:15.127 INFO O| Oct 30 14:08:15.127 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-10-30T14:08:15.827Z | [ recovery-image] Oct 30 14:08:15.138 INFO O| Oct 30 14:08:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7125 | 2024-10-30T14:08:15.830Z | [ recovery-image] Oct 30 14:08:15.139 INFO O| Oct 30 14:08:15.139 INFO STEP 977 (remove_files) COMPLETE |
7126 | 2024-10-30T14:08:15.830Z | [ recovery-image] Oct 30 14:08:15.139 INFO O| Oct 30 14:08:15.139 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-10-30T14:08:15.839Z | [ recovery-image] Oct 30 14:08:15.149 INFO O| Oct 30 14:08:15.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7128 | 2024-10-30T14:08:15.839Z | [ recovery-image] Oct 30 14:08:15.150 INFO O| Oct 30 14:08:15.150 INFO STEP 978 (remove_files) COMPLETE |
7129 | 2024-10-30T14:08:15.841Z | [ recovery-image] Oct 30 14:08:15.150 INFO O| Oct 30 14:08:15.150 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-10-30T14:08:15.850Z | [ recovery-image] Oct 30 14:08:15.161 INFO O| Oct 30 14:08:15.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7131 | 2024-10-30T14:08:15.852Z | [ recovery-image] Oct 30 14:08:15.161 INFO O| Oct 30 14:08:15.161 INFO STEP 979 (remove_files) COMPLETE |
7132 | 2024-10-30T14:08:15.852Z | [ recovery-image] Oct 30 14:08:15.161 INFO O| Oct 30 14:08:15.161 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-10-30T14:08:15.865Z | [ recovery-image] Oct 30 14:08:15.176 INFO O| Oct 30 14:08:15.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7134 | 2024-10-30T14:08:15.865Z | [ recovery-image] Oct 30 14:08:15.176 INFO O| Oct 30 14:08:15.176 INFO STEP 980 (remove_files) COMPLETE |
7135 | 2024-10-30T14:08:15.865Z | [ recovery-image] Oct 30 14:08:15.176 INFO O| Oct 30 14:08:15.176 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-10-30T14:08:15.881Z | [ recovery-image] Oct 30 14:08:15.192 INFO O| Oct 30 14:08:15.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7137 | 2024-10-30T14:08:15.881Z | [ recovery-image] Oct 30 14:08:15.192 INFO O| Oct 30 14:08:15.192 INFO STEP 981 (remove_files) COMPLETE |
7138 | 2024-10-30T14:08:15.881Z | [ recovery-image] Oct 30 14:08:15.192 INFO O| Oct 30 14:08:15.192 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-10-30T14:08:15.896Z | [ recovery-image] Oct 30 14:08:15.207 INFO O| Oct 30 14:08:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7140 | 2024-10-30T14:08:15.896Z | [ recovery-image] Oct 30 14:08:15.207 INFO O| Oct 30 14:08:15.207 INFO STEP 982 (remove_files) COMPLETE |
7141 | 2024-10-30T14:08:15.899Z | [ recovery-image] Oct 30 14:08:15.207 INFO O| Oct 30 14:08:15.207 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-10-30T14:08:15.909Z | [ recovery-image] Oct 30 14:08:15.220 INFO O| Oct 30 14:08:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7143 | 2024-10-30T14:08:15.909Z | [ recovery-image] Oct 30 14:08:15.220 INFO O| Oct 30 14:08:15.220 INFO STEP 983 (remove_files) COMPLETE |
7144 | 2024-10-30T14:08:15.909Z | [ recovery-image] Oct 30 14:08:15.220 INFO O| Oct 30 14:08:15.220 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-10-30T14:08:15.923Z | [ recovery-image] Oct 30 14:08:15.234 INFO O| Oct 30 14:08:15.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7146 | 2024-10-30T14:08:15.923Z | [ recovery-image] Oct 30 14:08:15.234 INFO O| Oct 30 14:08:15.234 INFO STEP 984 (remove_files) COMPLETE |
7147 | 2024-10-30T14:08:15.923Z | [ recovery-image] Oct 30 14:08:15.234 INFO O| Oct 30 14:08:15.234 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-10-30T14:08:15.936Z | [ recovery-image] Oct 30 14:08:15.247 INFO O| Oct 30 14:08:15.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7149 | 2024-10-30T14:08:15.936Z | [ recovery-image] Oct 30 14:08:15.247 INFO O| Oct 30 14:08:15.247 INFO STEP 985 (remove_files) COMPLETE |
7150 | 2024-10-30T14:08:15.936Z | [ recovery-image] Oct 30 14:08:15.247 INFO O| Oct 30 14:08:15.247 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-10-30T14:08:15.949Z | [ recovery-image] Oct 30 14:08:15.260 INFO O| Oct 30 14:08:15.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7152 | 2024-10-30T14:08:15.949Z | [ recovery-image] Oct 30 14:08:15.260 INFO O| Oct 30 14:08:15.260 INFO STEP 986 (remove_files) COMPLETE |
7153 | 2024-10-30T14:08:15.952Z | [ recovery-image] Oct 30 14:08:15.260 INFO O| Oct 30 14:08:15.260 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-10-30T14:08:15.961Z | [ recovery-image] Oct 30 14:08:15.272 INFO O| Oct 30 14:08:15.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7155 | 2024-10-30T14:08:15.964Z | [ recovery-image] Oct 30 14:08:15.272 INFO O| Oct 30 14:08:15.272 INFO STEP 987 (remove_files) COMPLETE |
7156 | 2024-10-30T14:08:15.964Z | [ recovery-image] Oct 30 14:08:15.273 INFO O| Oct 30 14:08:15.272 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-10-30T14:08:15.974Z | [ recovery-image] Oct 30 14:08:15.285 INFO O| Oct 30 14:08:15.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7158 | 2024-10-30T14:08:15.974Z | [ recovery-image] Oct 30 14:08:15.285 INFO O| Oct 30 14:08:15.285 INFO STEP 988 (remove_files) COMPLETE |
7159 | 2024-10-30T14:08:15.974Z | [ recovery-image] Oct 30 14:08:15.285 INFO O| Oct 30 14:08:15.285 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-10-30T14:08:15.986Z | [ recovery-image] Oct 30 14:08:15.297 INFO O| Oct 30 14:08:15.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7161 | 2024-10-30T14:08:15.986Z | [ recovery-image] Oct 30 14:08:15.297 INFO O| Oct 30 14:08:15.297 INFO STEP 989 (remove_files) COMPLETE |
7162 | 2024-10-30T14:08:15.989Z | [ recovery-image] Oct 30 14:08:15.297 INFO O| Oct 30 14:08:15.297 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-10-30T14:08:15.998Z | [ recovery-image] Oct 30 14:08:15.309 INFO O| Oct 30 14:08:15.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7164 | 2024-10-30T14:08:15.998Z | [ recovery-image] Oct 30 14:08:15.309 INFO O| Oct 30 14:08:15.309 INFO STEP 990 (remove_files) COMPLETE |
7165 | 2024-10-30T14:08:15.998Z | [ recovery-image] Oct 30 14:08:15.309 INFO O| Oct 30 14:08:15.309 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-10-30T14:08:16.011Z | [ recovery-image] Oct 30 14:08:15.321 INFO O| Oct 30 14:08:15.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7167 | 2024-10-30T14:08:16.014Z | [ recovery-image] Oct 30 14:08:15.321 INFO O| Oct 30 14:08:15.321 INFO STEP 991 (remove_files) COMPLETE |
7168 | 2024-10-30T14:08:16.014Z | [ recovery-image] Oct 30 14:08:15.321 INFO O| Oct 30 14:08:15.321 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-10-30T14:08:16.023Z | [ recovery-image] Oct 30 14:08:15.333 INFO O| Oct 30 14:08:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7170 | 2024-10-30T14:08:16.023Z | [ recovery-image] Oct 30 14:08:15.333 INFO O| Oct 30 14:08:15.333 INFO STEP 992 (remove_files) COMPLETE |
7171 | 2024-10-30T14:08:16.023Z | [ recovery-image] Oct 30 14:08:15.334 INFO O| Oct 30 14:08:15.333 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-10-30T14:08:16.033Z | [ recovery-image] Oct 30 14:08:15.344 INFO O| Oct 30 14:08:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7173 | 2024-10-30T14:08:16.036Z | [ recovery-image] Oct 30 14:08:15.344 INFO O| Oct 30 14:08:15.344 INFO STEP 993 (remove_files) COMPLETE |
7174 | 2024-10-30T14:08:16.036Z | [ recovery-image] Oct 30 14:08:15.344 INFO O| Oct 30 14:08:15.344 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-10-30T14:08:16.043Z | [ recovery-image] Oct 30 14:08:15.354 INFO O| Oct 30 14:08:15.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7176 | 2024-10-30T14:08:16.043Z | [ recovery-image] Oct 30 14:08:15.354 INFO O| Oct 30 14:08:15.354 INFO STEP 994 (remove_files) COMPLETE |
7177 | 2024-10-30T14:08:16.046Z | [ recovery-image] Oct 30 14:08:15.354 INFO O| Oct 30 14:08:15.354 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-10-30T14:08:16.054Z | [ recovery-image] Oct 30 14:08:15.364 INFO O| Oct 30 14:08:15.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7179 | 2024-10-30T14:08:16.056Z | [ recovery-image] Oct 30 14:08:15.364 INFO O| Oct 30 14:08:15.364 INFO STEP 995 (remove_files) COMPLETE |
7180 | 2024-10-30T14:08:16.056Z | [ recovery-image] Oct 30 14:08:15.364 INFO O| Oct 30 14:08:15.364 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-10-30T14:08:16.063Z | [ recovery-image] Oct 30 14:08:15.374 INFO O| Oct 30 14:08:15.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7182 | 2024-10-30T14:08:16.067Z | [ recovery-image] Oct 30 14:08:15.374 INFO O| Oct 30 14:08:15.374 INFO STEP 996 (remove_files) COMPLETE |
7183 | 2024-10-30T14:08:16.067Z | [ recovery-image] Oct 30 14:08:15.374 INFO O| Oct 30 14:08:15.374 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-10-30T14:08:16.073Z | [ recovery-image] Oct 30 14:08:15.384 INFO O| Oct 30 14:08:15.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7185 | 2024-10-30T14:08:16.076Z | [ recovery-image] Oct 30 14:08:15.384 INFO O| Oct 30 14:08:15.384 INFO STEP 997 (remove_files) COMPLETE |
7186 | 2024-10-30T14:08:16.076Z | [ recovery-image] Oct 30 14:08:15.384 INFO O| Oct 30 14:08:15.384 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-10-30T14:08:16.083Z | [ recovery-image] Oct 30 14:08:15.394 INFO O| Oct 30 14:08:15.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7188 | 2024-10-30T14:08:16.084Z | [ recovery-image] Oct 30 14:08:15.394 INFO O| Oct 30 14:08:15.394 INFO STEP 998 (remove_files) COMPLETE |
7189 | 2024-10-30T14:08:16.086Z | [ recovery-image] Oct 30 14:08:15.394 INFO O| Oct 30 14:08:15.394 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-10-30T14:08:16.094Z | [ recovery-image] Oct 30 14:08:15.404 INFO O| Oct 30 14:08:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7191 | 2024-10-30T14:08:16.094Z | [ recovery-image] Oct 30 14:08:15.404 INFO O| Oct 30 14:08:15.404 INFO STEP 999 (remove_files) COMPLETE |
7192 | 2024-10-30T14:08:16.096Z | [ recovery-image] Oct 30 14:08:15.404 INFO O| Oct 30 14:08:15.404 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-10-30T14:08:16.104Z | [ recovery-image] Oct 30 14:08:15.415 INFO O| Oct 30 14:08:15.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7194 | 2024-10-30T14:08:16.104Z | [ recovery-image] Oct 30 14:08:15.415 INFO O| Oct 30 14:08:15.415 INFO STEP 1000 (remove_files) COMPLETE |
7195 | 2024-10-30T14:08:16.104Z | [ recovery-image] Oct 30 14:08:15.415 INFO O| Oct 30 14:08:15.415 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-10-30T14:08:16.115Z | [ recovery-image] Oct 30 14:08:15.425 INFO O| Oct 30 14:08:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7197 | 2024-10-30T14:08:16.116Z | [ recovery-image] Oct 30 14:08:15.425 INFO O| Oct 30 14:08:15.425 INFO STEP 1001 (remove_files) COMPLETE |
7198 | 2024-10-30T14:08:16.116Z | [ recovery-image] Oct 30 14:08:15.425 INFO O| Oct 30 14:08:15.425 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-10-30T14:08:16.127Z | [ recovery-image] Oct 30 14:08:15.436 INFO O| Oct 30 14:08:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7200 | 2024-10-30T14:08:16.127Z | [ recovery-image] Oct 30 14:08:15.436 INFO O| Oct 30 14:08:15.436 INFO STEP 1002 (remove_files) COMPLETE |
7201 | 2024-10-30T14:08:16.127Z | [ recovery-image] Oct 30 14:08:15.436 INFO O| Oct 30 14:08:15.436 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-10-30T14:08:16.135Z | [ recovery-image] Oct 30 14:08:15.446 INFO O| Oct 30 14:08:15.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7203 | 2024-10-30T14:08:16.136Z | [ recovery-image] Oct 30 14:08:15.446 INFO O| Oct 30 14:08:15.446 INFO STEP 1003 (remove_files) COMPLETE |
7204 | 2024-10-30T14:08:16.136Z | [ recovery-image] Oct 30 14:08:15.446 INFO O| Oct 30 14:08:15.446 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-10-30T14:08:16.147Z | [ recovery-image] Oct 30 14:08:15.457 INFO O| Oct 30 14:08:15.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7206 | 2024-10-30T14:08:16.147Z | [ recovery-image] Oct 30 14:08:15.457 INFO O| Oct 30 14:08:15.457 INFO STEP 1004 (remove_files) COMPLETE |
7207 | 2024-10-30T14:08:16.147Z | [ recovery-image] Oct 30 14:08:15.457 INFO O| Oct 30 14:08:15.457 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-10-30T14:08:16.161Z | [ recovery-image] Oct 30 14:08:15.470 INFO O| Oct 30 14:08:15.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7209 | 2024-10-30T14:08:16.161Z | [ recovery-image] Oct 30 14:08:15.470 INFO O| Oct 30 14:08:15.470 INFO STEP 1005 (remove_files) COMPLETE |
7210 | 2024-10-30T14:08:16.164Z | [ recovery-image] Oct 30 14:08:15.470 INFO O| Oct 30 14:08:15.470 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-10-30T14:08:16.172Z | [ recovery-image] Oct 30 14:08:15.483 INFO O| Oct 30 14:08:15.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7212 | 2024-10-30T14:08:16.172Z | [ recovery-image] Oct 30 14:08:15.483 INFO O| Oct 30 14:08:15.483 INFO STEP 1006 (remove_files) COMPLETE |
7213 | 2024-10-30T14:08:16.172Z | [ recovery-image] Oct 30 14:08:15.483 INFO O| Oct 30 14:08:15.483 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-10-30T14:08:16.183Z | [ recovery-image] Oct 30 14:08:15.494 INFO O| Oct 30 14:08:15.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7215 | 2024-10-30T14:08:16.183Z | [ recovery-image] Oct 30 14:08:15.494 INFO O| Oct 30 14:08:15.494 INFO STEP 1007 (remove_files) COMPLETE |
7216 | 2024-10-30T14:08:16.186Z | [ recovery-image] Oct 30 14:08:15.494 INFO O| Oct 30 14:08:15.494 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-10-30T14:08:16.194Z | [ recovery-image] Oct 30 14:08:15.505 INFO O| Oct 30 14:08:15.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7218 | 2024-10-30T14:08:16.194Z | [ recovery-image] Oct 30 14:08:15.505 INFO O| Oct 30 14:08:15.505 INFO STEP 1008 (remove_files) COMPLETE |
7219 | 2024-10-30T14:08:16.196Z | [ recovery-image] Oct 30 14:08:15.505 INFO O| Oct 30 14:08:15.505 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-10-30T14:08:16.204Z | [ recovery-image] Oct 30 14:08:15.515 INFO O| Oct 30 14:08:15.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7221 | 2024-10-30T14:08:16.204Z | [ recovery-image] Oct 30 14:08:15.515 INFO O| Oct 30 14:08:15.515 INFO STEP 1009 (remove_files) COMPLETE |
7222 | 2024-10-30T14:08:16.207Z | [ recovery-image] Oct 30 14:08:15.515 INFO O| Oct 30 14:08:15.515 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-10-30T14:08:16.215Z | [ recovery-image] Oct 30 14:08:15.526 INFO O| Oct 30 14:08:15.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7224 | 2024-10-30T14:08:16.215Z | [ recovery-image] Oct 30 14:08:15.526 INFO O| Oct 30 14:08:15.526 INFO STEP 1010 (remove_files) COMPLETE |
7225 | 2024-10-30T14:08:16.217Z | [ recovery-image] Oct 30 14:08:15.526 INFO O| Oct 30 14:08:15.526 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-10-30T14:08:16.225Z | [ recovery-image] Oct 30 14:08:15.536 INFO O| Oct 30 14:08:15.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7227 | 2024-10-30T14:08:16.225Z | [ recovery-image] Oct 30 14:08:15.536 INFO O| Oct 30 14:08:15.536 INFO STEP 1011 (remove_files) COMPLETE |
7228 | 2024-10-30T14:08:16.225Z | [ recovery-image] Oct 30 14:08:15.536 INFO O| Oct 30 14:08:15.536 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-10-30T14:08:16.236Z | [ recovery-image] Oct 30 14:08:15.547 INFO O| Oct 30 14:08:15.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7230 | 2024-10-30T14:08:16.238Z | [ recovery-image] Oct 30 14:08:15.547 INFO O| Oct 30 14:08:15.547 INFO STEP 1012 (remove_files) COMPLETE |
7231 | 2024-10-30T14:08:16.238Z | [ recovery-image] Oct 30 14:08:15.547 INFO O| Oct 30 14:08:15.547 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-10-30T14:08:16.248Z | [ recovery-image] Oct 30 14:08:15.558 INFO O| Oct 30 14:08:15.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7233 | 2024-10-30T14:08:16.253Z | [ recovery-image] Oct 30 14:08:15.558 INFO O| Oct 30 14:08:15.558 INFO STEP 1013 (remove_files) COMPLETE |
7234 | 2024-10-30T14:08:16.253Z | [ recovery-image] Oct 30 14:08:15.559 INFO O| Oct 30 14:08:15.558 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-10-30T14:08:16.258Z | [ recovery-image] Oct 30 14:08:15.569 INFO O| Oct 30 14:08:15.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7236 | 2024-10-30T14:08:16.258Z | [ recovery-image] Oct 30 14:08:15.569 INFO O| Oct 30 14:08:15.569 INFO STEP 1014 (remove_files) COMPLETE |
7237 | 2024-10-30T14:08:16.260Z | [ recovery-image] Oct 30 14:08:15.569 INFO O| Oct 30 14:08:15.569 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-10-30T14:08:16.268Z | [ recovery-image] Oct 30 14:08:15.579 INFO O| Oct 30 14:08:15.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7239 | 2024-10-30T14:08:16.271Z | [ recovery-image] Oct 30 14:08:15.580 INFO O| Oct 30 14:08:15.580 INFO STEP 1015 (remove_files) COMPLETE |
7240 | 2024-10-30T14:08:16.271Z | [ recovery-image] Oct 30 14:08:15.580 INFO O| Oct 30 14:08:15.580 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-10-30T14:08:16.279Z | [ recovery-image] Oct 30 14:08:15.590 INFO O| Oct 30 14:08:15.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7242 | 2024-10-30T14:08:16.279Z | [ recovery-image] Oct 30 14:08:15.590 INFO O| Oct 30 14:08:15.590 INFO STEP 1016 (remove_files) COMPLETE |
7243 | 2024-10-30T14:08:16.281Z | [ recovery-image] Oct 30 14:08:15.590 INFO O| Oct 30 14:08:15.590 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-10-30T14:08:16.289Z | [ recovery-image] Oct 30 14:08:15.600 INFO O| Oct 30 14:08:15.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7245 | 2024-10-30T14:08:16.291Z | [ recovery-image] Oct 30 14:08:15.600 INFO O| Oct 30 14:08:15.600 INFO STEP 1017 (remove_files) COMPLETE |
7246 | 2024-10-30T14:08:16.291Z | [ recovery-image] Oct 30 14:08:15.600 INFO O| Oct 30 14:08:15.600 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-10-30T14:08:16.299Z | [ recovery-image] Oct 30 14:08:15.609 INFO O| Oct 30 14:08:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7248 | 2024-10-30T14:08:16.299Z | [ recovery-image] Oct 30 14:08:15.610 INFO O| Oct 30 14:08:15.610 INFO STEP 1018 (remove_files) COMPLETE |
7249 | 2024-10-30T14:08:16.301Z | [ recovery-image] Oct 30 14:08:15.610 INFO O| Oct 30 14:08:15.610 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-10-30T14:08:16.309Z | [ recovery-image] Oct 30 14:08:15.620 INFO O| Oct 30 14:08:15.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7251 | 2024-10-30T14:08:16.309Z | [ recovery-image] Oct 30 14:08:15.620 INFO O| Oct 30 14:08:15.620 INFO STEP 1019 (remove_files) COMPLETE |
7252 | 2024-10-30T14:08:16.312Z | [ recovery-image] Oct 30 14:08:15.620 INFO O| Oct 30 14:08:15.620 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-10-30T14:08:16.320Z | [ recovery-image] Oct 30 14:08:15.630 INFO O| Oct 30 14:08:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7254 | 2024-10-30T14:08:16.324Z | [ recovery-image] Oct 30 14:08:15.630 INFO O| Oct 30 14:08:15.630 INFO STEP 1020 (remove_files) COMPLETE |
7255 | 2024-10-30T14:08:16.324Z | [ recovery-image] Oct 30 14:08:15.630 INFO O| Oct 30 14:08:15.630 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-10-30T14:08:16.330Z | [ recovery-image] Oct 30 14:08:15.640 INFO O| Oct 30 14:08:15.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7257 | 2024-10-30T14:08:16.333Z | [ recovery-image] Oct 30 14:08:15.640 INFO O| Oct 30 14:08:15.640 INFO STEP 1021 (remove_files) COMPLETE |
7258 | 2024-10-30T14:08:16.333Z | [ recovery-image] Oct 30 14:08:15.640 INFO O| Oct 30 14:08:15.640 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-10-30T14:08:16.339Z | [ recovery-image] Oct 30 14:08:15.650 INFO O| Oct 30 14:08:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7260 | 2024-10-30T14:08:16.339Z | [ recovery-image] Oct 30 14:08:15.650 INFO O| Oct 30 14:08:15.650 INFO STEP 1022 (remove_files) COMPLETE |
7261 | 2024-10-30T14:08:16.339Z | [ recovery-image] Oct 30 14:08:15.650 INFO O| Oct 30 14:08:15.650 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-10-30T14:08:16.350Z | [ recovery-image] Oct 30 14:08:15.660 INFO O| Oct 30 14:08:15.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7263 | 2024-10-30T14:08:16.352Z | [ recovery-image] Oct 30 14:08:15.661 INFO O| Oct 30 14:08:15.660 INFO STEP 1023 (remove_files) COMPLETE |
7264 | 2024-10-30T14:08:16.352Z | [ recovery-image] Oct 30 14:08:15.661 INFO O| Oct 30 14:08:15.661 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-10-30T14:08:16.360Z | [ recovery-image] Oct 30 14:08:15.671 INFO O| Oct 30 14:08:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7266 | 2024-10-30T14:08:16.360Z | [ recovery-image] Oct 30 14:08:15.671 INFO O| Oct 30 14:08:15.671 INFO STEP 1024 (remove_files) COMPLETE |
7267 | 2024-10-30T14:08:16.360Z | [ recovery-image] Oct 30 14:08:15.671 INFO O| Oct 30 14:08:15.671 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-10-30T14:08:16.372Z | [ recovery-image] Oct 30 14:08:15.683 INFO O| Oct 30 14:08:15.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7269 | 2024-10-30T14:08:16.372Z | [ recovery-image] Oct 30 14:08:15.683 INFO O| Oct 30 14:08:15.683 INFO STEP 1025 (remove_files) COMPLETE |
7270 | 2024-10-30T14:08:16.372Z | [ recovery-image] Oct 30 14:08:15.683 INFO O| Oct 30 14:08:15.683 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-10-30T14:08:16.384Z | [ recovery-image] Oct 30 14:08:15.695 INFO O| Oct 30 14:08:15.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7272 | 2024-10-30T14:08:16.384Z | [ recovery-image] Oct 30 14:08:15.695 INFO O| Oct 30 14:08:15.695 INFO STEP 1026 (remove_files) COMPLETE |
7273 | 2024-10-30T14:08:16.387Z | [ recovery-image] Oct 30 14:08:15.695 INFO O| Oct 30 14:08:15.695 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-10-30T14:08:16.395Z | [ recovery-image] Oct 30 14:08:15.706 INFO O| Oct 30 14:08:15.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7275 | 2024-10-30T14:08:16.395Z | [ recovery-image] Oct 30 14:08:15.706 INFO O| Oct 30 14:08:15.706 INFO STEP 1027 (remove_files) COMPLETE |
7276 | 2024-10-30T14:08:16.398Z | [ recovery-image] Oct 30 14:08:15.706 INFO O| Oct 30 14:08:15.706 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-10-30T14:08:16.406Z | [ recovery-image] Oct 30 14:08:15.717 INFO O| Oct 30 14:08:15.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7278 | 2024-10-30T14:08:16.406Z | [ recovery-image] Oct 30 14:08:15.717 INFO O| Oct 30 14:08:15.717 INFO STEP 1028 (remove_files) COMPLETE |
7279 | 2024-10-30T14:08:16.406Z | [ recovery-image] Oct 30 14:08:15.717 INFO O| Oct 30 14:08:15.717 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-10-30T14:08:16.416Z | [ recovery-image] Oct 30 14:08:15.727 INFO O| Oct 30 14:08:15.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7281 | 2024-10-30T14:08:16.416Z | [ recovery-image] Oct 30 14:08:15.727 INFO O| Oct 30 14:08:15.727 INFO STEP 1029 (remove_files) COMPLETE |
7282 | 2024-10-30T14:08:16.418Z | [ recovery-image] Oct 30 14:08:15.727 INFO O| Oct 30 14:08:15.727 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-10-30T14:08:16.426Z | [ recovery-image] Oct 30 14:08:15.737 INFO O| Oct 30 14:08:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7284 | 2024-10-30T14:08:16.426Z | [ recovery-image] Oct 30 14:08:15.737 INFO O| Oct 30 14:08:15.737 INFO STEP 1030 (remove_files) COMPLETE |
7285 | 2024-10-30T14:08:16.426Z | [ recovery-image] Oct 30 14:08:15.737 INFO O| Oct 30 14:08:15.737 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-10-30T14:08:16.436Z | [ recovery-image] Oct 30 14:08:15.747 INFO O| Oct 30 14:08:15.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7287 | 2024-10-30T14:08:16.436Z | [ recovery-image] Oct 30 14:08:15.747 INFO O| Oct 30 14:08:15.747 INFO STEP 1031 (remove_files) COMPLETE |
7288 | 2024-10-30T14:08:16.436Z | [ recovery-image] Oct 30 14:08:15.747 INFO O| Oct 30 14:08:15.747 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-10-30T14:08:16.447Z | [ recovery-image] Oct 30 14:08:15.758 INFO O| Oct 30 14:08:15.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7290 | 2024-10-30T14:08:16.449Z | [ recovery-image] Oct 30 14:08:15.758 INFO O| Oct 30 14:08:15.758 INFO STEP 1032 (remove_files) COMPLETE |
7291 | 2024-10-30T14:08:16.449Z | [ recovery-image] Oct 30 14:08:15.758 INFO O| Oct 30 14:08:15.758 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-10-30T14:08:16.457Z | [ recovery-image] Oct 30 14:08:15.768 INFO O| Oct 30 14:08:15.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7293 | 2024-10-30T14:08:16.457Z | [ recovery-image] Oct 30 14:08:15.768 INFO O| Oct 30 14:08:15.768 INFO STEP 1033 (remove_files) COMPLETE |
7294 | 2024-10-30T14:08:16.460Z | [ recovery-image] Oct 30 14:08:15.768 INFO O| Oct 30 14:08:15.768 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-10-30T14:08:16.469Z | [ recovery-image] Oct 30 14:08:15.779 INFO O| Oct 30 14:08:15.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7296 | 2024-10-30T14:08:16.469Z | [ recovery-image] Oct 30 14:08:15.779 INFO O| Oct 30 14:08:15.779 INFO STEP 1034 (remove_files) COMPLETE |
7297 | 2024-10-30T14:08:16.469Z | [ recovery-image] Oct 30 14:08:15.780 INFO O| Oct 30 14:08:15.779 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-10-30T14:08:16.479Z | [ recovery-image] Oct 30 14:08:15.790 INFO O| Oct 30 14:08:15.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7299 | 2024-10-30T14:08:16.481Z | [ recovery-image] Oct 30 14:08:15.790 INFO O| Oct 30 14:08:15.790 INFO STEP 1035 (remove_files) COMPLETE |
7300 | 2024-10-30T14:08:16.482Z | [ recovery-image] Oct 30 14:08:15.790 INFO O| Oct 30 14:08:15.790 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-10-30T14:08:16.489Z | [ recovery-image] Oct 30 14:08:15.800 INFO O| Oct 30 14:08:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7302 | 2024-10-30T14:08:16.492Z | [ recovery-image] Oct 30 14:08:15.800 INFO O| Oct 30 14:08:15.800 INFO STEP 1036 (remove_files) COMPLETE |
7303 | 2024-10-30T14:08:16.492Z | [ recovery-image] Oct 30 14:08:15.800 INFO O| Oct 30 14:08:15.800 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-10-30T14:08:16.500Z | [ recovery-image] Oct 30 14:08:15.811 INFO O| Oct 30 14:08:15.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7305 | 2024-10-30T14:08:16.503Z | [ recovery-image] Oct 30 14:08:15.811 INFO O| Oct 30 14:08:15.811 INFO STEP 1037 (remove_files) COMPLETE |
7306 | 2024-10-30T14:08:16.503Z | [ recovery-image] Oct 30 14:08:15.811 INFO O| Oct 30 14:08:15.811 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-10-30T14:08:16.511Z | [ recovery-image] Oct 30 14:08:15.822 INFO O| Oct 30 14:08:15.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7308 | 2024-10-30T14:08:16.513Z | [ recovery-image] Oct 30 14:08:15.822 INFO O| Oct 30 14:08:15.822 INFO STEP 1038 (remove_files) COMPLETE |
7309 | 2024-10-30T14:08:16.513Z | [ recovery-image] Oct 30 14:08:15.822 INFO O| Oct 30 14:08:15.822 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-10-30T14:08:16.521Z | [ recovery-image] Oct 30 14:08:15.832 INFO O| Oct 30 14:08:15.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7311 | 2024-10-30T14:08:16.524Z | [ recovery-image] Oct 30 14:08:15.832 INFO O| Oct 30 14:08:15.832 INFO STEP 1039 (remove_files) COMPLETE |
7312 | 2024-10-30T14:08:16.524Z | [ recovery-image] Oct 30 14:08:15.832 INFO O| Oct 30 14:08:15.832 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-10-30T14:08:16.531Z | [ recovery-image] Oct 30 14:08:15.842 INFO O| Oct 30 14:08:15.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7314 | 2024-10-30T14:08:16.534Z | [ recovery-image] Oct 30 14:08:15.842 INFO O| Oct 30 14:08:15.842 INFO STEP 1040 (remove_files) COMPLETE |
7315 | 2024-10-30T14:08:16.534Z | [ recovery-image] Oct 30 14:08:15.842 INFO O| Oct 30 14:08:15.842 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-10-30T14:08:16.541Z | [ recovery-image] Oct 30 14:08:15.852 INFO O| Oct 30 14:08:15.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7317 | 2024-10-30T14:08:16.543Z | [ recovery-image] Oct 30 14:08:15.852 INFO O| Oct 30 14:08:15.852 INFO STEP 1041 (remove_files) COMPLETE |
7318 | 2024-10-30T14:08:16.543Z | [ recovery-image] Oct 30 14:08:15.852 INFO O| Oct 30 14:08:15.852 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-10-30T14:08:16.553Z | [ recovery-image] Oct 30 14:08:15.864 INFO O| Oct 30 14:08:15.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7320 | 2024-10-30T14:08:16.553Z | [ recovery-image] Oct 30 14:08:15.864 INFO O| Oct 30 14:08:15.864 INFO STEP 1042 (remove_files) COMPLETE |
7321 | 2024-10-30T14:08:16.553Z | [ recovery-image] Oct 30 14:08:15.864 INFO O| Oct 30 14:08:15.864 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-10-30T14:08:16.563Z | [ recovery-image] Oct 30 14:08:15.874 INFO O| Oct 30 14:08:15.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7323 | 2024-10-30T14:08:16.566Z | [ recovery-image] Oct 30 14:08:15.874 INFO O| Oct 30 14:08:15.874 INFO STEP 1043 (remove_files) COMPLETE |
7324 | 2024-10-30T14:08:16.566Z | [ recovery-image] Oct 30 14:08:15.874 INFO O| Oct 30 14:08:15.874 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-10-30T14:08:16.573Z | [ recovery-image] Oct 30 14:08:15.884 INFO O| Oct 30 14:08:15.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7326 | 2024-10-30T14:08:16.576Z | [ recovery-image] Oct 30 14:08:15.884 INFO O| Oct 30 14:08:15.884 INFO STEP 1044 (remove_files) COMPLETE |
7327 | 2024-10-30T14:08:16.576Z | [ recovery-image] Oct 30 14:08:15.884 INFO O| Oct 30 14:08:15.884 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-10-30T14:08:16.583Z | [ recovery-image] Oct 30 14:08:15.894 INFO O| Oct 30 14:08:15.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7329 | 2024-10-30T14:08:16.583Z | [ recovery-image] Oct 30 14:08:15.894 INFO O| Oct 30 14:08:15.894 INFO STEP 1045 (remove_files) COMPLETE |
7330 | 2024-10-30T14:08:16.586Z | [ recovery-image] Oct 30 14:08:15.894 INFO O| Oct 30 14:08:15.894 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-10-30T14:08:16.591Z | [ host-image] Oct 30 14:08:15.902 INFO O| Oct 30 14:08:15.902 INFO O| Done |
7332 | 2024-10-30T14:08:16.594Z | [ recovery-image] Oct 30 14:08:15.904 INFO O| Oct 30 14:08:15.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7333 | 2024-10-30T14:08:16.594Z | [ recovery-image] Oct 30 14:08:15.904 INFO O| Oct 30 14:08:15.904 INFO STEP 1046 (remove_files) COMPLETE |
7334 | 2024-10-30T14:08:16.594Z | [ recovery-image] Oct 30 14:08:15.904 INFO O| Oct 30 14:08:15.904 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-10-30T14:08:16.603Z | [ recovery-image] Oct 30 14:08:15.914 INFO O| Oct 30 14:08:15.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7336 | 2024-10-30T14:08:16.603Z | [ recovery-image] Oct 30 14:08:15.914 INFO O| Oct 30 14:08:15.914 INFO STEP 1047 (remove_files) COMPLETE |
7337 | 2024-10-30T14:08:16.606Z | [ recovery-image] Oct 30 14:08:15.914 INFO O| Oct 30 14:08:15.914 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-10-30T14:08:16.614Z | [ recovery-image] Oct 30 14:08:15.924 INFO O| Oct 30 14:08:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7339 | 2024-10-30T14:08:16.614Z | [ recovery-image] Oct 30 14:08:15.925 INFO O| Oct 30 14:08:15.924 INFO STEP 1048 (remove_files) COMPLETE |
7340 | 2024-10-30T14:08:16.614Z | [ recovery-image] Oct 30 14:08:15.925 INFO O| Oct 30 14:08:15.925 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-10-30T14:08:16.616Z | [ host-image] Oct 30 14:08:15.927 INFO O| Oct 30 14:08:15.927 INFO O| Done |
7342 | 2024-10-30T14:08:16.619Z | [ host-image] Oct 30 14:08:15.927 INFO O| Oct 30 14:08:15.927 INFO O| Done |
7343 | 2024-10-30T14:08:16.624Z | [ recovery-image] Oct 30 14:08:15.935 INFO O| Oct 30 14:08:15.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7344 | 2024-10-30T14:08:16.627Z | [ recovery-image] Oct 30 14:08:15.935 INFO O| Oct 30 14:08:15.935 INFO STEP 1049 (remove_files) COMPLETE |
7345 | 2024-10-30T14:08:16.627Z | [ recovery-image] Oct 30 14:08:15.935 INFO O| Oct 30 14:08:15.935 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-10-30T14:08:16.629Z | [ host-image] Oct 30 14:08:15.937 INFO O| Oct 30 14:08:15.937 INFO O| Done |
7347 | 2024-10-30T14:08:16.635Z | [ recovery-image] Oct 30 14:08:15.945 INFO O| Oct 30 14:08:15.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7348 | 2024-10-30T14:08:16.635Z | [ recovery-image] Oct 30 14:08:15.945 INFO O| Oct 30 14:08:15.945 INFO STEP 1050 (remove_files) COMPLETE |
7349 | 2024-10-30T14:08:16.638Z | [ recovery-image] Oct 30 14:08:15.945 INFO O| Oct 30 14:08:15.945 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-10-30T14:08:16.646Z | [ recovery-image] Oct 30 14:08:15.956 INFO O| Oct 30 14:08:15.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7351 | 2024-10-30T14:08:16.646Z | [ recovery-image] Oct 30 14:08:15.957 INFO O| Oct 30 14:08:15.957 INFO STEP 1051 (remove_files) COMPLETE |
7352 | 2024-10-30T14:08:16.648Z | [ recovery-image] Oct 30 14:08:15.957 INFO O| Oct 30 14:08:15.957 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-10-30T14:08:16.658Z | [ recovery-image] Oct 30 14:08:15.969 INFO O| Oct 30 14:08:15.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7354 | 2024-10-30T14:08:16.658Z | [ recovery-image] Oct 30 14:08:15.969 INFO O| Oct 30 14:08:15.969 INFO STEP 1052 (remove_files) COMPLETE |
7355 | 2024-10-30T14:08:16.661Z | [ recovery-image] Oct 30 14:08:15.969 INFO O| Oct 30 14:08:15.969 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-10-30T14:08:16.671Z | [ recovery-image] Oct 30 14:08:15.981 INFO O| Oct 30 14:08:15.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7357 | 2024-10-30T14:08:16.671Z | [ recovery-image] Oct 30 14:08:15.982 INFO O| Oct 30 14:08:15.981 INFO STEP 1053 (remove_files) COMPLETE |
7358 | 2024-10-30T14:08:16.673Z | [ recovery-image] Oct 30 14:08:15.982 INFO O| Oct 30 14:08:15.982 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-10-30T14:08:16.682Z | [ recovery-image] Oct 30 14:08:15.993 INFO O| Oct 30 14:08:15.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7360 | 2024-10-30T14:08:16.684Z | [ recovery-image] Oct 30 14:08:15.993 INFO O| Oct 30 14:08:15.993 INFO STEP 1054 (remove_files) COMPLETE |
7361 | 2024-10-30T14:08:16.685Z | [ recovery-image] Oct 30 14:08:15.993 INFO O| Oct 30 14:08:15.993 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-10-30T14:08:16.692Z | [ recovery-image] Oct 30 14:08:16.003 INFO O| Oct 30 14:08:16.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7363 | 2024-10-30T14:08:16.692Z | [ recovery-image] Oct 30 14:08:16.003 INFO O| Oct 30 14:08:16.003 INFO STEP 1055 (remove_files) COMPLETE |
7364 | 2024-10-30T14:08:16.692Z | [ recovery-image] Oct 30 14:08:16.003 INFO O| Oct 30 14:08:16.003 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-10-30T14:08:16.703Z | [ recovery-image] Oct 30 14:08:16.013 INFO O| Oct 30 14:08:16.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7366 | 2024-10-30T14:08:16.703Z | [ recovery-image] Oct 30 14:08:16.013 INFO O| Oct 30 14:08:16.013 INFO STEP 1056 (remove_files) COMPLETE |
7367 | 2024-10-30T14:08:16.703Z | [ recovery-image] Oct 30 14:08:16.013 INFO O| Oct 30 14:08:16.013 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-10-30T14:08:16.719Z | [ recovery-image] Oct 30 14:08:16.023 INFO O| Oct 30 14:08:16.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7369 | 2024-10-30T14:08:16.722Z | [ recovery-image] Oct 30 14:08:16.023 INFO O| Oct 30 14:08:16.023 INFO STEP 1057 (remove_files) COMPLETE |
7370 | 2024-10-30T14:08:16.722Z | [ recovery-image] Oct 30 14:08:16.023 INFO O| Oct 30 14:08:16.023 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-10-30T14:08:16.725Z | [ recovery-image] Oct 30 14:08:16.034 INFO O| Oct 30 14:08:16.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7372 | 2024-10-30T14:08:16.725Z | [ recovery-image] Oct 30 14:08:16.034 INFO O| Oct 30 14:08:16.034 INFO STEP 1058 (remove_files) COMPLETE |
7373 | 2024-10-30T14:08:16.725Z | [ recovery-image] Oct 30 14:08:16.034 INFO O| Oct 30 14:08:16.034 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-10-30T14:08:16.733Z | [ recovery-image] Oct 30 14:08:16.044 INFO O| Oct 30 14:08:16.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7375 | 2024-10-30T14:08:16.737Z | [ recovery-image] Oct 30 14:08:16.044 INFO O| Oct 30 14:08:16.044 INFO STEP 1059 (remove_files) COMPLETE |
7376 | 2024-10-30T14:08:16.737Z | [ recovery-image] Oct 30 14:08:16.044 INFO O| Oct 30 14:08:16.044 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-10-30T14:08:16.741Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 14 (pkg_install) COMPLETE |
7378 | 2024-10-30T14:08:16.741Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7379 | 2024-10-30T14:08:16.741Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO skip step because feature "mfg" is not enabled |
7380 | 2024-10-30T14:08:16.744Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7381 | 2024-10-30T14:08:16.744Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO skip step because feature "compliance" is not enabled |
7382 | 2024-10-30T14:08:16.744Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7383 | 2024-10-30T14:08:16.744Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO skip step because feature "stress" is not enabled |
7384 | 2024-10-30T14:08:16.744Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7385 | 2024-10-30T14:08:16.744Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO skip step because feature "nfs" is not enabled |
7386 | 2024-10-30T14:08:16.744Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7387 | 2024-10-30T14:08:16.744Z | [ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7388 | 2024-10-30T14:08:16.747Z | [ recovery-image] Oct 30 14:08:16.055 INFO O| Oct 30 14:08:16.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7389 | 2024-10-30T14:08:16.747Z | [ recovery-image] Oct 30 14:08:16.055 INFO O| Oct 30 14:08:16.055 INFO STEP 1060 (remove_files) COMPLETE |
7390 | 2024-10-30T14:08:16.747Z | [ recovery-image] Oct 30 14:08:16.055 INFO O| Oct 30 14:08:16.055 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-10-30T14:08:16.766Z | [ recovery-image] Oct 30 14:08:16.074 INFO O| Oct 30 14:08:16.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7392 | 2024-10-30T14:08:16.766Z | [ recovery-image] Oct 30 14:08:16.075 INFO O| Oct 30 14:08:16.075 INFO STEP 1061 (remove_files) COMPLETE |
7393 | 2024-10-30T14:08:16.769Z | [ recovery-image] Oct 30 14:08:16.075 INFO O| Oct 30 14:08:16.075 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-10-30T14:08:16.780Z | [ recovery-image] Oct 30 14:08:16.091 INFO O| Oct 30 14:08:16.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7395 | 2024-10-30T14:08:16.780Z | [ recovery-image] Oct 30 14:08:16.091 INFO O| Oct 30 14:08:16.091 INFO STEP 1062 (remove_files) COMPLETE |
7396 | 2024-10-30T14:08:16.783Z | [ recovery-image] Oct 30 14:08:16.091 INFO O| Oct 30 14:08:16.091 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-10-30T14:08:16.793Z | [ recovery-image] Oct 30 14:08:16.104 INFO O| Oct 30 14:08:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7398 | 2024-10-30T14:08:16.796Z | [ recovery-image] Oct 30 14:08:16.104 INFO O| Oct 30 14:08:16.104 INFO STEP 1063 (remove_files) COMPLETE |
7399 | 2024-10-30T14:08:16.796Z | [ recovery-image] Oct 30 14:08:16.104 INFO O| Oct 30 14:08:16.104 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-10-30T14:08:16.803Z | [ recovery-image] Oct 30 14:08:16.114 INFO O| Oct 30 14:08:16.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7401 | 2024-10-30T14:08:16.803Z | [ recovery-image] Oct 30 14:08:16.114 INFO O| Oct 30 14:08:16.114 INFO STEP 1064 (remove_files) COMPLETE |
7402 | 2024-10-30T14:08:16.806Z | [ recovery-image] Oct 30 14:08:16.114 INFO O| Oct 30 14:08:16.114 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-10-30T14:08:16.811Z | [ host-image] Oct 30 14:08:16.122 INFO O| Oct 30 14:08:16.122 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7404 | 2024-10-30T14:08:16.814Z | [ recovery-image] Oct 30 14:08:16.124 INFO O| Oct 30 14:08:16.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7405 | 2024-10-30T14:08:16.814Z | [ recovery-image] Oct 30 14:08:16.124 INFO O| Oct 30 14:08:16.124 INFO STEP 1065 (remove_files) COMPLETE |
7406 | 2024-10-30T14:08:16.814Z | [ recovery-image] Oct 30 14:08:16.124 INFO O| Oct 30 14:08:16.124 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-10-30T14:08:16.823Z | [ recovery-image] Oct 30 14:08:16.134 INFO O| Oct 30 14:08:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7408 | 2024-10-30T14:08:16.826Z | [ recovery-image] Oct 30 14:08:16.134 INFO O| Oct 30 14:08:16.134 INFO STEP 1066 (remove_files) COMPLETE |
7409 | 2024-10-30T14:08:16.826Z | [ recovery-image] Oct 30 14:08:16.134 INFO O| Oct 30 14:08:16.134 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-10-30T14:08:16.833Z | [ recovery-image] Oct 30 14:08:16.144 INFO O| Oct 30 14:08:16.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7411 | 2024-10-30T14:08:16.833Z | [ recovery-image] Oct 30 14:08:16.144 INFO O| Oct 30 14:08:16.144 INFO STEP 1067 (remove_files) COMPLETE |
7412 | 2024-10-30T14:08:16.836Z | [ recovery-image] Oct 30 14:08:16.144 INFO O| Oct 30 14:08:16.144 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-10-30T14:08:16.844Z | [ recovery-image] Oct 30 14:08:16.155 INFO O| Oct 30 14:08:16.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7414 | 2024-10-30T14:08:16.844Z | [ recovery-image] Oct 30 14:08:16.155 INFO O| Oct 30 14:08:16.155 INFO STEP 1068 (remove_files) COMPLETE |
7415 | 2024-10-30T14:08:16.847Z | [ recovery-image] Oct 30 14:08:16.155 INFO O| Oct 30 14:08:16.155 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-10-30T14:08:16.854Z | [ recovery-image] Oct 30 14:08:16.165 INFO O| Oct 30 14:08:16.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7417 | 2024-10-30T14:08:16.854Z | [ recovery-image] Oct 30 14:08:16.165 INFO O| Oct 30 14:08:16.165 INFO STEP 1069 (remove_files) COMPLETE |
7418 | 2024-10-30T14:08:16.857Z | [ recovery-image] Oct 30 14:08:16.165 INFO O| Oct 30 14:08:16.165 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-10-30T14:08:16.864Z | [ recovery-image] Oct 30 14:08:16.175 INFO O| Oct 30 14:08:16.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7420 | 2024-10-30T14:08:16.867Z | [ recovery-image] Oct 30 14:08:16.175 INFO O| Oct 30 14:08:16.175 INFO STEP 1070 (remove_files) COMPLETE |
7421 | 2024-10-30T14:08:16.867Z | [ recovery-image] Oct 30 14:08:16.175 INFO O| Oct 30 14:08:16.175 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-10-30T14:08:16.875Z | [ recovery-image] Oct 30 14:08:16.186 INFO O| Oct 30 14:08:16.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7423 | 2024-10-30T14:08:16.877Z | [ recovery-image] Oct 30 14:08:16.186 INFO O| Oct 30 14:08:16.186 INFO STEP 1071 (remove_files) COMPLETE |
7424 | 2024-10-30T14:08:16.877Z | [ recovery-image] Oct 30 14:08:16.186 INFO O| Oct 30 14:08:16.186 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-10-30T14:08:16.885Z | [ recovery-image] Oct 30 14:08:16.196 INFO O| Oct 30 14:08:16.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7426 | 2024-10-30T14:08:16.885Z | [ recovery-image] Oct 30 14:08:16.196 INFO O| Oct 30 14:08:16.196 INFO STEP 1072 (remove_files) COMPLETE |
7427 | 2024-10-30T14:08:16.888Z | [ recovery-image] Oct 30 14:08:16.196 INFO O| Oct 30 14:08:16.196 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-10-30T14:08:16.890Z | [ host-image] Oct 30 14:08:16.199 INFO O| Oct 30 14:08:16.199 INFO completed processing gimlet/ramdisk-01-os |
7429 | 2024-10-30T14:08:16.890Z | [ host-image] Oct 30 14:08:16.201 INFO omicron1 baseline generation... |
7430 | 2024-10-30T14:08:16.890Z | [ host-image] Oct 30 14:08:16.201 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7431 | 2024-10-30T14:08:16.895Z | [ recovery-image] Oct 30 14:08:16.206 INFO O| Oct 30 14:08:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7432 | 2024-10-30T14:08:16.895Z | [ recovery-image] Oct 30 14:08:16.206 INFO O| Oct 30 14:08:16.206 INFO STEP 1073 (remove_files) COMPLETE |
7433 | 2024-10-30T14:08:16.898Z | [ recovery-image] Oct 30 14:08:16.206 INFO O| Oct 30 14:08:16.206 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-10-30T14:08:16.906Z | [ recovery-image] Oct 30 14:08:16.216 INFO O| Oct 30 14:08:16.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7435 | 2024-10-30T14:08:16.908Z | [ recovery-image] Oct 30 14:08:16.216 INFO O| Oct 30 14:08:16.216 INFO STEP 1074 (remove_files) COMPLETE |
7436 | 2024-10-30T14:08:16.908Z | [ recovery-image] Oct 30 14:08:16.217 INFO O| Oct 30 14:08:16.216 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-10-30T14:08:16.916Z | [ recovery-image] Oct 30 14:08:16.227 INFO O| Oct 30 14:08:16.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7438 | 2024-10-30T14:08:16.916Z | [ recovery-image] Oct 30 14:08:16.227 INFO O| Oct 30 14:08:16.227 INFO STEP 1075 (remove_files) COMPLETE |
7439 | 2024-10-30T14:08:16.919Z | [ recovery-image] Oct 30 14:08:16.227 INFO O| Oct 30 14:08:16.227 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-10-30T14:08:16.928Z | [ recovery-image] Oct 30 14:08:16.239 INFO O| Oct 30 14:08:16.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7441 | 2024-10-30T14:08:16.928Z | [ recovery-image] Oct 30 14:08:16.239 INFO O| Oct 30 14:08:16.239 INFO STEP 1076 (remove_files) COMPLETE |
7442 | 2024-10-30T14:08:16.931Z | [ recovery-image] Oct 30 14:08:16.239 INFO O| Oct 30 14:08:16.239 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-10-30T14:08:16.940Z | [ recovery-image] Oct 30 14:08:16.251 INFO O| Oct 30 14:08:16.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7444 | 2024-10-30T14:08:16.940Z | [ recovery-image] Oct 30 14:08:16.251 INFO O| Oct 30 14:08:16.251 INFO STEP 1077 (remove_files) COMPLETE |
7445 | 2024-10-30T14:08:16.943Z | [ recovery-image] Oct 30 14:08:16.251 INFO O| Oct 30 14:08:16.251 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-10-30T14:08:16.952Z | [ recovery-image] Oct 30 14:08:16.263 INFO O| Oct 30 14:08:16.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7447 | 2024-10-30T14:08:16.955Z | [ recovery-image] Oct 30 14:08:16.263 INFO O| Oct 30 14:08:16.263 INFO STEP 1078 (remove_files) COMPLETE |
7448 | 2024-10-30T14:08:16.955Z | [ recovery-image] Oct 30 14:08:16.263 INFO O| Oct 30 14:08:16.263 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-10-30T14:08:16.964Z | [ recovery-image] Oct 30 14:08:16.275 INFO O| Oct 30 14:08:16.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7450 | 2024-10-30T14:08:16.964Z | [ recovery-image] Oct 30 14:08:16.275 INFO O| Oct 30 14:08:16.275 INFO STEP 1079 (remove_files) COMPLETE |
7451 | 2024-10-30T14:08:16.964Z | [ recovery-image] Oct 30 14:08:16.275 INFO O| Oct 30 14:08:16.275 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-10-30T14:08:16.975Z | [ recovery-image] Oct 30 14:08:16.285 INFO O| Oct 30 14:08:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7453 | 2024-10-30T14:08:16.975Z | [ recovery-image] Oct 30 14:08:16.285 INFO O| Oct 30 14:08:16.285 INFO STEP 1080 (remove_files) COMPLETE |
7454 | 2024-10-30T14:08:16.977Z | [ recovery-image] Oct 30 14:08:16.286 INFO O| Oct 30 14:08:16.285 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-10-30T14:08:16.986Z | [ recovery-image] Oct 30 14:08:16.297 INFO O| Oct 30 14:08:16.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7456 | 2024-10-30T14:08:16.986Z | [ recovery-image] Oct 30 14:08:16.297 INFO O| Oct 30 14:08:16.297 INFO STEP 1081 (remove_files) COMPLETE |
7457 | 2024-10-30T14:08:16.986Z | [ recovery-image] Oct 30 14:08:16.297 INFO O| Oct 30 14:08:16.297 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-10-30T14:08:16.997Z | [ recovery-image] Oct 30 14:08:16.308 INFO O| Oct 30 14:08:16.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7459 | 2024-10-30T14:08:17.000Z | [ recovery-image] Oct 30 14:08:16.308 INFO O| Oct 30 14:08:16.308 INFO STEP 1082 (remove_files) COMPLETE |
7460 | 2024-10-30T14:08:17.000Z | [ recovery-image] Oct 30 14:08:16.308 INFO O| Oct 30 14:08:16.308 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-10-30T14:08:17.008Z | [ recovery-image] Oct 30 14:08:16.318 INFO O| Oct 30 14:08:16.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7462 | 2024-10-30T14:08:17.008Z | [ recovery-image] Oct 30 14:08:16.318 INFO O| Oct 30 14:08:16.318 INFO STEP 1083 (remove_files) COMPLETE |
7463 | 2024-10-30T14:08:17.011Z | [ recovery-image] Oct 30 14:08:16.319 INFO O| Oct 30 14:08:16.318 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-10-30T14:08:17.018Z | [ recovery-image] Oct 30 14:08:16.329 INFO O| Oct 30 14:08:16.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7465 | 2024-10-30T14:08:17.018Z | [ recovery-image] Oct 30 14:08:16.329 INFO O| Oct 30 14:08:16.329 INFO STEP 1084 (remove_files) COMPLETE |
7466 | 2024-10-30T14:08:17.018Z | [ recovery-image] Oct 30 14:08:16.329 INFO O| Oct 30 14:08:16.329 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-10-30T14:08:17.028Z | [ recovery-image] Oct 30 14:08:16.339 INFO O| Oct 30 14:08:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7468 | 2024-10-30T14:08:17.028Z | [ recovery-image] Oct 30 14:08:16.339 INFO O| Oct 30 14:08:16.339 INFO STEP 1085 (remove_files) COMPLETE |
7469 | 2024-10-30T14:08:17.031Z | [ recovery-image] Oct 30 14:08:16.339 INFO O| Oct 30 14:08:16.339 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-10-30T14:08:17.039Z | [ recovery-image] Oct 30 14:08:16.350 INFO O| Oct 30 14:08:16.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7471 | 2024-10-30T14:08:17.039Z | [ recovery-image] Oct 30 14:08:16.350 INFO O| Oct 30 14:08:16.350 INFO STEP 1086 (remove_files) COMPLETE |
7472 | 2024-10-30T14:08:17.042Z | [ recovery-image] Oct 30 14:08:16.350 INFO O| Oct 30 14:08:16.350 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-10-30T14:08:17.049Z | [ recovery-image] Oct 30 14:08:16.360 INFO O| Oct 30 14:08:16.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7474 | 2024-10-30T14:08:17.049Z | [ recovery-image] Oct 30 14:08:16.360 INFO O| Oct 30 14:08:16.360 INFO STEP 1087 (remove_files) COMPLETE |
7475 | 2024-10-30T14:08:17.052Z | [ recovery-image] Oct 30 14:08:16.360 INFO O| Oct 30 14:08:16.360 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-10-30T14:08:17.060Z | [ recovery-image] Oct 30 14:08:16.370 INFO O| Oct 30 14:08:16.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7477 | 2024-10-30T14:08:17.060Z | [ recovery-image] Oct 30 14:08:16.370 INFO O| Oct 30 14:08:16.370 INFO STEP 1088 (remove_files) COMPLETE |
7478 | 2024-10-30T14:08:17.062Z | [ recovery-image] Oct 30 14:08:16.370 INFO O| Oct 30 14:08:16.370 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-10-30T14:08:17.070Z | [ recovery-image] Oct 30 14:08:16.381 INFO O| Oct 30 14:08:16.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7480 | 2024-10-30T14:08:17.070Z | [ recovery-image] Oct 30 14:08:16.381 INFO O| Oct 30 14:08:16.381 INFO STEP 1089 (remove_files) COMPLETE |
7481 | 2024-10-30T14:08:17.070Z | [ recovery-image] Oct 30 14:08:16.381 INFO O| Oct 30 14:08:16.381 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-10-30T14:08:17.080Z | [ recovery-image] Oct 30 14:08:16.391 INFO O| Oct 30 14:08:16.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7483 | 2024-10-30T14:08:17.083Z | [ recovery-image] Oct 30 14:08:16.391 INFO O| Oct 30 14:08:16.391 INFO STEP 1090 (remove_files) COMPLETE |
7484 | 2024-10-30T14:08:17.083Z | [ recovery-image] Oct 30 14:08:16.391 INFO O| Oct 30 14:08:16.391 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-10-30T14:08:17.091Z | [ recovery-image] Oct 30 14:08:16.401 INFO O| Oct 30 14:08:16.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7486 | 2024-10-30T14:08:17.091Z | [ recovery-image] Oct 30 14:08:16.401 INFO O| Oct 30 14:08:16.401 INFO STEP 1091 (remove_files) COMPLETE |
7487 | 2024-10-30T14:08:17.091Z | [ recovery-image] Oct 30 14:08:16.401 INFO O| Oct 30 14:08:16.401 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-10-30T14:08:17.101Z | [ recovery-image] Oct 30 14:08:16.412 INFO O| Oct 30 14:08:16.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7489 | 2024-10-30T14:08:17.101Z | [ recovery-image] Oct 30 14:08:16.412 INFO O| Oct 30 14:08:16.412 INFO STEP 1092 (remove_files) COMPLETE |
7490 | 2024-10-30T14:08:17.104Z | [ recovery-image] Oct 30 14:08:16.412 INFO O| Oct 30 14:08:16.412 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-10-30T14:08:17.111Z | [ recovery-image] Oct 30 14:08:16.422 INFO O| Oct 30 14:08:16.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7492 | 2024-10-30T14:08:17.111Z | [ recovery-image] Oct 30 14:08:16.422 INFO O| Oct 30 14:08:16.422 INFO STEP 1093 (remove_files) COMPLETE |
7493 | 2024-10-30T14:08:17.111Z | [ recovery-image] Oct 30 14:08:16.422 INFO O| Oct 30 14:08:16.422 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-10-30T14:08:17.123Z | [ recovery-image] Oct 30 14:08:16.432 INFO O| Oct 30 14:08:16.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7495 | 2024-10-30T14:08:17.126Z | [ recovery-image] Oct 30 14:08:16.432 INFO O| Oct 30 14:08:16.432 INFO STEP 1094 (remove_files) COMPLETE |
7496 | 2024-10-30T14:08:17.127Z | [ recovery-image] Oct 30 14:08:16.432 INFO O| Oct 30 14:08:16.432 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-10-30T14:08:17.133Z | [ recovery-image] Oct 30 14:08:16.443 INFO O| Oct 30 14:08:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7498 | 2024-10-30T14:08:17.133Z | [ recovery-image] Oct 30 14:08:16.443 INFO O| Oct 30 14:08:16.443 INFO STEP 1095 (remove_files) COMPLETE |
7499 | 2024-10-30T14:08:17.139Z | [ recovery-image] Oct 30 14:08:16.443 INFO O| Oct 30 14:08:16.443 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-10-30T14:08:17.142Z | [ recovery-image] Oct 30 14:08:16.453 INFO O| Oct 30 14:08:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7501 | 2024-10-30T14:08:17.143Z | [ recovery-image] Oct 30 14:08:16.453 INFO O| Oct 30 14:08:16.453 INFO STEP 1096 (remove_files) COMPLETE |
7502 | 2024-10-30T14:08:17.143Z | [ recovery-image] Oct 30 14:08:16.453 INFO O| Oct 30 14:08:16.453 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-10-30T14:08:17.153Z | [ recovery-image] Oct 30 14:08:16.463 INFO O| Oct 30 14:08:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7504 | 2024-10-30T14:08:17.153Z | [ recovery-image] Oct 30 14:08:16.463 INFO O| Oct 30 14:08:16.463 INFO STEP 1097 (remove_files) COMPLETE |
7505 | 2024-10-30T14:08:17.156Z | [ recovery-image] Oct 30 14:08:16.463 INFO O| Oct 30 14:08:16.463 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-10-30T14:08:17.163Z | [ recovery-image] Oct 30 14:08:16.474 INFO O| Oct 30 14:08:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7507 | 2024-10-30T14:08:17.163Z | [ recovery-image] Oct 30 14:08:16.474 INFO O| Oct 30 14:08:16.474 INFO STEP 1098 (remove_files) COMPLETE |
7508 | 2024-10-30T14:08:17.166Z | [ recovery-image] Oct 30 14:08:16.474 INFO O| Oct 30 14:08:16.474 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-10-30T14:08:17.173Z | [ recovery-image] Oct 30 14:08:16.484 INFO O| Oct 30 14:08:16.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7510 | 2024-10-30T14:08:17.173Z | [ recovery-image] Oct 30 14:08:16.484 INFO O| Oct 30 14:08:16.484 INFO STEP 1099 (remove_files) COMPLETE |
7511 | 2024-10-30T14:08:17.173Z | [ recovery-image] Oct 30 14:08:16.484 INFO O| Oct 30 14:08:16.484 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-10-30T14:08:17.183Z | [ recovery-image] Oct 30 14:08:16.494 INFO O| Oct 30 14:08:16.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7513 | 2024-10-30T14:08:17.183Z | [ recovery-image] Oct 30 14:08:16.494 INFO O| Oct 30 14:08:16.494 INFO STEP 1100 (remove_files) COMPLETE |
7514 | 2024-10-30T14:08:17.184Z | [ recovery-image] Oct 30 14:08:16.494 INFO O| Oct 30 14:08:16.494 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-10-30T14:08:17.195Z | [ recovery-image] Oct 30 14:08:16.505 INFO O| Oct 30 14:08:16.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7516 | 2024-10-30T14:08:17.195Z | [ recovery-image] Oct 30 14:08:16.505 INFO O| Oct 30 14:08:16.505 INFO STEP 1101 (remove_files) COMPLETE |
7517 | 2024-10-30T14:08:17.197Z | [ recovery-image] Oct 30 14:08:16.505 INFO O| Oct 30 14:08:16.505 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-10-30T14:08:17.204Z | [ recovery-image] Oct 30 14:08:16.515 INFO O| Oct 30 14:08:16.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7519 | 2024-10-30T14:08:17.204Z | [ recovery-image] Oct 30 14:08:16.515 INFO O| Oct 30 14:08:16.515 INFO STEP 1102 (remove_files) COMPLETE |
7520 | 2024-10-30T14:08:17.204Z | [ recovery-image] Oct 30 14:08:16.515 INFO O| Oct 30 14:08:16.515 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-10-30T14:08:17.217Z | [ recovery-image] Oct 30 14:08:16.528 INFO O| Oct 30 14:08:16.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7522 | 2024-10-30T14:08:17.217Z | [ recovery-image] Oct 30 14:08:16.528 INFO O| Oct 30 14:08:16.528 INFO STEP 1103 (remove_files) COMPLETE |
7523 | 2024-10-30T14:08:17.220Z | [ recovery-image] Oct 30 14:08:16.528 INFO O| Oct 30 14:08:16.528 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-10-30T14:08:17.230Z | [ recovery-image] Oct 30 14:08:16.540 INFO O| Oct 30 14:08:16.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7525 | 2024-10-30T14:08:17.232Z | [ recovery-image] Oct 30 14:08:16.540 INFO O| Oct 30 14:08:16.540 INFO STEP 1104 (remove_files) COMPLETE |
7526 | 2024-10-30T14:08:17.232Z | [ recovery-image] Oct 30 14:08:16.540 INFO O| Oct 30 14:08:16.540 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-10-30T14:08:17.240Z | [ recovery-image] Oct 30 14:08:16.551 INFO O| Oct 30 14:08:16.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7528 | 2024-10-30T14:08:17.240Z | [ recovery-image] Oct 30 14:08:16.551 INFO O| Oct 30 14:08:16.551 INFO STEP 1105 (remove_files) COMPLETE |
7529 | 2024-10-30T14:08:17.243Z | [ recovery-image] Oct 30 14:08:16.551 INFO O| Oct 30 14:08:16.551 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-10-30T14:08:17.253Z | [ recovery-image] Oct 30 14:08:16.564 INFO O| Oct 30 14:08:16.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7531 | 2024-10-30T14:08:17.253Z | [ recovery-image] Oct 30 14:08:16.564 INFO O| Oct 30 14:08:16.564 INFO STEP 1106 (remove_files) COMPLETE |
7532 | 2024-10-30T14:08:17.256Z | [ recovery-image] Oct 30 14:08:16.564 INFO O| Oct 30 14:08:16.564 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-10-30T14:08:17.266Z | [ recovery-image] Oct 30 14:08:16.577 INFO O| Oct 30 14:08:16.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7534 | 2024-10-30T14:08:17.266Z | [ recovery-image] Oct 30 14:08:16.577 INFO O| Oct 30 14:08:16.577 INFO STEP 1107 (remove_files) COMPLETE |
7535 | 2024-10-30T14:08:17.266Z | [ recovery-image] Oct 30 14:08:16.577 INFO O| Oct 30 14:08:16.577 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-10-30T14:08:17.280Z | [ recovery-image] Oct 30 14:08:16.591 INFO O| Oct 30 14:08:16.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7537 | 2024-10-30T14:08:17.280Z | [ recovery-image] Oct 30 14:08:16.591 INFO O| Oct 30 14:08:16.591 INFO STEP 1108 (remove_files) COMPLETE |
7538 | 2024-10-30T14:08:17.280Z | [ recovery-image] Oct 30 14:08:16.591 INFO O| Oct 30 14:08:16.591 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-10-30T14:08:17.292Z | [ recovery-image] Oct 30 14:08:16.602 INFO O| Oct 30 14:08:16.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7540 | 2024-10-30T14:08:17.292Z | [ recovery-image] Oct 30 14:08:16.602 INFO O| Oct 30 14:08:16.602 INFO STEP 1109 (remove_files) COMPLETE |
7541 | 2024-10-30T14:08:17.292Z | [ recovery-image] Oct 30 14:08:16.602 INFO O| Oct 30 14:08:16.602 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-10-30T14:08:17.302Z | [ recovery-image] Oct 30 14:08:16.613 INFO O| Oct 30 14:08:16.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7543 | 2024-10-30T14:08:17.303Z | [ recovery-image] Oct 30 14:08:16.613 INFO O| Oct 30 14:08:16.613 INFO STEP 1110 (remove_files) COMPLETE |
7544 | 2024-10-30T14:08:17.303Z | [ recovery-image] Oct 30 14:08:16.613 INFO O| Oct 30 14:08:16.613 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-10-30T14:08:17.308Z | [ host-image] Oct 30 14:08:16.618 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z |
7546 | 2024-10-30T14:08:17.313Z | [ recovery-image] Oct 30 14:08:16.623 INFO O| Oct 30 14:08:16.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7547 | 2024-10-30T14:08:17.315Z | [ recovery-image] Oct 30 14:08:16.624 INFO O| Oct 30 14:08:16.623 INFO STEP 1111 (remove_files) COMPLETE |
7548 | 2024-10-30T14:08:17.315Z | [ recovery-image] Oct 30 14:08:16.624 INFO O| Oct 30 14:08:16.624 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-10-30T14:08:17.323Z | [ recovery-image] Oct 30 14:08:16.634 INFO O| Oct 30 14:08:16.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7550 | 2024-10-30T14:08:17.323Z | [ recovery-image] Oct 30 14:08:16.634 INFO O| Oct 30 14:08:16.634 INFO STEP 1112 (remove_files) COMPLETE |
7551 | 2024-10-30T14:08:17.326Z | [ recovery-image] Oct 30 14:08:16.634 INFO O| Oct 30 14:08:16.634 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-10-30T14:08:17.333Z | [ recovery-image] Oct 30 14:08:16.644 INFO O| Oct 30 14:08:16.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7553 | 2024-10-30T14:08:17.333Z | [ recovery-image] Oct 30 14:08:16.644 INFO O| Oct 30 14:08:16.644 INFO STEP 1113 (remove_files) COMPLETE |
7554 | 2024-10-30T14:08:17.336Z | [ recovery-image] Oct 30 14:08:16.644 INFO O| Oct 30 14:08:16.644 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-10-30T14:08:17.344Z | [ recovery-image] Oct 30 14:08:16.655 INFO O| Oct 30 14:08:16.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7556 | 2024-10-30T14:08:17.344Z | [ recovery-image] Oct 30 14:08:16.655 INFO O| Oct 30 14:08:16.655 INFO STEP 1114 (remove_files) COMPLETE |
7557 | 2024-10-30T14:08:17.346Z | [ recovery-image] Oct 30 14:08:16.655 INFO O| Oct 30 14:08:16.655 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-10-30T14:08:17.354Z | [ recovery-image] Oct 30 14:08:16.665 INFO O| Oct 30 14:08:16.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7559 | 2024-10-30T14:08:17.354Z | [ recovery-image] Oct 30 14:08:16.665 INFO O| Oct 30 14:08:16.665 INFO STEP 1115 (remove_files) COMPLETE |
7560 | 2024-10-30T14:08:17.357Z | [ recovery-image] Oct 30 14:08:16.665 INFO O| Oct 30 14:08:16.665 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-10-30T14:08:17.365Z | [ recovery-image] Oct 30 14:08:16.676 INFO O| Oct 30 14:08:16.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7562 | 2024-10-30T14:08:17.367Z | [ recovery-image] Oct 30 14:08:16.676 INFO O| Oct 30 14:08:16.676 INFO STEP 1116 (remove_files) COMPLETE |
7563 | 2024-10-30T14:08:17.367Z | [ recovery-image] Oct 30 14:08:16.676 INFO O| Oct 30 14:08:16.676 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-10-30T14:08:17.375Z | [ recovery-image] Oct 30 14:08:16.686 INFO O| Oct 30 14:08:16.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7565 | 2024-10-30T14:08:17.375Z | [ recovery-image] Oct 30 14:08:16.686 INFO O| Oct 30 14:08:16.686 INFO STEP 1117 (remove_files) COMPLETE |
7566 | 2024-10-30T14:08:17.379Z | [ recovery-image] Oct 30 14:08:16.686 INFO O| Oct 30 14:08:16.686 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-10-30T14:08:17.386Z | [ recovery-image] Oct 30 14:08:16.697 INFO O| Oct 30 14:08:16.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7568 | 2024-10-30T14:08:17.386Z | [ recovery-image] Oct 30 14:08:16.697 INFO O| Oct 30 14:08:16.697 INFO STEP 1118 (remove_files) COMPLETE |
7569 | 2024-10-30T14:08:17.386Z | [ recovery-image] Oct 30 14:08:16.697 INFO O| Oct 30 14:08:16.697 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-10-30T14:08:17.396Z | [ recovery-image] Oct 30 14:08:16.707 INFO O| Oct 30 14:08:16.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7571 | 2024-10-30T14:08:17.396Z | [ recovery-image] Oct 30 14:08:16.707 INFO O| Oct 30 14:08:16.707 INFO STEP 1119 (remove_files) COMPLETE |
7572 | 2024-10-30T14:08:17.399Z | [ recovery-image] Oct 30 14:08:16.707 INFO O| Oct 30 14:08:16.707 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-10-30T14:08:17.406Z | [ recovery-image] Oct 30 14:08:16.717 INFO O| Oct 30 14:08:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7574 | 2024-10-30T14:08:17.409Z | [ recovery-image] Oct 30 14:08:16.717 INFO O| Oct 30 14:08:16.717 INFO STEP 1120 (remove_files) COMPLETE |
7575 | 2024-10-30T14:08:17.409Z | [ recovery-image] Oct 30 14:08:16.717 INFO O| Oct 30 14:08:16.717 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-10-30T14:08:17.416Z | [ recovery-image] Oct 30 14:08:16.727 INFO O| Oct 30 14:08:16.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7577 | 2024-10-30T14:08:17.416Z | [ recovery-image] Oct 30 14:08:16.727 INFO O| Oct 30 14:08:16.727 INFO STEP 1121 (remove_files) COMPLETE |
7578 | 2024-10-30T14:08:17.419Z | [ recovery-image] Oct 30 14:08:16.727 INFO O| Oct 30 14:08:16.727 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-10-30T14:08:17.427Z | [ recovery-image] Oct 30 14:08:16.738 INFO O| Oct 30 14:08:16.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7580 | 2024-10-30T14:08:17.427Z | [ recovery-image] Oct 30 14:08:16.738 INFO O| Oct 30 14:08:16.738 INFO STEP 1122 (remove_files) COMPLETE |
7581 | 2024-10-30T14:08:17.430Z | [ recovery-image] Oct 30 14:08:16.738 INFO O| Oct 30 14:08:16.738 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-10-30T14:08:17.437Z | [ recovery-image] Oct 30 14:08:16.748 INFO O| Oct 30 14:08:16.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7583 | 2024-10-30T14:08:17.437Z | [ recovery-image] Oct 30 14:08:16.748 INFO O| Oct 30 14:08:16.748 INFO STEP 1123 (remove_files) COMPLETE |
7584 | 2024-10-30T14:08:17.440Z | [ recovery-image] Oct 30 14:08:16.748 INFO O| Oct 30 14:08:16.748 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-10-30T14:08:17.447Z | [ recovery-image] Oct 30 14:08:16.758 INFO O| Oct 30 14:08:16.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7586 | 2024-10-30T14:08:17.447Z | [ recovery-image] Oct 30 14:08:16.758 INFO O| Oct 30 14:08:16.758 INFO STEP 1124 (remove_files) COMPLETE |
7587 | 2024-10-30T14:08:17.451Z | [ recovery-image] Oct 30 14:08:16.758 INFO O| Oct 30 14:08:16.758 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-10-30T14:08:17.457Z | [ recovery-image] Oct 30 14:08:16.768 INFO O| Oct 30 14:08:16.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7589 | 2024-10-30T14:08:17.460Z | [ recovery-image] Oct 30 14:08:16.768 INFO O| Oct 30 14:08:16.768 INFO STEP 1125 (remove_files) COMPLETE |
7590 | 2024-10-30T14:08:17.460Z | [ recovery-image] Oct 30 14:08:16.768 INFO O| Oct 30 14:08:16.768 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-10-30T14:08:17.468Z | [ recovery-image] Oct 30 14:08:16.778 INFO O| Oct 30 14:08:16.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7592 | 2024-10-30T14:08:17.468Z | [ recovery-image] Oct 30 14:08:16.778 INFO O| Oct 30 14:08:16.778 INFO STEP 1126 (remove_files) COMPLETE |
7593 | 2024-10-30T14:08:17.468Z | [ recovery-image] Oct 30 14:08:16.778 INFO O| Oct 30 14:08:16.778 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-10-30T14:08:17.478Z | [ recovery-image] Oct 30 14:08:16.788 INFO O| Oct 30 14:08:16.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7595 | 2024-10-30T14:08:17.478Z | [ recovery-image] Oct 30 14:08:16.789 INFO O| Oct 30 14:08:16.789 INFO STEP 1127 (remove_files) COMPLETE |
7596 | 2024-10-30T14:08:17.480Z | [ recovery-image] Oct 30 14:08:16.789 INFO O| Oct 30 14:08:16.789 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-10-30T14:08:17.489Z | [ recovery-image] Oct 30 14:08:16.799 INFO O| Oct 30 14:08:16.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7598 | 2024-10-30T14:08:17.489Z | [ recovery-image] Oct 30 14:08:16.799 INFO O| Oct 30 14:08:16.799 INFO STEP 1128 (remove_files) COMPLETE |
7599 | 2024-10-30T14:08:17.489Z | [ recovery-image] Oct 30 14:08:16.799 INFO O| Oct 30 14:08:16.799 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-10-30T14:08:17.499Z | [ recovery-image] Oct 30 14:08:16.809 INFO O| Oct 30 14:08:16.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7601 | 2024-10-30T14:08:17.502Z | [ recovery-image] Oct 30 14:08:16.810 INFO O| Oct 30 14:08:16.809 INFO STEP 1129 (remove_files) COMPLETE |
7602 | 2024-10-30T14:08:17.502Z | [ recovery-image] Oct 30 14:08:16.810 INFO O| Oct 30 14:08:16.809 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-10-30T14:08:17.509Z | [ recovery-image] Oct 30 14:08:16.820 INFO O| Oct 30 14:08:16.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7604 | 2024-10-30T14:08:17.512Z | [ recovery-image] Oct 30 14:08:16.820 INFO O| Oct 30 14:08:16.820 INFO STEP 1130 (remove_files) COMPLETE |
7605 | 2024-10-30T14:08:17.512Z | [ recovery-image] Oct 30 14:08:16.820 INFO O| Oct 30 14:08:16.820 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-10-30T14:08:17.521Z | [ recovery-image] Oct 30 14:08:16.831 INFO O| Oct 30 14:08:16.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7607 | 2024-10-30T14:08:17.521Z | [ recovery-image] Oct 30 14:08:16.831 INFO O| Oct 30 14:08:16.831 INFO STEP 1131 (remove_files) COMPLETE |
7608 | 2024-10-30T14:08:17.523Z | [ recovery-image] Oct 30 14:08:16.832 INFO O| Oct 30 14:08:16.831 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-10-30T14:08:17.532Z | [ recovery-image] Oct 30 14:08:16.842 INFO O| Oct 30 14:08:16.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7610 | 2024-10-30T14:08:17.532Z | [ recovery-image] Oct 30 14:08:16.842 INFO O| Oct 30 14:08:16.842 INFO STEP 1132 (remove_files) COMPLETE |
7611 | 2024-10-30T14:08:17.532Z | [ recovery-image] Oct 30 14:08:16.842 INFO O| Oct 30 14:08:16.842 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-10-30T14:08:17.543Z | [ recovery-image] Oct 30 14:08:16.854 INFO O| Oct 30 14:08:16.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7613 | 2024-10-30T14:08:17.546Z | [ recovery-image] Oct 30 14:08:16.854 INFO O| Oct 30 14:08:16.854 INFO STEP 1133 (remove_files) COMPLETE |
7614 | 2024-10-30T14:08:17.547Z | [ recovery-image] Oct 30 14:08:16.854 INFO O| Oct 30 14:08:16.854 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-10-30T14:08:17.554Z | [ recovery-image] Oct 30 14:08:16.864 INFO O| Oct 30 14:08:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7616 | 2024-10-30T14:08:17.554Z | [ recovery-image] Oct 30 14:08:16.864 INFO O| Oct 30 14:08:16.864 INFO STEP 1134 (remove_files) COMPLETE |
7617 | 2024-10-30T14:08:17.556Z | [ recovery-image] Oct 30 14:08:16.864 INFO O| Oct 30 14:08:16.864 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-10-30T14:08:17.564Z | [ recovery-image] Oct 30 14:08:16.875 INFO O| Oct 30 14:08:16.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7619 | 2024-10-30T14:08:17.564Z | [ recovery-image] Oct 30 14:08:16.875 INFO O| Oct 30 14:08:16.875 INFO STEP 1135 (remove_files) COMPLETE |
7620 | 2024-10-30T14:08:17.564Z | [ recovery-image] Oct 30 14:08:16.875 INFO O| Oct 30 14:08:16.875 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-10-30T14:08:17.575Z | [ recovery-image] Oct 30 14:08:16.885 INFO O| Oct 30 14:08:16.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7622 | 2024-10-30T14:08:17.575Z | [ recovery-image] Oct 30 14:08:16.885 INFO O| Oct 30 14:08:16.885 INFO STEP 1136 (remove_files) COMPLETE |
7623 | 2024-10-30T14:08:17.577Z | [ recovery-image] Oct 30 14:08:16.885 INFO O| Oct 30 14:08:16.885 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-10-30T14:08:17.585Z | [ recovery-image] Oct 30 14:08:16.896 INFO O| Oct 30 14:08:16.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7625 | 2024-10-30T14:08:17.586Z | [ recovery-image] Oct 30 14:08:16.896 INFO O| Oct 30 14:08:16.896 INFO STEP 1137 (remove_files) COMPLETE |
7626 | 2024-10-30T14:08:17.588Z | [ recovery-image] Oct 30 14:08:16.896 INFO O| Oct 30 14:08:16.896 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-10-30T14:08:17.597Z | [ recovery-image] Oct 30 14:08:16.907 INFO O| Oct 30 14:08:16.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7628 | 2024-10-30T14:08:17.597Z | [ recovery-image] Oct 30 14:08:16.907 INFO O| Oct 30 14:08:16.907 INFO STEP 1138 (remove_files) COMPLETE |
7629 | 2024-10-30T14:08:17.597Z | [ recovery-image] Oct 30 14:08:16.907 INFO O| Oct 30 14:08:16.907 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-10-30T14:08:17.607Z | [ recovery-image] Oct 30 14:08:16.918 INFO O| Oct 30 14:08:16.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7631 | 2024-10-30T14:08:17.607Z | [ recovery-image] Oct 30 14:08:16.918 INFO O| Oct 30 14:08:16.918 INFO STEP 1139 (remove_files) COMPLETE |
7632 | 2024-10-30T14:08:17.607Z | [ recovery-image] Oct 30 14:08:16.918 INFO O| Oct 30 14:08:16.918 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-10-30T14:08:17.618Z | [ recovery-image] Oct 30 14:08:16.928 INFO O| Oct 30 14:08:16.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7634 | 2024-10-30T14:08:17.620Z | [ recovery-image] Oct 30 14:08:16.928 INFO O| Oct 30 14:08:16.928 INFO STEP 1140 (remove_files) COMPLETE |
7635 | 2024-10-30T14:08:17.621Z | [ recovery-image] Oct 30 14:08:16.928 INFO O| Oct 30 14:08:16.928 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-10-30T14:08:17.630Z | [ recovery-image] Oct 30 14:08:16.940 INFO O| Oct 30 14:08:16.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7637 | 2024-10-30T14:08:17.630Z | [ recovery-image] Oct 30 14:08:16.940 INFO O| Oct 30 14:08:16.940 INFO STEP 1141 (remove_files) COMPLETE |
7638 | 2024-10-30T14:08:17.630Z | [ recovery-image] Oct 30 14:08:16.940 INFO O| Oct 30 14:08:16.940 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-10-30T14:08:17.643Z | [ recovery-image] Oct 30 14:08:16.953 INFO O| Oct 30 14:08:16.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7640 | 2024-10-30T14:08:17.643Z | [ recovery-image] Oct 30 14:08:16.953 INFO O| Oct 30 14:08:16.953 INFO STEP 1142 (remove_files) COMPLETE |
7641 | 2024-10-30T14:08:17.643Z | [ recovery-image] Oct 30 14:08:16.953 INFO O| Oct 30 14:08:16.953 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-10-30T14:08:17.655Z | [ recovery-image] Oct 30 14:08:16.965 INFO O| Oct 30 14:08:16.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7643 | 2024-10-30T14:08:17.655Z | [ recovery-image] Oct 30 14:08:16.965 INFO O| Oct 30 14:08:16.965 INFO STEP 1143 (remove_files) COMPLETE |
7644 | 2024-10-30T14:08:17.658Z | [ recovery-image] Oct 30 14:08:16.965 INFO O| Oct 30 14:08:16.965 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-10-30T14:08:17.666Z | [ recovery-image] Oct 30 14:08:16.976 INFO O| Oct 30 14:08:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7646 | 2024-10-30T14:08:17.666Z | [ recovery-image] Oct 30 14:08:16.977 INFO O| Oct 30 14:08:16.977 INFO STEP 1144 (remove_files) COMPLETE |
7647 | 2024-10-30T14:08:17.669Z | [ recovery-image] Oct 30 14:08:16.977 INFO O| Oct 30 14:08:16.977 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-10-30T14:08:17.677Z | [ recovery-image] Oct 30 14:08:16.987 INFO O| Oct 30 14:08:16.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7649 | 2024-10-30T14:08:17.677Z | [ recovery-image] Oct 30 14:08:16.988 INFO O| Oct 30 14:08:16.987 INFO STEP 1145 (remove_files) COMPLETE |
7650 | 2024-10-30T14:08:17.680Z | [ recovery-image] Oct 30 14:08:16.988 INFO O| Oct 30 14:08:16.988 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-10-30T14:08:17.688Z | [ recovery-image] Oct 30 14:08:16.999 INFO O| Oct 30 14:08:16.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7652 | 2024-10-30T14:08:17.688Z | [ recovery-image] Oct 30 14:08:16.999 INFO O| Oct 30 14:08:16.999 INFO STEP 1146 (remove_files) COMPLETE |
7653 | 2024-10-30T14:08:17.691Z | [ recovery-image] Oct 30 14:08:16.999 INFO O| Oct 30 14:08:16.999 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-10-30T14:08:17.700Z | [ recovery-image] Oct 30 14:08:17.010 INFO O| Oct 30 14:08:17.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7655 | 2024-10-30T14:08:17.700Z | [ recovery-image] Oct 30 14:08:17.011 INFO O| Oct 30 14:08:17.011 INFO STEP 1147 (remove_files) COMPLETE |
7656 | 2024-10-30T14:08:17.703Z | [ recovery-image] Oct 30 14:08:17.011 INFO O| Oct 30 14:08:17.011 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-10-30T14:08:17.711Z | [ recovery-image] Oct 30 14:08:17.022 INFO O| Oct 30 14:08:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7658 | 2024-10-30T14:08:17.711Z | [ recovery-image] Oct 30 14:08:17.022 INFO O| Oct 30 14:08:17.022 INFO STEP 1148 (remove_files) COMPLETE |
7659 | 2024-10-30T14:08:17.714Z | [ recovery-image] Oct 30 14:08:17.022 INFO O| Oct 30 14:08:17.022 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-10-30T14:08:17.723Z | [ recovery-image] Oct 30 14:08:17.034 INFO O| Oct 30 14:08:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7661 | 2024-10-30T14:08:17.723Z | [ recovery-image] Oct 30 14:08:17.034 INFO O| Oct 30 14:08:17.034 INFO STEP 1149 (remove_files) COMPLETE |
7662 | 2024-10-30T14:08:17.726Z | [ recovery-image] Oct 30 14:08:17.034 INFO O| Oct 30 14:08:17.034 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-10-30T14:08:17.735Z | [ recovery-image] Oct 30 14:08:17.045 INFO O| Oct 30 14:08:17.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7664 | 2024-10-30T14:08:17.735Z | [ recovery-image] Oct 30 14:08:17.045 INFO O| Oct 30 14:08:17.045 INFO STEP 1150 (remove_files) COMPLETE |
7665 | 2024-10-30T14:08:17.735Z | [ recovery-image] Oct 30 14:08:17.045 INFO O| Oct 30 14:08:17.045 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-10-30T14:08:17.746Z | [ recovery-image] Oct 30 14:08:17.056 INFO O| Oct 30 14:08:17.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7667 | 2024-10-30T14:08:17.746Z | [ recovery-image] Oct 30 14:08:17.056 INFO O| Oct 30 14:08:17.056 INFO STEP 1151 (remove_files) COMPLETE |
7668 | 2024-10-30T14:08:17.748Z | [ recovery-image] Oct 30 14:08:17.056 INFO O| Oct 30 14:08:17.056 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-10-30T14:08:17.757Z | [ recovery-image] Oct 30 14:08:17.067 INFO O| Oct 30 14:08:17.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7670 | 2024-10-30T14:08:17.757Z | [ recovery-image] Oct 30 14:08:17.067 INFO O| Oct 30 14:08:17.067 INFO STEP 1152 (remove_files) COMPLETE |
7671 | 2024-10-30T14:08:17.757Z | [ recovery-image] Oct 30 14:08:17.067 INFO O| Oct 30 14:08:17.067 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-10-30T14:08:17.769Z | [ recovery-image] Oct 30 14:08:17.080 INFO O| Oct 30 14:08:17.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7673 | 2024-10-30T14:08:17.769Z | [ recovery-image] Oct 30 14:08:17.080 INFO O| Oct 30 14:08:17.080 INFO STEP 1153 (remove_files) COMPLETE |
7674 | 2024-10-30T14:08:17.772Z | [ recovery-image] Oct 30 14:08:17.080 INFO O| Oct 30 14:08:17.080 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-10-30T14:08:17.779Z | [ recovery-image] Oct 30 14:08:17.090 INFO O| Oct 30 14:08:17.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7676 | 2024-10-30T14:08:17.779Z | [ recovery-image] Oct 30 14:08:17.090 INFO O| Oct 30 14:08:17.090 INFO STEP 1154 (remove_files) COMPLETE |
7677 | 2024-10-30T14:08:17.782Z | [ recovery-image] Oct 30 14:08:17.090 INFO O| Oct 30 14:08:17.090 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-10-30T14:08:17.790Z | [ recovery-image] Oct 30 14:08:17.100 INFO O| Oct 30 14:08:17.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7679 | 2024-10-30T14:08:17.790Z | [ recovery-image] Oct 30 14:08:17.101 INFO O| Oct 30 14:08:17.100 INFO STEP 1155 (remove_files) COMPLETE |
7680 | 2024-10-30T14:08:17.790Z | [ recovery-image] Oct 30 14:08:17.101 INFO O| Oct 30 14:08:17.101 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-10-30T14:08:17.803Z | [ recovery-image] Oct 30 14:08:17.114 INFO O| Oct 30 14:08:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7682 | 2024-10-30T14:08:17.803Z | [ recovery-image] Oct 30 14:08:17.114 INFO O| Oct 30 14:08:17.114 INFO STEP 1156 (remove_files) COMPLETE |
7683 | 2024-10-30T14:08:17.806Z | [ recovery-image] Oct 30 14:08:17.114 INFO O| Oct 30 14:08:17.114 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-10-30T14:08:17.815Z | [ recovery-image] Oct 30 14:08:17.126 INFO O| Oct 30 14:08:17.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7685 | 2024-10-30T14:08:17.815Z | [ recovery-image] Oct 30 14:08:17.126 INFO O| Oct 30 14:08:17.126 INFO STEP 1157 (remove_files) COMPLETE |
7686 | 2024-10-30T14:08:17.818Z | [ recovery-image] Oct 30 14:08:17.126 INFO O| Oct 30 14:08:17.126 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-10-30T14:08:17.826Z | [ recovery-image] Oct 30 14:08:17.136 INFO O| Oct 30 14:08:17.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7688 | 2024-10-30T14:08:17.826Z | [ recovery-image] Oct 30 14:08:17.136 INFO O| Oct 30 14:08:17.136 INFO STEP 1158 (remove_files) COMPLETE |
7689 | 2024-10-30T14:08:17.826Z | [ recovery-image] Oct 30 14:08:17.136 INFO O| Oct 30 14:08:17.136 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-10-30T14:08:17.836Z | [ recovery-image] Oct 30 14:08:17.146 INFO O| Oct 30 14:08:17.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7691 | 2024-10-30T14:08:17.836Z | [ recovery-image] Oct 30 14:08:17.147 INFO O| Oct 30 14:08:17.146 INFO STEP 1159 (remove_files) COMPLETE |
7692 | 2024-10-30T14:08:17.836Z | [ recovery-image] Oct 30 14:08:17.147 INFO O| Oct 30 14:08:17.147 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-10-30T14:08:17.848Z | [ recovery-image] Oct 30 14:08:17.159 INFO O| Oct 30 14:08:17.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7694 | 2024-10-30T14:08:17.848Z | [ recovery-image] Oct 30 14:08:17.159 INFO O| Oct 30 14:08:17.159 INFO STEP 1160 (remove_files) COMPLETE |
7695 | 2024-10-30T14:08:17.848Z | [ recovery-image] Oct 30 14:08:17.159 INFO O| Oct 30 14:08:17.159 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-10-30T14:08:17.860Z | [ recovery-image] Oct 30 14:08:17.170 INFO O| Oct 30 14:08:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7697 | 2024-10-30T14:08:17.860Z | [ recovery-image] Oct 30 14:08:17.171 INFO O| Oct 30 14:08:17.171 INFO STEP 1161 (remove_files) COMPLETE |
7698 | 2024-10-30T14:08:17.865Z | [ recovery-image] Oct 30 14:08:17.171 INFO O| Oct 30 14:08:17.171 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-10-30T14:08:17.872Z | [ recovery-image] Oct 30 14:08:17.182 INFO O| Oct 30 14:08:17.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7700 | 2024-10-30T14:08:17.874Z | [ recovery-image] Oct 30 14:08:17.182 INFO O| Oct 30 14:08:17.182 INFO STEP 1162 (remove_files) COMPLETE |
7701 | 2024-10-30T14:08:17.874Z | [ recovery-image] Oct 30 14:08:17.182 INFO O| Oct 30 14:08:17.182 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-10-30T14:08:17.884Z | [ recovery-image] Oct 30 14:08:17.194 INFO O| Oct 30 14:08:17.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7703 | 2024-10-30T14:08:17.884Z | [ recovery-image] Oct 30 14:08:17.194 INFO O| Oct 30 14:08:17.194 INFO STEP 1163 (remove_files) COMPLETE |
7704 | 2024-10-30T14:08:17.884Z | [ recovery-image] Oct 30 14:08:17.194 INFO O| Oct 30 14:08:17.194 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-10-30T14:08:17.894Z | [ recovery-image] Oct 30 14:08:17.204 INFO O| Oct 30 14:08:17.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7706 | 2024-10-30T14:08:17.894Z | [ recovery-image] Oct 30 14:08:17.205 INFO O| Oct 30 14:08:17.204 INFO STEP 1164 (remove_files) COMPLETE |
7707 | 2024-10-30T14:08:17.894Z | [ recovery-image] Oct 30 14:08:17.205 INFO O| Oct 30 14:08:17.205 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-10-30T14:08:17.904Z | [ recovery-image] Oct 30 14:08:17.215 INFO O| Oct 30 14:08:17.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7709 | 2024-10-30T14:08:17.905Z | [ recovery-image] Oct 30 14:08:17.215 INFO O| Oct 30 14:08:17.215 INFO STEP 1165 (remove_files) COMPLETE |
7710 | 2024-10-30T14:08:17.905Z | [ recovery-image] Oct 30 14:08:17.215 INFO O| Oct 30 14:08:17.215 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-10-30T14:08:17.917Z | [ recovery-image] Oct 30 14:08:17.227 INFO O| Oct 30 14:08:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7712 | 2024-10-30T14:08:17.917Z | [ recovery-image] Oct 30 14:08:17.227 INFO O| Oct 30 14:08:17.227 INFO STEP 1166 (remove_files) COMPLETE |
7713 | 2024-10-30T14:08:17.919Z | [ recovery-image] Oct 30 14:08:17.227 INFO O| Oct 30 14:08:17.227 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-10-30T14:08:17.930Z | [ recovery-image] Oct 30 14:08:17.241 INFO O| Oct 30 14:08:17.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7715 | 2024-10-30T14:08:17.931Z | [ recovery-image] Oct 30 14:08:17.241 INFO O| Oct 30 14:08:17.241 INFO STEP 1167 (remove_files) COMPLETE |
7716 | 2024-10-30T14:08:17.931Z | [ recovery-image] Oct 30 14:08:17.241 INFO O| Oct 30 14:08:17.241 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-10-30T14:08:17.942Z | [ recovery-image] Oct 30 14:08:17.253 INFO O| Oct 30 14:08:17.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7718 | 2024-10-30T14:08:17.942Z | [ recovery-image] Oct 30 14:08:17.253 INFO O| Oct 30 14:08:17.253 INFO STEP 1168 (remove_files) COMPLETE |
7719 | 2024-10-30T14:08:17.942Z | [ recovery-image] Oct 30 14:08:17.253 INFO O| Oct 30 14:08:17.253 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-10-30T14:08:17.957Z | [ recovery-image] Oct 30 14:08:17.267 INFO O| Oct 30 14:08:17.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7721 | 2024-10-30T14:08:17.957Z | [ recovery-image] Oct 30 14:08:17.267 INFO O| Oct 30 14:08:17.267 INFO STEP 1169 (remove_files) COMPLETE |
7722 | 2024-10-30T14:08:17.960Z | [ recovery-image] Oct 30 14:08:17.267 INFO O| Oct 30 14:08:17.267 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-10-30T14:08:17.968Z | [ recovery-image] Oct 30 14:08:17.277 INFO O| Oct 30 14:08:17.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7724 | 2024-10-30T14:08:17.968Z | [ recovery-image] Oct 30 14:08:17.277 INFO O| Oct 30 14:08:17.277 INFO STEP 1170 (remove_files) COMPLETE |
7725 | 2024-10-30T14:08:17.968Z | [ recovery-image] Oct 30 14:08:17.277 INFO O| Oct 30 14:08:17.277 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-10-30T14:08:17.977Z | [ recovery-image] Oct 30 14:08:17.287 INFO O| Oct 30 14:08:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7727 | 2024-10-30T14:08:17.977Z | [ recovery-image] Oct 30 14:08:17.287 INFO O| Oct 30 14:08:17.287 INFO STEP 1171 (remove_files) COMPLETE |
7728 | 2024-10-30T14:08:17.979Z | [ recovery-image] Oct 30 14:08:17.287 INFO O| Oct 30 14:08:17.287 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-10-30T14:08:17.987Z | [ recovery-image] Oct 30 14:08:17.297 INFO O| Oct 30 14:08:17.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7730 | 2024-10-30T14:08:17.987Z | [ recovery-image] Oct 30 14:08:17.298 INFO O| Oct 30 14:08:17.298 INFO STEP 1172 (remove_files) COMPLETE |
7731 | 2024-10-30T14:08:17.989Z | [ recovery-image] Oct 30 14:08:17.298 INFO O| Oct 30 14:08:17.298 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-10-30T14:08:17.997Z | [ recovery-image] Oct 30 14:08:17.308 INFO O| Oct 30 14:08:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7733 | 2024-10-30T14:08:17.997Z | [ recovery-image] Oct 30 14:08:17.308 INFO O| Oct 30 14:08:17.308 INFO STEP 1173 (remove_files) COMPLETE |
7734 | 2024-10-30T14:08:18.000Z | [ recovery-image] Oct 30 14:08:17.308 INFO O| Oct 30 14:08:17.308 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-10-30T14:08:18.007Z | [ recovery-image] Oct 30 14:08:17.318 INFO O| Oct 30 14:08:17.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7736 | 2024-10-30T14:08:18.007Z | [ recovery-image] Oct 30 14:08:17.318 INFO O| Oct 30 14:08:17.318 INFO STEP 1174 (remove_files) COMPLETE |
7737 | 2024-10-30T14:08:18.010Z | [ recovery-image] Oct 30 14:08:17.318 INFO O| Oct 30 14:08:17.318 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-10-30T14:08:18.018Z | [ recovery-image] Oct 30 14:08:17.328 INFO O| Oct 30 14:08:17.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7739 | 2024-10-30T14:08:18.018Z | [ recovery-image] Oct 30 14:08:17.328 INFO O| Oct 30 14:08:17.328 INFO STEP 1175 (remove_files) COMPLETE |
7740 | 2024-10-30T14:08:18.018Z | [ recovery-image] Oct 30 14:08:17.328 INFO O| Oct 30 14:08:17.328 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-10-30T14:08:18.028Z | [ recovery-image] Oct 30 14:08:17.339 INFO O| Oct 30 14:08:17.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7742 | 2024-10-30T14:08:18.028Z | [ recovery-image] Oct 30 14:08:17.339 INFO O| Oct 30 14:08:17.339 INFO STEP 1176 (remove_files) COMPLETE |
7743 | 2024-10-30T14:08:18.031Z | [ recovery-image] Oct 30 14:08:17.339 INFO O| Oct 30 14:08:17.339 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-10-30T14:08:18.039Z | [ recovery-image] Oct 30 14:08:17.350 INFO O| Oct 30 14:08:17.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7745 | 2024-10-30T14:08:18.039Z | [ recovery-image] Oct 30 14:08:17.350 INFO O| Oct 30 14:08:17.350 INFO STEP 1177 (remove_files) COMPLETE |
7746 | 2024-10-30T14:08:18.042Z | [ recovery-image] Oct 30 14:08:17.350 INFO O| Oct 30 14:08:17.350 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-10-30T14:08:18.050Z | [ recovery-image] Oct 30 14:08:17.360 INFO O| Oct 30 14:08:17.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7748 | 2024-10-30T14:08:18.050Z | [ recovery-image] Oct 30 14:08:17.360 INFO O| Oct 30 14:08:17.360 INFO STEP 1178 (remove_files) COMPLETE |
7749 | 2024-10-30T14:08:18.050Z | [ recovery-image] Oct 30 14:08:17.360 INFO O| Oct 30 14:08:17.360 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-10-30T14:08:18.060Z | [ recovery-image] Oct 30 14:08:17.371 INFO O| Oct 30 14:08:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7751 | 2024-10-30T14:08:18.060Z | [ recovery-image] Oct 30 14:08:17.371 INFO O| Oct 30 14:08:17.371 INFO STEP 1179 (remove_files) COMPLETE |
7752 | 2024-10-30T14:08:18.060Z | [ recovery-image] Oct 30 14:08:17.371 INFO O| Oct 30 14:08:17.371 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-10-30T14:08:18.071Z | [ recovery-image] Oct 30 14:08:17.381 INFO O| Oct 30 14:08:17.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7754 | 2024-10-30T14:08:18.071Z | [ recovery-image] Oct 30 14:08:17.381 INFO O| Oct 30 14:08:17.381 INFO STEP 1180 (remove_files) COMPLETE |
7755 | 2024-10-30T14:08:18.073Z | [ recovery-image] Oct 30 14:08:17.381 INFO O| Oct 30 14:08:17.381 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-10-30T14:08:18.081Z | [ recovery-image] Oct 30 14:08:17.391 INFO O| Oct 30 14:08:17.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7757 | 2024-10-30T14:08:18.081Z | [ recovery-image] Oct 30 14:08:17.392 INFO O| Oct 30 14:08:17.392 INFO STEP 1181 (remove_files) COMPLETE |
7758 | 2024-10-30T14:08:18.081Z | [ recovery-image] Oct 30 14:08:17.392 INFO O| Oct 30 14:08:17.392 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-10-30T14:08:18.091Z | [ recovery-image] Oct 30 14:08:17.402 INFO O| Oct 30 14:08:17.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7760 | 2024-10-30T14:08:18.091Z | [ recovery-image] Oct 30 14:08:17.402 INFO O| Oct 30 14:08:17.402 INFO STEP 1182 (remove_files) COMPLETE |
7761 | 2024-10-30T14:08:18.094Z | [ recovery-image] Oct 30 14:08:17.402 INFO O| Oct 30 14:08:17.402 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-10-30T14:08:18.102Z | [ recovery-image] Oct 30 14:08:17.412 INFO O| Oct 30 14:08:17.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7763 | 2024-10-30T14:08:18.105Z | [ recovery-image] Oct 30 14:08:17.412 INFO O| Oct 30 14:08:17.412 INFO STEP 1183 (remove_files) COMPLETE |
7764 | 2024-10-30T14:08:18.105Z | [ recovery-image] Oct 30 14:08:17.412 INFO O| Oct 30 14:08:17.412 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2024-10-30T14:08:18.112Z | [ recovery-image] Oct 30 14:08:17.422 INFO O| Oct 30 14:08:17.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7766 | 2024-10-30T14:08:18.112Z | [ recovery-image] Oct 30 14:08:17.423 INFO O| Oct 30 14:08:17.423 INFO STEP 1184 (remove_files) COMPLETE |
7767 | 2024-10-30T14:08:18.112Z | [ recovery-image] Oct 30 14:08:17.423 INFO O| Oct 30 14:08:17.423 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2024-10-30T14:08:18.123Z | [ recovery-image] Oct 30 14:08:17.433 INFO O| Oct 30 14:08:17.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7769 | 2024-10-30T14:08:18.123Z | [ recovery-image] Oct 30 14:08:17.433 INFO O| Oct 30 14:08:17.433 INFO STEP 1185 (remove_files) COMPLETE |
7770 | 2024-10-30T14:08:18.123Z | [ recovery-image] Oct 30 14:08:17.433 INFO O| Oct 30 14:08:17.433 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2024-10-30T14:08:18.134Z | [ recovery-image] Oct 30 14:08:17.444 INFO O| Oct 30 14:08:17.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7772 | 2024-10-30T14:08:18.134Z | [ recovery-image] Oct 30 14:08:17.445 INFO O| Oct 30 14:08:17.444 INFO STEP 1186 (remove_files) COMPLETE |
7773 | 2024-10-30T14:08:18.137Z | [ recovery-image] Oct 30 14:08:17.445 INFO O| Oct 30 14:08:17.445 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2024-10-30T14:08:18.145Z | [ recovery-image] Oct 30 14:08:17.456 INFO O| Oct 30 14:08:17.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7775 | 2024-10-30T14:08:18.145Z | [ recovery-image] Oct 30 14:08:17.456 INFO O| Oct 30 14:08:17.456 INFO STEP 1187 (remove_files) COMPLETE |
7776 | 2024-10-30T14:08:18.148Z | [ recovery-image] Oct 30 14:08:17.456 INFO O| Oct 30 14:08:17.456 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2024-10-30T14:08:18.156Z | [ recovery-image] Oct 30 14:08:17.466 INFO O| Oct 30 14:08:17.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7778 | 2024-10-30T14:08:18.156Z | [ recovery-image] Oct 30 14:08:17.467 INFO O| Oct 30 14:08:17.467 INFO STEP 1188 (remove_files) COMPLETE |
7779 | 2024-10-30T14:08:18.156Z | [ recovery-image] Oct 30 14:08:17.467 INFO O| Oct 30 14:08:17.467 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2024-10-30T14:08:18.166Z | [ recovery-image] Oct 30 14:08:17.477 INFO O| Oct 30 14:08:17.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7781 | 2024-10-30T14:08:18.166Z | [ recovery-image] Oct 30 14:08:17.477 INFO O| Oct 30 14:08:17.477 INFO STEP 1189 (remove_files) COMPLETE |
7782 | 2024-10-30T14:08:18.166Z | [ recovery-image] Oct 30 14:08:17.477 INFO O| Oct 30 14:08:17.477 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2024-10-30T14:08:18.176Z | [ recovery-image] Oct 30 14:08:17.487 INFO O| Oct 30 14:08:17.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7784 | 2024-10-30T14:08:18.176Z | [ recovery-image] Oct 30 14:08:17.487 INFO O| Oct 30 14:08:17.487 INFO STEP 1190 (remove_files) COMPLETE |
7785 | 2024-10-30T14:08:18.179Z | [ recovery-image] Oct 30 14:08:17.487 INFO O| Oct 30 14:08:17.487 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2024-10-30T14:08:18.187Z | [ recovery-image] Oct 30 14:08:17.497 INFO O| Oct 30 14:08:17.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7787 | 2024-10-30T14:08:18.187Z | [ recovery-image] Oct 30 14:08:17.497 INFO O| Oct 30 14:08:17.497 INFO STEP 1191 (remove_files) COMPLETE |
7788 | 2024-10-30T14:08:18.189Z | [ recovery-image] Oct 30 14:08:17.497 INFO O| Oct 30 14:08:17.497 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2024-10-30T14:08:18.197Z | [ recovery-image] Oct 30 14:08:17.508 INFO O| Oct 30 14:08:17.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7790 | 2024-10-30T14:08:18.197Z | [ recovery-image] Oct 30 14:08:17.508 INFO O| Oct 30 14:08:17.508 INFO STEP 1192 (remove_files) COMPLETE |
7791 | 2024-10-30T14:08:18.197Z | [ recovery-image] Oct 30 14:08:17.508 INFO O| Oct 30 14:08:17.508 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2024-10-30T14:08:18.207Z | [ recovery-image] Oct 30 14:08:17.518 INFO O| Oct 30 14:08:17.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7793 | 2024-10-30T14:08:18.207Z | [ recovery-image] Oct 30 14:08:17.518 INFO O| Oct 30 14:08:17.518 INFO STEP 1193 (remove_files) COMPLETE |
7794 | 2024-10-30T14:08:18.207Z | [ recovery-image] Oct 30 14:08:17.518 INFO O| Oct 30 14:08:17.518 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2024-10-30T14:08:18.218Z | [ recovery-image] Oct 30 14:08:17.529 INFO O| Oct 30 14:08:17.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7796 | 2024-10-30T14:08:18.218Z | [ recovery-image] Oct 30 14:08:17.529 INFO O| Oct 30 14:08:17.529 INFO STEP 1194 (remove_files) COMPLETE |
7797 | 2024-10-30T14:08:18.218Z | [ recovery-image] Oct 30 14:08:17.529 INFO O| Oct 30 14:08:17.529 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2024-10-30T14:08:18.229Z | [ recovery-image] Oct 30 14:08:17.539 INFO O| Oct 30 14:08:17.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7799 | 2024-10-30T14:08:18.231Z | [ recovery-image] Oct 30 14:08:17.539 INFO O| Oct 30 14:08:17.539 INFO STEP 1195 (remove_files) COMPLETE |
7800 | 2024-10-30T14:08:18.231Z | [ recovery-image] Oct 30 14:08:17.539 INFO O| Oct 30 14:08:17.539 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2024-10-30T14:08:18.239Z | [ recovery-image] Oct 30 14:08:17.549 INFO O| Oct 30 14:08:17.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7802 | 2024-10-30T14:08:18.241Z | [ recovery-image] Oct 30 14:08:17.550 INFO O| Oct 30 14:08:17.550 INFO STEP 1196 (remove_files) COMPLETE |
7803 | 2024-10-30T14:08:18.242Z | [ recovery-image] Oct 30 14:08:17.550 INFO O| Oct 30 14:08:17.550 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-10-30T14:08:18.249Z | [ recovery-image] Oct 30 14:08:17.560 INFO O| Oct 30 14:08:17.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7805 | 2024-10-30T14:08:18.252Z | [ recovery-image] Oct 30 14:08:17.560 INFO O| Oct 30 14:08:17.560 INFO STEP 1197 (remove_files) COMPLETE |
7806 | 2024-10-30T14:08:18.252Z | [ recovery-image] Oct 30 14:08:17.560 INFO O| Oct 30 14:08:17.560 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-10-30T14:08:18.260Z | [ recovery-image] Oct 30 14:08:17.570 INFO O| Oct 30 14:08:17.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7808 | 2024-10-30T14:08:18.260Z | [ recovery-image] Oct 30 14:08:17.570 INFO O| Oct 30 14:08:17.570 INFO STEP 1198 (remove_files) COMPLETE |
7809 | 2024-10-30T14:08:18.260Z | [ recovery-image] Oct 30 14:08:17.570 INFO O| Oct 30 14:08:17.570 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-10-30T14:08:18.271Z | [ recovery-image] Oct 30 14:08:17.581 INFO O| Oct 30 14:08:17.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7811 | 2024-10-30T14:08:18.273Z | [ recovery-image] Oct 30 14:08:17.581 INFO O| Oct 30 14:08:17.581 INFO STEP 1199 (remove_files) COMPLETE |
7812 | 2024-10-30T14:08:18.273Z | [ recovery-image] Oct 30 14:08:17.581 INFO O| Oct 30 14:08:17.581 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-10-30T14:08:18.281Z | [ recovery-image] Oct 30 14:08:17.592 INFO O| Oct 30 14:08:17.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7814 | 2024-10-30T14:08:18.281Z | [ recovery-image] Oct 30 14:08:17.592 INFO O| Oct 30 14:08:17.592 INFO STEP 1200 (remove_files) COMPLETE |
7815 | 2024-10-30T14:08:18.284Z | [ recovery-image] Oct 30 14:08:17.592 INFO O| Oct 30 14:08:17.592 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-10-30T14:08:18.292Z | [ recovery-image] Oct 30 14:08:17.602 INFO O| Oct 30 14:08:17.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7817 | 2024-10-30T14:08:18.292Z | [ recovery-image] Oct 30 14:08:17.602 INFO O| Oct 30 14:08:17.602 INFO STEP 1201 (remove_files) COMPLETE |
7818 | 2024-10-30T14:08:18.294Z | [ recovery-image] Oct 30 14:08:17.602 INFO O| Oct 30 14:08:17.602 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-10-30T14:08:18.302Z | [ recovery-image] Oct 30 14:08:17.612 INFO O| Oct 30 14:08:17.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7820 | 2024-10-30T14:08:18.302Z | [ recovery-image] Oct 30 14:08:17.612 INFO O| Oct 30 14:08:17.612 INFO STEP 1202 (remove_files) COMPLETE |
7821 | 2024-10-30T14:08:18.302Z | [ recovery-image] Oct 30 14:08:17.612 INFO O| Oct 30 14:08:17.612 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-10-30T14:08:18.312Z | [ recovery-image] Oct 30 14:08:17.623 INFO O| Oct 30 14:08:17.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7823 | 2024-10-30T14:08:18.314Z | [ recovery-image] Oct 30 14:08:17.624 INFO O| Oct 30 14:08:17.623 INFO STEP 1203 (remove_files) COMPLETE |
7824 | 2024-10-30T14:08:18.315Z | [ recovery-image] Oct 30 14:08:17.624 INFO O| Oct 30 14:08:17.623 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-10-30T14:08:18.323Z | [ recovery-image] Oct 30 14:08:17.634 INFO O| Oct 30 14:08:17.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7826 | 2024-10-30T14:08:18.323Z | [ recovery-image] Oct 30 14:08:17.634 INFO O| Oct 30 14:08:17.634 INFO STEP 1204 (remove_files) COMPLETE |
7827 | 2024-10-30T14:08:18.326Z | [ recovery-image] Oct 30 14:08:17.634 INFO O| Oct 30 14:08:17.634 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-10-30T14:08:18.334Z | [ recovery-image] Oct 30 14:08:17.645 INFO O| Oct 30 14:08:17.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7829 | 2024-10-30T14:08:18.334Z | [ recovery-image] Oct 30 14:08:17.645 INFO O| Oct 30 14:08:17.645 INFO STEP 1205 (remove_files) COMPLETE |
7830 | 2024-10-30T14:08:18.337Z | [ recovery-image] Oct 30 14:08:17.645 INFO O| Oct 30 14:08:17.645 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7831 | 2024-10-30T14:08:18.350Z | [ recovery-image] Oct 30 14:08:17.661 INFO O| Oct 30 14:08:17.661 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7832 | 2024-10-30T14:08:18.350Z | [ recovery-image] Oct 30 14:08:17.661 INFO O| Oct 30 14:08:17.661 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7833 | 2024-10-30T14:08:19.109Z | [ recovery-image] Oct 30 14:08:18.419 INFO O| Oct 30 14:08:18.419 INFO STEP 1206 (pack_tar) COMPLETE |
7834 | 2024-10-30T14:08:19.109Z | [ recovery-image] Oct 30 14:08:18.419 INFO O| Oct 30 14:08:18.419 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7835 | 2024-10-30T14:08:19.112Z | [ recovery-image] Oct 30 14:08:18.419 INFO O| Oct 30 14:08:18.419 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7836 | 2024-10-30T14:08:19.381Z | [ recovery-image] Oct 30 14:08:18.692 INFO O| Oct 30 14:08:18.691 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7837 | 2024-10-30T14:08:19.453Z | [ recovery-image] Oct 30 14:08:18.764 INFO O| Oct 30 14:08:18.763 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7838 | 2024-10-30T14:08:19.463Z | [ recovery-image] Oct 30 14:08:18.773 INFO image builder template: zfs-recovery... |
7839 | 2024-10-30T14:08:19.463Z | [ recovery-image] Oct 30 14:08:18.773 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/.tmpkhtB9N/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 |
7840 | 2024-10-30T14:08:19.498Z | [ recovery-image] Oct 30 14:08:18.808 INFO O| Oct 30 14:08:18.808 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7841 | 2024-10-30T14:08:19.502Z | [ recovery-image] Oct 30 14:08:18.812 INFO O| Oct 30 14:08:18.812 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7842 | 2024-10-30T14:08:19.583Z | [ recovery-image] Oct 30 14:08:18.892 INFO O| Oct 30 14:08:18.892 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7843 | 2024-10-30T14:08:19.645Z | [ recovery-image] Oct 30 14:08:18.955 INFO O| Oct 30 14:08:18.955 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7844 | 2024-10-30T14:08:19.645Z | [ recovery-image] Oct 30 14:08:18.955 INFO O| Oct 30 14:08:18.955 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7845 | 2024-10-30T14:08:19.651Z | [ recovery-image] Oct 30 14:08:18.961 INFO O| Oct 30 14:08:18.961 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7846 | 2024-10-30T14:08:19.773Z | [ recovery-image] Oct 30 14:08:19.083 INFO O| Oct 30 14:08:19.083 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7847 | 2024-10-30T14:08:19.888Z | [ recovery-image] Oct 30 14:08:19.198 INFO O| Oct 30 14:08:19.198 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7848 | 2024-10-30T14:08:19.899Z | [ recovery-image] Oct 30 14:08:19.210 INFO O| Oct 30 14:08:19.209 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7849 | 2024-10-30T14:08:19.904Z | [ recovery-image] Oct 30 14:08:19.215 INFO O| Oct 30 14:08:19.215 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7850 | 2024-10-30T14:08:19.907Z | [ recovery-image] Oct 30 14:08:19.217 INFO O| Oct 30 14:08:19.217 INFO no lofi found |
7851 | 2024-10-30T14:08:19.907Z | [ recovery-image] Oct 30 14:08:19.217 INFO O| Oct 30 14:08:19.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7852 | 2024-10-30T14:08:19.907Z | [ recovery-image] Oct 30 14:08:19.217 INFO O| Oct 30 14:08:19.217 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7853 | 2024-10-30T14:08:21.701Z | [ recovery-image] Oct 30 14:08:21.011 INFO O| Oct 30 14:08:21.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
7854 | 2024-10-30T14:08:21.701Z | [ recovery-image] Oct 30 14:08:21.011 INFO O| Oct 30 14:08:21.011 INFO pool device = /dev/dsk/c2t1d0p0 |
7855 | 2024-10-30T14:08:21.704Z | [ recovery-image] Oct 30 14:08:21.011 INFO O| Oct 30 14:08:21.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7856 | 2024-10-30T14:08:21.788Z | [ recovery-image] Oct 30 14:08:21.098 INFO O| Oct 30 14:08:21.097 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7857 | 2024-10-30T14:08:21.788Z | [ recovery-image] Oct 30 14:08:21.098 INFO O| Oct 30 14:08:21.098 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7858 | 2024-10-30T14:08:21.810Z | [ recovery-image] Oct 30 14:08:21.120 INFO O| Oct 30 14:08:21.120 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7859 | 2024-10-30T14:08:21.876Z | [ recovery-image] Oct 30 14:08:21.186 INFO O| Oct 30 14:08:21.186 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7860 | 2024-10-30T14:08:21.918Z | [ recovery-image] Oct 30 14:08:21.227 INFO O| Oct 30 14:08:21.227 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7861 | 2024-10-30T14:08:21.934Z | [ recovery-image] Oct 30 14:08:21.244 INFO O| Oct 30 14:08:21.244 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7862 | 2024-10-30T14:08:21.946Z | [ recovery-image] Oct 30 14:08:21.256 INFO O| Oct 30 14:08:21.256 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7863 | 2024-10-30T14:08:22.002Z | [ recovery-image] Oct 30 14:08:21.312 INFO O| Oct 30 14:08:21.312 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7864 | 2024-10-30T14:08:22.005Z | [ recovery-image] Oct 30 14:08:21.313 INFO O| Oct 30 14:08:21.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7865 | 2024-10-30T14:08:22.005Z | [ recovery-image] Oct 30 14:08:21.313 INFO O| Oct 30 14:08:21.313 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7866 | 2024-10-30T14:08:22.017Z | [ recovery-image] Oct 30 14:08:21.327 INFO O| Oct 30 14:08:21.327 INFO boot environment UUID: d0db6a96-4dce-47d8-924d-1d7778e47390 |
7867 | 2024-10-30T14:08:22.019Z | [ recovery-image] Oct 30 14:08:21.327 INFO O| Oct 30 14:08:21.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d0db6a96-4dce-47d8-924d-1d7778e47390 |
7868 | 2024-10-30T14:08:22.029Z | [ recovery-image] Oct 30 14:08:21.339 INFO O| Oct 30 14:08:21.339 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7869 | 2024-10-30T14:08:22.040Z | [ recovery-image] Oct 30 14:08:21.351 INFO O| Oct 30 14:08:21.350 INFO STEP 0 (create_be) COMPLETE |
7870 | 2024-10-30T14:08:22.040Z | [ recovery-image] Oct 30 14:08:21.351 INFO O| Oct 30 14:08:21.351 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7871 | 2024-10-30T14:08:22.056Z | [ recovery-image] Oct 30 14:08:21.367 INFO O| Oct 30 14:08:21.366 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"] |
7872 | 2024-10-30T14:08:23.298Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 57s |
7873 | 2024-10-30T14:08:23.708Z | Oct 30 14:08:23.017 INFO [verify-libraries] process exited with exit status: 0 (361.886944507s) |
7874 | 2024-10-30T14:08:24.540Z | [ recovery-image] Oct 30 14:08:23.850 INFO O| Oct 30 14:08:23.850 INFO STEP 1 (unpack_tar) COMPLETE |
7875 | 2024-10-30T14:08:24.540Z | [ recovery-image] Oct 30 14:08:23.850 INFO O| Oct 30 14:08:23.850 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7876 | 2024-10-30T14:08:24.552Z | [ recovery-image] Oct 30 14:08:23.862 INFO O| Oct 30 14:08:23.862 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7877 | 2024-10-30T14:08:25.008Z | [ recovery-image] Oct 30 14:08:24.317 INFO O| Oct 30 14:08:24.317 INFO STEP 2 (devfsadm) COMPLETE |
7878 | 2024-10-30T14:08:25.008Z | [ recovery-image] Oct 30 14:08:24.317 INFO O| Oct 30 14:08:24.317 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7879 | 2024-10-30T14:08:25.019Z | [ recovery-image] Oct 30 14:08:24.329 INFO O| Oct 30 14:08:24.329 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7880 | 2024-10-30T14:08:25.019Z | [ recovery-image] Oct 30 14:08:24.329 INFO O| Oct 30 14:08:24.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7881 | 2024-10-30T14:08:25.022Z | [ recovery-image] Oct 30 14:08:24.329 INFO O| Oct 30 14:08:24.329 INFO STEP 3 (ensure_dir) COMPLETE |
7882 | 2024-10-30T14:08:25.022Z | [ recovery-image] Oct 30 14:08:24.329 INFO O| Oct 30 14:08:24.329 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7883 | 2024-10-30T14:08:25.029Z | [ recovery-image] Oct 30 14:08:24.339 INFO O| Oct 30 14:08:24.339 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7884 | 2024-10-30T14:08:25.029Z | [ recovery-image] Oct 30 14:08:24.339 INFO O| Oct 30 14:08:24.339 INFO STEP 4 (ensure_dir) COMPLETE |
7885 | 2024-10-30T14:08:25.029Z | [ recovery-image] Oct 30 14:08:24.339 INFO O| Oct 30 14:08:24.339 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7886 | 2024-10-30T14:08:25.040Z | [ recovery-image] Oct 30 14:08:24.350 INFO O| Oct 30 14:08:24.350 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7887 | 2024-10-30T14:08:25.040Z | [ recovery-image] Oct 30 14:08:24.350 INFO O| Oct 30 14:08:24.350 INFO STEP 5 (ensure_dir) COMPLETE |
7888 | 2024-10-30T14:08:25.043Z | [ recovery-image] Oct 30 14:08:24.350 INFO O| Oct 30 14:08:24.350 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7889 | 2024-10-30T14:08:25.050Z | [ recovery-image] Oct 30 14:08:24.360 INFO O| Oct 30 14:08:24.360 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7890 | 2024-10-30T14:08:25.053Z | [ recovery-image] Oct 30 14:08:24.360 INFO O| Oct 30 14:08:24.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7891 | 2024-10-30T14:08:25.053Z | [ recovery-image] Oct 30 14:08:24.360 INFO O| Oct 30 14:08:24.360 INFO STEP 6 (ensure_dir) COMPLETE |
7892 | 2024-10-30T14:08:25.053Z | [ recovery-image] Oct 30 14:08:24.360 INFO O| Oct 30 14:08:24.360 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7893 | 2024-10-30T14:08:25.061Z | [ recovery-image] Oct 30 14:08:24.371 INFO O| Oct 30 14:08:24.371 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7894 | 2024-10-30T14:08:25.064Z | [ recovery-image] Oct 30 14:08:24.371 INFO O| Oct 30 14:08:24.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7895 | 2024-10-30T14:08:25.064Z | [ recovery-image] Oct 30 14:08:24.371 INFO O| Oct 30 14:08:24.371 INFO STEP 7 (ensure_dir) COMPLETE |
7896 | 2024-10-30T14:08:25.064Z | [ recovery-image] Oct 30 14:08:24.371 INFO O| Oct 30 14:08:24.371 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7897 | 2024-10-30T14:08:25.072Z | [ recovery-image] Oct 30 14:08:24.382 INFO O| Oct 30 14:08:24.382 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7898 | 2024-10-30T14:08:25.074Z | [ recovery-image] Oct 30 14:08:24.382 INFO O| Oct 30 14:08:24.382 INFO STEP 8 (remove_files) COMPLETE |
7899 | 2024-10-30T14:08:25.074Z | [ recovery-image] Oct 30 14:08:24.382 INFO O| Oct 30 14:08:24.382 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7900 | 2024-10-30T14:08:25.082Z | [ recovery-image] Oct 30 14:08:24.392 INFO O| Oct 30 14:08:24.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7901 | 2024-10-30T14:08:25.085Z | [ recovery-image] Oct 30 14:08:24.393 INFO O| Oct 30 14:08:24.393 INFO STEP 9 (remove_files) COMPLETE |
7902 | 2024-10-30T14:08:25.085Z | [ recovery-image] Oct 30 14:08:24.393 INFO O| Oct 30 14:08:24.393 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7903 | 2024-10-30T14:08:25.093Z | [ recovery-image] Oct 30 14:08:24.403 INFO O| Oct 30 14:08:24.403 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7904 | 2024-10-30T14:08:25.096Z | [ recovery-image] Oct 30 14:08:24.404 INFO O| Oct 30 14:08:24.404 INFO STEP 10 (remove_files) COMPLETE |
7905 | 2024-10-30T14:08:25.096Z | [ recovery-image] Oct 30 14:08:24.404 INFO O| Oct 30 14:08:24.404 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7906 | 2024-10-30T14:08:25.104Z | [ recovery-image] Oct 30 14:08:24.414 INFO O| Oct 30 14:08:24.414 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7907 | 2024-10-30T14:08:25.107Z | [ recovery-image] Oct 30 14:08:24.414 INFO O| Oct 30 14:08:24.414 INFO STEP 11 (remove_files) COMPLETE |
7908 | 2024-10-30T14:08:25.107Z | [ recovery-image] Oct 30 14:08:24.414 INFO O| Oct 30 14:08:24.414 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7909 | 2024-10-30T14:08:25.114Z | [ recovery-image] Oct 30 14:08:24.424 INFO O| Oct 30 14:08:24.424 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7910 | 2024-10-30T14:08:25.117Z | [ recovery-image] Oct 30 14:08:24.424 INFO O| Oct 30 14:08:24.424 INFO STEP 12 (remove_files) COMPLETE |
7911 | 2024-10-30T14:08:25.117Z | [ recovery-image] Oct 30 14:08:24.424 INFO O| Oct 30 14:08:24.424 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7912 | 2024-10-30T14:08:25.124Z | [ recovery-image] Oct 30 14:08:24.434 INFO O| Oct 30 14:08:24.434 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7913 | 2024-10-30T14:08:25.127Z | [ recovery-image] Oct 30 14:08:24.434 INFO O| Oct 30 14:08:24.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7914 | 2024-10-30T14:08:25.127Z | [ recovery-image] Oct 30 14:08:24.434 INFO O| Oct 30 14:08:24.434 INFO STEP 13 (ensure_dir) COMPLETE |
7915 | 2024-10-30T14:08:25.127Z | [ recovery-image] Oct 30 14:08:24.434 INFO O| Oct 30 14:08:24.434 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7916 | 2024-10-30T14:08:25.134Z | [ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7917 | 2024-10-30T14:08:25.138Z | [ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7918 | 2024-10-30T14:08:25.138Z | [ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7919 | 2024-10-30T14:08:25.138Z | [ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO STEP 14 (ensure_dir) COMPLETE |
7920 | 2024-10-30T14:08:25.138Z | [ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7921 | 2024-10-30T14:08:25.145Z | [ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7922 | 2024-10-30T14:08:25.145Z | [ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7923 | 2024-10-30T14:08:25.145Z | [ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7924 | 2024-10-30T14:08:25.148Z | [ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO STEP 15 (ensure_dir) COMPLETE |
7925 | 2024-10-30T14:08:25.148Z | [ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7926 | 2024-10-30T14:08:25.155Z | [ recovery-image] Oct 30 14:08:24.465 INFO O| Oct 30 14:08:24.465 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7927 | 2024-10-30T14:08:25.158Z | [ recovery-image] Oct 30 14:08:24.465 INFO O| Oct 30 14:08:24.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7928 | 2024-10-30T14:08:25.158Z | [ recovery-image] Oct 30 14:08:24.465 INFO O| Oct 30 14:08:24.465 INFO STEP 16 (ensure_dir) COMPLETE |
7929 | 2024-10-30T14:08:25.158Z | [ recovery-image] Oct 30 14:08:24.465 INFO O| Oct 30 14:08:24.465 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7930 | 2024-10-30T14:08:25.167Z | [ recovery-image] Oct 30 14:08:24.475 INFO O| Oct 30 14:08:24.475 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7931 | 2024-10-30T14:08:25.167Z | [ recovery-image] Oct 30 14:08:24.475 INFO O| Oct 30 14:08:24.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7932 | 2024-10-30T14:08:25.167Z | [ recovery-image] Oct 30 14:08:24.475 INFO O| Oct 30 14:08:24.475 INFO STEP 17 (ensure_dir) COMPLETE |
7933 | 2024-10-30T14:08:25.167Z | [ recovery-image] Oct 30 14:08:24.475 INFO O| Oct 30 14:08:24.475 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7934 | 2024-10-30T14:08:25.175Z | [ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7935 | 2024-10-30T14:08:25.175Z | [ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7936 | 2024-10-30T14:08:25.178Z | [ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO ok! |
7937 | 2024-10-30T14:08:25.178Z | [ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO STEP 18 (ensure_symlink) COMPLETE |
7938 | 2024-10-30T14:08:25.178Z | [ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7939 | 2024-10-30T14:08:25.185Z | [ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7940 | 2024-10-30T14:08:25.185Z | [ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7941 | 2024-10-30T14:08:25.188Z | [ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO ok! |
7942 | 2024-10-30T14:08:25.188Z | [ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO STEP 19 (ensure_file) COMPLETE |
7943 | 2024-10-30T14:08:25.188Z | [ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7944 | 2024-10-30T14:08:25.195Z | [ recovery-image] Oct 30 14:08:24.505 INFO O| Oct 30 14:08:24.505 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7945 | 2024-10-30T14:08:25.198Z | [ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.505 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7946 | 2024-10-30T14:08:25.198Z | [ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7947 | 2024-10-30T14:08:25.198Z | [ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.506 INFO ok! |
7948 | 2024-10-30T14:08:25.198Z | [ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.506 INFO STEP 20 (ensure_symlink) COMPLETE |
7949 | 2024-10-30T14:08:25.198Z | [ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.506 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7950 | 2024-10-30T14:08:25.206Z | [ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7951 | 2024-10-30T14:08:25.206Z | [ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7952 | 2024-10-30T14:08:25.206Z | [ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7953 | 2024-10-30T14:08:25.209Z | [ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO ok! |
7954 | 2024-10-30T14:08:25.209Z | [ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO STEP 21 (ensure_symlink) COMPLETE |
7955 | 2024-10-30T14:08:25.209Z | [ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7956 | 2024-10-30T14:08:25.216Z | [ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7957 | 2024-10-30T14:08:25.219Z | [ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7958 | 2024-10-30T14:08:25.219Z | [ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7959 | 2024-10-30T14:08:25.219Z | [ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO ok! |
7960 | 2024-10-30T14:08:25.219Z | [ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO STEP 22 (ensure_symlink) COMPLETE |
7961 | 2024-10-30T14:08:25.219Z | [ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7962 | 2024-10-30T14:08:25.227Z | [ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7963 | 2024-10-30T14:08:25.227Z | [ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7964 | 2024-10-30T14:08:25.230Z | [ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7965 | 2024-10-30T14:08:25.230Z | [ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO ok! |
7966 | 2024-10-30T14:08:25.230Z | [ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO STEP 23 (ensure_symlink) COMPLETE |
7967 | 2024-10-30T14:08:25.230Z | [ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7968 | 2024-10-30T14:08:25.237Z | [ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.546 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7969 | 2024-10-30T14:08:25.239Z | [ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 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 ... |
7970 | 2024-10-30T14:08:25.239Z | [ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7971 | 2024-10-30T14:08:25.239Z | [ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 INFO ok! |
7972 | 2024-10-30T14:08:25.239Z | [ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 INFO STEP 24 (ensure_file) COMPLETE |
7973 | 2024-10-30T14:08:25.239Z | [ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7974 | 2024-10-30T14:08:25.247Z | [ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO updating shadow file |
7975 | 2024-10-30T14:08:25.249Z | [ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7976 | 2024-10-30T14:08:25.250Z | [ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7977 | 2024-10-30T14:08:25.250Z | [ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO STEP 25 (shadow) COMPLETE |
7978 | 2024-10-30T14:08:25.250Z | [ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7979 | 2024-10-30T14:08:25.257Z | [ recovery-image] Oct 30 14:08:24.567 INFO O| Oct 30 14:08:24.567 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7980 | 2024-10-30T14:08:25.257Z | [ recovery-image] Oct 30 14:08:24.567 INFO O| Oct 30 14:08:24.567 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7981 | 2024-10-30T14:08:25.260Z | [ recovery-image] Oct 30 14:08:24.568 INFO O| Oct 30 14:08:24.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7982 | 2024-10-30T14:08:25.260Z | [ recovery-image] Oct 30 14:08:24.568 INFO O| Oct 30 14:08:24.568 INFO ok! |
7983 | 2024-10-30T14:08:25.260Z | [ recovery-image] Oct 30 14:08:24.568 INFO O| Oct 30 14:08:24.568 INFO STEP 26 (ensure_file) COMPLETE |
7984 | 2024-10-30T14:08:25.260Z | [ recovery-image] Oct 30 14:08:24.568 INFO O| Oct 30 14:08:24.568 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7985 | 2024-10-30T14:08:25.268Z | [ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.577 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7986 | 2024-10-30T14:08:25.268Z | [ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7987 | 2024-10-30T14:08:25.271Z | [ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7988 | 2024-10-30T14:08:25.271Z | [ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO ok! |
7989 | 2024-10-30T14:08:25.271Z | [ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO STEP 27 (ensure_file) COMPLETE |
7990 | 2024-10-30T14:08:25.271Z | [ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7991 | 2024-10-30T14:08:25.278Z | [ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7992 | 2024-10-30T14:08:25.278Z | [ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7993 | 2024-10-30T14:08:25.280Z | [ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7994 | 2024-10-30T14:08:25.280Z | [ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7995 | 2024-10-30T14:08:25.280Z | [ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO ok! |
7996 | 2024-10-30T14:08:25.280Z | [ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO STEP 28 (ensure_file) COMPLETE |
7997 | 2024-10-30T14:08:25.280Z | [ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7998 | 2024-10-30T14:08:25.288Z | [ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7999 | 2024-10-30T14:08:25.288Z | [ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8000 | 2024-10-30T14:08:25.292Z | [ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8001 | 2024-10-30T14:08:25.292Z | [ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO ok! |
8002 | 2024-10-30T14:08:25.292Z | [ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO STEP 29 (ensure_file) COMPLETE |
8003 | 2024-10-30T14:08:25.292Z | [ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8004 | 2024-10-30T14:08:25.299Z | [ recovery-image] Oct 30 14:08:24.608 INFO O| Oct 30 14:08:24.608 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8005 | 2024-10-30T14:08:25.299Z | [ recovery-image] Oct 30 14:08:24.608 INFO O| Oct 30 14:08:24.608 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8006 | 2024-10-30T14:08:25.304Z | [ recovery-image] Oct 30 14:08:24.608 INFO O| Oct 30 14:08:24.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8007 | 2024-10-30T14:08:25.304Z | [ recovery-image] Oct 30 14:08:24.609 INFO O| Oct 30 14:08:24.608 INFO ok! |
8008 | 2024-10-30T14:08:25.304Z | [ recovery-image] Oct 30 14:08:24.609 INFO O| Oct 30 14:08:24.608 INFO STEP 30 (ensure_file) COMPLETE |
8009 | 2024-10-30T14:08:25.304Z | [ recovery-image] Oct 30 14:08:24.609 INFO O| Oct 30 14:08:24.608 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8010 | 2024-10-30T14:08:25.309Z | [ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8011 | 2024-10-30T14:08:25.309Z | [ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8012 | 2024-10-30T14:08:25.312Z | [ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8013 | 2024-10-30T14:08:25.312Z | [ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8014 | 2024-10-30T14:08:25.312Z | [ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO ok! |
8015 | 2024-10-30T14:08:25.312Z | [ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO STEP 31 (ensure_file) COMPLETE |
8016 | 2024-10-30T14:08:25.312Z | [ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8017 | 2024-10-30T14:08:25.323Z | [ recovery-image] Oct 30 14:08:24.632 INFO O| Oct 30 14:08:24.632 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8018 | 2024-10-30T14:08:25.327Z | [ recovery-image] Oct 30 14:08:24.633 INFO O| Oct 30 14:08:24.633 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8019 | 2024-10-30T14:08:25.327Z | [ recovery-image] Oct 30 14:08:24.633 INFO O| Oct 30 14:08:24.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8020 | 2024-10-30T14:08:25.327Z | [ recovery-image] Oct 30 14:08:24.634 INFO O| Oct 30 14:08:24.633 INFO ok! |
8021 | 2024-10-30T14:08:25.327Z | [ recovery-image] Oct 30 14:08:24.634 INFO O| Oct 30 14:08:24.634 INFO STEP 32 (ensure_file) COMPLETE |
8022 | 2024-10-30T14:08:25.327Z | [ recovery-image] Oct 30 14:08:24.634 INFO O| Oct 30 14:08:24.634 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8023 | 2024-10-30T14:08:25.353Z | [ recovery-image] Oct 30 14:08:24.660 INFO O| Oct 30 14:08:24.660 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8024 | 2024-10-30T14:08:25.353Z | [ recovery-image] Oct 30 14:08:24.660 INFO O| Oct 30 14:08:24.660 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8025 | 2024-10-30T14:08:25.353Z | [ recovery-image] Oct 30 14:08:24.661 INFO O| Oct 30 14:08:24.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8026 | 2024-10-30T14:08:25.354Z | [ recovery-image] Oct 30 14:08:24.661 INFO O| Oct 30 14:08:24.661 INFO ok! |
8027 | 2024-10-30T14:08:25.354Z | [ recovery-image] Oct 30 14:08:24.661 INFO O| Oct 30 14:08:24.661 INFO STEP 33 (ensure_file) COMPLETE |
8028 | 2024-10-30T14:08:25.354Z | [ recovery-image] Oct 30 14:08:24.661 INFO O| Oct 30 14:08:24.661 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8029 | 2024-10-30T14:08:25.375Z | [ recovery-image] Oct 30 14:08:24.682 INFO O| Oct 30 14:08:24.682 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8030 | 2024-10-30T14:08:25.375Z | [ recovery-image] Oct 30 14:08:24.682 INFO O| Oct 30 14:08:24.682 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8031 | 2024-10-30T14:08:25.375Z | [ recovery-image] Oct 30 14:08:24.682 INFO O| Oct 30 14:08:24.682 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8032 | 2024-10-30T14:08:25.375Z | [ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8033 | 2024-10-30T14:08:25.376Z | [ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8034 | 2024-10-30T14:08:25.376Z | [ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8035 | 2024-10-30T14:08:25.376Z | [ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO ok! |
8036 | 2024-10-30T14:08:25.376Z | [ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO STEP 34 (ensure_file) COMPLETE |
8037 | 2024-10-30T14:08:25.376Z | [ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8038 | 2024-10-30T14:08:25.402Z | [ recovery-image] Oct 30 14:08:24.709 INFO O| Oct 30 14:08:24.709 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8039 | 2024-10-30T14:08:25.402Z | [ recovery-image] Oct 30 14:08:24.710 INFO O| Oct 30 14:08:24.709 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8040 | 2024-10-30T14:08:25.402Z | [ recovery-image] Oct 30 14:08:24.710 INFO O| Oct 30 14:08:24.710 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8041 | 2024-10-30T14:08:25.408Z | [ recovery-image] Oct 30 14:08:24.710 INFO O| Oct 30 14:08:24.710 INFO STEP 35 (ensure_dir) COMPLETE |
8042 | 2024-10-30T14:08:25.408Z | [ recovery-image] Oct 30 14:08:24.710 INFO O| Oct 30 14:08:24.710 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8043 | 2024-10-30T14:08:25.427Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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 |
8044 | 2024-10-30T14:08:25.427Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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 ... |
8045 | 2024-10-30T14:08:25.427Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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 |
8046 | 2024-10-30T14:08:25.427Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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 |
8047 | 2024-10-30T14:08:25.430Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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 |
8048 | 2024-10-30T14:08:25.430Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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 |
8049 | 2024-10-30T14:08:25.430Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 INFO ok! |
8050 | 2024-10-30T14:08:25.430Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 INFO STEP 36 (ensure_file) COMPLETE |
8051 | 2024-10-30T14:08:25.430Z | [ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8052 | 2024-10-30T14:08:25.454Z | [ recovery-image] Oct 30 14:08:24.762 INFO O| Oct 30 14:08:24.762 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8053 | 2024-10-30T14:08:25.454Z | [ recovery-image] Oct 30 14:08:24.762 INFO O| Oct 30 14:08:24.762 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 ... |
8054 | 2024-10-30T14:08:25.454Z | [ recovery-image] Oct 30 14:08:24.763 INFO O| Oct 30 14:08:24.763 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8055 | 2024-10-30T14:08:25.454Z | [ recovery-image] Oct 30 14:08:24.763 INFO O| Oct 30 14:08:24.763 INFO ok! |
8056 | 2024-10-30T14:08:25.454Z | [ recovery-image] Oct 30 14:08:24.763 INFO O| Oct 30 14:08:24.763 INFO STEP 37 (ensure_symlink) COMPLETE |
8057 | 2024-10-30T14:08:25.454Z | [ recovery-image] Oct 30 14:08:24.763 INFO O| Oct 30 14:08:24.763 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8058 | 2024-10-30T14:08:25.478Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8059 | 2024-10-30T14:08:25.478Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8060 | 2024-10-30T14:08:25.478Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8061 | 2024-10-30T14:08:25.479Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8062 | 2024-10-30T14:08:25.479Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8063 | 2024-10-30T14:08:25.479Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8064 | 2024-10-30T14:08:25.479Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO ok! |
8065 | 2024-10-30T14:08:25.479Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO STEP 38 (ensure_file) COMPLETE |
8066 | 2024-10-30T14:08:25.479Z | [ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8067 | 2024-10-30T14:08:25.501Z | [ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8068 | 2024-10-30T14:08:25.501Z | [ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 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 ... |
8069 | 2024-10-30T14:08:25.501Z | [ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 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 |
8070 | 2024-10-30T14:08:25.505Z | [ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8071 | 2024-10-30T14:08:25.505Z | [ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO ok! |
8072 | 2024-10-30T14:08:25.505Z | [ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO STEP 39 (ensure_file) COMPLETE |
8073 | 2024-10-30T14:08:25.505Z | [ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8074 | 2024-10-30T14:08:25.519Z | [ recovery-image] Oct 30 14:08:24.828 INFO O| Oct 30 14:08:24.828 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8075 | 2024-10-30T14:08:25.519Z | [ recovery-image] Oct 30 14:08:24.828 INFO O| Oct 30 14:08:24.828 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8076 | 2024-10-30T14:08:25.521Z | [ recovery-image] Oct 30 14:08:24.829 INFO O| Oct 30 14:08:24.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8077 | 2024-10-30T14:08:25.521Z | [ recovery-image] Oct 30 14:08:24.829 INFO O| Oct 30 14:08:24.829 INFO ok! |
8078 | 2024-10-30T14:08:25.521Z | [ recovery-image] Oct 30 14:08:24.829 INFO O| Oct 30 14:08:24.829 INFO STEP 40 (ensure_file) COMPLETE |
8079 | 2024-10-30T14:08:25.521Z | [ recovery-image] Oct 30 14:08:24.829 INFO O| Oct 30 14:08:24.829 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8080 | 2024-10-30T14:08:25.533Z | [ recovery-image] Oct 30 14:08:24.842 INFO O| Oct 30 14:08:24.842 INFO updating shadow file |
8081 | 2024-10-30T14:08:25.537Z | [ recovery-image] Oct 30 14:08:24.843 INFO O| Oct 30 14:08:24.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8082 | 2024-10-30T14:08:25.537Z | [ recovery-image] Oct 30 14:08:24.843 INFO O| Oct 30 14:08:24.843 INFO STEP 41 (shadow) COMPLETE |
8083 | 2024-10-30T14:08:25.537Z | [ recovery-image] Oct 30 14:08:24.843 INFO O| Oct 30 14:08:24.843 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8084 | 2024-10-30T14:08:25.545Z | [ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8085 | 2024-10-30T14:08:25.545Z | [ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8086 | 2024-10-30T14:08:25.548Z | [ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8087 | 2024-10-30T14:08:25.548Z | [ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8088 | 2024-10-30T14:08:25.548Z | [ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO ok! |
8089 | 2024-10-30T14:08:25.548Z | [ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO STEP 42 (ensure_file) COMPLETE |
8090 | 2024-10-30T14:08:25.548Z | [ recovery-image] Oct 30 14:08:24.856 INFO O| Oct 30 14:08:24.855 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8091 | 2024-10-30T14:08:25.558Z | [ recovery-image] Oct 30 14:08:24.867 INFO O| Oct 30 14:08:24.867 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8092 | 2024-10-30T14:08:25.558Z | [ recovery-image] Oct 30 14:08:24.867 INFO O| Oct 30 14:08:24.867 INFO STEP 43 (ensure_dir) COMPLETE |
8093 | 2024-10-30T14:08:25.561Z | [ recovery-image] Oct 30 14:08:24.867 INFO O| Oct 30 14:08:24.867 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8094 | 2024-10-30T14:08:25.570Z | [ recovery-image] Oct 30 14:08:24.880 INFO O| Oct 30 14:08:24.880 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8095 | 2024-10-30T14:08:25.570Z | [ recovery-image] Oct 30 14:08:24.880 INFO O| Oct 30 14:08:24.880 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8096 | 2024-10-30T14:08:25.573Z | [ recovery-image] Oct 30 14:08:24.880 INFO O| Oct 30 14:08:24.880 INFO STEP 44 (ensure_dir) COMPLETE |
8097 | 2024-10-30T14:08:25.573Z | [ recovery-image] Oct 30 14:08:24.880 INFO O| Oct 30 14:08:24.880 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8098 | 2024-10-30T14:08:25.582Z | [ recovery-image] Oct 30 14:08:24.892 INFO O| Oct 30 14:08:24.892 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8099 | 2024-10-30T14:08:25.585Z | [ recovery-image] Oct 30 14:08:24.892 INFO O| Oct 30 14:08:24.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8100 | 2024-10-30T14:08:25.585Z | [ recovery-image] Oct 30 14:08:24.892 INFO O| Oct 30 14:08:24.892 INFO STEP 45 (ensure_dir) COMPLETE |
8101 | 2024-10-30T14:08:25.585Z | [ recovery-image] Oct 30 14:08:24.892 INFO O| Oct 30 14:08:24.892 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8102 | 2024-10-30T14:08:25.595Z | [ recovery-image] Oct 30 14:08:24.905 INFO O| Oct 30 14:08:24.905 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8103 | 2024-10-30T14:08:25.595Z | [ recovery-image] Oct 30 14:08:24.905 INFO O| Oct 30 14:08:24.905 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8104 | 2024-10-30T14:08:25.629Z | [ recovery-image] Oct 30 14:08:24.938 INFO O| Oct 30 14:08:24.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8105 | 2024-10-30T14:08:25.629Z | [ recovery-image] Oct 30 14:08:24.938 INFO O| Oct 30 14:08:24.938 INFO ok! |
8106 | 2024-10-30T14:08:25.631Z | [ recovery-image] Oct 30 14:08:24.938 INFO O| Oct 30 14:08:24.938 INFO STEP 46 (ensure_file) COMPLETE |
8107 | 2024-10-30T14:08:25.631Z | [ recovery-image] Oct 30 14:08:24.938 INFO O| Oct 30 14:08:24.938 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8108 | 2024-10-30T14:08:25.641Z | [ recovery-image] Oct 30 14:08:24.950 INFO O| Oct 30 14:08:24.950 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8109 | 2024-10-30T14:08:25.643Z | [ recovery-image] Oct 30 14:08:24.950 INFO O| Oct 30 14:08:24.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8110 | 2024-10-30T14:08:25.643Z | [ recovery-image] Oct 30 14:08:24.950 INFO O| Oct 30 14:08:24.950 INFO STEP 47 (ensure_dir) COMPLETE |
8111 | 2024-10-30T14:08:25.643Z | [ recovery-image] Oct 30 14:08:24.950 INFO O| Oct 30 14:08:24.950 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8112 | 2024-10-30T14:08:25.652Z | [ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.961 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8113 | 2024-10-30T14:08:25.652Z | [ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.961 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8114 | 2024-10-30T14:08:25.657Z | [ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8115 | 2024-10-30T14:08:25.657Z | [ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.962 INFO ok! |
8116 | 2024-10-30T14:08:25.657Z | [ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.962 INFO STEP 48 (ensure_file) COMPLETE |
8117 | 2024-10-30T14:08:25.657Z | [ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.962 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8118 | 2024-10-30T14:08:25.662Z | [ recovery-image] Oct 30 14:08:24.972 INFO O| Oct 30 14:08:24.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8119 | 2024-10-30T14:08:25.665Z | [ recovery-image] Oct 30 14:08:24.972 INFO O| Oct 30 14:08:24.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8120 | 2024-10-30T14:08:25.665Z | [ recovery-image] Oct 30 14:08:24.972 INFO O| Oct 30 14:08:24.972 INFO STEP 49 (ensure_dir) COMPLETE |
8121 | 2024-10-30T14:08:25.665Z | [ recovery-image] Oct 30 14:08:24.972 INFO O| Oct 30 14:08:24.972 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8122 | 2024-10-30T14:08:25.672Z | [ recovery-image] Oct 30 14:08:24.982 INFO O| Oct 30 14:08:24.982 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8123 | 2024-10-30T14:08:25.673Z | [ recovery-image] Oct 30 14:08:24.982 INFO O| Oct 30 14:08:24.982 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8124 | 2024-10-30T14:08:25.687Z | [ recovery-image] Oct 30 14:08:24.997 INFO O| Oct 30 14:08:24.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8125 | 2024-10-30T14:08:25.687Z | [ recovery-image] Oct 30 14:08:24.997 INFO O| Oct 30 14:08:24.997 INFO ok! |
8126 | 2024-10-30T14:08:25.690Z | [ recovery-image] Oct 30 14:08:24.997 INFO O| Oct 30 14:08:24.997 INFO STEP 50 (ensure_file) COMPLETE |
8127 | 2024-10-30T14:08:25.690Z | [ recovery-image] Oct 30 14:08:24.997 INFO O| Oct 30 14:08:24.997 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8128 | 2024-10-30T14:08:25.699Z | [ recovery-image] Oct 30 14:08:25.009 INFO O| Oct 30 14:08:25.009 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8129 | 2024-10-30T14:08:25.699Z | [ recovery-image] Oct 30 14:08:25.009 INFO O| Oct 30 14:08:25.009 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8130 | 2024-10-30T14:08:26.185Z | [ recovery-image] Oct 30 14:08:25.495 INFO O| Oct 30 14:08:25.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8131 | 2024-10-30T14:08:26.185Z | [ recovery-image] Oct 30 14:08:25.495 INFO O| Oct 30 14:08:25.495 INFO ok! |
8132 | 2024-10-30T14:08:26.185Z | [ recovery-image] Oct 30 14:08:25.495 INFO O| Oct 30 14:08:25.495 INFO STEP 51 (ensure_file) COMPLETE |
8133 | 2024-10-30T14:08:26.188Z | [ recovery-image] Oct 30 14:08:25.495 INFO O| Oct 30 14:08:25.495 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8134 | 2024-10-30T14:08:26.197Z | [ recovery-image] Oct 30 14:08:25.507 INFO O| Oct 30 14:08:25.507 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8135 | 2024-10-30T14:08:26.200Z | [ recovery-image] Oct 30 14:08:25.507 INFO O| Oct 30 14:08:25.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8136 | 2024-10-30T14:08:26.200Z | [ recovery-image] Oct 30 14:08:25.507 INFO O| Oct 30 14:08:25.507 INFO STEP 52 (ensure_dir) COMPLETE |
8137 | 2024-10-30T14:08:26.200Z | [ recovery-image] Oct 30 14:08:25.507 INFO O| Oct 30 14:08:25.507 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8138 | 2024-10-30T14:08:26.209Z | [ recovery-image] Oct 30 14:08:25.518 INFO O| Oct 30 14:08:25.518 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8139 | 2024-10-30T14:08:26.211Z | [ recovery-image] Oct 30 14:08:25.518 INFO O| Oct 30 14:08:25.518 INFO copying /tmp/.tmpkhtB9N/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 ... |
8140 | 2024-10-30T14:08:26.211Z | [ recovery-image] Oct 30 14:08:25.519 INFO O| Oct 30 14:08:25.519 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 |
8141 | 2024-10-30T14:08:26.211Z | [ recovery-image] Oct 30 14:08:25.519 INFO O| Oct 30 14:08:25.519 INFO ok! |
8142 | 2024-10-30T14:08:26.212Z | [ recovery-image] Oct 30 14:08:25.519 INFO O| Oct 30 14:08:25.519 INFO STEP 53 (ensure_file) COMPLETE |
8143 | 2024-10-30T14:08:26.212Z | [ recovery-image] Oct 30 14:08:25.519 INFO O| Oct 30 14:08:25.519 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8144 | 2024-10-30T14:08:26.219Z | [ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8145 | 2024-10-30T14:08:26.222Z | [ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO copying /tmp/.tmpkhtB9N/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 ... |
8146 | 2024-10-30T14:08:26.222Z | [ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 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 |
8147 | 2024-10-30T14:08:26.222Z | [ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO ok! |
8148 | 2024-10-30T14:08:26.222Z | [ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO STEP 54 (ensure_file) COMPLETE |
8149 | 2024-10-30T14:08:26.222Z | [ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8150 | 2024-10-30T14:08:26.230Z | [ recovery-image] Oct 30 14:08:25.539 INFO O| Oct 30 14:08:25.539 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8151 | 2024-10-30T14:08:26.232Z | [ recovery-image] Oct 30 14:08:25.540 INFO O| Oct 30 14:08:25.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8152 | 2024-10-30T14:08:26.232Z | [ recovery-image] Oct 30 14:08:25.540 INFO O| Oct 30 14:08:25.540 INFO STEP 55 (ensure_dir) COMPLETE |
8153 | 2024-10-30T14:08:26.232Z | [ recovery-image] Oct 30 14:08:25.540 INFO O| Oct 30 14:08:25.540 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8154 | 2024-10-30T14:08:26.240Z | [ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8155 | 2024-10-30T14:08:26.240Z | [ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO copying /tmp/.tmpkhtB9N/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 ... |
8156 | 2024-10-30T14:08:26.242Z | [ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8157 | 2024-10-30T14:08:26.242Z | [ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO ok! |
8158 | 2024-10-30T14:08:26.242Z | [ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO STEP 56 (ensure_file) COMPLETE |
8159 | 2024-10-30T14:08:26.242Z | [ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8160 | 2024-10-30T14:08:26.250Z | [ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8161 | 2024-10-30T14:08:26.253Z | [ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO copying /tmp/.tmpkhtB9N/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 ... |
8162 | 2024-10-30T14:08:26.253Z | [ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 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 |
8163 | 2024-10-30T14:08:26.253Z | [ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO ok! |
8164 | 2024-10-30T14:08:26.253Z | [ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO STEP 57 (ensure_file) COMPLETE |
8165 | 2024-10-30T14:08:26.253Z | [ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8166 | 2024-10-30T14:08:26.260Z | [ recovery-image] Oct 30 14:08:25.570 INFO O| Oct 30 14:08:25.570 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8167 | 2024-10-30T14:08:26.263Z | [ recovery-image] Oct 30 14:08:25.570 INFO O| Oct 30 14:08:25.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8168 | 2024-10-30T14:08:26.263Z | [ recovery-image] Oct 30 14:08:25.570 INFO O| Oct 30 14:08:25.570 INFO STEP 58 (ensure_dir) COMPLETE |
8169 | 2024-10-30T14:08:26.263Z | [ recovery-image] Oct 30 14:08:25.570 INFO O| Oct 30 14:08:25.570 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8170 | 2024-10-30T14:08:26.271Z | [ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8171 | 2024-10-30T14:08:26.271Z | [ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO copying /tmp/.tmpkhtB9N/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 ... |
8172 | 2024-10-30T14:08:26.273Z | [ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8173 | 2024-10-30T14:08:26.273Z | [ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO ok! |
8174 | 2024-10-30T14:08:26.273Z | [ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO STEP 59 (ensure_file) COMPLETE |
8175 | 2024-10-30T14:08:26.273Z | [ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8176 | 2024-10-30T14:08:26.282Z | [ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8177 | 2024-10-30T14:08:26.282Z | [ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8178 | 2024-10-30T14:08:26.286Z | [ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8179 | 2024-10-30T14:08:26.286Z | [ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO ok! |
8180 | 2024-10-30T14:08:26.286Z | [ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO STEP 60 (ensure_file) COMPLETE |
8181 | 2024-10-30T14:08:26.286Z | [ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8182 | 2024-10-30T14:08:26.292Z | [ recovery-image] Oct 30 14:08:25.601 INFO O| Oct 30 14:08:25.601 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8183 | 2024-10-30T14:08:26.292Z | [ recovery-image] Oct 30 14:08:25.601 INFO O| Oct 30 14:08:25.601 INFO STEP 61 (ensure_dir) COMPLETE |
8184 | 2024-10-30T14:08:26.297Z | [ recovery-image] Oct 30 14:08:25.601 INFO O| Oct 30 14:08:25.601 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8185 | 2024-10-30T14:08:26.301Z | [ recovery-image] Oct 30 14:08:25.610 INFO O| Oct 30 14:08:25.610 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8186 | 2024-10-30T14:08:26.301Z | [ recovery-image] Oct 30 14:08:25.610 INFO O| Oct 30 14:08:25.610 INFO STEP 62 (ensure_dir) COMPLETE |
8187 | 2024-10-30T14:08:26.303Z | [ recovery-image] Oct 30 14:08:25.610 INFO O| Oct 30 14:08:25.610 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8188 | 2024-10-30T14:08:26.311Z | [ recovery-image] Oct 30 14:08:25.621 INFO O| Oct 30 14:08:25.621 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8189 | 2024-10-30T14:08:26.313Z | [ recovery-image] Oct 30 14:08:25.621 INFO O| Oct 30 14:08:25.621 INFO STEP 63 (ensure_dir) COMPLETE |
8190 | 2024-10-30T14:08:26.313Z | [ recovery-image] Oct 30 14:08:25.621 INFO O| Oct 30 14:08:25.621 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8191 | 2024-10-30T14:08:26.321Z | [ recovery-image] Oct 30 14:08:25.631 INFO O| Oct 30 14:08:25.631 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8192 | 2024-10-30T14:08:26.321Z | [ recovery-image] Oct 30 14:08:25.631 INFO O| Oct 30 14:08:25.631 INFO STEP 64 (ensure_dir) COMPLETE |
8193 | 2024-10-30T14:08:26.324Z | [ recovery-image] Oct 30 14:08:25.631 INFO O| Oct 30 14:08:25.631 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8194 | 2024-10-30T14:08:26.331Z | [ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8195 | 2024-10-30T14:08:26.331Z | [ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8196 | 2024-10-30T14:08:26.334Z | [ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8197 | 2024-10-30T14:08:26.334Z | [ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO ok! |
8198 | 2024-10-30T14:08:26.334Z | [ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO STEP 65 (ensure_file) COMPLETE |
8199 | 2024-10-30T14:08:26.334Z | [ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8200 | 2024-10-30T14:08:26.341Z | [ recovery-image] Oct 30 14:08:25.651 INFO O| Oct 30 14:08:25.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8201 | 2024-10-30T14:08:26.344Z | [ recovery-image] Oct 30 14:08:25.651 INFO O| Oct 30 14:08:25.651 INFO STEP 66 (remove_files) COMPLETE |
8202 | 2024-10-30T14:08:26.344Z | [ recovery-image] Oct 30 14:08:25.651 INFO O| Oct 30 14:08:25.651 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8203 | 2024-10-30T14:08:26.352Z | [ recovery-image] Oct 30 14:08:25.661 INFO O| Oct 30 14:08:25.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8204 | 2024-10-30T14:08:26.354Z | [ recovery-image] Oct 30 14:08:25.662 INFO O| Oct 30 14:08:25.661 INFO STEP 67 (remove_files) COMPLETE |
8205 | 2024-10-30T14:08:26.354Z | [ recovery-image] Oct 30 14:08:25.662 INFO O| Oct 30 14:08:25.662 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8206 | 2024-10-30T14:08:26.362Z | [ recovery-image] Oct 30 14:08:25.671 INFO O| Oct 30 14:08:25.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8207 | 2024-10-30T14:08:26.364Z | [ recovery-image] Oct 30 14:08:25.672 INFO O| Oct 30 14:08:25.672 INFO STEP 68 (remove_files) COMPLETE |
8208 | 2024-10-30T14:08:26.364Z | [ recovery-image] Oct 30 14:08:25.672 INFO O| Oct 30 14:08:25.672 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8209 | 2024-10-30T14:08:26.371Z | [ recovery-image] Oct 30 14:08:25.681 INFO O| Oct 30 14:08:25.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8210 | 2024-10-30T14:08:26.374Z | [ recovery-image] Oct 30 14:08:25.681 INFO O| Oct 30 14:08:25.681 INFO STEP 69 (remove_files) COMPLETE |
8211 | 2024-10-30T14:08:26.374Z | [ recovery-image] Oct 30 14:08:25.681 INFO O| Oct 30 14:08:25.681 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8212 | 2024-10-30T14:08:26.382Z | [ recovery-image] Oct 30 14:08:25.692 INFO O| Oct 30 14:08:25.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8213 | 2024-10-30T14:08:26.385Z | [ recovery-image] Oct 30 14:08:25.692 INFO O| Oct 30 14:08:25.692 INFO STEP 70 (remove_files) COMPLETE |
8214 | 2024-10-30T14:08:26.385Z | [ recovery-image] Oct 30 14:08:25.692 INFO O| Oct 30 14:08:25.692 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8215 | 2024-10-30T14:08:26.392Z | [ recovery-image] Oct 30 14:08:25.702 INFO O| Oct 30 14:08:25.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8216 | 2024-10-30T14:08:26.394Z | [ recovery-image] Oct 30 14:08:25.702 INFO O| Oct 30 14:08:25.702 INFO STEP 71 (remove_files) COMPLETE |
8217 | 2024-10-30T14:08:26.394Z | [ recovery-image] Oct 30 14:08:25.702 INFO O| Oct 30 14:08:25.702 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8218 | 2024-10-30T14:08:26.402Z | [ recovery-image] Oct 30 14:08:25.712 INFO O| Oct 30 14:08:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8219 | 2024-10-30T14:08:26.402Z | [ recovery-image] Oct 30 14:08:25.712 INFO O| Oct 30 14:08:25.712 INFO STEP 72 (remove_files) COMPLETE |
8220 | 2024-10-30T14:08:26.404Z | [ recovery-image] Oct 30 14:08:25.712 INFO O| Oct 30 14:08:25.712 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8221 | 2024-10-30T14:08:26.412Z | [ recovery-image] Oct 30 14:08:25.722 INFO O| Oct 30 14:08:25.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8222 | 2024-10-30T14:08:26.415Z | [ recovery-image] Oct 30 14:08:25.722 INFO O| Oct 30 14:08:25.722 INFO STEP 73 (remove_files) COMPLETE |
8223 | 2024-10-30T14:08:26.415Z | [ recovery-image] Oct 30 14:08:25.722 INFO O| Oct 30 14:08:25.722 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8224 | 2024-10-30T14:08:26.423Z | [ recovery-image] Oct 30 14:08:25.733 INFO O| Oct 30 14:08:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8225 | 2024-10-30T14:08:26.423Z | [ recovery-image] Oct 30 14:08:25.733 INFO O| Oct 30 14:08:25.733 INFO STEP 74 (remove_files) COMPLETE |
8226 | 2024-10-30T14:08:26.426Z | [ recovery-image] Oct 30 14:08:25.733 INFO O| Oct 30 14:08:25.733 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8227 | 2024-10-30T14:08:26.434Z | [ recovery-image] Oct 30 14:08:25.744 INFO O| Oct 30 14:08:25.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8228 | 2024-10-30T14:08:26.434Z | [ recovery-image] Oct 30 14:08:25.744 INFO O| Oct 30 14:08:25.744 INFO STEP 75 (remove_files) COMPLETE |
8229 | 2024-10-30T14:08:26.434Z | [ recovery-image] Oct 30 14:08:25.744 INFO O| Oct 30 14:08:25.744 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8230 | 2024-10-30T14:08:26.446Z | [ recovery-image] Oct 30 14:08:25.754 INFO O| Oct 30 14:08:25.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8231 | 2024-10-30T14:08:26.446Z | [ recovery-image] Oct 30 14:08:25.754 INFO O| Oct 30 14:08:25.754 INFO STEP 76 (remove_files) COMPLETE |
8232 | 2024-10-30T14:08:26.449Z | [ recovery-image] Oct 30 14:08:25.754 INFO O| Oct 30 14:08:25.754 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8233 | 2024-10-30T14:08:26.455Z | [ recovery-image] Oct 30 14:08:25.765 INFO O| Oct 30 14:08:25.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8234 | 2024-10-30T14:08:26.455Z | [ recovery-image] Oct 30 14:08:25.765 INFO O| Oct 30 14:08:25.765 INFO STEP 77 (remove_files) COMPLETE |
8235 | 2024-10-30T14:08:26.458Z | [ recovery-image] Oct 30 14:08:25.765 INFO O| Oct 30 14:08:25.765 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8236 | 2024-10-30T14:08:26.467Z | [ recovery-image] Oct 30 14:08:25.777 INFO O| Oct 30 14:08:25.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8237 | 2024-10-30T14:08:26.470Z | [ recovery-image] Oct 30 14:08:25.777 INFO O| Oct 30 14:08:25.777 INFO STEP 78 (remove_files) COMPLETE |
8238 | 2024-10-30T14:08:26.470Z | [ recovery-image] Oct 30 14:08:25.777 INFO O| Oct 30 14:08:25.777 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8239 | 2024-10-30T14:08:26.479Z | [ recovery-image] Oct 30 14:08:25.789 INFO O| Oct 30 14:08:25.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8240 | 2024-10-30T14:08:26.482Z | [ recovery-image] Oct 30 14:08:25.789 INFO O| Oct 30 14:08:25.789 INFO STEP 79 (remove_files) COMPLETE |
8241 | 2024-10-30T14:08:26.482Z | [ recovery-image] Oct 30 14:08:25.789 INFO O| Oct 30 14:08:25.789 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8242 | 2024-10-30T14:08:26.489Z | [ recovery-image] Oct 30 14:08:25.799 INFO O| Oct 30 14:08:25.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8243 | 2024-10-30T14:08:26.489Z | [ recovery-image] Oct 30 14:08:25.799 INFO O| Oct 30 14:08:25.799 INFO STEP 80 (remove_files) COMPLETE |
8244 | 2024-10-30T14:08:26.492Z | [ recovery-image] Oct 30 14:08:25.799 INFO O| Oct 30 14:08:25.799 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8245 | 2024-10-30T14:08:26.499Z | [ recovery-image] Oct 30 14:08:25.809 INFO O| Oct 30 14:08:25.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8246 | 2024-10-30T14:08:26.502Z | [ recovery-image] Oct 30 14:08:25.809 INFO O| Oct 30 14:08:25.809 INFO STEP 81 (remove_files) COMPLETE |
8247 | 2024-10-30T14:08:26.502Z | [ recovery-image] Oct 30 14:08:25.809 INFO O| Oct 30 14:08:25.809 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8248 | 2024-10-30T14:08:26.509Z | [ recovery-image] Oct 30 14:08:25.819 INFO O| Oct 30 14:08:25.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8249 | 2024-10-30T14:08:26.512Z | [ recovery-image] Oct 30 14:08:25.819 INFO O| Oct 30 14:08:25.819 INFO STEP 82 (remove_files) COMPLETE |
8250 | 2024-10-30T14:08:26.512Z | [ recovery-image] Oct 30 14:08:25.819 INFO O| Oct 30 14:08:25.819 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8251 | 2024-10-30T14:08:26.519Z | [ recovery-image] Oct 30 14:08:25.829 INFO O| Oct 30 14:08:25.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8252 | 2024-10-30T14:08:26.519Z | [ recovery-image] Oct 30 14:08:25.829 INFO O| Oct 30 14:08:25.829 INFO STEP 83 (remove_files) COMPLETE |
8253 | 2024-10-30T14:08:26.522Z | [ recovery-image] Oct 30 14:08:25.829 INFO O| Oct 30 14:08:25.829 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8254 | 2024-10-30T14:08:26.529Z | [ recovery-image] Oct 30 14:08:25.839 INFO O| Oct 30 14:08:25.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8255 | 2024-10-30T14:08:26.529Z | [ recovery-image] Oct 30 14:08:25.839 INFO O| Oct 30 14:08:25.839 INFO STEP 84 (remove_files) COMPLETE |
8256 | 2024-10-30T14:08:26.532Z | [ recovery-image] Oct 30 14:08:25.839 INFO O| Oct 30 14:08:25.839 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8257 | 2024-10-30T14:08:26.539Z | [ recovery-image] Oct 30 14:08:25.849 INFO O| Oct 30 14:08:25.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8258 | 2024-10-30T14:08:26.539Z | [ recovery-image] Oct 30 14:08:25.849 INFO O| Oct 30 14:08:25.849 INFO STEP 85 (remove_files) COMPLETE |
8259 | 2024-10-30T14:08:26.542Z | [ recovery-image] Oct 30 14:08:25.849 INFO O| Oct 30 14:08:25.849 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8260 | 2024-10-30T14:08:26.549Z | [ recovery-image] Oct 30 14:08:25.858 INFO O| Oct 30 14:08:25.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8261 | 2024-10-30T14:08:26.551Z | [ recovery-image] Oct 30 14:08:25.859 INFO O| Oct 30 14:08:25.859 INFO STEP 86 (remove_files) COMPLETE |
8262 | 2024-10-30T14:08:26.551Z | [ recovery-image] Oct 30 14:08:25.859 INFO O| Oct 30 14:08:25.859 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8263 | 2024-10-30T14:08:26.558Z | [ recovery-image] Oct 30 14:08:25.868 INFO O| Oct 30 14:08:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8264 | 2024-10-30T14:08:26.558Z | [ recovery-image] Oct 30 14:08:25.868 INFO O| Oct 30 14:08:25.868 INFO STEP 87 (remove_files) COMPLETE |
8265 | 2024-10-30T14:08:26.559Z | [ recovery-image] Oct 30 14:08:25.868 INFO O| Oct 30 14:08:25.868 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8266 | 2024-10-30T14:08:26.569Z | [ recovery-image] Oct 30 14:08:25.878 INFO O| Oct 30 14:08:25.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8267 | 2024-10-30T14:08:26.571Z | [ recovery-image] Oct 30 14:08:25.878 INFO O| Oct 30 14:08:25.878 INFO STEP 88 (remove_files) COMPLETE |
8268 | 2024-10-30T14:08:26.571Z | [ recovery-image] Oct 30 14:08:25.879 INFO O| Oct 30 14:08:25.878 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8269 | 2024-10-30T14:08:26.579Z | [ recovery-image] Oct 30 14:08:25.888 INFO O| Oct 30 14:08:25.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8270 | 2024-10-30T14:08:26.579Z | [ recovery-image] Oct 30 14:08:25.889 INFO O| Oct 30 14:08:25.888 INFO STEP 89 (remove_files) COMPLETE |
8271 | 2024-10-30T14:08:26.581Z | [ recovery-image] Oct 30 14:08:25.889 INFO O| Oct 30 14:08:25.888 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8272 | 2024-10-30T14:08:26.588Z | [ recovery-image] Oct 30 14:08:25.898 INFO O| Oct 30 14:08:25.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8273 | 2024-10-30T14:08:26.588Z | [ recovery-image] Oct 30 14:08:25.898 INFO O| Oct 30 14:08:25.898 INFO STEP 90 (remove_files) COMPLETE |
8274 | 2024-10-30T14:08:26.591Z | [ recovery-image] Oct 30 14:08:25.898 INFO O| Oct 30 14:08:25.898 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8275 | 2024-10-30T14:08:26.598Z | [ recovery-image] Oct 30 14:08:25.908 INFO O| Oct 30 14:08:25.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8276 | 2024-10-30T14:08:26.598Z | [ recovery-image] Oct 30 14:08:25.908 INFO O| Oct 30 14:08:25.908 INFO STEP 91 (remove_files) COMPLETE |
8277 | 2024-10-30T14:08:26.598Z | [ recovery-image] Oct 30 14:08:25.908 INFO O| Oct 30 14:08:25.908 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8278 | 2024-10-30T14:08:26.609Z | [ recovery-image] Oct 30 14:08:25.918 INFO O| Oct 30 14:08:25.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8279 | 2024-10-30T14:08:26.612Z | [ recovery-image] Oct 30 14:08:25.918 INFO O| Oct 30 14:08:25.918 INFO STEP 92 (remove_files) COMPLETE |
8280 | 2024-10-30T14:08:26.612Z | [ recovery-image] Oct 30 14:08:25.918 INFO O| Oct 30 14:08:25.918 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8281 | 2024-10-30T14:08:26.618Z | [ recovery-image] Oct 30 14:08:25.928 INFO O| Oct 30 14:08:25.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8282 | 2024-10-30T14:08:26.618Z | [ recovery-image] Oct 30 14:08:25.928 INFO O| Oct 30 14:08:25.928 INFO STEP 93 (remove_files) COMPLETE |
8283 | 2024-10-30T14:08:26.621Z | [ recovery-image] Oct 30 14:08:25.928 INFO O| Oct 30 14:08:25.928 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8284 | 2024-10-30T14:08:26.628Z | [ recovery-image] Oct 30 14:08:25.938 INFO O| Oct 30 14:08:25.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8285 | 2024-10-30T14:08:26.629Z | [ recovery-image] Oct 30 14:08:25.938 INFO O| Oct 30 14:08:25.938 INFO STEP 94 (remove_files) COMPLETE |
8286 | 2024-10-30T14:08:26.631Z | [ recovery-image] Oct 30 14:08:25.939 INFO O| Oct 30 14:08:25.938 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8287 | 2024-10-30T14:08:26.643Z | [ recovery-image] Oct 30 14:08:25.953 INFO O| Oct 30 14:08:25.953 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8288 | 2024-10-30T14:08:26.646Z | [ recovery-image] Oct 30 14:08:25.954 INFO O| Oct 30 14:08:25.954 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8289 | 2024-10-30T14:08:32.907Z | [ recovery-image] Oct 30 14:08:32.216 INFO O| Oct 30 14:08:32.215 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 |
8290 | 2024-10-30T14:08:32.907Z | [ recovery-image] Oct 30 14:08:32.216 INFO O| Oct 30 14:08:32.216 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8291 | 2024-10-30T14:08:32.919Z | [ recovery-image] Oct 30 14:08:32.228 INFO O| Oct 30 14:08:32.228 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8292 | 2024-10-30T14:08:32.995Z | [ recovery-image] Oct 30 14:08:32.304 INFO O| Oct 30 14:08:32.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8293 | 2024-10-30T14:08:32.995Z | [ recovery-image] Oct 30 14:08:32.304 INFO O| Oct 30 14:08:32.304 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 ... |
8294 | 2024-10-30T14:08:32.998Z | [ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8295 | 2024-10-30T14:08:32.998Z | [ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO ok! |
8296 | 2024-10-30T14:08:32.998Z | [ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8297 | 2024-10-30T14:08:32.998Z | [ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO STEP 95 (seed_smf) COMPLETE |
8298 | 2024-10-30T14:08:32.998Z | [ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO steps complete; finalising image! |
8299 | 2024-10-30T14:08:32.998Z | [ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8300 | 2024-10-30T14:08:33.029Z | [ recovery-image] Oct 30 14:08:32.338 INFO O| Oct 30 14:08:32.338 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Wed Oct 30 14:08:32 2024) |
8301 | 2024-10-30T14:08:33.235Z | [ recovery-image] Oct 30 14:08:32.544 INFO O| Oct 30 14:08:32.544 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Wed Oct 30 14:08:32 2024) |
8302 | 2024-10-30T14:08:33.458Z | [ recovery-image] Oct 30 14:08:32.767 INFO O| Oct 30 14:08:32.767 INFO temporary pool has 409M used, 1.35G avail, 1.00x compressratio |
8303 | 2024-10-30T14:08:33.458Z | [ recovery-image] Oct 30 14:08:32.767 INFO O| Oct 30 14:08:32.767 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8304 | 2024-10-30T14:08:33.676Z | [ recovery-image] Oct 30 14:08:32.984 INFO O| Oct 30 14:08:32.984 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 |
8305 | 2024-10-30T14:08:33.676Z | [ recovery-image] Oct 30 14:08:32.984 INFO O| Oct 30 14:08:32.984 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8306 | 2024-10-30T14:08:36.679Z | [ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8307 | 2024-10-30T14:08:36.679Z | [ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8308 | 2024-10-30T14:08:36.679Z | [ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8309 | 2024-10-30T14:08:36.679Z | [ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO completed processing gimlet/zfs-recovery |
8310 | 2024-10-30T14:08:36.679Z | [ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8311 | 2024-10-30T14:08:37.244Z | [ recovery-image] Oct 30 14:08:36.552 INFO O| Oct 30 14:08:36.552 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8312 | 2024-10-30T14:08:37.322Z | [ recovery-image] Oct 30 14:08:36.630 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
8313 | 2024-10-30T14:08:37.325Z | [ recovery-image] Oct 30 14:08:36.631 INFO expanded image name: "recovery 417a986/${os_short_commit} 2024-10-30 13:38" -> "recovery 417a986/54a974b 2024-10-30 13:38" |
8314 | 2024-10-30T14:08:37.325Z | [ recovery-image] Oct 30 14:08:36.631 INFO output artefacts stored in: "/work/os-recovery" |
8315 | 2024-10-30T14:08:37.325Z | [ recovery-image] Oct 30 14:08:36.631 INFO collecting git info from project "pinprick"... |
8316 | 2024-10-30T14:08:37.332Z | [ recovery-image] Oct 30 14:08:36.641 INFO collecting git info from project "amd-host-image-builder"... |
8317 | 2024-10-30T14:08:37.492Z | [ recovery-image] Oct 30 14:08:36.800 INFO collecting git info from project "pilot"... |
8318 | 2024-10-30T14:08:37.504Z | [ recovery-image] Oct 30 14:08:36.812 INFO collecting git info from project "chelsio-t6-roms"... |
8319 | 2024-10-30T14:08:37.525Z | [ recovery-image] Oct 30 14:08:36.833 INFO collecting git info from project "image-builder"... |
8320 | 2024-10-30T14:08:37.531Z | [ recovery-image] Oct 30 14:08:36.840 INFO collecting git info from project "amd-firmware"... |
8321 | 2024-10-30T14:08:37.799Z | [ recovery-image] Oct 30 14:08:37.108 INFO collecting git info from project "bootserver"... |
8322 | 2024-10-30T14:08:37.805Z | [ recovery-image] Oct 30 14:08:37.113 INFO collecting git info from project "phbl"... |
8323 | 2024-10-30T14:08:37.811Z | [ recovery-image] Oct 30 14:08:37.120 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8324 | 2024-10-30T14:08:38.161Z | [ recovery-image] Oct 30 14:08:37.470 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8325 | 2024-10-30T14:08:38.505Z | [ recovery-image] Oct 30 14:08:37.813 INFO creating Oxide boot image... |
8326 | 2024-10-30T14:08:38.505Z | [ recovery-image] Oct 30 14:08:37.814 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 417a986/54a974b 2024-10-30 13:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8327 | 2024-10-30T14:09:06.366Z | [ host-image] Oct 30 14:09:05.671 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z |
8328 | 2024-10-30T14:09:06.366Z | [ host-image] Oct 30 14:09:05.671 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z |
8329 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.672 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8330 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.672 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8331 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.672 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8332 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.672 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8333 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8334 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8335 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8336 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8337 | 2024-10-30T14:09:06.369Z | [ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z |
8338 | 2024-10-30T14:09:06.372Z | [ host-image] Oct 30 14:09:05.675 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z |
8339 | 2024-10-30T14:09:06.372Z | [ host-image] Oct 30 14:09:05.676 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z |
8340 | 2024-10-30T14:09:06.372Z | [ host-image] Oct 30 14:09:05.677 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z |
8341 | 2024-10-30T14:09:06.372Z | [ host-image] Oct 30 14:09:05.677 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8342 | 2024-10-30T14:09:06.372Z | [ host-image] Oct 30 14:09:05.677 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z |
8343 | 2024-10-30T14:09:06.374Z | [ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z |
8344 | 2024-10-30T14:09:06.374Z | [ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z |
8345 | 2024-10-30T14:09:06.374Z | [ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z |
8346 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z |
8347 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z |
8348 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z |
8349 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z |
8350 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z |
8351 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z |
8352 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z |
8353 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z |
8354 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z |
8355 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8356 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z |
8357 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z |
8358 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z |
8359 | 2024-10-30T14:09:06.375Z | [ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z |
8360 | 2024-10-30T14:09:06.378Z | [ host-image] Oct 30 14:09:05.681 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z |
8361 | 2024-10-30T14:09:06.378Z | [ host-image] Oct 30 14:09:05.681 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z |
8362 | 2024-10-30T14:09:06.385Z | [ host-image] Oct 30 14:09:05.691 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8363 | 2024-10-30T14:09:06.385Z | [ host-image] Oct 30 14:09:05.691 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z |
8364 | 2024-10-30T14:09:06.387Z | [ host-image] Oct 30 14:09:05.691 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8365 | 2024-10-30T14:09:06.387Z | [ host-image] Oct 30 14:09:05.691 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8366 | 2024-10-30T14:09:06.387Z | [ host-image] Oct 30 14:09:05.692 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8367 | 2024-10-30T14:09:06.387Z | [ host-image] Oct 30 14:09:05.692 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z |
8368 | 2024-10-30T14:09:06.387Z | [ host-image] Oct 30 14:09:05.692 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8369 | 2024-10-30T14:09:06.387Z | [ host-image] Oct 30 14:09:05.692 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8370 | 2024-10-30T14:09:06.390Z | [ host-image] Oct 30 14:09:05.694 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8371 | 2024-10-30T14:09:06.390Z | [ host-image] Oct 30 14:09:05.694 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8372 | 2024-10-30T14:09:06.400Z | [ host-image] Oct 30 14:09:05.706 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8373 | 2024-10-30T14:09:06.400Z | [ host-image] Oct 30 14:09:05.706 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8374 | 2024-10-30T14:09:06.403Z | [ host-image] Oct 30 14:09:05.706 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8375 | 2024-10-30T14:09:06.403Z | [ host-image] Oct 30 14:09:05.707 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8376 | 2024-10-30T14:09:06.403Z | [ host-image] Oct 30 14:09:05.708 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8377 | 2024-10-30T14:09:06.403Z | [ host-image] Oct 30 14:09:05.708 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8378 | 2024-10-30T14:09:06.438Z | [ host-image] Oct 30 14:09:05.743 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8379 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.744 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8380 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.744 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8381 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.745 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z |
8382 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.745 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z |
8383 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.745 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8384 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.745 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z |
8385 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8386 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8387 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8388 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z |
8389 | 2024-10-30T14:09:06.441Z | [ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8390 | 2024-10-30T14:09:06.445Z | [ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8391 | 2024-10-30T14:09:06.447Z | [ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8392 | 2024-10-30T14:09:06.447Z | [ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8393 | 2024-10-30T14:09:06.447Z | [ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z |
8394 | 2024-10-30T14:09:06.448Z | [ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8395 | 2024-10-30T14:09:06.460Z | [ host-image] Oct 30 14:09:05.766 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8396 | 2024-10-30T14:09:06.463Z | [ host-image] Oct 30 14:09:05.766 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z |
8397 | 2024-10-30T14:09:06.463Z | [ host-image] Oct 30 14:09:05.768 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z |
8398 | 2024-10-30T14:09:06.465Z | [ host-image] Oct 30 14:09:05.769 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z |
8399 | 2024-10-30T14:09:06.465Z | [ host-image] Oct 30 14:09:05.769 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8400 | 2024-10-30T14:09:06.465Z | [ host-image] Oct 30 14:09:05.770 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z |
8401 | 2024-10-30T14:09:06.465Z | [ host-image] Oct 30 14:09:05.770 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z |
8402 | 2024-10-30T14:09:06.465Z | [ host-image] Oct 30 14:09:05.770 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z |
8403 | 2024-10-30T14:09:06.465Z | [ host-image] Oct 30 14:09:05.771 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z |
8404 | 2024-10-30T14:09:06.469Z | [ host-image] Oct 30 14:09:05.774 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8405 | 2024-10-30T14:09:06.469Z | [ host-image] Oct 30 14:09:05.775 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z |
8406 | 2024-10-30T14:09:06.472Z | [ host-image] Oct 30 14:09:05.775 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z |
8407 | 2024-10-30T14:09:06.472Z | [ host-image] Oct 30 14:09:05.775 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8408 | 2024-10-30T14:09:06.472Z | [ host-image] Oct 30 14:09:05.776 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z |
8409 | 2024-10-30T14:09:06.472Z | [ host-image] Oct 30 14:09:05.776 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z |
8410 | 2024-10-30T14:09:06.472Z | [ host-image] Oct 30 14:09:05.776 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z |
8411 | 2024-10-30T14:09:06.472Z | [ host-image] Oct 30 14:09:05.777 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z |
8412 | 2024-10-30T14:09:06.479Z | [ host-image] Oct 30 14:09:05.785 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z |
8413 | 2024-10-30T14:09:06.479Z | [ host-image] Oct 30 14:09:05.785 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8414 | 2024-10-30T14:09:06.481Z | [ host-image] Oct 30 14:09:05.787 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z |
8415 | 2024-10-30T14:09:06.484Z | [ host-image] Oct 30 14:09:05.788 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z |
8416 | 2024-10-30T14:09:06.484Z | [ host-image] Oct 30 14:09:05.788 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z |
8417 | 2024-10-30T14:09:06.484Z | [ host-image] Oct 30 14:09:05.789 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z |
8418 | 2024-10-30T14:09:06.484Z | [ host-image] Oct 30 14:09:05.789 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z |
8419 | 2024-10-30T14:09:06.484Z | [ host-image] Oct 30 14:09:05.790 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z |
8420 | 2024-10-30T14:09:06.494Z | [ host-image] Oct 30 14:09:05.800 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z |
8421 | 2024-10-30T14:09:06.496Z | [ host-image] Oct 30 14:09:05.800 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z |
8422 | 2024-10-30T14:09:06.496Z | [ host-image] Oct 30 14:09:05.800 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z |
8423 | 2024-10-30T14:09:06.496Z | [ host-image] Oct 30 14:09:05.801 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z |
8424 | 2024-10-30T14:09:06.496Z | [ host-image] Oct 30 14:09:05.801 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z |
8425 | 2024-10-30T14:09:06.517Z | [ host-image] Oct 30 14:09:05.823 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z |
8426 | 2024-10-30T14:09:06.520Z | [ host-image] Oct 30 14:09:05.823 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z |
8427 | 2024-10-30T14:09:06.520Z | [ host-image] Oct 30 14:09:05.824 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z |
8428 | 2024-10-30T14:09:06.520Z | [ host-image] Oct 30 14:09:05.824 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8429 | 2024-10-30T14:09:06.520Z | [ host-image] Oct 30 14:09:05.824 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8430 | 2024-10-30T14:09:06.547Z | [ host-image] Oct 30 14:09:05.853 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z |
8431 | 2024-10-30T14:09:06.550Z | [ host-image] Oct 30 14:09:05.854 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8432 | 2024-10-30T14:09:06.550Z | [ host-image] Oct 30 14:09:05.854 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z |
8433 | 2024-10-30T14:09:06.550Z | [ host-image] Oct 30 14:09:05.854 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z |
8434 | 2024-10-30T14:09:06.550Z | [ host-image] Oct 30 14:09:05.855 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z |
8435 | 2024-10-30T14:09:06.550Z | [ host-image] Oct 30 14:09:05.855 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8436 | 2024-10-30T14:09:06.550Z | [ host-image] Oct 30 14:09:05.856 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8437 | 2024-10-30T14:09:06.550Z | [ host-image] Oct 30 14:09:05.856 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z |
8438 | 2024-10-30T14:09:06.554Z | [ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z |
8439 | 2024-10-30T14:09:06.554Z | [ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z |
8440 | 2024-10-30T14:09:06.554Z | [ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z |
8441 | 2024-10-30T14:09:06.554Z | [ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z |
8442 | 2024-10-30T14:09:06.554Z | [ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z |
8443 | 2024-10-30T14:09:06.557Z | [ host-image] Oct 30 14:09:05.860 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8444 | 2024-10-30T14:09:06.557Z | [ host-image] Oct 30 14:09:05.861 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z |
8445 | 2024-10-30T14:09:06.557Z | [ host-image] Oct 30 14:09:05.862 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z |
8446 | 2024-10-30T14:09:06.557Z | [ host-image] Oct 30 14:09:05.862 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z |
8447 | 2024-10-30T14:09:06.557Z | [ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z |
8448 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z |
8449 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z |
8450 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8451 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8452 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.864 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z |
8453 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.864 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z |
8454 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.864 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8455 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.865 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8456 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.865 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8457 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.865 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8458 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.865 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8459 | 2024-10-30T14:09:06.560Z | [ host-image] Oct 30 14:09:05.866 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8460 | 2024-10-30T14:09:06.563Z | [ host-image] Oct 30 14:09:05.867 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8461 | 2024-10-30T14:09:06.563Z | [ host-image] Oct 30 14:09:05.867 INFO O| tempdir @ "/tmp/.tmp6rHrT2/tmp" |
8462 | 2024-10-30T14:09:06.563Z | [ host-image] Oct 30 14:09:05.867 INFO O| image root @ "/tmp/.tmp6rHrT2/tmp/root" |
8463 | 2024-10-30T14:09:06.563Z | [ host-image] Oct 30 14:09:05.867 INFO O| creating image... |
8464 | 2024-10-30T14:09:07.054Z | [ host-image] Oct 30 14:09:06.359 INFO O| copying publishers... |
8465 | 2024-10-30T14:09:19.357Z | [ host-image] Oct 30 14:09:18.661 INFO O| adding properties... |
8466 | 2024-10-30T14:09:20.359Z | [ host-image] Oct 30 14:09:19.663 INFO O| installing packages... |
8467 | 2024-10-30T14:09:32.148Z | [ recovery-image] Oct 30 14:09:31.451 INFO O| ok, image written! |
8468 | 2024-10-30T14:09:32.150Z | [ recovery-image] Oct 30 14:09:31.451 INFO O| ok, boot_image_csum file written! |
8469 | 2024-10-30T14:09:32.153Z | [ recovery-image] Oct 30 14:09:31.456 INFO creating boot archive (CPIO)... |
8470 | 2024-10-30T14:09:32.153Z | [ recovery-image] Oct 30 14:09:31.456 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 |
8471 | 2024-10-30T14:09:32.161Z | [ recovery-image] Oct 30 14:09:31.465 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8472 | 2024-10-30T14:09:32.161Z | [ recovery-image] Oct 30 14:09:31.465 INFO E| + outfile=/work/os-recovery/cpio |
8473 | 2024-10-30T14:09:32.164Z | [ recovery-image] Oct 30 14:09:31.465 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8474 | 2024-10-30T14:09:32.164Z | [ recovery-image] Oct 30 14:09:31.467 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8475 | 2024-10-30T14:09:32.164Z | [ recovery-image] Oct 30 14:09:31.467 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8476 | 2024-10-30T14:09:32.195Z | [ recovery-image] Oct 30 14:09:31.498 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8477 | 2024-10-30T14:09:32.195Z | [ recovery-image] Oct 30 14:09:31.498 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8478 | 2024-10-30T14:09:32.202Z | [ recovery-image] Oct 30 14:09:31.505 INFO creating compressed cpio/unix for nanobl-rs... |
8479 | 2024-10-30T14:09:32.202Z | [ recovery-image] Oct 30 14:09:31.505 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 |
8480 | 2024-10-30T14:09:32.484Z | [ recovery-image] Oct 30 14:09:31.788 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8481 | 2024-10-30T14:09:36.598Z | [ recovery-image] Oct 30 14:09:35.901 INFO creating reset image... |
8482 | 2024-10-30T14:09:36.601Z | [ recovery-image] Oct 30 14:09:35.901 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8483 | 2024-10-30T14:09:36.701Z | [ host-image] Oct 30 14:09:36.004 INFO O| seeding SMF database... |
8484 | 2024-10-30T14:09:36.834Z | [ recovery-image] Oct 30 14:09:36.137 INFO E| Updating crates.io index |
8485 | 2024-10-30T14:09:36.939Z | [ recovery-image] Oct 30 14:09:36.242 INFO E| Downloading crates ... |
8486 | 2024-10-30T14:09:37.054Z | [ recovery-image] Oct 30 14:09:36.356 INFO E| Downloaded os_pipe v1.2.1 |
8487 | 2024-10-30T14:09:37.058Z | [ recovery-image] Oct 30 14:09:36.361 INFO E| Downloaded duct v0.13.7 |
8488 | 2024-10-30T14:09:37.060Z | [ recovery-image] Oct 30 14:09:36.363 INFO E| Downloaded shared_child v1.0.1 |
8489 | 2024-10-30T14:09:37.063Z | [ recovery-image] Oct 30 14:09:36.365 INFO E| Downloaded clap v4.5.17 |
8490 | 2024-10-30T14:09:37.078Z | [ recovery-image] Oct 30 14:09:36.381 INFO E| Downloaded clap_builder v4.5.17 |
8491 | 2024-10-30T14:09:37.128Z | [ recovery-image] Oct 30 14:09:36.430 INFO E| Downloaded libc v0.2.158 |
8492 | 2024-10-30T14:09:37.201Z | [ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling proc-macro2 v1.0.86 |
8493 | 2024-10-30T14:09:37.201Z | [ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling unicode-ident v1.0.13 |
8494 | 2024-10-30T14:09:37.206Z | [ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling libc v0.2.158 |
8495 | 2024-10-30T14:09:37.206Z | [ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling utf8parse v0.2.2 |
8496 | 2024-10-30T14:09:37.206Z | [ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8497 | 2024-10-30T14:09:37.206Z | [ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling anstyle-query v1.1.1 |
8498 | 2024-10-30T14:09:37.206Z | [ recovery-image] Oct 30 14:09:36.505 INFO E| Compiling anstyle v1.0.8 |
8499 | 2024-10-30T14:09:37.210Z | [ recovery-image] Oct 30 14:09:36.508 INFO E| Compiling colorchoice v1.0.2 |
8500 | 2024-10-30T14:09:37.436Z | [ recovery-image] Oct 30 14:09:36.738 INFO E| Compiling anstyle-parse v0.2.5 |
8501 | 2024-10-30T14:09:37.451Z | [ recovery-image] Oct 30 14:09:36.753 INFO E| Compiling heck v0.5.0 |
8502 | 2024-10-30T14:09:37.474Z | [ recovery-image] Oct 30 14:09:36.777 INFO E| Compiling clap_lex v0.7.2 |
8503 | 2024-10-30T14:09:37.478Z | [ recovery-image] Oct 30 14:09:36.781 INFO E| Compiling strsim v0.11.1 |
8504 | 2024-10-30T14:09:37.482Z | [ recovery-image] Oct 30 14:09:36.785 INFO E| Compiling once_cell v1.19.0 |
8505 | 2024-10-30T14:09:37.749Z | [ recovery-image] Oct 30 14:09:37.052 INFO E| Compiling anstream v0.6.15 |
8506 | 2024-10-30T14:09:38.108Z | [ recovery-image] Oct 30 14:09:37.411 INFO E| Compiling clap_builder v4.5.17 |
8507 | 2024-10-30T14:09:38.581Z | [ recovery-image] Oct 30 14:09:37.883 INFO E| Compiling os_pipe v1.2.1 |
8508 | 2024-10-30T14:09:38.581Z | [ recovery-image] Oct 30 14:09:37.883 INFO E| Compiling shared_child v1.0.1 |
8509 | 2024-10-30T14:09:38.715Z | [ recovery-image] Oct 30 14:09:38.017 INFO E| Compiling duct v0.13.7 |
8510 | 2024-10-30T14:09:38.892Z | [ recovery-image] Oct 30 14:09:38.194 INFO E| Compiling quote v1.0.37 |
8511 | 2024-10-30T14:09:39.206Z | [ recovery-image] Oct 30 14:09:38.509 INFO E| Compiling syn v2.0.77 |
8512 | 2024-10-30T14:09:43.074Z | [ recovery-image] Oct 30 14:09:42.376 INFO E| Compiling clap_derive v4.5.13 |
8513 | 2024-10-30T14:09:44.856Z | [ recovery-image] Oct 30 14:09:44.158 INFO E| Compiling clap v4.5.17 |
8514 | 2024-10-30T14:09:44.909Z | [ recovery-image] Oct 30 14:09:44.211 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8515 | 2024-10-30T14:09:45.532Z | [ host-image] Oct 30 14:09:44.834 INFO O| configuring SMF profile... |
8516 | 2024-10-30T14:09:45.535Z | [ host-image] Oct 30 14:09:44.835 INFO O| modifying shadow(5)... |
8517 | 2024-10-30T14:09:45.536Z | [ host-image] Oct 30 14:09:44.835 INFO O| loading user and group database... |
8518 | 2024-10-30T14:09:45.536Z | [ host-image] Oct 30 14:09:44.835 INFO O| assessing packaged files... |
8519 | 2024-10-30T14:09:45.910Z | [ recovery-image] Oct 30 14:09:45.212 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s |
8520 | 2024-10-30T14:09:45.920Z | [ recovery-image] Oct 30 14:09:45.223 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8521 | 2024-10-30T14:09:46.044Z | [ recovery-image] Oct 30 14:09:45.345 INFO E| Updating crates.io index |
8522 | 2024-10-30T14:09:46.356Z | [ recovery-image] Oct 30 14:09:45.658 INFO E| Downloading crates ... |
8523 | 2024-10-30T14:09:46.424Z | [ recovery-image] Oct 30 14:09:45.726 INFO E| Downloaded bitstruct_derive v0.1.0 |
8524 | 2024-10-30T14:09:46.430Z | [ recovery-image] Oct 30 14:09:45.732 INFO E| Downloaded raw-cpuid v10.7.0 |
8525 | 2024-10-30T14:09:46.433Z | [ recovery-image] Oct 30 14:09:45.736 INFO E| Downloaded seq-macro v0.3.5 |
8526 | 2024-10-30T14:09:46.436Z | [ recovery-image] Oct 30 14:09:45.737 INFO E| Downloaded bitstruct v0.1.1 |
8527 | 2024-10-30T14:09:46.439Z | [ recovery-image] Oct 30 14:09:45.739 INFO E| Downloaded bit_field v0.10.2 |
8528 | 2024-10-30T14:09:46.446Z | [ recovery-image] Oct 30 14:09:45.748 INFO E| Downloaded cpio_reader v0.1.1 |
8529 | 2024-10-30T14:09:46.596Z | [ recovery-image] Oct 30 14:09:45.898 INFO E| Downloaded x86 v0.52.0 |
8530 | 2024-10-30T14:09:46.654Z | [ recovery-image] Oct 30 14:09:45.956 INFO E| Updating crates.io index |
8531 | 2024-10-30T14:09:46.732Z | [ recovery-image] Oct 30 14:09:46.034 INFO E| Downloading crates ... |
8532 | 2024-10-30T14:09:46.819Z | [ recovery-image] Oct 30 14:09:46.121 INFO E| Downloaded compiler_builtins v0.1.125 |
8533 | 2024-10-30T14:09:46.831Z | [ recovery-image] Oct 30 14:09:46.133 INFO E| Downloaded unicode-width v0.1.13 |
8534 | 2024-10-30T14:09:46.899Z | [ recovery-image] Oct 30 14:09:46.201 INFO E| Compiling compiler_builtins v0.1.125 |
8535 | 2024-10-30T14:09:46.899Z | [ recovery-image] Oct 30 14:09:46.201 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) |
8536 | 2024-10-30T14:09:46.902Z | [ recovery-image] Oct 30 14:09:46.201 INFO E| Compiling proc-macro2 v1.0.86 |
8537 | 2024-10-30T14:09:46.902Z | [ recovery-image] Oct 30 14:09:46.201 INFO E| Compiling unicode-ident v1.0.13 |
8538 | 2024-10-30T14:09:46.902Z | [ recovery-image] Oct 30 14:09:46.202 INFO E| Compiling syn v1.0.109 |
8539 | 2024-10-30T14:09:46.902Z | [ recovery-image] Oct 30 14:09:46.202 INFO E| Compiling x86 v0.52.0 |
8540 | 2024-10-30T14:09:46.902Z | [ recovery-image] Oct 30 14:09:46.202 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8541 | 2024-10-30T14:09:46.902Z | [ recovery-image] Oct 30 14:09:46.202 INFO E| Compiling seq-macro v0.3.5 |
8542 | 2024-10-30T14:09:48.096Z | [ recovery-image] Oct 30 14:09:47.397 INFO E| Compiling quote v1.0.37 |
8543 | 2024-10-30T14:09:48.117Z | [ host-image] Oct 30 14:09:47.419 INFO O| creating archive... |
8544 | 2024-10-30T14:09:48.170Z | [ host-image] Oct 30 14:09:47.472 INFO O| missing from packaging: |
8545 | 2024-10-30T14:09:48.170Z | [ host-image] Oct 30 14:09:47.472 INFO O| "etc/.pwd.lock" |
8546 | 2024-10-30T14:09:48.173Z | [ host-image] Oct 30 14:09:47.472 INFO O| "etc/bash" |
8547 | 2024-10-30T14:09:48.179Z | [ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/generic.xml" |
8548 | 2024-10-30T14:09:48.179Z | [ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/inetd_services.xml" |
8549 | 2024-10-30T14:09:48.182Z | [ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/name_service.xml" |
8550 | 2024-10-30T14:09:48.182Z | [ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/platform.xml" |
8551 | 2024-10-30T14:09:48.182Z | [ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8552 | 2024-10-30T14:09:48.182Z | [ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/repository.db" |
8553 | 2024-10-30T14:09:48.195Z | [ host-image] Oct 30 14:09:47.497 INFO O| "opt/ooce/share" |
8554 | 2024-10-30T14:09:48.195Z | [ host-image] Oct 30 14:09:47.497 INFO O| "opt/ooce/share/man" |
8555 | 2024-10-30T14:09:48.198Z | [ host-image] Oct 30 14:09:47.497 INFO O| "opt/ooce/share/man/man1" |
8556 | 2024-10-30T14:09:48.210Z | [ host-image] Oct 30 14:09:47.512 INFO O| finishing archive... |
8557 | 2024-10-30T14:09:48.353Z | [ recovery-image] Oct 30 14:09:47.654 INFO E| Compiling syn v2.0.77 |
8558 | 2024-10-30T14:09:50.790Z | [ recovery-image] Oct 30 14:09:50.092 INFO E| Compiling scroll_derive v0.12.0 |
8559 | 2024-10-30T14:09:51.138Z | [ host-image] Oct 30 14:09:50.439 INFO O| creating gzonly manifest... |
8560 | 2024-10-30T14:09:51.171Z | [ host-image] Oct 30 14:09:50.472 INFO O| ok |
8561 | 2024-10-30T14:09:51.295Z | [ host-image] Oct 30 14:09:50.597 INFO image builder template: ramdisk-02-trim... |
8562 | 2024-10-30T14:09:51.296Z | [ host-image] Oct 30 14:09:50.597 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/.tmpkhtB9N/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 |
8563 | 2024-10-30T14:09:51.334Z | [ host-image] Oct 30 14:09:50.635 INFO O| Oct 30 14:09:50.635 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8564 | 2024-10-30T14:09:51.341Z | [ host-image] Oct 30 14:09:50.643 INFO O| Oct 30 14:09:50.643 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8565 | 2024-10-30T14:09:51.453Z | [ host-image] Oct 30 14:09:50.754 INFO O| Oct 30 14:09:50.754 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8566 | 2024-10-30T14:09:51.583Z | [ host-image] Oct 30 14:09:50.884 INFO O| Oct 30 14:09:50.884 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8567 | 2024-10-30T14:09:51.583Z | [ host-image] Oct 30 14:09:50.885 INFO O| Oct 30 14:09:50.885 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8568 | 2024-10-30T14:09:51.594Z | [ host-image] Oct 30 14:09:50.895 INFO O| Oct 30 14:09:50.895 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8569 | 2024-10-30T14:09:51.602Z | [ host-image] Oct 30 14:09:50.903 INFO O| Oct 30 14:09:50.903 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8570 | 2024-10-30T14:09:51.611Z | [ host-image] Oct 30 14:09:50.913 INFO O| Oct 30 14:09:50.913 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8571 | 2024-10-30T14:09:51.934Z | [ host-image] Oct 30 14:09:51.236 INFO O| Oct 30 14:09:51.235 INFO rolled back to input snapshot; work may begin |
8572 | 2024-10-30T14:09:51.934Z | [ host-image] Oct 30 14:09:51.236 INFO O| Oct 30 14:09:51.235 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8573 | 2024-10-30T14:09:51.940Z | [ host-image] Oct 30 14:09:51.242 INFO O| Oct 30 14:09:51.242 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8574 | 2024-10-30T14:09:51.952Z | [ host-image] Oct 30 14:09:51.253 INFO O| Oct 30 14:09:51.253 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8575 | 2024-10-30T14:09:52.007Z | [ host-image] Oct 30 14:09:51.309 INFO O| Oct 30 14:09:51.308 INFO STEP 0 (remove_files) COMPLETE |
8576 | 2024-10-30T14:09:52.007Z | [ host-image] Oct 30 14:09:51.309 INFO O| Oct 30 14:09:51.309 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8577 | 2024-10-30T14:09:52.018Z | [ host-image] Oct 30 14:09:51.320 INFO O| Oct 30 14:09:51.320 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8578 | 2024-10-30T14:09:52.021Z | [ host-image] Oct 30 14:09:51.322 INFO O| Oct 30 14:09:51.322 INFO STEP 1 (remove_files) COMPLETE |
8579 | 2024-10-30T14:09:52.021Z | [ host-image] Oct 30 14:09:51.322 INFO O| Oct 30 14:09:51.322 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8580 | 2024-10-30T14:09:52.031Z | [ host-image] Oct 30 14:09:51.332 INFO O| Oct 30 14:09:51.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8581 | 2024-10-30T14:09:52.045Z | [ host-image] Oct 30 14:09:51.347 INFO O| Oct 30 14:09:51.347 INFO STEP 2 (remove_files) COMPLETE |
8582 | 2024-10-30T14:09:52.045Z | [ host-image] Oct 30 14:09:51.347 INFO O| Oct 30 14:09:51.347 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8583 | 2024-10-30T14:09:52.057Z | [ host-image] Oct 30 14:09:51.358 INFO O| Oct 30 14:09:51.358 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8584 | 2024-10-30T14:09:52.060Z | [ host-image] Oct 30 14:09:51.360 INFO O| Oct 30 14:09:51.360 INFO STEP 3 (remove_files) COMPLETE |
8585 | 2024-10-30T14:09:52.060Z | [ host-image] Oct 30 14:09:51.360 INFO O| Oct 30 14:09:51.360 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8586 | 2024-10-30T14:09:52.069Z | [ host-image] Oct 30 14:09:51.371 INFO O| Oct 30 14:09:51.371 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8587 | 2024-10-30T14:09:52.073Z | [ host-image] Oct 30 14:09:51.374 INFO O| Oct 30 14:09:51.374 INFO STEP 4 (remove_files) COMPLETE |
8588 | 2024-10-30T14:09:52.073Z | [ host-image] Oct 30 14:09:51.374 INFO O| Oct 30 14:09:51.374 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8589 | 2024-10-30T14:09:52.084Z | [ host-image] Oct 30 14:09:51.386 INFO O| Oct 30 14:09:51.385 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8590 | 2024-10-30T14:09:52.087Z | [ host-image] Oct 30 14:09:51.388 INFO O| Oct 30 14:09:51.388 INFO STEP 5 (remove_files) COMPLETE |
8591 | 2024-10-30T14:09:52.087Z | [ host-image] Oct 30 14:09:51.388 INFO O| Oct 30 14:09:51.388 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8592 | 2024-10-30T14:09:52.097Z | [ host-image] Oct 30 14:09:51.398 INFO O| Oct 30 14:09:51.398 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8593 | 2024-10-30T14:09:52.106Z | [ host-image] Oct 30 14:09:51.408 INFO O| Oct 30 14:09:51.408 INFO STEP 6 (remove_files) COMPLETE |
8594 | 2024-10-30T14:09:52.106Z | [ host-image] Oct 30 14:09:51.408 INFO O| Oct 30 14:09:51.408 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8595 | 2024-10-30T14:09:52.116Z | [ host-image] Oct 30 14:09:51.418 INFO O| Oct 30 14:09:51.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8596 | 2024-10-30T14:09:52.128Z | [ host-image] Oct 30 14:09:51.429 INFO O| Oct 30 14:09:51.429 INFO STEP 7 (remove_files) COMPLETE |
8597 | 2024-10-30T14:09:52.128Z | [ host-image] Oct 30 14:09:51.429 INFO O| Oct 30 14:09:51.429 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-10-30T14:09:52.138Z | [ host-image] Oct 30 14:09:51.440 INFO O| Oct 30 14:09:51.440 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8599 | 2024-10-30T14:09:52.259Z | [ host-image] Oct 30 14:09:51.560 INFO O| Oct 30 14:09:51.560 INFO STEP 8 (remove_files) COMPLETE |
8600 | 2024-10-30T14:09:52.259Z | [ host-image] Oct 30 14:09:51.561 INFO O| Oct 30 14:09:51.560 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8601 | 2024-10-30T14:09:52.271Z | [ host-image] Oct 30 14:09:51.572 INFO O| Oct 30 14:09:51.572 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8602 | 2024-10-30T14:09:52.441Z | [ host-image] Oct 30 14:09:51.741 INFO O| Oct 30 14:09:51.741 INFO STEP 9 (remove_files) COMPLETE |
8603 | 2024-10-30T14:09:52.441Z | [ host-image] Oct 30 14:09:51.742 INFO O| Oct 30 14:09:51.741 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8604 | 2024-10-30T14:09:52.459Z | [ host-image] Oct 30 14:09:51.760 INFO O| Oct 30 14:09:51.760 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8605 | 2024-10-30T14:09:52.466Z | [ host-image] Oct 30 14:09:51.767 INFO O| Oct 30 14:09:51.767 INFO STEP 10 (remove_files) COMPLETE |
8606 | 2024-10-30T14:09:52.466Z | [ host-image] Oct 30 14:09:51.767 INFO O| Oct 30 14:09:51.767 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8607 | 2024-10-30T14:09:52.482Z | [ host-image] Oct 30 14:09:51.783 INFO O| Oct 30 14:09:51.783 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8608 | 2024-10-30T14:09:52.485Z | [ host-image] Oct 30 14:09:51.785 INFO O| Oct 30 14:09:51.785 INFO STEP 11 (remove_files) COMPLETE |
8609 | 2024-10-30T14:09:52.485Z | [ host-image] Oct 30 14:09:51.785 INFO O| Oct 30 14:09:51.785 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8610 | 2024-10-30T14:09:52.500Z | [ host-image] Oct 30 14:09:51.801 INFO O| Oct 30 14:09:51.801 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8611 | 2024-10-30T14:09:52.503Z | [ host-image] Oct 30 14:09:51.804 INFO O| Oct 30 14:09:51.804 INFO STEP 12 (remove_files) COMPLETE |
8612 | 2024-10-30T14:09:52.503Z | [ host-image] Oct 30 14:09:51.804 INFO O| Oct 30 14:09:51.804 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8613 | 2024-10-30T14:09:52.532Z | [ host-image] Oct 30 14:09:51.834 INFO O| Oct 30 14:09:51.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8614 | 2024-10-30T14:09:52.535Z | [ host-image] Oct 30 14:09:51.834 INFO O| Oct 30 14:09:51.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8615 | 2024-10-30T14:09:52.535Z | [ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8616 | 2024-10-30T14:09:52.535Z | [ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8617 | 2024-10-30T14:09:52.535Z | [ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8618 | 2024-10-30T14:09:52.535Z | [ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8619 | 2024-10-30T14:09:52.535Z | [ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8620 | 2024-10-30T14:09:52.535Z | [ host-image] Oct 30 14:09:51.836 INFO O| Oct 30 14:09:51.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8621 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.837 INFO O| Oct 30 14:09:51.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8622 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.837 INFO O| Oct 30 14:09:51.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8623 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.837 INFO O| Oct 30 14:09:51.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8624 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.838 INFO O| Oct 30 14:09:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8625 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.838 INFO O| Oct 30 14:09:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8626 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.838 INFO O| Oct 30 14:09:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8627 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.839 INFO O| Oct 30 14:09:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8628 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.839 INFO O| Oct 30 14:09:51.839 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8629 | 2024-10-30T14:09:52.538Z | [ host-image] Oct 30 14:09:51.840 INFO O| Oct 30 14:09:51.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8630 | 2024-10-30T14:09:53.036Z | [ host-image] Oct 30 14:09:52.337 INFO O| Oct 30 14:09:52.337 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8631 | 2024-10-30T14:09:53.039Z | [ host-image] Oct 30 14:09:52.341 INFO O| Oct 30 14:09:52.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8632 | 2024-10-30T14:09:53.042Z | [ host-image] Oct 30 14:09:52.342 INFO O| Oct 30 14:09:52.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8633 | 2024-10-30T14:09:53.046Z | [ host-image] Oct 30 14:09:52.347 INFO O| Oct 30 14:09:52.347 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8634 | 2024-10-30T14:09:53.075Z | [ host-image] Oct 30 14:09:52.376 INFO O| Oct 30 14:09:52.376 INFO STEP 13 (remove_files) COMPLETE |
8635 | 2024-10-30T14:09:53.075Z | [ host-image] Oct 30 14:09:52.376 INFO O| Oct 30 14:09:52.376 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8636 | 2024-10-30T14:09:53.086Z | [ host-image] Oct 30 14:09:52.387 INFO O| Oct 30 14:09:52.387 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8637 | 2024-10-30T14:09:53.089Z | [ host-image] Oct 30 14:09:52.389 INFO O| Oct 30 14:09:52.389 INFO STEP 14 (remove_files) COMPLETE |
8638 | 2024-10-30T14:09:53.089Z | [ host-image] Oct 30 14:09:52.389 INFO O| Oct 30 14:09:52.389 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8639 | 2024-10-30T14:09:53.097Z | [ host-image] Oct 30 14:09:52.399 INFO O| Oct 30 14:09:52.398 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8640 | 2024-10-30T14:09:53.103Z | [ host-image] Oct 30 14:09:52.405 INFO O| Oct 30 14:09:52.405 INFO STEP 15 (remove_files) COMPLETE |
8641 | 2024-10-30T14:09:53.103Z | [ host-image] Oct 30 14:09:52.405 INFO O| Oct 30 14:09:52.405 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8642 | 2024-10-30T14:09:53.114Z | [ host-image] Oct 30 14:09:52.415 INFO O| Oct 30 14:09:52.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8643 | 2024-10-30T14:09:53.116Z | [ host-image] Oct 30 14:09:52.416 INFO O| Oct 30 14:09:52.416 INFO STEP 16 (remove_files) COMPLETE |
8644 | 2024-10-30T14:09:53.116Z | [ host-image] Oct 30 14:09:52.416 INFO O| Oct 30 14:09:52.416 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8645 | 2024-10-30T14:09:53.124Z | [ host-image] Oct 30 14:09:52.426 INFO O| Oct 30 14:09:52.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8646 | 2024-10-30T14:09:53.127Z | [ host-image] Oct 30 14:09:52.427 INFO O| Oct 30 14:09:52.427 INFO STEP 17 (remove_files) COMPLETE |
8647 | 2024-10-30T14:09:53.127Z | [ host-image] Oct 30 14:09:52.427 INFO O| Oct 30 14:09:52.427 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8648 | 2024-10-30T14:09:53.136Z | [ host-image] Oct 30 14:09:52.437 INFO O| Oct 30 14:09:52.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8649 | 2024-10-30T14:09:53.138Z | [ host-image] Oct 30 14:09:52.437 INFO O| Oct 30 14:09:52.437 INFO STEP 18 (remove_files) COMPLETE |
8650 | 2024-10-30T14:09:53.138Z | [ host-image] Oct 30 14:09:52.437 INFO O| Oct 30 14:09:52.437 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8651 | 2024-10-30T14:09:53.148Z | [ host-image] Oct 30 14:09:52.450 INFO O| Oct 30 14:09:52.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8652 | 2024-10-30T14:09:53.151Z | [ host-image] Oct 30 14:09:52.450 INFO O| Oct 30 14:09:52.450 INFO STEP 19 (remove_files) COMPLETE |
8653 | 2024-10-30T14:09:53.151Z | [ host-image] Oct 30 14:09:52.450 INFO O| Oct 30 14:09:52.450 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8654 | 2024-10-30T14:09:53.153Z | [ recovery-image] Oct 30 14:09:52.454 INFO E| Compiling bitstruct_derive v0.1.0 |
8655 | 2024-10-30T14:09:53.160Z | [ host-image] Oct 30 14:09:52.462 INFO O| Oct 30 14:09:52.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8656 | 2024-10-30T14:09:53.161Z | [ host-image] Oct 30 14:09:52.462 INFO O| Oct 30 14:09:52.462 INFO STEP 20 (remove_files) COMPLETE |
8657 | 2024-10-30T14:09:53.163Z | [ host-image] Oct 30 14:09:52.462 INFO O| Oct 30 14:09:52.462 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8658 | 2024-10-30T14:09:53.171Z | [ host-image] Oct 30 14:09:52.473 INFO O| Oct 30 14:09:52.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8659 | 2024-10-30T14:09:53.171Z | [ host-image] Oct 30 14:09:52.473 INFO O| Oct 30 14:09:52.473 INFO STEP 21 (remove_files) COMPLETE |
8660 | 2024-10-30T14:09:53.174Z | [ host-image] Oct 30 14:09:52.473 INFO O| Oct 30 14:09:52.473 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8661 | 2024-10-30T14:09:53.181Z | [ host-image] Oct 30 14:09:52.482 INFO O| Oct 30 14:09:52.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8662 | 2024-10-30T14:09:53.181Z | [ host-image] Oct 30 14:09:52.482 INFO O| Oct 30 14:09:52.482 INFO STEP 22 (remove_files) COMPLETE |
8663 | 2024-10-30T14:09:53.183Z | [ host-image] Oct 30 14:09:52.483 INFO O| Oct 30 14:09:52.482 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8664 | 2024-10-30T14:09:53.191Z | [ host-image] Oct 30 14:09:52.493 INFO O| Oct 30 14:09:52.493 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8665 | 2024-10-30T14:09:53.191Z | [ host-image] Oct 30 14:09:52.493 INFO O| Oct 30 14:09:52.493 INFO STEP 23 (remove_files) COMPLETE |
8666 | 2024-10-30T14:09:53.194Z | [ host-image] Oct 30 14:09:52.493 INFO O| Oct 30 14:09:52.493 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8667 | 2024-10-30T14:09:53.203Z | [ host-image] Oct 30 14:09:52.505 INFO O| Oct 30 14:09:52.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8668 | 2024-10-30T14:09:53.206Z | [ host-image] Oct 30 14:09:52.505 INFO O| Oct 30 14:09:52.505 INFO STEP 24 (remove_files) COMPLETE |
8669 | 2024-10-30T14:09:53.206Z | [ host-image] Oct 30 14:09:52.505 INFO O| Oct 30 14:09:52.505 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8670 | 2024-10-30T14:09:53.217Z | [ host-image] Oct 30 14:09:52.518 INFO O| Oct 30 14:09:52.518 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8671 | 2024-10-30T14:09:53.220Z | [ host-image] Oct 30 14:09:52.518 INFO O| Oct 30 14:09:52.518 INFO STEP 25 (remove_files) COMPLETE |
8672 | 2024-10-30T14:09:53.220Z | [ host-image] Oct 30 14:09:52.518 INFO O| Oct 30 14:09:52.518 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8673 | 2024-10-30T14:09:53.229Z | [ host-image] Oct 30 14:09:52.530 INFO O| Oct 30 14:09:52.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8674 | 2024-10-30T14:09:53.229Z | [ host-image] Oct 30 14:09:52.530 INFO O| Oct 30 14:09:52.530 INFO STEP 26 (remove_files) COMPLETE |
8675 | 2024-10-30T14:09:53.231Z | [ host-image] Oct 30 14:09:52.530 INFO O| Oct 30 14:09:52.530 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8676 | 2024-10-30T14:09:53.241Z | [ host-image] Oct 30 14:09:52.542 INFO O| Oct 30 14:09:52.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8677 | 2024-10-30T14:09:53.241Z | [ host-image] Oct 30 14:09:52.542 INFO O| Oct 30 14:09:52.542 INFO STEP 27 (remove_files) COMPLETE |
8678 | 2024-10-30T14:09:53.243Z | [ host-image] Oct 30 14:09:52.542 INFO O| Oct 30 14:09:52.542 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8679 | 2024-10-30T14:09:53.250Z | [ host-image] Oct 30 14:09:52.551 INFO O| Oct 30 14:09:52.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8680 | 2024-10-30T14:09:53.250Z | [ host-image] Oct 30 14:09:52.552 INFO O| Oct 30 14:09:52.551 INFO STEP 28 (remove_files) COMPLETE |
8681 | 2024-10-30T14:09:53.250Z | [ host-image] Oct 30 14:09:52.552 INFO O| Oct 30 14:09:52.552 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8682 | 2024-10-30T14:09:53.260Z | [ host-image] Oct 30 14:09:52.561 INFO O| Oct 30 14:09:52.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8683 | 2024-10-30T14:09:53.260Z | [ host-image] Oct 30 14:09:52.561 INFO O| Oct 30 14:09:52.561 INFO STEP 29 (remove_files) COMPLETE |
8684 | 2024-10-30T14:09:53.260Z | [ host-image] Oct 30 14:09:52.561 INFO O| Oct 30 14:09:52.561 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8685 | 2024-10-30T14:09:53.270Z | [ host-image] Oct 30 14:09:52.571 INFO O| Oct 30 14:09:52.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8686 | 2024-10-30T14:09:53.270Z | [ host-image] Oct 30 14:09:52.571 INFO O| Oct 30 14:09:52.571 INFO STEP 30 (remove_files) COMPLETE |
8687 | 2024-10-30T14:09:53.272Z | [ host-image] Oct 30 14:09:52.571 INFO O| Oct 30 14:09:52.571 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8688 | 2024-10-30T14:09:53.282Z | [ host-image] Oct 30 14:09:52.584 INFO O| Oct 30 14:09:52.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8689 | 2024-10-30T14:09:53.285Z | [ host-image] Oct 30 14:09:52.584 INFO O| Oct 30 14:09:52.584 INFO STEP 31 (remove_files) COMPLETE |
8690 | 2024-10-30T14:09:53.285Z | [ host-image] Oct 30 14:09:52.584 INFO O| Oct 30 14:09:52.584 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8691 | 2024-10-30T14:09:53.295Z | [ host-image] Oct 30 14:09:52.596 INFO O| Oct 30 14:09:52.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8692 | 2024-10-30T14:09:53.295Z | [ host-image] Oct 30 14:09:52.596 INFO O| Oct 30 14:09:52.596 INFO STEP 32 (remove_files) COMPLETE |
8693 | 2024-10-30T14:09:53.295Z | [ host-image] Oct 30 14:09:52.596 INFO O| Oct 30 14:09:52.596 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8694 | 2024-10-30T14:09:53.305Z | [ host-image] Oct 30 14:09:52.606 INFO O| Oct 30 14:09:52.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8695 | 2024-10-30T14:09:53.305Z | [ host-image] Oct 30 14:09:52.606 INFO O| Oct 30 14:09:52.606 INFO STEP 33 (remove_files) COMPLETE |
8696 | 2024-10-30T14:09:53.307Z | [ host-image] Oct 30 14:09:52.606 INFO O| Oct 30 14:09:52.606 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8697 | 2024-10-30T14:09:53.315Z | [ host-image] Oct 30 14:09:52.616 INFO O| Oct 30 14:09:52.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8698 | 2024-10-30T14:09:53.315Z | [ host-image] Oct 30 14:09:52.616 INFO O| Oct 30 14:09:52.616 INFO STEP 34 (remove_files) COMPLETE |
8699 | 2024-10-30T14:09:53.317Z | [ host-image] Oct 30 14:09:52.616 INFO O| Oct 30 14:09:52.616 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8700 | 2024-10-30T14:09:53.326Z | [ host-image] Oct 30 14:09:52.627 INFO O| Oct 30 14:09:52.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8701 | 2024-10-30T14:09:53.326Z | [ host-image] Oct 30 14:09:52.627 INFO O| Oct 30 14:09:52.627 INFO STEP 35 (remove_files) COMPLETE |
8702 | 2024-10-30T14:09:53.328Z | [ host-image] Oct 30 14:09:52.627 INFO O| Oct 30 14:09:52.627 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8703 | 2024-10-30T14:09:53.335Z | [ host-image] Oct 30 14:09:52.637 INFO O| Oct 30 14:09:52.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8704 | 2024-10-30T14:09:53.338Z | [ host-image] Oct 30 14:09:52.637 INFO O| Oct 30 14:09:52.637 INFO STEP 36 (remove_files) COMPLETE |
8705 | 2024-10-30T14:09:53.338Z | [ host-image] Oct 30 14:09:52.637 INFO O| Oct 30 14:09:52.637 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8706 | 2024-10-30T14:09:53.345Z | [ host-image] Oct 30 14:09:52.646 INFO O| Oct 30 14:09:52.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8707 | 2024-10-30T14:09:53.345Z | [ host-image] Oct 30 14:09:52.647 INFO O| Oct 30 14:09:52.646 INFO STEP 37 (remove_files) COMPLETE |
8708 | 2024-10-30T14:09:53.348Z | [ host-image] Oct 30 14:09:52.647 INFO O| Oct 30 14:09:52.647 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8709 | 2024-10-30T14:09:53.355Z | [ host-image] Oct 30 14:09:52.656 INFO O| Oct 30 14:09:52.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8710 | 2024-10-30T14:09:53.355Z | [ host-image] Oct 30 14:09:52.656 INFO O| Oct 30 14:09:52.656 INFO STEP 38 (remove_files) COMPLETE |
8711 | 2024-10-30T14:09:53.358Z | [ host-image] Oct 30 14:09:52.656 INFO O| Oct 30 14:09:52.656 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8712 | 2024-10-30T14:09:53.364Z | [ host-image] Oct 30 14:09:52.666 INFO O| Oct 30 14:09:52.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8713 | 2024-10-30T14:09:53.365Z | [ host-image] Oct 30 14:09:52.666 INFO O| Oct 30 14:09:52.666 INFO STEP 39 (remove_files) COMPLETE |
8714 | 2024-10-30T14:09:53.368Z | [ host-image] Oct 30 14:09:52.666 INFO O| Oct 30 14:09:52.666 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8715 | 2024-10-30T14:09:53.374Z | [ host-image] Oct 30 14:09:52.676 INFO O| Oct 30 14:09:52.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8716 | 2024-10-30T14:09:53.374Z | [ host-image] Oct 30 14:09:52.676 INFO O| Oct 30 14:09:52.676 INFO STEP 40 (remove_files) COMPLETE |
8717 | 2024-10-30T14:09:53.377Z | [ host-image] Oct 30 14:09:52.676 INFO O| Oct 30 14:09:52.676 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8718 | 2024-10-30T14:09:53.384Z | [ host-image] Oct 30 14:09:52.686 INFO O| Oct 30 14:09:52.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8719 | 2024-10-30T14:09:53.384Z | [ host-image] Oct 30 14:09:52.686 INFO O| Oct 30 14:09:52.686 INFO STEP 41 (remove_files) COMPLETE |
8720 | 2024-10-30T14:09:53.384Z | [ host-image] Oct 30 14:09:52.686 INFO O| Oct 30 14:09:52.686 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8721 | 2024-10-30T14:09:53.394Z | [ host-image] Oct 30 14:09:52.695 INFO O| Oct 30 14:09:52.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8722 | 2024-10-30T14:09:53.394Z | [ host-image] Oct 30 14:09:52.696 INFO O| Oct 30 14:09:52.696 INFO STEP 42 (remove_files) COMPLETE |
8723 | 2024-10-30T14:09:53.394Z | [ host-image] Oct 30 14:09:52.696 INFO O| Oct 30 14:09:52.696 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8724 | 2024-10-30T14:09:53.404Z | [ host-image] Oct 30 14:09:52.705 INFO O| Oct 30 14:09:52.705 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8725 | 2024-10-30T14:09:53.407Z | [ host-image] Oct 30 14:09:52.705 INFO O| Oct 30 14:09:52.705 INFO STEP 43 (remove_files) COMPLETE |
8726 | 2024-10-30T14:09:53.407Z | [ host-image] Oct 30 14:09:52.706 INFO O| Oct 30 14:09:52.705 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8727 | 2024-10-30T14:09:53.415Z | [ host-image] Oct 30 14:09:52.716 INFO O| Oct 30 14:09:52.716 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8728 | 2024-10-30T14:09:53.415Z | [ host-image] Oct 30 14:09:52.716 INFO O| Oct 30 14:09:52.716 INFO STEP 44 (remove_files) COMPLETE |
8729 | 2024-10-30T14:09:53.417Z | [ host-image] Oct 30 14:09:52.716 INFO O| Oct 30 14:09:52.716 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8730 | 2024-10-30T14:09:53.425Z | [ host-image] Oct 30 14:09:52.727 INFO O| Oct 30 14:09:52.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8731 | 2024-10-30T14:09:53.425Z | [ host-image] Oct 30 14:09:52.727 INFO O| Oct 30 14:09:52.727 INFO STEP 45 (remove_files) COMPLETE |
8732 | 2024-10-30T14:09:53.428Z | [ host-image] Oct 30 14:09:52.727 INFO O| Oct 30 14:09:52.727 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8733 | 2024-10-30T14:09:53.438Z | [ host-image] Oct 30 14:09:52.739 INFO O| Oct 30 14:09:52.739 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8734 | 2024-10-30T14:09:53.438Z | [ host-image] Oct 30 14:09:52.739 INFO O| Oct 30 14:09:52.739 INFO STEP 46 (remove_files) COMPLETE |
8735 | 2024-10-30T14:09:53.440Z | [ host-image] Oct 30 14:09:52.739 INFO O| Oct 30 14:09:52.739 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8736 | 2024-10-30T14:09:53.449Z | [ host-image] Oct 30 14:09:52.750 INFO O| Oct 30 14:09:52.750 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8737 | 2024-10-30T14:09:53.449Z | [ host-image] Oct 30 14:09:52.750 INFO O| Oct 30 14:09:52.750 INFO STEP 47 (remove_files) COMPLETE |
8738 | 2024-10-30T14:09:53.451Z | [ host-image] Oct 30 14:09:52.750 INFO O| Oct 30 14:09:52.750 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8739 | 2024-10-30T14:09:53.459Z | [ host-image] Oct 30 14:09:52.760 INFO O| Oct 30 14:09:52.760 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8740 | 2024-10-30T14:09:53.459Z | [ host-image] Oct 30 14:09:52.761 INFO O| Oct 30 14:09:52.760 INFO STEP 48 (remove_files) COMPLETE |
8741 | 2024-10-30T14:09:53.462Z | [ host-image] Oct 30 14:09:52.761 INFO O| Oct 30 14:09:52.761 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8742 | 2024-10-30T14:09:53.469Z | [ host-image] Oct 30 14:09:52.771 INFO O| Oct 30 14:09:52.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8743 | 2024-10-30T14:09:53.472Z | [ host-image] Oct 30 14:09:52.771 INFO O| Oct 30 14:09:52.771 INFO STEP 49 (remove_files) COMPLETE |
8744 | 2024-10-30T14:09:53.472Z | [ host-image] Oct 30 14:09:52.771 INFO O| Oct 30 14:09:52.771 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8745 | 2024-10-30T14:09:53.484Z | [ host-image] Oct 30 14:09:52.785 INFO O| Oct 30 14:09:52.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8746 | 2024-10-30T14:09:53.484Z | [ host-image] Oct 30 14:09:52.785 INFO O| Oct 30 14:09:52.785 INFO STEP 50 (remove_files) COMPLETE |
8747 | 2024-10-30T14:09:53.487Z | [ host-image] Oct 30 14:09:52.785 INFO O| Oct 30 14:09:52.785 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2024-10-30T14:09:53.499Z | [ host-image] Oct 30 14:09:52.800 INFO O| Oct 30 14:09:52.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8749 | 2024-10-30T14:09:53.499Z | [ host-image] Oct 30 14:09:52.800 INFO O| Oct 30 14:09:52.800 INFO STEP 51 (remove_files) COMPLETE |
8750 | 2024-10-30T14:09:53.499Z | [ host-image] Oct 30 14:09:52.800 INFO O| Oct 30 14:09:52.800 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2024-10-30T14:09:53.513Z | [ host-image] Oct 30 14:09:52.815 INFO O| Oct 30 14:09:52.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8752 | 2024-10-30T14:09:53.513Z | [ host-image] Oct 30 14:09:52.815 INFO O| Oct 30 14:09:52.815 INFO STEP 52 (remove_files) COMPLETE |
8753 | 2024-10-30T14:09:53.516Z | [ host-image] Oct 30 14:09:52.815 INFO O| Oct 30 14:09:52.815 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2024-10-30T14:09:53.526Z | [ host-image] Oct 30 14:09:52.827 INFO O| Oct 30 14:09:52.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8755 | 2024-10-30T14:09:53.526Z | [ host-image] Oct 30 14:09:52.827 INFO O| Oct 30 14:09:52.827 INFO STEP 53 (remove_files) COMPLETE |
8756 | 2024-10-30T14:09:53.529Z | [ host-image] Oct 30 14:09:52.827 INFO O| Oct 30 14:09:52.827 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-10-30T14:09:53.536Z | [ host-image] Oct 30 14:09:52.837 INFO O| Oct 30 14:09:52.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8758 | 2024-10-30T14:09:53.536Z | [ host-image] Oct 30 14:09:52.837 INFO O| Oct 30 14:09:52.837 INFO STEP 54 (remove_files) COMPLETE |
8759 | 2024-10-30T14:09:53.538Z | [ host-image] Oct 30 14:09:52.837 INFO O| Oct 30 14:09:52.837 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-10-30T14:09:53.546Z | [ host-image] Oct 30 14:09:52.848 INFO O| Oct 30 14:09:52.847 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8761 | 2024-10-30T14:09:53.549Z | [ host-image] Oct 30 14:09:52.848 INFO O| Oct 30 14:09:52.848 INFO STEP 55 (remove_files) COMPLETE |
8762 | 2024-10-30T14:09:53.549Z | [ host-image] Oct 30 14:09:52.848 INFO O| Oct 30 14:09:52.848 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-10-30T14:09:53.556Z | [ host-image] Oct 30 14:09:52.858 INFO O| Oct 30 14:09:52.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8764 | 2024-10-30T14:09:53.556Z | [ host-image] Oct 30 14:09:52.858 INFO O| Oct 30 14:09:52.858 INFO STEP 56 (remove_files) COMPLETE |
8765 | 2024-10-30T14:09:53.559Z | [ host-image] Oct 30 14:09:52.858 INFO O| Oct 30 14:09:52.858 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-10-30T14:09:53.567Z | [ host-image] Oct 30 14:09:52.868 INFO O| Oct 30 14:09:52.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8767 | 2024-10-30T14:09:53.567Z | [ host-image] Oct 30 14:09:52.868 INFO O| Oct 30 14:09:52.868 INFO STEP 57 (remove_files) COMPLETE |
8768 | 2024-10-30T14:09:53.570Z | [ host-image] Oct 30 14:09:52.868 INFO O| Oct 30 14:09:52.868 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-10-30T14:09:53.577Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.878 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8770 | 2024-10-30T14:09:53.577Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8771 | 2024-10-30T14:09:53.580Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8772 | 2024-10-30T14:09:53.580Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8773 | 2024-10-30T14:09:53.580Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8774 | 2024-10-30T14:09:53.580Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8775 | 2024-10-30T14:09:53.580Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO ok! |
8776 | 2024-10-30T14:09:53.580Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO STEP 58 (ensure_file) COMPLETE |
8777 | 2024-10-30T14:09:53.580Z | [ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-10-30T14:09:53.588Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8779 | 2024-10-30T14:09:53.588Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8780 | 2024-10-30T14:09:53.591Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8781 | 2024-10-30T14:09:53.591Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8782 | 2024-10-30T14:09:53.591Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8783 | 2024-10-30T14:09:53.591Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8784 | 2024-10-30T14:09:53.591Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO ok! |
8785 | 2024-10-30T14:09:53.591Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO STEP 59 (ensure_file) COMPLETE |
8786 | 2024-10-30T14:09:53.591Z | [ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-10-30T14:09:53.601Z | [ host-image] Oct 30 14:09:52.899 INFO O| Oct 30 14:09:52.899 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8788 | 2024-10-30T14:09:53.601Z | [ host-image] Oct 30 14:09:52.899 INFO O| Oct 30 14:09:52.899 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8789 | 2024-10-30T14:09:53.601Z | [ host-image] Oct 30 14:09:52.900 INFO O| Oct 30 14:09:52.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8790 | 2024-10-30T14:09:53.606Z | [ host-image] Oct 30 14:09:52.900 INFO O| Oct 30 14:09:52.900 INFO ok! |
8791 | 2024-10-30T14:09:53.606Z | [ host-image] Oct 30 14:09:52.900 INFO O| Oct 30 14:09:52.900 INFO STEP 60 (ensure_file) COMPLETE |
8792 | 2024-10-30T14:09:53.606Z | [ host-image] Oct 30 14:09:52.900 INFO O| Oct 30 14:09:52.900 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2024-10-30T14:09:53.611Z | [ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8794 | 2024-10-30T14:09:53.611Z | [ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8795 | 2024-10-30T14:09:53.611Z | [ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8796 | 2024-10-30T14:09:53.611Z | [ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO ok! |
8797 | 2024-10-30T14:09:53.611Z | [ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO STEP 61 (ensure_file) COMPLETE |
8798 | 2024-10-30T14:09:53.611Z | [ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2024-10-30T14:09:53.619Z | [ host-image] Oct 30 14:09:52.920 INFO O| Oct 30 14:09:52.920 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8800 | 2024-10-30T14:09:53.619Z | [ host-image] Oct 30 14:09:52.920 INFO O| Oct 30 14:09:52.920 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8801 | 2024-10-30T14:09:53.622Z | [ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.920 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8802 | 2024-10-30T14:09:53.622Z | [ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.921 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8803 | 2024-10-30T14:09:53.622Z | [ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.921 INFO ok! |
8804 | 2024-10-30T14:09:53.622Z | [ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.921 INFO STEP 62 (ensure_file) COMPLETE |
8805 | 2024-10-30T14:09:53.622Z | [ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.921 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8806 | 2024-10-30T14:09:53.629Z | [ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8807 | 2024-10-30T14:09:53.630Z | [ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8808 | 2024-10-30T14:09:53.632Z | [ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8809 | 2024-10-30T14:09:53.632Z | [ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8810 | 2024-10-30T14:09:53.632Z | [ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO ok! |
8811 | 2024-10-30T14:09:53.632Z | [ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO STEP 63 (ensure_file) COMPLETE |
8812 | 2024-10-30T14:09:53.632Z | [ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2024-10-30T14:09:53.640Z | [ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8814 | 2024-10-30T14:09:53.640Z | [ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8815 | 2024-10-30T14:09:53.643Z | [ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8816 | 2024-10-30T14:09:53.643Z | [ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO ok! |
8817 | 2024-10-30T14:09:53.643Z | [ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO STEP 64 (assemble_files) COMPLETE |
8818 | 2024-10-30T14:09:53.643Z | [ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-10-30T14:09:53.652Z | [ host-image] Oct 30 14:09:52.953 INFO O| Oct 30 14:09:52.953 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8820 | 2024-10-30T14:09:53.652Z | [ host-image] Oct 30 14:09:52.953 INFO O| Oct 30 14:09:52.953 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8821 | 2024-10-30T14:09:53.655Z | [ host-image] Oct 30 14:09:52.953 INFO O| Oct 30 14:09:52.953 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8822 | 2024-10-30T14:09:53.655Z | [ host-image] Oct 30 14:09:52.954 INFO O| Oct 30 14:09:52.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8823 | 2024-10-30T14:09:53.655Z | [ host-image] Oct 30 14:09:52.954 INFO O| Oct 30 14:09:52.954 INFO ok! |
8824 | 2024-10-30T14:09:53.655Z | [ host-image] Oct 30 14:09:52.954 INFO O| Oct 30 14:09:52.954 INFO STEP 65 (ensure_file) COMPLETE |
8825 | 2024-10-30T14:09:53.655Z | [ host-image] Oct 30 14:09:52.954 INFO O| Oct 30 14:09:52.954 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8826 | 2024-10-30T14:09:53.664Z | [ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8827 | 2024-10-30T14:09:53.666Z | [ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8828 | 2024-10-30T14:09:53.666Z | [ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8829 | 2024-10-30T14:09:53.666Z | [ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO STEP 66 (ensure_dir) COMPLETE |
8830 | 2024-10-30T14:09:53.666Z | [ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-10-30T14:09:53.676Z | [ host-image] Oct 30 14:09:52.977 INFO O| Oct 30 14:09:52.977 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8832 | 2024-10-30T14:09:53.676Z | [ host-image] Oct 30 14:09:52.977 INFO O| Oct 30 14:09:52.977 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 ... |
8833 | 2024-10-30T14:09:53.683Z | [ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 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 |
8834 | 2024-10-30T14:09:53.683Z | [ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8835 | 2024-10-30T14:09:53.685Z | [ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 INFO ok! |
8836 | 2024-10-30T14:09:53.685Z | [ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 INFO STEP 67 (ensure_file) COMPLETE |
8837 | 2024-10-30T14:09:53.685Z | [ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8838 | 2024-10-30T14:09:53.695Z | [ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8839 | 2024-10-30T14:09:53.695Z | [ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 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 ... |
8840 | 2024-10-30T14:09:53.697Z | [ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 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 |
8841 | 2024-10-30T14:09:53.697Z | [ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8842 | 2024-10-30T14:09:53.697Z | [ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO ok! |
8843 | 2024-10-30T14:09:53.697Z | [ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO STEP 68 (ensure_file) COMPLETE |
8844 | 2024-10-30T14:09:53.697Z | [ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8845 | 2024-10-30T14:09:53.719Z | [ host-image] Oct 30 14:09:53.014 INFO O| Oct 30 14:09:53.014 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8846 | 2024-10-30T14:09:53.732Z | [ host-image] Oct 30 14:09:53.014 INFO O| Oct 30 14:09:53.014 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8847 | 2024-10-30T14:09:55.752Z | [ host-image] Oct 30 14:09:55.053 INFO O| Oct 30 14:09:55.053 INFO STEP 69 (pack_tar) COMPLETE |
8848 | 2024-10-30T14:09:55.755Z | [ host-image] Oct 30 14:09:55.053 INFO O| Oct 30 14:09:55.053 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8849 | 2024-10-30T14:09:55.755Z | [ host-image] Oct 30 14:09:55.053 INFO O| Oct 30 14:09:55.053 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8850 | 2024-10-30T14:09:56.010Z | [ host-image] Oct 30 14:09:55.311 INFO O| Oct 30 14:09:55.311 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8851 | 2024-10-30T14:09:56.059Z | [ host-image] Oct 30 14:09:55.359 INFO O| Oct 30 14:09:55.359 INFO completed processing gimlet/ramdisk-02-trim |
8852 | 2024-10-30T14:09:56.061Z | [ host-image] Oct 30 14:09:55.361 INFO image builder template: zfs... |
8853 | 2024-10-30T14:09:56.061Z | [ host-image] Oct 30 14:09:55.362 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/.tmpkhtB9N/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 |
8854 | 2024-10-30T14:09:56.074Z | [ host-image] Oct 30 14:09:55.376 INFO O| Oct 30 14:09:55.375 INFO skip include "stress" because feature "stress" is not enabled |
8855 | 2024-10-30T14:09:56.106Z | [ host-image] Oct 30 14:09:55.408 INFO O| Oct 30 14:09:55.407 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8856 | 2024-10-30T14:09:56.111Z | [ host-image] Oct 30 14:09:55.412 INFO O| Oct 30 14:09:55.412 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8857 | 2024-10-30T14:09:56.152Z | [ host-image] Oct 30 14:09:55.453 INFO O| Oct 30 14:09:55.453 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8858 | 2024-10-30T14:09:56.189Z | [ host-image] Oct 30 14:09:55.490 INFO O| Oct 30 14:09:55.490 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8859 | 2024-10-30T14:09:56.189Z | [ host-image] Oct 30 14:09:55.490 INFO O| Oct 30 14:09:55.490 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8860 | 2024-10-30T14:09:56.193Z | [ host-image] Oct 30 14:09:55.494 INFO O| Oct 30 14:09:55.494 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8861 | 2024-10-30T14:09:56.239Z | [ host-image] Oct 30 14:09:55.540 INFO O| Oct 30 14:09:55.540 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8862 | 2024-10-30T14:09:56.277Z | [ host-image] Oct 30 14:09:55.578 INFO O| Oct 30 14:09:55.578 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8863 | 2024-10-30T14:09:56.286Z | [ host-image] Oct 30 14:09:55.587 INFO O| Oct 30 14:09:55.587 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8864 | 2024-10-30T14:09:56.291Z | [ host-image] Oct 30 14:09:55.592 INFO O| Oct 30 14:09:55.592 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8865 | 2024-10-30T14:09:56.293Z | [ host-image] Oct 30 14:09:55.592 INFO O| Oct 30 14:09:55.592 INFO no lofi found |
8866 | 2024-10-30T14:09:56.293Z | [ host-image] Oct 30 14:09:55.592 INFO O| Oct 30 14:09:55.592 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8867 | 2024-10-30T14:09:56.293Z | [ host-image] Oct 30 14:09:55.592 INFO O| Oct 30 14:09:55.592 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8868 | 2024-10-30T14:09:57.708Z | [ host-image] Oct 30 14:09:57.009 INFO O| Oct 30 14:09:57.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8869 | 2024-10-30T14:09:57.708Z | [ host-image] Oct 30 14:09:57.009 INFO O| Oct 30 14:09:57.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8870 | 2024-10-30T14:09:57.712Z | [ host-image] Oct 30 14:09:57.009 INFO O| Oct 30 14:09:57.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"] |
8871 | 2024-10-30T14:09:57.788Z | [ host-image] Oct 30 14:09:57.089 INFO O| Oct 30 14:09:57.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8872 | 2024-10-30T14:09:57.789Z | [ host-image] Oct 30 14:09:57.089 INFO O| Oct 30 14:09:57.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8873 | 2024-10-30T14:09:57.810Z | [ host-image] Oct 30 14:09:57.111 INFO O| Oct 30 14:09:57.111 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8874 | 2024-10-30T14:09:57.867Z | [ host-image] Oct 30 14:09:57.168 INFO O| Oct 30 14:09:57.168 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8875 | 2024-10-30T14:09:57.904Z | [ host-image] Oct 30 14:09:57.205 INFO O| Oct 30 14:09:57.205 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8876 | 2024-10-30T14:09:57.918Z | [ host-image] Oct 30 14:09:57.218 INFO O| Oct 30 14:09:57.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8877 | 2024-10-30T14:09:57.928Z | [ host-image] Oct 30 14:09:57.229 INFO O| Oct 30 14:09:57.229 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8878 | 2024-10-30T14:09:57.977Z | [ host-image] Oct 30 14:09:57.278 INFO O| Oct 30 14:09:57.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8879 | 2024-10-30T14:09:57.977Z | [ host-image] Oct 30 14:09:57.278 INFO O| Oct 30 14:09:57.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8880 | 2024-10-30T14:09:57.980Z | [ host-image] Oct 30 14:09:57.278 INFO O| Oct 30 14:09:57.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8881 | 2024-10-30T14:09:57.986Z | [ host-image] Oct 30 14:09:57.287 INFO O| Oct 30 14:09:57.287 INFO boot environment UUID: df8aa77d-eb11-459d-b7e9-9f9708970aed |
8882 | 2024-10-30T14:09:57.986Z | [ host-image] Oct 30 14:09:57.287 INFO O| Oct 30 14:09:57.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = df8aa77d-eb11-459d-b7e9-9f9708970aed |
8883 | 2024-10-30T14:09:57.997Z | [ host-image] Oct 30 14:09:57.298 INFO O| Oct 30 14:09:57.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8884 | 2024-10-30T14:09:58.007Z | [ host-image] Oct 30 14:09:57.308 INFO O| Oct 30 14:09:57.308 INFO STEP 0 (create_be) COMPLETE |
8885 | 2024-10-30T14:09:58.010Z | [ host-image] Oct 30 14:09:57.308 INFO O| Oct 30 14:09:57.308 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8886 | 2024-10-30T14:09:58.021Z | [ host-image] Oct 30 14:09:57.322 INFO O| Oct 30 14:09:57.322 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8887 | 2024-10-30T14:10:07.456Z | [ recovery-image] Oct 30 14:10:06.756 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) |
8888 | 2024-10-30T14:10:10.363Z | [ recovery-image] Oct 30 14:10:09.659 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) |
8889 | 2024-10-30T14:10:14.744Z | [ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling bitflags v1.3.2 |
8890 | 2024-10-30T14:10:14.748Z | [ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling adler2 v2.0.0 |
8891 | 2024-10-30T14:10:14.748Z | [ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling plain v0.2.3 |
8892 | 2024-10-30T14:10:14.752Z | [ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling bit_field v0.10.2 |
8893 | 2024-10-30T14:10:14.752Z | [ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling log v0.4.22 |
8894 | 2024-10-30T14:10:14.752Z | [ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling scroll v0.12.0 |
8895 | 2024-10-30T14:10:14.752Z | [ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling bitstruct v0.1.1 |
8896 | 2024-10-30T14:10:14.907Z | [ recovery-image] Oct 30 14:10:14.206 INFO E| Compiling raw-cpuid v10.7.0 |
8897 | 2024-10-30T14:10:14.984Z | [ recovery-image] Oct 30 14:10:14.280 INFO E| Compiling miniz_oxide v0.8.0 |
8898 | 2024-10-30T14:10:15.168Z | [ recovery-image] Oct 30 14:10:14.466 INFO E| Compiling cpio_reader v0.1.1 |
8899 | 2024-10-30T14:10:15.236Z | [ recovery-image] Oct 30 14:10:14.536 INFO E| Compiling static_assertions v1.1.0 |
8900 | 2024-10-30T14:10:15.792Z | [ recovery-image] Oct 30 14:10:15.087 INFO E| Compiling goblin v0.8.2 |
8901 | 2024-10-30T14:10:20.048Z | [ host-image] Oct 30 14:10:19.347 INFO O| Oct 30 14:10:19.347 INFO STEP 1 (unpack_tar) COMPLETE |
8902 | 2024-10-30T14:10:20.048Z | [ host-image] Oct 30 14:10:19.347 INFO O| Oct 30 14:10:19.347 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8903 | 2024-10-30T14:10:20.067Z | [ host-image] Oct 30 14:10:19.365 INFO O| Oct 30 14:10:19.365 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8904 | 2024-10-30T14:10:20.431Z | [ host-image] Oct 30 14:10:19.730 INFO O| Oct 30 14:10:19.730 INFO STEP 2 (devfsadm) COMPLETE |
8905 | 2024-10-30T14:10:20.431Z | [ host-image] Oct 30 14:10:19.730 INFO O| Oct 30 14:10:19.730 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8906 | 2024-10-30T14:10:20.444Z | [ host-image] Oct 30 14:10:19.742 INFO O| Oct 30 14:10:19.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8907 | 2024-10-30T14:10:20.444Z | [ host-image] Oct 30 14:10:19.743 INFO O| Oct 30 14:10:19.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8908 | 2024-10-30T14:10:20.447Z | [ host-image] Oct 30 14:10:19.743 INFO O| Oct 30 14:10:19.743 INFO STEP 3 (ensure_dir) COMPLETE |
8909 | 2024-10-30T14:10:20.447Z | [ host-image] Oct 30 14:10:19.743 INFO O| Oct 30 14:10:19.743 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8910 | 2024-10-30T14:10:20.455Z | [ host-image] Oct 30 14:10:19.754 INFO O| Oct 30 14:10:19.754 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8911 | 2024-10-30T14:10:20.455Z | [ host-image] Oct 30 14:10:19.754 INFO O| Oct 30 14:10:19.754 INFO STEP 4 (ensure_dir) COMPLETE |
8912 | 2024-10-30T14:10:20.458Z | [ host-image] Oct 30 14:10:19.754 INFO O| Oct 30 14:10:19.754 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8913 | 2024-10-30T14:10:20.466Z | [ host-image] Oct 30 14:10:19.765 INFO O| Oct 30 14:10:19.765 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8914 | 2024-10-30T14:10:20.466Z | [ host-image] Oct 30 14:10:19.765 INFO O| Oct 30 14:10:19.765 INFO STEP 5 (ensure_dir) COMPLETE |
8915 | 2024-10-30T14:10:20.466Z | [ host-image] Oct 30 14:10:19.765 INFO O| Oct 30 14:10:19.765 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8916 | 2024-10-30T14:10:20.476Z | [ host-image] Oct 30 14:10:19.775 INFO O| Oct 30 14:10:19.775 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8917 | 2024-10-30T14:10:20.476Z | [ host-image] Oct 30 14:10:19.775 INFO O| Oct 30 14:10:19.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8918 | 2024-10-30T14:10:20.479Z | [ host-image] Oct 30 14:10:19.775 INFO O| Oct 30 14:10:19.775 INFO STEP 6 (ensure_dir) COMPLETE |
8919 | 2024-10-30T14:10:20.479Z | [ host-image] Oct 30 14:10:19.775 INFO O| Oct 30 14:10:19.775 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8920 | 2024-10-30T14:10:20.487Z | [ host-image] Oct 30 14:10:19.786 INFO O| Oct 30 14:10:19.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8921 | 2024-10-30T14:10:20.487Z | [ host-image] Oct 30 14:10:19.786 INFO O| Oct 30 14:10:19.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8922 | 2024-10-30T14:10:20.489Z | [ host-image] Oct 30 14:10:19.786 INFO O| Oct 30 14:10:19.786 INFO STEP 7 (ensure_dir) COMPLETE |
8923 | 2024-10-30T14:10:20.489Z | [ host-image] Oct 30 14:10:19.786 INFO O| Oct 30 14:10:19.786 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8924 | 2024-10-30T14:10:20.497Z | [ host-image] Oct 30 14:10:19.796 INFO O| Oct 30 14:10:19.796 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8925 | 2024-10-30T14:10:20.500Z | [ host-image] Oct 30 14:10:19.796 INFO O| Oct 30 14:10:19.796 INFO STEP 8 (remove_files) COMPLETE |
8926 | 2024-10-30T14:10:20.500Z | [ host-image] Oct 30 14:10:19.796 INFO O| Oct 30 14:10:19.796 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8927 | 2024-10-30T14:10:20.509Z | [ host-image] Oct 30 14:10:19.808 INFO O| Oct 30 14:10:19.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8928 | 2024-10-30T14:10:20.511Z | [ host-image] Oct 30 14:10:19.808 INFO O| Oct 30 14:10:19.808 INFO STEP 9 (remove_files) COMPLETE |
8929 | 2024-10-30T14:10:20.511Z | [ host-image] Oct 30 14:10:19.808 INFO O| Oct 30 14:10:19.808 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8930 | 2024-10-30T14:10:20.520Z | [ host-image] Oct 30 14:10:19.818 INFO O| Oct 30 14:10:19.818 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8931 | 2024-10-30T14:10:20.522Z | [ host-image] Oct 30 14:10:19.819 INFO O| Oct 30 14:10:19.819 INFO STEP 10 (remove_files) COMPLETE |
8932 | 2024-10-30T14:10:20.522Z | [ host-image] Oct 30 14:10:19.819 INFO O| Oct 30 14:10:19.819 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8933 | 2024-10-30T14:10:20.531Z | [ host-image] Oct 30 14:10:19.830 INFO O| Oct 30 14:10:19.830 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8934 | 2024-10-30T14:10:20.534Z | [ host-image] Oct 30 14:10:19.830 INFO O| Oct 30 14:10:19.830 INFO STEP 11 (remove_files) COMPLETE |
8935 | 2024-10-30T14:10:20.534Z | [ host-image] Oct 30 14:10:19.830 INFO O| Oct 30 14:10:19.830 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8936 | 2024-10-30T14:10:20.541Z | [ host-image] Oct 30 14:10:19.840 INFO O| Oct 30 14:10:19.840 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8937 | 2024-10-30T14:10:20.544Z | [ host-image] Oct 30 14:10:19.840 INFO O| Oct 30 14:10:19.840 INFO STEP 12 (remove_files) COMPLETE |
8938 | 2024-10-30T14:10:20.544Z | [ host-image] Oct 30 14:10:19.840 INFO O| Oct 30 14:10:19.840 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8939 | 2024-10-30T14:10:20.551Z | [ host-image] Oct 30 14:10:19.849 INFO O| Oct 30 14:10:19.849 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8940 | 2024-10-30T14:10:20.553Z | [ host-image] Oct 30 14:10:19.850 INFO O| Oct 30 14:10:19.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8941 | 2024-10-30T14:10:20.553Z | [ host-image] Oct 30 14:10:19.850 INFO O| Oct 30 14:10:19.850 INFO STEP 13 (ensure_dir) COMPLETE |
8942 | 2024-10-30T14:10:20.553Z | [ host-image] Oct 30 14:10:19.850 INFO O| Oct 30 14:10:19.850 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8943 | 2024-10-30T14:10:20.560Z | [ host-image] Oct 30 14:10:19.859 INFO O| Oct 30 14:10:19.859 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8944 | 2024-10-30T14:10:20.560Z | [ host-image] Oct 30 14:10:19.859 INFO O| Oct 30 14:10:19.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8945 | 2024-10-30T14:10:20.563Z | [ host-image] Oct 30 14:10:19.860 INFO O| Oct 30 14:10:19.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8946 | 2024-10-30T14:10:20.563Z | [ host-image] Oct 30 14:10:19.860 INFO O| Oct 30 14:10:19.860 INFO STEP 14 (ensure_dir) COMPLETE |
8947 | 2024-10-30T14:10:20.563Z | [ host-image] Oct 30 14:10:19.860 INFO O| Oct 30 14:10:19.860 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8948 | 2024-10-30T14:10:20.570Z | [ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8949 | 2024-10-30T14:10:20.573Z | [ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8950 | 2024-10-30T14:10:20.573Z | [ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8951 | 2024-10-30T14:10:20.573Z | [ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO STEP 15 (ensure_dir) COMPLETE |
8952 | 2024-10-30T14:10:20.573Z | [ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8953 | 2024-10-30T14:10:20.580Z | [ host-image] Oct 30 14:10:19.879 INFO O| Oct 30 14:10:19.879 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8954 | 2024-10-30T14:10:20.582Z | [ host-image] Oct 30 14:10:19.879 INFO O| Oct 30 14:10:19.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8955 | 2024-10-30T14:10:20.582Z | [ host-image] Oct 30 14:10:19.879 INFO O| Oct 30 14:10:19.879 INFO STEP 16 (ensure_dir) COMPLETE |
8956 | 2024-10-30T14:10:20.582Z | [ host-image] Oct 30 14:10:19.879 INFO O| Oct 30 14:10:19.879 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8957 | 2024-10-30T14:10:20.590Z | [ host-image] Oct 30 14:10:19.888 INFO O| Oct 30 14:10:19.888 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8958 | 2024-10-30T14:10:20.590Z | [ host-image] Oct 30 14:10:19.889 INFO O| Oct 30 14:10:19.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8959 | 2024-10-30T14:10:20.590Z | [ host-image] Oct 30 14:10:19.889 INFO O| Oct 30 14:10:19.889 INFO STEP 17 (ensure_dir) COMPLETE |
8960 | 2024-10-30T14:10:20.590Z | [ host-image] Oct 30 14:10:19.889 INFO O| Oct 30 14:10:19.889 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8961 | 2024-10-30T14:10:20.599Z | [ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8962 | 2024-10-30T14:10:20.599Z | [ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8963 | 2024-10-30T14:10:20.602Z | [ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO ok! |
8964 | 2024-10-30T14:10:20.602Z | [ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO STEP 18 (ensure_symlink) COMPLETE |
8965 | 2024-10-30T14:10:20.602Z | [ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8966 | 2024-10-30T14:10:20.609Z | [ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8967 | 2024-10-30T14:10:20.609Z | [ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8968 | 2024-10-30T14:10:20.612Z | [ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO ok! |
8969 | 2024-10-30T14:10:20.612Z | [ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO STEP 19 (ensure_file) COMPLETE |
8970 | 2024-10-30T14:10:20.612Z | [ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8971 | 2024-10-30T14:10:20.619Z | [ host-image] Oct 30 14:10:19.917 INFO O| Oct 30 14:10:19.917 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8972 | 2024-10-30T14:10:20.619Z | [ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.917 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8973 | 2024-10-30T14:10:20.621Z | [ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8974 | 2024-10-30T14:10:20.621Z | [ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.918 INFO ok! |
8975 | 2024-10-30T14:10:20.621Z | [ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.918 INFO STEP 20 (ensure_symlink) COMPLETE |
8976 | 2024-10-30T14:10:20.621Z | [ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.918 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8977 | 2024-10-30T14:10:20.628Z | [ host-image] Oct 30 14:10:19.927 INFO O| Oct 30 14:10:19.927 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8978 | 2024-10-30T14:10:20.631Z | [ host-image] Oct 30 14:10:19.927 INFO O| Oct 30 14:10:19.927 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8979 | 2024-10-30T14:10:20.631Z | [ host-image] Oct 30 14:10:19.928 INFO O| Oct 30 14:10:19.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8980 | 2024-10-30T14:10:20.631Z | [ host-image] Oct 30 14:10:19.928 INFO O| Oct 30 14:10:19.927 INFO ok! |
8981 | 2024-10-30T14:10:20.631Z | [ host-image] Oct 30 14:10:19.928 INFO O| Oct 30 14:10:19.928 INFO STEP 21 (ensure_symlink) COMPLETE |
8982 | 2024-10-30T14:10:20.631Z | [ host-image] Oct 30 14:10:19.928 INFO O| Oct 30 14:10:19.928 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8983 | 2024-10-30T14:10:20.638Z | [ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8984 | 2024-10-30T14:10:20.638Z | [ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8985 | 2024-10-30T14:10:20.641Z | [ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8986 | 2024-10-30T14:10:20.641Z | [ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO ok! |
8987 | 2024-10-30T14:10:20.641Z | [ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO STEP 22 (ensure_symlink) COMPLETE |
8988 | 2024-10-30T14:10:20.641Z | [ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8989 | 2024-10-30T14:10:20.648Z | [ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8990 | 2024-10-30T14:10:20.648Z | [ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8991 | 2024-10-30T14:10:20.648Z | [ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8992 | 2024-10-30T14:10:20.651Z | [ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO ok! |
8993 | 2024-10-30T14:10:20.651Z | [ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO STEP 23 (ensure_symlink) COMPLETE |
8994 | 2024-10-30T14:10:20.651Z | [ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8995 | 2024-10-30T14:10:20.659Z | [ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8996 | 2024-10-30T14:10:20.662Z | [ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8997 | 2024-10-30T14:10:20.662Z | [ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8998 | 2024-10-30T14:10:20.662Z | [ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO ok! |
8999 | 2024-10-30T14:10:20.662Z | [ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO STEP 24 (ensure_file) COMPLETE |
9000 | 2024-10-30T14:10:20.662Z | [ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9001 | 2024-10-30T14:10:20.669Z | [ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO updating shadow file |
9002 | 2024-10-30T14:10:20.672Z | [ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9003 | 2024-10-30T14:10:20.672Z | [ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9004 | 2024-10-30T14:10:20.672Z | [ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO STEP 25 (shadow) COMPLETE |
9005 | 2024-10-30T14:10:20.672Z | [ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9006 | 2024-10-30T14:10:20.679Z | [ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9007 | 2024-10-30T14:10:20.679Z | [ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9008 | 2024-10-30T14:10:20.682Z | [ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9009 | 2024-10-30T14:10:20.682Z | [ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO ok! |
9010 | 2024-10-30T14:10:20.682Z | [ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO STEP 26 (ensure_file) COMPLETE |
9011 | 2024-10-30T14:10:20.682Z | [ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9012 | 2024-10-30T14:10:20.689Z | [ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9013 | 2024-10-30T14:10:20.689Z | [ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9014 | 2024-10-30T14:10:20.689Z | [ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9015 | 2024-10-30T14:10:20.692Z | [ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO ok! |
9016 | 2024-10-30T14:10:20.692Z | [ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO STEP 27 (ensure_file) COMPLETE |
9017 | 2024-10-30T14:10:20.692Z | [ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9018 | 2024-10-30T14:10:20.699Z | [ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9019 | 2024-10-30T14:10:20.702Z | [ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9020 | 2024-10-30T14:10:20.702Z | [ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9021 | 2024-10-30T14:10:20.702Z | [ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9022 | 2024-10-30T14:10:20.702Z | [ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO ok! |
9023 | 2024-10-30T14:10:20.702Z | [ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO STEP 28 (ensure_file) COMPLETE |
9024 | 2024-10-30T14:10:20.702Z | [ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9025 | 2024-10-30T14:10:20.710Z | [ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9026 | 2024-10-30T14:10:20.710Z | [ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9027 | 2024-10-30T14:10:20.713Z | [ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9028 | 2024-10-30T14:10:20.713Z | [ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO ok! |
9029 | 2024-10-30T14:10:20.713Z | [ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO STEP 29 (ensure_file) COMPLETE |
9030 | 2024-10-30T14:10:20.713Z | [ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9031 | 2024-10-30T14:10:20.720Z | [ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9032 | 2024-10-30T14:10:20.720Z | [ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9033 | 2024-10-30T14:10:20.722Z | [ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9034 | 2024-10-30T14:10:20.722Z | [ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO ok! |
9035 | 2024-10-30T14:10:20.722Z | [ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO STEP 30 (ensure_file) COMPLETE |
9036 | 2024-10-30T14:10:20.722Z | [ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9037 | 2024-10-30T14:10:20.730Z | [ host-image] Oct 30 14:10:20.028 INFO O| Oct 30 14:10:20.028 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9038 | 2024-10-30T14:10:20.730Z | [ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9039 | 2024-10-30T14:10:20.732Z | [ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9040 | 2024-10-30T14:10:20.732Z | [ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9041 | 2024-10-30T14:10:20.732Z | [ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO ok! |
9042 | 2024-10-30T14:10:20.732Z | [ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO STEP 31 (ensure_file) COMPLETE |
9043 | 2024-10-30T14:10:20.732Z | [ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9044 | 2024-10-30T14:10:20.740Z | [ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9045 | 2024-10-30T14:10:20.740Z | [ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9046 | 2024-10-30T14:10:20.743Z | [ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9047 | 2024-10-30T14:10:20.743Z | [ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO ok! |
9048 | 2024-10-30T14:10:20.743Z | [ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO STEP 32 (ensure_file) COMPLETE |
9049 | 2024-10-30T14:10:20.743Z | [ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9050 | 2024-10-30T14:10:20.750Z | [ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9051 | 2024-10-30T14:10:20.750Z | [ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9052 | 2024-10-30T14:10:20.752Z | [ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9053 | 2024-10-30T14:10:20.753Z | [ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO ok! |
9054 | 2024-10-30T14:10:20.753Z | [ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO STEP 33 (ensure_file) COMPLETE |
9055 | 2024-10-30T14:10:20.753Z | [ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9056 | 2024-10-30T14:10:20.761Z | [ host-image] Oct 30 14:10:20.059 INFO O| Oct 30 14:10:20.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9057 | 2024-10-30T14:10:20.761Z | [ host-image] Oct 30 14:10:20.059 INFO O| Oct 30 14:10:20.059 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9058 | 2024-10-30T14:10:20.763Z | [ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.059 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9059 | 2024-10-30T14:10:20.763Z | [ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9060 | 2024-10-30T14:10:20.763Z | [ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9061 | 2024-10-30T14:10:20.763Z | [ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9062 | 2024-10-30T14:10:20.763Z | [ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO ok! |
9063 | 2024-10-30T14:10:20.763Z | [ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO STEP 34 (ensure_file) COMPLETE |
9064 | 2024-10-30T14:10:20.763Z | [ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9065 | 2024-10-30T14:10:20.771Z | [ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9066 | 2024-10-30T14:10:20.773Z | [ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9067 | 2024-10-30T14:10:20.773Z | [ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9068 | 2024-10-30T14:10:20.773Z | [ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO STEP 35 (ensure_dir) COMPLETE |
9069 | 2024-10-30T14:10:20.773Z | [ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9070 | 2024-10-30T14:10:20.781Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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 |
9071 | 2024-10-30T14:10:20.781Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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 ... |
9072 | 2024-10-30T14:10:20.784Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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 |
9073 | 2024-10-30T14:10:20.784Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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 |
9074 | 2024-10-30T14:10:20.784Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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 |
9075 | 2024-10-30T14:10:20.784Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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 |
9076 | 2024-10-30T14:10:20.784Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 INFO ok! |
9077 | 2024-10-30T14:10:20.784Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 INFO STEP 36 (ensure_file) COMPLETE |
9078 | 2024-10-30T14:10:20.784Z | [ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9079 | 2024-10-30T14:10:20.791Z | [ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9080 | 2024-10-30T14:10:20.791Z | [ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 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 ... |
9081 | 2024-10-30T14:10:20.794Z | [ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9082 | 2024-10-30T14:10:20.794Z | [ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO ok! |
9083 | 2024-10-30T14:10:20.794Z | [ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO STEP 37 (ensure_symlink) COMPLETE |
9084 | 2024-10-30T14:10:20.794Z | [ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9085 | 2024-10-30T14:10:20.801Z | [ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9086 | 2024-10-30T14:10:20.801Z | [ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9087 | 2024-10-30T14:10:20.804Z | [ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9088 | 2024-10-30T14:10:20.804Z | [ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9089 | 2024-10-30T14:10:20.804Z | [ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9090 | 2024-10-30T14:10:20.804Z | [ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9091 | 2024-10-30T14:10:20.804Z | [ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO ok! |
9092 | 2024-10-30T14:10:20.804Z | [ host-image] Oct 30 14:10:20.101 INFO O| Oct 30 14:10:20.100 INFO STEP 38 (ensure_file) COMPLETE |
9093 | 2024-10-30T14:10:20.804Z | [ host-image] Oct 30 14:10:20.101 INFO O| Oct 30 14:10:20.100 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9094 | 2024-10-30T14:10:20.814Z | [ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9095 | 2024-10-30T14:10:20.814Z | [ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 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 ... |
9096 | 2024-10-30T14:10:20.817Z | [ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 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 |
9097 | 2024-10-30T14:10:20.817Z | [ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9098 | 2024-10-30T14:10:20.817Z | [ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO ok! |
9099 | 2024-10-30T14:10:20.817Z | [ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO STEP 39 (ensure_file) COMPLETE |
9100 | 2024-10-30T14:10:20.817Z | [ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9101 | 2024-10-30T14:10:20.825Z | [ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9102 | 2024-10-30T14:10:20.827Z | [ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.123 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9103 | 2024-10-30T14:10:20.828Z | [ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9104 | 2024-10-30T14:10:20.828Z | [ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.124 INFO ok! |
9105 | 2024-10-30T14:10:20.828Z | [ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.124 INFO STEP 40 (ensure_file) COMPLETE |
9106 | 2024-10-30T14:10:20.828Z | [ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.124 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9107 | 2024-10-30T14:10:20.835Z | [ host-image] Oct 30 14:10:20.134 INFO O| Oct 30 14:10:20.134 INFO updating shadow file |
9108 | 2024-10-30T14:10:20.837Z | [ host-image] Oct 30 14:10:20.134 INFO O| Oct 30 14:10:20.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9109 | 2024-10-30T14:10:20.837Z | [ host-image] Oct 30 14:10:20.134 INFO O| Oct 30 14:10:20.134 INFO STEP 41 (shadow) COMPLETE |
9110 | 2024-10-30T14:10:20.838Z | [ host-image] Oct 30 14:10:20.134 INFO O| Oct 30 14:10:20.134 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9111 | 2024-10-30T14:10:20.845Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9112 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9113 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9114 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9115 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO ok! |
9116 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO STEP 42 (ensure_file) COMPLETE |
9117 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9118 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO skip step because feature "mfg" is not enabled |
9119 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9120 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.145 INFO O| Oct 30 14:10:20.144 INFO skip step because feature "mfg" is not enabled |
9121 | 2024-10-30T14:10:20.849Z | [ host-image] Oct 30 14:10:20.145 INFO O| Oct 30 14:10:20.144 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9122 | 2024-10-30T14:10:20.858Z | [ host-image] Oct 30 14:10:20.157 INFO O| Oct 30 14:10:20.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9123 | 2024-10-30T14:10:20.861Z | [ host-image] Oct 30 14:10:20.157 INFO O| Oct 30 14:10:20.157 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9124 | 2024-10-30T14:10:21.515Z | [ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9125 | 2024-10-30T14:10:21.515Z | [ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9126 | 2024-10-30T14:10:21.515Z | [ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO ok! |
9127 | 2024-10-30T14:10:21.518Z | [ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO STEP 45 (ensure_file) COMPLETE |
9128 | 2024-10-30T14:10:21.518Z | [ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9129 | 2024-10-30T14:10:21.527Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9130 | 2024-10-30T14:10:21.527Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9131 | 2024-10-30T14:10:21.530Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9132 | 2024-10-30T14:10:21.530Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9133 | 2024-10-30T14:10:21.530Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9134 | 2024-10-30T14:10:21.530Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9135 | 2024-10-30T14:10:21.530Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO ok! |
9136 | 2024-10-30T14:10:21.530Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO STEP 46 (ensure_file) COMPLETE |
9137 | 2024-10-30T14:10:21.530Z | [ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9138 | 2024-10-30T14:10:21.539Z | [ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9139 | 2024-10-30T14:10:21.539Z | [ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 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 ... |
9140 | 2024-10-30T14:10:21.542Z | [ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 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 |
9141 | 2024-10-30T14:10:21.542Z | [ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9142 | 2024-10-30T14:10:21.542Z | [ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 INFO ok! |
9143 | 2024-10-30T14:10:21.542Z | [ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 INFO STEP 47 (ensure_file) COMPLETE |
9144 | 2024-10-30T14:10:21.542Z | [ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9145 | 2024-10-30T14:10:21.551Z | [ host-image] Oct 30 14:10:20.849 INFO O| Oct 30 14:10:20.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9146 | 2024-10-30T14:10:21.551Z | [ host-image] Oct 30 14:10:20.849 INFO O| Oct 30 14:10:20.849 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9147 | 2024-10-30T14:10:21.553Z | [ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9148 | 2024-10-30T14:10:21.553Z | [ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9149 | 2024-10-30T14:10:21.553Z | [ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9150 | 2024-10-30T14:10:21.553Z | [ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9151 | 2024-10-30T14:10:21.553Z | [ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO ok! |
9152 | 2024-10-30T14:10:21.553Z | [ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO STEP 48 (ensure_file) COMPLETE |
9153 | 2024-10-30T14:10:21.553Z | [ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9154 | 2024-10-30T14:10:21.562Z | [ host-image] Oct 30 14:10:20.860 INFO O| Oct 30 14:10:20.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9155 | 2024-10-30T14:10:21.562Z | [ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.860 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 ... |
9156 | 2024-10-30T14:10:21.565Z | [ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 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 |
9157 | 2024-10-30T14:10:21.565Z | [ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9158 | 2024-10-30T14:10:21.565Z | [ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 INFO ok! |
9159 | 2024-10-30T14:10:21.565Z | [ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 INFO STEP 49 (ensure_file) COMPLETE |
9160 | 2024-10-30T14:10:21.565Z | [ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9161 | 2024-10-30T14:10:21.573Z | [ host-image] Oct 30 14:10:20.871 INFO O| Oct 30 14:10:20.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9162 | 2024-10-30T14:10:21.573Z | [ host-image] Oct 30 14:10:20.871 INFO O| Oct 30 14:10:20.871 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9163 | 2024-10-30T14:10:21.575Z | [ host-image] Oct 30 14:10:20.871 INFO O| Oct 30 14:10:20.871 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9164 | 2024-10-30T14:10:21.575Z | [ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.871 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9165 | 2024-10-30T14:10:21.575Z | [ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9166 | 2024-10-30T14:10:21.575Z | [ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9167 | 2024-10-30T14:10:21.575Z | [ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO ok! |
9168 | 2024-10-30T14:10:21.575Z | [ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO STEP 50 (ensure_file) COMPLETE |
9169 | 2024-10-30T14:10:21.575Z | [ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9170 | 2024-10-30T14:10:21.584Z | [ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9171 | 2024-10-30T14:10:21.585Z | [ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 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 ... |
9172 | 2024-10-30T14:10:21.587Z | [ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 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 |
9173 | 2024-10-30T14:10:21.587Z | [ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9174 | 2024-10-30T14:10:21.588Z | [ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO ok! |
9175 | 2024-10-30T14:10:21.588Z | [ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO STEP 51 (ensure_file) COMPLETE |
9176 | 2024-10-30T14:10:21.588Z | [ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9177 | 2024-10-30T14:10:21.595Z | [ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9178 | 2024-10-30T14:10:21.595Z | [ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 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 ... |
9179 | 2024-10-30T14:10:21.598Z | [ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 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 |
9180 | 2024-10-30T14:10:21.598Z | [ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9181 | 2024-10-30T14:10:21.598Z | [ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO ok! |
9182 | 2024-10-30T14:10:21.598Z | [ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO STEP 52 (ensure_file) COMPLETE |
9183 | 2024-10-30T14:10:21.598Z | [ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9184 | 2024-10-30T14:10:21.611Z | [ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9185 | 2024-10-30T14:10:21.614Z | [ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 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 ... |
9186 | 2024-10-30T14:10:21.614Z | [ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 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 |
9187 | 2024-10-30T14:10:21.614Z | [ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9188 | 2024-10-30T14:10:21.614Z | [ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO ok! |
9189 | 2024-10-30T14:10:21.614Z | [ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO STEP 53 (ensure_file) COMPLETE |
9190 | 2024-10-30T14:10:21.614Z | [ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9191 | 2024-10-30T14:10:21.627Z | [ host-image] Oct 30 14:10:20.926 INFO O| Oct 30 14:10:20.926 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9192 | 2024-10-30T14:10:21.627Z | [ host-image] Oct 30 14:10:20.926 INFO O| Oct 30 14:10:20.926 INFO STEP 54 (ensure_dir) COMPLETE |
9193 | 2024-10-30T14:10:21.630Z | [ host-image] Oct 30 14:10:20.926 INFO O| Oct 30 14:10:20.926 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9194 | 2024-10-30T14:10:21.661Z | [ host-image] Oct 30 14:10:20.959 INFO O| Oct 30 14:10:20.959 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9195 | 2024-10-30T14:10:21.661Z | [ host-image] Oct 30 14:10:20.959 INFO O| Oct 30 14:10:20.959 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9196 | 2024-10-30T14:10:21.661Z | [ host-image] Oct 30 14:10:20.959 INFO O| Oct 30 14:10:20.959 INFO STEP 55 (ensure_dir) COMPLETE |
9197 | 2024-10-30T14:10:21.664Z | [ host-image] Oct 30 14:10:20.959 INFO O| Oct 30 14:10:20.959 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9198 | 2024-10-30T14:10:21.674Z | [ host-image] Oct 30 14:10:20.972 INFO O| Oct 30 14:10:20.972 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9199 | 2024-10-30T14:10:21.676Z | [ host-image] Oct 30 14:10:20.972 INFO O| Oct 30 14:10:20.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9200 | 2024-10-30T14:10:21.676Z | [ host-image] Oct 30 14:10:20.973 INFO O| Oct 30 14:10:20.972 INFO STEP 56 (ensure_dir) COMPLETE |
9201 | 2024-10-30T14:10:21.676Z | [ host-image] Oct 30 14:10:20.973 INFO O| Oct 30 14:10:20.973 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9202 | 2024-10-30T14:10:21.689Z | [ host-image] Oct 30 14:10:20.988 INFO O| Oct 30 14:10:20.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9203 | 2024-10-30T14:10:21.689Z | [ host-image] Oct 30 14:10:20.988 INFO O| Oct 30 14:10:20.988 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9204 | 2024-10-30T14:10:22.285Z | [ host-image] Oct 30 14:10:21.584 INFO O| Oct 30 14:10:21.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9205 | 2024-10-30T14:10:22.285Z | [ host-image] Oct 30 14:10:21.584 INFO O| Oct 30 14:10:21.584 INFO ok! |
9206 | 2024-10-30T14:10:22.288Z | [ host-image] Oct 30 14:10:21.584 INFO O| Oct 30 14:10:21.584 INFO STEP 57 (ensure_file) COMPLETE |
9207 | 2024-10-30T14:10:22.288Z | [ host-image] Oct 30 14:10:21.584 INFO O| Oct 30 14:10:21.584 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9208 | 2024-10-30T14:10:22.296Z | [ host-image] Oct 30 14:10:21.595 INFO O| Oct 30 14:10:21.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9209 | 2024-10-30T14:10:22.296Z | [ host-image] Oct 30 14:10:21.595 INFO O| Oct 30 14:10:21.595 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9210 | 2024-10-30T14:10:22.870Z | [ host-image] Oct 30 14:10:22.168 INFO O| Oct 30 14:10:22.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9211 | 2024-10-30T14:10:22.870Z | [ host-image] Oct 30 14:10:22.168 INFO O| Oct 30 14:10:22.168 INFO ok! |
9212 | 2024-10-30T14:10:22.873Z | [ host-image] Oct 30 14:10:22.168 INFO O| Oct 30 14:10:22.168 INFO STEP 58 (ensure_file) COMPLETE |
9213 | 2024-10-30T14:10:22.873Z | [ host-image] Oct 30 14:10:22.168 INFO O| Oct 30 14:10:22.168 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9214 | 2024-10-30T14:10:22.882Z | [ host-image] Oct 30 14:10:22.181 INFO O| Oct 30 14:10:22.180 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9215 | 2024-10-30T14:10:22.885Z | [ host-image] Oct 30 14:10:22.181 INFO O| Oct 30 14:10:22.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9216 | 2024-10-30T14:10:22.885Z | [ host-image] Oct 30 14:10:22.181 INFO O| Oct 30 14:10:22.181 INFO STEP 59 (ensure_dir) COMPLETE |
9217 | 2024-10-30T14:10:22.885Z | [ host-image] Oct 30 14:10:22.181 INFO O| Oct 30 14:10:22.181 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9218 | 2024-10-30T14:10:22.894Z | [ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9219 | 2024-10-30T14:10:22.894Z | [ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO copying /tmp/.tmpkhtB9N/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 ... |
9220 | 2024-10-30T14:10:22.894Z | [ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9221 | 2024-10-30T14:10:22.894Z | [ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO ok! |
9222 | 2024-10-30T14:10:22.897Z | [ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO STEP 60 (ensure_file) COMPLETE |
9223 | 2024-10-30T14:10:22.897Z | [ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9224 | 2024-10-30T14:10:22.908Z | [ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9225 | 2024-10-30T14:10:22.908Z | [ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO copying /tmp/.tmpkhtB9N/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 ... |
9226 | 2024-10-30T14:10:22.911Z | [ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9227 | 2024-10-30T14:10:22.911Z | [ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO ok! |
9228 | 2024-10-30T14:10:22.911Z | [ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO STEP 61 (ensure_file) COMPLETE |
9229 | 2024-10-30T14:10:22.911Z | [ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9230 | 2024-10-30T14:10:22.919Z | [ host-image] Oct 30 14:10:22.218 INFO O| Oct 30 14:10:22.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9231 | 2024-10-30T14:10:22.919Z | [ host-image] Oct 30 14:10:22.218 INFO O| Oct 30 14:10:22.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9232 | 2024-10-30T14:10:22.919Z | [ host-image] Oct 30 14:10:22.218 INFO O| Oct 30 14:10:22.218 INFO STEP 62 (ensure_dir) COMPLETE |
9233 | 2024-10-30T14:10:22.922Z | [ host-image] Oct 30 14:10:22.218 INFO O| Oct 30 14:10:22.218 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9234 | 2024-10-30T14:10:22.929Z | [ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9235 | 2024-10-30T14:10:22.929Z | [ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO copying /tmp/.tmpkhtB9N/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 ... |
9236 | 2024-10-30T14:10:22.932Z | [ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9237 | 2024-10-30T14:10:22.932Z | [ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO ok! |
9238 | 2024-10-30T14:10:22.933Z | [ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO STEP 63 (ensure_file) COMPLETE |
9239 | 2024-10-30T14:10:22.933Z | [ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9240 | 2024-10-30T14:10:22.939Z | [ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9241 | 2024-10-30T14:10:22.942Z | [ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO copying /tmp/.tmpkhtB9N/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 ... |
9242 | 2024-10-30T14:10:22.942Z | [ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9243 | 2024-10-30T14:10:22.942Z | [ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO ok! |
9244 | 2024-10-30T14:10:22.942Z | [ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO STEP 64 (ensure_file) COMPLETE |
9245 | 2024-10-30T14:10:22.942Z | [ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9246 | 2024-10-30T14:10:22.949Z | [ host-image] Oct 30 14:10:22.248 INFO O| Oct 30 14:10:22.248 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9247 | 2024-10-30T14:10:22.949Z | [ host-image] Oct 30 14:10:22.248 INFO O| Oct 30 14:10:22.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9248 | 2024-10-30T14:10:22.952Z | [ host-image] Oct 30 14:10:22.248 INFO O| Oct 30 14:10:22.248 INFO STEP 65 (ensure_dir) COMPLETE |
9249 | 2024-10-30T14:10:22.952Z | [ host-image] Oct 30 14:10:22.248 INFO O| Oct 30 14:10:22.248 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9250 | 2024-10-30T14:10:22.959Z | [ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9251 | 2024-10-30T14:10:22.959Z | [ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO copying /tmp/.tmpkhtB9N/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 ... |
9252 | 2024-10-30T14:10:22.962Z | [ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9253 | 2024-10-30T14:10:22.962Z | [ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO ok! |
9254 | 2024-10-30T14:10:22.962Z | [ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO STEP 66 (ensure_file) COMPLETE |
9255 | 2024-10-30T14:10:22.962Z | [ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9256 | 2024-10-30T14:10:22.969Z | [ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9257 | 2024-10-30T14:10:22.972Z | [ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9258 | 2024-10-30T14:10:22.972Z | [ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9259 | 2024-10-30T14:10:22.972Z | [ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO ok! |
9260 | 2024-10-30T14:10:22.972Z | [ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO STEP 67 (ensure_file) COMPLETE |
9261 | 2024-10-30T14:10:22.972Z | [ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9262 | 2024-10-30T14:10:22.979Z | [ host-image] Oct 30 14:10:22.278 INFO O| Oct 30 14:10:22.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9263 | 2024-10-30T14:10:22.981Z | [ host-image] Oct 30 14:10:22.278 INFO O| Oct 30 14:10:22.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9264 | 2024-10-30T14:10:22.981Z | [ host-image] Oct 30 14:10:22.278 INFO O| Oct 30 14:10:22.278 INFO STEP 68 (ensure_dir) COMPLETE |
9265 | 2024-10-30T14:10:22.981Z | [ host-image] Oct 30 14:10:22.278 INFO O| Oct 30 14:10:22.278 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9266 | 2024-10-30T14:10:22.989Z | [ host-image] Oct 30 14:10:22.288 INFO O| Oct 30 14:10:22.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9267 | 2024-10-30T14:10:22.992Z | [ host-image] Oct 30 14:10:22.288 INFO O| Oct 30 14:10:22.288 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9268 | 2024-10-30T14:10:24.083Z | [ host-image] Oct 30 14:10:23.381 INFO O| Oct 30 14:10:23.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9269 | 2024-10-30T14:10:24.083Z | [ host-image] Oct 30 14:10:23.381 INFO O| Oct 30 14:10:23.381 INFO ok! |
9270 | 2024-10-30T14:10:24.083Z | [ host-image] Oct 30 14:10:23.381 INFO O| Oct 30 14:10:23.381 INFO STEP 69 (ensure_file) COMPLETE |
9271 | 2024-10-30T14:10:24.086Z | [ host-image] Oct 30 14:10:23.381 INFO O| Oct 30 14:10:23.381 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9272 | 2024-10-30T14:10:24.094Z | [ host-image] Oct 30 14:10:23.392 INFO O| Oct 30 14:10:23.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9273 | 2024-10-30T14:10:24.094Z | [ host-image] Oct 30 14:10:23.393 INFO O| Oct 30 14:10:23.392 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9274 | 2024-10-30T14:10:24.353Z | [ recovery-image] Oct 30 14:10:23.650 INFO E| Finished `release` profile [optimized] target(s) in 38.41s |
9275 | 2024-10-30T14:10:24.378Z | [ recovery-image] Oct 30 14:10:23.676 INFO building host image... |
9276 | 2024-10-30T14:10:24.382Z | [ recovery-image] Oct 30 14:10:23.677 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") |
9277 | 2024-10-30T14:10:25.081Z | [ recovery-image] Oct 30 14:10:24.379 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9278 | 2024-10-30T14:10:25.594Z | [ host-image] Oct 30 14:10:24.893 INFO O| Oct 30 14:10:24.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9279 | 2024-10-30T14:10:25.594Z | [ host-image] Oct 30 14:10:24.893 INFO O| Oct 30 14:10:24.893 INFO ok! |
9280 | 2024-10-30T14:10:25.597Z | [ host-image] Oct 30 14:10:24.893 INFO O| Oct 30 14:10:24.893 INFO STEP 70 (ensure_file) COMPLETE |
9281 | 2024-10-30T14:10:25.597Z | [ host-image] Oct 30 14:10:24.893 INFO O| Oct 30 14:10:24.893 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9282 | 2024-10-30T14:10:25.606Z | [ host-image] Oct 30 14:10:24.905 INFO O| Oct 30 14:10:24.905 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9283 | 2024-10-30T14:10:25.606Z | [ host-image] Oct 30 14:10:24.905 INFO O| Oct 30 14:10:24.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9284 | 2024-10-30T14:10:25.606Z | [ host-image] Oct 30 14:10:24.905 INFO O| Oct 30 14:10:24.905 INFO STEP 71 (ensure_dir) COMPLETE |
9285 | 2024-10-30T14:10:25.609Z | [ host-image] Oct 30 14:10:24.905 INFO O| Oct 30 14:10:24.905 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9286 | 2024-10-30T14:10:25.616Z | [ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9287 | 2024-10-30T14:10:25.619Z | [ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO copying /tmp/.tmpkhtB9N/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 ... |
9288 | 2024-10-30T14:10:25.619Z | [ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9289 | 2024-10-30T14:10:25.619Z | [ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO ok! |
9290 | 2024-10-30T14:10:25.619Z | [ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO STEP 72 (ensure_file) COMPLETE |
9291 | 2024-10-30T14:10:25.619Z | [ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9292 | 2024-10-30T14:10:26.629Z | [ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9293 | 2024-10-30T14:10:26.629Z | [ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.924 INFO copying /tmp/.tmpkhtB9N/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 ... |
9294 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9295 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.925 INFO ok! |
9296 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.925 INFO STEP 73 (ensure_file) COMPLETE |
9297 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.925 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9298 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9299 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9300 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9301 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO ok! |
9302 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO STEP 74 (ensure_file) COMPLETE |
9303 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9304 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9305 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9306 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9307 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO ok! |
9308 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO STEP 75 (ensure_file) COMPLETE |
9309 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9310 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.953 INFO O| Oct 30 14:10:24.953 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9311 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.953 INFO O| Oct 30 14:10:24.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9312 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.953 INFO O| Oct 30 14:10:24.953 INFO STEP 76 (ensure_dir) COMPLETE |
9313 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.953 INFO O| Oct 30 14:10:24.953 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9314 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.963 INFO O| Oct 30 14:10:24.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9315 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.963 INFO O| Oct 30 14:10:24.962 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9316 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.966 INFO O| Oct 30 14:10:24.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9317 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.966 INFO O| Oct 30 14:10:24.966 INFO ok! |
9318 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.966 INFO O| Oct 30 14:10:24.966 INFO STEP 77 (ensure_file) COMPLETE |
9319 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.966 INFO O| Oct 30 14:10:24.966 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9320 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9321 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9322 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9323 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO ok! |
9324 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO STEP 78 (ensure_file) COMPLETE |
9325 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9326 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.985 INFO O| Oct 30 14:10:24.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9327 | 2024-10-30T14:10:26.634Z | [ host-image] Oct 30 14:10:24.985 INFO O| Oct 30 14:10:24.985 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9328 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.814 INFO O| Oct 30 14:10:25.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9329 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.815 INFO O| Oct 30 14:10:25.814 INFO ok! |
9330 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.815 INFO O| Oct 30 14:10:25.814 INFO STEP 79 (ensure_file) COMPLETE |
9331 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.815 INFO O| Oct 30 14:10:25.814 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.826 INFO O| Oct 30 14:10:25.826 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9333 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.826 INFO O| Oct 30 14:10:25.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9334 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.826 INFO O| Oct 30 14:10:25.826 INFO STEP 80 (ensure_dir) COMPLETE |
9335 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.826 INFO O| Oct 30 14:10:25.826 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9336 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.835 INFO O| Oct 30 14:10:25.835 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9337 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.835 INFO O| Oct 30 14:10:25.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9338 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.835 INFO O| Oct 30 14:10:25.835 INFO STEP 81 (ensure_dir) COMPLETE |
9339 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.835 INFO O| Oct 30 14:10:25.835 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9340 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.845 INFO O| Oct 30 14:10:25.845 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9341 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.845 INFO O| Oct 30 14:10:25.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9342 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.845 INFO O| Oct 30 14:10:25.845 INFO STEP 82 (ensure_dir) COMPLETE |
9343 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.845 INFO O| Oct 30 14:10:25.845 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.855 INFO O| Oct 30 14:10:25.855 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9345 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.855 INFO O| Oct 30 14:10:25.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9346 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.855 INFO O| Oct 30 14:10:25.855 INFO STEP 83 (ensure_dir) COMPLETE |
9347 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.855 INFO O| Oct 30 14:10:25.855 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9348 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.865 INFO O| Oct 30 14:10:25.865 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9349 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.865 INFO O| Oct 30 14:10:25.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9350 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.865 INFO O| Oct 30 14:10:25.865 INFO STEP 84 (ensure_dir) COMPLETE |
9351 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.865 INFO O| Oct 30 14:10:25.865 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9352 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9353 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO copying /tmp/.tmpkhtB9N/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 ... |
9354 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9355 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO ok! |
9356 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO STEP 85 (ensure_file) COMPLETE |
9357 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9358 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.884 INFO O| Oct 30 14:10:25.884 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9359 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.884 INFO O| Oct 30 14:10:25.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9360 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.884 INFO O| Oct 30 14:10:25.884 INFO STEP 86 (ensure_dir) COMPLETE |
9361 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.884 INFO O| Oct 30 14:10:25.884 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9363 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9364 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9365 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO ok! |
9366 | 2024-10-30T14:10:26.635Z | [ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO STEP 87 (ensure_file) COMPLETE |
9367 | 2024-10-30T14:10:26.636Z | [ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-10-30T14:10:26.636Z | [ host-image] Oct 30 14:10:25.903 INFO O| Oct 30 14:10:25.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9369 | 2024-10-30T14:10:26.636Z | [ host-image] Oct 30 14:10:25.903 INFO O| Oct 30 14:10:25.903 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9370 | 2024-10-30T14:10:26.965Z | [ host-image] Oct 30 14:10:26.263 INFO O| Oct 30 14:10:26.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9371 | 2024-10-30T14:10:26.965Z | [ host-image] Oct 30 14:10:26.263 INFO O| Oct 30 14:10:26.263 INFO ok! |
9372 | 2024-10-30T14:10:26.965Z | [ host-image] Oct 30 14:10:26.263 INFO O| Oct 30 14:10:26.263 INFO STEP 88 (ensure_file) COMPLETE |
9373 | 2024-10-30T14:10:26.965Z | [ host-image] Oct 30 14:10:26.263 INFO O| Oct 30 14:10:26.263 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9374 | 2024-10-30T14:10:26.977Z | [ host-image] Oct 30 14:10:26.275 INFO O| Oct 30 14:10:26.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9375 | 2024-10-30T14:10:26.977Z | [ host-image] Oct 30 14:10:26.275 INFO O| Oct 30 14:10:26.275 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9376 | 2024-10-30T14:10:26.993Z | [ host-image] Oct 30 14:10:26.290 INFO O| Oct 30 14:10:26.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9377 | 2024-10-30T14:10:26.993Z | [ host-image] Oct 30 14:10:26.290 INFO O| Oct 30 14:10:26.290 INFO ok! |
9378 | 2024-10-30T14:10:26.993Z | [ host-image] Oct 30 14:10:26.290 INFO O| Oct 30 14:10:26.290 INFO STEP 89 (ensure_file) COMPLETE |
9379 | 2024-10-30T14:10:26.996Z | [ host-image] Oct 30 14:10:26.290 INFO O| Oct 30 14:10:26.290 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2024-10-30T14:10:27.003Z | [ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9381 | 2024-10-30T14:10:27.003Z | [ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9382 | 2024-10-30T14:10:27.005Z | [ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9383 | 2024-10-30T14:10:27.005Z | [ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO ok! |
9384 | 2024-10-30T14:10:27.005Z | [ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO STEP 90 (ensure_file) COMPLETE |
9385 | 2024-10-30T14:10:27.005Z | [ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2024-10-30T14:10:27.013Z | [ host-image] Oct 30 14:10:26.311 INFO O| Oct 30 14:10:26.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9387 | 2024-10-30T14:10:27.016Z | [ host-image] Oct 30 14:10:26.311 INFO O| Oct 30 14:10:26.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9388 | 2024-10-30T14:10:27.016Z | [ host-image] Oct 30 14:10:26.311 INFO O| Oct 30 14:10:26.311 INFO STEP 91 (ensure_dir) COMPLETE |
9389 | 2024-10-30T14:10:27.016Z | [ host-image] Oct 30 14:10:26.311 INFO O| Oct 30 14:10:26.311 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9390 | 2024-10-30T14:10:27.023Z | [ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9391 | 2024-10-30T14:10:27.023Z | [ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO copying /tmp/.tmpkhtB9N/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 ... |
9392 | 2024-10-30T14:10:27.026Z | [ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9393 | 2024-10-30T14:10:27.026Z | [ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO ok! |
9394 | 2024-10-30T14:10:27.026Z | [ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO STEP 92 (ensure_file) COMPLETE |
9395 | 2024-10-30T14:10:27.026Z | [ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9396 | 2024-10-30T14:10:27.033Z | [ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9397 | 2024-10-30T14:10:27.036Z | [ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO copying /tmp/.tmpkhtB9N/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 ... |
9398 | 2024-10-30T14:10:27.036Z | [ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9399 | 2024-10-30T14:10:27.036Z | [ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO ok! |
9400 | 2024-10-30T14:10:27.036Z | [ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO STEP 93 (ensure_file) COMPLETE |
9401 | 2024-10-30T14:10:27.036Z | [ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9402 | 2024-10-30T14:10:27.043Z | [ host-image] Oct 30 14:10:26.341 INFO O| Oct 30 14:10:26.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9403 | 2024-10-30T14:10:27.046Z | [ host-image] Oct 30 14:10:26.341 INFO O| Oct 30 14:10:26.341 INFO copying /tmp/.tmpkhtB9N/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 ... |
9404 | 2024-10-30T14:10:27.046Z | [ host-image] Oct 30 14:10:26.341 INFO O| Oct 30 14:10:26.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9405 | 2024-10-30T14:10:27.046Z | [ host-image] Oct 30 14:10:26.342 INFO O| Oct 30 14:10:26.341 INFO ok! |
9406 | 2024-10-30T14:10:27.046Z | [ host-image] Oct 30 14:10:26.342 INFO O| Oct 30 14:10:26.341 INFO STEP 94 (ensure_file) COMPLETE |
9407 | 2024-10-30T14:10:27.046Z | [ host-image] Oct 30 14:10:26.342 INFO O| Oct 30 14:10:26.341 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9408 | 2024-10-30T14:10:27.053Z | [ host-image] Oct 30 14:10:26.351 INFO O| Oct 30 14:10:26.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9409 | 2024-10-30T14:10:27.056Z | [ host-image] Oct 30 14:10:26.351 INFO O| Oct 30 14:10:26.351 INFO copying /tmp/.tmpkhtB9N/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 ... |
9410 | 2024-10-30T14:10:27.056Z | [ host-image] Oct 30 14:10:26.352 INFO O| Oct 30 14:10:26.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9411 | 2024-10-30T14:10:27.056Z | [ host-image] Oct 30 14:10:26.352 INFO O| Oct 30 14:10:26.352 INFO ok! |
9412 | 2024-10-30T14:10:27.056Z | [ host-image] Oct 30 14:10:26.352 INFO O| Oct 30 14:10:26.352 INFO STEP 95 (ensure_file) COMPLETE |
9413 | 2024-10-30T14:10:27.056Z | [ host-image] Oct 30 14:10:26.352 INFO O| Oct 30 14:10:26.352 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9414 | 2024-10-30T14:10:27.063Z | [ host-image] Oct 30 14:10:26.361 INFO O| Oct 30 14:10:26.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9415 | 2024-10-30T14:10:27.066Z | [ host-image] Oct 30 14:10:26.361 INFO O| Oct 30 14:10:26.361 INFO copying /tmp/.tmpkhtB9N/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 ... |
9416 | 2024-10-30T14:10:27.066Z | [ host-image] Oct 30 14:10:26.362 INFO O| Oct 30 14:10:26.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9417 | 2024-10-30T14:10:27.066Z | [ host-image] Oct 30 14:10:26.362 INFO O| Oct 30 14:10:26.362 INFO ok! |
9418 | 2024-10-30T14:10:27.066Z | [ host-image] Oct 30 14:10:26.362 INFO O| Oct 30 14:10:26.362 INFO STEP 96 (ensure_file) COMPLETE |
9419 | 2024-10-30T14:10:27.066Z | [ host-image] Oct 30 14:10:26.362 INFO O| Oct 30 14:10:26.362 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-10-30T14:10:27.073Z | [ host-image] Oct 30 14:10:26.371 INFO O| Oct 30 14:10:26.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9421 | 2024-10-30T14:10:27.075Z | [ host-image] Oct 30 14:10:26.371 INFO O| Oct 30 14:10:26.371 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9422 | 2024-10-30T14:10:27.076Z | [ host-image] Oct 30 14:10:26.371 INFO O| Oct 30 14:10:26.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9423 | 2024-10-30T14:10:27.076Z | [ host-image] Oct 30 14:10:26.371 INFO O| Oct 30 14:10:26.371 INFO ok! |
9424 | 2024-10-30T14:10:27.076Z | [ host-image] Oct 30 14:10:26.372 INFO O| Oct 30 14:10:26.371 INFO STEP 97 (ensure_file) COMPLETE |
9425 | 2024-10-30T14:10:27.076Z | [ host-image] Oct 30 14:10:26.372 INFO O| Oct 30 14:10:26.371 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-10-30T14:10:27.076Z | [ recovery-image] Oct 30 14:10:26.373 INFO image complete! materials are in "/work/os-recovery" |
9427 | 2024-10-30T14:10:27.078Z | [ recovery-image] |
9428 | 2024-10-30T14:10:27.078Z | [ recovery-image] real 8:04.853563500 |
9429 | 2024-10-30T14:10:27.078Z | [ recovery-image] user 5:22.813167896 |
9430 | 2024-10-30T14:10:27.078Z | [ recovery-image] sys 54.546993288 |
9431 | 2024-10-30T14:10:27.078Z | [ recovery-image] trap 0.248280283 |
9432 | 2024-10-30T14:10:27.078Z | [ recovery-image] tflt 0.299410960 |
9433 | 2024-10-30T14:10:27.079Z | [ recovery-image] dflt 0.789137165 |
9434 | 2024-10-30T14:10:27.079Z | [ recovery-image] kflt 0.000006529 |
9435 | 2024-10-30T14:10:27.079Z | [ recovery-image] lock 17:15.090182138 |
9436 | 2024-10-30T14:10:27.079Z | [ recovery-image] slp 48:13.980698810 |
9437 | 2024-10-30T14:10:27.079Z | [ recovery-image] lat 2:16.735002391 |
9438 | 2024-10-30T14:10:27.079Z | [ recovery-image] stop 3.786019960 |
9439 | 2024-10-30T14:10:27.079Z | Oct 30 14:10:26.376 INFO [recovery-image] process exited with exit status: 0 (484.900860924s) |
9440 | 2024-10-30T14:10:27.083Z | [ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9441 | 2024-10-30T14:10:27.083Z | [ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO copying /tmp/.tmpkhtB9N/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 ... |
9442 | 2024-10-30T14:10:27.085Z | [ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9443 | 2024-10-30T14:10:27.085Z | [ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO ok! |
9444 | 2024-10-30T14:10:27.085Z | [ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO STEP 98 (ensure_file) COMPLETE |
9445 | 2024-10-30T14:10:27.085Z | [ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9446 | 2024-10-30T14:10:27.093Z | [ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9447 | 2024-10-30T14:10:27.093Z | [ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO copying /tmp/.tmpkhtB9N/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 ... |
9448 | 2024-10-30T14:10:27.096Z | [ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9449 | 2024-10-30T14:10:27.096Z | [ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO ok! |
9450 | 2024-10-30T14:10:27.096Z | [ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO STEP 99 (ensure_file) COMPLETE |
9451 | 2024-10-30T14:10:27.096Z | [ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9452 | 2024-10-30T14:10:27.102Z | [ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9453 | 2024-10-30T14:10:27.102Z | [ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO copying /tmp/.tmpkhtB9N/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 ... |
9454 | 2024-10-30T14:10:27.105Z | [ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9455 | 2024-10-30T14:10:27.105Z | [ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO ok! |
9456 | 2024-10-30T14:10:27.105Z | [ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO STEP 100 (ensure_file) COMPLETE |
9457 | 2024-10-30T14:10:27.105Z | [ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9458 | 2024-10-30T14:10:27.112Z | [ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9459 | 2024-10-30T14:10:27.112Z | [ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9460 | 2024-10-30T14:10:27.114Z | [ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9461 | 2024-10-30T14:10:27.114Z | [ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO ok! |
9462 | 2024-10-30T14:10:27.114Z | [ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO STEP 101 (ensure_file) COMPLETE |
9463 | 2024-10-30T14:10:27.114Z | [ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9464 | 2024-10-30T14:10:27.121Z | [ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9465 | 2024-10-30T14:10:27.121Z | [ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO copying /tmp/.tmpkhtB9N/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 ... |
9466 | 2024-10-30T14:10:27.124Z | [ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9467 | 2024-10-30T14:10:27.124Z | [ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO ok! |
9468 | 2024-10-30T14:10:27.124Z | [ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO STEP 102 (ensure_file) COMPLETE |
9469 | 2024-10-30T14:10:27.124Z | [ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9470 | 2024-10-30T14:10:27.131Z | [ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9471 | 2024-10-30T14:10:27.134Z | [ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO copying /tmp/.tmpkhtB9N/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 ... |
9472 | 2024-10-30T14:10:27.134Z | [ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9473 | 2024-10-30T14:10:27.134Z | [ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO ok! |
9474 | 2024-10-30T14:10:27.134Z | [ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO STEP 103 (ensure_file) COMPLETE |
9475 | 2024-10-30T14:10:27.134Z | [ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9476 | 2024-10-30T14:10:27.143Z | [ host-image] Oct 30 14:10:26.439 INFO O| Oct 30 14:10:26.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9477 | 2024-10-30T14:10:27.143Z | [ host-image] Oct 30 14:10:26.439 INFO O| Oct 30 14:10:26.439 INFO copying /tmp/.tmpkhtB9N/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 ... |
9478 | 2024-10-30T14:10:27.143Z | [ host-image] Oct 30 14:10:26.440 INFO O| Oct 30 14:10:26.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9479 | 2024-10-30T14:10:27.143Z | [ host-image] Oct 30 14:10:26.440 INFO O| Oct 30 14:10:26.440 INFO ok! |
9480 | 2024-10-30T14:10:27.144Z | [ host-image] Oct 30 14:10:26.440 INFO O| Oct 30 14:10:26.440 INFO STEP 104 (ensure_file) COMPLETE |
9481 | 2024-10-30T14:10:27.144Z | [ host-image] Oct 30 14:10:26.440 INFO O| Oct 30 14:10:26.440 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9482 | 2024-10-30T14:10:27.151Z | [ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9483 | 2024-10-30T14:10:27.151Z | [ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO copying /tmp/.tmpkhtB9N/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 ... |
9484 | 2024-10-30T14:10:27.154Z | [ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9485 | 2024-10-30T14:10:27.154Z | [ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO ok! |
9486 | 2024-10-30T14:10:27.154Z | [ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO STEP 105 (ensure_file) COMPLETE |
9487 | 2024-10-30T14:10:27.154Z | [ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9488 | 2024-10-30T14:10:27.161Z | [ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9489 | 2024-10-30T14:10:27.161Z | [ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO copying /tmp/.tmpkhtB9N/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 ... |
9490 | 2024-10-30T14:10:27.161Z | [ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9491 | 2024-10-30T14:10:27.163Z | [ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO ok! |
9492 | 2024-10-30T14:10:27.164Z | [ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO STEP 106 (ensure_file) COMPLETE |
9493 | 2024-10-30T14:10:27.164Z | [ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9494 | 2024-10-30T14:10:27.236Z | [ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9495 | 2024-10-30T14:10:27.239Z | [ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO copying /tmp/.tmpkhtB9N/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 ... |
9496 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9497 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO ok! |
9498 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO STEP 107 (ensure_file) COMPLETE |
9499 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.470 INFO O| Oct 30 14:10:26.469 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9500 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9501 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO copying /tmp/.tmpkhtB9N/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 ... |
9502 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9503 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO ok! |
9504 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO STEP 108 (ensure_file) COMPLETE |
9505 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9506 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9507 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO copying /tmp/.tmpkhtB9N/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 ... |
9508 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9509 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO ok! |
9510 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO STEP 109 (ensure_file) COMPLETE |
9511 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9512 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9513 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO copying /tmp/.tmpkhtB9N/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 ... |
9514 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9515 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO ok! |
9516 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO STEP 110 (ensure_file) COMPLETE |
9517 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.509 INFO O| Oct 30 14:10:26.509 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9519 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.509 INFO O| Oct 30 14:10:26.509 INFO copying /tmp/.tmpkhtB9N/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 ... |
9520 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.509 INFO O| Oct 30 14:10:26.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9521 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.509 INFO O| Oct 30 14:10:26.509 INFO ok! |
9522 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.510 INFO O| Oct 30 14:10:26.509 INFO STEP 111 (ensure_file) COMPLETE |
9523 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.510 INFO O| Oct 30 14:10:26.509 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9524 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.519 INFO O| Oct 30 14:10:26.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9525 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.519 INFO O| Oct 30 14:10:26.519 INFO copying /tmp/.tmpkhtB9N/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 ... |
9526 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.520 INFO O| Oct 30 14:10:26.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9527 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.520 INFO O| Oct 30 14:10:26.519 INFO ok! |
9528 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.520 INFO O| Oct 30 14:10:26.520 INFO STEP 112 (ensure_file) COMPLETE |
9529 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.520 INFO O| Oct 30 14:10:26.520 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9530 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9531 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO copying /tmp/.tmpkhtB9N/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 ... |
9532 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9533 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO ok! |
9534 | 2024-10-30T14:10:27.240Z | [ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO STEP 113 (ensure_file) COMPLETE |
9535 | 2024-10-30T14:10:27.241Z | [ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9536 | 2024-10-30T14:10:27.244Z | [ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9537 | 2024-10-30T14:10:27.244Z | [ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO copying /tmp/.tmpkhtB9N/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 ... |
9538 | 2024-10-30T14:10:27.244Z | [ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9539 | 2024-10-30T14:10:27.244Z | [ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO ok! |
9540 | 2024-10-30T14:10:27.244Z | [ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO STEP 114 (ensure_file) COMPLETE |
9541 | 2024-10-30T14:10:27.244Z | [ host-image] Oct 30 14:10:26.540 INFO O| Oct 30 14:10:26.539 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9542 | 2024-10-30T14:10:27.251Z | [ host-image] Oct 30 14:10:26.549 INFO O| Oct 30 14:10:26.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9543 | 2024-10-30T14:10:27.251Z | [ host-image] Oct 30 14:10:26.549 INFO O| Oct 30 14:10:26.549 INFO copying /tmp/.tmpkhtB9N/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 ... |
9544 | 2024-10-30T14:10:27.254Z | [ host-image] Oct 30 14:10:26.550 INFO O| Oct 30 14:10:26.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9545 | 2024-10-30T14:10:27.254Z | [ host-image] Oct 30 14:10:26.550 INFO O| Oct 30 14:10:26.550 INFO ok! |
9546 | 2024-10-30T14:10:27.254Z | [ host-image] Oct 30 14:10:26.550 INFO O| Oct 30 14:10:26.550 INFO STEP 115 (ensure_file) COMPLETE |
9547 | 2024-10-30T14:10:27.254Z | [ host-image] Oct 30 14:10:26.550 INFO O| Oct 30 14:10:26.550 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9548 | 2024-10-30T14:10:27.261Z | [ host-image] Oct 30 14:10:26.559 INFO O| Oct 30 14:10:26.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9549 | 2024-10-30T14:10:27.264Z | [ host-image] Oct 30 14:10:26.559 INFO O| Oct 30 14:10:26.559 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9550 | 2024-10-30T14:10:27.264Z | [ host-image] Oct 30 14:10:26.560 INFO O| Oct 30 14:10:26.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9551 | 2024-10-30T14:10:27.264Z | [ host-image] Oct 30 14:10:26.560 INFO O| Oct 30 14:10:26.560 INFO ok! |
9552 | 2024-10-30T14:10:27.264Z | [ host-image] Oct 30 14:10:26.560 INFO O| Oct 30 14:10:26.560 INFO STEP 116 (ensure_file) COMPLETE |
9553 | 2024-10-30T14:10:27.264Z | [ host-image] Oct 30 14:10:26.560 INFO O| Oct 30 14:10:26.560 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9554 | 2024-10-30T14:10:27.271Z | [ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9555 | 2024-10-30T14:10:27.271Z | [ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO copying /tmp/.tmpkhtB9N/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 ... |
9556 | 2024-10-30T14:10:27.274Z | [ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9557 | 2024-10-30T14:10:27.274Z | [ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO ok! |
9558 | 2024-10-30T14:10:27.274Z | [ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO STEP 117 (ensure_file) COMPLETE |
9559 | 2024-10-30T14:10:27.274Z | [ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9560 | 2024-10-30T14:10:27.281Z | [ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9561 | 2024-10-30T14:10:27.281Z | [ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9562 | 2024-10-30T14:10:27.283Z | [ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9563 | 2024-10-30T14:10:27.283Z | [ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO ok! |
9564 | 2024-10-30T14:10:27.283Z | [ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO STEP 118 (ensure_file) COMPLETE |
9565 | 2024-10-30T14:10:27.283Z | [ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-10-30T14:10:27.291Z | [ host-image] Oct 30 14:10:26.589 INFO O| Oct 30 14:10:26.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9567 | 2024-10-30T14:10:27.291Z | [ host-image] Oct 30 14:10:26.589 INFO O| Oct 30 14:10:26.589 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9568 | 2024-10-30T14:10:30.845Z | [ host-image] Oct 30 14:10:30.142 INFO O| Oct 30 14:10:30.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9569 | 2024-10-30T14:10:30.845Z | [ host-image] Oct 30 14:10:30.142 INFO O| Oct 30 14:10:30.142 INFO ok! |
9570 | 2024-10-30T14:10:30.848Z | [ host-image] Oct 30 14:10:30.142 INFO O| Oct 30 14:10:30.142 INFO STEP 119 (ensure_file) COMPLETE |
9571 | 2024-10-30T14:10:30.848Z | [ host-image] Oct 30 14:10:30.142 INFO O| Oct 30 14:10:30.142 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-10-30T14:10:30.857Z | [ host-image] Oct 30 14:10:30.155 INFO O| Oct 30 14:10:30.154 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9573 | 2024-10-30T14:10:30.857Z | [ host-image] Oct 30 14:10:30.155 INFO O| Oct 30 14:10:30.155 INFO STEP 120 (ensure_dir) COMPLETE |
9574 | 2024-10-30T14:10:30.859Z | [ host-image] Oct 30 14:10:30.155 INFO O| Oct 30 14:10:30.155 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2024-10-30T14:10:30.867Z | [ host-image] Oct 30 14:10:30.165 INFO O| Oct 30 14:10:30.165 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9576 | 2024-10-30T14:10:30.867Z | [ host-image] Oct 30 14:10:30.165 INFO O| Oct 30 14:10:30.165 INFO STEP 121 (ensure_dir) COMPLETE |
9577 | 2024-10-30T14:10:30.867Z | [ host-image] Oct 30 14:10:30.165 INFO O| Oct 30 14:10:30.165 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2024-10-30T14:10:30.877Z | [ host-image] Oct 30 14:10:30.175 INFO O| Oct 30 14:10:30.175 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9579 | 2024-10-30T14:10:30.877Z | [ host-image] Oct 30 14:10:30.175 INFO O| Oct 30 14:10:30.175 INFO STEP 122 (ensure_dir) COMPLETE |
9580 | 2024-10-30T14:10:30.880Z | [ host-image] Oct 30 14:10:30.175 INFO O| Oct 30 14:10:30.175 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-10-30T14:10:30.886Z | [ host-image] Oct 30 14:10:30.184 INFO O| Oct 30 14:10:30.184 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9582 | 2024-10-30T14:10:30.886Z | [ host-image] Oct 30 14:10:30.184 INFO O| Oct 30 14:10:30.184 INFO STEP 123 (ensure_dir) COMPLETE |
9583 | 2024-10-30T14:10:30.890Z | [ host-image] Oct 30 14:10:30.184 INFO O| Oct 30 14:10:30.184 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2024-10-30T14:10:30.896Z | [ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9585 | 2024-10-30T14:10:30.896Z | [ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO copying /tmp/.tmpkhtB9N/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 ... |
9586 | 2024-10-30T14:10:30.899Z | [ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9587 | 2024-10-30T14:10:30.899Z | [ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO ok! |
9588 | 2024-10-30T14:10:30.899Z | [ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO STEP 124 (ensure_file) COMPLETE |
9589 | 2024-10-30T14:10:30.899Z | [ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2024-10-30T14:10:30.906Z | [ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.203 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9591 | 2024-10-30T14:10:30.906Z | [ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.204 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9592 | 2024-10-30T14:10:30.906Z | [ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9593 | 2024-10-30T14:10:30.906Z | [ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.204 INFO STEP 125 (ensure_dir) COMPLETE |
9594 | 2024-10-30T14:10:30.908Z | [ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.204 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9595 | 2024-10-30T14:10:30.915Z | [ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9596 | 2024-10-30T14:10:30.915Z | [ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO copying /tmp/.tmpkhtB9N/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9597 | 2024-10-30T14:10:30.918Z | [ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9598 | 2024-10-30T14:10:30.918Z | [ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO ok! |
9599 | 2024-10-30T14:10:30.918Z | [ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO STEP 126 (ensure_file) COMPLETE |
9600 | 2024-10-30T14:10:30.918Z | [ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9601 | 2024-10-30T14:10:30.925Z | [ host-image] Oct 30 14:10:30.223 INFO O| Oct 30 14:10:30.223 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9602 | 2024-10-30T14:10:30.927Z | [ host-image] Oct 30 14:10:30.223 INFO O| Oct 30 14:10:30.223 INFO STEP 127 (remove_files) COMPLETE |
9603 | 2024-10-30T14:10:30.927Z | [ host-image] Oct 30 14:10:30.223 INFO O| Oct 30 14:10:30.223 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9604 | 2024-10-30T14:10:30.934Z | [ host-image] Oct 30 14:10:30.232 INFO O| Oct 30 14:10:30.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9605 | 2024-10-30T14:10:30.938Z | [ host-image] Oct 30 14:10:30.233 INFO O| Oct 30 14:10:30.232 INFO STEP 128 (remove_files) COMPLETE |
9606 | 2024-10-30T14:10:30.938Z | [ host-image] Oct 30 14:10:30.233 INFO O| Oct 30 14:10:30.233 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9607 | 2024-10-30T14:10:30.944Z | [ host-image] Oct 30 14:10:30.242 INFO O| Oct 30 14:10:30.242 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9608 | 2024-10-30T14:10:30.947Z | [ host-image] Oct 30 14:10:30.242 INFO O| Oct 30 14:10:30.242 INFO STEP 129 (remove_files) COMPLETE |
9609 | 2024-10-30T14:10:30.947Z | [ host-image] Oct 30 14:10:30.242 INFO O| Oct 30 14:10:30.242 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9610 | 2024-10-30T14:10:30.954Z | [ host-image] Oct 30 14:10:30.252 INFO O| Oct 30 14:10:30.251 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9611 | 2024-10-30T14:10:30.956Z | [ host-image] Oct 30 14:10:30.252 INFO O| Oct 30 14:10:30.252 INFO STEP 130 (remove_files) COMPLETE |
9612 | 2024-10-30T14:10:30.956Z | [ host-image] Oct 30 14:10:30.252 INFO O| Oct 30 14:10:30.252 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9613 | 2024-10-30T14:10:30.963Z | [ host-image] Oct 30 14:10:30.261 INFO O| Oct 30 14:10:30.261 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9614 | 2024-10-30T14:10:30.966Z | [ host-image] Oct 30 14:10:30.261 INFO O| Oct 30 14:10:30.261 INFO STEP 131 (remove_files) COMPLETE |
9615 | 2024-10-30T14:10:30.966Z | [ host-image] Oct 30 14:10:30.261 INFO O| Oct 30 14:10:30.261 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9616 | 2024-10-30T14:10:30.973Z | [ host-image] Oct 30 14:10:30.271 INFO O| Oct 30 14:10:30.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9617 | 2024-10-30T14:10:30.975Z | [ host-image] Oct 30 14:10:30.271 INFO O| Oct 30 14:10:30.271 INFO STEP 132 (remove_files) COMPLETE |
9618 | 2024-10-30T14:10:30.975Z | [ host-image] Oct 30 14:10:30.271 INFO O| Oct 30 14:10:30.271 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9619 | 2024-10-30T14:10:30.982Z | [ host-image] Oct 30 14:10:30.280 INFO O| Oct 30 14:10:30.280 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9620 | 2024-10-30T14:10:30.985Z | [ host-image] Oct 30 14:10:30.280 INFO O| Oct 30 14:10:30.280 INFO STEP 133 (remove_files) COMPLETE |
9621 | 2024-10-30T14:10:30.985Z | [ host-image] Oct 30 14:10:30.280 INFO O| Oct 30 14:10:30.280 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9622 | 2024-10-30T14:10:30.992Z | [ host-image] Oct 30 14:10:30.290 INFO O| Oct 30 14:10:30.290 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9623 | 2024-10-30T14:10:30.992Z | [ host-image] Oct 30 14:10:30.290 INFO O| Oct 30 14:10:30.290 INFO STEP 134 (remove_files) COMPLETE |
9624 | 2024-10-30T14:10:30.994Z | [ host-image] Oct 30 14:10:30.290 INFO O| Oct 30 14:10:30.290 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9625 | 2024-10-30T14:10:31.001Z | [ host-image] Oct 30 14:10:30.299 INFO O| Oct 30 14:10:30.299 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9626 | 2024-10-30T14:10:31.001Z | [ host-image] Oct 30 14:10:30.299 INFO O| Oct 30 14:10:30.299 INFO STEP 135 (remove_files) COMPLETE |
9627 | 2024-10-30T14:10:31.004Z | [ host-image] Oct 30 14:10:30.299 INFO O| Oct 30 14:10:30.299 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9628 | 2024-10-30T14:10:31.011Z | [ host-image] Oct 30 14:10:30.309 INFO O| Oct 30 14:10:30.309 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9629 | 2024-10-30T14:10:31.013Z | [ host-image] Oct 30 14:10:30.309 INFO O| Oct 30 14:10:30.309 INFO STEP 136 (remove_files) COMPLETE |
9630 | 2024-10-30T14:10:31.013Z | [ host-image] Oct 30 14:10:30.309 INFO O| Oct 30 14:10:30.309 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9631 | 2024-10-30T14:10:31.020Z | [ host-image] Oct 30 14:10:30.318 INFO O| Oct 30 14:10:30.318 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9632 | 2024-10-30T14:10:31.020Z | [ host-image] Oct 30 14:10:30.318 INFO O| Oct 30 14:10:30.318 INFO STEP 137 (remove_files) COMPLETE |
9633 | 2024-10-30T14:10:31.023Z | [ host-image] Oct 30 14:10:30.318 INFO O| Oct 30 14:10:30.318 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9634 | 2024-10-30T14:10:31.030Z | [ host-image] Oct 30 14:10:30.328 INFO O| Oct 30 14:10:30.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9635 | 2024-10-30T14:10:31.030Z | [ host-image] Oct 30 14:10:30.328 INFO O| Oct 30 14:10:30.328 INFO STEP 138 (remove_files) COMPLETE |
9636 | 2024-10-30T14:10:31.032Z | [ host-image] Oct 30 14:10:30.328 INFO O| Oct 30 14:10:30.328 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9637 | 2024-10-30T14:10:31.039Z | [ host-image] Oct 30 14:10:30.337 INFO O| Oct 30 14:10:30.337 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9638 | 2024-10-30T14:10:31.039Z | [ host-image] Oct 30 14:10:30.337 INFO O| Oct 30 14:10:30.337 INFO STEP 139 (remove_files) COMPLETE |
9639 | 2024-10-30T14:10:31.042Z | [ host-image] Oct 30 14:10:30.337 INFO O| Oct 30 14:10:30.337 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9640 | 2024-10-30T14:10:31.049Z | [ host-image] Oct 30 14:10:30.347 INFO O| Oct 30 14:10:30.347 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9641 | 2024-10-30T14:10:31.049Z | [ host-image] Oct 30 14:10:30.347 INFO O| Oct 30 14:10:30.347 INFO STEP 140 (remove_files) COMPLETE |
9642 | 2024-10-30T14:10:31.051Z | [ host-image] Oct 30 14:10:30.347 INFO O| Oct 30 14:10:30.347 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9643 | 2024-10-30T14:10:31.058Z | [ host-image] Oct 30 14:10:30.356 INFO O| Oct 30 14:10:30.356 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9644 | 2024-10-30T14:10:31.061Z | [ host-image] Oct 30 14:10:30.356 INFO O| Oct 30 14:10:30.356 INFO STEP 141 (remove_files) COMPLETE |
9645 | 2024-10-30T14:10:31.061Z | [ host-image] Oct 30 14:10:30.356 INFO O| Oct 30 14:10:30.356 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9646 | 2024-10-30T14:10:31.068Z | [ host-image] Oct 30 14:10:30.366 INFO O| Oct 30 14:10:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9647 | 2024-10-30T14:10:31.068Z | [ host-image] Oct 30 14:10:30.366 INFO O| Oct 30 14:10:30.366 INFO STEP 142 (remove_files) COMPLETE |
9648 | 2024-10-30T14:10:31.071Z | [ host-image] Oct 30 14:10:30.366 INFO O| Oct 30 14:10:30.366 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9649 | 2024-10-30T14:10:31.077Z | [ host-image] Oct 30 14:10:30.375 INFO O| Oct 30 14:10:30.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9650 | 2024-10-30T14:10:31.077Z | [ host-image] Oct 30 14:10:30.375 INFO O| Oct 30 14:10:30.375 INFO STEP 143 (remove_files) COMPLETE |
9651 | 2024-10-30T14:10:31.080Z | [ host-image] Oct 30 14:10:30.375 INFO O| Oct 30 14:10:30.375 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9652 | 2024-10-30T14:10:31.087Z | [ host-image] Oct 30 14:10:30.385 INFO O| Oct 30 14:10:30.385 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9653 | 2024-10-30T14:10:31.087Z | [ host-image] Oct 30 14:10:30.385 INFO O| Oct 30 14:10:30.385 INFO STEP 144 (remove_files) COMPLETE |
9654 | 2024-10-30T14:10:31.089Z | [ host-image] Oct 30 14:10:30.385 INFO O| Oct 30 14:10:30.385 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9655 | 2024-10-30T14:10:31.097Z | [ host-image] Oct 30 14:10:30.394 INFO O| Oct 30 14:10:30.394 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9656 | 2024-10-30T14:10:31.097Z | [ host-image] Oct 30 14:10:30.395 INFO O| Oct 30 14:10:30.394 INFO STEP 145 (remove_files) COMPLETE |
9657 | 2024-10-30T14:10:31.099Z | [ host-image] Oct 30 14:10:30.395 INFO O| Oct 30 14:10:30.395 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9658 | 2024-10-30T14:10:31.106Z | [ host-image] Oct 30 14:10:30.404 INFO O| Oct 30 14:10:30.404 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9659 | 2024-10-30T14:10:31.106Z | [ host-image] Oct 30 14:10:30.404 INFO O| Oct 30 14:10:30.404 INFO STEP 146 (remove_files) COMPLETE |
9660 | 2024-10-30T14:10:31.108Z | [ host-image] Oct 30 14:10:30.404 INFO O| Oct 30 14:10:30.404 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9661 | 2024-10-30T14:10:31.116Z | [ host-image] Oct 30 14:10:30.413 INFO O| Oct 30 14:10:30.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9662 | 2024-10-30T14:10:31.116Z | [ host-image] Oct 30 14:10:30.413 INFO O| Oct 30 14:10:30.413 INFO STEP 147 (remove_files) COMPLETE |
9663 | 2024-10-30T14:10:31.118Z | [ host-image] Oct 30 14:10:30.413 INFO O| Oct 30 14:10:30.413 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9664 | 2024-10-30T14:10:31.125Z | [ host-image] Oct 30 14:10:30.423 INFO O| Oct 30 14:10:30.423 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9665 | 2024-10-30T14:10:31.127Z | [ host-image] Oct 30 14:10:30.423 INFO O| Oct 30 14:10:30.423 INFO STEP 148 (remove_files) COMPLETE |
9666 | 2024-10-30T14:10:31.128Z | [ host-image] Oct 30 14:10:30.423 INFO O| Oct 30 14:10:30.423 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9667 | 2024-10-30T14:10:31.134Z | [ host-image] Oct 30 14:10:30.432 INFO O| Oct 30 14:10:30.432 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9668 | 2024-10-30T14:10:31.135Z | [ host-image] Oct 30 14:10:30.432 INFO O| Oct 30 14:10:30.432 INFO STEP 149 (remove_files) COMPLETE |
9669 | 2024-10-30T14:10:31.137Z | [ host-image] Oct 30 14:10:30.432 INFO O| Oct 30 14:10:30.432 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9670 | 2024-10-30T14:10:31.144Z | [ host-image] Oct 30 14:10:30.442 INFO O| Oct 30 14:10:30.442 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9671 | 2024-10-30T14:10:31.144Z | [ host-image] Oct 30 14:10:30.442 INFO O| Oct 30 14:10:30.442 INFO STEP 150 (remove_files) COMPLETE |
9672 | 2024-10-30T14:10:31.147Z | [ host-image] Oct 30 14:10:30.442 INFO O| Oct 30 14:10:30.442 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9673 | 2024-10-30T14:10:31.153Z | [ host-image] Oct 30 14:10:30.451 INFO O| Oct 30 14:10:30.451 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9674 | 2024-10-30T14:10:31.154Z | [ host-image] Oct 30 14:10:30.451 INFO O| Oct 30 14:10:30.451 INFO STEP 151 (remove_files) COMPLETE |
9675 | 2024-10-30T14:10:31.156Z | [ host-image] Oct 30 14:10:30.451 INFO O| Oct 30 14:10:30.451 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9676 | 2024-10-30T14:10:31.163Z | [ host-image] Oct 30 14:10:30.461 INFO O| Oct 30 14:10:30.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9677 | 2024-10-30T14:10:31.163Z | [ host-image] Oct 30 14:10:30.461 INFO O| Oct 30 14:10:30.461 INFO STEP 152 (remove_files) COMPLETE |
9678 | 2024-10-30T14:10:31.166Z | [ host-image] Oct 30 14:10:30.461 INFO O| Oct 30 14:10:30.461 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9679 | 2024-10-30T14:10:31.172Z | [ host-image] Oct 30 14:10:30.470 INFO O| Oct 30 14:10:30.470 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9680 | 2024-10-30T14:10:31.173Z | [ host-image] Oct 30 14:10:30.470 INFO O| Oct 30 14:10:30.470 INFO STEP 153 (remove_files) COMPLETE |
9681 | 2024-10-30T14:10:31.173Z | [ host-image] Oct 30 14:10:30.471 INFO O| Oct 30 14:10:30.470 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9682 | 2024-10-30T14:10:31.182Z | [ host-image] Oct 30 14:10:30.480 INFO O| Oct 30 14:10:30.480 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9683 | 2024-10-30T14:10:31.182Z | [ host-image] Oct 30 14:10:30.480 INFO O| Oct 30 14:10:30.480 INFO STEP 154 (remove_files) COMPLETE |
9684 | 2024-10-30T14:10:31.185Z | [ host-image] Oct 30 14:10:30.480 INFO O| Oct 30 14:10:30.480 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9685 | 2024-10-30T14:10:31.192Z | [ host-image] Oct 30 14:10:30.490 INFO O| Oct 30 14:10:30.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9686 | 2024-10-30T14:10:31.192Z | [ host-image] Oct 30 14:10:30.490 INFO O| Oct 30 14:10:30.490 INFO STEP 155 (remove_files) COMPLETE |
9687 | 2024-10-30T14:10:31.194Z | [ host-image] Oct 30 14:10:30.490 INFO O| Oct 30 14:10:30.490 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9688 | 2024-10-30T14:10:31.206Z | [ host-image] Oct 30 14:10:30.504 INFO O| Oct 30 14:10:30.504 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9689 | 2024-10-30T14:10:31.208Z | [ host-image] Oct 30 14:10:30.504 INFO O| Oct 30 14:10:30.504 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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"} |
9690 | 2024-10-30T14:10:39.048Z | [ host-image] Oct 30 14:10:38.345 INFO O| Oct 30 14:10:38.345 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 |
9691 | 2024-10-30T14:10:39.048Z | [ host-image] Oct 30 14:10:38.345 INFO O| Oct 30 14:10:38.345 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9692 | 2024-10-30T14:10:39.062Z | [ host-image] Oct 30 14:10:38.359 INFO O| Oct 30 14:10:38.359 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9693 | 2024-10-30T14:10:39.139Z | [ host-image] Oct 30 14:10:38.436 INFO O| Oct 30 14:10:38.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9694 | 2024-10-30T14:10:39.139Z | [ host-image] Oct 30 14:10:38.436 INFO O| Oct 30 14:10:38.436 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9695 | 2024-10-30T14:10:39.142Z | [ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9696 | 2024-10-30T14:10:39.142Z | [ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO ok! |
9697 | 2024-10-30T14:10:39.142Z | [ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9698 | 2024-10-30T14:10:39.142Z | [ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO STEP 156 (seed_smf) COMPLETE |
9699 | 2024-10-30T14:10:39.142Z | [ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO steps complete; finalising image! |
9700 | 2024-10-30T14:10:39.142Z | [ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9701 | 2024-10-30T14:10:39.279Z | [ host-image] Oct 30 14:10:38.576 INFO O| Oct 30 14:10:38.576 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 30 14:10:38 2024) |
9702 | 2024-10-30T14:10:39.502Z | [ host-image] Oct 30 14:10:38.799 INFO O| Oct 30 14:10:38.799 INFO temporary pool has 686M used, 146M avail, 1.86x compressratio |
9703 | 2024-10-30T14:10:39.502Z | [ host-image] Oct 30 14:10:38.799 INFO O| Oct 30 14:10:38.799 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9704 | 2024-10-30T14:10:39.786Z | [ host-image] Oct 30 14:10:39.083 INFO O| Oct 30 14:10:39.083 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9705 | 2024-10-30T14:10:39.786Z | [ host-image] Oct 30 14:10:39.083 INFO O| Oct 30 14:10:39.083 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9706 | 2024-10-30T14:10:40.814Z | [ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9707 | 2024-10-30T14:10:40.814Z | [ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9708 | 2024-10-30T14:10:40.817Z | [ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9709 | 2024-10-30T14:10:40.817Z | [ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO completed processing gimlet/zfs |
9710 | 2024-10-30T14:10:40.817Z | [ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9711 | 2024-10-30T14:10:47.464Z | [ host-image] Oct 30 14:10:46.760 INFO O| Oct 30 14:10:46.760 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9712 | 2024-10-30T14:10:47.546Z | [ host-image] Oct 30 14:10:46.842 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
9713 | 2024-10-30T14:10:47.546Z | [ host-image] Oct 30 14:10:46.842 INFO expanded image name: "ci 417a986/${os_short_commit} 2024-10-30 13:38" -> "ci 417a986/54a974b 2024-10-30 13:38" |
9714 | 2024-10-30T14:10:47.555Z | [ host-image] Oct 30 14:10:46.842 INFO output artefacts stored in: "/work/os-host" |
9715 | 2024-10-30T14:10:47.555Z | [ host-image] Oct 30 14:10:46.842 INFO collecting git info from project "pinprick"... |
9716 | 2024-10-30T14:10:47.557Z | [ host-image] Oct 30 14:10:46.847 INFO collecting git info from project "amd-host-image-builder"... |
9717 | 2024-10-30T14:10:47.564Z | [ host-image] Oct 30 14:10:46.861 INFO collecting git info from project "pilot"... |
9718 | 2024-10-30T14:10:47.570Z | [ host-image] Oct 30 14:10:46.866 INFO collecting git info from project "chelsio-t6-roms"... |
9719 | 2024-10-30T14:10:47.577Z | [ host-image] Oct 30 14:10:46.871 INFO collecting git info from project "image-builder"... |
9720 | 2024-10-30T14:10:47.583Z | [ host-image] Oct 30 14:10:46.875 INFO collecting git info from project "amd-firmware"... |
9721 | 2024-10-30T14:10:47.588Z | [ host-image] Oct 30 14:10:46.884 INFO collecting git info from project "bootserver"... |
9722 | 2024-10-30T14:10:47.592Z | [ host-image] Oct 30 14:10:46.889 INFO collecting git info from project "phbl"... |
9723 | 2024-10-30T14:10:47.597Z | [ host-image] Oct 30 14:10:46.893 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9724 | 2024-10-30T14:10:47.959Z | [ host-image] Oct 30 14:10:47.254 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9725 | 2024-10-30T14:10:48.298Z | [ host-image] Oct 30 14:10:47.594 INFO creating Oxide boot image... |
9726 | 2024-10-30T14:10:48.298Z | [ host-image] Oct 30 14:10:47.594 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 417a986/54a974b 2024-10-30 13:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9727 | 2024-10-30T14:10:49.263Z | [ host-image] Oct 30 14:10:48.559 INFO O| ok, image written! |
9728 | 2024-10-30T14:10:49.263Z | [ host-image] Oct 30 14:10:48.559 INFO O| ok, boot_image_csum file written! |
9729 | 2024-10-30T14:10:49.265Z | [ host-image] Oct 30 14:10:48.562 INFO creating boot archive (CPIO)... |
9730 | 2024-10-30T14:10:49.265Z | [ host-image] Oct 30 14:10:48.562 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 |
9731 | 2024-10-30T14:10:49.273Z | [ host-image] Oct 30 14:10:48.569 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9732 | 2024-10-30T14:10:49.273Z | [ host-image] Oct 30 14:10:48.569 INFO E| + outfile=/work/os-host/cpio |
9733 | 2024-10-30T14:10:49.276Z | [ host-image] Oct 30 14:10:48.569 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9734 | 2024-10-30T14:10:49.276Z | [ host-image] Oct 30 14:10:48.571 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9735 | 2024-10-30T14:10:49.276Z | [ host-image] Oct 30 14:10:48.571 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9736 | 2024-10-30T14:10:49.316Z | [ host-image] Oct 30 14:10:48.612 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9737 | 2024-10-30T14:10:49.316Z | [ host-image] Oct 30 14:10:48.612 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9738 | 2024-10-30T14:10:49.323Z | [ host-image] Oct 30 14:10:48.620 INFO creating compressed cpio/unix for nanobl-rs... |
9739 | 2024-10-30T14:10:49.323Z | [ host-image] Oct 30 14:10:48.620 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 |
9740 | 2024-10-30T14:10:49.597Z | [ host-image] Oct 30 14:10:48.893 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9741 | 2024-10-30T14:10:53.705Z | [ host-image] Oct 30 14:10:53.000 INFO creating reset image... |
9742 | 2024-10-30T14:10:53.705Z | [ host-image] Oct 30 14:10:53.000 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9743 | 2024-10-30T14:10:53.792Z | [ host-image] Oct 30 14:10:53.087 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9744 | 2024-10-30T14:10:53.794Z | [ host-image] Oct 30 14:10:53.088 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9745 | 2024-10-30T14:10:53.842Z | [ host-image] Oct 30 14:10:53.138 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9746 | 2024-10-30T14:10:55.648Z | [ host-image] Oct 30 14:10:54.943 INFO E| Finished `release` profile [optimized] target(s) in 1.84s |
9747 | 2024-10-30T14:10:55.659Z | [ host-image] Oct 30 14:10:54.954 INFO building host image... |
9748 | 2024-10-30T14:10:55.661Z | [ host-image] Oct 30 14:10:54.954 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") |
9749 | 2024-10-30T14:10:56.144Z | [ host-image] Oct 30 14:10:55.440 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9750 | 2024-10-30T14:11:42.454Z | [ host-image] Oct 30 14:11:41.745 INFO image complete! materials are in "/work/os-host" |
9751 | 2024-10-30T14:11:42.457Z | [ host-image] |
9752 | 2024-10-30T14:11:42.457Z | [ host-image] real 9:34.684229455 |
9753 | 2024-10-30T14:11:42.457Z | [ host-image] user 4:56.831132344 |
9754 | 2024-10-30T14:11:42.457Z | [ host-image] sys 52.867422583 |
9755 | 2024-10-30T14:11:42.457Z | [ host-image] trap 0.191763451 |
9756 | 2024-10-30T14:11:42.457Z | [ host-image] tflt 0.004134309 |
9757 | 2024-10-30T14:11:42.457Z | [ host-image] dflt 0.068154553 |
9758 | 2024-10-30T14:11:42.459Z | [ host-image] kflt 0.000001539 |
9759 | 2024-10-30T14:11:42.459Z | [ host-image] lock 3:57.195347678 |
9760 | 2024-10-30T14:11:42.459Z | [ host-image] slp 52:31.505245854 |
9761 | 2024-10-30T14:11:42.460Z | [ host-image] lat 1:31.641383279 |
9762 | 2024-10-30T14:11:42.460Z | [ host-image] stop 0.403399665 |
9763 | 2024-10-30T14:11:42.460Z | Oct 30 14:11:41.748 INFO [host-image] process exited with exit status: 0 (574.70159559s) |
9764 | 2024-10-30T14:11:42.460Z | Oct 30 14:11:41.748 INFO [tuf-repo] running task |
9765 | 2024-10-30T14:11:49.469Z | Oct 30 14:11:48.759 INFO assembling repository in `/tmp/tufaceousDNqIWG`, component: OmicronRepoAssembler |
9766 | 2024-10-30T14:11:54.491Z | Oct 30 14:11:53.780 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9767 | 2024-10-30T14:11:54.677Z | Oct 30 14:11:53.967 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9768 | 2024-10-30T14:12:06.492Z | Oct 30 14:12:05.781 INFO [tuf-repo] task succeeded (24.032165768s) |
9769 | 2024-10-30T14:12:06.492Z | Oct 30 14:12:05.781 INFO all jobs completed in 2012.895014349s |
9770 | 2024-10-30T14:12:07.045Z | process exited: duration 2607196 ms, exit code 0 |
|
9771 | 2024-10-30T14:12:07.052Z | found 33 output files |
9772 | 2024-10-30T14:12:07.052Z | uploading: /work/manifest.toml (8404 bytes) |
9773 | 2024-10-30T14:12:08.064Z | uploaded: /work/manifest.toml |
9774 | 2024-10-30T14:12:08.064Z | uploading: /work/repo.zip (1856017204 bytes) |
9775 | 2024-10-30T14:12:44.929Z | uploaded: /work/repo.zip |
9776 | 2024-10-30T14:12:44.929Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9777 | 2024-10-30T14:12:45.972Z | uploaded: /work/repo.zip.sha256.txt |
9778 | 2024-10-30T14:12:45.973Z | uploading: /work/helios-setup.log (65346 bytes) |
9779 | 2024-10-30T14:12:46.984Z | uploaded: /work/helios-setup.log |
9780 | 2024-10-30T14:12:46.984Z | uploading: /work/host-image.log (194565 bytes) |
9781 | 2024-10-30T14:12:48.000Z | uploaded: /work/host-image.log |
9782 | 2024-10-30T14:12:48.000Z | uploading: /work/host-package.log (22417 bytes) |
9783 | 2024-10-30T14:12:49.012Z | uploaded: /work/host-package.log |
9784 | 2024-10-30T14:12:49.012Z | uploading: /work/host-target.log (101 bytes) |
9785 | 2024-10-30T14:12:50.022Z | uploaded: /work/host-target.log |
9786 | 2024-10-30T14:12:50.022Z | uploading: /work/omicron-package.log (5011 bytes) |
9787 | 2024-10-30T14:12:51.032Z | uploaded: /work/omicron-package.log |
9788 | 2024-10-30T14:12:51.032Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9789 | 2024-10-30T14:12:52.041Z | uploaded: /work/phbl-toolchain.log |
9790 | 2024-10-30T14:12:52.041Z | uploading: /work/recovery-image.log (591574 bytes) |
9791 | 2024-10-30T14:12:53.063Z | uploaded: /work/recovery-image.log |
9792 | 2024-10-30T14:12:53.063Z | uploading: /work/recovery-package.log (321 bytes) |
9793 | 2024-10-30T14:12:54.072Z | uploaded: /work/recovery-package.log |
9794 | 2024-10-30T14:12:54.072Z | uploading: /work/recovery-target.log (98 bytes) |
9795 | 2024-10-30T14:12:55.083Z | uploaded: /work/recovery-target.log |
9796 | 2024-10-30T14:12:55.083Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9797 | 2024-10-30T14:12:56.092Z | uploaded: /work/stamp-clickhouse.log |
9798 | 2024-10-30T14:12:56.092Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9799 | 2024-10-30T14:12:57.101Z | uploaded: /work/stamp-clickhouse_keeper.log |
9800 | 2024-10-30T14:12:57.101Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9801 | 2024-10-30T14:12:58.109Z | uploaded: /work/stamp-cockroachdb.log |
9802 | 2024-10-30T14:12:58.109Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9803 | 2024-10-30T14:12:59.118Z | uploaded: /work/stamp-crucible-dtrace.log |
9804 | 2024-10-30T14:12:59.118Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9805 | 2024-10-30T14:13:00.126Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9806 | 2024-10-30T14:13:00.126Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9807 | 2024-10-30T14:13:01.134Z | uploaded: /work/stamp-crucible-zone.log |
9808 | 2024-10-30T14:13:01.134Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9809 | 2024-10-30T14:13:02.143Z | uploaded: /work/stamp-external-dns.log |
9810 | 2024-10-30T14:13:02.143Z | uploading: /work/stamp-installinator.log (103 bytes) |
9811 | 2024-10-30T14:13:03.152Z | uploaded: /work/stamp-installinator.log |
9812 | 2024-10-30T14:13:03.152Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9813 | 2024-10-30T14:13:04.161Z | uploaded: /work/stamp-internal-dns.log |
9814 | 2024-10-30T14:13:04.161Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9815 | 2024-10-30T14:13:05.170Z | uploaded: /work/stamp-mg-ddm-gz.log |
9816 | 2024-10-30T14:13:05.170Z | uploading: /work/stamp-nexus.log (112 bytes) |
9817 | 2024-10-30T14:13:06.178Z | uploaded: /work/stamp-nexus.log |
9818 | 2024-10-30T14:13:06.178Z | uploading: /work/stamp-ntp.log (110 bytes) |
9819 | 2024-10-30T14:13:07.185Z | uploaded: /work/stamp-ntp.log |
9820 | 2024-10-30T14:13:07.185Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9821 | 2024-10-30T14:13:08.194Z | uploaded: /work/stamp-omicron-sled-agent.log |
9822 | 2024-10-30T14:13:08.194Z | uploading: /work/stamp-overlay.log (114 bytes) |
9823 | 2024-10-30T14:13:09.202Z | uploaded: /work/stamp-overlay.log |
9824 | 2024-10-30T14:13:09.202Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9825 | 2024-10-30T14:13:10.211Z | uploaded: /work/stamp-oximeter.log |
9826 | 2024-10-30T14:13:10.211Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9827 | 2024-10-30T14:13:11.221Z | uploaded: /work/stamp-oxlog.log |
9828 | 2024-10-30T14:13:11.223Z | uploading: /work/stamp-probe.log (112 bytes) |
9829 | 2024-10-30T14:13:12.229Z | uploaded: /work/stamp-probe.log |
9830 | 2024-10-30T14:13:12.229Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9831 | 2024-10-30T14:13:13.238Z | uploaded: /work/stamp-propolis-server.log |
9832 | 2024-10-30T14:13:13.238Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9833 | 2024-10-30T14:13:14.246Z | uploaded: /work/stamp-pumpkind-gz.log |
9834 | 2024-10-30T14:13:14.246Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9835 | 2024-10-30T14:13:15.256Z | uploaded: /work/stamp-switch-asic.log |
9836 | 2024-10-30T14:13:15.256Z | uploading: /work/verify-libraries.log (3720 bytes) |
9837 | 2024-10-30T14:13:16.266Z | uploaded: /work/verify-libraries.log |